|
|
|
| 1 | 2026-08-25T22:36:20.273Z | job assigned to worker 01M0XH15QGVGP3TJJRSD4GV6PH [factory aws, i-0e180e25e8ec5d5f0] (queued for 46 s) |
| |
| 2 | 2026-08-25T22:36:26.999Z | starting task 0: "setup" |
| 3 | 2026-08-25T22:36:27.004Z | ++ uname -s |
| 4 | 2026-08-25T22:36:27.007Z | + kern=SunOS |
| 5 | 2026-08-25T22:36:27.007Z | + build_user=build |
| 6 | 2026-08-25T22:36:27.007Z | + build_uid=12345 |
| 7 | 2026-08-25T22:36:27.007Z | + work_dir=/work |
| 8 | 2026-08-25T22:36:27.007Z | + input_dir=/input |
| 9 | 2026-08-25T22:36:27.007Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T22:36:27.007Z | + case "$kern" in |
| 11 | 2026-08-25T22:36:27.007Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T22:36:27.010Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T22:36:29.012Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T22:36:29.060Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T22:36:29.063Z | + home_fs=zfs |
| 16 | 2026-08-25T22:36:29.063Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T22:36:29.063Z | + mkdir -p /home/build |
| 18 | 2026-08-25T22:36:29.063Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T22:36:31.065Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T22:36:31.069Z | process exited: duration 4066 ms, exit code 0 |
| |
| 21 | 2026-08-25T22:36:31.074Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T22:36:31.078Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T22:36:31.078Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T22:36:31.078Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T22:36:31.078Z | * rust toolchain profile = "default" |
| 26 | 2026-08-25T22:36:31.078Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T22:36:31.078Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T22:36:31.081Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T22:36:31.081Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T22:36:31.195Z | info: downloading installer |
| 31 | 2026-08-25T22:36:32.556Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T22:36:32.556Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T22:36:32.556Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T22:36:32.556Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T22:36:32.568Z | info: profile set to default |
| 36 | 2026-08-25T22:36:32.568Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T22:36:32.571Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T22:36:32.710Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T22:36:32.713Z | info: downloading 6 components |
| 40 | 2026-08-25T22:36:47.859Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T22:36:47.859Z | |
| 42 | 2026-08-25T22:36:47.886Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T22:36:47.886Z | |
| 44 | 2026-08-25T22:36:47.886Z | |
| 45 | 2026-08-25T22:36:47.886Z | Rust is installed now. Great! |
| 46 | 2026-08-25T22:36:47.886Z | |
| 47 | 2026-08-25T22:36:47.886Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T22:36:47.886Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T22:36:47.886Z | |
| 50 | 2026-08-25T22:36:47.886Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T22:36:47.887Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T22:36:47.887Z | |
| 53 | 2026-08-25T22:36:47.887Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T22:36:47.889Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T22:36:47.890Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T22:36:47.890Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T22:36:47.890Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T22:36:47.890Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T22:36:47.890Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T22:36:47.890Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T22:36:47.890Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T22:36:47.965Z | + rustup --version |
| 63 | 2026-08-25T22:36:47.975Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T22:36:47.978Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T22:36:47.995Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T22:36:47.998Z | + cargo --version |
| 67 | 2026-08-25T22:36:48.013Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T22:36:48.015Z | + rustc --version |
| 69 | 2026-08-25T22:36:48.034Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T22:36:48.037Z | process exited: duration 16961 ms, exit code 0 |
| |
| 71 | 2026-08-25T22:36:48.042Z | starting task 2: "authentication" |
| 72 | 2026-08-25T22:36:48.058Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-25T22:36:48.063Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T22:36:48.066Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T22:36:48.069Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T22:36:48.097Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T22:37:00.013Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T22:37:00.013Z | + git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 79 | 2026-08-25T22:37:00.412Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T22:37:00.412Z | * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD |
| 81 | 2026-08-25T22:37:00.422Z | + [[ -n alan/gzip-to-lz4 ]] |
| 82 | 2026-08-25T22:37:00.425Z | ++ git branch --show-current |
| 83 | 2026-08-25T22:37:00.425Z | + current=main |
| 84 | 2026-08-25T22:37:00.425Z | + [[ main != alan/gzip-to-lz4 ]] |
| 85 | 2026-08-25T22:37:00.425Z | + git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 86 | 2026-08-25T22:37:00.428Z | + git checkout -f alan/gzip-to-lz4 |
| 87 | 2026-08-25T22:37:00.573Z | Switched to branch 'alan/gzip-to-lz4' |
| 88 | 2026-08-25T22:37:00.577Z | + git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 89 | 2026-08-25T22:37:00.730Z | HEAD is now at 1f434a865 fix expected test output |
| 90 | 2026-08-25T22:37:00.734Z | process exited: duration 12668 ms, exit code 0 |
| |
| 91 | 2026-08-25T22:37:00.740Z | starting task 4: "build" |
| 92 | 2026-08-25T22:37:00.744Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T22:37:00.746Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T22:37:00.746Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T22:37:00.747Z | +++ uname -s |
| 96 | 2026-08-25T22:37:00.747Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T22:37:00.747Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T22:37:00.749Z | + cargo --version |
| 99 | 2026-08-25T22:37:00.756Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T22:37:00.759Z | + rustc --version |
| 101 | 2026-08-25T22:37:00.778Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T22:37:00.781Z | + source ./env.sh |
| 103 | 2026-08-25T22:37:00.781Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-25T22:37:00.781Z | ++ set -o xtrace |
| 105 | 2026-08-25T22:37:00.784Z | ++++ dirname ./env.sh |
| 106 | 2026-08-25T22:37:00.793Z | +++ readlink -f . |
| 107 | 2026-08-25T22:37:00.797Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ 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-25T22:37:00.797Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-25T22:37:00.797Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-25T22:37:00.797Z | + 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-25T22:37:00.797Z | + 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-25T22:37:00.797Z | + banner prerequisites |
| 123 | 2026-08-25T22:37:00.815Z | |
| 124 | 2026-08-25T22:37:00.815Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-25T22:37:00.815Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-25T22:37:00.815Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-25T22:37:00.815Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-25T22:37:00.815Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-25T22:37:00.815Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-25T22:37:00.815Z | |
| 131 | 2026-08-25T22:37:00.815Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-25T22:37:02.747Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-25T22:37:03.132Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-25T22:37:05.303Z | Planning: Solver setup ... Done (2.052s) |
| 135 | 2026-08-25T22:37:05.365Z | Planning: Running solver ... Done (0.062s) |
| 136 | 2026-08-25T22:37:05.410Z | Planning: Finding local manifests ... Done (0.002s) |
| 137 | 2026-08-25T22:37:05.421Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-25T22:37:05.441Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-25T22:37:05.454Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-25T22:37:05.457Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-25T22:37:05.675Z | Planning: Checking for conflicting actions ... Done (0.219s) |
| 142 | 2026-08-25T22:37:05.678Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-25T22:37:06.235Z | Planning: Evaluating mediators ... Done (0.559s) |
| 144 | 2026-08-25T22:37:06.238Z | Planning: Planning completed in 3.07 seconds |
| 145 | 2026-08-25T22:37:06.244Z | Packages to install: 2 |
| 146 | 2026-08-25T22:37:06.246Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-25T22:37:06.247Z | Estimated space to be consumed: 80.56 MB |
| 148 | 2026-08-25T22:37:06.247Z | Create boot environment: No |
| 149 | 2026-08-25T22:37:06.247Z | Create backup boot environment: No |
| 150 | 2026-08-25T22:37:06.247Z | Rebuild boot archive: No |
| 151 | 2026-08-25T22:37:06.247Z | |
| 152 | 2026-08-25T22:37:06.247Z | Changed packages: |
| 153 | 2026-08-25T22:37:06.247Z | helios |
| 154 | 2026-08-25T22:37:06.247Z | developer/build-essential |
| 155 | 2026-08-25T22:37:06.247Z | None -> 11-3.0 |
| 156 | 2026-08-25T22:37:06.247Z | library/libxmlsec1 |
| 157 | 2026-08-25T22:37:06.247Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-25T22:37:06.267Z | |
| 159 | 2026-08-25T22:37:06.267Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-25T22:37:06.336Z | Download: Completed 1.28 MB in 0.07 seconds (18.8M/s) |
| 161 | 2026-08-25T22:37:06.389Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-25T22:37:06.425Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-25T22:37:06.461Z | Finalize: Updating package state database ... Done (0.035s) |
| 164 | 2026-08-25T22:37:06.464Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-25T22:37:06.549Z | Finalize: Updating image state ... Done (0.088s) |
| 166 | 2026-08-25T22:37:08.984Z | Finalize: Creating fast lookup database ... Done (2.381s) |
| 167 | 2026-08-25T22:37:09.050Z | Finalize: Reading search index ... Done (0.012s) |
| 168 | 2026-08-25T22:37:09.053Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-25T22:37:09.150Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-25T22:37:09.520Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-25T22:37:09.624Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-25T22:37:09.627Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-25T22:37:09.780Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-25T22:37:09.783Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-25T22:37:09.803Z | Mediators to change: 2 |
| 176 | 2026-08-25T22:37:09.803Z | Create boot environment: No |
| 177 | 2026-08-25T22:37:09.803Z | Create backup boot environment: No |
| 178 | 2026-08-25T22:37:09.868Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-25T22:37:09.868Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-25T22:37:09.921Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-25T22:37:11.874Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-25T22:37:11.937Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-25T22:37:11.939Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-25T22:37:12.022Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-25T22:37:12.308Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-25T22:37:12.414Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-25T22:37:12.417Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-25T22:37:12.574Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-25T22:37:12.576Z | Planning: Planning completed in 0.27 seconds |
| 190 | 2026-08-25T22:37:12.597Z | Mediators to change: 1 |
| 191 | 2026-08-25T22:37:12.597Z | Create boot environment: No |
| 192 | 2026-08-25T22:37:12.599Z | Create backup boot environment: No |
| 193 | 2026-08-25T22:37:12.649Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-25T22:37:12.652Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-25T22:37:12.702Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-25T22:37:14.650Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-25T22:37:14.719Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-25T22:37:14.722Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-25T22:37:14.821Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-25T22:37:15.129Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-25T22:37:15.129Z | apache system 2.4 system |
| 202 | 2026-08-25T22:37:15.130Z | clang system 15 system |
| 203 | 2026-08-25T22:37:15.130Z | csh system system illumos |
| 204 | 2026-08-25T22:37:15.130Z | ctags system system illumos |
| 205 | 2026-08-25T22:37:15.130Z | file vendor vendor darwinsys |
| 206 | 2026-08-25T22:37:15.130Z | file system system illumos |
| 207 | 2026-08-25T22:37:15.130Z | gcc vendor 14 vendor |
| 208 | 2026-08-25T22:37:15.130Z | gcc system 13 system |
| 209 | 2026-08-25T22:37:15.130Z | gcc system 10 system |
| 210 | 2026-08-25T22:37:15.130Z | go system 1.25 system |
| 211 | 2026-08-25T22:37:15.130Z | llvm system 15 system |
| 212 | 2026-08-25T22:37:15.130Z | mariadb system 11.4 system |
| 213 | 2026-08-25T22:37:15.130Z | mta vendor vendor dma |
| 214 | 2026-08-25T22:37:15.130Z | openjdk system 17 system |
| 215 | 2026-08-25T22:37:15.130Z | openjdk system 11 system |
| 216 | 2026-08-25T22:37:15.130Z | openssl vendor 3 vendor |
| 217 | 2026-08-25T22:37:15.130Z | perl system 5.40 system |
| 218 | 2026-08-25T22:37:15.130Z | postgresql system 18 system |
| 219 | 2026-08-25T22:37:15.130Z | postgresql system 17 system |
| 220 | 2026-08-25T22:37:15.130Z | python vendor 3 vendor |
| 221 | 2026-08-25T22:37:15.130Z | python system 2 system |
| 222 | 2026-08-25T22:37:15.130Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-25T22:37:15.130Z | ruby system 3.4 system |
| 224 | 2026-08-25T22:37:15.130Z | ruby system 3.0 system |
| 225 | 2026-08-25T22:37:15.130Z | words vendor vendor american-english |
| 226 | 2026-08-25T22:37:15.130Z | words system system australian-english |
| 227 | 2026-08-25T22:37:15.130Z | words system system british-english |
| 228 | 2026-08-25T22:37:15.131Z | words system system canadian-english |
| 229 | 2026-08-25T22:37:15.131Z | words system system french |
| 230 | 2026-08-25T22:37:15.131Z | words system system italian |
| 231 | 2026-08-25T22:37:15.131Z | words system system ngerman |
| 232 | 2026-08-25T22:37:15.131Z | words system system ogerman |
| 233 | 2026-08-25T22:37:15.131Z | words system system spanish |
| 234 | 2026-08-25T22:37:15.383Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-25T22:37:15.383Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-25T22:37:15.879Z | FMRI IFO |
| 237 | 2026-08-25T22:37:15.879Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-25T22:37:15.879Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-25T22:37:15.879Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-25T22:37:15.879Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-25T22:37:15.879Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-25T22:37:15.879Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-25T22:37:15.879Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-25T22:37:15.879Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-25T22:37:15.879Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-25T22:37:16.217Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 247 | 2026-08-25T22:37:16.622Z | Updating crates.io index |
| 248 | 2026-08-25T22:37:16.625Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 249 | 2026-08-25T22:37:17.032Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-25T22:37:17.537Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 251 | 2026-08-25T22:37:18.959Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 252 | 2026-08-25T22:37:19.545Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 253 | 2026-08-25T22:37:21.383Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 254 | 2026-08-25T22:37:22.321Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 255 | 2026-08-25T22:37:22.604Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 256 | 2026-08-25T22:37:23.003Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 257 | 2026-08-25T22:37:24.706Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 258 | 2026-08-25T22:37:25.315Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-08-25T22:37:25.723Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 260 | 2026-08-25T22:37:26.001Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 261 | 2026-08-25T22:37:26.303Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 262 | 2026-08-25T22:37:26.608Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 263 | 2026-08-25T22:37:26.934Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 264 | 2026-08-25T22:37:27.235Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 265 | 2026-08-25T22:37:27.580Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-25T22:37:28.079Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 267 | 2026-08-25T22:37:28.515Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 268 | 2026-08-25T22:37:28.968Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 269 | 2026-08-25T22:37:29.311Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 270 | 2026-08-25T22:37:29.913Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 271 | 2026-08-25T22:37:30.263Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 272 | 2026-08-25T22:37:30.541Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 273 | 2026-08-25T22:37:31.005Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 274 | 2026-08-25T22:37:31.303Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 275 | 2026-08-25T22:37:31.714Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 276 | 2026-08-25T22:37:32.127Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 277 | 2026-08-25T22:37:32.408Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 278 | 2026-08-25T22:37:32.735Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 279 | 2026-08-25T22:37:33.104Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 280 | 2026-08-25T22:37:33.657Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 281 | 2026-08-25T22:37:33.955Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 282 | 2026-08-25T22:37:34.246Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 283 | 2026-08-25T22:37:34.573Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 284 | 2026-08-25T22:37:34.977Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2026-08-25T22:37:35.284Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 286 | 2026-08-25T22:37:35.594Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 287 | 2026-08-25T22:37:35.918Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 288 | 2026-08-25T22:37:36.234Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 289 | 2026-08-25T22:37:36.566Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 290 | 2026-08-25T22:37:39.615Z | Downloading crates ... |
| 291 | 2026-08-25T22:37:39.676Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-08-25T22:37:39.681Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-08-25T22:37:39.681Z | Downloaded colorchoice v1.0.4 |
| 294 | 2026-08-25T22:37:39.681Z | Downloaded anstyle-parse v1.0.0 |
| 295 | 2026-08-25T22:37:39.681Z | Downloaded digest v0.10.7 |
| 296 | 2026-08-25T22:37:39.681Z | Downloaded strsim v0.11.1 |
| 297 | 2026-08-25T22:37:39.681Z | Downloaded cpufeatures v0.2.17 |
| 298 | 2026-08-25T22:37:39.681Z | Downloaded is_terminal_polyfill v1.70.2 |
| 299 | 2026-08-25T22:37:39.681Z | Downloaded papergrid v0.11.0 |
| 300 | 2026-08-25T22:37:39.685Z | Downloaded zmij v1.0.21 |
| 301 | 2026-08-25T22:37:39.685Z | Downloaded itoa v1.0.17 |
| 302 | 2026-08-25T22:37:39.685Z | Downloaded anstyle v1.0.14 |
| 303 | 2026-08-25T22:37:39.685Z | Downloaded semver v1.0.28 |
| 304 | 2026-08-25T22:37:39.685Z | Downloaded toml v0.8.23 |
| 305 | 2026-08-25T22:37:39.688Z | Downloaded anstream v1.0.0 |
| 306 | 2026-08-25T22:37:39.692Z | Downloaded pest_meta v2.8.6 |
| 307 | 2026-08-25T22:37:39.692Z | Downloaded clap_lex v1.0.0 |
| 308 | 2026-08-25T22:37:39.695Z | Downloaded zerocopy v0.7.35 |
| 309 | 2026-08-25T22:37:39.702Z | Downloaded equivalent v1.0.2 |
| 310 | 2026-08-25T22:37:39.706Z | Downloaded block-buffer v0.10.4 |
| 311 | 2026-08-25T22:37:39.706Z | Downloaded memmap v0.7.0 |
| 312 | 2026-08-25T22:37:39.709Z | Downloaded cargo-platform v0.3.2 |
| 313 | 2026-08-25T22:37:39.709Z | Downloaded clap_builder v4.6.0 |
| 314 | 2026-08-25T22:37:39.712Z | Downloaded fastrand v2.3.0 |
| 315 | 2026-08-25T22:37:39.712Z | Downloaded camino-tempfile v1.4.1 |
| 316 | 2026-08-25T22:37:39.712Z | Downloaded macaddr v1.0.1 |
| 317 | 2026-08-25T22:37:39.716Z | Downloaded dtrace-parser v0.2.0 |
| 318 | 2026-08-25T22:37:39.716Z | Downloaded fnv v1.0.7 |
| 319 | 2026-08-25T22:37:39.719Z | Downloaded heck v0.5.0 |
| 320 | 2026-08-25T22:37:39.726Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-08-25T22:37:39.730Z | Downloaded errno v0.3.14 |
| 322 | 2026-08-25T22:37:39.730Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-08-25T22:37:39.730Z | Downloaded cargo_metadata v0.23.1 |
| 324 | 2026-08-25T22:37:39.733Z | Downloaded heck v0.4.1 |
| 325 | 2026-08-25T22:37:39.737Z | Downloaded usdt-attr-macro v0.5.0 |
| 326 | 2026-08-25T22:37:39.744Z | Downloaded tabled_derive v0.7.0 |
| 327 | 2026-08-25T22:37:39.748Z | Downloaded swrite v0.1.0 |
| 328 | 2026-08-25T22:37:39.751Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-08-25T22:37:39.751Z | Downloaded usdt v0.5.0 |
| 330 | 2026-08-25T22:37:39.755Z | Downloaded thread-id v4.2.2 |
| 331 | 2026-08-25T22:37:39.755Z | Downloaded proc-macro-error-attr v1.0.4 |
| 332 | 2026-08-25T22:37:39.758Z | Downloaded version_check v0.9.5 |
| 333 | 2026-08-25T22:37:39.758Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2026-08-25T22:37:39.761Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-08-25T22:37:39.771Z | Downloaded scroll_derive v0.12.1 |
| 336 | 2026-08-25T22:37:39.774Z | Downloaded bytecount v0.6.9 |
| 337 | 2026-08-25T22:37:39.777Z | Downloaded toml_write v0.1.2 |
| 338 | 2026-08-25T22:37:39.777Z | Downloaded pretty-hex v0.4.1 |
| 339 | 2026-08-25T22:37:39.780Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-08-25T22:37:39.784Z | Downloaded plain v0.2.3 |
| 341 | 2026-08-25T22:37:39.784Z | Downloaded dof v0.3.0 |
| 342 | 2026-08-25T22:37:39.787Z | Downloaded smawk v0.3.2 |
| 343 | 2026-08-25T22:37:39.791Z | Downloaded utf8parse v0.2.2 |
| 344 | 2026-08-25T22:37:39.791Z | Downloaded anyhow v1.0.104 |
| 345 | 2026-08-25T22:37:39.802Z | Downloaded quote v1.0.45 |
| 346 | 2026-08-25T22:37:39.805Z | Downloaded sha2 v0.10.9 |
| 347 | 2026-08-25T22:37:39.808Z | Downloaded fs-err v3.3.0 |
| 348 | 2026-08-25T22:37:39.812Z | Downloaded usdt-impl v0.5.0 |
| 349 | 2026-08-25T22:37:39.812Z | Downloaded byteorder v1.5.0 |
| 350 | 2026-08-25T22:37:39.816Z | Downloaded bitflags v2.11.0 |
| 351 | 2026-08-25T22:37:39.819Z | Downloaded pest_derive v2.8.6 |
| 352 | 2026-08-25T22:37:39.822Z | Downloaded serde_tokenstream v0.2.3 |
| 353 | 2026-08-25T22:37:39.822Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-08-25T22:37:39.825Z | Downloaded thiserror-impl v1.0.69 |
| 355 | 2026-08-25T22:37:39.829Z | Downloaded camino v1.2.5 |
| 356 | 2026-08-25T22:37:39.832Z | Downloaded getrandom v0.4.3 |
| 357 | 2026-08-25T22:37:39.832Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2026-08-25T22:37:39.835Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-08-25T22:37:39.839Z | Downloaded scroll v0.12.0 |
| 360 | 2026-08-25T22:37:39.843Z | Downloaded tempfile v3.27.0 |
| 361 | 2026-08-25T22:37:39.845Z | Downloaded once_cell v1.21.3 |
| 362 | 2026-08-25T22:37:39.845Z | Downloaded terminal_size v0.4.3 |
| 363 | 2026-08-25T22:37:39.845Z | Downloaded thiserror v1.0.69 |
| 364 | 2026-08-25T22:37:39.851Z | Downloaded autocfg v1.5.0 |
| 365 | 2026-08-25T22:37:39.855Z | Downloaded cargo_toml v0.21.0 |
| 366 | 2026-08-25T22:37:39.855Z | Downloaded clap v4.6.1 |
| 367 | 2026-08-25T22:37:39.858Z | Downloaded zerocopy-derive v0.7.35 |
| 368 | 2026-08-25T22:37:39.862Z | Downloaded thiserror v2.0.18 |
| 369 | 2026-08-25T22:37:39.865Z | Downloaded ucd-trie v0.1.7 |
| 370 | 2026-08-25T22:37:39.865Z | Downloaded clap_derive v4.6.1 |
| 371 | 2026-08-25T22:37:39.868Z | Downloaded log v0.4.33 |
| 372 | 2026-08-25T22:37:39.868Z | Downloaded textwrap v0.16.2 |
| 373 | 2026-08-25T22:37:39.872Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-08-25T22:37:39.875Z | Downloaded unicode-ident v1.0.24 |
| 375 | 2026-08-25T22:37:39.875Z | Downloaded serde_derive v1.0.228 |
| 376 | 2026-08-25T22:37:39.896Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-25T22:37:39.899Z | Downloaded proc-macro2 v1.0.106 |
| 378 | 2026-08-25T22:37:39.906Z | Downloaded serde v1.0.228 |
| 379 | 2026-08-25T22:37:39.916Z | Downloaded memchr v2.8.0 |
| 380 | 2026-08-25T22:37:39.919Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-25T22:37:39.931Z | Downloaded indexmap v2.14.0 |
| 382 | 2026-08-25T22:37:39.934Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-25T22:37:39.951Z | Downloaded pest v2.8.6 |
| 384 | 2026-08-25T22:37:39.954Z | Downloaded serde_json v1.0.151 |
| 385 | 2026-08-25T22:37:39.974Z | Downloaded goblin v0.8.2 |
| 386 | 2026-08-25T22:37:39.980Z | Downloaded winnow v0.7.14 |
| 387 | 2026-08-25T22:37:39.984Z | Downloaded tabled v0.15.0 |
| 388 | 2026-08-25T22:37:39.994Z | Downloaded syn v1.0.109 |
| 389 | 2026-08-25T22:37:39.999Z | Downloaded unicode-width v0.2.0 |
| 390 | 2026-08-25T22:37:40.011Z | Downloaded unicode-width v0.1.14 |
| 391 | 2026-08-25T22:37:40.018Z | Downloaded syn v2.0.117 |
| 392 | 2026-08-25T22:37:40.033Z | Downloaded rustix v1.1.4 |
| 393 | 2026-08-25T22:37:40.053Z | Downloaded libc v0.2.185 |
| 394 | 2026-08-25T22:37:40.115Z | Compiling proc-macro2 v1.0.106 |
| 395 | 2026-08-25T22:37:40.118Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-25T22:37:40.118Z | Compiling quote v1.0.45 |
| 397 | 2026-08-25T22:37:40.119Z | Compiling serde_core v1.0.228 |
| 398 | 2026-08-25T22:37:40.119Z | Compiling libc v0.2.185 |
| 399 | 2026-08-25T22:37:40.119Z | Compiling version_check v0.9.5 |
| 400 | 2026-08-25T22:37:40.119Z | Compiling memchr v2.8.0 |
| 401 | 2026-08-25T22:37:40.119Z | Compiling serde v1.0.228 |
| 402 | 2026-08-25T22:37:40.441Z | Compiling zmij v1.0.21 |
| 403 | 2026-08-25T22:37:40.859Z | Compiling itoa v1.0.17 |
| 404 | 2026-08-25T22:37:41.022Z | Compiling thiserror v1.0.69 |
| 405 | 2026-08-25T22:37:41.290Z | Compiling ucd-trie v0.1.7 |
| 406 | 2026-08-25T22:37:41.463Z | Compiling pest v2.8.6 |
| 407 | 2026-08-25T22:37:41.623Z | Compiling rustix v1.1.4 |
| 408 | 2026-08-25T22:37:41.682Z | Compiling byteorder v1.5.0 |
| 409 | 2026-08-25T22:37:41.772Z | Compiling errno v0.3.14 |
| 410 | 2026-08-25T22:37:41.867Z | Compiling bitflags v2.11.0 |
| 411 | 2026-08-25T22:37:41.906Z | Compiling serde_json v1.0.151 |
| 412 | 2026-08-25T22:37:42.130Z | Compiling thread-id v4.2.2 |
| 413 | 2026-08-25T22:37:42.146Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-08-25T22:37:42.209Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-25T22:37:42.226Z | Compiling syn v1.0.109 |
| 416 | 2026-08-25T22:37:42.327Z | Compiling syn v2.0.117 |
| 417 | 2026-08-25T22:37:42.343Z | Compiling camino v1.2.5 |
| 418 | 2026-08-25T22:37:42.519Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-25T22:37:42.638Z | Compiling proc-macro-error v1.0.4 |
| 420 | 2026-08-25T22:37:42.683Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-08-25T22:37:42.705Z | Compiling equivalent v1.0.2 |
| 422 | 2026-08-25T22:37:42.795Z | Compiling plain v0.2.3 |
| 423 | 2026-08-25T22:37:42.817Z | Compiling utf8parse v0.2.2 |
| 424 | 2026-08-25T22:37:42.904Z | Compiling log v0.4.33 |
| 425 | 2026-08-25T22:37:42.926Z | Compiling getrandom v0.4.3 |
| 426 | 2026-08-25T22:37:43.264Z | Compiling indexmap v2.14.0 |
| 427 | 2026-08-25T22:37:43.301Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-25T22:37:43.317Z | Compiling anstyle-parse v1.0.0 |
| 429 | 2026-08-25T22:37:43.822Z | Compiling anstyle v1.0.14 |
| 430 | 2026-08-25T22:37:43.880Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-08-25T22:37:43.967Z | Compiling toml_write v0.1.2 |
| 432 | 2026-08-25T22:37:43.984Z | Compiling cfg-if v1.0.4 |
| 433 | 2026-08-25T22:37:44.040Z | Compiling colorchoice v1.0.4 |
| 434 | 2026-08-25T22:37:44.058Z | Compiling thiserror v2.0.18 |
| 435 | 2026-08-25T22:37:44.081Z | Compiling anstyle-query v1.1.5 |
| 436 | 2026-08-25T22:37:44.108Z | Compiling autocfg v1.5.0 |
| 437 | 2026-08-25T22:37:44.151Z | Compiling pretty-hex v0.4.1 |
| 438 | 2026-08-25T22:37:44.168Z | Compiling winnow v0.7.14 |
| 439 | 2026-08-25T22:37:44.188Z | Compiling anstream v1.0.0 |
| 440 | 2026-08-25T22:37:44.390Z | Compiling heck v0.5.0 |
| 441 | 2026-08-25T22:37:44.407Z | Compiling bytecount v0.6.9 |
| 442 | 2026-08-25T22:37:44.491Z | Compiling fnv v1.0.7 |
| 443 | 2026-08-25T22:37:44.541Z | Compiling pest_generator v2.8.6 |
| 444 | 2026-08-25T22:37:44.559Z | Compiling fs-err v3.3.0 |
| 445 | 2026-08-25T22:37:44.576Z | Compiling unicode-width v0.1.14 |
| 446 | 2026-08-25T22:37:44.596Z | Compiling anyhow v1.0.104 |
| 447 | 2026-08-25T22:37:44.751Z | Compiling heck v0.4.1 |
| 448 | 2026-08-25T22:37:44.903Z | Compiling once_cell v1.21.3 |
| 449 | 2026-08-25T22:37:44.925Z | Compiling strsim v0.11.1 |
| 450 | 2026-08-25T22:37:44.990Z | Compiling fastrand v2.3.0 |
| 451 | 2026-08-25T22:37:45.029Z | Compiling clap_lex v1.0.0 |
| 452 | 2026-08-25T22:37:45.250Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-08-25T22:37:45.267Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-25T22:37:45.283Z | Compiling papergrid v0.11.0 |
| 455 | 2026-08-25T22:37:45.335Z | Compiling semver v1.0.28 |
| 456 | 2026-08-25T22:37:45.406Z | Compiling cargo-platform v0.3.2 |
| 457 | 2026-08-25T22:37:45.579Z | Compiling tabled_derive v0.7.0 |
| 458 | 2026-08-25T22:37:45.636Z | Compiling memmap v0.7.0 |
| 459 | 2026-08-25T22:37:45.655Z | Compiling smawk v0.3.2 |
| 460 | 2026-08-25T22:37:45.676Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-25T22:37:45.712Z | Compiling unicode-width v0.2.0 |
| 462 | 2026-08-25T22:37:45.791Z | Compiling camino-tempfile v1.4.1 |
| 463 | 2026-08-25T22:37:45.988Z | Compiling textwrap v0.16.2 |
| 464 | 2026-08-25T22:37:46.024Z | Compiling swrite v0.1.0 |
| 465 | 2026-08-25T22:37:46.240Z | Compiling serde_derive v1.0.228 |
| 466 | 2026-08-25T22:37:46.240Z | Compiling thiserror-impl v1.0.69 |
| 467 | 2026-08-25T22:37:46.274Z | Compiling zerocopy-derive v0.7.35 |
| 468 | 2026-08-25T22:37:46.370Z | Compiling pest_derive v2.8.6 |
| 469 | 2026-08-25T22:37:46.446Z | Compiling scroll_derive v0.12.1 |
| 470 | 2026-08-25T22:37:46.463Z | Compiling thiserror-impl v2.0.18 |
| 471 | 2026-08-25T22:37:46.479Z | Compiling clap_derive v4.6.1 |
| 472 | 2026-08-25T22:37:46.816Z | Compiling tabled v0.15.0 |
| 473 | 2026-08-25T22:37:47.104Z | Compiling scroll v0.12.0 |
| 474 | 2026-08-25T22:37:47.150Z | Compiling zerocopy v0.7.35 |
| 475 | 2026-08-25T22:37:47.381Z | Compiling goblin v0.8.2 |
| 476 | 2026-08-25T22:37:47.611Z | Compiling dtrace-parser v0.2.0 |
| 477 | 2026-08-25T22:37:48.227Z | Compiling clap v4.6.1 |
| 478 | 2026-08-25T22:37:48.972Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-08-25T22:37:48.973Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-25T22:37:48.975Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 481 | 2026-08-25T22:37:48.975Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-25T22:37:48.975Z | Compiling cargo_metadata v0.23.1 |
| 483 | 2026-08-25T22:37:49.054Z | Compiling dof v0.3.0 |
| 484 | 2026-08-25T22:37:49.057Z | Compiling serde_tokenstream v0.2.3 |
| 485 | 2026-08-25T22:37:49.161Z | Compiling toml_edit v0.22.27 |
| 486 | 2026-08-25T22:37:49.810Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-25T22:37:49.827Z | Compiling usdt-macro v0.5.0 |
| 488 | 2026-08-25T22:37:50.430Z | Compiling usdt v0.5.0 |
| 489 | 2026-08-25T22:37:50.564Z | Compiling toml v0.8.23 |
| 490 | 2026-08-25T22:37:50.896Z | Compiling cargo_toml v0.21.0 |
| 491 | 2026-08-25T22:37:52.165Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 492 | 2026-08-25T22:37:54.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.14s |
| 493 | 2026-08-25T22:37:54.396Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 494 | 2026-08-25T22:37:54.917Z | Downloading crates ... |
| 495 | 2026-08-25T22:37:54.960Z | Downloaded aead v0.6.1 |
| 496 | 2026-08-25T22:37:54.964Z | Downloaded addr2line v0.25.1 |
| 497 | 2026-08-25T22:37:54.967Z | Downloaded bit-set v0.5.3 |
| 498 | 2026-08-25T22:37:54.970Z | Downloaded atomic-waker v1.1.2 |
| 499 | 2026-08-25T22:37:54.973Z | Downloaded base16ct v0.2.0 |
| 500 | 2026-08-25T22:37:54.973Z | Downloaded base16ct v1.0.0 |
| 501 | 2026-08-25T22:37:54.982Z | Downloaded base64ct v1.8.3 |
| 502 | 2026-08-25T22:37:54.985Z | Downloaded bit-vec v0.6.3 |
| 503 | 2026-08-25T22:37:54.985Z | Downloaded async-bb8-diesel v0.2.1 |
| 504 | 2026-08-25T22:37:54.989Z | Downloaded bitflags v1.3.2 |
| 505 | 2026-08-25T22:37:54.992Z | Downloaded cexpr v0.6.0 |
| 506 | 2026-08-25T22:37:54.992Z | Downloaded chacha20 v0.9.1 |
| 507 | 2026-08-25T22:37:54.992Z | Downloaded cmake v0.1.57 |
| 508 | 2026-08-25T22:37:54.995Z | Downloaded argon2 v0.5.3 |
| 509 | 2026-08-25T22:37:54.996Z | Downloaded fd-lock v4.0.4 |
| 510 | 2026-08-25T22:37:54.996Z | Downloaded ff v0.13.1 |
| 511 | 2026-08-25T22:37:54.999Z | Downloaded cipher v0.4.4 |
| 512 | 2026-08-25T22:37:54.999Z | Downloaded colored v3.1.1 |
| 513 | 2026-08-25T22:37:54.999Z | Downloaded fatfs v0.3.6 |
| 514 | 2026-08-25T22:37:55.003Z | Downloaded const-oid v0.10.2 |
| 515 | 2026-08-25T22:37:55.003Z | Downloaded foreign-types v0.3.2 |
| 516 | 2026-08-25T22:37:55.003Z | Downloaded fixedbitset v0.4.2 |
| 517 | 2026-08-25T22:37:55.003Z | Downloaded foreign-types-shared v0.1.1 |
| 518 | 2026-08-25T22:37:55.003Z | Downloaded endian-type v0.1.2 |
| 519 | 2026-08-25T22:37:55.007Z | Downloaded flagset v0.4.7 |
| 520 | 2026-08-25T22:37:55.007Z | Downloaded ar_archive_writer v0.5.1 |
| 521 | 2026-08-25T22:37:55.007Z | Downloaded const-oid v0.9.6 |
| 522 | 2026-08-25T22:37:55.007Z | Downloaded bb8 v0.8.6 |
| 523 | 2026-08-25T22:37:55.008Z | Downloaded ff v0.14.0 |
| 524 | 2026-08-25T22:37:55.011Z | Downloaded find-msvc-tools v0.1.9 |
| 525 | 2026-08-25T22:37:55.011Z | Downloaded fixedbitset v0.5.7 |
| 526 | 2026-08-25T22:37:55.011Z | Downloaded form_urlencoded v1.2.2 |
| 527 | 2026-08-25T22:37:55.011Z | Downloaded foreign-types v0.5.0 |
| 528 | 2026-08-25T22:37:55.011Z | Downloaded futures-task v0.3.32 |
| 529 | 2026-08-25T22:37:55.012Z | Downloaded enum-as-inner v0.6.1 |
| 530 | 2026-08-25T22:37:55.015Z | Downloaded float-ord v0.3.2 |
| 531 | 2026-08-25T22:37:55.015Z | Downloaded futures-macro v0.3.32 |
| 532 | 2026-08-25T22:37:55.015Z | Downloaded gethostname v0.5.0 |
| 533 | 2026-08-25T22:37:55.015Z | Downloaded aead v0.5.2 |
| 534 | 2026-08-25T22:37:55.015Z | Downloaded async-stream v0.3.6 |
| 535 | 2026-08-25T22:37:55.015Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 536 | 2026-08-25T22:37:55.020Z | Downloaded foreign-types-macros v0.2.3 |
| 537 | 2026-08-25T22:37:55.020Z | Downloaded atty v0.2.14 |
| 538 | 2026-08-25T22:37:55.020Z | Downloaded allocator-api2 v0.2.21 |
| 539 | 2026-08-25T22:37:55.027Z | Downloaded fs-err v2.11.0 |
| 540 | 2026-08-25T22:37:55.027Z | Downloaded futures-sink v0.3.32 |
| 541 | 2026-08-25T22:37:55.027Z | Downloaded fxhash v0.2.1 |
| 542 | 2026-08-25T22:37:55.027Z | Downloaded getrandom v0.2.17 |
| 543 | 2026-08-25T22:37:55.033Z | Downloaded bitfield-struct v0.6.2 |
| 544 | 2026-08-25T22:37:55.033Z | Downloaded backtrace-ext v0.2.1 |
| 545 | 2026-08-25T22:37:55.034Z | Downloaded env_filter v2.0.0 |
| 546 | 2026-08-25T22:37:55.034Z | Downloaded futures-core v0.3.32 |
| 547 | 2026-08-25T22:37:55.034Z | Downloaded git-stub v1.0.0 |
| 548 | 2026-08-25T22:37:55.034Z | Downloaded bitfield-macros v0.19.4 |
| 549 | 2026-08-25T22:37:55.034Z | Downloaded castaway v0.2.4 |
| 550 | 2026-08-25T22:37:55.034Z | Downloaded array-init v0.0.4 |
| 551 | 2026-08-25T22:37:55.034Z | Downloaded ascii-canvas v3.0.0 |
| 552 | 2026-08-25T22:37:55.043Z | Downloaded funty v2.0.0 |
| 553 | 2026-08-25T22:37:55.043Z | Downloaded float-cmp v0.10.0 |
| 554 | 2026-08-25T22:37:55.044Z | Downloaded ghash v0.6.0 |
| 555 | 2026-08-25T22:37:55.044Z | Downloaded arrayref v0.3.9 |
| 556 | 2026-08-25T22:37:55.044Z | Downloaded async-stream-impl v0.3.6 |
| 557 | 2026-08-25T22:37:55.044Z | Downloaded async-trait v0.1.89 |
| 558 | 2026-08-25T22:37:55.055Z | Downloaded bcs v0.1.6 |
| 559 | 2026-08-25T22:37:55.055Z | Downloaded backon v1.6.0 |
| 560 | 2026-08-25T22:37:55.056Z | Downloaded futures-io v0.3.32 |
| 561 | 2026-08-25T22:37:55.056Z | Downloaded enum_dispatch v0.3.13 |
| 562 | 2026-08-25T22:37:55.056Z | Downloaded adler2 v2.0.1 |
| 563 | 2026-08-25T22:37:55.056Z | Downloaded assert_matches v1.5.0 |
| 564 | 2026-08-25T22:37:55.056Z | Downloaded foldhash v0.2.0 |
| 565 | 2026-08-25T22:37:55.056Z | Downloaded futures-executor v0.3.32 |
| 566 | 2026-08-25T22:37:55.056Z | Downloaded async-recursion v1.1.1 |
| 567 | 2026-08-25T22:37:55.079Z | Downloaded hostname v0.4.2 |
| 568 | 2026-08-25T22:37:55.079Z | Downloaded hubpack_derive v0.1.1 |
| 569 | 2026-08-25T22:37:55.079Z | Downloaded globwalk v0.9.1 |
| 570 | 2026-08-25T22:37:55.080Z | Downloaded ciborium-io v0.2.2 |
| 571 | 2026-08-25T22:37:55.135Z | Downloaded hash32 v0.3.1 |
| 572 | 2026-08-25T22:37:55.135Z | Downloaded home v0.5.12 |
| 573 | 2026-08-25T22:37:55.135Z | Downloaded hostname v0.3.1 |
| 574 | 2026-08-25T22:37:55.135Z | Downloaded block-buffer v0.12.1 |
| 575 | 2026-08-25T22:37:55.135Z | Downloaded httpdate v1.0.3 |
| 576 | 2026-08-25T22:37:55.135Z | Downloaded cfg_aliases v0.1.1 |
| 577 | 2026-08-25T22:37:55.135Z | Downloaded cfg_aliases v0.2.1 |
| 578 | 2026-08-25T22:37:55.135Z | Downloaded hubpack v0.1.2 |
| 579 | 2026-08-25T22:37:55.135Z | Downloaded block-padding v0.4.2 |
| 580 | 2026-08-25T22:37:55.136Z | Downloaded bit-set v0.8.0 |
| 581 | 2026-08-25T22:37:55.136Z | Downloaded hex v0.4.3 |
| 582 | 2026-08-25T22:37:55.136Z | Downloaded cobs v0.3.0 |
| 583 | 2026-08-25T22:37:55.136Z | Downloaded hash32 v0.2.1 |
| 584 | 2026-08-25T22:37:55.136Z | Downloaded hex-literal v1.1.0 |
| 585 | 2026-08-25T22:37:55.136Z | Downloaded normalize-line-endings v0.3.0 |
| 586 | 2026-08-25T22:37:55.136Z | Downloaded headers-core v0.3.0 |
| 587 | 2026-08-25T22:37:55.136Z | Downloaded nibble_vec v0.1.0 |
| 588 | 2026-08-25T22:37:55.136Z | Downloaded foreign-types-shared v0.3.1 |
| 589 | 2026-08-25T22:37:55.136Z | Downloaded nodrop v0.1.14 |
| 590 | 2026-08-25T22:37:55.136Z | Downloaded atomicwrites v0.4.4 |
| 591 | 2026-08-25T22:37:55.136Z | Downloaded ciborium-ll v0.2.2 |
| 592 | 2026-08-25T22:37:55.136Z | Downloaded fs_extra v1.3.0 |
| 593 | 2026-08-25T22:37:55.136Z | Downloaded git-stub-vcs v0.1.0 |
| 594 | 2026-08-25T22:37:55.137Z | Downloaded erased-serde v0.3.31 |
| 595 | 2026-08-25T22:37:55.137Z | Downloaded foldhash v0.1.5 |
| 596 | 2026-08-25T22:37:55.137Z | Downloaded bit-vec v0.8.0 |
| 597 | 2026-08-25T22:37:55.137Z | Downloaded camino-tempfile-ext v0.3.3 |
| 598 | 2026-08-25T22:37:55.192Z | Downloaded phf_shared v0.13.1 |
| 599 | 2026-08-25T22:37:55.192Z | Downloaded openssl-macros v0.1.1 |
| 600 | 2026-08-25T22:37:55.192Z | Downloaded openssl-probe v0.1.6 |
| 601 | 2026-08-25T22:37:55.192Z | Downloaded openssl-probe v0.2.1 |
| 602 | 2026-08-25T22:37:55.193Z | Downloaded precomputed-hash v0.1.1 |
| 603 | 2026-08-25T22:37:55.193Z | Downloaded fallible-iterator v0.2.0 |
| 604 | 2026-08-25T22:37:55.193Z | Downloaded filetime v0.2.27 |
| 605 | 2026-08-25T22:37:55.193Z | Downloaded rand_xorshift v0.4.0 |
| 606 | 2026-08-25T22:37:55.193Z | Downloaded rfc6979 v0.4.0 |
| 607 | 2026-08-25T22:37:55.193Z | Downloaded quick-error v1.2.3 |
| 608 | 2026-08-25T22:37:55.193Z | Downloaded seq-macro v0.3.6 |
| 609 | 2026-08-25T22:37:55.193Z | Downloaded progenitor-macro v0.14.0 |
| 610 | 2026-08-25T22:37:55.193Z | Downloaded radium v0.7.0 |
| 611 | 2026-08-25T22:37:55.193Z | Downloaded rtoolbox v0.0.3 |
| 612 | 2026-08-25T22:37:55.193Z | Downloaded bs58 v0.5.1 |
| 613 | 2026-08-25T22:37:55.194Z | Downloaded cmov v0.5.4 |
| 614 | 2026-08-25T22:37:55.194Z | Downloaded env_logger v0.11.11 |
| 615 | 2026-08-25T22:37:55.194Z | Downloaded byte-wrapper v0.1.0 |
| 616 | 2026-08-25T22:37:55.194Z | Downloaded cassowary v0.3.0 |
| 617 | 2026-08-25T22:37:55.194Z | Downloaded globset v0.4.18 |
| 618 | 2026-08-25T22:37:55.194Z | Downloaded http-range v0.1.5 |
| 619 | 2026-08-25T22:37:55.194Z | Downloaded bitfield v0.19.4 |
| 620 | 2026-08-25T22:37:55.194Z | Downloaded anstyle-parse v0.2.7 |
| 621 | 2026-08-25T22:37:55.194Z | Downloaded glob v0.3.3 |
| 622 | 2026-08-25T22:37:55.194Z | Downloaded cbc v0.2.1 |
| 623 | 2026-08-25T22:37:55.194Z | Downloaded compression-core v0.4.31 |
| 624 | 2026-08-25T22:37:55.194Z | Downloaded http-body-util v0.1.3 |
| 625 | 2026-08-25T22:37:55.195Z | Downloaded blowfish v0.10.0 |
| 626 | 2026-08-25T22:37:55.195Z | Downloaded cipher v0.5.2 |
| 627 | 2026-08-25T22:37:55.195Z | Downloaded group v0.14.0 |
| 628 | 2026-08-25T22:37:55.195Z | Downloaded http-body v1.0.1 |
| 629 | 2026-08-25T22:37:55.195Z | Downloaded group v0.13.0 |
| 630 | 2026-08-25T22:37:55.195Z | Downloaded anstream v0.6.21 |
| 631 | 2026-08-25T22:37:55.195Z | Downloaded backoff v0.4.0 |
| 632 | 2026-08-25T22:37:55.195Z | Downloaded highway v1.3.0 |
| 633 | 2026-08-25T22:37:55.195Z | Downloaded compression-codecs v0.4.37 |
| 634 | 2026-08-25T22:37:55.195Z | Downloaded argon2 v0.6.0-rc.8 |
| 635 | 2026-08-25T22:37:55.195Z | Downloaded blake2 v0.10.6 |
| 636 | 2026-08-25T22:37:55.196Z | Downloaded slog-envlogger v2.2.0 |
| 637 | 2026-08-25T22:37:55.230Z | Downloaded humantime v2.3.0 |
| 638 | 2026-08-25T22:37:55.230Z | Downloaded stable_deref_trait v1.2.1 |
| 639 | 2026-08-25T22:37:55.230Z | Downloaded subtle v2.6.1 |
| 640 | 2026-08-25T22:37:55.230Z | Downloaded paste v1.0.15 |
| 641 | 2026-08-25T22:37:55.231Z | Downloaded pem-rfc7468 v0.7.0 |
| 642 | 2026-08-25T22:37:55.231Z | Downloaded num-integer v0.1.46 |
| 643 | 2026-08-25T22:37:55.231Z | Downloaded num_enum v0.5.11 |
| 644 | 2026-08-25T22:37:55.231Z | Downloaded password-hash v0.6.1 |
| 645 | 2026-08-25T22:37:55.231Z | Downloaded num_enum v0.7.6 |
| 646 | 2026-08-25T22:37:55.231Z | Downloaded phf v0.12.1 |
| 647 | 2026-08-25T22:37:55.231Z | Downloaded futures v0.3.32 |
| 648 | 2026-08-25T22:37:55.231Z | Downloaded futures-channel v0.3.32 |
| 649 | 2026-08-25T22:37:55.231Z | Downloaded httparse v1.10.1 |
| 650 | 2026-08-25T22:37:55.231Z | Downloaded getrandom v0.3.4 |
| 651 | 2026-08-25T22:37:55.231Z | Downloaded password-hash v0.5.0 |
| 652 | 2026-08-25T22:37:55.231Z | Downloaded postgres-protocol v0.6.10 |
| 653 | 2026-08-25T22:37:55.231Z | Downloaded sec1 v0.7.3 |
| 654 | 2026-08-25T22:37:55.232Z | Downloaded flume v0.11.1 |
| 655 | 2026-08-25T22:37:55.232Z | Downloaded pkcs8 v0.10.2 |
| 656 | 2026-08-25T22:37:55.232Z | Downloaded primeorder v0.14.0 |
| 657 | 2026-08-25T22:37:55.232Z | Downloaded supports-unicode v3.0.0 |
| 658 | 2026-08-25T22:37:55.232Z | Downloaded sync-ptr v0.1.4 |
| 659 | 2026-08-25T22:37:55.232Z | Downloaded testing_table v0.3.0 |
| 660 | 2026-08-25T22:37:55.232Z | Downloaded tokio-macros v2.7.0 |
| 661 | 2026-08-25T22:37:55.232Z | Downloaded primefield v0.14.0 |
| 662 | 2026-08-25T22:37:55.232Z | Downloaded primeorder v0.13.6 |
| 663 | 2026-08-25T22:37:55.232Z | Downloaded unit-prefix v0.5.2 |
| 664 | 2026-08-25T22:37:55.232Z | Downloaded void v1.0.2 |
| 665 | 2026-08-25T22:37:55.232Z | Downloaded want v0.3.1 |
| 666 | 2026-08-25T22:37:55.232Z | Downloaded rpassword v7.5.4 |
| 667 | 2026-08-25T22:37:55.232Z | Downloaded serde_path_to_error v0.1.20 |
| 668 | 2026-08-25T22:37:55.232Z | Downloaded signal-hook-registry v1.4.8 |
| 669 | 2026-08-25T22:37:55.232Z | Downloaded simd-adler32 v0.3.8 |
| 670 | 2026-08-25T22:37:55.232Z | Downloaded topological-sort v0.2.2 |
| 671 | 2026-08-25T22:37:55.232Z | Downloaded typify-macro v0.6.2 |
| 672 | 2026-08-25T22:37:55.232Z | Downloaded clang-sys v1.8.1 |
| 673 | 2026-08-25T22:37:55.232Z | Downloaded usdt-attr-macro v0.6.0 |
| 674 | 2026-08-25T22:37:55.233Z | Downloaded usdt v0.6.0 |
| 675 | 2026-08-25T22:37:55.233Z | Downloaded buf-list v1.1.2 |
| 676 | 2026-08-25T22:37:55.233Z | Downloaded blake2 v0.11.0-rc.6 |
| 677 | 2026-08-25T22:37:55.233Z | Downloaded bzip2 v0.4.4 |
| 678 | 2026-08-25T22:37:55.233Z | Downloaded console v0.16.2 |
| 679 | 2026-08-25T22:37:55.233Z | Downloaded zeroize_derive v1.5.0 |
| 680 | 2026-08-25T22:37:55.233Z | Downloaded convert_case v0.4.0 |
| 681 | 2026-08-25T22:37:55.233Z | Downloaded hmac v0.12.1 |
| 682 | 2026-08-25T22:37:55.233Z | Downloaded bzip2 v0.6.1 |
| 683 | 2026-08-25T22:37:55.233Z | Downloaded ciborium v0.2.2 |
| 684 | 2026-08-25T22:37:55.233Z | Downloaded serde_tokenstream v0.3.0 |
| 685 | 2026-08-25T22:37:55.233Z | Downloaded console v0.15.11 |
| 686 | 2026-08-25T22:37:55.242Z | Downloaded arrayvec v0.7.6 |
| 687 | 2026-08-25T22:37:55.242Z | Downloaded yoke-derive v0.8.1 |
| 688 | 2026-08-25T22:37:55.242Z | Downloaded zone_cfg_derive v0.3.1 |
| 689 | 2026-08-25T22:37:55.242Z | Downloaded hmac v0.13.0 |
| 690 | 2026-08-25T22:37:55.242Z | Downloaded hyper-rustls v0.27.7 |
| 691 | 2026-08-25T22:37:55.242Z | Downloaded half v1.8.3 |
| 692 | 2026-08-25T22:37:55.242Z | Downloaded cancel-safe-futures v0.1.5 |
| 693 | 2026-08-25T22:37:55.242Z | Downloaded hybrid-array v0.4.13 |
| 694 | 2026-08-25T22:37:55.242Z | Downloaded crunchy v0.2.4 |
| 695 | 2026-08-25T22:37:55.242Z | Downloaded slog-term v2.9.2 |
| 696 | 2026-08-25T22:37:55.242Z | Downloaded spki v0.7.3 |
| 697 | 2026-08-25T22:37:55.242Z | Downloaded spki v0.8.0 |
| 698 | 2026-08-25T22:37:55.243Z | Downloaded strum v0.26.3 |
| 699 | 2026-08-25T22:37:55.243Z | Downloaded crc-catalog v2.4.0 |
| 700 | 2026-08-25T22:37:55.243Z | Downloaded debug-ignore v1.0.5 |
| 701 | 2026-08-25T22:37:55.243Z | Downloaded colored v2.2.0 |
| 702 | 2026-08-25T22:37:55.243Z | Downloaded ahash v0.8.12 |
| 703 | 2026-08-25T22:37:55.243Z | Downloaded parking_lot_core v0.9.12 |
| 704 | 2026-08-25T22:37:55.243Z | Downloaded postcard v1.1.3 |
| 705 | 2026-08-25T22:37:55.261Z | Downloaded flate2 v1.1.9 |
| 706 | 2026-08-25T22:37:55.261Z | Downloaded string_cache v0.8.9 |
| 707 | 2026-08-25T22:37:55.261Z | Downloaded stringprep v0.1.5 |
| 708 | 2026-08-25T22:37:55.261Z | Downloaded thread_local v1.1.9 |
| 709 | 2026-08-25T22:37:55.261Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 710 | 2026-08-25T22:37:55.261Z | Downloaded difflib v0.4.0 |
| 711 | 2026-08-25T22:37:55.261Z | Downloaded dof v0.4.0 |
| 712 | 2026-08-25T22:37:55.261Z | Downloaded downcast-rs v2.0.2 |
| 713 | 2026-08-25T22:37:55.261Z | Downloaded dtrace-parser v0.3.0 |
| 714 | 2026-08-25T22:37:55.283Z | Downloaded embedded-io v0.6.1 |
| 715 | 2026-08-25T22:37:55.284Z | Downloaded idna_adapter v1.2.1 |
| 716 | 2026-08-25T22:37:55.284Z | Downloaded tui-tree-widget v0.23.1 |
| 717 | 2026-08-25T22:37:55.284Z | Downloaded tls_codec v0.4.2 |
| 718 | 2026-08-25T22:37:55.284Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 719 | 2026-08-25T22:37:55.284Z | Downloaded elliptic-curve v0.14.1 |
| 720 | 2026-08-25T22:37:55.284Z | Downloaded instant v0.1.13 |
| 721 | 2026-08-25T22:37:55.284Z | Downloaded lalrpop-util v0.19.12 |
| 722 | 2026-08-25T22:37:55.284Z | Downloaded omicron-zone-package v0.12.3 |
| 723 | 2026-08-25T22:37:55.284Z | Downloaded indoc v1.0.9 |
| 724 | 2026-08-25T22:37:55.284Z | Downloaded multimap v0.10.1 |
| 725 | 2026-08-25T22:37:55.284Z | Downloaded managed v0.8.0 |
| 726 | 2026-08-25T22:37:55.326Z | Downloaded wyz v0.5.1 |
| 727 | 2026-08-25T22:37:55.326Z | Downloaded oxide-update-engine-types v0.1.2 |
| 728 | 2026-08-25T22:37:55.326Z | Downloaded generic-array v1.4.3 |
| 729 | 2026-08-25T22:37:55.326Z | Downloaded lzss v0.8.2 |
| 730 | 2026-08-25T22:37:55.326Z | Downloaded olpc-cjson v0.1.4 |
| 731 | 2026-08-25T22:37:55.326Z | Downloaded oso-derive v0.27.3 |
| 732 | 2026-08-25T22:37:55.327Z | Downloaded corncobs v0.1.4 |
| 733 | 2026-08-25T22:37:55.327Z | Downloaded term v1.2.1 |
| 734 | 2026-08-25T22:37:55.327Z | Downloaded serde_with_macros v1.5.2 |
| 735 | 2026-08-25T22:37:55.327Z | Downloaded serde_with_macros v3.21.0 |
| 736 | 2026-08-25T22:37:55.327Z | Downloaded new_debug_unreachable v1.0.6 |
| 737 | 2026-08-25T22:37:55.327Z | Downloaded defmt-macros v1.0.1 |
| 738 | 2026-08-25T22:37:55.327Z | Downloaded csv-core v0.1.13 |
| 739 | 2026-08-25T22:37:55.327Z | Downloaded num-iter v0.1.45 |
| 740 | 2026-08-25T22:37:55.327Z | Downloaded packed_struct_codegen v0.10.1 |
| 741 | 2026-08-25T22:37:55.327Z | Downloaded potential_utf v0.1.4 |
| 742 | 2026-08-25T22:37:55.342Z | Downloaded papergrid v0.18.0 |
| 743 | 2026-08-25T22:37:55.342Z | Downloaded peg-runtime v0.8.5 |
| 744 | 2026-08-25T22:37:55.342Z | Downloaded pin-project v1.1.11 |
| 745 | 2026-08-25T22:37:55.342Z | Downloaded digest v0.11.3 |
| 746 | 2026-08-25T22:37:55.342Z | Downloaded rustls-platform-verifier v0.6.2 |
| 747 | 2026-08-25T22:37:55.342Z | Downloaded ctr v0.10.1 |
| 748 | 2026-08-25T22:37:55.342Z | Downloaded progenitor-macro v0.13.0 |
| 749 | 2026-08-25T22:37:55.342Z | Downloaded tracing-attributes v0.1.31 |
| 750 | 2026-08-25T22:37:55.342Z | Downloaded ref-cast v1.0.25 |
| 751 | 2026-08-25T22:37:55.342Z | Downloaded scheduled-thread-pool v0.2.7 |
| 752 | 2026-08-25T22:37:55.342Z | Downloaded scopeguard v1.2.0 |
| 753 | 2026-08-25T22:37:55.342Z | Downloaded sapling-renderdag v0.1.0 |
| 754 | 2026-08-25T22:37:55.343Z | Downloaded signal-hook-mio v0.2.5 |
| 755 | 2026-08-25T22:37:55.343Z | Downloaded serde_urlencoded v0.7.1 |
| 756 | 2026-08-25T22:37:55.343Z | Downloaded diesel-dtrace v0.5.0 |
| 757 | 2026-08-25T22:37:55.343Z | Downloaded ingot-types v0.2.0 |
| 758 | 2026-08-25T22:37:55.357Z | Downloaded schemars v0.8.22 |
| 759 | 2026-08-25T22:37:55.358Z | Downloaded base64 v0.22.1 |
| 760 | 2026-08-25T22:37:55.358Z | Downloaded bytes v1.11.1 |
| 761 | 2026-08-25T22:37:55.358Z | Downloaded chacha20poly1305 v0.10.1 |
| 762 | 2026-08-25T22:37:55.358Z | Downloaded vergen v9.1.0 |
| 763 | 2026-08-25T22:37:55.358Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 764 | 2026-08-25T22:37:55.369Z | Downloaded libloading v0.8.9 |
| 765 | 2026-08-25T22:37:55.370Z | Downloaded sigpipe v0.1.3 |
| 766 | 2026-08-25T22:37:55.370Z | Downloaded lock_api v0.4.14 |
| 767 | 2026-08-25T22:37:55.370Z | Downloaded chumsky v0.9.3 |
| 768 | 2026-08-25T22:37:55.370Z | Downloaded bumpalo v3.20.2 |
| 769 | 2026-08-25T22:37:55.370Z | Downloaded base64 v0.21.7 |
| 770 | 2026-08-25T22:37:55.370Z | Downloaded num-rational v0.4.2 |
| 771 | 2026-08-25T22:37:55.370Z | Downloaded memoffset v0.9.1 |
| 772 | 2026-08-25T22:37:55.382Z | Downloaded headers v0.4.1 |
| 773 | 2026-08-25T22:37:55.382Z | Downloaded heapless v0.8.0 |
| 774 | 2026-08-25T22:37:55.382Z | Downloaded slog v2.8.2 |
| 775 | 2026-08-25T22:37:55.382Z | Downloaded aws-lc-rs v1.16.3 |
| 776 | 2026-08-25T22:37:55.396Z | Downloaded nanorand v0.7.0 |
| 777 | 2026-08-25T22:37:55.396Z | Downloaded native-tls v0.2.18 |
| 778 | 2026-08-25T22:37:55.396Z | Downloaded strip-ansi-escapes v0.2.1 |
| 779 | 2026-08-25T22:37:55.396Z | Downloaded phc v0.6.1 |
| 780 | 2026-08-25T22:37:55.396Z | Downloaded oxnet v0.1.6 |
| 781 | 2026-08-25T22:37:55.396Z | Downloaded pkcs5 v0.8.1 |
| 782 | 2026-08-25T22:37:55.396Z | Downloaded crossbeam-utils v0.8.21 |
| 783 | 2026-08-25T22:37:55.396Z | Downloaded half v2.7.1 |
| 784 | 2026-08-25T22:37:55.396Z | Downloaded derive_builder v0.20.2 |
| 785 | 2026-08-25T22:37:55.410Z | Downloaded derive_builder_core v0.20.2 |
| 786 | 2026-08-25T22:37:55.410Z | Downloaded openssl-sys v0.9.117 |
| 787 | 2026-08-25T22:37:55.410Z | Downloaded peg-macros v0.8.5 |
| 788 | 2026-08-25T22:37:55.410Z | Downloaded time-core v0.1.8 |
| 789 | 2026-08-25T22:37:55.410Z | Downloaded tinyvec_macros v0.1.1 |
| 790 | 2026-08-25T22:37:55.410Z | Downloaded tower-layer v0.3.3 |
| 791 | 2026-08-25T22:37:55.411Z | Downloaded unicode-truncate v1.1.0 |
| 792 | 2026-08-25T22:37:55.411Z | Downloaded proc-macro-error2 v2.0.1 |
| 793 | 2026-08-25T22:37:55.411Z | Downloaded pin-project-internal v1.1.11 |
| 794 | 2026-08-25T22:37:55.429Z | Downloaded progenitor v0.13.0 |
| 795 | 2026-08-25T22:37:55.429Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 796 | 2026-08-25T22:37:55.429Z | Downloaded resolv-conf v0.7.6 |
| 797 | 2026-08-25T22:37:55.429Z | Downloaded rand_core v0.10.0 |
| 798 | 2026-08-25T22:37:55.429Z | Downloaded trait-variant v0.1.2 |
| 799 | 2026-08-25T22:37:55.429Z | Downloaded usdt-macro v0.6.0 |
| 800 | 2026-08-25T22:37:55.429Z | Downloaded cpubits v0.1.1 |
| 801 | 2026-08-25T22:37:55.429Z | Downloaded prettyplease v0.2.37 |
| 802 | 2026-08-25T22:37:55.430Z | Downloaded wait-timeout v0.2.1 |
| 803 | 2026-08-25T22:37:55.430Z | Downloaded zerofrom-derive v0.1.6 |
| 804 | 2026-08-25T22:37:55.430Z | Downloaded ecdsa v0.17.0 |
| 805 | 2026-08-25T22:37:55.430Z | Downloaded backtrace v0.3.76 |
| 806 | 2026-08-25T22:37:55.430Z | Downloaded arc-swap v1.8.2 |
| 807 | 2026-08-25T22:37:55.430Z | Downloaded tungstenite v0.21.0 |
| 808 | 2026-08-25T22:37:55.430Z | Downloaded ipnetwork v0.21.1 |
| 809 | 2026-08-25T22:37:55.430Z | Downloaded mime_guess v2.0.5 |
| 810 | 2026-08-25T22:37:55.449Z | Downloaded scuffle v0.1.0 |
| 811 | 2026-08-25T22:37:55.449Z | Downloaded schemars_derive v0.8.22 |
| 812 | 2026-08-25T22:37:55.449Z | Downloaded crc v3.4.0 |
| 813 | 2026-08-25T22:37:55.450Z | Downloaded serdect v0.4.3 |
| 814 | 2026-08-25T22:37:55.450Z | Downloaded aes-gcm v0.11.0 |
| 815 | 2026-08-25T22:37:55.450Z | Downloaded chacha20 v0.10.0 |
| 816 | 2026-08-25T22:37:55.450Z | Downloaded cpufeatures v0.3.0 |
| 817 | 2026-08-25T22:37:55.450Z | Downloaded slog-dtrace v0.3.0 |
| 818 | 2026-08-25T22:37:55.450Z | Downloaded strum_macros v0.27.2 |
| 819 | 2026-08-25T22:37:55.450Z | Downloaded support-bundle-viewer v0.1.2 |
| 820 | 2026-08-25T22:37:55.450Z | Downloaded snafu-derive v0.8.9 |
| 821 | 2026-08-25T22:37:55.450Z | Downloaded sqlformat v0.3.5 |
| 822 | 2026-08-25T22:37:55.450Z | Downloaded dirs-next v2.0.0 |
| 823 | 2026-08-25T22:37:55.461Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 824 | 2026-08-25T22:37:55.462Z | Downloaded heapless v0.7.17 |
| 825 | 2026-08-25T22:37:55.462Z | Downloaded slog-json v2.6.1 |
| 826 | 2026-08-25T22:37:55.462Z | Downloaded hickory-resolver v0.25.2 |
| 827 | 2026-08-25T22:37:55.462Z | Downloaded packed_struct v0.10.1 |
| 828 | 2026-08-25T22:37:55.462Z | Downloaded poly1305 v0.9.0 |
| 829 | 2026-08-25T22:37:55.462Z | Downloaded dyn-clone v1.0.20 |
| 830 | 2026-08-25T22:37:55.462Z | Downloaded expectorate v1.2.0 |
| 831 | 2026-08-25T22:37:55.462Z | Downloaded is-terminal v0.4.17 |
| 832 | 2026-08-25T22:37:55.480Z | Downloaded keccak v0.1.6 |
| 833 | 2026-08-25T22:37:55.480Z | Downloaded crc-any v2.5.0 |
| 834 | 2026-08-25T22:37:55.480Z | Downloaded illumos-nvpair v0.3.0 |
| 835 | 2026-08-25T22:37:55.480Z | Downloaded socket2 v0.5.10 |
| 836 | 2026-08-25T22:37:55.480Z | Downloaded postgres-types v0.2.12 |
| 837 | 2026-08-25T22:37:55.480Z | Downloaded pkcs8 v0.11.0 |
| 838 | 2026-08-25T22:37:55.480Z | Downloaded russh-cryptovec v0.62.0 |
| 839 | 2026-08-25T22:37:55.480Z | Downloaded tokio-rustls v0.26.4 |
| 840 | 2026-08-25T22:37:55.481Z | Downloaded whoami v2.1.0 |
| 841 | 2026-08-25T22:37:55.490Z | Downloaded xshell v0.2.7 |
| 842 | 2026-08-25T22:37:55.490Z | Downloaded kstat-rs v0.2.5 |
| 843 | 2026-08-25T22:37:55.490Z | Downloaded usdt-impl v0.6.0 |
| 844 | 2026-08-25T22:37:55.490Z | Downloaded lru-cache v0.1.2 |
| 845 | 2026-08-25T22:37:55.491Z | Downloaded rustls-pki-types v1.14.0 |
| 846 | 2026-08-25T22:37:55.491Z | Downloaded lru v0.12.5 |
| 847 | 2026-08-25T22:37:55.491Z | Downloaded rsa v0.9.10 |
| 848 | 2026-08-25T22:37:55.491Z | Downloaded samael v0.0.19 |
| 849 | 2026-08-25T22:37:55.491Z | Downloaded schemars v0.9.0 |
| 850 | 2026-08-25T22:37:55.504Z | Downloaded constant_time_eq v0.4.2 |
| 851 | 2026-08-25T22:37:55.504Z | Downloaded cc v1.2.56 |
| 852 | 2026-08-25T22:37:55.504Z | Downloaded compact_str v0.8.1 |
| 853 | 2026-08-25T22:37:55.504Z | Downloaded async-compression v0.4.41 |
| 854 | 2026-08-25T22:37:55.536Z | Downloaded zstd v0.13.3 |
| 855 | 2026-08-25T22:37:55.536Z | Downloaded num-conv v0.2.0 |
| 856 | 2026-08-25T22:37:55.536Z | Downloaded num-derive v0.4.2 |
| 857 | 2026-08-25T22:37:55.536Z | Downloaded powerfmt v0.2.0 |
| 858 | 2026-08-25T22:37:55.536Z | Downloaded predicates-core v1.0.10 |
| 859 | 2026-08-25T22:37:55.536Z | Downloaded data-encoding v2.10.0 |
| 860 | 2026-08-25T22:37:55.536Z | Downloaded hickory-resolver v0.24.4 |
| 861 | 2026-08-25T22:37:55.536Z | Downloaded daft v0.1.8 |
| 862 | 2026-08-25T22:37:55.536Z | Downloaded ctutils v0.4.2 |
| 863 | 2026-08-25T22:37:55.537Z | Downloaded hashbrown v0.12.3 |
| 864 | 2026-08-25T22:37:55.537Z | Downloaded oso v0.27.3 |
| 865 | 2026-08-25T22:37:55.537Z | Downloaded delegate v0.13.5 |
| 866 | 2026-08-25T22:37:55.537Z | Downloaded document-features v0.2.12 |
| 867 | 2026-08-25T22:37:55.537Z | Downloaded recursive v0.1.1 |
| 868 | 2026-08-25T22:37:55.545Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 869 | 2026-08-25T22:37:55.546Z | Downloaded either v1.15.0 |
| 870 | 2026-08-25T22:37:55.546Z | Downloaded hickory-server v0.25.2 |
| 871 | 2026-08-25T22:37:55.546Z | Downloaded http v1.4.2 |
| 872 | 2026-08-25T22:37:55.546Z | Downloaded same-file v1.0.6 |
| 873 | 2026-08-25T22:37:55.546Z | Downloaded siphasher v1.0.2 |
| 874 | 2026-08-25T22:37:55.546Z | Downloaded secrecy v0.8.0 |
| 875 | 2026-08-25T22:37:55.546Z | Downloaded sha1 v0.10.6 |
| 876 | 2026-08-25T22:37:55.546Z | Downloaded darling_core v0.20.11 |
| 877 | 2026-08-25T22:37:55.547Z | Downloaded libefi-sys v0.1.0 |
| 878 | 2026-08-25T22:37:55.547Z | Downloaded darling_core v0.21.3 |
| 879 | 2026-08-25T22:37:55.572Z | Downloaded icu_normalizer v2.1.1 |
| 880 | 2026-08-25T22:37:55.572Z | Downloaded miette-derive v7.6.0 |
| 881 | 2026-08-25T22:37:55.572Z | Downloaded vergen-lib v0.1.6 |
| 882 | 2026-08-25T22:37:55.572Z | Downloaded tabwriter v1.4.1 |
| 883 | 2026-08-25T22:37:55.572Z | Downloaded tagptr v0.2.0 |
| 884 | 2026-08-25T22:37:55.572Z | Downloaded icu_normalizer_data v2.1.1 |
| 885 | 2026-08-25T22:37:55.572Z | Downloaded thread-id v5.1.0 |
| 886 | 2026-08-25T22:37:55.572Z | Downloaded tower-service v0.3.3 |
| 887 | 2026-08-25T22:37:55.572Z | Downloaded universal-hash v0.6.1 |
| 888 | 2026-08-25T22:37:55.589Z | Downloaded rsa v0.10.0-rc.18 |
| 889 | 2026-08-25T22:37:55.589Z | Downloaded ryu v1.0.23 |
| 890 | 2026-08-25T22:37:55.589Z | Downloaded zerotrie v0.2.3 |
| 891 | 2026-08-25T22:37:55.589Z | Downloaded module-lattice v0.2.3 |
| 892 | 2026-08-25T22:37:55.589Z | Downloaded num-complex v0.4.6 |
| 893 | 2026-08-25T22:37:55.589Z | Downloaded owo-colors v4.3.0 |
| 894 | 2026-08-25T22:37:55.590Z | Downloaded oxide-generation v0.1.3 |
| 895 | 2026-08-25T22:37:55.590Z | Downloaded parking_lot_core v0.8.6 |
| 896 | 2026-08-25T22:37:55.590Z | Downloaded pbkdf2 v0.13.0 |
| 897 | 2026-08-25T22:37:55.590Z | Downloaded peg v0.8.5 |
| 898 | 2026-08-25T22:37:55.590Z | Downloaded pem v3.0.6 |
| 899 | 2026-08-25T22:37:55.590Z | Downloaded pem-rfc7468 v1.0.0 |
| 900 | 2026-08-25T22:37:55.590Z | Downloaded poly1305 v0.8.0 |
| 901 | 2026-08-25T22:37:55.619Z | Downloaded try-lock v0.2.5 |
| 902 | 2026-08-25T22:37:55.619Z | Downloaded aes v0.9.1 |
| 903 | 2026-08-25T22:37:55.620Z | Downloaded knus v3.4.0 |
| 904 | 2026-08-25T22:37:55.620Z | Downloaded darling v0.21.3 |
| 905 | 2026-08-25T22:37:55.620Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 906 | 2026-08-25T22:37:55.620Z | Downloaded xattr v1.6.1 |
| 907 | 2026-08-25T22:37:55.620Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 908 | 2026-08-25T22:37:55.620Z | Downloaded darling v0.23.0 |
| 909 | 2026-08-25T22:37:55.620Z | Downloaded psm v0.1.30 |
| 910 | 2026-08-25T22:37:55.620Z | Downloaded rand_chacha v0.9.0 |
| 911 | 2026-08-25T22:37:55.620Z | Downloaded rustc-demangle v0.1.27 |
| 912 | 2026-08-25T22:37:55.620Z | Downloaded subprocess v0.2.15 |
| 913 | 2026-08-25T22:37:55.620Z | Downloaded crypto-bigint v0.5.5 |
| 914 | 2026-08-25T22:37:55.620Z | Downloaded progenitor-extras v0.2.0 |
| 915 | 2026-08-25T22:37:55.621Z | Downloaded ingot-macros v0.2.0 |
| 916 | 2026-08-25T22:37:55.621Z | Downloaded test-strategy v0.4.5 |
| 917 | 2026-08-25T22:37:55.621Z | Downloaded serde_derive_internals v0.29.1 |
| 918 | 2026-08-25T22:37:55.621Z | Downloaded strum v0.27.2 |
| 919 | 2026-08-25T22:37:55.621Z | Downloaded rand_seeder v0.4.0 |
| 920 | 2026-08-25T22:37:55.621Z | Downloaded defmt-parser v1.0.0 |
| 921 | 2026-08-25T22:37:55.621Z | Downloaded inout v0.2.2 |
| 922 | 2026-08-25T22:37:55.621Z | Downloaded tinyvec v1.10.0 |
| 923 | 2026-08-25T22:37:55.621Z | Downloaded toml v0.7.8 |
| 924 | 2026-08-25T22:37:55.621Z | Downloaded unsafe-libyaml v0.2.11 |
| 925 | 2026-08-25T22:37:55.648Z | Downloaded strum_macros v0.24.3 |
| 926 | 2026-08-25T22:37:55.648Z | Downloaded ssh-cipher v0.3.0 |
| 927 | 2026-08-25T22:37:55.648Z | Downloaded ssh-encoding v0.3.0 |
| 928 | 2026-08-25T22:37:55.648Z | Downloaded thiserror-no-std v2.0.2 |
| 929 | 2026-08-25T22:37:55.648Z | Downloaded typify v0.6.2 |
| 930 | 2026-08-25T22:37:55.648Z | Downloaded unicode_categories v0.1.1 |
| 931 | 2026-08-25T22:37:55.648Z | Downloaded kem v0.3.0 |
| 932 | 2026-08-25T22:37:55.649Z | Downloaded x509-cert v0.2.5 |
| 933 | 2026-08-25T22:37:55.649Z | Downloaded tokio-tungstenite v0.23.1 |
| 934 | 2026-08-25T22:37:55.649Z | Downloaded linked-hash-map v0.5.6 |
| 935 | 2026-08-25T22:37:55.649Z | Downloaded md-5 v0.10.6 |
| 936 | 2026-08-25T22:37:55.649Z | Downloaded nonempty v0.12.0 |
| 937 | 2026-08-25T22:37:55.649Z | Downloaded rand v0.8.6 |
| 938 | 2026-08-25T22:37:55.666Z | Downloaded mime v0.3.17 |
| 939 | 2026-08-25T22:37:55.666Z | Downloaded walkdir v2.5.0 |
| 940 | 2026-08-25T22:37:55.667Z | Downloaded uzers v0.12.2 |
| 941 | 2026-08-25T22:37:55.667Z | Downloaded newtype-uuid-macros v0.1.0 |
| 942 | 2026-08-25T22:37:55.667Z | Downloaded num_enum_derive v0.5.11 |
| 943 | 2026-08-25T22:37:55.667Z | Downloaded oxide-generation-macros v0.2.0 |
| 944 | 2026-08-25T22:37:55.667Z | Downloaded hashbrown v0.13.2 |
| 945 | 2026-08-25T22:37:55.667Z | Downloaded writeable v0.6.2 |
| 946 | 2026-08-25T22:37:55.667Z | Downloaded percent-encoding v2.3.2 |
| 947 | 2026-08-25T22:37:55.667Z | Downloaded proc-macro-crate v3.4.0 |
| 948 | 2026-08-25T22:37:55.667Z | Downloaded quinn-udp v0.5.14 |
| 949 | 2026-08-25T22:37:55.667Z | Downloaded rustc-hash v2.1.1 |
| 950 | 2026-08-25T22:37:55.685Z | Downloaded phf_shared v0.11.3 |
| 951 | 2026-08-25T22:37:55.686Z | Downloaded tar v0.4.46 |
| 952 | 2026-08-25T22:37:55.686Z | Downloaded ignore v0.4.25 |
| 953 | 2026-08-25T22:37:55.686Z | Downloaded sec1 v0.8.1 |
| 954 | 2026-08-25T22:37:55.686Z | Downloaded dsl_auto_type v0.2.0 |
| 955 | 2026-08-25T22:37:55.686Z | Downloaded serde_bytes v0.11.19 |
| 956 | 2026-08-25T22:37:55.704Z | Downloaded num-bigint-dig v0.8.6 |
| 957 | 2026-08-25T22:37:55.706Z | Downloaded icu_provider v2.1.1 |
| 958 | 2026-08-25T22:37:55.707Z | Downloaded pretty_assertions v1.4.1 |
| 959 | 2026-08-25T22:37:55.707Z | Downloaded qorb v0.4.1 |
| 960 | 2026-08-25T22:37:55.707Z | Downloaded ml-kem v0.3.2 |
| 961 | 2026-08-25T22:37:55.707Z | Downloaded schemars v1.2.1 |
| 962 | 2026-08-25T22:37:55.730Z | Downloaded smallvec v1.15.1 |
| 963 | 2026-08-25T22:37:55.730Z | Downloaded universal-hash v0.5.1 |
| 964 | 2026-08-25T22:37:55.730Z | Downloaded hyper-staticfile v0.10.1 |
| 965 | 2026-08-25T22:37:55.730Z | Downloaded utf-8 v0.7.6 |
| 966 | 2026-08-25T22:37:55.730Z | Downloaded waitgroup v0.1.2 |
| 967 | 2026-08-25T22:37:55.730Z | Downloaded zerofrom v0.1.6 |
| 968 | 2026-08-25T22:37:55.730Z | Downloaded secrecy v0.10.3 |
| 969 | 2026-08-25T22:37:55.730Z | Downloaded signature v2.2.0 |
| 970 | 2026-08-25T22:37:55.731Z | Downloaded shell-words v1.1.1 |
| 971 | 2026-08-25T22:37:55.731Z | Downloaded signal-hook-tokio v0.3.1 |
| 972 | 2026-08-25T22:37:55.731Z | Downloaded signature v3.0.0 |
| 973 | 2026-08-25T22:37:55.731Z | Downloaded linear-map v1.2.0 |
| 974 | 2026-08-25T22:37:55.731Z | Downloaded zone v0.3.1 |
| 975 | 2026-08-25T22:37:55.731Z | Downloaded multer v3.1.0 |
| 976 | 2026-08-25T22:37:55.731Z | Downloaded darling_macro v0.23.0 |
| 977 | 2026-08-25T22:37:55.731Z | Downloaded dirs-sys-next v0.1.2 |
| 978 | 2026-08-25T22:37:55.768Z | Downloaded zerocopy-derive v0.8.55 |
| 979 | 2026-08-25T22:37:55.768Z | Downloaded zerocopy v0.6.6 |
| 980 | 2026-08-25T22:37:55.768Z | Downloaded hashbrown v0.14.5 |
| 981 | 2026-08-25T22:37:55.768Z | Downloaded hashbrown v0.15.5 |
| 982 | 2026-08-25T22:37:55.768Z | Downloaded phf v0.13.1 |
| 983 | 2026-08-25T22:37:55.768Z | Downloaded defmt v0.3.100 |
| 984 | 2026-08-25T22:37:55.768Z | Downloaded predicates v3.1.4 |
| 985 | 2026-08-25T22:37:55.768Z | Downloaded progenitor v0.14.0 |
| 986 | 2026-08-25T22:37:55.768Z | Downloaded dunce v1.0.5 |
| 987 | 2026-08-25T22:37:55.768Z | Downloaded libscf-sys v1.2.0 |
| 988 | 2026-08-25T22:37:55.769Z | Downloaded signal-hook v0.3.18 |
| 989 | 2026-08-25T22:37:55.769Z | Downloaded similar v2.7.0 |
| 990 | 2026-08-25T22:37:55.769Z | Downloaded polyval v0.7.1 |
| 991 | 2026-08-25T22:37:55.769Z | Downloaded serde-hex v0.1.0 |
| 992 | 2026-08-25T22:37:55.786Z | Downloaded ipnet v2.12.0 |
| 993 | 2026-08-25T22:37:55.786Z | Downloaded reedline v0.40.0 |
| 994 | 2026-08-25T22:37:55.786Z | Downloaded rustls-pemfile v2.2.0 |
| 995 | 2026-08-25T22:37:55.787Z | Downloaded ed25519-dalek v3.0.0 |
| 996 | 2026-08-25T22:37:55.787Z | Downloaded rustyline v14.0.0 |
| 997 | 2026-08-25T22:37:55.787Z | Downloaded tiny-keccak v2.0.2 |
| 998 | 2026-08-25T22:37:55.787Z | Downloaded instability v0.3.11 |
| 999 | 2026-08-25T22:37:55.788Z | Downloaded md5 v0.8.0 |
| 1000 | 2026-08-25T22:37:55.788Z | Downloaded unicase v2.9.0 |
| 1001 | 2026-08-25T22:37:55.788Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1002 | 2026-08-25T22:37:55.788Z | Downloaded static_assertions v1.1.0 |
| 1003 | 2026-08-25T22:37:55.788Z | Downloaded time-macros v0.2.27 |
| 1004 | 2026-08-25T22:37:55.788Z | Downloaded rand v0.9.2 |
| 1005 | 2026-08-25T22:37:55.788Z | Downloaded socket2 v0.6.3 |
| 1006 | 2026-08-25T22:37:55.788Z | Downloaded ed25519 v3.0.0 |
| 1007 | 2026-08-25T22:37:55.799Z | Downloaded shlex v1.3.0 |
| 1008 | 2026-08-25T22:37:55.799Z | Downloaded const_format_proc_macros v0.2.34 |
| 1009 | 2026-08-25T22:37:55.799Z | Downloaded tokio-tungstenite v0.21.0 |
| 1010 | 2026-08-25T22:37:55.799Z | Downloaded vergen-lib v9.1.0 |
| 1011 | 2026-08-25T22:37:55.799Z | Downloaded rustc_version v0.4.1 |
| 1012 | 2026-08-25T22:37:55.799Z | Downloaded sha1 v0.11.0 |
| 1013 | 2026-08-25T22:37:55.800Z | Downloaded convert_case v0.10.0 |
| 1014 | 2026-08-25T22:37:55.800Z | Downloaded unicode-bidi v0.3.18 |
| 1015 | 2026-08-25T22:37:55.800Z | Downloaded uuid v1.23.4 |
| 1016 | 2026-08-25T22:37:55.800Z | Downloaded critical-section v1.2.0 |
| 1017 | 2026-08-25T22:37:55.800Z | Downloaded itertools v0.10.5 |
| 1018 | 2026-08-25T22:37:55.800Z | Downloaded num-bigint v0.4.6 |
| 1019 | 2026-08-25T22:37:55.822Z | Downloaded mio v1.2.0 |
| 1020 | 2026-08-25T22:37:55.822Z | Downloaded defmt v1.0.1 |
| 1021 | 2026-08-25T22:37:55.822Z | Downloaded serde_repr v0.1.20 |
| 1022 | 2026-08-25T22:37:55.822Z | Downloaded tokio-test v0.4.5 |
| 1023 | 2026-08-25T22:37:55.822Z | Downloaded keccak v0.2.0 |
| 1024 | 2026-08-25T22:37:55.822Z | Downloaded hyper v1.10.1 |
| 1025 | 2026-08-25T22:37:55.852Z | Downloaded steno v0.4.1 |
| 1026 | 2026-08-25T22:37:55.853Z | Downloaded ed25519-dalek v2.2.0 |
| 1027 | 2026-08-25T22:37:55.853Z | Downloaded hashbrown v0.16.1 |
| 1028 | 2026-08-25T22:37:55.853Z | Downloaded derive_more v2.1.1 |
| 1029 | 2026-08-25T22:37:55.853Z | Downloaded p521 v0.14.0 |
| 1030 | 2026-08-25T22:37:55.853Z | Downloaded derive-where v1.6.0 |
| 1031 | 2026-08-25T22:37:55.853Z | Downloaded drift v0.2.0 |
| 1032 | 2026-08-25T22:37:55.853Z | Downloaded newtype-uuid v1.3.2 |
| 1033 | 2026-08-25T22:37:55.853Z | Downloaded stacker v0.1.23 |
| 1034 | 2026-08-25T22:37:55.853Z | Downloaded strsim v0.10.0 |
| 1035 | 2026-08-25T22:37:55.853Z | Downloaded sqlparser_derive v0.5.0 |
| 1036 | 2026-08-25T22:37:55.853Z | Downloaded structmeta v0.3.0 |
| 1037 | 2026-08-25T22:37:55.853Z | Downloaded port-file v0.1.0 |
| 1038 | 2026-08-25T22:37:55.853Z | Downloaded hyper-util v0.1.20 |
| 1039 | 2026-08-25T22:37:55.868Z | Downloaded cookie v0.18.1 |
| 1040 | 2026-08-25T22:37:55.868Z | Downloaded darling_core v0.13.4 |
| 1041 | 2026-08-25T22:37:55.868Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1042 | 2026-08-25T22:37:55.869Z | Downloaded libsw v3.5.0 |
| 1043 | 2026-08-25T22:37:55.869Z | Downloaded maybe-uninit v2.0.0 |
| 1044 | 2026-08-25T22:37:55.869Z | Downloaded num_enum_derive v0.7.6 |
| 1045 | 2026-08-25T22:37:55.869Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1046 | 2026-08-25T22:37:55.869Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1047 | 2026-08-25T22:37:55.869Z | Downloaded pin-project-lite v0.2.17 |
| 1048 | 2026-08-25T22:37:55.869Z | Downloaded der v0.8.0 |
| 1049 | 2026-08-25T22:37:55.869Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1050 | 2026-08-25T22:37:55.869Z | Downloaded sha2 v0.11.0 |
| 1051 | 2026-08-25T22:37:55.869Z | Downloaded futures-util v0.3.32 |
| 1052 | 2026-08-25T22:37:55.869Z | Downloaded maplit v1.0.2 |
| 1053 | 2026-08-25T22:37:55.869Z | Downloaded match_cfg v0.1.0 |
| 1054 | 2026-08-25T22:37:55.870Z | Downloaded num_threads v0.1.7 |
| 1055 | 2026-08-25T22:37:55.870Z | Downloaded icu_properties v2.1.2 |
| 1056 | 2026-08-25T22:37:55.884Z | Downloaded scrypt v0.12.0 |
| 1057 | 2026-08-25T22:37:55.885Z | Downloaded slog-scope v4.4.1 |
| 1058 | 2026-08-25T22:37:55.885Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1059 | 2026-08-25T22:37:55.885Z | Downloaded predicates-tree v1.0.13 |
| 1060 | 2026-08-25T22:37:55.885Z | Downloaded serde_spanned v1.1.1 |
| 1061 | 2026-08-25T22:37:55.885Z | Downloaded zip v0.6.6 |
| 1062 | 2026-08-25T22:37:55.902Z | Downloaded aho-corasick v1.1.4 |
| 1063 | 2026-08-25T22:37:55.903Z | Downloaded icu_collections v2.1.1 |
| 1064 | 2026-08-25T22:37:55.903Z | Downloaded rand_chacha v0.3.1 |
| 1065 | 2026-08-25T22:37:55.903Z | Downloaded ref-cast-impl v1.0.25 |
| 1066 | 2026-08-25T22:37:55.903Z | Downloaded tap v1.0.1 |
| 1067 | 2026-08-25T22:37:55.903Z | Downloaded darling v0.13.4 |
| 1068 | 2026-08-25T22:37:55.903Z | Downloaded semver v0.1.20 |
| 1069 | 2026-08-25T22:37:55.903Z | Downloaded sync_wrapper v1.0.2 |
| 1070 | 2026-08-25T22:37:55.903Z | Downloaded der v0.7.10 |
| 1071 | 2026-08-25T22:37:55.903Z | Downloaded hkdf v0.13.0 |
| 1072 | 2026-08-25T22:37:55.903Z | Downloaded derive_more-impl v2.1.1 |
| 1073 | 2026-08-25T22:37:55.903Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-25T22:37:55.903Z | Downloaded indicatif v0.18.4 |
| 1075 | 2026-08-25T22:37:55.914Z | Downloaded typed-path v0.9.3 |
| 1076 | 2026-08-25T22:37:55.914Z | Downloaded tinystr v0.8.2 |
| 1077 | 2026-08-25T22:37:55.914Z | Downloaded whoami v1.6.1 |
| 1078 | 2026-08-25T22:37:55.914Z | Downloaded vsss-rs v3.3.4 |
| 1079 | 2026-08-25T22:37:55.914Z | Downloaded tokio-postgres v0.7.16 |
| 1080 | 2026-08-25T22:37:55.914Z | Downloaded unarray v0.1.4 |
| 1081 | 2026-08-25T22:37:55.914Z | Downloaded displaydoc v0.2.5 |
| 1082 | 2026-08-25T22:37:55.930Z | Downloaded inout v0.1.4 |
| 1083 | 2026-08-25T22:37:55.930Z | Downloaded ingot v0.2.1 |
| 1084 | 2026-08-25T22:37:55.930Z | Downloaded crc8 v0.1.1 |
| 1085 | 2026-08-25T22:37:55.930Z | Downloaded darling_core v0.23.0 |
| 1086 | 2026-08-25T22:37:55.930Z | Downloaded ident_case v1.0.1 |
| 1087 | 2026-08-25T22:37:55.930Z | Downloaded hyper-tls v0.6.0 |
| 1088 | 2026-08-25T22:37:55.930Z | Downloaded zstd-safe v7.2.4 |
| 1089 | 2026-08-25T22:37:55.943Z | Downloaded ppv-lite86 v0.2.21 |
| 1090 | 2026-08-25T22:37:55.943Z | Downloaded newtype_derive v0.1.6 |
| 1091 | 2026-08-25T22:37:55.943Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1092 | 2026-08-25T22:37:55.943Z | Downloaded p384 v0.14.0 |
| 1093 | 2026-08-25T22:37:55.943Z | Downloaded path-slash v0.1.5 |
| 1094 | 2026-08-25T22:37:55.943Z | Downloaded zip v4.6.1 |
| 1095 | 2026-08-25T22:37:55.944Z | Downloaded salsa20 v0.11.0 |
| 1096 | 2026-08-25T22:37:55.944Z | Downloaded itertools v0.13.0 |
| 1097 | 2026-08-25T22:37:55.944Z | Downloaded rand_core v0.9.5 |
| 1098 | 2026-08-25T22:37:55.944Z | Downloaded term v0.7.0 |
| 1099 | 2026-08-25T22:37:55.956Z | Downloaded libsw-core v0.3.2 |
| 1100 | 2026-08-25T22:37:55.956Z | Downloaded pkg-config v0.3.32 |
| 1101 | 2026-08-25T22:37:55.956Z | Downloaded rustversion v1.0.22 |
| 1102 | 2026-08-25T22:37:55.956Z | Downloaded rustls-webpki v0.103.13 |
| 1103 | 2026-08-25T22:37:55.956Z | Downloaded indexmap v1.9.3 |
| 1104 | 2026-08-25T22:37:55.956Z | Downloaded slog-bunyan v2.5.0 |
| 1105 | 2026-08-25T22:37:55.956Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1106 | 2026-08-25T22:37:55.956Z | Downloaded tokio-util v0.7.18 |
| 1107 | 2026-08-25T22:37:55.963Z | Downloaded tokio-stream v0.1.18 |
| 1108 | 2026-08-25T22:37:55.963Z | Downloaded winnow v0.6.26 |
| 1109 | 2026-08-25T22:37:55.963Z | Downloaded p256 v0.14.0 |
| 1110 | 2026-08-25T22:37:55.976Z | Downloaded crossbeam-epoch v0.9.18 |
| 1111 | 2026-08-25T22:37:55.976Z | Downloaded cstr-argument v0.1.2 |
| 1112 | 2026-08-25T22:37:55.976Z | Downloaded daft-derive v0.1.8 |
| 1113 | 2026-08-25T22:37:55.976Z | Downloaded indent_write v2.2.0 |
| 1114 | 2026-08-25T22:37:55.976Z | Downloaded embedded-io v0.4.0 |
| 1115 | 2026-08-25T22:37:55.976Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1116 | 2026-08-25T22:37:55.976Z | Downloaded slog-async v2.8.0 |
| 1117 | 2026-08-25T22:37:55.976Z | Downloaded derive-ex v0.1.8 |
| 1118 | 2026-08-25T22:37:55.976Z | Downloaded vergen-gitcl v1.0.8 |
| 1119 | 2026-08-25T22:37:55.990Z | Downloaded termtree v0.5.1 |
| 1120 | 2026-08-25T22:37:55.990Z | Downloaded wnaf v0.14.0 |
| 1121 | 2026-08-25T22:37:55.990Z | Downloaded vergen-git2 v9.1.0 |
| 1122 | 2026-08-25T22:37:55.991Z | Downloaded zeroize v1.9.0 |
| 1123 | 2026-08-25T22:37:55.991Z | Downloaded darling_macro v0.21.3 |
| 1124 | 2026-08-25T22:37:55.991Z | Downloaded h2 v0.4.15 |
| 1125 | 2026-08-25T22:37:55.991Z | Downloaded prefix-trie v0.7.0 |
| 1126 | 2026-08-25T22:37:55.991Z | Downloaded progenitor-impl v0.14.0 |
| 1127 | 2026-08-25T22:37:55.991Z | Downloaded dropshot_endpoint v0.17.1 |
| 1128 | 2026-08-25T22:37:56.014Z | Downloaded der_derive v0.7.3 |
| 1129 | 2026-08-25T22:37:56.014Z | Downloaded ed25519 v2.2.3 |
| 1130 | 2026-08-25T22:37:56.014Z | Downloaded parse-size v1.1.0 |
| 1131 | 2026-08-25T22:37:56.014Z | Downloaded smf v0.2.3 |
| 1132 | 2026-08-25T22:37:56.014Z | Downloaded phf_shared v0.12.1 |
| 1133 | 2026-08-25T22:37:56.015Z | Downloaded rustc_version v0.1.7 |
| 1134 | 2026-08-25T22:37:56.015Z | Downloaded lazy_static v1.5.0 |
| 1135 | 2026-08-25T22:37:56.015Z | Downloaded deranged v0.5.8 |
| 1136 | 2026-08-25T22:37:56.015Z | Downloaded parse-display-derive v0.10.0 |
| 1137 | 2026-08-25T22:37:56.015Z | Downloaded structmeta-derive v0.3.0 |
| 1138 | 2026-08-25T22:37:56.015Z | Downloaded ecdsa v0.16.9 |
| 1139 | 2026-08-25T22:37:56.015Z | Downloaded jobserver v0.1.34 |
| 1140 | 2026-08-25T22:37:56.015Z | Downloaded itertools v0.12.1 |
| 1141 | 2026-08-25T22:37:56.015Z | Downloaded serde-big-array v0.5.1 |
| 1142 | 2026-08-25T22:37:56.015Z | Downloaded scroll v0.13.0 |
| 1143 | 2026-08-25T22:37:56.034Z | Downloaded supports-hyperlinks v3.2.0 |
| 1144 | 2026-08-25T22:37:56.034Z | Downloaded russh-util v0.52.0 |
| 1145 | 2026-08-25T22:37:56.034Z | Downloaded scroll_derive v0.13.1 |
| 1146 | 2026-08-25T22:37:56.034Z | Downloaded serde_plain v1.0.2 |
| 1147 | 2026-08-25T22:37:56.034Z | Downloaded sha3 v0.12.0 |
| 1148 | 2026-08-25T22:37:56.034Z | Downloaded utf8_iter v1.0.4 |
| 1149 | 2026-08-25T22:37:56.034Z | Downloaded internet-checksum v0.2.1 |
| 1150 | 2026-08-25T22:37:56.034Z | Downloaded is_ci v1.2.0 |
| 1151 | 2026-08-25T22:37:56.035Z | Downloaded proc-macro-crate v1.3.1 |
| 1152 | 2026-08-25T22:37:56.035Z | Downloaded opaque-debug v0.3.1 |
| 1153 | 2026-08-25T22:37:56.062Z | Downloaded num v0.4.3 |
| 1154 | 2026-08-25T22:37:56.062Z | Downloaded cookie_store v0.22.1 |
| 1155 | 2026-08-25T22:37:56.062Z | Downloaded libm v0.2.16 |
| 1156 | 2026-08-25T22:37:56.062Z | Downloaded nu-ansi-term v0.50.3 |
| 1157 | 2026-08-25T22:37:56.062Z | Downloaded termios v0.3.3 |
| 1158 | 2026-08-25T22:37:56.062Z | Downloaded tokio-dtrace v0.1.1 |
| 1159 | 2026-08-25T22:37:56.063Z | Downloaded progenitor-impl v0.13.0 |
| 1160 | 2026-08-25T22:37:56.063Z | Downloaded rand_pcg v0.10.2 |
| 1161 | 2026-08-25T22:37:56.063Z | Downloaded untrusted v0.9.0 |
| 1162 | 2026-08-25T22:37:56.063Z | Downloaded crypto-common v0.2.2 |
| 1163 | 2026-08-25T22:37:56.063Z | Downloaded rfc6979 v0.6.0 |
| 1164 | 2026-08-25T22:37:56.088Z | Downloaded derive_builder_macro v0.20.2 |
| 1165 | 2026-08-25T22:37:56.088Z | Downloaded litrs v1.0.0 |
| 1166 | 2026-08-25T22:37:56.089Z | Downloaded blake3 v1.8.5 |
| 1167 | 2026-08-25T22:37:56.089Z | Downloaded vte v0.14.1 |
| 1168 | 2026-08-25T22:37:56.089Z | Downloaded lru-slab v0.1.2 |
| 1169 | 2026-08-25T22:37:56.089Z | Downloaded tls_codec_derive v0.4.2 |
| 1170 | 2026-08-25T22:37:56.089Z | Downloaded darling_macro v0.20.11 |
| 1171 | 2026-08-25T22:37:56.089Z | Downloaded newline-converter v0.3.0 |
| 1172 | 2026-08-25T22:37:56.089Z | Downloaded supports-color v3.0.2 |
| 1173 | 2026-08-25T22:37:56.089Z | Downloaded zopfli v0.8.3 |
| 1174 | 2026-08-25T22:37:56.089Z | Downloaded rayon-core v1.13.0 |
| 1175 | 2026-08-25T22:37:56.089Z | Downloaded sponge-cursor v0.1.0 |
| 1176 | 2026-08-25T22:37:56.089Z | Downloaded digest-io v0.1.0 |
| 1177 | 2026-08-25T22:37:56.089Z | Downloaded quinn v0.11.11 |
| 1178 | 2026-08-25T22:37:56.089Z | Downloaded serde_with v1.14.0 |
| 1179 | 2026-08-25T22:37:56.089Z | Downloaded ena v0.14.4 |
| 1180 | 2026-08-25T22:37:56.102Z | Downloaded serde_cbor v0.11.2 |
| 1181 | 2026-08-25T22:37:56.102Z | Downloaded psl-types v2.0.11 |
| 1182 | 2026-08-25T22:37:56.102Z | Downloaded darling_macro v0.13.4 |
| 1183 | 2026-08-25T22:37:56.103Z | Downloaded untrusted v0.7.1 |
| 1184 | 2026-08-25T22:37:56.103Z | Downloaded jiff-static v0.2.34 |
| 1185 | 2026-08-25T22:37:56.103Z | Downloaded progenitor-client v0.14.0 |
| 1186 | 2026-08-25T22:37:56.103Z | Downloaded slab v0.4.12 |
| 1187 | 2026-08-25T22:37:56.103Z | Downloaded reqwest v0.13.2 |
| 1188 | 2026-08-25T22:37:56.103Z | Downloaded zerovec-derive v0.11.2 |
| 1189 | 2026-08-25T22:37:56.103Z | Downloaded yansi v1.0.1 |
| 1190 | 2026-08-25T22:37:56.103Z | Downloaded ron v0.8.1 |
| 1191 | 2026-08-25T22:37:56.103Z | Downloaded diesel_derives v2.3.7 |
| 1192 | 2026-08-25T22:37:56.128Z | Downloaded progenitor-client v0.13.0 |
| 1193 | 2026-08-25T22:37:56.128Z | Downloaded crossbeam-deque v0.8.6 |
| 1194 | 2026-08-25T22:37:56.128Z | Downloaded spin v0.9.8 |
| 1195 | 2026-08-25T22:37:56.128Z | Downloaded display-error-chain v0.2.2 |
| 1196 | 2026-08-25T22:37:56.128Z | Downloaded parse-display v0.10.0 |
| 1197 | 2026-08-25T22:37:56.128Z | Downloaded take_mut v0.2.2 |
| 1198 | 2026-08-25T22:37:56.128Z | Downloaded crc32fast v1.5.0 |
| 1199 | 2026-08-25T22:37:56.129Z | Downloaded synstructure v0.13.2 |
| 1200 | 2026-08-25T22:37:56.129Z | Downloaded rawzip v0.4.4 |
| 1201 | 2026-08-25T22:37:56.129Z | Downloaded yoke v0.8.1 |
| 1202 | 2026-08-25T22:37:56.129Z | Downloaded xshell-macros v0.2.7 |
| 1203 | 2026-08-25T22:37:56.129Z | Downloaded num-traits v0.2.19 |
| 1204 | 2026-08-25T22:37:56.129Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1205 | 2026-08-25T22:37:56.129Z | Downloaded diff v0.1.13 |
| 1206 | 2026-08-25T22:37:56.151Z | Downloaded slog-stdlog v4.1.1 |
| 1207 | 2026-08-25T22:37:56.151Z | Downloaded bitvec v1.0.1 |
| 1208 | 2026-08-25T22:37:56.151Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1209 | 2026-08-25T22:37:56.152Z | Downloaded unicode-properties v0.1.4 |
| 1210 | 2026-08-25T22:37:56.152Z | Downloaded strum_macros v0.26.4 |
| 1211 | 2026-08-25T22:37:56.152Z | Downloaded parking_lot v0.11.2 |
| 1212 | 2026-08-25T22:37:56.152Z | Downloaded smallvec v0.6.14 |
| 1213 | 2026-08-25T22:37:56.152Z | Downloaded crossterm v0.28.1 |
| 1214 | 2026-08-25T22:37:56.152Z | Downloaded des v0.9.0 |
| 1215 | 2026-08-25T22:37:56.152Z | Downloaded knus-derive v3.4.0 |
| 1216 | 2026-08-25T22:37:56.152Z | Downloaded rusty-fork v0.3.1 |
| 1217 | 2026-08-25T22:37:56.152Z | Downloaded tokio-native-tls v0.3.1 |
| 1218 | 2026-08-25T22:37:56.171Z | Downloaded rustls-native-certs v0.8.3 |
| 1219 | 2026-08-25T22:37:56.171Z | Downloaded oxide-update-engine v0.1.2 |
| 1220 | 2026-08-25T22:37:56.171Z | Downloaded rand_core v0.6.4 |
| 1221 | 2026-08-25T22:37:56.171Z | Downloaded r2d2 v0.8.10 |
| 1222 | 2026-08-25T22:37:56.171Z | Downloaded libxml v0.3.3 |
| 1223 | 2026-08-25T22:37:56.171Z | Downloaded rcgen v0.12.1 |
| 1224 | 2026-08-25T22:37:56.171Z | Downloaded iana-time-zone v0.1.65 |
| 1225 | 2026-08-25T22:37:56.171Z | Downloaded winnow v0.5.40 |
| 1226 | 2026-08-25T22:37:56.189Z | Downloaded indoc v2.0.7 |
| 1227 | 2026-08-25T22:37:56.190Z | Downloaded nom v8.0.0 |
| 1228 | 2026-08-25T22:37:56.190Z | Downloaded unicode-xid v0.2.6 |
| 1229 | 2026-08-25T22:37:56.190Z | Downloaded snafu v0.8.9 |
| 1230 | 2026-08-25T22:37:56.190Z | Downloaded toml_edit v0.19.15 |
| 1231 | 2026-08-25T22:37:56.200Z | Downloaded unicode-normalization v0.1.25 |
| 1232 | 2026-08-25T22:37:56.200Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1233 | 2026-08-25T22:37:56.200Z | Downloaded tower v0.5.3 |
| 1234 | 2026-08-25T22:37:56.219Z | Downloaded parking_lot v0.12.5 |
| 1235 | 2026-08-25T22:37:56.219Z | Downloaded nom v7.1.3 |
| 1236 | 2026-08-25T22:37:56.234Z | Downloaded tungstenite v0.23.0 |
| 1237 | 2026-08-25T22:37:56.234Z | Downloaded pkcs1 v0.7.5 |
| 1238 | 2026-08-25T22:37:56.234Z | Downloaded elliptic-curve v0.13.8 |
| 1239 | 2026-08-25T22:37:56.234Z | Downloaded quick-xml v0.37.5 |
| 1240 | 2026-08-25T22:37:56.234Z | Downloaded time v0.3.47 |
| 1241 | 2026-08-25T22:37:56.241Z | Downloaded jiff-core v0.1.0 |
| 1242 | 2026-08-25T22:37:56.241Z | Downloaded litemap v0.8.1 |
| 1243 | 2026-08-25T22:37:56.242Z | Downloaded derive_more v0.99.20 |
| 1244 | 2026-08-25T22:37:56.242Z | Downloaded yasna v0.5.2 |
| 1245 | 2026-08-25T22:37:56.242Z | Downloaded memmap2 v0.9.10 |
| 1246 | 2026-08-25T22:37:56.242Z | Downloaded bindgen v0.71.1 |
| 1247 | 2026-08-25T22:37:56.242Z | Downloaded chrono v0.4.45 |
| 1248 | 2026-08-25T22:37:56.265Z | Downloaded tracing-core v0.1.36 |
| 1249 | 2026-08-25T22:37:56.265Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1250 | 2026-08-25T22:37:56.266Z | Downloaded miniz_oxide v0.8.9 |
| 1251 | 2026-08-25T22:37:56.266Z | Downloaded twox-hash v2.1.2 |
| 1252 | 2026-08-25T22:37:56.266Z | Downloaded darling v0.20.11 |
| 1253 | 2026-08-25T22:37:56.266Z | Downloaded proptest v1.11.0 |
| 1254 | 2026-08-25T22:37:56.284Z | Downloaded radix_trie v0.2.1 |
| 1255 | 2026-08-25T22:37:56.284Z | Downloaded crossbeam-channel v0.5.15 |
| 1256 | 2026-08-25T22:37:56.284Z | Downloaded git2 v0.20.4 |
| 1257 | 2026-08-25T22:37:56.284Z | Downloaded goblin v0.10.5 |
| 1258 | 2026-08-25T22:37:56.284Z | Downloaded minimal-lexical v0.2.1 |
| 1259 | 2026-08-25T22:37:56.284Z | Downloaded rand v0.10.1 |
| 1260 | 2026-08-25T22:37:56.284Z | Downloaded tough v0.22.0 |
| 1261 | 2026-08-25T22:37:56.299Z | Downloaded idna v1.1.0 |
| 1262 | 2026-08-25T22:37:56.299Z | Downloaded smoltcp v0.9.1 |
| 1263 | 2026-08-25T22:37:56.299Z | Downloaded vcpkg v0.2.15 |
| 1264 | 2026-08-25T22:37:56.317Z | Downloaded crossterm v0.29.0 |
| 1265 | 2026-08-25T22:37:56.328Z | Downloaded publicsuffix v2.3.0 |
| 1266 | 2026-08-25T22:37:56.329Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1267 | 2026-08-25T22:37:56.329Z | Downloaded gimli v0.32.3 |
| 1268 | 2026-08-25T22:37:56.329Z | Downloaded url v2.5.8 |
| 1269 | 2026-08-25T22:37:56.329Z | Downloaded icu_locale_core v2.1.1 |
| 1270 | 2026-08-25T22:37:56.329Z | Downloaded itertools v0.14.0 |
| 1271 | 2026-08-25T22:37:56.354Z | Downloaded dropshot-api-manager v0.8.0 |
| 1272 | 2026-08-25T22:37:56.354Z | Downloaded miette v7.6.0 |
| 1273 | 2026-08-25T22:37:56.354Z | Downloaded const_format v0.2.35 |
| 1274 | 2026-08-25T22:37:56.354Z | Downloaded regex v1.12.3 |
| 1275 | 2026-08-25T22:37:56.368Z | Downloaded unicode-segmentation v1.12.0 |
| 1276 | 2026-08-25T22:37:56.374Z | Downloaded crypto-primes v0.7.2 |
| 1277 | 2026-08-25T22:37:56.374Z | Downloaded rayon v1.11.0 |
| 1278 | 2026-08-25T22:37:56.374Z | Downloaded iddqd v0.4.2 |
| 1279 | 2026-08-25T22:37:56.379Z | Downloaded salty v0.3.0 |
| 1280 | 2026-08-25T22:37:56.389Z | Downloaded p384 v0.13.1 |
| 1281 | 2026-08-25T22:37:56.395Z | Downloaded zerovec v0.11.5 |
| 1282 | 2026-08-25T22:37:56.395Z | Downloaded iri-string v0.7.10 |
| 1283 | 2026-08-25T22:37:56.407Z | Downloaded tower-http v0.6.8 |
| 1284 | 2026-08-25T22:37:56.416Z | Downloaded zlib-rs v0.6.2 |
| 1285 | 2026-08-25T22:37:56.416Z | Downloaded icu_properties_data v2.1.2 |
| 1286 | 2026-08-25T22:37:56.425Z | Downloaded zerocopy v0.8.55 |
| 1287 | 2026-08-25T22:37:56.430Z | Downloaded syn v3.0.3 |
| 1288 | 2026-08-25T22:37:56.453Z | Downloaded nix v0.27.1 |
| 1289 | 2026-08-25T22:37:56.467Z | Downloaded reqwest v0.12.28 |
| 1290 | 2026-08-25T22:37:56.478Z | Downloaded winnow v1.0.3 |
| 1291 | 2026-08-25T22:37:56.478Z | Downloaded regress v0.10.5 |
| 1292 | 2026-08-25T22:37:56.486Z | Downloaded crypto-bigint v0.7.5 |
| 1293 | 2026-08-25T22:37:56.486Z | Downloaded portable-atomic v1.13.1 |
| 1294 | 2026-08-25T22:37:56.495Z | Downloaded bstr v1.12.1 |
| 1295 | 2026-08-25T22:37:56.510Z | Downloaded itertools v0.15.0 |
| 1296 | 2026-08-25T22:37:56.514Z | Downloaded petname v2.0.2 |
| 1297 | 2026-08-25T22:37:56.518Z | Downloaded lalrpop v0.19.12 |
| 1298 | 2026-08-25T22:37:56.522Z | Downloaded hickory-proto v0.24.4 |
| 1299 | 2026-08-25T22:37:56.533Z | Downloaded hickory-proto v0.25.2 |
| 1300 | 2026-08-25T22:37:56.540Z | Downloaded russh v0.62.4 |
| 1301 | 2026-08-25T22:37:56.548Z | Downloaded serde_with v3.21.0 |
| 1302 | 2026-08-25T22:37:56.552Z | Downloaded quinn-proto v0.11.16 |
| 1303 | 2026-08-25T22:37:56.558Z | Downloaded rustix v0.38.44 |
| 1304 | 2026-08-25T22:37:56.566Z | Downloaded openssl v0.10.80 |
| 1305 | 2026-08-25T22:37:56.585Z | Downloaded tabled v0.21.0 |
| 1306 | 2026-08-25T22:37:56.586Z | Downloaded curve25519-dalek v4.1.3 |
| 1307 | 2026-08-25T22:37:56.594Z | Downloaded moka v0.12.13 |
| 1308 | 2026-08-25T22:37:56.595Z | Downloaded regex-syntax v0.6.29 |
| 1309 | 2026-08-25T22:37:56.599Z | Downloaded object v0.30.4 |
| 1310 | 2026-08-25T22:37:56.605Z | Downloaded regress v0.11.1 |
| 1311 | 2026-08-25T22:37:56.612Z | Downloaded nix v0.31.2 |
| 1312 | 2026-08-25T22:37:56.618Z | Downloaded smoltcp v0.11.0 |
| 1313 | 2026-08-25T22:37:56.625Z | Downloaded rustls v0.23.41 |
| 1314 | 2026-08-25T22:37:56.631Z | Downloaded curve25519-dalek v5.0.0 |
| 1315 | 2026-08-25T22:37:56.636Z | Downloaded regex-syntax v0.8.10 |
| 1316 | 2026-08-25T22:37:56.640Z | Downloaded polar-core v0.27.3 |
| 1317 | 2026-08-25T22:37:56.647Z | Downloaded object v0.37.3 |
| 1318 | 2026-08-25T22:37:56.655Z | Downloaded dropshot v0.17.1 |
| 1319 | 2026-08-25T22:37:56.664Z | Downloaded typify-impl v0.6.2 |
| 1320 | 2026-08-25T22:37:56.670Z | Downloaded sqlparser v0.61.0 |
| 1321 | 2026-08-25T22:37:56.676Z | Downloaded nix v0.28.0 |
| 1322 | 2026-08-25T22:37:56.682Z | Downloaded openapiv3 v2.2.0 |
| 1323 | 2026-08-25T22:37:56.691Z | Downloaded sled v0.34.7 |
| 1324 | 2026-08-25T22:37:56.694Z | Downloaded sha3 v0.11.0 |
| 1325 | 2026-08-25T22:37:56.697Z | Downloaded ratatui v0.29.0 |
| 1326 | 2026-08-25T22:37:56.706Z | Downloaded regex-automata v0.4.14 |
| 1327 | 2026-08-25T22:37:56.714Z | Downloaded tracing v0.1.44 |
| 1328 | 2026-08-25T22:37:56.727Z | Downloaded diesel v2.3.7 |
| 1329 | 2026-08-25T22:37:56.738Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1330 | 2026-08-25T22:37:56.769Z | Downloaded zerocopy-derive v0.6.6 |
| 1331 | 2026-08-25T22:37:56.794Z | Downloaded jiff v0.2.34 |
| 1332 | 2026-08-25T22:37:56.803Z | Downloaded chrono-tz v0.10.4 |
| 1333 | 2026-08-25T22:37:56.814Z | Downloaded libz-sys v1.1.24 |
| 1334 | 2026-08-25T22:37:56.825Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1335 | 2026-08-25T22:37:56.835Z | Downloaded petgraph v0.8.3 |
| 1336 | 2026-08-25T22:37:56.848Z | Downloaded petgraph v0.6.5 |
| 1337 | 2026-08-25T22:37:56.858Z | Downloaded tokio v1.52.1 |
| 1338 | 2026-08-25T22:37:56.880Z | Downloaded csv v1.4.0 |
| 1339 | 2026-08-25T22:37:56.892Z | Downloaded sha3 v0.10.8 |
| 1340 | 2026-08-25T22:37:56.908Z | Downloaded encoding_rs v0.8.35 |
| 1341 | 2026-08-25T22:37:56.940Z | Downloaded ring v0.17.14 |
| 1342 | 2026-08-25T22:37:56.964Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1343 | 2026-08-25T22:37:57.353Z | Downloaded aws-lc-sys v0.40.0 |
| 1344 | 2026-08-25T22:37:57.620Z | Compiling serde_core v1.0.228 |
| 1345 | 2026-08-25T22:37:57.620Z | Compiling libc v0.2.185 |
| 1346 | 2026-08-25T22:37:57.620Z | Compiling serde v1.0.228 |
| 1347 | 2026-08-25T22:37:57.633Z | Compiling log v0.4.33 |
| 1348 | 2026-08-25T22:37:57.633Z | Compiling smallvec v1.15.1 |
| 1349 | 2026-08-25T22:37:57.633Z | Compiling shlex v1.3.0 |
| 1350 | 2026-08-25T22:37:57.745Z | Compiling find-msvc-tools v0.1.9 |
| 1351 | 2026-08-25T22:37:57.749Z | Compiling syn v2.0.117 |
| 1352 | 2026-08-25T22:37:57.943Z | Compiling subtle v2.6.1 |
| 1353 | 2026-08-25T22:37:57.956Z | Compiling scopeguard v1.2.0 |
| 1354 | 2026-08-25T22:37:57.985Z | Compiling stable_deref_trait v1.2.1 |
| 1355 | 2026-08-25T22:37:58.037Z | Compiling lock_api v0.4.14 |
| 1356 | 2026-08-25T22:37:58.053Z | Compiling zerocopy v0.8.55 |
| 1357 | 2026-08-25T22:37:58.053Z | Compiling typenum v1.20.1 |
| 1358 | 2026-08-25T22:37:58.087Z | Compiling portable-atomic v1.13.1 |
| 1359 | 2026-08-25T22:37:58.126Z | Compiling serde_json v1.0.151 |
| 1360 | 2026-08-25T22:37:58.277Z | Compiling critical-section v1.2.0 |
| 1361 | 2026-08-25T22:37:58.333Z | Compiling libm v0.2.16 |
| 1362 | 2026-08-25T22:37:58.384Z | Compiling num-traits v0.2.19 |
| 1363 | 2026-08-25T22:37:58.498Z | Compiling pkg-config v0.3.32 |
| 1364 | 2026-08-25T22:37:58.598Z | Compiling errno v0.3.14 |
| 1365 | 2026-08-25T22:37:58.620Z | Compiling jobserver v0.1.34 |
| 1366 | 2026-08-25T22:37:58.728Z | Compiling getrandom v0.2.17 |
| 1367 | 2026-08-25T22:37:58.859Z | Compiling cc v1.2.56 |
| 1368 | 2026-08-25T22:37:58.952Z | Compiling rand_core v0.6.4 |
| 1369 | 2026-08-25T22:37:58.982Z | Compiling getrandom v0.4.3 |
| 1370 | 2026-08-25T22:37:59.021Z | Compiling generic-array v0.14.7 |
| 1371 | 2026-08-25T22:37:59.129Z | Compiling once_cell v1.21.3 |
| 1372 | 2026-08-25T22:37:59.342Z | Compiling rand_core v0.10.0 |
| 1373 | 2026-08-25T22:37:59.361Z | Compiling pin-project-lite v0.2.17 |
| 1374 | 2026-08-25T22:37:59.417Z | Compiling const-oid v0.9.6 |
| 1375 | 2026-08-25T22:37:59.445Z | Compiling parking_lot_core v0.9.12 |
| 1376 | 2026-08-25T22:37:59.506Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-25T22:37:59.728Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-08-25T22:37:59.744Z | Compiling writeable v0.6.2 |
| 1379 | 2026-08-25T22:37:59.885Z | Compiling bitflags v2.11.0 |
| 1380 | 2026-08-25T22:37:59.949Z | Compiling semver v1.0.28 |
| 1381 | 2026-08-25T22:38:00.122Z | Compiling signal-hook-registry v1.4.8 |
| 1382 | 2026-08-25T22:38:00.178Z | Compiling icu_properties_data v2.1.2 |
| 1383 | 2026-08-25T22:38:00.284Z | Compiling futures-core v0.3.32 |
| 1384 | 2026-08-25T22:38:00.298Z | Compiling icu_normalizer_data v2.1.1 |
| 1385 | 2026-08-25T22:38:00.326Z | Compiling parking_lot v0.12.5 |
| 1386 | 2026-08-25T22:38:00.383Z | Compiling mio v1.2.0 |
| 1387 | 2026-08-25T22:38:00.442Z | Compiling getrandom v0.3.4 |
| 1388 | 2026-08-25T22:38:00.516Z | Compiling rustix v1.1.4 |
| 1389 | 2026-08-25T22:38:00.536Z | Compiling socket2 v0.6.3 |
| 1390 | 2026-08-25T22:38:00.582Z | Compiling futures-sink v0.3.32 |
| 1391 | 2026-08-25T22:38:00.693Z | Compiling utf8_iter v1.0.4 |
| 1392 | 2026-08-25T22:38:00.710Z | Compiling synstructure v0.13.2 |
| 1393 | 2026-08-25T22:38:00.851Z | Compiling indexmap v2.14.0 |
| 1394 | 2026-08-25T22:38:00.854Z | Compiling futures-channel v0.3.32 |
| 1395 | 2026-08-25T22:38:00.961Z | Compiling form_urlencoded v1.2.2 |
| 1396 | 2026-08-25T22:38:01.072Z | Compiling futures-task v0.3.32 |
| 1397 | 2026-08-25T22:38:01.103Z | Compiling futures-io v0.3.32 |
| 1398 | 2026-08-25T22:38:01.143Z | Compiling slab v0.4.12 |
| 1399 | 2026-08-25T22:38:01.246Z | Compiling rustversion v1.0.22 |
| 1400 | 2026-08-25T22:38:01.270Z | Compiling iana-time-zone v0.1.65 |
| 1401 | 2026-08-25T22:38:01.321Z | Compiling regex-syntax v0.8.10 |
| 1402 | 2026-08-25T22:38:01.337Z | Compiling base64ct v1.8.3 |
| 1403 | 2026-08-25T22:38:01.353Z | Compiling rand_core v0.9.5 |
| 1404 | 2026-08-25T22:38:01.470Z | Compiling uuid v1.23.4 |
| 1405 | 2026-08-25T22:38:01.521Z | Compiling cmake v0.1.57 |
| 1406 | 2026-08-25T22:38:01.623Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-08-25T22:38:01.637Z | Compiling fs_extra v1.3.0 |
| 1408 | 2026-08-25T22:38:01.919Z | Compiling ident_case v1.0.1 |
| 1409 | 2026-08-25T22:38:01.922Z | Compiling flagset v0.4.7 |
| 1410 | 2026-08-25T22:38:01.946Z | Compiling dunce v1.0.5 |
| 1411 | 2026-08-25T22:38:02.047Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-25T22:38:02.050Z | Compiling base64 v0.22.1 |
| 1413 | 2026-08-25T22:38:02.075Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-08-25T22:38:02.178Z | Compiling schemars v0.8.22 |
| 1415 | 2026-08-25T22:38:02.229Z | Compiling syn v1.0.109 |
| 1416 | 2026-08-25T22:38:02.263Z | Compiling vcpkg v0.2.15 |
| 1417 | 2026-08-25T22:38:02.376Z | Compiling dyn-clone v1.0.20 |
| 1418 | 2026-08-25T22:38:02.409Z | Compiling rustc_version v0.4.1 |
| 1419 | 2026-08-25T22:38:02.465Z | Compiling serde_derive v1.0.228 |
| 1420 | 2026-08-25T22:38:02.519Z | Compiling zeroize_derive v1.5.0 |
| 1421 | 2026-08-25T22:38:02.534Z | Compiling zerocopy-derive v0.8.55 |
| 1422 | 2026-08-25T22:38:02.736Z | Compiling zerofrom-derive v0.1.6 |
| 1423 | 2026-08-25T22:38:02.975Z | Compiling yoke-derive v0.8.1 |
| 1424 | 2026-08-25T22:38:02.989Z | Compiling zerovec-derive v0.11.2 |
| 1425 | 2026-08-25T22:38:03.177Z | Compiling displaydoc v0.2.5 |
| 1426 | 2026-08-25T22:38:03.710Z | Compiling tokio-macros v2.7.0 |
| 1427 | 2026-08-25T22:38:03.941Z | Compiling futures-macro v0.3.32 |
| 1428 | 2026-08-25T22:38:04.138Z | Compiling der_derive v0.7.3 |
| 1429 | 2026-08-25T22:38:04.153Z | Compiling thiserror-impl v2.0.18 |
| 1430 | 2026-08-25T22:38:04.156Z | Compiling zerofrom v0.1.6 |
| 1431 | 2026-08-25T22:38:04.327Z | Compiling yoke v0.8.1 |
| 1432 | 2026-08-25T22:38:04.463Z | Compiling openssl-sys v0.9.117 |
| 1433 | 2026-08-25T22:38:04.518Z | Compiling zerovec v0.11.5 |
| 1434 | 2026-08-25T22:38:04.802Z | Compiling zerotrie v0.2.3 |
| 1435 | 2026-08-25T22:38:04.989Z | Compiling futures-util v0.3.32 |
| 1436 | 2026-08-25T22:38:05.068Z | Compiling tinystr v0.8.2 |
| 1437 | 2026-08-25T22:38:05.107Z | Compiling potential_utf v0.1.4 |
| 1438 | 2026-08-25T22:38:05.154Z | Compiling schemars_derive v0.8.22 |
| 1439 | 2026-08-25T22:38:05.270Z | Compiling icu_locale_core v2.1.1 |
| 1440 | 2026-08-25T22:38:05.274Z | Compiling icu_collections v2.1.1 |
| 1441 | 2026-08-25T22:38:05.554Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-08-25T22:38:05.714Z | Compiling tracing-attributes v0.1.31 |
| 1443 | 2026-08-25T22:38:05.773Z | Compiling tracing-core v0.1.36 |
| 1444 | 2026-08-25T22:38:06.046Z | Compiling zeroize v1.9.0 |
| 1445 | 2026-08-25T22:38:06.139Z | Compiling bytes v1.11.1 |
| 1446 | 2026-08-25T22:38:06.318Z | Compiling icu_provider v2.1.1 |
| 1447 | 2026-08-25T22:38:06.404Z | Compiling chrono v0.4.45 |
| 1448 | 2026-08-25T22:38:06.609Z | Compiling icu_normalizer v2.1.1 |
| 1449 | 2026-08-25T22:38:06.756Z | Compiling icu_properties v2.1.2 |
| 1450 | 2026-08-25T22:38:06.825Z | Compiling block-buffer v0.10.4 |
| 1451 | 2026-08-25T22:38:07.004Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-08-25T22:38:07.025Z | Compiling crypto-common v0.1.7 |
| 1453 | 2026-08-25T22:38:07.127Z | Compiling tokio v1.52.1 |
| 1454 | 2026-08-25T22:38:07.144Z | Compiling digest v0.10.7 |
| 1455 | 2026-08-25T22:38:07.176Z | Compiling der v0.7.10 |
| 1456 | 2026-08-25T22:38:07.265Z | Compiling http v1.4.2 |
| 1457 | 2026-08-25T22:38:07.325Z | Compiling rand_chacha v0.9.0 |
| 1458 | 2026-08-25T22:38:07.398Z | Compiling aws-lc-rs v1.16.3 |
| 1459 | 2026-08-25T22:38:07.688Z | Compiling idna_adapter v1.2.1 |
| 1460 | 2026-08-25T22:38:07.764Z | Compiling rand v0.9.2 |
| 1461 | 2026-08-25T22:38:07.829Z | Compiling idna v1.1.0 |
| 1462 | 2026-08-25T22:38:07.857Z | Compiling simd-adler32 v0.3.8 |
| 1463 | 2026-08-25T22:38:08.033Z | Compiling spki v0.7.3 |
| 1464 | 2026-08-25T22:38:08.093Z | Compiling cpufeatures v0.2.17 |
| 1465 | 2026-08-25T22:38:08.157Z | Compiling url v2.5.8 |
| 1466 | 2026-08-25T22:38:08.172Z | Compiling http-body v1.0.1 |
| 1467 | 2026-08-25T22:38:08.239Z | Compiling pkcs8 v0.10.2 |
| 1468 | 2026-08-25T22:38:08.322Z | Compiling tempfile v3.27.0 |
| 1469 | 2026-08-25T22:38:08.352Z | Compiling tracing v0.1.44 |
| 1470 | 2026-08-25T22:38:08.459Z | Compiling rustls-pki-types v1.14.0 |
| 1471 | 2026-08-25T22:38:08.613Z | Compiling spin v0.9.8 |
| 1472 | 2026-08-25T22:38:08.817Z | Compiling tinyvec_macros v0.1.1 |
| 1473 | 2026-08-25T22:38:08.886Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-08-25T22:38:08.901Z | Compiling httparse v1.10.1 |
| 1475 | 2026-08-25T22:38:08.915Z | Compiling openssl-probe v0.2.1 |
| 1476 | 2026-08-25T22:38:09.077Z | Compiling cmov v0.5.4 |
| 1477 | 2026-08-25T22:38:09.135Z | Compiling adler2 v2.0.1 |
| 1478 | 2026-08-25T22:38:09.286Z | Compiling ctutils v0.4.2 |
| 1479 | 2026-08-25T22:38:09.306Z | Compiling miniz_oxide v0.8.9 |
| 1480 | 2026-08-25T22:38:09.361Z | Compiling tinyvec v1.10.0 |
| 1481 | 2026-08-25T22:38:09.507Z | Compiling pest_generator v2.8.6 |
| 1482 | 2026-08-25T22:38:09.523Z | Compiling sha2 v0.10.9 |
| 1483 | 2026-08-25T22:38:09.706Z | Compiling terminal_size v0.4.3 |
| 1484 | 2026-08-25T22:38:09.848Z | Compiling aho-corasick v1.1.4 |
| 1485 | 2026-08-25T22:38:09.895Z | Compiling try-lock v0.2.5 |
| 1486 | 2026-08-25T22:38:09.977Z | Compiling atomic-waker v1.1.2 |
| 1487 | 2026-08-25T22:38:10.006Z | Compiling untrusted v0.7.1 |
| 1488 | 2026-08-25T22:38:10.104Z | Compiling tower-layer v0.3.3 |
| 1489 | 2026-08-25T22:38:10.129Z | Compiling tower-service v0.3.3 |
| 1490 | 2026-08-25T22:38:10.186Z | Compiling radium v0.7.0 |
| 1491 | 2026-08-25T22:38:10.225Z | Compiling pest_derive v2.8.6 |
| 1492 | 2026-08-25T22:38:10.264Z | Compiling want v0.3.1 |
| 1493 | 2026-08-25T22:38:10.428Z | Compiling hybrid-array v0.4.13 |
| 1494 | 2026-08-25T22:38:10.649Z | Compiling regex-automata v0.4.14 |
| 1495 | 2026-08-25T22:38:10.818Z | Compiling ipnet v2.12.0 |
| 1496 | 2026-08-25T22:38:10.954Z | Compiling tokio-util v0.7.18 |
| 1497 | 2026-08-25T22:38:11.195Z | Compiling scroll_derive v0.13.1 |
| 1498 | 2026-08-25T22:38:11.305Z | Compiling darling_core v0.20.11 |
| 1499 | 2026-08-25T22:38:11.482Z | Compiling wait-timeout v0.2.1 |
| 1500 | 2026-08-25T22:38:11.742Z | Compiling h2 v0.4.15 |
| 1501 | 2026-08-25T22:38:11.957Z | Compiling foreign-types-shared v0.1.1 |
| 1502 | 2026-08-25T22:38:11.972Z | Compiling bit-vec v0.8.0 |
| 1503 | 2026-08-25T22:38:12.046Z | Compiling maybe-uninit v2.0.0 |
| 1504 | 2026-08-25T22:38:12.196Z | Compiling rustls v0.23.41 |
| 1505 | 2026-08-25T22:38:12.291Z | Compiling quick-error v1.2.3 |
| 1506 | 2026-08-25T22:38:12.303Z | Compiling tap v1.0.1 |
| 1507 | 2026-08-25T22:38:12.365Z | Compiling openssl v0.10.80 |
| 1508 | 2026-08-25T22:38:12.397Z | Compiling httpdate v1.0.3 |
| 1509 | 2026-08-25T22:38:12.411Z | Compiling untrusted v0.9.0 |
| 1510 | 2026-08-25T22:38:12.532Z | Compiling wyz v0.5.1 |
| 1511 | 2026-08-25T22:38:12.605Z | Compiling rusty-fork v0.3.1 |
| 1512 | 2026-08-25T22:38:12.665Z | Compiling bit-set v0.8.0 |
| 1513 | 2026-08-25T22:38:12.722Z | Compiling foreign-types v0.3.2 |
| 1514 | 2026-08-25T22:38:12.739Z | Compiling scroll v0.13.0 |
| 1515 | 2026-08-25T22:38:12.822Z | Compiling unicode-normalization v0.1.25 |
| 1516 | 2026-08-25T22:38:12.993Z | Compiling signature v2.2.0 |
| 1517 | 2026-08-25T22:38:13.008Z | Compiling rand_chacha v0.3.1 |
| 1518 | 2026-08-25T22:38:13.180Z | Compiling hex v0.4.3 |
| 1519 | 2026-08-25T22:38:13.274Z | Compiling thiserror-impl v1.0.69 |
| 1520 | 2026-08-25T22:38:13.307Z | Compiling openssl-macros v0.1.1 |
| 1521 | 2026-08-25T22:38:13.447Z | Compiling rand_xorshift v0.4.0 |
| 1522 | 2026-08-25T22:38:13.532Z | Compiling darling_macro v0.20.11 |
| 1523 | 2026-08-25T22:38:13.612Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1524 | 2026-08-25T22:38:13.694Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1525 | 2026-08-25T22:38:13.762Z | Compiling num-integer v0.1.46 |
| 1526 | 2026-08-25T22:38:13.972Z | Compiling ahash v0.8.12 |
| 1527 | 2026-08-25T22:38:13.991Z | Compiling powerfmt v0.2.0 |
| 1528 | 2026-08-25T22:38:14.009Z | Compiling num-bigint-dig v0.8.6 |
| 1529 | 2026-08-25T22:38:14.076Z | Compiling paste v1.0.15 |
| 1530 | 2026-08-25T22:38:14.174Z | Compiling time-core v0.1.8 |
| 1531 | 2026-08-25T22:38:14.189Z | Compiling num-conv v0.2.0 |
| 1532 | 2026-08-25T22:38:14.212Z | Compiling packed_struct v0.10.1 |
| 1533 | 2026-08-25T22:38:14.345Z | Compiling funty v2.0.0 |
| 1534 | 2026-08-25T22:38:14.348Z | Compiling unarray v0.1.4 |
| 1535 | 2026-08-25T22:38:14.389Z | Compiling native-tls v0.2.18 |
| 1536 | 2026-08-25T22:38:14.472Z | Compiling proptest v1.11.0 |
| 1537 | 2026-08-25T22:38:14.518Z | Compiling thiserror v1.0.69 |
| 1538 | 2026-08-25T22:38:14.550Z | Compiling time-macros v0.2.27 |
| 1539 | 2026-08-25T22:38:14.619Z | Compiling clap_builder v4.6.0 |
| 1540 | 2026-08-25T22:38:14.660Z | Compiling deranged v0.5.8 |
| 1541 | 2026-08-25T22:38:14.681Z | Compiling bitvec v1.0.1 |
| 1542 | 2026-08-25T22:38:14.919Z | Compiling hyper v1.10.1 |
| 1543 | 2026-08-25T22:38:15.601Z | Compiling darling v0.20.11 |
| 1544 | 2026-08-25T22:38:15.686Z | Compiling num-iter v0.1.45 |
| 1545 | 2026-08-25T22:38:16.090Z | Compiling hyper-util v0.1.20 |
| 1546 | 2026-08-25T22:38:16.444Z | Compiling rand v0.8.6 |
| 1547 | 2026-08-25T22:38:16.553Z | Compiling goblin v0.10.5 |
| 1548 | 2026-08-25T22:38:17.300Z | Compiling packed_struct_codegen v0.10.1 |
| 1549 | 2026-08-25T22:38:17.521Z | Compiling ipnetwork v0.21.1 |
| 1550 | 2026-08-25T22:38:17.786Z | Compiling lazy_static v1.5.0 |
| 1551 | 2026-08-25T22:38:17.881Z | Compiling hmac v0.12.1 |
| 1552 | 2026-08-25T22:38:17.896Z | Compiling toml_datetime v0.6.11 |
| 1553 | 2026-08-25T22:38:18.043Z | Compiling serde_spanned v0.6.9 |
| 1554 | 2026-08-25T22:38:18.152Z | Compiling zerocopy-derive v0.6.6 |
| 1555 | 2026-08-25T22:38:18.187Z | Compiling bitfield-macros v0.19.4 |
| 1556 | 2026-08-25T22:38:18.333Z | Compiling clap_derive v4.6.1 |
| 1557 | 2026-08-25T22:38:18.759Z | Compiling slog v2.8.2 |
| 1558 | 2026-08-25T22:38:18.877Z | Compiling sync_wrapper v1.0.2 |
| 1559 | 2026-08-25T22:38:18.949Z | Compiling indexmap v1.9.3 |
| 1560 | 2026-08-25T22:38:18.977Z | Compiling syn v3.0.3 |
| 1561 | 2026-08-25T22:38:18.990Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-08-25T22:38:19.134Z | Compiling num_threads v0.1.7 |
| 1563 | 2026-08-25T22:38:19.279Z | Compiling crossbeam-utils v0.8.21 |
| 1564 | 2026-08-25T22:38:19.571Z | Compiling object v0.37.3 |
| 1565 | 2026-08-25T22:38:19.846Z | Compiling usdt-impl v0.6.0 |
| 1566 | 2026-08-25T22:38:20.052Z | Compiling crc-catalog v2.4.0 |
| 1567 | 2026-08-25T22:38:20.103Z | Compiling nodrop v0.1.14 |
| 1568 | 2026-08-25T22:38:20.144Z | Compiling siphasher v1.0.2 |
| 1569 | 2026-08-25T22:38:20.204Z | Compiling array-init v0.0.4 |
| 1570 | 2026-08-25T22:38:20.345Z | Compiling crc v3.4.0 |
| 1571 | 2026-08-25T22:38:20.539Z | Compiling clap v4.6.1 |
| 1572 | 2026-08-25T22:38:20.633Z | Compiling time v0.3.47 |
| 1573 | 2026-08-25T22:38:20.650Z | Compiling dof v0.4.0 |
| 1574 | 2026-08-25T22:38:20.791Z | Compiling tower v0.5.3 |
| 1575 | 2026-08-25T22:38:21.250Z | Compiling zerocopy v0.6.6 |
| 1576 | 2026-08-25T22:38:21.592Z | Compiling bitfield v0.19.4 |
| 1577 | 2026-08-25T22:38:21.883Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-08-25T22:38:22.291Z | Compiling oxnet v0.1.6 |
| 1579 | 2026-08-25T22:38:22.306Z | Compiling smallvec v0.6.14 |
| 1580 | 2026-08-25T22:38:22.422Z | Compiling daft-derive v0.1.8 |
| 1581 | 2026-08-25T22:38:22.461Z | Compiling newtype-uuid v1.3.2 |
| 1582 | 2026-08-25T22:38:22.605Z | Compiling derive_builder_core v0.20.2 |
| 1583 | 2026-08-25T22:38:22.934Z | Compiling dtrace-parser v0.3.0 |
| 1584 | 2026-08-25T22:38:23.066Z | Compiling pkcs1 v0.7.5 |
| 1585 | 2026-08-25T22:38:23.121Z | Compiling http-body-util v0.1.3 |
| 1586 | 2026-08-25T22:38:23.286Z | Compiling erased-serde v0.3.31 |
| 1587 | 2026-08-25T22:38:23.365Z | Compiling heapless v0.7.17 |
| 1588 | 2026-08-25T22:38:23.442Z | Compiling scroll_derive v0.12.1 |
| 1589 | 2026-08-25T22:38:23.457Z | Compiling structmeta-derive v0.3.0 |
| 1590 | 2026-08-25T22:38:23.604Z | Compiling darling_core v0.23.0 |
| 1591 | 2026-08-25T22:38:23.667Z | Compiling thread-id v5.1.0 |
| 1592 | 2026-08-25T22:38:23.752Z | Compiling cookie v0.18.1 |
| 1593 | 2026-08-25T22:38:23.776Z | Compiling env_filter v2.0.0 |
| 1594 | 2026-08-25T22:38:23.937Z | Compiling hashbrown v0.12.3 |
| 1595 | 2026-08-25T22:38:24.077Z | Compiling allocator-api2 v0.2.21 |
| 1596 | 2026-08-25T22:38:24.100Z | Compiling unicode-properties v0.1.4 |
| 1597 | 2026-08-25T22:38:24.337Z | Compiling signal-hook v0.3.18 |
| 1598 | 2026-08-25T22:38:24.411Z | Compiling unicode-bidi v0.3.18 |
| 1599 | 2026-08-25T22:38:24.413Z | Compiling anyhow v1.0.104 |
| 1600 | 2026-08-25T22:38:24.509Z | Compiling base64 v0.21.7 |
| 1601 | 2026-08-25T22:38:24.552Z | Compiling gimli v0.32.3 |
| 1602 | 2026-08-25T22:38:24.727Z | Compiling iri-string v0.7.10 |
| 1603 | 2026-08-25T22:38:24.825Z | Compiling winnow v0.5.40 |
| 1604 | 2026-08-25T22:38:24.946Z | Compiling ryu v1.0.23 |
| 1605 | 2026-08-25T22:38:25.144Z | Compiling zstd-safe v7.2.4 |
| 1606 | 2026-08-25T22:38:25.364Z | Compiling serde_urlencoded v0.7.1 |
| 1607 | 2026-08-25T22:38:25.389Z | Compiling ron v0.8.1 |
| 1608 | 2026-08-25T22:38:25.608Z | Compiling stringprep v0.1.5 |
| 1609 | 2026-08-25T22:38:26.052Z | Compiling tower-http v0.6.8 |
| 1610 | 2026-08-25T22:38:26.178Z | Compiling darling_macro v0.23.0 |
| 1611 | 2026-08-25T22:38:26.246Z | Compiling addr2line v0.25.1 |
| 1612 | 2026-08-25T22:38:26.249Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-08-25T22:38:26.444Z | Compiling structmeta v0.3.0 |
| 1614 | 2026-08-25T22:38:26.524Z | Compiling scroll v0.12.0 |
| 1615 | 2026-08-25T22:38:26.629Z | Compiling env_logger v0.11.11 |
| 1616 | 2026-08-25T22:38:26.836Z | Compiling derive_builder_macro v0.20.2 |
| 1617 | 2026-08-25T22:38:26.871Z | Compiling rsa v0.9.10 |
| 1618 | 2026-08-25T22:38:26.976Z | Compiling daft v0.1.8 |
| 1619 | 2026-08-25T22:38:27.051Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-08-25T22:38:27.227Z | Compiling hashbrown v0.13.2 |
| 1621 | 2026-08-25T22:38:27.250Z | Compiling bzip2 v0.4.4 |
| 1622 | 2026-08-25T22:38:27.303Z | Compiling serde-hex v0.1.0 |
| 1623 | 2026-08-25T22:38:27.459Z | Compiling tokio-native-tls v0.3.1 |
| 1624 | 2026-08-25T22:38:27.711Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1625 | 2026-08-25T22:38:27.895Z | Compiling camino v1.2.5 |
| 1626 | 2026-08-25T22:38:28.253Z | Compiling bstr v1.12.1 |
| 1627 | 2026-08-25T22:38:28.281Z | Compiling crypto-common v0.2.2 |
| 1628 | 2026-08-25T22:38:28.868Z | Compiling block-buffer v0.12.1 |
| 1629 | 2026-08-25T22:38:28.882Z | Compiling block-padding v0.4.2 |
| 1630 | 2026-08-25T22:38:29.021Z | Compiling rustls-native-certs v0.8.3 |
| 1631 | 2026-08-25T22:38:29.050Z | Compiling x509-cert v0.2.5 |
| 1632 | 2026-08-25T22:38:29.070Z | Compiling md-5 v0.10.6 |
| 1633 | 2026-08-25T22:38:29.252Z | Compiling serde_tokenstream v0.2.3 |
| 1634 | 2026-08-25T22:38:29.354Z | Compiling curve25519-dalek v4.1.3 |
| 1635 | 2026-08-25T22:38:29.578Z | Compiling pin-project-internal v1.1.11 |
| 1636 | 2026-08-25T22:38:29.694Z | Compiling async-trait v0.1.89 |
| 1637 | 2026-08-25T22:38:29.908Z | Compiling zerocopy-derive v0.7.35 |
| 1638 | 2026-08-25T22:38:30.070Z | Compiling vergen-lib v9.1.0 |
| 1639 | 2026-08-25T22:38:30.254Z | Compiling hash32 v0.2.1 |
| 1640 | 2026-08-25T22:38:30.447Z | Compiling memoffset v0.9.1 |
| 1641 | 2026-08-25T22:38:30.597Z | Compiling encoding_rs v0.8.35 |
| 1642 | 2026-08-25T22:38:30.641Z | Compiling rustix v0.38.44 |
| 1643 | 2026-08-25T22:38:30.684Z | Compiling crc-any v2.5.0 |
| 1644 | 2026-08-25T22:38:30.687Z | Compiling mime v0.3.17 |
| 1645 | 2026-08-25T22:38:30.713Z | Compiling fallible-iterator v0.2.0 |
| 1646 | 2026-08-25T22:38:30.777Z | Compiling rustc-demangle v0.1.27 |
| 1647 | 2026-08-25T22:38:30.916Z | Compiling smoltcp v0.9.1 |
| 1648 | 2026-08-25T22:38:30.953Z | Compiling ref-cast v1.0.25 |
| 1649 | 2026-08-25T22:38:30.974Z | Compiling cfg_aliases v0.2.1 |
| 1650 | 2026-08-25T22:38:31.018Z | Compiling owo-colors v4.3.0 |
| 1651 | 2026-08-25T22:38:31.050Z | Compiling litrs v1.0.0 |
| 1652 | 2026-08-25T22:38:31.174Z | Compiling psl-types v2.0.11 |
| 1653 | 2026-08-25T22:38:31.275Z | Compiling publicsuffix v2.3.0 |
| 1654 | 2026-08-25T22:38:31.298Z | Compiling nix v0.31.2 |
| 1655 | 2026-08-25T22:38:31.312Z | Compiling backtrace v0.3.76 |
| 1656 | 2026-08-25T22:38:31.376Z | Compiling postgres-protocol v0.6.10 |
| 1657 | 2026-08-25T22:38:31.529Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1658 | 2026-08-25T22:38:31.551Z | Compiling document-features v0.2.12 |
| 1659 | 2026-08-25T22:38:31.654Z | Compiling zerocopy v0.7.35 |
| 1660 | 2026-08-25T22:38:31.668Z | Compiling pin-project v1.1.11 |
| 1661 | 2026-08-25T22:38:32.021Z | Compiling inout v0.2.2 |
| 1662 | 2026-08-25T22:38:32.088Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1663 | 2026-08-25T22:38:32.201Z | Compiling object v0.30.4 |
| 1664 | 2026-08-25T22:38:32.215Z | Compiling hyper-tls v0.6.0 |
| 1665 | 2026-08-25T22:38:32.331Z | Compiling toml v0.7.8 |
| 1666 | 2026-08-25T22:38:32.345Z | Compiling zip v0.6.6 |
| 1667 | 2026-08-25T22:38:32.362Z | Compiling derive_builder v0.20.2 |
| 1668 | 2026-08-25T22:38:32.432Z | Compiling goblin v0.8.2 |
| 1669 | 2026-08-25T22:38:32.447Z | Compiling derive-ex v0.1.8 |
| 1670 | 2026-08-25T22:38:32.485Z | Compiling darling v0.23.0 |
| 1671 | 2026-08-25T22:38:33.091Z | Compiling phf_shared v0.13.1 |
| 1672 | 2026-08-25T22:38:33.215Z | Compiling regex v1.12.3 |
| 1673 | 2026-08-25T22:38:33.250Z | Compiling hubpack_derive v0.1.1 |
| 1674 | 2026-08-25T22:38:33.326Z | Compiling futures-executor v0.3.32 |
| 1675 | 2026-08-25T22:38:33.583Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1676 | 2026-08-25T22:38:33.634Z | Compiling ref-cast-impl v1.0.25 |
| 1677 | 2026-08-25T22:38:33.697Z | Compiling strum_macros v0.27.2 |
| 1678 | 2026-08-25T22:38:34.080Z | Compiling snafu-derive v0.8.9 |
| 1679 | 2026-08-25T22:38:34.170Z | Compiling vergen v9.1.0 |
| 1680 | 2026-08-25T22:38:34.267Z | Compiling cargo-platform v0.3.2 |
| 1681 | 2026-08-25T22:38:34.354Z | Compiling ff v0.13.1 |
| 1682 | 2026-08-25T22:38:34.499Z | Compiling fs-err v3.3.0 |
| 1683 | 2026-08-25T22:38:34.543Z | Compiling base16ct v0.2.0 |
| 1684 | 2026-08-25T22:38:34.686Z | Compiling bitflags v1.3.2 |
| 1685 | 2026-08-25T22:38:34.724Z | Compiling is_ci v1.2.0 |
| 1686 | 2026-08-25T22:38:34.764Z | Compiling foldhash v0.1.5 |
| 1687 | 2026-08-25T22:38:34.863Z | Compiling bumpalo v3.20.2 |
| 1688 | 2026-08-25T22:38:34.941Z | Compiling libbz2-rs-sys v0.2.2 |
| 1689 | 2026-08-25T22:38:35.101Z | Compiling same-file v1.0.6 |
| 1690 | 2026-08-25T22:38:35.118Z | Compiling path-slash v0.1.5 |
| 1691 | 2026-08-25T22:38:35.250Z | Compiling unicode-segmentation v1.12.0 |
| 1692 | 2026-08-25T22:38:35.271Z | Compiling foldhash v0.2.0 |
| 1693 | 2026-08-25T22:38:35.498Z | Compiling managed v0.8.0 |
| 1694 | 2026-08-25T22:38:35.631Z | Compiling either v1.15.0 |
| 1695 | 2026-08-25T22:38:35.646Z | Compiling jiff-core v0.1.0 |
| 1696 | 2026-08-25T22:38:35.696Z | Compiling strum v0.27.2 |
| 1697 | 2026-08-25T22:38:35.827Z | Compiling textwrap v0.16.2 |
| 1698 | 2026-08-25T22:38:35.843Z | Compiling hashbrown v0.16.1 |
| 1699 | 2026-08-25T22:38:35.886Z | Compiling bzip2 v0.6.1 |
| 1700 | 2026-08-25T22:38:36.039Z | Compiling snafu v0.8.9 |
| 1701 | 2026-08-25T22:38:36.092Z | Compiling walkdir v2.5.0 |
| 1702 | 2026-08-25T22:38:36.284Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1703 | 2026-08-25T22:38:36.392Z | Compiling jiff v0.2.34 |
| 1704 | 2026-08-25T22:38:36.395Z | Compiling zopfli v0.8.3 |
| 1705 | 2026-08-25T22:38:36.420Z | Compiling hashbrown v0.15.5 |
| 1706 | 2026-08-25T22:38:36.514Z | Compiling supports-color v3.0.2 |
| 1707 | 2026-08-25T22:38:36.697Z | Compiling sec1 v0.7.3 |
| 1708 | 2026-08-25T22:38:36.782Z | Compiling dof v0.3.0 |
| 1709 | 2026-08-25T22:38:36.967Z | Compiling group v0.13.0 |
| 1710 | 2026-08-25T22:38:36.971Z | Compiling cargo_metadata v0.23.1 |
| 1711 | 2026-08-25T22:38:37.271Z | Compiling test-strategy v0.4.5 |
| 1712 | 2026-08-25T22:38:37.501Z | Compiling hubpack v0.1.2 |
| 1713 | 2026-08-25T22:38:37.675Z | Compiling futures v0.3.32 |
| 1714 | 2026-08-25T22:38:37.719Z | Compiling phf v0.13.1 |
| 1715 | 2026-08-25T22:38:37.882Z | Compiling signal-hook-mio v0.2.5 |
| 1716 | 2026-08-25T22:38:38.009Z | Compiling cookie_store v0.22.1 |
| 1717 | 2026-08-25T22:38:38.123Z | Compiling serde_with_macros v3.21.0 |
| 1718 | 2026-08-25T22:38:38.321Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-08-25T22:38:38.680Z | Compiling zstd v0.13.3 |
| 1720 | 2026-08-25T22:38:38.730Z | Compiling cipher v0.5.2 |
| 1721 | 2026-08-25T22:38:39.029Z | Compiling postgres-types v0.2.12 |
| 1722 | 2026-08-25T22:38:39.046Z | Compiling backtrace-ext v0.2.1 |
| 1723 | 2026-08-25T22:38:39.647Z | Compiling usdt-attr-macro v0.6.0 |
| 1724 | 2026-08-25T22:38:39.962Z | Compiling usdt-macro v0.6.0 |
| 1725 | 2026-08-25T22:38:40.020Z | Compiling globset v0.4.18 |
| 1726 | 2026-08-25T22:38:40.064Z | Compiling phf_shared v0.11.3 |
| 1727 | 2026-08-25T22:38:40.262Z | Compiling hkdf v0.12.4 |
| 1728 | 2026-08-25T22:38:40.398Z | Compiling dtrace-parser v0.2.0 |
| 1729 | 2026-08-25T22:38:40.441Z | Compiling byte-wrapper v0.1.0 |
| 1730 | 2026-08-25T22:38:40.465Z | Compiling olpc-cjson v0.1.4 |
| 1731 | 2026-08-25T22:38:40.635Z | Compiling ed25519 v2.2.3 |
| 1732 | 2026-08-25T22:38:40.641Z | Compiling crypto-bigint v0.5.5 |
| 1733 | 2026-08-25T22:38:40.703Z | Compiling serde-big-array v0.5.1 |
| 1734 | 2026-08-25T22:38:40.710Z | Compiling serde_plain v1.0.2 |
| 1735 | 2026-08-25T22:38:40.767Z | Compiling miette-derive v7.6.0 |
| 1736 | 2026-08-25T22:38:40.854Z | Compiling serde_repr v0.1.20 |
| 1737 | 2026-08-25T22:38:40.910Z | Compiling strum_macros v0.26.4 |
| 1738 | 2026-08-25T22:38:41.138Z | Compiling enum-as-inner v0.6.1 |
| 1739 | 2026-08-25T22:38:41.381Z | Compiling async-recursion v1.1.1 |
| 1740 | 2026-08-25T22:38:41.549Z | Compiling pem v3.0.6 |
| 1741 | 2026-08-25T22:38:41.640Z | Compiling float-cmp v0.10.0 |
| 1742 | 2026-08-25T22:38:41.792Z | Compiling memmap2 v0.9.10 |
| 1743 | 2026-08-25T22:38:41.876Z | Compiling thread-id v4.2.2 |
| 1744 | 2026-08-25T22:38:41.918Z | Compiling keccak v0.1.6 |
| 1745 | 2026-08-25T22:38:41.963Z | Compiling supports-hyperlinks v3.2.0 |
| 1746 | 2026-08-25T22:38:42.011Z | Compiling precomputed-hash v0.1.1 |
| 1747 | 2026-08-25T22:38:42.031Z | Compiling normalize-line-endings v0.3.0 |
| 1748 | 2026-08-25T22:38:42.101Z | Compiling supports-unicode v3.0.0 |
| 1749 | 2026-08-25T22:38:42.116Z | Compiling new_debug_unreachable v1.0.6 |
| 1750 | 2026-08-25T22:38:42.129Z | Compiling typed-path v0.9.3 |
| 1751 | 2026-08-25T22:38:42.133Z | Compiling difflib v0.4.0 |
| 1752 | 2026-08-25T22:38:42.186Z | Compiling static_assertions v1.1.0 |
| 1753 | 2026-08-25T22:38:42.250Z | Compiling fixedbitset v0.4.2 |
| 1754 | 2026-08-25T22:38:42.272Z | Compiling data-encoding v2.10.0 |
| 1755 | 2026-08-25T22:38:42.471Z | Compiling whoami v2.1.0 |
| 1756 | 2026-08-25T22:38:42.636Z | Compiling fixedbitset v0.5.7 |
| 1757 | 2026-08-25T22:38:42.657Z | Compiling predicates-core v1.0.10 |
| 1758 | 2026-08-25T22:38:42.694Z | Compiling const-oid v0.10.2 |
| 1759 | 2026-08-25T22:38:42.748Z | Compiling winnow v1.0.3 |
| 1760 | 2026-08-25T22:38:42.820Z | Compiling cpufeatures v0.3.0 |
| 1761 | 2026-08-25T22:38:42.843Z | Compiling toml_edit v0.22.27 |
| 1762 | 2026-08-25T22:38:42.900Z | Compiling chacha20 v0.10.0 |
| 1763 | 2026-08-25T22:38:42.904Z | Compiling digest v0.11.3 |
| 1764 | 2026-08-25T22:38:42.934Z | Compiling petgraph v0.8.3 |
| 1765 | 2026-08-25T22:38:42.950Z | Compiling predicates v3.1.4 |
| 1766 | 2026-08-25T22:38:43.132Z | Compiling tokio-postgres v0.7.16 |
| 1767 | 2026-08-25T22:38:43.291Z | Compiling strum v0.26.3 |
| 1768 | 2026-08-25T22:38:43.340Z | Compiling hickory-proto v0.25.2 |
| 1769 | 2026-08-25T22:38:43.427Z | Compiling petgraph v0.6.5 |
| 1770 | 2026-08-25T22:38:43.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1771 | 2026-08-25T22:38:43.803Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1772 | 2026-08-25T22:38:44.474Z | Compiling miette v7.6.0 |
| 1773 | 2026-08-25T22:38:44.889Z | Compiling string_cache v0.8.9 |
| 1774 | 2026-08-25T22:38:44.957Z | Compiling sha3 v0.10.8 |
| 1775 | 2026-08-25T22:38:45.124Z | Compiling usdt-impl v0.5.0 |
| 1776 | 2026-08-25T22:38:45.434Z | Compiling usdt v0.6.0 |
| 1777 | 2026-08-25T22:38:45.452Z | Compiling elliptic-curve v0.13.8 |
| 1778 | 2026-08-25T22:38:45.613Z | Compiling ed25519-dalek v2.2.0 |
| 1779 | 2026-08-25T22:38:45.654Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1780 | 2026-08-25T22:38:45.695Z | Compiling crossterm v0.28.1 |
| 1781 | 2026-08-25T22:38:45.853Z | Compiling serde_with v3.21.0 |
| 1782 | 2026-08-25T22:38:46.139Z | Compiling zip v4.6.1 |
| 1783 | 2026-08-25T22:38:46.843Z | Compiling iddqd v0.4.2 |
| 1784 | 2026-08-25T22:38:47.075Z | Compiling itertools v0.13.0 |
| 1785 | 2026-08-25T22:38:47.146Z | Compiling itertools v0.15.0 |
| 1786 | 2026-08-25T22:38:47.365Z | Compiling heck v0.4.1 |
| 1787 | 2026-08-25T22:38:47.397Z | Compiling similar v2.7.0 |
| 1788 | 2026-08-25T22:38:47.590Z | Compiling crossbeam-epoch v0.9.18 |
| 1789 | 2026-08-25T22:38:47.649Z | Compiling oxide-generation v0.1.3 |
| 1790 | 2026-08-25T22:38:47.913Z | Compiling tokio-stream v0.1.18 |
| 1791 | 2026-08-25T22:38:47.950Z | Compiling buf-list v1.1.2 |
| 1792 | 2026-08-25T22:38:48.072Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1793 | 2026-08-25T22:38:48.113Z | Compiling openapiv3 v2.2.0 |
| 1794 | 2026-08-25T22:38:48.212Z | Compiling peg-runtime v0.8.5 |
| 1795 | 2026-08-25T22:38:48.235Z | Compiling lalrpop-util v0.19.12 |
| 1796 | 2026-08-25T22:38:48.301Z | Compiling thread_local v1.1.9 |
| 1797 | 2026-08-25T22:38:48.367Z | Compiling slog-async v2.8.0 |
| 1798 | 2026-08-25T22:38:48.388Z | Compiling crossbeam-channel v0.5.15 |
| 1799 | 2026-08-25T22:38:48.429Z | Compiling is-terminal v0.4.17 |
| 1800 | 2026-08-25T22:38:48.458Z | Compiling filetime v0.2.27 |
| 1801 | 2026-08-25T22:38:48.486Z | Compiling take_mut v0.2.2 |
| 1802 | 2026-08-25T22:38:48.523Z | Compiling xattr v1.6.1 |
| 1803 | 2026-08-25T22:38:48.551Z | Compiling term v1.2.1 |
| 1804 | 2026-08-25T22:38:48.596Z | Compiling camino-tempfile v1.4.1 |
| 1805 | 2026-08-25T22:38:48.673Z | Compiling tar v0.4.46 |
| 1806 | 2026-08-25T22:38:48.816Z | Compiling slog-term v2.9.2 |
| 1807 | 2026-08-25T22:38:55.153Z | Compiling rustls-webpki v0.103.13 |
| 1808 | 2026-08-25T22:38:57.831Z | Compiling tokio-rustls v0.26.4 |
| 1809 | 2026-08-25T22:38:57.831Z | Compiling rustls-platform-verifier v0.6.2 |
| 1810 | 2026-08-25T22:38:57.834Z | Compiling tough v0.22.0 |
| 1811 | 2026-08-25T22:38:58.051Z | Compiling hyper-rustls v0.27.7 |
| 1812 | 2026-08-25T22:38:58.253Z | Compiling reqwest v0.13.2 |
| 1813 | 2026-08-25T22:39:00.454Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1814 | 2026-08-25T22:39:00.667Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1815 | 2026-08-25T22:39:03.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 1816 | 2026-08-25T22:39:03.751Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1817 | 2026-08-25T22:39:03.804Z | Aug 25 22:39:02.924 INFO Starting download, target: Console |
| 1818 | 2026-08-25T22:39:03.804Z | Aug 25 22:39:02.925 INFO Starting download, target: Cockroach |
| 1819 | 2026-08-25T22:39:03.804Z | Aug 25 22:39:02.925 INFO Starting download, target: Clickhouse |
| 1820 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Starting download, target: DendriteStub |
| 1821 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Starting download, target: MaghemiteMgd |
| 1822 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Starting download, target: MaghemiteDdmd |
| 1823 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Starting download, target: TransceiverControl |
| 1824 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1825 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1826 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1827 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1828 | 2026-08-25T22:39:03.808Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1829 | 2026-08-25T22:39:03.809Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1830 | 2026-08-25T22:39:03.809Z | Aug 25 22:39:02.925 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1831 | 2026-08-25T22:39:04.525Z | Aug 25 22:39:03.624 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1832 | 2026-08-25T22:39:04.750Z | Aug 25 22:39:03.832 INFO Download complete, target: TransceiverControl |
| 1833 | 2026-08-25T22:39:05.617Z | Aug 25 22:39:04.728 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1834 | 2026-08-25T22:39:05.760Z | Aug 25 22:39:04.873 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1835 | 2026-08-25T22:39:05.929Z | Aug 25 22:39:05.026 INFO Download complete, target: Console |
| 1836 | 2026-08-25T22:39:06.514Z | Aug 25 22:39:05.615 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1837 | 2026-08-25T22:39:06.835Z | Aug 25 22:39:05.951 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1838 | 2026-08-25T22:39:07.130Z | Aug 25 22:39:06.209 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1839 | 2026-08-25T22:39:08.161Z | Aug 25 22:39:07.273 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1840 | 2026-08-25T22:39:08.161Z | Aug 25 22:39:07.273 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1841 | 2026-08-25T22:39:08.982Z | Aug 25 22:39:08.098 INFO Download complete, target: DendriteStub |
| 1842 | 2026-08-25T22:39:09.140Z | Aug 25 22:39:08.260 INFO Download complete, target: MaghemiteDdmd |
| 1843 | 2026-08-25T22:39:09.410Z | Aug 25 22:39:08.529 INFO Download complete, target: MaghemiteMgd |
| 1844 | 2026-08-25T22:39:12.578Z | Aug 25 22:39:11.698 INFO Checking that binary works, target: Clickhouse |
| 1845 | 2026-08-25T22:39:12.736Z | Aug 25 22:39:11.858 INFO Download complete, target: Clickhouse |
| 1846 | 2026-08-25T22:39:12.811Z | Aug 25 22:39:11.932 INFO Checking that binary works, target: Cockroach |
| 1847 | 2026-08-25T22:39:12.982Z | Aug 25 22:39:12.103 INFO Download complete, target: Cockroach |
| 1848 | 2026-08-25T22:39:13.030Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1849 | 2026-08-25T22:39:13.033Z | |
| 1850 | 2026-08-25T22:39:13.033Z | real 2:12.218985667 |
| 1851 | 2026-08-25T22:39:13.033Z | user 7:22.246519834 |
| 1852 | 2026-08-25T22:39:13.033Z | sys 1:26.968107979 |
| 1853 | 2026-08-25T22:39:13.033Z | trap 0.254665280 |
| 1854 | 2026-08-25T22:39:13.033Z | tflt 2.702396301 |
| 1855 | 2026-08-25T22:39:13.033Z | dflt 3.510839798 |
| 1856 | 2026-08-25T22:39:13.033Z | kflt 0.029678644 |
| 1857 | 2026-08-25T22:39:13.033Z | lock 27:34.300919060 |
| 1858 | 2026-08-25T22:39:13.033Z | slp 22:33.992262431 |
| 1859 | 2026-08-25T22:39:13.033Z | lat 45.897550629 |
| 1860 | 2026-08-25T22:39:13.033Z | stop 2:41.372502657 |
| 1861 | 2026-08-25T22:39:13.033Z | + banner hack-check |
| 1862 | 2026-08-25T22:39:13.033Z | |
| 1863 | 2026-08-25T22:39:13.033Z | # # ## #### # # #### # # ###### #### # # |
| 1864 | 2026-08-25T22:39:13.033Z | # # # # # # # # # # # # # # # # # |
| 1865 | 2026-08-25T22:39:13.033Z | ###### # # # #### ##### # ###### ##### # #### |
| 1866 | 2026-08-25T22:39:13.033Z | # # ###### # # # # # # # # # # |
| 1867 | 2026-08-25T22:39:13.033Z | # # # # # # # # # # # # # # # # # |
| 1868 | 2026-08-25T22:39:13.033Z | # # # # #### # # #### # # ###### #### # # |
| 1869 | 2026-08-25T22:39:13.033Z | |
| 1870 | 2026-08-25T22:39:13.033Z | + export CARGO_INCREMENTAL=0 |
| 1871 | 2026-08-25T22:39:13.033Z | + CARGO_INCREMENTAL=0 |
| 1872 | 2026-08-25T22:39:13.033Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1873 | 2026-08-25T22:39:13.506Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1874 | 2026-08-25T22:39:13.792Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1875 | 2026-08-25T22:39:15.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 1876 | 2026-08-25T22:39:15.696Z | Running `target/debug/xtask check-features --ci` |
| 1877 | 2026-08-25T22:39:15.720Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1878 | 2026-08-25T22:39:15.720Z | running: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1879 | 2026-08-25T22:39:16.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1880 | 2026-08-25T22:39:16.172Z | Running `target/debug/xtask download cargo-hack` |
| 1881 | 2026-08-25T22:39:16.963Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1882 | 2026-08-25T22:39:17.280Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1883 | 2026-08-25T22:39:19.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
| 1884 | 2026-08-25T22:39:20.046Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1885 | 2026-08-25T22:39:20.084Z | Aug 25 22:39:19.204 INFO Starting download, target: CargoHack |
| 1886 | 2026-08-25T22:39:20.103Z | Aug 25 22:39:19.205 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1887 | 2026-08-25T22:39:20.445Z | Aug 25 22:39:19.560 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1888 | 2026-08-25T22:39:20.491Z | Aug 25 22:39:19.610 INFO Download complete, target: CargoHack |
| 1889 | 2026-08-25T22:39:20.497Z | 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" |
| 1890 | 2026-08-25T22:39:20.508Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1891 | 2026-08-25T22:39:20.686Z | info: running `cargo check --bins` on api_identity (1/377) |
| 1892 | 2026-08-25T22:39:21.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-08-25T22:39:21.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-08-25T22:39:21.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-08-25T22:39:21.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1896 | 2026-08-25T22:39:21.229Z | |
| 1897 | 2026-08-25T22:39:21.229Z | info: running `cargo check --bins` on bootstore (2/377) |
| 1898 | 2026-08-25T22:39:21.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-08-25T22:39:21.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-08-25T22:39:21.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-08-25T22:39:21.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1902 | 2026-08-25T22:39:21.790Z | |
| 1903 | 2026-08-25T22:39:21.790Z | info: running `cargo check --bins` on omicron-ledger (3/377) |
| 1904 | 2026-08-25T22:39:22.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-08-25T22:39:22.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-08-25T22:39:22.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-08-25T22:39:22.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1908 | 2026-08-25T22:39:22.322Z | |
| 1909 | 2026-08-25T22:39:22.322Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/377) |
| 1910 | 2026-08-25T22:39:22.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-08-25T22:39:22.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-08-25T22:39:22.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-08-25T22:39:22.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1914 | 2026-08-25T22:39:22.867Z | |
| 1915 | 2026-08-25T22:39:22.867Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/377) |
| 1916 | 2026-08-25T22:39:23.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-08-25T22:39:23.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-08-25T22:39:23.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-08-25T22:39:23.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1920 | 2026-08-25T22:39:23.429Z | |
| 1921 | 2026-08-25T22:39:23.429Z | info: running `cargo check --bins` on omicron-certificates (6/377) |
| 1922 | 2026-08-25T22:39:23.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-08-25T22:39:23.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-08-25T22:39:23.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-08-25T22:39:23.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1926 | 2026-08-25T22:39:23.994Z | |
| 1927 | 2026-08-25T22:39:23.994Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/377) |
| 1928 | 2026-08-25T22:39:24.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-08-25T22:39:24.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-08-25T22:39:24.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-08-25T22:39:24.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1932 | 2026-08-25T22:39:24.566Z | |
| 1933 | 2026-08-25T22:39:24.566Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/377) |
| 1934 | 2026-08-25T22:39:25.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-08-25T22:39:25.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-08-25T22:39:25.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-08-25T22:39:25.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1938 | 2026-08-25T22:39:25.141Z | |
| 1939 | 2026-08-25T22:39:25.141Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/377) |
| 1940 | 2026-08-25T22:39:25.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-08-25T22:39:25.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-08-25T22:39:25.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-08-25T22:39:25.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1944 | 2026-08-25T22:39:25.555Z | |
| 1945 | 2026-08-25T22:39:25.556Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/377) |
| 1946 | 2026-08-25T22:39:25.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-08-25T22:39:25.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-08-25T22:39:25.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-08-25T22:39:25.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1950 | 2026-08-25T22:39:25.984Z | |
| 1951 | 2026-08-25T22:39:25.984Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/377) |
| 1952 | 2026-08-25T22:39:26.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-08-25T22:39:26.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-08-25T22:39:26.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-08-25T22:39:26.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1956 | 2026-08-25T22:39:26.406Z | |
| 1957 | 2026-08-25T22:39:26.407Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/377) |
| 1958 | 2026-08-25T22:39:26.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-08-25T22:39:26.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-08-25T22:39:26.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-08-25T22:39:26.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1962 | 2026-08-25T22:39:26.832Z | |
| 1963 | 2026-08-25T22:39:26.832Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/377) |
| 1964 | 2026-08-25T22:39:27.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-08-25T22:39:27.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-08-25T22:39:27.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-08-25T22:39:27.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1968 | 2026-08-25T22:39:27.257Z | |
| 1969 | 2026-08-25T22:39:27.257Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/377) |
| 1970 | 2026-08-25T22:39:27.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-08-25T22:39:27.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-08-25T22:39:27.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-08-25T22:39:27.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1974 | 2026-08-25T22:39:27.681Z | |
| 1975 | 2026-08-25T22:39:27.681Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/377) |
| 1976 | 2026-08-25T22:39:28.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-08-25T22:39:28.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-08-25T22:39:28.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-08-25T22:39:28.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1980 | 2026-08-25T22:39:28.107Z | |
| 1981 | 2026-08-25T22:39:28.107Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/377) |
| 1982 | 2026-08-25T22:39:28.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-08-25T22:39:28.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-08-25T22:39:28.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-08-25T22:39:28.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1986 | 2026-08-25T22:39:28.532Z | |
| 1987 | 2026-08-25T22:39:28.532Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/377) |
| 1988 | 2026-08-25T22:39:28.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-08-25T22:39:28.904Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-08-25T22:39:28.904Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-08-25T22:39:28.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1992 | 2026-08-25T22:39:28.960Z | |
| 1993 | 2026-08-25T22:39:28.960Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/377) |
| 1994 | 2026-08-25T22:39:29.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-08-25T22:39:29.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-08-25T22:39:29.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-08-25T22:39:29.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1998 | 2026-08-25T22:39:29.381Z | |
| 1999 | 2026-08-25T22:39:29.381Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/377) |
| 2000 | 2026-08-25T22:39:29.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-08-25T22:39:29.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-08-25T22:39:29.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-08-25T22:39:29.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2004 | 2026-08-25T22:39:29.800Z | |
| 2005 | 2026-08-25T22:39:29.800Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/377) |
| 2006 | 2026-08-25T22:39:30.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-08-25T22:39:30.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-08-25T22:39:30.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-08-25T22:39:30.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2010 | 2026-08-25T22:39:30.227Z | |
| 2011 | 2026-08-25T22:39:30.227Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/377) |
| 2012 | 2026-08-25T22:39:30.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-08-25T22:39:30.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-08-25T22:39:30.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-08-25T22:39:30.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2016 | 2026-08-25T22:39:30.648Z | |
| 2017 | 2026-08-25T22:39:30.648Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/377) |
| 2018 | 2026-08-25T22:39:31.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-08-25T22:39:31.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-08-25T22:39:31.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-08-25T22:39:31.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2022 | 2026-08-25T22:39:31.074Z | |
| 2023 | 2026-08-25T22:39:31.074Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/377) |
| 2024 | 2026-08-25T22:39:31.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-08-25T22:39:31.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-08-25T22:39:31.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-08-25T22:39:31.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2028 | 2026-08-25T22:39:31.497Z | |
| 2029 | 2026-08-25T22:39:31.497Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/377) |
| 2030 | 2026-08-25T22:39:31.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-08-25T22:39:31.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-08-25T22:39:31.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-08-25T22:39:31.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2034 | 2026-08-25T22:39:31.920Z | |
| 2035 | 2026-08-25T22:39:31.920Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/377) |
| 2036 | 2026-08-25T22:39:32.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-08-25T22:39:32.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-08-25T22:39:32.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-08-25T22:39:32.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2040 | 2026-08-25T22:39:32.346Z | |
| 2041 | 2026-08-25T22:39:32.346Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/377) |
| 2042 | 2026-08-25T22:39:32.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-08-25T22:39:32.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-08-25T22:39:32.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-08-25T22:39:32.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2046 | 2026-08-25T22:39:32.777Z | |
| 2047 | 2026-08-25T22:39:32.777Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/377) |
| 2048 | 2026-08-25T22:39:33.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-08-25T22:39:33.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-08-25T22:39:33.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-08-25T22:39:33.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2052 | 2026-08-25T22:39:33.194Z | |
| 2053 | 2026-08-25T22:39:33.195Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/377) |
| 2054 | 2026-08-25T22:39:33.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-08-25T22:39:33.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-08-25T22:39:33.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-08-25T22:39:33.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2058 | 2026-08-25T22:39:33.665Z | |
| 2059 | 2026-08-25T22:39:33.665Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/377) |
| 2060 | 2026-08-25T22:39:33.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-08-25T22:39:33.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-08-25T22:39:33.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-08-25T22:39:33.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2064 | 2026-08-25T22:39:34.040Z | |
| 2065 | 2026-08-25T22:39:34.040Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/377) |
| 2066 | 2026-08-25T22:39:34.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-08-25T22:39:34.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-08-25T22:39:34.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-08-25T22:39:34.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2070 | 2026-08-25T22:39:34.462Z | |
| 2071 | 2026-08-25T22:39:34.462Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/377) |
| 2072 | 2026-08-25T22:39:34.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-08-25T22:39:34.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-08-25T22:39:34.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-08-25T22:39:34.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2076 | 2026-08-25T22:39:34.888Z | |
| 2077 | 2026-08-25T22:39:34.888Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/377) |
| 2078 | 2026-08-25T22:39:35.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-08-25T22:39:35.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-08-25T22:39:35.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-08-25T22:39:35.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2082 | 2026-08-25T22:39:35.310Z | |
| 2083 | 2026-08-25T22:39:35.310Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/377) |
| 2084 | 2026-08-25T22:39:35.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-08-25T22:39:35.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-08-25T22:39:35.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-08-25T22:39:35.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2088 | 2026-08-25T22:39:35.735Z | |
| 2089 | 2026-08-25T22:39:35.735Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/377) |
| 2090 | 2026-08-25T22:39:36.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-08-25T22:39:36.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-08-25T22:39:36.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-08-25T22:39:36.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2094 | 2026-08-25T22:39:36.169Z | |
| 2095 | 2026-08-25T22:39:36.169Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/377) |
| 2096 | 2026-08-25T22:39:36.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-08-25T22:39:36.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-08-25T22:39:36.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-08-25T22:39:36.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2100 | 2026-08-25T22:39:36.578Z | |
| 2101 | 2026-08-25T22:39:36.578Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/377) |
| 2102 | 2026-08-25T22:39:36.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-08-25T22:39:36.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-08-25T22:39:36.951Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-08-25T22:39:36.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2106 | 2026-08-25T22:39:37.001Z | |
| 2107 | 2026-08-25T22:39:37.002Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/377) |
| 2108 | 2026-08-25T22:39:37.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-08-25T22:39:37.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-08-25T22:39:37.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-08-25T22:39:37.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2112 | 2026-08-25T22:39:37.420Z | |
| 2113 | 2026-08-25T22:39:37.420Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/377) |
| 2114 | 2026-08-25T22:39:37.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-08-25T22:39:37.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-08-25T22:39:37.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-08-25T22:39:37.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2118 | 2026-08-25T22:39:37.856Z | |
| 2119 | 2026-08-25T22:39:37.856Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/377) |
| 2120 | 2026-08-25T22:39:38.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-08-25T22:39:38.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-08-25T22:39:38.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-08-25T22:39:38.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2124 | 2026-08-25T22:39:38.263Z | |
| 2125 | 2026-08-25T22:39:38.263Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/377) |
| 2126 | 2026-08-25T22:39:38.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-08-25T22:39:38.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-08-25T22:39:38.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-08-25T22:39:38.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2130 | 2026-08-25T22:39:38.688Z | |
| 2131 | 2026-08-25T22:39:38.688Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/377) |
| 2132 | 2026-08-25T22:39:39.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-08-25T22:39:39.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-08-25T22:39:39.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-08-25T22:39:39.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2136 | 2026-08-25T22:39:39.110Z | |
| 2137 | 2026-08-25T22:39:39.110Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/377) |
| 2138 | 2026-08-25T22:39:39.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-08-25T22:39:39.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-08-25T22:39:39.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-08-25T22:39:39.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2142 | 2026-08-25T22:39:39.533Z | |
| 2143 | 2026-08-25T22:39:39.533Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/377) |
| 2144 | 2026-08-25T22:39:39.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-08-25T22:39:39.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-08-25T22:39:39.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-08-25T22:39:39.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2148 | 2026-08-25T22:39:39.958Z | |
| 2149 | 2026-08-25T22:39:39.958Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/377) |
| 2150 | 2026-08-25T22:39:40.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-08-25T22:39:40.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-08-25T22:39:40.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-08-25T22:39:40.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2154 | 2026-08-25T22:39:40.386Z | |
| 2155 | 2026-08-25T22:39:40.386Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/377) |
| 2156 | 2026-08-25T22:39:40.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-08-25T22:39:40.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-08-25T22:39:40.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-08-25T22:39:40.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2160 | 2026-08-25T22:39:40.814Z | |
| 2161 | 2026-08-25T22:39:40.814Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/377) |
| 2162 | 2026-08-25T22:39:41.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-08-25T22:39:41.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-08-25T22:39:41.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-08-25T22:39:41.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2166 | 2026-08-25T22:39:41.241Z | |
| 2167 | 2026-08-25T22:39:41.241Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/377) |
| 2168 | 2026-08-25T22:39:41.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-08-25T22:39:41.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-08-25T22:39:41.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-08-25T22:39:41.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2172 | 2026-08-25T22:39:41.668Z | |
| 2173 | 2026-08-25T22:39:41.669Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/377) |
| 2174 | 2026-08-25T22:39:42.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-08-25T22:39:42.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-08-25T22:39:42.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-08-25T22:39:42.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 2178 | 2026-08-25T22:39:42.095Z | |
| 2179 | 2026-08-25T22:39:42.095Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/377) |
| 2180 | 2026-08-25T22:39:42.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-08-25T22:39:42.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-08-25T22:39:42.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-08-25T22:39:42.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2184 | 2026-08-25T22:39:42.711Z | |
| 2185 | 2026-08-25T22:39:42.712Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/377) |
| 2186 | 2026-08-25T22:39:43.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-08-25T22:39:43.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-08-25T22:39:43.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-08-25T22:39:43.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2190 | 2026-08-25T22:39:43.328Z | |
| 2191 | 2026-08-25T22:39:43.329Z | info: running `cargo check --bins` on nexus-config (51/377) |
| 2192 | 2026-08-25T22:39:43.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-08-25T22:39:43.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-08-25T22:39:43.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-08-25T22:39:43.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2196 | 2026-08-25T22:39:43.940Z | |
| 2197 | 2026-08-25T22:39:43.940Z | info: running `cargo check --bins` on nexus-types (52/377) |
| 2198 | 2026-08-25T22:39:44.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-08-25T22:39:44.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-08-25T22:39:44.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-08-25T22:39:44.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2202 | 2026-08-25T22:39:44.553Z | |
| 2203 | 2026-08-25T22:39:44.553Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/377) |
| 2204 | 2026-08-25T22:39:45.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-08-25T22:39:45.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-08-25T22:39:45.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-08-25T22:39:45.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2208 | 2026-08-25T22:39:45.134Z | |
| 2209 | 2026-08-25T22:39:45.134Z | info: running `cargo check --bins` on omicron-passwords (54/377) |
| 2210 | 2026-08-25T22:39:45.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-08-25T22:39:45.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-08-25T22:39:45.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-08-25T22:39:45.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2214 | 2026-08-25T22:39:45.693Z | |
| 2215 | 2026-08-25T22:39:45.693Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/377) |
| 2216 | 2026-08-25T22:39:46.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-08-25T22:39:46.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-08-25T22:39:46.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-08-25T22:39:46.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2220 | 2026-08-25T22:39:46.271Z | |
| 2221 | 2026-08-25T22:39:46.271Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/377) |
| 2222 | 2026-08-25T22:39:46.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-08-25T22:39:46.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-08-25T22:39:46.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-08-25T22:39:46.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2226 | 2026-08-25T22:39:46.850Z | |
| 2227 | 2026-08-25T22:39:46.850Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/377) |
| 2228 | 2026-08-25T22:39:47.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-08-25T22:39:47.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-08-25T22:39:47.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-08-25T22:39:47.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2232 | 2026-08-25T22:39:47.434Z | |
| 2233 | 2026-08-25T22:39:47.434Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/377) |
| 2234 | 2026-08-25T22:39:47.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-08-25T22:39:47.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-08-25T22:39:47.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-08-25T22:39:47.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2238 | 2026-08-25T22:39:48.018Z | |
| 2239 | 2026-08-25T22:39:48.018Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/377) |
| 2240 | 2026-08-25T22:39:48.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-08-25T22:39:48.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-08-25T22:39:48.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-08-25T22:39:48.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2244 | 2026-08-25T22:39:48.584Z | |
| 2245 | 2026-08-25T22:39:48.585Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/377) |
| 2246 | 2026-08-25T22:39:49.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-08-25T22:39:49.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-08-25T22:39:49.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2249 | 2026-08-25T22:39:49.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2250 | 2026-08-25T22:39:49.153Z | |
| 2251 | 2026-08-25T22:39:49.153Z | info: running `cargo check --bins --no-default-features` on gfss (61/377) |
| 2252 | 2026-08-25T22:39:49.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2253 | 2026-08-25T22:39:49.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2254 | 2026-08-25T22:39:49.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2255 | 2026-08-25T22:39:49.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2256 | 2026-08-25T22:39:49.714Z | |
| 2257 | 2026-08-25T22:39:49.714Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/377) |
| 2258 | 2026-08-25T22:39:50.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2259 | 2026-08-25T22:39:50.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2260 | 2026-08-25T22:39:50.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2261 | 2026-08-25T22:39:50.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2262 | 2026-08-25T22:39:50.435Z | |
| 2263 | 2026-08-25T22:39:50.436Z | info: running `cargo check --bins` on trust-quorum-types (63/377) |
| 2264 | 2026-08-25T22:39:50.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2265 | 2026-08-25T22:39:50.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2266 | 2026-08-25T22:39:50.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2267 | 2026-08-25T22:39:50.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2268 | 2026-08-25T22:39:50.961Z | |
| 2269 | 2026-08-25T22:39:50.961Z | info: running `cargo check --bins` on wicketd-commission-types (64/377) |
| 2270 | 2026-08-25T22:39:51.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2271 | 2026-08-25T22:39:51.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2272 | 2026-08-25T22:39:51.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2273 | 2026-08-25T22:39:51.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2274 | 2026-08-25T22:39:51.431Z | |
| 2275 | 2026-08-25T22:39:51.431Z | info: running `cargo check --bins` on wicketd-commission-types-versions (65/377) |
| 2276 | 2026-08-25T22:39:51.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2277 | 2026-08-25T22:39:51.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2278 | 2026-08-25T22:39:51.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2279 | 2026-08-25T22:39:51.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2280 | 2026-08-25T22:39:52.011Z | |
| 2281 | 2026-08-25T22:39:52.011Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (66/377) |
| 2282 | 2026-08-25T22:39:52.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2283 | 2026-08-25T22:39:52.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2284 | 2026-08-25T22:39:52.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2285 | 2026-08-25T22:39:52.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2286 | 2026-08-25T22:39:52.579Z | |
| 2287 | 2026-08-25T22:39:52.579Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/377) |
| 2288 | 2026-08-25T22:39:53.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2289 | 2026-08-25T22:39:53.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2290 | 2026-08-25T22:39:53.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2291 | 2026-08-25T22:39:53.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2292 | 2026-08-25T22:39:53.152Z | |
| 2293 | 2026-08-25T22:39:53.152Z | info: running `cargo check --bins` on clickhouse-admin-types (68/377) |
| 2294 | 2026-08-25T22:39:53.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2295 | 2026-08-25T22:39:53.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2296 | 2026-08-25T22:39:53.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2297 | 2026-08-25T22:39:53.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2298 | 2026-08-25T22:39:53.727Z | |
| 2299 | 2026-08-25T22:39:53.727Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (69/377) |
| 2300 | 2026-08-25T22:39:54.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2301 | 2026-08-25T22:39:54.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2302 | 2026-08-25T22:39:54.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2303 | 2026-08-25T22:39:54.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2304 | 2026-08-25T22:39:54.301Z | |
| 2305 | 2026-08-25T22:39:54.301Z | info: running `cargo check --bins` on cockroach-admin-types (70/377) |
| 2306 | 2026-08-25T22:39:54.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2307 | 2026-08-25T22:39:54.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2308 | 2026-08-25T22:39:54.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2309 | 2026-08-25T22:39:54.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2310 | 2026-08-25T22:39:54.860Z | |
| 2311 | 2026-08-25T22:39:54.860Z | info: running `cargo check --bins` on cockroach-admin-types-versions (71/377) |
| 2312 | 2026-08-25T22:39:55.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2313 | 2026-08-25T22:39:55.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2314 | 2026-08-25T22:39:55.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2315 | 2026-08-25T22:39:55.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2316 | 2026-08-25T22:39:55.421Z | |
| 2317 | 2026-08-25T22:39:55.421Z | info: running `cargo check --bins` on ereport-types (72/377) |
| 2318 | 2026-08-25T22:39:55.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2319 | 2026-08-25T22:39:55.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2320 | 2026-08-25T22:39:55.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2321 | 2026-08-25T22:39:55.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2322 | 2026-08-25T22:39:55.993Z | |
| 2323 | 2026-08-25T22:39:55.993Z | info: running `cargo check --bins` on gateway-client (73/377) |
| 2324 | 2026-08-25T22:39:56.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2325 | 2026-08-25T22:39:56.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2326 | 2026-08-25T22:39:56.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2327 | 2026-08-25T22:39:56.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2328 | 2026-08-25T22:39:56.570Z | |
| 2329 | 2026-08-25T22:39:56.570Z | info: running `cargo check --bins --no-default-features` on gateway-types (74/377) |
| 2330 | 2026-08-25T22:39:57.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2331 | 2026-08-25T22:39:57.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2332 | 2026-08-25T22:39:57.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2333 | 2026-08-25T22:39:57.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2334 | 2026-08-25T22:39:57.143Z | |
| 2335 | 2026-08-25T22:39:57.143Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/377) |
| 2336 | 2026-08-25T22:39:57.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2337 | 2026-08-25T22:39:57.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2338 | 2026-08-25T22:39:57.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2339 | 2026-08-25T22:39:57.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2340 | 2026-08-25T22:39:57.706Z | |
| 2341 | 2026-08-25T22:39:57.706Z | info: running `cargo check --bins --no-default-features` on illumos-utils (76/377) |
| 2342 | 2026-08-25T22:39:58.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2026-08-25T22:39:58.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2026-08-25T22:39:58.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2345 | 2026-08-25T22:39:58.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2346 | 2026-08-25T22:39:58.295Z | |
| 2347 | 2026-08-25T22:39:58.295Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/377) |
| 2348 | 2026-08-25T22:39:58.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2349 | 2026-08-25T22:39:58.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2350 | 2026-08-25T22:39:58.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2351 | 2026-08-25T22:39:58.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2352 | 2026-08-25T22:39:58.882Z | |
| 2353 | 2026-08-25T22:39:58.882Z | info: running `cargo check --bins` on key-manager-types (78/377) |
| 2354 | 2026-08-25T22:39:59.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2355 | 2026-08-25T22:39:59.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2356 | 2026-08-25T22:39:59.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2357 | 2026-08-25T22:39:59.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2358 | 2026-08-25T22:39:59.447Z | |
| 2359 | 2026-08-25T22:39:59.447Z | info: running `cargo check --bins` on oxlog (79/377) |
| 2360 | 2026-08-25T22:39:59.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2361 | 2026-08-25T22:39:59.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2362 | 2026-08-25T22:40:00.058Z | Checking cfg-if v1.0.4 |
| 2363 | 2026-08-25T22:40:00.061Z | Checking serde_core v1.0.228 |
| 2364 | 2026-08-25T22:40:00.061Z | Checking libc v0.2.185 |
| 2365 | 2026-08-25T22:40:00.176Z | Checking memchr v2.8.0 |
| 2366 | 2026-08-25T22:40:00.186Z | Checking smallvec v1.15.1 |
| 2367 | 2026-08-25T22:40:00.186Z | Checking log v0.4.33 |
| 2368 | 2026-08-25T22:40:00.206Z | Checking subtle v2.6.1 |
| 2369 | 2026-08-25T22:40:00.216Z | Checking itoa v1.0.17 |
| 2370 | 2026-08-25T22:40:00.227Z | Checking scopeguard v1.2.0 |
| 2371 | 2026-08-25T22:40:00.325Z | Checking lock_api v0.4.14 |
| 2372 | 2026-08-25T22:40:00.343Z | Checking stable_deref_trait v1.2.1 |
| 2373 | 2026-08-25T22:40:00.356Z | Checking typenum v1.20.1 |
| 2374 | 2026-08-25T22:40:00.370Z | Checking zerofrom v0.1.6 |
| 2375 | 2026-08-25T22:40:00.380Z | Checking portable-atomic v1.13.1 |
| 2376 | 2026-08-25T22:40:00.412Z | Checking zerocopy v0.8.55 |
| 2377 | 2026-08-25T22:40:00.479Z | Checking yoke v0.8.1 |
| 2378 | 2026-08-25T22:40:00.518Z | Checking critical-section v1.2.0 |
| 2379 | 2026-08-25T22:40:00.544Z | Checking libm v0.2.16 |
| 2380 | 2026-08-25T22:40:00.559Z | Checking errno v0.3.14 |
| 2381 | 2026-08-25T22:40:00.612Z | Checking getrandom v0.2.17 |
| 2382 | 2026-08-25T22:40:00.644Z | Checking zerovec v0.11.5 |
| 2383 | 2026-08-25T22:40:00.672Z | Checking zmij v1.0.21 |
| 2384 | 2026-08-25T22:40:00.755Z | Checking rand_core v0.6.4 |
| 2385 | 2026-08-25T22:40:00.788Z | Checking once_cell v1.21.3 |
| 2386 | 2026-08-25T22:40:00.880Z | Checking const-oid v0.9.6 |
| 2387 | 2026-08-25T22:40:00.928Z | Checking pin-project-lite v0.2.17 |
| 2388 | 2026-08-25T22:40:00.958Z | Checking rand_core v0.10.0 |
| 2389 | 2026-08-25T22:40:01.028Z | Checking writeable v0.6.2 |
| 2390 | 2026-08-25T22:40:01.085Z | Checking tinystr v0.8.2 |
| 2391 | 2026-08-25T22:40:01.099Z | Checking percent-encoding v2.3.2 |
| 2392 | 2026-08-25T22:40:01.110Z | Checking litemap v0.8.1 |
| 2393 | 2026-08-25T22:40:01.188Z | Checking getrandom v0.4.3 |
| 2394 | 2026-08-25T22:40:01.234Z | Checking potential_utf v0.1.4 |
| 2395 | 2026-08-25T22:40:01.238Z | Checking num-traits v0.2.19 |
| 2396 | 2026-08-25T22:40:01.279Z | Checking signal-hook-registry v1.4.8 |
| 2397 | 2026-08-25T22:40:01.282Z | Checking icu_locale_core v2.1.1 |
| 2398 | 2026-08-25T22:40:01.331Z | Checking zerotrie v0.2.3 |
| 2399 | 2026-08-25T22:40:01.379Z | Checking parking_lot_core v0.9.12 |
| 2400 | 2026-08-25T22:40:01.437Z | Checking futures-core v0.3.32 |
| 2401 | 2026-08-25T22:40:01.557Z | Checking icu_collections v2.1.1 |
| 2402 | 2026-08-25T22:40:01.571Z | Checking mio v1.2.0 |
| 2403 | 2026-08-25T22:40:01.574Z | Checking parking_lot v0.12.5 |
| 2404 | 2026-08-25T22:40:01.590Z | Checking equivalent v1.0.2 |
| 2405 | 2026-08-25T22:40:01.632Z | Checking serde v1.0.228 |
| 2406 | 2026-08-25T22:40:01.668Z | Checking bitflags v2.11.0 |
| 2407 | 2026-08-25T22:40:01.764Z | Checking serde_json v1.0.151 |
| 2408 | 2026-08-25T22:40:01.788Z | Checking icu_normalizer_data v2.1.1 |
| 2409 | 2026-08-25T22:40:01.827Z | Checking icu_properties_data v2.1.2 |
| 2410 | 2026-08-25T22:40:01.840Z | Checking icu_provider v2.1.1 |
| 2411 | 2026-08-25T22:40:01.854Z | Checking socket2 v0.6.3 |
| 2412 | 2026-08-25T22:40:01.868Z | Checking byteorder v1.5.0 |
| 2413 | 2026-08-25T22:40:01.882Z | Checking getrandom v0.3.4 |
| 2414 | 2026-08-25T22:40:01.949Z | Checking hashbrown v0.17.0 |
| 2415 | 2026-08-25T22:40:02.022Z | Checking futures-sink v0.3.32 |
| 2416 | 2026-08-25T22:40:02.036Z | Checking zeroize v1.9.0 |
| 2417 | 2026-08-25T22:40:02.060Z | Checking bytes v1.11.1 |
| 2418 | 2026-08-25T22:40:02.063Z | Checking icu_normalizer v2.1.1 |
| 2419 | 2026-08-25T22:40:02.086Z | Checking icu_properties v2.1.2 |
| 2420 | 2026-08-25T22:40:02.116Z | Checking utf8_iter v1.0.4 |
| 2421 | 2026-08-25T22:40:02.201Z | Checking generic-array v0.14.7 |
| 2422 | 2026-08-25T22:40:02.234Z | Checking futures-channel v0.3.32 |
| 2423 | 2026-08-25T22:40:02.355Z | Checking rustix v1.1.4 |
| 2424 | 2026-08-25T22:40:02.412Z | Checking indexmap v2.14.0 |
| 2425 | 2026-08-25T22:40:02.424Z | Checking form_urlencoded v1.2.2 |
| 2426 | 2026-08-25T22:40:02.435Z | Checking futures-io v0.3.32 |
| 2427 | 2026-08-25T22:40:02.504Z | Checking tokio v1.52.1 |
| 2428 | 2026-08-25T22:40:02.541Z | Checking futures-task v0.3.32 |
| 2429 | 2026-08-25T22:40:02.553Z | Checking slab v0.4.12 |
| 2430 | 2026-08-25T22:40:02.649Z | Checking block-buffer v0.10.4 |
| 2431 | 2026-08-25T22:40:02.680Z | Checking crypto-common v0.1.7 |
| 2432 | 2026-08-25T22:40:02.709Z | Checking futures-util v0.3.32 |
| 2433 | 2026-08-25T22:40:02.789Z | Checking fnv v1.0.7 |
| 2434 | 2026-08-25T22:40:02.804Z | Checking digest v0.10.7 |
| 2435 | 2026-08-25T22:40:02.885Z | Checking base64ct v1.8.3 |
| 2436 | 2026-08-25T22:40:02.898Z | Checking idna_adapter v1.2.1 |
| 2437 | 2026-08-25T22:40:02.960Z | Checking iana-time-zone v0.1.65 |
| 2438 | 2026-08-25T22:40:03.002Z | Checking rand_core v0.9.5 |
| 2439 | 2026-08-25T22:40:03.014Z | Checking idna v1.1.0 |
| 2440 | 2026-08-25T22:40:03.069Z | Checking chrono v0.4.45 |
| 2441 | 2026-08-25T22:40:03.118Z | Checking pem-rfc7468 v0.7.0 |
| 2442 | 2026-08-25T22:40:03.174Z | Checking uuid v1.23.4 |
| 2443 | 2026-08-25T22:40:03.187Z | Checking ppv-lite86 v0.2.21 |
| 2444 | 2026-08-25T22:40:03.200Z | Checking flagset v0.4.7 |
| 2445 | 2026-08-25T22:40:03.259Z | Checking url v2.5.8 |
| 2446 | 2026-08-25T22:40:03.272Z | Checking regex-syntax v0.8.10 |
| 2447 | 2026-08-25T22:40:03.319Z | Checking der v0.7.10 |
| 2448 | 2026-08-25T22:40:03.481Z | Checking base64 v0.22.1 |
| 2449 | 2026-08-25T22:40:03.495Z | Checking rand_chacha v0.9.0 |
| 2450 | 2026-08-25T22:40:03.690Z | Checking http v1.4.2 |
| 2451 | 2026-08-25T22:40:03.705Z | Checking dyn-clone v1.0.20 |
| 2452 | 2026-08-25T22:40:03.718Z | Checking rand v0.9.2 |
| 2453 | 2026-08-25T22:40:03.802Z | Checking semver v1.0.28 |
| 2454 | 2026-08-25T22:40:03.917Z | Checking tracing-core v0.1.36 |
| 2455 | 2026-08-25T22:40:04.012Z | Checking simd-adler32 v0.3.8 |
| 2456 | 2026-08-25T22:40:04.057Z | Checking spki v0.7.3 |
| 2457 | 2026-08-25T22:40:04.192Z | Checking cpufeatures v0.2.17 |
| 2458 | 2026-08-25T22:40:04.205Z | Checking schemars v0.8.22 |
| 2459 | 2026-08-25T22:40:04.225Z | Checking tracing v0.1.44 |
| 2460 | 2026-08-25T22:40:04.238Z | Checking pkcs8 v0.10.2 |
| 2461 | 2026-08-25T22:40:04.260Z | Checking rustls-pki-types v1.14.0 |
| 2462 | 2026-08-25T22:40:04.273Z | Checking http-body v1.0.1 |
| 2463 | 2026-08-25T22:40:04.392Z | Checking spin v0.9.8 |
| 2464 | 2026-08-25T22:40:04.406Z | Checking utf8parse v0.2.2 |
| 2465 | 2026-08-25T22:40:04.430Z | Checking openssl-probe v0.2.1 |
| 2466 | 2026-08-25T22:40:04.506Z | Checking fastrand v2.3.0 |
| 2467 | 2026-08-25T22:40:04.540Z | Checking adler2 v2.0.1 |
| 2468 | 2026-08-25T22:40:04.562Z | Checking cmov v0.5.4 |
| 2469 | 2026-08-25T22:40:04.574Z | Checking anstyle v1.0.14 |
| 2470 | 2026-08-25T22:40:04.578Z | Checking tinyvec_macros v0.1.1 |
| 2471 | 2026-08-25T22:40:04.643Z | Checking miniz_oxide v0.8.9 |
| 2472 | 2026-08-25T22:40:04.655Z | Checking tinyvec v1.10.0 |
| 2473 | 2026-08-25T22:40:04.668Z | Checking anstyle-parse v1.0.0 |
| 2474 | 2026-08-25T22:40:04.684Z | Checking tempfile v3.27.0 |
| 2475 | 2026-08-25T22:40:04.750Z | Checking ctutils v0.4.2 |
| 2476 | 2026-08-25T22:40:04.764Z | Checking sha2 v0.10.9 |
| 2477 | 2026-08-25T22:40:04.814Z | Checking terminal_size v0.4.3 |
| 2478 | 2026-08-25T22:40:04.865Z | Checking aws-lc-sys v0.40.0 |
| 2479 | 2026-08-25T22:40:04.878Z | Checking thiserror v2.0.18 |
| 2480 | 2026-08-25T22:40:04.925Z | Checking atomic-waker v1.1.2 |
| 2481 | 2026-08-25T22:40:04.957Z | Checking try-lock v0.2.5 |
| 2482 | 2026-08-25T22:40:04.970Z | Checking colorchoice v1.0.4 |
| 2483 | 2026-08-25T22:40:04.983Z | Checking tower-layer v0.3.3 |
| 2484 | 2026-08-25T22:40:04.996Z | Checking tower-service v0.3.3 |
| 2485 | 2026-08-25T22:40:05.019Z | Checking untrusted v0.7.1 |
| 2486 | 2026-08-25T22:40:05.042Z | Checking anstyle-query v1.1.5 |
| 2487 | 2026-08-25T22:40:05.055Z | Checking is_terminal_polyfill v1.70.2 |
| 2488 | 2026-08-25T22:40:05.067Z | Checking want v0.3.1 |
| 2489 | 2026-08-25T22:40:05.080Z | Checking hybrid-array v0.4.13 |
| 2490 | 2026-08-25T22:40:05.128Z | Checking ipnet v2.12.0 |
| 2491 | 2026-08-25T22:40:05.128Z | Checking crc32fast v1.5.0 |
| 2492 | 2026-08-25T22:40:05.128Z | Checking httparse v1.10.1 |
| 2493 | 2026-08-25T22:40:05.162Z | Checking anstream v1.0.0 |
| 2494 | 2026-08-25T22:40:05.179Z | Checking wait-timeout v0.2.1 |
| 2495 | 2026-08-25T22:40:05.285Z | Checking aho-corasick v1.1.4 |
| 2496 | 2026-08-25T22:40:05.303Z | Checking quick-error v1.2.3 |
| 2497 | 2026-08-25T22:40:05.342Z | Checking httpdate v1.0.3 |
| 2498 | 2026-08-25T22:40:05.355Z | Checking plain v0.2.3 |
| 2499 | 2026-08-25T22:40:05.368Z | Checking aws-lc-rs v1.16.3 |
| 2500 | 2026-08-25T22:40:05.381Z | Checking tap v1.0.1 |
| 2501 | 2026-08-25T22:40:05.398Z | Checking foreign-types-shared v0.1.1 |
| 2502 | 2026-08-25T22:40:05.453Z | Checking bit-vec v0.8.0 |
| 2503 | 2026-08-25T22:40:05.478Z | Checking untrusted v0.9.0 |
| 2504 | 2026-08-25T22:40:05.490Z | Checking wyz v0.5.1 |
| 2505 | 2026-08-25T22:40:05.495Z | Checking foreign-types v0.3.2 |
| 2506 | 2026-08-25T22:40:05.555Z | Checking rusty-fork v0.3.1 |
| 2507 | 2026-08-25T22:40:05.589Z | Checking unicode-normalization v0.1.25 |
| 2508 | 2026-08-25T22:40:05.643Z | Checking bit-set v0.8.0 |
| 2509 | 2026-08-25T22:40:05.672Z | Checking rand_chacha v0.3.1 |
| 2510 | 2026-08-25T22:40:05.721Z | Checking rand_xorshift v0.4.0 |
| 2511 | 2026-08-25T22:40:05.765Z | Checking tokio-util v0.7.18 |
| 2512 | 2026-08-25T22:40:05.788Z | Checking signature v2.2.0 |
| 2513 | 2026-08-25T22:40:05.826Z | Checking radium v0.7.0 |
| 2514 | 2026-08-25T22:40:05.839Z | Checking hex v0.4.3 |
| 2515 | 2026-08-25T22:40:05.881Z | Checking openssl-sys v0.9.117 |
| 2516 | 2026-08-25T22:40:05.922Z | Checking num-integer v0.1.46 |
| 2517 | 2026-08-25T22:40:05.960Z | Checking regex-automata v0.4.14 |
| 2518 | 2026-08-25T22:40:05.990Z | Checking strsim v0.11.1 |
| 2519 | 2026-08-25T22:40:06.005Z | Checking unarray v0.1.4 |
| 2520 | 2026-08-25T22:40:06.058Z | Checking funty v2.0.0 |
| 2521 | 2026-08-25T22:40:06.104Z | Checking ucd-trie v0.1.7 |
| 2522 | 2026-08-25T22:40:06.145Z | Checking clap_lex v1.0.0 |
| 2523 | 2026-08-25T22:40:06.158Z | Checking unicode-ident v1.0.24 |
| 2524 | 2026-08-25T22:40:06.207Z | Checking rustls-webpki v0.103.13 |
| 2525 | 2026-08-25T22:40:06.237Z | Checking pest v2.8.6 |
| 2526 | 2026-08-25T22:40:06.250Z | Checking openssl v0.10.80 |
| 2527 | 2026-08-25T22:40:06.262Z | Checking proc-macro2 v1.0.106 |
| 2528 | 2026-08-25T22:40:06.294Z | Checking clap_builder v4.6.0 |
| 2529 | 2026-08-25T22:40:06.375Z | Checking bitvec v1.0.1 |
| 2530 | 2026-08-25T22:40:06.387Z | Checking h2 v0.4.15 |
| 2531 | 2026-08-25T22:40:06.567Z | Checking num-iter v0.1.45 |
| 2532 | 2026-08-25T22:40:06.620Z | Checking rustls v0.23.41 |
| 2533 | 2026-08-25T22:40:06.675Z | Checking proptest v1.11.0 |
| 2534 | 2026-08-25T22:40:07.284Z | Checking rand v0.8.6 |
| 2535 | 2026-08-25T22:40:07.502Z | Checking ipnetwork v0.21.1 |
| 2536 | 2026-08-25T22:40:07.677Z | Checking lazy_static v1.5.0 |
| 2537 | 2026-08-25T22:40:07.717Z | Checking hmac v0.12.1 |
| 2538 | 2026-08-25T22:40:07.732Z | Checking thiserror v1.0.69 |
| 2539 | 2026-08-25T22:40:07.764Z | Checking maybe-uninit v2.0.0 |
| 2540 | 2026-08-25T22:40:07.804Z | Checking serde_spanned v0.6.9 |
| 2541 | 2026-08-25T22:40:07.828Z | Checking toml_datetime v0.6.11 |
| 2542 | 2026-08-25T22:40:07.831Z | Checking sync_wrapper v1.0.2 |
| 2543 | 2026-08-25T22:40:07.856Z | Checking pretty-hex v0.4.1 |
| 2544 | 2026-08-25T22:40:07.926Z | Checking crc-catalog v2.4.0 |
| 2545 | 2026-08-25T22:40:07.939Z | Checking siphasher v1.0.2 |
| 2546 | 2026-08-25T22:40:07.967Z | Checking nodrop v0.1.14 |
| 2547 | 2026-08-25T22:40:08.010Z | Checking zlib-rs v0.6.2 |
| 2548 | 2026-08-25T22:40:08.022Z | Checking powerfmt v0.2.0 |
| 2549 | 2026-08-25T22:40:08.055Z | Checking array-init v0.0.4 |
| 2550 | 2026-08-25T22:40:08.093Z | Checking crc v3.4.0 |
| 2551 | 2026-08-25T22:40:08.169Z | Checking deranged v0.5.8 |
| 2552 | 2026-08-25T22:40:08.238Z | Checking native-tls v0.2.18 |
| 2553 | 2026-08-25T22:40:08.264Z | Checking tower v0.5.3 |
| 2554 | 2026-08-25T22:40:08.354Z | Checking smallvec v0.6.14 |
| 2555 | 2026-08-25T22:40:08.418Z | Checking num-bigint-dig v0.8.6 |
| 2556 | 2026-08-25T22:40:08.460Z | Checking newtype-uuid v1.3.2 |
| 2557 | 2026-08-25T22:40:08.546Z | Checking oxnet v0.1.6 |
| 2558 | 2026-08-25T22:40:08.648Z | Checking packed_struct v0.10.1 |
| 2559 | 2026-08-25T22:40:08.670Z | Checking clap v4.6.1 |
| 2560 | 2026-08-25T22:40:08.750Z | Checking quote v1.0.45 |
| 2561 | 2026-08-25T22:40:08.800Z | Checking http-body-util v0.1.3 |
| 2562 | 2026-08-25T22:40:08.857Z | Checking pkcs1 v0.7.5 |
| 2563 | 2026-08-25T22:40:08.885Z | Checking flate2 v1.1.9 |
| 2564 | 2026-08-25T22:40:08.917Z | Checking crossbeam-utils v0.8.21 |
| 2565 | 2026-08-25T22:40:09.018Z | Checking bitfield v0.19.4 |
| 2566 | 2026-08-25T22:40:09.067Z | Checking zerocopy v0.6.6 |
| 2567 | 2026-08-25T22:40:09.091Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2568 | 2026-08-25T22:40:09.183Z | Checking ahash v0.8.12 |
| 2569 | 2026-08-25T22:40:09.187Z | Checking hyper v1.10.1 |
| 2570 | 2026-08-25T22:40:09.209Z | Checking scroll v0.13.0 |
| 2571 | 2026-08-25T22:40:09.244Z | Checking env_filter v2.0.0 |
| 2572 | 2026-08-25T22:40:09.277Z | Checking num_threads v0.1.7 |
| 2573 | 2026-08-25T22:40:09.307Z | Checking num-conv v0.2.0 |
| 2574 | 2026-08-25T22:40:09.363Z | Checking iri-string v0.7.10 |
| 2575 | 2026-08-25T22:40:09.363Z | Checking allocator-api2 v0.2.21 |
| 2576 | 2026-08-25T22:40:09.387Z | Checking time-core v0.1.8 |
| 2577 | 2026-08-25T22:40:09.400Z | Checking unicode-bidi v0.3.18 |
| 2578 | 2026-08-25T22:40:09.421Z | Checking base64 v0.21.7 |
| 2579 | 2026-08-25T22:40:09.435Z | Checking winnow v0.5.40 |
| 2580 | 2026-08-25T22:40:09.526Z | Checking unicode-properties v0.1.4 |
| 2581 | 2026-08-25T22:40:09.653Z | Checking gimli v0.32.3 |
| 2582 | 2026-08-25T22:40:09.664Z | Checking hashbrown v0.12.3 |
| 2583 | 2026-08-25T22:40:09.698Z | Checking ryu v1.0.23 |
| 2584 | 2026-08-25T22:40:09.714Z | Checking stringprep v0.1.5 |
| 2585 | 2026-08-25T22:40:09.733Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2586 | 2026-08-25T22:40:09.832Z | Checking serde_urlencoded v0.7.1 |
| 2587 | 2026-08-25T22:40:09.864Z | Checking ron v0.8.1 |
| 2588 | 2026-08-25T22:40:10.037Z | Checking time v0.3.47 |
| 2589 | 2026-08-25T22:40:10.052Z | Checking indexmap v1.9.3 |
| 2590 | 2026-08-25T22:40:10.142Z | Checking hyper-util v0.1.20 |
| 2591 | 2026-08-25T22:40:10.365Z | Checking goblin v0.10.5 |
| 2592 | 2026-08-25T22:40:10.377Z | Checking env_logger v0.11.11 |
| 2593 | 2026-08-25T22:40:10.401Z | Checking tower-http v0.6.8 |
| 2594 | 2026-08-25T22:40:10.567Z | Checking hashbrown v0.13.2 |
| 2595 | 2026-08-25T22:40:10.584Z | Checking toml_edit v0.19.15 |
| 2596 | 2026-08-25T22:40:10.680Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2597 | 2026-08-25T22:40:10.836Z | Checking crossbeam-epoch v0.9.18 |
| 2598 | 2026-08-25T22:40:10.986Z | Checking rsa v0.9.10 |
| 2599 | 2026-08-25T22:40:11.058Z | Checking bzip2 v0.4.4 |
| 2600 | 2026-08-25T22:40:11.171Z | Checking syn v2.0.117 |
| 2601 | 2026-08-25T22:40:11.183Z | Checking addr2line v0.25.1 |
| 2602 | 2026-08-25T22:40:11.218Z | Checking daft v0.1.8 |
| 2603 | 2026-08-25T22:40:11.398Z | Checking serde-hex v0.1.0 |
| 2604 | 2026-08-25T22:40:11.436Z | Checking tokio-native-tls v0.3.1 |
| 2605 | 2026-08-25T22:40:11.462Z | Checking bstr v1.12.1 |
| 2606 | 2026-08-25T22:40:11.481Z | Checking crypto-common v0.2.2 |
| 2607 | 2026-08-25T22:40:11.592Z | Checking block-padding v0.4.2 |
| 2608 | 2026-08-25T22:40:11.605Z | Checking block-buffer v0.12.1 |
| 2609 | 2026-08-25T22:40:11.733Z | Checking rustls-native-certs v0.8.3 |
| 2610 | 2026-08-25T22:40:11.767Z | Checking x509-cert v0.2.5 |
| 2611 | 2026-08-25T22:40:11.855Z | Checking scroll v0.12.0 |
| 2612 | 2026-08-25T22:40:11.871Z | Checking object v0.37.3 |
| 2613 | 2026-08-25T22:40:12.075Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2614 | 2026-08-25T22:40:12.090Z | Checking md-5 v0.10.6 |
| 2615 | 2026-08-25T22:40:12.190Z | Checking hash32 v0.2.1 |
| 2616 | 2026-08-25T22:40:12.232Z | Checking encoding_rs v0.8.35 |
| 2617 | 2026-08-25T22:40:12.349Z | Checking psl-types v2.0.11 |
| 2618 | 2026-08-25T22:40:12.431Z | Checking rustc-demangle v0.1.27 |
| 2619 | 2026-08-25T22:40:12.467Z | Checking fallible-iterator v0.2.0 |
| 2620 | 2026-08-25T22:40:12.663Z | Checking mime v0.3.17 |
| 2621 | 2026-08-25T22:40:12.671Z | Checking crc-any v2.5.0 |
| 2622 | 2026-08-25T22:40:12.749Z | Checking either v1.15.0 |
| 2623 | 2026-08-25T22:40:12.764Z | Checking postgres-protocol v0.6.10 |
| 2624 | 2026-08-25T22:40:12.827Z | Checking dof v0.4.0 |
| 2625 | 2026-08-25T22:40:12.841Z | Checking publicsuffix v2.3.0 |
| 2626 | 2026-08-25T22:40:12.894Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2627 | 2026-08-25T22:40:12.937Z | Checking heapless v0.7.17 |
| 2628 | 2026-08-25T22:40:12.997Z | Checking zstd-safe v7.2.4 |
| 2629 | 2026-08-25T22:40:13.077Z | Checking goblin v0.8.2 |
| 2630 | 2026-08-25T22:40:13.161Z | Checking inout v0.2.2 |
| 2631 | 2026-08-25T22:40:13.161Z | Checking toml v0.7.8 |
| 2632 | 2026-08-25T22:40:13.315Z | Checking hyper-tls v0.6.0 |
| 2633 | 2026-08-25T22:40:13.349Z | Checking zip v0.6.6 |
| 2634 | 2026-08-25T22:40:13.423Z | Checking cookie v0.18.1 |
| 2635 | 2026-08-25T22:40:13.441Z | Checking object v0.30.4 |
| 2636 | 2026-08-25T22:40:13.483Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2637 | 2026-08-25T22:40:13.496Z | Checking tokio-rustls v0.26.4 |
| 2638 | 2026-08-25T22:40:13.641Z | Checking phf_shared v0.13.1 |
| 2639 | 2026-08-25T22:40:13.654Z | Checking dtrace-parser v0.3.0 |
| 2640 | 2026-08-25T22:40:13.669Z | Checking zerocopy v0.7.35 |
| 2641 | 2026-08-25T22:40:13.719Z | Checking pin-project v1.1.11 |
| 2642 | 2026-08-25T22:40:13.813Z | Checking signal-hook v0.3.18 |
| 2643 | 2026-08-25T22:40:13.834Z | Checking futures-executor v0.3.32 |
| 2644 | 2026-08-25T22:40:13.850Z | Checking erased-serde v0.3.31 |
| 2645 | 2026-08-25T22:40:13.888Z | Checking ff v0.13.1 |
| 2646 | 2026-08-25T22:40:13.980Z | Checking thread-id v5.1.0 |
| 2647 | 2026-08-25T22:40:14.002Z | Checking unicode-width v0.2.0 |
| 2648 | 2026-08-25T22:40:14.015Z | Checking foldhash v0.1.5 |
| 2649 | 2026-08-25T22:40:14.057Z | Checking smawk v0.3.2 |
| 2650 | 2026-08-25T22:40:14.149Z | Checking bumpalo v3.20.2 |
| 2651 | 2026-08-25T22:40:14.170Z | Checking jiff-core v0.1.0 |
| 2652 | 2026-08-25T22:40:14.185Z | Checking managed v0.8.0 |
| 2653 | 2026-08-25T22:40:14.202Z | Checking backtrace v0.3.76 |
| 2654 | 2026-08-25T22:40:14.248Z | Checking bitflags v1.3.2 |
| 2655 | 2026-08-25T22:40:14.260Z | Checking path-slash v0.1.5 |
| 2656 | 2026-08-25T22:40:14.320Z | Compiling rayon-core v1.13.0 |
| 2657 | 2026-08-25T22:40:14.351Z | Checking unicode-linebreak v0.1.5 |
| 2658 | 2026-08-25T22:40:14.362Z | Checking is_ci v1.2.0 |
| 2659 | 2026-08-25T22:40:14.376Z | Checking libbz2-rs-sys v0.2.2 |
| 2660 | 2026-08-25T22:40:14.457Z | Checking base16ct v0.2.0 |
| 2661 | 2026-08-25T22:40:14.496Z | Checking foldhash v0.2.0 |
| 2662 | 2026-08-25T22:40:14.509Z | Checking same-file v1.0.6 |
| 2663 | 2026-08-25T22:40:14.557Z | Checking textwrap v0.16.2 |
| 2664 | 2026-08-25T22:40:14.581Z | Checking sec1 v0.7.3 |
| 2665 | 2026-08-25T22:40:14.621Z | Checking walkdir v2.5.0 |
| 2666 | 2026-08-25T22:40:14.650Z | Checking hashbrown v0.16.1 |
| 2667 | 2026-08-25T22:40:14.759Z | Checking bzip2 v0.6.1 |
| 2668 | 2026-08-25T22:40:14.771Z | Checking backtrace-ext v0.2.1 |
| 2669 | 2026-08-25T22:40:14.784Z | Checking supports-color v3.0.2 |
| 2670 | 2026-08-25T22:40:14.810Z | Checking smoltcp v0.9.1 |
| 2671 | 2026-08-25T22:40:14.852Z | Checking jiff v0.2.34 |
| 2672 | 2026-08-25T22:40:14.871Z | Checking zopfli v0.8.3 |
| 2673 | 2026-08-25T22:40:14.914Z | Checking slog v2.8.2 |
| 2674 | 2026-08-25T22:40:14.927Z | Checking hashbrown v0.15.5 |
| 2675 | 2026-08-25T22:40:15.004Z | Checking dof v0.3.0 |
| 2676 | 2026-08-25T22:40:15.144Z | Checking usdt-impl v0.6.0 |
| 2677 | 2026-08-25T22:40:15.175Z | Checking group v0.13.0 |
| 2678 | 2026-08-25T22:40:15.194Z | Checking signal-hook-mio v0.2.5 |
| 2679 | 2026-08-25T22:40:15.290Z | Checking futures v0.3.32 |
| 2680 | 2026-08-25T22:40:15.303Z | Checking phf v0.13.1 |
| 2681 | 2026-08-25T22:40:15.320Z | Checking snafu v0.8.9 |
| 2682 | 2026-08-25T22:40:15.367Z | Checking hyper-rustls v0.27.7 |
| 2683 | 2026-08-25T22:40:15.388Z | Checking cookie_store v0.22.1 |
| 2684 | 2026-08-25T22:40:15.408Z | Checking reqwest v0.12.28 |
| 2685 | 2026-08-25T22:40:15.420Z | Checking cipher v0.5.2 |
| 2686 | 2026-08-25T22:40:15.445Z | Checking zstd v0.13.3 |
| 2687 | 2026-08-25T22:40:15.553Z | Checking postgres-types v0.2.12 |
| 2688 | 2026-08-25T22:40:15.556Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2689 | 2026-08-25T22:40:15.577Z | Checking rustls-platform-verifier v0.6.2 |
| 2690 | 2026-08-25T22:40:15.628Z | Checking globset v0.4.18 |
| 2691 | 2026-08-25T22:40:15.657Z | Checking crossbeam-deque v0.8.6 |
| 2692 | 2026-08-25T22:40:15.711Z | Checking phf_shared v0.11.3 |
| 2693 | 2026-08-25T22:40:15.724Z | Checking hkdf v0.12.4 |
| 2694 | 2026-08-25T22:40:15.834Z | Checking dtrace-parser v0.2.0 |
| 2695 | 2026-08-25T22:40:15.854Z | Checking regex v1.12.3 |
| 2696 | 2026-08-25T22:40:15.857Z | Checking byte-wrapper v0.1.0 |
| 2697 | 2026-08-25T22:40:15.878Z | Checking curve25519-dalek v4.1.3 |
| 2698 | 2026-08-25T22:40:15.881Z | Checking ref-cast v1.0.25 |
| 2699 | 2026-08-25T22:40:15.902Z | Checking strum v0.27.2 |
| 2700 | 2026-08-25T22:40:15.973Z | Checking olpc-cjson v0.1.4 |
| 2701 | 2026-08-25T22:40:16.009Z | Checking hubpack v0.1.2 |
| 2702 | 2026-08-25T22:40:16.063Z | Checking ed25519 v2.2.3 |
| 2703 | 2026-08-25T22:40:16.067Z | Checking memoffset v0.9.1 |
| 2704 | 2026-08-25T22:40:16.107Z | Checking rustix v0.38.44 |
| 2705 | 2026-08-25T22:40:16.130Z | Checking owo-colors v4.3.0 |
| 2706 | 2026-08-25T22:40:16.148Z | Checking pem v3.0.6 |
| 2707 | 2026-08-25T22:40:16.161Z | Checking crypto-bigint v0.5.5 |
| 2708 | 2026-08-25T22:40:16.174Z | Checking serde_plain v1.0.2 |
| 2709 | 2026-08-25T22:40:16.247Z | Checking serde-big-array v0.5.1 |
| 2710 | 2026-08-25T22:40:16.302Z | Checking float-cmp v0.10.0 |
| 2711 | 2026-08-25T22:40:16.316Z | Checking thread-id v4.2.2 |
| 2712 | 2026-08-25T22:40:16.379Z | Checking memmap2 v0.9.10 |
| 2713 | 2026-08-25T22:40:16.392Z | Checking fixedbitset v0.4.2 |
| 2714 | 2026-08-25T22:40:16.427Z | Checking const-oid v0.10.2 |
| 2715 | 2026-08-25T22:40:16.536Z | Checking difflib v0.4.0 |
| 2716 | 2026-08-25T22:40:16.538Z | Checking data-encoding v2.10.0 |
| 2717 | 2026-08-25T22:40:16.581Z | Checking winnow v1.0.3 |
| 2718 | 2026-08-25T22:40:16.676Z | Checking normalize-line-endings v0.3.0 |
| 2719 | 2026-08-25T22:40:16.689Z | Checking fixedbitset v0.5.7 |
| 2720 | 2026-08-25T22:40:16.715Z | Checking keccak v0.1.6 |
| 2721 | 2026-08-25T22:40:16.742Z | Checking winnow v0.7.14 |
| 2722 | 2026-08-25T22:40:16.763Z | Checking supports-unicode v3.0.0 |
| 2723 | 2026-08-25T22:40:16.815Z | Checking whoami v2.1.0 |
| 2724 | 2026-08-25T22:40:16.869Z | Checking precomputed-hash v0.1.1 |
| 2725 | 2026-08-25T22:40:16.882Z | Checking toml_write v0.1.2 |
| 2726 | 2026-08-25T22:40:16.885Z | Checking unicode-segmentation v1.12.0 |
| 2727 | 2026-08-25T22:40:16.905Z | Checking supports-hyperlinks v3.2.0 |
| 2728 | 2026-08-25T22:40:16.950Z | Checking static_assertions v1.1.0 |
| 2729 | 2026-08-25T22:40:17.008Z | Checking new_debug_unreachable v1.0.6 |
| 2730 | 2026-08-25T22:40:17.011Z | Checking typed-path v0.9.3 |
| 2731 | 2026-08-25T22:40:17.032Z | Checking cpufeatures v0.3.0 |
| 2732 | 2026-08-25T22:40:17.044Z | Checking unicode-width v0.1.14 |
| 2733 | 2026-08-25T22:40:17.064Z | Checking predicates-core v1.0.10 |
| 2734 | 2026-08-25T22:40:17.077Z | Checking string_cache v0.8.9 |
| 2735 | 2026-08-25T22:40:17.096Z | Checking chacha20 v0.10.0 |
| 2736 | 2026-08-25T22:40:17.186Z | Checking predicates v3.1.4 |
| 2737 | 2026-08-25T22:40:17.202Z | Checking similar v2.7.0 |
| 2738 | 2026-08-25T22:40:17.242Z | Checking elliptic-curve v0.13.8 |
| 2739 | 2026-08-25T22:40:17.283Z | Checking miette v7.6.0 |
| 2740 | 2026-08-25T22:40:17.351Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-08-25T22:40:17.431Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2742 | 2026-08-25T22:40:17.473Z | Checking tokio-postgres v0.7.16 |
| 2743 | 2026-08-25T22:40:17.549Z | Checking crossterm v0.28.1 |
| 2744 | 2026-08-25T22:40:17.583Z | Checking petgraph v0.8.3 |
| 2745 | 2026-08-25T22:40:17.757Z | Checking sha3 v0.10.8 |
| 2746 | 2026-08-25T22:40:17.776Z | Checking tough v0.22.0 |
| 2747 | 2026-08-25T22:40:17.792Z | Checking hickory-proto v0.25.2 |
| 2748 | 2026-08-25T22:40:17.921Z | Checking toml_edit v0.22.27 |
| 2749 | 2026-08-25T22:40:17.963Z | Checking zip v4.6.1 |
| 2750 | 2026-08-25T22:40:18.253Z | Checking ed25519-dalek v2.2.0 |
| 2751 | 2026-08-25T22:40:18.486Z | Checking digest v0.11.3 |
| 2752 | 2026-08-25T22:40:18.546Z | Checking petgraph v0.6.5 |
| 2753 | 2026-08-25T22:40:18.671Z | Checking usdt v0.6.0 |
| 2754 | 2026-08-25T22:40:18.739Z | Checking usdt-impl v0.5.0 |
| 2755 | 2026-08-25T22:40:18.843Z | Checking nix v0.31.2 |
| 2756 | 2026-08-25T22:40:18.990Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2757 | 2026-08-25T22:40:19.022Z | Checking iddqd v0.4.2 |
| 2758 | 2026-08-25T22:40:19.484Z | Checking reqwest v0.13.2 |
| 2759 | 2026-08-25T22:40:19.597Z | Checking oxide-generation v0.1.3 |
| 2760 | 2026-08-25T22:40:19.639Z | Checking itertools v0.15.0 |
| 2761 | 2026-08-25T22:40:19.807Z | Checking itertools v0.13.0 |
| 2762 | 2026-08-25T22:40:19.820Z | Checking strum v0.26.3 |
| 2763 | 2026-08-25T22:40:19.823Z | Checking serde_with v3.21.0 |
| 2764 | 2026-08-25T22:40:19.933Z | Checking fs-err v3.3.0 |
| 2765 | 2026-08-25T22:40:19.947Z | Checking tokio-stream v0.1.18 |
| 2766 | 2026-08-25T22:40:20.048Z | Checking buf-list v1.1.2 |
| 2767 | 2026-08-25T22:40:20.234Z | Checking camino v1.2.5 |
| 2768 | 2026-08-25T22:40:20.237Z | Checking anyhow v1.0.104 |
| 2769 | 2026-08-25T22:40:20.327Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2770 | 2026-08-25T22:40:20.330Z | Checking openapiv3 v2.2.0 |
| 2771 | 2026-08-25T22:40:20.442Z | Checking lalrpop-util v0.19.12 |
| 2772 | 2026-08-25T22:40:20.489Z | Checking peg-runtime v0.8.5 |
| 2773 | 2026-08-25T22:40:20.584Z | Checking rayon v1.11.0 |
| 2774 | 2026-08-25T22:40:20.597Z | Checking sigpipe v0.1.3 |
| 2775 | 2026-08-25T22:40:20.609Z | Checking glob v0.3.3 |
| 2776 | 2026-08-25T22:40:21.507Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2777 | 2026-08-25T22:40:21.861Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2778 | 2026-08-25T22:40:22.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.69s |
| 2779 | 2026-08-25T22:40:22.302Z | |
| 2780 | 2026-08-25T22:40:22.302Z | info: running `cargo check --bins` on internal-dns-types (80/377) |
| 2781 | 2026-08-25T22:40:22.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-08-25T22:40:22.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-08-25T22:40:22.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2026-08-25T22:40:22.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2785 | 2026-08-25T22:40:22.875Z | |
| 2786 | 2026-08-25T22:40:22.876Z | info: running `cargo check --bins` on internal-dns-types-versions (81/377) |
| 2787 | 2026-08-25T22:40:23.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2026-08-25T22:40:23.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2026-08-25T22:40:23.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2026-08-25T22:40:23.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2791 | 2026-08-25T22:40:23.457Z | |
| 2792 | 2026-08-25T22:40:23.457Z | info: running `cargo check --bins` on nexus-types-versions (82/377) |
| 2793 | 2026-08-25T22:40:23.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2026-08-25T22:40:23.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2026-08-25T22:40:23.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2026-08-25T22:40:23.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2797 | 2026-08-25T22:40:24.046Z | |
| 2798 | 2026-08-25T22:40:24.046Z | info: running `cargo check --bins` on oxql-types (83/377) |
| 2799 | 2026-08-25T22:40:24.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2026-08-25T22:40:24.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2026-08-25T22:40:24.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2026-08-25T22:40:24.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2803 | 2026-08-25T22:40:24.616Z | |
| 2804 | 2026-08-25T22:40:24.616Z | info: running `cargo check --bins` on oximeter-types (84/377) |
| 2805 | 2026-08-25T22:40:25.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2026-08-25T22:40:25.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2026-08-25T22:40:25.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2026-08-25T22:40:25.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2809 | 2026-08-25T22:40:25.184Z | |
| 2810 | 2026-08-25T22:40:25.184Z | info: running `cargo check --bins` on oximeter-types-versions (85/377) |
| 2811 | 2026-08-25T22:40:25.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2026-08-25T22:40:25.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2026-08-25T22:40:25.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2026-08-25T22:40:25.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2815 | 2026-08-25T22:40:25.756Z | |
| 2816 | 2026-08-25T22:40:25.756Z | info: running `cargo check --bins` on oximeter-macro-impl (86/377) |
| 2817 | 2026-08-25T22:40:26.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2026-08-25T22:40:26.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2026-08-25T22:40:26.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2820 | 2026-08-25T22:40:26.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 2821 | 2026-08-25T22:40:26.313Z | |
| 2822 | 2026-08-25T22:40:26.313Z | info: running `cargo check --bins --no-default-features` on omicron-generation-kinds (87/377) |
| 2823 | 2026-08-25T22:40:26.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2026-08-25T22:40:26.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2026-08-25T22:40:26.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2826 | 2026-08-25T22:40:26.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2827 | 2026-08-25T22:40:26.730Z | |
| 2828 | 2026-08-25T22:40:26.730Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (88/377) |
| 2829 | 2026-08-25T22:40:27.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2830 | 2026-08-25T22:40:27.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2831 | 2026-08-25T22:40:27.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2832 | 2026-08-25T22:40:27.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2833 | 2026-08-25T22:40:27.152Z | |
| 2834 | 2026-08-25T22:40:27.153Z | info: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (89/377) |
| 2835 | 2026-08-25T22:40:27.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2836 | 2026-08-25T22:40:27.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2837 | 2026-08-25T22:40:27.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2838 | 2026-08-25T22:40:27.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2839 | 2026-08-25T22:40:27.573Z | |
| 2840 | 2026-08-25T22:40:27.573Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (90/377) |
| 2841 | 2026-08-25T22:40:27.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2842 | 2026-08-25T22:40:27.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2843 | 2026-08-25T22:40:27.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2844 | 2026-08-25T22:40:27.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2845 | 2026-08-25T22:40:27.995Z | |
| 2846 | 2026-08-25T22:40:27.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (91/377) |
| 2847 | 2026-08-25T22:40:28.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2848 | 2026-08-25T22:40:28.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2849 | 2026-08-25T22:40:28.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2850 | 2026-08-25T22:40:28.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2851 | 2026-08-25T22:40:28.416Z | |
| 2852 | 2026-08-25T22:40:28.417Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (92/377) |
| 2853 | 2026-08-25T22:40:28.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2854 | 2026-08-25T22:40:28.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2855 | 2026-08-25T22:40:28.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2856 | 2026-08-25T22:40:28.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2857 | 2026-08-25T22:40:28.837Z | |
| 2858 | 2026-08-25T22:40:28.837Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (93/377) |
| 2859 | 2026-08-25T22:40:29.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2860 | 2026-08-25T22:40:29.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2861 | 2026-08-25T22:40:29.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2862 | 2026-08-25T22:40:29.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2863 | 2026-08-25T22:40:29.257Z | |
| 2864 | 2026-08-25T22:40:29.257Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (94/377) |
| 2865 | 2026-08-25T22:40:29.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2866 | 2026-08-25T22:40:29.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2867 | 2026-08-25T22:40:29.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2868 | 2026-08-25T22:40:29.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2869 | 2026-08-25T22:40:29.681Z | |
| 2870 | 2026-08-25T22:40:29.681Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (95/377) |
| 2871 | 2026-08-25T22:40:30.049Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2872 | 2026-08-25T22:40:30.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2873 | 2026-08-25T22:40:30.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2874 | 2026-08-25T22:40:30.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2875 | 2026-08-25T22:40:30.099Z | |
| 2876 | 2026-08-25T22:40:30.099Z | info: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (96/377) |
| 2877 | 2026-08-25T22:40:30.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2878 | 2026-08-25T22:40:30.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2879 | 2026-08-25T22:40:30.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2880 | 2026-08-25T22:40:30.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2881 | 2026-08-25T22:40:30.517Z | |
| 2882 | 2026-08-25T22:40:30.517Z | info: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (97/377) |
| 2883 | 2026-08-25T22:40:30.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2884 | 2026-08-25T22:40:30.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2885 | 2026-08-25T22:40:30.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2886 | 2026-08-25T22:40:30.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2887 | 2026-08-25T22:40:30.939Z | |
| 2888 | 2026-08-25T22:40:30.939Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (98/377) |
| 2889 | 2026-08-25T22:40:31.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2890 | 2026-08-25T22:40:31.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2891 | 2026-08-25T22:40:31.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2892 | 2026-08-25T22:40:31.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2893 | 2026-08-25T22:40:31.359Z | |
| 2894 | 2026-08-25T22:40:31.359Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (99/377) |
| 2895 | 2026-08-25T22:40:31.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2896 | 2026-08-25T22:40:31.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2897 | 2026-08-25T22:40:31.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2898 | 2026-08-25T22:40:31.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2899 | 2026-08-25T22:40:31.781Z | |
| 2900 | 2026-08-25T22:40:31.781Z | info: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (100/377) |
| 2901 | 2026-08-25T22:40:32.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2902 | 2026-08-25T22:40:32.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2903 | 2026-08-25T22:40:32.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2904 | 2026-08-25T22:40:32.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2905 | 2026-08-25T22:40:32.202Z | |
| 2906 | 2026-08-25T22:40:32.202Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (101/377) |
| 2907 | 2026-08-25T22:40:32.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2908 | 2026-08-25T22:40:32.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2909 | 2026-08-25T22:40:32.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2910 | 2026-08-25T22:40:32.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2911 | 2026-08-25T22:40:32.623Z | |
| 2912 | 2026-08-25T22:40:32.623Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (102/377) |
| 2913 | 2026-08-25T22:40:32.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2914 | 2026-08-25T22:40:32.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2915 | 2026-08-25T22:40:32.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2916 | 2026-08-25T22:40:32.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2917 | 2026-08-25T22:40:33.043Z | |
| 2918 | 2026-08-25T22:40:33.043Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (103/377) |
| 2919 | 2026-08-25T22:40:33.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2920 | 2026-08-25T22:40:33.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2921 | 2026-08-25T22:40:33.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2922 | 2026-08-25T22:40:33.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2923 | 2026-08-25T22:40:33.463Z | |
| 2924 | 2026-08-25T22:40:33.463Z | info: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (104/377) |
| 2925 | 2026-08-25T22:40:33.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2926 | 2026-08-25T22:40:33.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2927 | 2026-08-25T22:40:33.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2928 | 2026-08-25T22:40:33.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2929 | 2026-08-25T22:40:33.880Z | |
| 2930 | 2026-08-25T22:40:33.880Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (105/377) |
| 2931 | 2026-08-25T22:40:34.246Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2932 | 2026-08-25T22:40:34.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2933 | 2026-08-25T22:40:34.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2934 | 2026-08-25T22:40:34.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2935 | 2026-08-25T22:40:34.300Z | |
| 2936 | 2026-08-25T22:40:34.300Z | info: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (106/377) |
| 2937 | 2026-08-25T22:40:34.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2938 | 2026-08-25T22:40:34.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2939 | 2026-08-25T22:40:34.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2940 | 2026-08-25T22:40:34.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2941 | 2026-08-25T22:40:34.717Z | |
| 2942 | 2026-08-25T22:40:34.717Z | info: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (107/377) |
| 2943 | 2026-08-25T22:40:35.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2944 | 2026-08-25T22:40:35.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2945 | 2026-08-25T22:40:35.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2946 | 2026-08-25T22:40:35.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2947 | 2026-08-25T22:40:35.133Z | |
| 2948 | 2026-08-25T22:40:35.134Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (108/377) |
| 2949 | 2026-08-25T22:40:35.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2950 | 2026-08-25T22:40:35.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2951 | 2026-08-25T22:40:35.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2952 | 2026-08-25T22:40:35.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2953 | 2026-08-25T22:40:35.553Z | |
| 2954 | 2026-08-25T22:40:35.553Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (109/377) |
| 2955 | 2026-08-25T22:40:35.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2956 | 2026-08-25T22:40:35.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2957 | 2026-08-25T22:40:35.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2958 | 2026-08-25T22:40:35.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2959 | 2026-08-25T22:40:35.970Z | |
| 2960 | 2026-08-25T22:40:35.970Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (110/377) |
| 2961 | 2026-08-25T22:40:36.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2962 | 2026-08-25T22:40:36.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2963 | 2026-08-25T22:40:36.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2964 | 2026-08-25T22:40:36.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2965 | 2026-08-25T22:40:36.392Z | |
| 2966 | 2026-08-25T22:40:36.392Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (111/377) |
| 2967 | 2026-08-25T22:40:36.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2968 | 2026-08-25T22:40:36.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2969 | 2026-08-25T22:40:36.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2970 | 2026-08-25T22:40:36.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2971 | 2026-08-25T22:40:36.813Z | |
| 2972 | 2026-08-25T22:40:36.813Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (112/377) |
| 2973 | 2026-08-25T22:40:37.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2974 | 2026-08-25T22:40:37.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2975 | 2026-08-25T22:40:37.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2976 | 2026-08-25T22:40:37.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2977 | 2026-08-25T22:40:37.236Z | |
| 2978 | 2026-08-25T22:40:37.236Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (113/377) |
| 2979 | 2026-08-25T22:40:37.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2980 | 2026-08-25T22:40:37.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2981 | 2026-08-25T22:40:37.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2982 | 2026-08-25T22:40:37.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2983 | 2026-08-25T22:40:37.660Z | |
| 2984 | 2026-08-25T22:40:37.660Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (114/377) |
| 2985 | 2026-08-25T22:40:38.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2986 | 2026-08-25T22:40:38.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2987 | 2026-08-25T22:40:38.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2988 | 2026-08-25T22:40:38.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2989 | 2026-08-25T22:40:38.079Z | |
| 2990 | 2026-08-25T22:40:38.079Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (115/377) |
| 2991 | 2026-08-25T22:40:38.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2992 | 2026-08-25T22:40:38.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2993 | 2026-08-25T22:40:38.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2994 | 2026-08-25T22:40:38.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 2995 | 2026-08-25T22:40:38.500Z | |
| 2996 | 2026-08-25T22:40:38.500Z | info: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (116/377) |
| 2997 | 2026-08-25T22:40:38.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2998 | 2026-08-25T22:40:38.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2999 | 2026-08-25T22:40:38.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3000 | 2026-08-25T22:40:38.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3001 | 2026-08-25T22:40:38.920Z | |
| 3002 | 2026-08-25T22:40:38.920Z | info: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (117/377) |
| 3003 | 2026-08-25T22:40:39.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3004 | 2026-08-25T22:40:39.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3005 | 2026-08-25T22:40:39.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3006 | 2026-08-25T22:40:39.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3007 | 2026-08-25T22:40:39.348Z | |
| 3008 | 2026-08-25T22:40:39.348Z | info: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (118/377) |
| 3009 | 2026-08-25T22:40:39.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3010 | 2026-08-25T22:40:39.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3011 | 2026-08-25T22:40:39.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3012 | 2026-08-25T22:40:39.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3013 | 2026-08-25T22:40:39.764Z | |
| 3014 | 2026-08-25T22:40:39.764Z | info: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (119/377) |
| 3015 | 2026-08-25T22:40:40.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3016 | 2026-08-25T22:40:40.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3017 | 2026-08-25T22:40:40.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3018 | 2026-08-25T22:40:40.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3019 | 2026-08-25T22:40:40.185Z | |
| 3020 | 2026-08-25T22:40:40.185Z | info: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (120/377) |
| 3021 | 2026-08-25T22:40:40.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3022 | 2026-08-25T22:40:40.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3023 | 2026-08-25T22:40:40.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3024 | 2026-08-25T22:40:40.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3025 | 2026-08-25T22:40:40.603Z | |
| 3026 | 2026-08-25T22:40:40.603Z | info: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (121/377) |
| 3027 | 2026-08-25T22:40:40.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3028 | 2026-08-25T22:40:40.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3029 | 2026-08-25T22:40:40.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3030 | 2026-08-25T22:40:40.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3031 | 2026-08-25T22:40:41.020Z | |
| 3032 | 2026-08-25T22:40:41.020Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (122/377) |
| 3033 | 2026-08-25T22:40:41.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2026-08-25T22:40:41.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2026-08-25T22:40:41.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2026-08-25T22:40:41.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3037 | 2026-08-25T22:40:41.442Z | |
| 3038 | 2026-08-25T22:40:41.442Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (123/377) |
| 3039 | 2026-08-25T22:40:41.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2026-08-25T22:40:41.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2026-08-25T22:40:41.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2026-08-25T22:40:41.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3043 | 2026-08-25T22:40:41.864Z | |
| 3044 | 2026-08-25T22:40:41.864Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (124/377) |
| 3045 | 2026-08-25T22:40:42.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2026-08-25T22:40:42.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2026-08-25T22:40:42.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2026-08-25T22:40:42.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3049 | 2026-08-25T22:40:42.284Z | |
| 3050 | 2026-08-25T22:40:42.284Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (125/377) |
| 3051 | 2026-08-25T22:40:42.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2026-08-25T22:40:42.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2026-08-25T22:40:42.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3054 | 2026-08-25T22:40:42.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3055 | 2026-08-25T22:40:42.704Z | |
| 3056 | 2026-08-25T22:40:42.704Z | info: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (126/377) |
| 3057 | 2026-08-25T22:40:43.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3058 | 2026-08-25T22:40:43.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3059 | 2026-08-25T22:40:43.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3060 | 2026-08-25T22:40:43.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 3061 | 2026-08-25T22:40:43.123Z | |
| 3062 | 2026-08-25T22:40:43.123Z | info: running `cargo check --bins --no-default-features` on oximeter-db (127/377) |
| 3063 | 2026-08-25T22:40:43.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2026-08-25T22:40:43.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2026-08-25T22:40:43.803Z | Compiling multer v3.1.0 |
| 3066 | 2026-08-25T22:40:43.916Z | Compiling async-stream-impl v0.3.6 |
| 3067 | 2026-08-25T22:40:43.920Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3068 | 2026-08-25T22:40:43.934Z | Compiling dropshot v0.17.1 |
| 3069 | 2026-08-25T22:40:43.946Z | Compiling parse-display-derive v0.10.0 |
| 3070 | 2026-08-25T22:40:43.957Z | Compiling dropshot_endpoint v0.17.1 |
| 3071 | 2026-08-25T22:40:43.960Z | Compiling newtype-uuid-macros v0.1.0 |
| 3072 | 2026-08-25T22:40:43.991Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3073 | 2026-08-25T22:40:44.166Z | Checking thread_local v1.1.9 |
| 3074 | 2026-08-25T22:40:44.166Z | Checking match_cfg v0.1.0 |
| 3075 | 2026-08-25T22:40:44.262Z | Checking compression-core v0.4.31 |
| 3076 | 2026-08-25T22:40:44.300Z | Checking hostname v0.3.1 |
| 3077 | 2026-08-25T22:40:44.347Z | Checking crossbeam-channel v0.5.15 |
| 3078 | 2026-08-25T22:40:44.386Z | Checking compression-codecs v0.4.37 |
| 3079 | 2026-08-25T22:40:44.400Z | Checking atomicwrites v0.4.4 |
| 3080 | 2026-08-25T22:40:44.417Z | Checking slog-json v2.6.1 |
| 3081 | 2026-08-25T22:40:44.491Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 3082 | 2026-08-25T22:40:44.522Z | Checking serde_spanned v1.1.1 |
| 3083 | 2026-08-25T22:40:44.553Z | Checking is-terminal v0.4.17 |
| 3084 | 2026-08-25T22:40:44.574Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 3085 | 2026-08-25T22:40:44.647Z | Checking take_mut v0.2.2 |
| 3086 | 2026-08-25T22:40:44.663Z | Checking debug-ignore v1.0.5 |
| 3087 | 2026-08-25T22:40:44.674Z | Checking term v1.2.1 |
| 3088 | 2026-08-25T22:40:44.690Z | Checking slog-bunyan v2.5.0 |
| 3089 | 2026-08-25T22:40:44.722Z | Checking async-compression v0.4.41 |
| 3090 | 2026-08-25T22:40:44.747Z | Checking slog-async v2.8.0 |
| 3091 | 2026-08-25T22:40:44.750Z | Checking async-stream v0.3.6 |
| 3092 | 2026-08-25T22:40:44.750Z | Checking toml v1.1.2+spec-1.1.0 |
| 3093 | 2026-08-25T22:40:44.799Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3094 | 2026-08-25T22:40:44.892Z | Checking slog-term v2.9.2 |
| 3095 | 2026-08-25T22:40:44.906Z | Checking progenitor-client v0.14.0 |
| 3096 | 2026-08-25T22:40:44.919Z | Checking sha1 v0.11.0 |
| 3097 | 2026-08-25T22:40:44.966Z | Checking waitgroup v0.1.2 |
| 3098 | 2026-08-25T22:40:45.067Z | Checking rustls-pemfile v2.2.0 |
| 3099 | 2026-08-25T22:40:45.107Z | Checking backon v1.6.0 |
| 3100 | 2026-08-25T22:40:45.135Z | Checking serde_path_to_error v0.1.20 |
| 3101 | 2026-08-25T22:40:45.147Z | Checking hostname v0.4.2 |
| 3102 | 2026-08-25T22:40:45.150Z | Checking instant v0.1.13 |
| 3103 | 2026-08-25T22:40:45.260Z | Checking backoff v0.4.0 |
| 3104 | 2026-08-25T22:40:45.270Z | Checking progenitor-extras v0.2.0 |
| 3105 | 2026-08-25T22:40:45.365Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3106 | 2026-08-25T22:40:45.408Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3107 | 2026-08-25T22:40:45.429Z | Checking regress v0.10.5 |
| 3108 | 2026-08-25T22:40:45.442Z | Checking itertools v0.14.0 |
| 3109 | 2026-08-25T22:40:45.575Z | Checking macaddr v1.0.1 |
| 3110 | 2026-08-25T22:40:45.608Z | Checking parse-display v0.10.0 |
| 3111 | 2026-08-25T22:40:45.753Z | Checking humantime v2.3.0 |
| 3112 | 2026-08-25T22:40:46.552Z | Compiling prettyplease v0.2.37 |
| 3113 | 2026-08-25T22:40:46.837Z | Checking num-rational v0.4.2 |
| 3114 | 2026-08-25T22:40:47.108Z | Checking num-complex v0.4.6 |
| 3115 | 2026-08-25T22:40:47.582Z | Compiling num v0.4.3 |
| 3116 | 2026-08-25T22:40:47.641Z | Compiling usdt-macro v0.5.0 |
| 3117 | 2026-08-25T22:40:47.658Z | Compiling usdt-attr-macro v0.5.0 |
| 3118 | 2026-08-25T22:40:47.671Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3119 | 2026-08-25T22:40:47.688Z | Checking memmap v0.7.0 |
| 3120 | 2026-08-25T22:40:47.701Z | Checking float-ord v0.3.2 |
| 3121 | 2026-08-25T22:40:47.819Z | Compiling convert_case v0.4.0 |
| 3122 | 2026-08-25T22:40:48.179Z | Compiling derive_more v0.99.20 |
| 3123 | 2026-08-25T22:40:48.212Z | Checking newline-converter v0.3.0 |
| 3124 | 2026-08-25T22:40:48.325Z | Checking console v0.15.11 |
| 3125 | 2026-08-25T22:40:48.372Z | Compiling toml v0.8.23 |
| 3126 | 2026-08-25T22:40:48.442Z | Checking usdt v0.5.0 |
| 3127 | 2026-08-25T22:40:48.602Z | Checking linked-hash-map v0.5.6 |
| 3128 | 2026-08-25T22:40:48.618Z | Compiling minimal-lexical v0.2.1 |
| 3129 | 2026-08-25T22:40:48.772Z | Checking lru-cache v0.1.2 |
| 3130 | 2026-08-25T22:40:48.871Z | Compiling nom v7.1.3 |
| 3131 | 2026-08-25T22:40:48.894Z | Checking expectorate v1.2.0 |
| 3132 | 2026-08-25T22:40:49.043Z | Checking camino-tempfile v1.4.1 |
| 3133 | 2026-08-25T22:40:49.247Z | Checking hickory-proto v0.24.4 |
| 3134 | 2026-08-25T22:40:49.363Z | Checking phf_shared v0.12.1 |
| 3135 | 2026-08-25T22:40:49.504Z | Compiling slog-dtrace v0.3.0 |
| 3136 | 2026-08-25T22:40:49.554Z | Compiling chrono-tz v0.10.4 |
| 3137 | 2026-08-25T22:40:49.735Z | Checking resolv-conf v0.7.6 |
| 3138 | 2026-08-25T22:40:49.928Z | Compiling unicode-xid v0.2.6 |
| 3139 | 2026-08-25T22:40:49.961Z | Checking heck v0.5.0 |
| 3140 | 2026-08-25T22:40:50.058Z | Compiling const_format_proc_macros v0.2.34 |
| 3141 | 2026-08-25T22:40:50.161Z | Checking phf v0.12.1 |
| 3142 | 2026-08-25T22:40:50.281Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3143 | 2026-08-25T22:40:50.315Z | Checking tokio-dtrace v0.1.1 |
| 3144 | 2026-08-25T22:40:50.496Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3145 | 2026-08-25T22:40:50.511Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3146 | 2026-08-25T22:40:50.750Z | Compiling derive-where v1.6.0 |
| 3147 | 2026-08-25T22:40:50.794Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3148 | 2026-08-25T22:40:51.030Z | Checking highway v1.3.0 |
| 3149 | 2026-08-25T22:40:51.098Z | Checking hickory-resolver v0.24.4 |
| 3150 | 2026-08-25T22:40:51.262Z | Checking const_format v0.2.35 |
| 3151 | 2026-08-25T22:40:51.525Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3152 | 2026-08-25T22:40:51.870Z | Checking oxide-tokio-rt v0.1.4 |
| 3153 | 2026-08-25T22:40:52.043Z | Checking qorb v0.4.1 |
| 3154 | 2026-08-25T22:40:52.069Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3155 | 2026-08-25T22:40:52.142Z | Checking gethostname v0.5.0 |
| 3156 | 2026-08-25T22:40:52.217Z | Checking bcs v0.1.6 |
| 3157 | 2026-08-25T22:40:52.231Z | Checking termtree v0.5.1 |
| 3158 | 2026-08-25T22:40:52.309Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3159 | 2026-08-25T22:40:52.375Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3160 | 2026-08-25T22:40:52.375Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3161 | 2026-08-25T22:40:55.385Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3162 | 2026-08-25T22:40:58.446Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3163 | 2026-08-25T22:41:00.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.58s |
| 3164 | 2026-08-25T22:41:00.902Z | |
| 3165 | 2026-08-25T22:41:00.902Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/377) |
| 3166 | 2026-08-25T22:41:01.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-08-25T22:41:01.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-08-25T22:41:01.600Z | Compiling ar_archive_writer v0.5.1 |
| 3169 | 2026-08-25T22:41:01.715Z | Compiling stacker v0.1.23 |
| 3170 | 2026-08-25T22:41:01.776Z | Compiling cfg_aliases v0.1.1 |
| 3171 | 2026-08-25T22:41:01.776Z | Compiling convert_case v0.10.0 |
| 3172 | 2026-08-25T22:41:01.776Z | Compiling proc-macro-error v1.0.4 |
| 3173 | 2026-08-25T22:41:01.776Z | Checking fd-lock v4.0.4 |
| 3174 | 2026-08-25T22:41:01.776Z | Checking nibble_vec v0.1.0 |
| 3175 | 2026-08-25T22:41:01.776Z | Checking vte v0.14.1 |
| 3176 | 2026-08-25T22:41:01.788Z | Compiling nix v0.28.0 |
| 3177 | 2026-08-25T22:41:01.837Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 3178 | 2026-08-25T22:41:01.875Z | Checking endian-type v0.1.2 |
| 3179 | 2026-08-25T22:41:01.904Z | Checking bytecount v0.6.9 |
| 3180 | 2026-08-25T22:41:01.973Z | Checking strip-ansi-escapes v0.2.1 |
| 3181 | 2026-08-25T22:41:02.043Z | Checking papergrid v0.11.0 |
| 3182 | 2026-08-25T22:41:02.043Z | Checking radix_trie v0.2.1 |
| 3183 | 2026-08-25T22:41:02.043Z | Compiling derive_more-impl v2.1.1 |
| 3184 | 2026-08-25T22:41:02.108Z | Compiling tabled_derive v0.7.0 |
| 3185 | 2026-08-25T22:41:02.108Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3186 | 2026-08-25T22:41:02.205Z | Compiling peg-macros v0.8.5 |
| 3187 | 2026-08-25T22:41:02.260Z | Compiling sqlparser_derive v0.5.0 |
| 3188 | 2026-08-25T22:41:02.514Z | Compiling psm v0.1.30 |
| 3189 | 2026-08-25T22:41:02.536Z | Checking winnow v0.6.26 |
| 3190 | 2026-08-25T22:41:02.594Z | Checking home v0.5.12 |
| 3191 | 2026-08-25T22:41:02.735Z | Checking unicode_categories v0.1.1 |
| 3192 | 2026-08-25T22:41:02.802Z | Checking derive_more v2.1.1 |
| 3193 | 2026-08-25T22:41:02.862Z | Checking nu-ansi-term v0.50.3 |
| 3194 | 2026-08-25T22:41:02.910Z | Checking crossterm v0.29.0 |
| 3195 | 2026-08-25T22:41:02.970Z | Checking tabled v0.15.0 |
| 3196 | 2026-08-25T22:41:03.038Z | Checking rustyline v14.0.0 |
| 3197 | 2026-08-25T22:41:03.069Z | Checking display-error-chain v0.2.2 |
| 3198 | 2026-08-25T22:41:03.132Z | Checking reedline v0.40.0 |
| 3199 | 2026-08-25T22:41:03.275Z | Checking recursive v0.1.1 |
| 3200 | 2026-08-25T22:41:03.368Z | Checking sqlparser v0.61.0 |
| 3201 | 2026-08-25T22:41:03.461Z | Checking peg v0.8.5 |
| 3202 | 2026-08-25T22:41:03.633Z | Checking sqlformat v0.3.5 |
| 3203 | 2026-08-25T22:41:14.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s |
| 3204 | 2026-08-25T22:41:14.808Z | |
| 3205 | 2026-08-25T22:41:14.808Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/377) |
| 3206 | 2026-08-25T22:41:15.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2026-08-25T22:41:15.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2026-08-25T22:41:15.479Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3209 | 2026-08-25T22:41:18.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3210 | 2026-08-25T22:41:19.172Z | |
| 3211 | 2026-08-25T22:41:19.172Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/377) |
| 3212 | 2026-08-25T22:41:19.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2026-08-25T22:41:19.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2026-08-25T22:41:19.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3215 | 2026-08-25T22:41:22.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3216 | 2026-08-25T22:41:22.555Z | |
| 3217 | 2026-08-25T22:41:22.555Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/377) |
| 3218 | 2026-08-25T22:41:23.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3219 | 2026-08-25T22:41:23.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3220 | 2026-08-25T22:41:23.237Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3221 | 2026-08-25T22:41:26.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3222 | 2026-08-25T22:41:26.745Z | |
| 3223 | 2026-08-25T22:41:26.745Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/377) |
| 3224 | 2026-08-25T22:41:27.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3225 | 2026-08-25T22:41:27.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3226 | 2026-08-25T22:41:27.421Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3227 | 2026-08-25T22:41:30.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 3228 | 2026-08-25T22:41:30.967Z | |
| 3229 | 2026-08-25T22:41:30.967Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/377) |
| 3230 | 2026-08-25T22:41:31.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3231 | 2026-08-25T22:41:31.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3232 | 2026-08-25T22:41:31.640Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-08-25T22:41:34.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
| 3234 | 2026-08-25T22:41:34.498Z | |
| 3235 | 2026-08-25T22:41:34.498Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/377) |
| 3236 | 2026-08-25T22:41:35.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3237 | 2026-08-25T22:41:35.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3238 | 2026-08-25T22:41:35.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3239 | 2026-08-25T22:41:37.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s |
| 3240 | 2026-08-25T22:41:38.076Z | |
| 3241 | 2026-08-25T22:41:38.076Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/377) |
| 3242 | 2026-08-25T22:41:38.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3243 | 2026-08-25T22:41:38.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3244 | 2026-08-25T22:41:38.755Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3245 | 2026-08-25T22:41:42.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3246 | 2026-08-25T22:41:42.456Z | |
| 3247 | 2026-08-25T22:41:42.456Z | info: running `cargo check --bins` on oximeter (136/377) |
| 3248 | 2026-08-25T22:41:42.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2026-08-25T22:41:42.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2026-08-25T22:41:42.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3251 | 2026-08-25T22:41:42.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3252 | 2026-08-25T22:41:43.030Z | |
| 3253 | 2026-08-25T22:41:43.031Z | info: running `cargo check --bins` on oximeter-schema (137/377) |
| 3254 | 2026-08-25T22:41:43.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3255 | 2026-08-25T22:41:43.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3256 | 2026-08-25T22:41:43.659Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3257 | 2026-08-25T22:41:44.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
| 3258 | 2026-08-25T22:41:44.206Z | |
| 3259 | 2026-08-25T22:41:44.206Z | info: running `cargo check --bins` on oximeter-timeseries-macro (138/377) |
| 3260 | 2026-08-25T22:41:44.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3261 | 2026-08-25T22:41:44.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3262 | 2026-08-25T22:41:44.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3263 | 2026-08-25T22:41:44.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3264 | 2026-08-25T22:41:44.782Z | |
| 3265 | 2026-08-25T22:41:44.782Z | info: running `cargo check --bins` on oximeter-test-utils (139/377) |
| 3266 | 2026-08-25T22:41:45.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3267 | 2026-08-25T22:41:45.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3268 | 2026-08-25T22:41:45.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3269 | 2026-08-25T22:41:45.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3270 | 2026-08-25T22:41:45.396Z | |
| 3271 | 2026-08-25T22:41:45.396Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/377) |
| 3272 | 2026-08-25T22:41:45.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3273 | 2026-08-25T22:41:45.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3274 | 2026-08-25T22:41:45.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3275 | 2026-08-25T22:41:45.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3276 | 2026-08-25T22:41:45.980Z | |
| 3277 | 2026-08-25T22:41:45.980Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/377) |
| 3278 | 2026-08-25T22:41:46.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3279 | 2026-08-25T22:41:46.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3280 | 2026-08-25T22:41:46.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3281 | 2026-08-25T22:41:46.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3282 | 2026-08-25T22:41:46.566Z | |
| 3283 | 2026-08-25T22:41:46.566Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/377) |
| 3284 | 2026-08-25T22:41:47.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3285 | 2026-08-25T22:41:47.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3286 | 2026-08-25T22:41:47.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3287 | 2026-08-25T22:41:47.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3288 | 2026-08-25T22:41:47.153Z | |
| 3289 | 2026-08-25T22:41:47.153Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/377) |
| 3290 | 2026-08-25T22:41:47.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3291 | 2026-08-25T22:41:47.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3292 | 2026-08-25T22:41:47.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3293 | 2026-08-25T22:41:47.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3294 | 2026-08-25T22:41:47.734Z | |
| 3295 | 2026-08-25T22:41:47.734Z | info: running `cargo check --bins` on trust-quorum-test-utils (144/377) |
| 3296 | 2026-08-25T22:41:48.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3297 | 2026-08-25T22:41:48.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3298 | 2026-08-25T22:41:48.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3299 | 2026-08-25T22:41:48.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3300 | 2026-08-25T22:41:48.310Z | |
| 3301 | 2026-08-25T22:41:48.310Z | info: running `cargo check --bins` on reconfigurator-cli (145/377) |
| 3302 | 2026-08-25T22:41:48.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3303 | 2026-08-25T22:41:48.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3304 | 2026-08-25T22:41:49.134Z | Compiling crucible-workspace-hack v0.1.0 |
| 3305 | 2026-08-25T22:41:49.134Z | Compiling regress v0.11.1 |
| 3306 | 2026-08-25T22:41:49.134Z | Checking secrecy v0.10.3 |
| 3307 | 2026-08-25T22:41:49.137Z | Checking half v2.7.1 |
| 3308 | 2026-08-25T22:41:49.137Z | Checking ciborium-io v0.2.2 |
| 3309 | 2026-08-25T22:41:49.137Z | Checking inout v0.1.4 |
| 3310 | 2026-08-25T22:41:49.137Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3311 | 2026-08-25T22:41:49.137Z | Checking universal-hash v0.5.1 |
| 3312 | 2026-08-25T22:41:49.340Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3313 | 2026-08-25T22:41:49.367Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3314 | 2026-08-25T22:41:49.404Z | Checking cipher v0.4.4 |
| 3315 | 2026-08-25T22:41:49.407Z | Checking opaque-debug v0.3.1 |
| 3316 | 2026-08-25T22:41:49.486Z | Checking poly1305 v0.8.0 |
| 3317 | 2026-08-25T22:41:49.522Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3318 | 2026-08-25T22:41:49.547Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3319 | 2026-08-25T22:41:49.576Z | Checking ciborium-ll v0.2.2 |
| 3320 | 2026-08-25T22:41:49.607Z | Checking chacha20 v0.9.1 |
| 3321 | 2026-08-25T22:41:49.745Z | Checking ciborium v0.2.2 |
| 3322 | 2026-08-25T22:41:49.748Z | Checking password-hash v0.5.0 |
| 3323 | 2026-08-25T22:41:49.807Z | Checking blake2 v0.10.6 |
| 3324 | 2026-08-25T22:41:49.823Z | Checking aead v0.5.2 |
| 3325 | 2026-08-25T22:41:49.908Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3326 | 2026-08-25T22:41:49.969Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3327 | 2026-08-25T22:41:49.984Z | Checking indent_write v2.2.0 |
| 3328 | 2026-08-25T22:41:50.048Z | Checking argon2 v0.5.3 |
| 3329 | 2026-08-25T22:41:50.114Z | Checking chacha20poly1305 v0.10.1 |
| 3330 | 2026-08-25T22:41:50.172Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3331 | 2026-08-25T22:41:50.213Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3332 | 2026-08-25T22:41:50.248Z | Compiling unsafe-libyaml v0.2.11 |
| 3333 | 2026-08-25T22:41:50.400Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3334 | 2026-08-25T22:41:50.521Z | Checking thiserror-no-std v2.0.2 |
| 3335 | 2026-08-25T22:41:50.610Z | Checking vsss-rs v3.3.4 |
| 3336 | 2026-08-25T22:41:50.628Z | Compiling heapless v0.8.0 |
| 3337 | 2026-08-25T22:41:50.842Z | Compiling typify-impl v0.6.2 |
| 3338 | 2026-08-25T22:41:50.911Z | Compiling serde_yaml v0.9.34+deprecated |
| 3339 | 2026-08-25T22:41:50.991Z | Compiling proc-macro-crate v3.4.0 |
| 3340 | 2026-08-25T22:41:51.384Z | Compiling ingot-macros v0.2.0 |
| 3341 | 2026-08-25T22:41:51.524Z | Compiling num_enum_derive v0.7.6 |
| 3342 | 2026-08-25T22:41:51.562Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3343 | 2026-08-25T22:41:51.658Z | Checking hash32 v0.3.1 |
| 3344 | 2026-08-25T22:41:51.708Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3345 | 2026-08-25T22:41:51.791Z | Compiling smoltcp v0.11.0 |
| 3346 | 2026-08-25T22:41:52.135Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3347 | 2026-08-25T22:41:52.328Z | Checking tabwriter v1.4.1 |
| 3348 | 2026-08-25T22:41:52.366Z | Checking cobs v0.3.0 |
| 3349 | 2026-08-25T22:41:52.459Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3350 | 2026-08-25T22:41:52.482Z | Checking swrite v0.1.0 |
| 3351 | 2026-08-25T22:41:52.518Z | Checking postcard v1.1.3 |
| 3352 | 2026-08-25T22:41:52.559Z | Checking num_enum v0.7.6 |
| 3353 | 2026-08-25T22:41:52.592Z | Compiling proc-macro-crate v1.3.1 |
| 3354 | 2026-08-25T22:41:52.661Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3355 | 2026-08-25T22:41:52.677Z | Compiling foreign-types-macros v0.2.3 |
| 3356 | 2026-08-25T22:41:52.813Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3357 | 2026-08-25T22:41:52.829Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3358 | 2026-08-25T22:41:52.869Z | Checking colored v3.1.1 |
| 3359 | 2026-08-25T22:41:52.996Z | Checking foreign-types-shared v0.3.1 |
| 3360 | 2026-08-25T22:41:53.059Z | Compiling num_enum_derive v0.5.11 |
| 3361 | 2026-08-25T22:41:53.182Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3362 | 2026-08-25T22:41:53.200Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3363 | 2026-08-25T22:41:53.260Z | Checking foreign-types v0.5.0 |
| 3364 | 2026-08-25T22:41:53.344Z | Checking cstr-argument v0.1.2 |
| 3365 | 2026-08-25T22:41:53.477Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3366 | 2026-08-25T22:41:53.619Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3367 | 2026-08-25T22:41:53.651Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3368 | 2026-08-25T22:41:53.686Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3369 | 2026-08-25T22:41:53.728Z | Checking rand v0.10.1 |
| 3370 | 2026-08-25T22:41:53.743Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3371 | 2026-08-25T22:41:53.819Z | Compiling zone_cfg_derive v0.3.1 |
| 3372 | 2026-08-25T22:41:53.855Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3373 | 2026-08-25T22:41:53.977Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3374 | 2026-08-25T22:41:54.066Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3375 | 2026-08-25T22:41:54.084Z | Checking num_enum v0.5.11 |
| 3376 | 2026-08-25T22:41:54.237Z | Checking ingot-types v0.2.0 |
| 3377 | 2026-08-25T22:41:54.265Z | Checking itertools v0.12.1 |
| 3378 | 2026-08-25T22:41:54.269Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3379 | 2026-08-25T22:41:54.457Z | Compiling num-derive v0.4.2 |
| 3380 | 2026-08-25T22:41:54.515Z | Compiling semver v0.1.20 |
| 3381 | 2026-08-25T22:41:54.609Z | Checking ingot v0.2.1 |
| 3382 | 2026-08-25T22:41:54.812Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3383 | 2026-08-25T22:41:55.022Z | Compiling rustc_version v0.1.7 |
| 3384 | 2026-08-25T22:41:55.254Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3385 | 2026-08-25T22:41:55.271Z | Checking smf v0.2.3 |
| 3386 | 2026-08-25T22:41:55.312Z | Checking zone v0.3.1 |
| 3387 | 2026-08-25T22:41:55.388Z | Compiling typify-macro v0.6.2 |
| 3388 | 2026-08-25T22:41:55.412Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3389 | 2026-08-25T22:41:55.427Z | Checking csv-core v0.1.13 |
| 3390 | 2026-08-25T22:41:55.507Z | Checking nom v8.0.0 |
| 3391 | 2026-08-25T22:41:55.601Z | Checking whoami v1.6.1 |
| 3392 | 2026-08-25T22:41:55.620Z | Checking csv v1.4.0 |
| 3393 | 2026-08-25T22:41:55.635Z | Compiling newtype_derive v0.1.6 |
| 3394 | 2026-08-25T22:41:55.675Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3395 | 2026-08-25T22:41:55.779Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3396 | 2026-08-25T22:41:55.806Z | Compiling cancel-safe-futures v0.1.5 |
| 3397 | 2026-08-25T22:41:55.873Z | Compiling serde_tokenstream v0.3.0 |
| 3398 | 2026-08-25T22:41:55.985Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3399 | 2026-08-25T22:41:56.035Z | Compiling libefi-sys v0.1.0 |
| 3400 | 2026-08-25T22:41:56.194Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3401 | 2026-08-25T22:41:56.241Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3402 | 2026-08-25T22:41:56.245Z | Compiling oxide-generation-macros v0.2.0 |
| 3403 | 2026-08-25T22:41:56.343Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3404 | 2026-08-25T22:41:56.406Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3405 | 2026-08-25T22:41:56.581Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3406 | 2026-08-25T22:41:56.597Z | Checking oxide-update-engine-types v0.1.2 |
| 3407 | 2026-08-25T22:41:56.769Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3408 | 2026-08-25T22:41:56.787Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3409 | 2026-08-25T22:41:57.021Z | Compiling bitfield-struct v0.6.2 |
| 3410 | 2026-08-25T22:41:57.121Z | Compiling typify v0.6.2 |
| 3411 | 2026-08-25T22:41:57.239Z | Compiling progenitor-impl v0.14.0 |
| 3412 | 2026-08-25T22:41:57.268Z | Checking linear-map v1.2.0 |
| 3413 | 2026-08-25T22:41:57.345Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3414 | 2026-08-25T22:41:57.436Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3415 | 2026-08-25T22:41:57.452Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3416 | 2026-08-25T22:41:57.484Z | Checking oxide-update-engine v0.1.2 |
| 3417 | 2026-08-25T22:41:57.623Z | Checking steno v0.4.1 |
| 3418 | 2026-08-25T22:41:57.637Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3419 | 2026-08-25T22:41:57.907Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3420 | 2026-08-25T22:41:58.059Z | Checking sha1 v0.10.6 |
| 3421 | 2026-08-25T22:41:58.075Z | Checking utf-8 v0.7.6 |
| 3422 | 2026-08-25T22:41:58.142Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3423 | 2026-08-25T22:41:58.208Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3424 | 2026-08-25T22:41:58.224Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3425 | 2026-08-25T22:41:58.238Z | Checking tungstenite v0.21.0 |
| 3426 | 2026-08-25T22:41:58.364Z | Checking ignore v0.4.25 |
| 3427 | 2026-08-25T22:41:58.380Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3428 | 2026-08-25T22:41:58.457Z | Checking anstyle-parse v0.2.7 |
| 3429 | 2026-08-25T22:41:58.602Z | Compiling xshell-macros v0.2.7 |
| 3430 | 2026-08-25T22:41:58.618Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3431 | 2026-08-25T22:41:58.618Z | Checking anstream v0.6.21 |
| 3432 | 2026-08-25T22:41:58.655Z | Checking tokio-tungstenite v0.21.0 |
| 3433 | 2026-08-25T22:41:58.776Z | Checking globwalk v0.9.1 |
| 3434 | 2026-08-25T22:41:58.822Z | Checking predicates-tree v1.0.13 |
| 3435 | 2026-08-25T22:41:58.837Z | Checking filetime v0.2.27 |
| 3436 | 2026-08-25T22:41:58.937Z | Checking xattr v1.6.1 |
| 3437 | 2026-08-25T22:41:58.940Z | Checking tagptr v0.2.0 |
| 3438 | 2026-08-25T22:41:58.967Z | Checking camino-tempfile-ext v0.3.3 |
| 3439 | 2026-08-25T22:41:58.981Z | Checking xshell v0.2.7 |
| 3440 | 2026-08-25T22:41:58.996Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3441 | 2026-08-25T22:41:59.071Z | Checking tar v0.4.46 |
| 3442 | 2026-08-25T22:41:59.114Z | Checking moka v0.12.13 |
| 3443 | 2026-08-25T22:41:59.171Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3444 | 2026-08-25T22:41:59.210Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3445 | 2026-08-25T22:41:59.226Z | Checking rand_seeder v0.4.0 |
| 3446 | 2026-08-25T22:41:59.308Z | Checking half v1.8.3 |
| 3447 | 2026-08-25T22:41:59.358Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 3448 | 2026-08-25T22:41:59.376Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3449 | 2026-08-25T22:41:59.504Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3450 | 2026-08-25T22:41:59.518Z | Checking serde_cbor v0.11.2 |
| 3451 | 2026-08-25T22:41:59.685Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3452 | 2026-08-25T22:41:59.762Z | Checking sha2 v0.11.0 |
| 3453 | 2026-08-25T22:41:59.786Z | Checking hickory-resolver v0.25.2 |
| 3454 | 2026-08-25T22:41:59.864Z | Compiling progenitor-macro v0.14.0 |
| 3455 | 2026-08-25T22:41:59.905Z | Checking digest-io v0.1.0 |
| 3456 | 2026-08-25T22:42:00.042Z | Compiling petname v2.0.2 |
| 3457 | 2026-08-25T22:42:00.327Z | Checking rawzip v0.4.4 |
| 3458 | 2026-08-25T22:42:00.425Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3459 | 2026-08-25T22:42:00.500Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3460 | 2026-08-25T22:42:00.765Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3461 | 2026-08-25T22:42:00.915Z | Checking sapling-renderdag v0.1.0 |
| 3462 | 2026-08-25T22:42:00.947Z | Checking subprocess v0.2.15 |
| 3463 | 2026-08-25T22:42:00.964Z | Checking sync-ptr v0.1.4 |
| 3464 | 2026-08-25T22:42:01.014Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3465 | 2026-08-25T22:42:01.031Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3466 | 2026-08-25T22:42:01.152Z | Checking colored v2.2.0 |
| 3467 | 2026-08-25T22:42:01.233Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3468 | 2026-08-25T22:42:01.247Z | Checking assert_matches v1.5.0 |
| 3469 | 2026-08-25T22:42:01.268Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3470 | 2026-08-25T22:42:01.463Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3471 | 2026-08-25T22:42:01.731Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3472 | 2026-08-25T22:42:01.798Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3473 | 2026-08-25T22:42:03.088Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3474 | 2026-08-25T22:42:03.128Z | Checking progenitor v0.14.0 |
| 3475 | 2026-08-25T22:42:03.257Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3476 | 2026-08-25T22:42:03.261Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3477 | 2026-08-25T22:42:03.261Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3478 | 2026-08-25T22:42:03.261Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3479 | 2026-08-25T22:42:03.261Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3480 | 2026-08-25T22:42:03.261Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3481 | 2026-08-25T22:42:03.341Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3482 | 2026-08-25T22:42:03.519Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3483 | 2026-08-25T22:42:03.601Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3484 | 2026-08-25T22:42:03.890Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3485 | 2026-08-25T22:42:04.118Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3486 | 2026-08-25T22:42:04.451Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3487 | 2026-08-25T22:42:05.024Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3488 | 2026-08-25T22:42:05.138Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3489 | 2026-08-25T22:42:06.266Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3490 | 2026-08-25T22:42:14.850Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3491 | 2026-08-25T22:42:22.079Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3492 | 2026-08-25T22:42:22.082Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3493 | 2026-08-25T22:42:22.083Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3494 | 2026-08-25T22:42:23.568Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3495 | 2026-08-25T22:42:24.837Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3496 | 2026-08-25T22:42:27.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.76s |
| 3497 | 2026-08-25T22:42:27.284Z | |
| 3498 | 2026-08-25T22:42:27.284Z | info: running `cargo check --bins` on nexus-inventory (146/377) |
| 3499 | 2026-08-25T22:42:27.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3500 | 2026-08-25T22:42:27.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3501 | 2026-08-25T22:42:27.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3502 | 2026-08-25T22:42:27.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3503 | 2026-08-25T22:42:27.907Z | |
| 3504 | 2026-08-25T22:42:27.907Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (147/377) |
| 3505 | 2026-08-25T22:42:28.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3506 | 2026-08-25T22:42:28.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3507 | 2026-08-25T22:42:28.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3508 | 2026-08-25T22:42:28.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3509 | 2026-08-25T22:42:28.493Z | |
| 3510 | 2026-08-25T22:42:28.493Z | info: running `cargo check --bins` on clickhouse-admin-server-client (148/377) |
| 3511 | 2026-08-25T22:42:28.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3512 | 2026-08-25T22:42:28.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3513 | 2026-08-25T22:42:28.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3514 | 2026-08-25T22:42:28.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3515 | 2026-08-25T22:42:29.081Z | |
| 3516 | 2026-08-25T22:42:29.081Z | info: running `cargo check --bins` on dns-service-client (149/377) |
| 3517 | 2026-08-25T22:42:29.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2026-08-25T22:42:29.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2026-08-25T22:42:29.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3520 | 2026-08-25T22:42:29.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3521 | 2026-08-25T22:42:29.651Z | |
| 3522 | 2026-08-25T22:42:29.651Z | info: running `cargo check --bins` on ntp-admin-client (150/377) |
| 3523 | 2026-08-25T22:42:30.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2026-08-25T22:42:30.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2026-08-25T22:42:30.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3526 | 2026-08-25T22:42:30.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3527 | 2026-08-25T22:42:30.214Z | |
| 3528 | 2026-08-25T22:42:30.214Z | info: running `cargo check --bins` on omicron-cockroach-metrics (151/377) |
| 3529 | 2026-08-25T22:42:30.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2026-08-25T22:42:30.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2026-08-25T22:42:30.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2026-08-25T22:42:30.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3533 | 2026-08-25T22:42:30.786Z | |
| 3534 | 2026-08-25T22:42:30.787Z | info: running `cargo check --bins` on cockroach-admin-client (152/377) |
| 3535 | 2026-08-25T22:42:31.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2026-08-25T22:42:31.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2026-08-25T22:42:31.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3538 | 2026-08-25T22:42:31.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3539 | 2026-08-25T22:42:31.355Z | |
| 3540 | 2026-08-25T22:42:31.356Z | info: running `cargo check --bins` on parallel-task-set (153/377) |
| 3541 | 2026-08-25T22:42:31.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3542 | 2026-08-25T22:42:31.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3543 | 2026-08-25T22:42:31.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3544 | 2026-08-25T22:42:31.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3545 | 2026-08-25T22:42:31.923Z | |
| 3546 | 2026-08-25T22:42:31.923Z | info: running `cargo check --bins` on sled-agent-client (154/377) |
| 3547 | 2026-08-25T22:42:32.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3548 | 2026-08-25T22:42:32.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3549 | 2026-08-25T22:42:32.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3550 | 2026-08-25T22:42:32.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3551 | 2026-08-25T22:42:32.516Z | |
| 3552 | 2026-08-25T22:42:32.516Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/377) |
| 3553 | 2026-08-25T22:42:33.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3554 | 2026-08-25T22:42:33.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3555 | 2026-08-25T22:42:33.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3556 | 2026-08-25T22:42:33.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3557 | 2026-08-25T22:42:33.113Z | |
| 3558 | 2026-08-25T22:42:33.114Z | info: running `cargo check --bins --no-default-features` on sled-storage (156/377) |
| 3559 | 2026-08-25T22:42:33.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3560 | 2026-08-25T22:42:33.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3561 | 2026-08-25T22:42:33.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3562 | 2026-08-25T22:42:33.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3563 | 2026-08-25T22:42:33.698Z | |
| 3564 | 2026-08-25T22:42:33.698Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/377) |
| 3565 | 2026-08-25T22:42:34.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3566 | 2026-08-25T22:42:34.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3567 | 2026-08-25T22:42:34.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3568 | 2026-08-25T22:42:34.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3569 | 2026-08-25T22:42:34.281Z | |
| 3570 | 2026-08-25T22:42:34.281Z | info: running `cargo check --bins` on key-manager (158/377) |
| 3571 | 2026-08-25T22:42:34.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3572 | 2026-08-25T22:42:34.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3573 | 2026-08-25T22:42:34.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3574 | 2026-08-25T22:42:34.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3575 | 2026-08-25T22:42:34.862Z | |
| 3576 | 2026-08-25T22:42:34.862Z | info: running `cargo check --bins --no-default-features` on sled-hardware (159/377) |
| 3577 | 2026-08-25T22:42:35.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3578 | 2026-08-25T22:42:35.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3579 | 2026-08-25T22:42:35.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3580 | 2026-08-25T22:42:35.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3581 | 2026-08-25T22:42:35.457Z | |
| 3582 | 2026-08-25T22:42:35.457Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/377) |
| 3583 | 2026-08-25T22:42:35.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3584 | 2026-08-25T22:42:35.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3585 | 2026-08-25T22:42:35.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3586 | 2026-08-25T22:42:35.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3587 | 2026-08-25T22:42:36.054Z | |
| 3588 | 2026-08-25T22:42:36.054Z | info: running `cargo check --bins` on typed-rng (161/377) |
| 3589 | 2026-08-25T22:42:36.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3590 | 2026-08-25T22:42:36.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3591 | 2026-08-25T22:42:36.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3592 | 2026-08-25T22:42:36.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 3593 | 2026-08-25T22:42:36.622Z | |
| 3594 | 2026-08-25T22:42:36.622Z | info: running `cargo check --bins` on gateway-test-utils (162/377) |
| 3595 | 2026-08-25T22:42:37.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3596 | 2026-08-25T22:42:37.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3597 | 2026-08-25T22:42:37.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3598 | 2026-08-25T22:42:37.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3599 | 2026-08-25T22:42:37.249Z | |
| 3600 | 2026-08-25T22:42:37.249Z | info: running `cargo check --bins` on omicron-gateway (163/377) |
| 3601 | 2026-08-25T22:42:37.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3602 | 2026-08-25T22:42:37.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3603 | 2026-08-25T22:42:37.988Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3604 | 2026-08-25T22:42:37.991Z | Checking void v1.0.2 |
| 3605 | 2026-08-25T22:42:37.991Z | Checking tungstenite v0.23.0 |
| 3606 | 2026-08-25T22:42:37.992Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3607 | 2026-08-25T22:42:38.107Z | Checking dropshot-api-manager-types v0.8.0 |
| 3608 | 2026-08-25T22:42:38.110Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3609 | 2026-08-25T22:42:38.110Z | Checking nix v0.27.1 |
| 3610 | 2026-08-25T22:42:38.114Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3611 | 2026-08-25T22:42:38.190Z | Checking lzss v0.8.2 |
| 3612 | 2026-08-25T22:42:38.281Z | Checking kstat-rs v0.2.5 |
| 3613 | 2026-08-25T22:42:38.293Z | Checking fxhash v0.2.1 |
| 3614 | 2026-08-25T22:42:38.369Z | Checking serde_bytes v0.11.19 |
| 3615 | 2026-08-25T22:42:38.403Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3616 | 2026-08-25T22:42:38.417Z | Checking signal-hook-tokio v0.3.1 |
| 3617 | 2026-08-25T22:42:38.430Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3618 | 2026-08-25T22:42:38.458Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3619 | 2026-08-25T22:42:38.559Z | Checking tokio-tungstenite v0.23.1 |
| 3620 | 2026-08-25T22:42:38.585Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3621 | 2026-08-25T22:42:39.683Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3622 | 2026-08-25T22:42:40.236Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3623 | 2026-08-25T22:42:42.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s |
| 3624 | 2026-08-25T22:42:42.565Z | |
| 3625 | 2026-08-25T22:42:42.565Z | info: running `cargo check --bins` on gateway-api (164/377) |
| 3626 | 2026-08-25T22:42:43.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3627 | 2026-08-25T22:42:43.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3628 | 2026-08-25T22:42:43.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3629 | 2026-08-25T22:42:43.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3630 | 2026-08-25T22:42:43.146Z | |
| 3631 | 2026-08-25T22:42:43.146Z | info: running `cargo check --bins` on ipcc (165/377) |
| 3632 | 2026-08-25T22:42:43.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3633 | 2026-08-25T22:42:43.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3634 | 2026-08-25T22:42:43.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3635 | 2026-08-25T22:42:43.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3636 | 2026-08-25T22:42:43.720Z | |
| 3637 | 2026-08-25T22:42:43.720Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (166/377) |
| 3638 | 2026-08-25T22:42:44.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3639 | 2026-08-25T22:42:44.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3640 | 2026-08-25T22:42:44.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3641 | 2026-08-25T22:42:44.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 3642 | 2026-08-25T22:42:44.283Z | |
| 3643 | 2026-08-25T22:42:44.283Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/377) |
| 3644 | 2026-08-25T22:42:44.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3645 | 2026-08-25T22:42:44.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3646 | 2026-08-25T22:42:44.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3647 | 2026-08-25T22:42:44.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3648 | 2026-08-25T22:42:44.879Z | |
| 3649 | 2026-08-25T22:42:44.879Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/377) |
| 3650 | 2026-08-25T22:42:45.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3651 | 2026-08-25T22:42:45.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3652 | 2026-08-25T22:42:45.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3653 | 2026-08-25T22:42:45.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3654 | 2026-08-25T22:42:45.464Z | |
| 3655 | 2026-08-25T22:42:45.464Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/377) |
| 3656 | 2026-08-25T22:42:45.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3657 | 2026-08-25T22:42:45.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3658 | 2026-08-25T22:42:45.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3659 | 2026-08-25T22:42:45.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3660 | 2026-08-25T22:42:46.051Z | |
| 3661 | 2026-08-25T22:42:46.051Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/377) |
| 3662 | 2026-08-25T22:42:46.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3663 | 2026-08-25T22:42:46.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3664 | 2026-08-25T22:42:46.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3665 | 2026-08-25T22:42:46.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3666 | 2026-08-25T22:42:46.632Z | |
| 3667 | 2026-08-25T22:42:46.632Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/377) |
| 3668 | 2026-08-25T22:42:47.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3669 | 2026-08-25T22:42:47.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3670 | 2026-08-25T22:42:47.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3671 | 2026-08-25T22:42:47.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3672 | 2026-08-25T22:42:47.235Z | |
| 3673 | 2026-08-25T22:42:47.235Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/377) |
| 3674 | 2026-08-25T22:42:47.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3675 | 2026-08-25T22:42:47.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3676 | 2026-08-25T22:42:47.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3677 | 2026-08-25T22:42:47.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3678 | 2026-08-25T22:42:47.823Z | |
| 3679 | 2026-08-25T22:42:47.823Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/377) |
| 3680 | 2026-08-25T22:42:48.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3681 | 2026-08-25T22:42:48.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3682 | 2026-08-25T22:42:48.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3683 | 2026-08-25T22:42:48.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3684 | 2026-08-25T22:42:48.407Z | |
| 3685 | 2026-08-25T22:42:48.407Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/377) |
| 3686 | 2026-08-25T22:42:48.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3687 | 2026-08-25T22:42:48.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3688 | 2026-08-25T22:42:48.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3689 | 2026-08-25T22:42:48.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3690 | 2026-08-25T22:42:48.992Z | |
| 3691 | 2026-08-25T22:42:48.992Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/377) |
| 3692 | 2026-08-25T22:42:49.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3693 | 2026-08-25T22:42:49.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3694 | 2026-08-25T22:42:49.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3695 | 2026-08-25T22:42:49.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3696 | 2026-08-25T22:42:49.577Z | |
| 3697 | 2026-08-25T22:42:49.577Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/377) |
| 3698 | 2026-08-25T22:42:50.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3699 | 2026-08-25T22:42:50.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3700 | 2026-08-25T22:42:50.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3701 | 2026-08-25T22:42:50.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3702 | 2026-08-25T22:42:50.160Z | |
| 3703 | 2026-08-25T22:42:50.160Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/377) |
| 3704 | 2026-08-25T22:42:50.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3705 | 2026-08-25T22:42:50.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3706 | 2026-08-25T22:42:50.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3707 | 2026-08-25T22:42:50.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3708 | 2026-08-25T22:42:50.740Z | |
| 3709 | 2026-08-25T22:42:50.740Z | info: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/377) |
| 3710 | 2026-08-25T22:42:51.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3711 | 2026-08-25T22:42:51.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3712 | 2026-08-25T22:42:51.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3713 | 2026-08-25T22:42:51.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3714 | 2026-08-25T22:42:51.323Z | |
| 3715 | 2026-08-25T22:42:51.323Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/377) |
| 3716 | 2026-08-25T22:42:51.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3717 | 2026-08-25T22:42:51.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3718 | 2026-08-25T22:42:51.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3719 | 2026-08-25T22:42:51.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3720 | 2026-08-25T22:42:51.910Z | |
| 3721 | 2026-08-25T22:42:51.910Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/377) |
| 3722 | 2026-08-25T22:42:52.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3723 | 2026-08-25T22:42:52.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3724 | 2026-08-25T22:42:52.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3725 | 2026-08-25T22:42:52.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3726 | 2026-08-25T22:42:52.496Z | |
| 3727 | 2026-08-25T22:42:52.496Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/377) |
| 3728 | 2026-08-25T22:42:52.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3729 | 2026-08-25T22:42:52.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3730 | 2026-08-25T22:42:52.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3731 | 2026-08-25T22:42:52.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3732 | 2026-08-25T22:42:53.082Z | |
| 3733 | 2026-08-25T22:42:53.082Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/377) |
| 3734 | 2026-08-25T22:42:53.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3735 | 2026-08-25T22:42:53.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3736 | 2026-08-25T22:42:53.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3737 | 2026-08-25T22:42:53.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3738 | 2026-08-25T22:42:53.668Z | |
| 3739 | 2026-08-25T22:42:53.668Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/377) |
| 3740 | 2026-08-25T22:42:54.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3741 | 2026-08-25T22:42:54.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3742 | 2026-08-25T22:42:54.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3743 | 2026-08-25T22:42:54.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3744 | 2026-08-25T22:42:54.258Z | |
| 3745 | 2026-08-25T22:42:54.258Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/377) |
| 3746 | 2026-08-25T22:42:54.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3747 | 2026-08-25T22:42:54.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3748 | 2026-08-25T22:42:54.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3749 | 2026-08-25T22:42:54.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3750 | 2026-08-25T22:42:54.846Z | |
| 3751 | 2026-08-25T22:42:54.846Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/377) |
| 3752 | 2026-08-25T22:42:55.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3753 | 2026-08-25T22:42:55.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3754 | 2026-08-25T22:42:55.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3755 | 2026-08-25T22:42:55.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3756 | 2026-08-25T22:42:55.430Z | |
| 3757 | 2026-08-25T22:42:55.430Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/377) |
| 3758 | 2026-08-25T22:42:55.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3759 | 2026-08-25T22:42:55.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3760 | 2026-08-25T22:42:55.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3761 | 2026-08-25T22:42:55.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3762 | 2026-08-25T22:42:56.033Z | |
| 3763 | 2026-08-25T22:42:56.033Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/377) |
| 3764 | 2026-08-25T22:42:56.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3765 | 2026-08-25T22:42:56.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3766 | 2026-08-25T22:42:56.543Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3767 | 2026-08-25T22:42:56.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3768 | 2026-08-25T22:42:56.636Z | |
| 3769 | 2026-08-25T22:42:56.636Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/377) |
| 3770 | 2026-08-25T22:42:57.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3771 | 2026-08-25T22:42:57.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3772 | 2026-08-25T22:42:57.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3773 | 2026-08-25T22:42:57.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3774 | 2026-08-25T22:42:57.239Z | |
| 3775 | 2026-08-25T22:42:57.239Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/377) |
| 3776 | 2026-08-25T22:42:57.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3777 | 2026-08-25T22:42:57.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3778 | 2026-08-25T22:42:57.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3779 | 2026-08-25T22:42:57.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3780 | 2026-08-25T22:42:57.830Z | |
| 3781 | 2026-08-25T22:42:57.830Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/377) |
| 3782 | 2026-08-25T22:42:58.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3783 | 2026-08-25T22:42:58.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3784 | 2026-08-25T22:42:58.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3785 | 2026-08-25T22:42:58.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3786 | 2026-08-25T22:42:58.425Z | |
| 3787 | 2026-08-25T22:42:58.425Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/377) |
| 3788 | 2026-08-25T22:42:58.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3789 | 2026-08-25T22:42:58.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3790 | 2026-08-25T22:42:58.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3791 | 2026-08-25T22:42:58.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3792 | 2026-08-25T22:42:59.028Z | |
| 3793 | 2026-08-25T22:42:59.028Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/377) |
| 3794 | 2026-08-25T22:42:59.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3795 | 2026-08-25T22:42:59.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3796 | 2026-08-25T22:42:59.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3797 | 2026-08-25T22:42:59.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3798 | 2026-08-25T22:42:59.623Z | |
| 3799 | 2026-08-25T22:42:59.623Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/377) |
| 3800 | 2026-08-25T22:43:00.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3801 | 2026-08-25T22:43:00.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3802 | 2026-08-25T22:43:00.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3803 | 2026-08-25T22:43:00.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3804 | 2026-08-25T22:43:00.220Z | |
| 3805 | 2026-08-25T22:43:00.220Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/377) |
| 3806 | 2026-08-25T22:43:00.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3807 | 2026-08-25T22:43:00.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3808 | 2026-08-25T22:43:00.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3809 | 2026-08-25T22:43:00.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3810 | 2026-08-25T22:43:00.820Z | |
| 3811 | 2026-08-25T22:43:00.820Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/377) |
| 3812 | 2026-08-25T22:43:01.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3813 | 2026-08-25T22:43:01.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3814 | 2026-08-25T22:43:01.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3815 | 2026-08-25T22:43:01.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3816 | 2026-08-25T22:43:01.423Z | |
| 3817 | 2026-08-25T22:43:01.423Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/377) |
| 3818 | 2026-08-25T22:43:01.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3819 | 2026-08-25T22:43:01.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3820 | 2026-08-25T22:43:01.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3821 | 2026-08-25T22:43:01.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3822 | 2026-08-25T22:43:02.031Z | |
| 3823 | 2026-08-25T22:43:02.031Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/377) |
| 3824 | 2026-08-25T22:43:02.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3825 | 2026-08-25T22:43:02.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3826 | 2026-08-25T22:43:02.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3827 | 2026-08-25T22:43:02.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3828 | 2026-08-25T22:43:02.632Z | |
| 3829 | 2026-08-25T22:43:02.632Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/377) |
| 3830 | 2026-08-25T22:43:03.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3831 | 2026-08-25T22:43:03.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3832 | 2026-08-25T22:43:03.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3833 | 2026-08-25T22:43:03.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3834 | 2026-08-25T22:43:03.235Z | |
| 3835 | 2026-08-25T22:43:03.235Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/377) |
| 3836 | 2026-08-25T22:43:03.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3837 | 2026-08-25T22:43:03.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3838 | 2026-08-25T22:43:03.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3839 | 2026-08-25T22:43:03.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3840 | 2026-08-25T22:43:03.840Z | |
| 3841 | 2026-08-25T22:43:03.840Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/377) |
| 3842 | 2026-08-25T22:43:04.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3843 | 2026-08-25T22:43:04.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3844 | 2026-08-25T22:43:04.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3845 | 2026-08-25T22:43:04.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3846 | 2026-08-25T22:43:04.438Z | |
| 3847 | 2026-08-25T22:43:04.438Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/377) |
| 3848 | 2026-08-25T22:43:04.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-08-25T22:43:04.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-08-25T22:43:04.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3851 | 2026-08-25T22:43:04.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3852 | 2026-08-25T22:43:05.039Z | |
| 3853 | 2026-08-25T22:43:05.040Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/377) |
| 3854 | 2026-08-25T22:43:05.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-08-25T22:43:05.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-08-25T22:43:05.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3857 | 2026-08-25T22:43:05.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3858 | 2026-08-25T22:43:05.642Z | |
| 3859 | 2026-08-25T22:43:05.642Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/377) |
| 3860 | 2026-08-25T22:43:06.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-08-25T22:43:06.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-08-25T22:43:06.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3863 | 2026-08-25T22:43:06.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3864 | 2026-08-25T22:43:06.244Z | |
| 3865 | 2026-08-25T22:43:06.244Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/377) |
| 3866 | 2026-08-25T22:43:06.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-08-25T22:43:06.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-08-25T22:43:06.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3869 | 2026-08-25T22:43:06.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3870 | 2026-08-25T22:43:06.828Z | |
| 3871 | 2026-08-25T22:43:06.828Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/377) |
| 3872 | 2026-08-25T22:43:07.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-08-25T22:43:07.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-08-25T22:43:07.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3875 | 2026-08-25T22:43:07.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3876 | 2026-08-25T22:43:07.413Z | |
| 3877 | 2026-08-25T22:43:07.413Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/377) |
| 3878 | 2026-08-25T22:43:07.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-08-25T22:43:07.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-08-25T22:43:07.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3881 | 2026-08-25T22:43:07.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3882 | 2026-08-25T22:43:07.998Z | |
| 3883 | 2026-08-25T22:43:07.999Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/377) |
| 3884 | 2026-08-25T22:43:08.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-08-25T22:43:08.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-08-25T22:43:08.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3887 | 2026-08-25T22:43:08.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3888 | 2026-08-25T22:43:08.582Z | |
| 3889 | 2026-08-25T22:43:08.582Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/377) |
| 3890 | 2026-08-25T22:43:09.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-08-25T22:43:09.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-08-25T22:43:09.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-08-25T22:43:09.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3894 | 2026-08-25T22:43:09.168Z | |
| 3895 | 2026-08-25T22:43:09.168Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/377) |
| 3896 | 2026-08-25T22:43:09.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-08-25T22:43:09.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-08-25T22:43:09.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-08-25T22:43:09.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3900 | 2026-08-25T22:43:09.753Z | |
| 3901 | 2026-08-25T22:43:09.753Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/377) |
| 3902 | 2026-08-25T22:43:10.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-08-25T22:43:10.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-08-25T22:43:10.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-08-25T22:43:10.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3906 | 2026-08-25T22:43:10.337Z | |
| 3907 | 2026-08-25T22:43:10.337Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/377) |
| 3908 | 2026-08-25T22:43:10.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-08-25T22:43:10.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-08-25T22:43:10.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-08-25T22:43:10.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3912 | 2026-08-25T22:43:10.919Z | |
| 3913 | 2026-08-25T22:43:10.919Z | info: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/377) |
| 3914 | 2026-08-25T22:43:11.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-08-25T22:43:11.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-08-25T22:43:11.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-08-25T22:43:11.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3918 | 2026-08-25T22:43:11.503Z | |
| 3919 | 2026-08-25T22:43:11.503Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/377) |
| 3920 | 2026-08-25T22:43:11.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-08-25T22:43:11.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-08-25T22:43:11.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-08-25T22:43:12.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3924 | 2026-08-25T22:43:12.088Z | |
| 3925 | 2026-08-25T22:43:12.088Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/377) |
| 3926 | 2026-08-25T22:43:12.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-08-25T22:43:12.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-08-25T22:43:12.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-08-25T22:43:12.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3930 | 2026-08-25T22:43:12.670Z | |
| 3931 | 2026-08-25T22:43:12.670Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/377) |
| 3932 | 2026-08-25T22:43:13.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-08-25T22:43:13.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-08-25T22:43:13.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-08-25T22:43:13.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3936 | 2026-08-25T22:43:13.251Z | |
| 3937 | 2026-08-25T22:43:13.252Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/377) |
| 3938 | 2026-08-25T22:43:13.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-08-25T22:43:13.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-08-25T22:43:13.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-08-25T22:43:13.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3942 | 2026-08-25T22:43:13.831Z | |
| 3943 | 2026-08-25T22:43:13.831Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/377) |
| 3944 | 2026-08-25T22:43:14.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-08-25T22:43:14.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-08-25T22:43:14.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-08-25T22:43:14.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3948 | 2026-08-25T22:43:14.416Z | |
| 3949 | 2026-08-25T22:43:14.416Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/377) |
| 3950 | 2026-08-25T22:43:14.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-08-25T22:43:14.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-08-25T22:43:14.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-08-25T22:43:14.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3954 | 2026-08-25T22:43:15.001Z | |
| 3955 | 2026-08-25T22:43:15.001Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/377) |
| 3956 | 2026-08-25T22:43:15.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-08-25T22:43:15.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-08-25T22:43:15.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-08-25T22:43:15.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3960 | 2026-08-25T22:43:15.584Z | |
| 3961 | 2026-08-25T22:43:15.584Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/377) |
| 3962 | 2026-08-25T22:43:16.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-08-25T22:43:16.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-08-25T22:43:16.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-08-25T22:43:16.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3966 | 2026-08-25T22:43:16.186Z | |
| 3967 | 2026-08-25T22:43:16.186Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/377) |
| 3968 | 2026-08-25T22:43:16.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-08-25T22:43:16.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-08-25T22:43:16.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-08-25T22:43:16.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3972 | 2026-08-25T22:43:16.788Z | |
| 3973 | 2026-08-25T22:43:16.788Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/377) |
| 3974 | 2026-08-25T22:43:17.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-08-25T22:43:17.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-08-25T22:43:17.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-08-25T22:43:17.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3978 | 2026-08-25T22:43:17.392Z | |
| 3979 | 2026-08-25T22:43:17.392Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/377) |
| 3980 | 2026-08-25T22:43:17.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-08-25T22:43:17.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-08-25T22:43:17.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-08-25T22:43:17.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3984 | 2026-08-25T22:43:17.994Z | |
| 3985 | 2026-08-25T22:43:17.994Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/377) |
| 3986 | 2026-08-25T22:43:18.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-08-25T22:43:18.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-08-25T22:43:18.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-08-25T22:43:18.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3990 | 2026-08-25T22:43:18.594Z | |
| 3991 | 2026-08-25T22:43:18.594Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/377) |
| 3992 | 2026-08-25T22:43:19.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-08-25T22:43:19.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-08-25T22:43:19.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-08-25T22:43:19.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3996 | 2026-08-25T22:43:19.197Z | |
| 3997 | 2026-08-25T22:43:19.197Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/377) |
| 3998 | 2026-08-25T22:43:19.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-08-25T22:43:19.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-08-25T22:43:19.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-08-25T22:43:19.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4002 | 2026-08-25T22:43:19.799Z | |
| 4003 | 2026-08-25T22:43:19.799Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/377) |
| 4004 | 2026-08-25T22:43:20.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-08-25T22:43:20.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-08-25T22:43:20.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-08-25T22:43:20.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4008 | 2026-08-25T22:43:20.399Z | |
| 4009 | 2026-08-25T22:43:20.399Z | info: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/377) |
| 4010 | 2026-08-25T22:43:20.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-08-25T22:43:20.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-08-25T22:43:20.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-08-25T22:43:20.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4014 | 2026-08-25T22:43:21.001Z | |
| 4015 | 2026-08-25T22:43:21.001Z | info: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/377) |
| 4016 | 2026-08-25T22:43:21.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-08-25T22:43:21.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-08-25T22:43:21.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4019 | 2026-08-25T22:43:21.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4020 | 2026-08-25T22:43:21.600Z | |
| 4021 | 2026-08-25T22:43:21.600Z | info: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/377) |
| 4022 | 2026-08-25T22:43:22.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4023 | 2026-08-25T22:43:22.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4024 | 2026-08-25T22:43:22.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4025 | 2026-08-25T22:43:22.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4026 | 2026-08-25T22:43:22.201Z | |
| 4027 | 2026-08-25T22:43:22.201Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/377) |
| 4028 | 2026-08-25T22:43:22.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4029 | 2026-08-25T22:43:22.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4030 | 2026-08-25T22:43:22.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4031 | 2026-08-25T22:43:22.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4032 | 2026-08-25T22:43:22.800Z | |
| 4033 | 2026-08-25T22:43:22.800Z | info: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/377) |
| 4034 | 2026-08-25T22:43:23.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4035 | 2026-08-25T22:43:23.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4036 | 2026-08-25T22:43:23.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4037 | 2026-08-25T22:43:23.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4038 | 2026-08-25T22:43:23.395Z | |
| 4039 | 2026-08-25T22:43:23.395Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/377) |
| 4040 | 2026-08-25T22:43:23.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4041 | 2026-08-25T22:43:23.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4042 | 2026-08-25T22:43:23.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4043 | 2026-08-25T22:43:23.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4044 | 2026-08-25T22:43:24.001Z | |
| 4045 | 2026-08-25T22:43:24.001Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/377) |
| 4046 | 2026-08-25T22:43:24.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4047 | 2026-08-25T22:43:24.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4048 | 2026-08-25T22:43:24.509Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4049 | 2026-08-25T22:43:24.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4050 | 2026-08-25T22:43:24.603Z | |
| 4051 | 2026-08-25T22:43:24.603Z | info: running `cargo check --bins` on oximeter-producer (235/377) |
| 4052 | 2026-08-25T22:43:25.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4053 | 2026-08-25T22:43:25.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4054 | 2026-08-25T22:43:25.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4055 | 2026-08-25T22:43:25.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4056 | 2026-08-25T22:43:25.228Z | |
| 4057 | 2026-08-25T22:43:25.228Z | info: running `cargo check --bins` on internal-dns-resolver (236/377) |
| 4058 | 2026-08-25T22:43:25.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4059 | 2026-08-25T22:43:25.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4060 | 2026-08-25T22:43:25.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4061 | 2026-08-25T22:43:25.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4062 | 2026-08-25T22:43:25.818Z | |
| 4063 | 2026-08-25T22:43:25.818Z | info: running `cargo check --bins` on dns-server (237/377) |
| 4064 | 2026-08-25T22:43:26.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4065 | 2026-08-25T22:43:26.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4066 | 2026-08-25T22:43:26.469Z | Compiling parking_lot_core v0.8.6 |
| 4067 | 2026-08-25T22:43:26.472Z | Compiling git-stub v1.0.0 |
| 4068 | 2026-08-25T22:43:26.472Z | Checking prefix-trie v0.7.0 |
| 4069 | 2026-08-25T22:43:26.590Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4070 | 2026-08-25T22:43:26.703Z | Compiling git-stub-vcs v0.1.0 |
| 4071 | 2026-08-25T22:43:26.860Z | Checking hickory-server v0.25.2 |
| 4072 | 2026-08-25T22:43:26.976Z | Checking parking_lot v0.11.2 |
| 4073 | 2026-08-25T22:43:27.007Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4074 | 2026-08-25T22:43:27.145Z | Checking sled v0.34.7 |
| 4075 | 2026-08-25T22:43:29.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 4076 | 2026-08-25T22:43:29.264Z | |
| 4077 | 2026-08-25T22:43:29.264Z | info: running `cargo check --bins` on dns-server-api (238/377) |
| 4078 | 2026-08-25T22:43:29.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4079 | 2026-08-25T22:43:29.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4080 | 2026-08-25T22:43:29.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4081 | 2026-08-25T22:43:29.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4082 | 2026-08-25T22:43:29.833Z | |
| 4083 | 2026-08-25T22:43:29.833Z | info: running `cargo check --bins` on nexus-client (239/377) |
| 4084 | 2026-08-25T22:43:30.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4085 | 2026-08-25T22:43:30.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4086 | 2026-08-25T22:43:30.347Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4087 | 2026-08-25T22:43:30.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4088 | 2026-08-25T22:43:30.445Z | |
| 4089 | 2026-08-25T22:43:30.445Z | info: running `cargo check --bins` on oximeter-producer-api (240/377) |
| 4090 | 2026-08-25T22:43:30.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4091 | 2026-08-25T22:43:30.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4092 | 2026-08-25T22:43:30.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4093 | 2026-08-25T22:43:30.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4094 | 2026-08-25T22:43:31.026Z | |
| 4095 | 2026-08-25T22:43:31.026Z | info: running `cargo check --bins` on sp-sim (241/377) |
| 4096 | 2026-08-25T22:43:31.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4097 | 2026-08-25T22:43:31.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4098 | 2026-08-25T22:43:31.740Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4099 | 2026-08-25T22:43:32.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 4100 | 2026-08-25T22:43:32.447Z | |
| 4101 | 2026-08-25T22:43:32.447Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/377) |
| 4102 | 2026-08-25T22:43:32.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4103 | 2026-08-25T22:43:32.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4104 | 2026-08-25T22:43:33.282Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 4105 | 2026-08-25T22:43:33.411Z | Compiling hashbrown v0.14.5 |
| 4106 | 2026-08-25T22:43:33.413Z | Compiling rfc6979 v0.4.0 |
| 4107 | 2026-08-25T22:43:33.426Z | Compiling salty v0.3.0 |
| 4108 | 2026-08-25T22:43:33.434Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4109 | 2026-08-25T22:43:33.447Z | Compiling primeorder v0.13.6 |
| 4110 | 2026-08-25T22:43:33.459Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4111 | 2026-08-25T22:43:33.531Z | Compiling ecdsa v0.16.9 |
| 4112 | 2026-08-25T22:43:33.590Z | Compiling sha1 v0.10.6 |
| 4113 | 2026-08-25T22:43:33.698Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4114 | 2026-08-25T22:43:33.776Z | Compiling proc-macro-error2 v2.0.1 |
| 4115 | 2026-08-25T22:43:33.882Z | Compiling p384 v0.13.1 |
| 4116 | 2026-08-25T22:43:33.900Z | Compiling chumsky v0.9.3 |
| 4117 | 2026-08-25T22:43:33.922Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4118 | 2026-08-25T22:43:33.956Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4119 | 2026-08-25T22:43:34.118Z | Compiling knus-derive v3.4.0 |
| 4120 | 2026-08-25T22:43:34.134Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4121 | 2026-08-25T22:43:34.187Z | Checking libscf-sys v1.2.0 |
| 4122 | 2026-08-25T22:43:34.202Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4123 | 2026-08-25T22:43:34.321Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4124 | 2026-08-25T22:43:34.438Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4125 | 2026-08-25T22:43:34.529Z | Checking corncobs v0.1.4 |
| 4126 | 2026-08-25T22:43:34.606Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4127 | 2026-08-25T22:43:34.632Z | Checking papergrid v0.18.0 |
| 4128 | 2026-08-25T22:43:34.647Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4129 | 2026-08-25T22:43:34.661Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4130 | 2026-08-25T22:43:34.676Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4131 | 2026-08-25T22:43:34.806Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4132 | 2026-08-25T22:43:34.824Z | Checking secrecy v0.8.0 |
| 4133 | 2026-08-25T22:43:34.911Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4134 | 2026-08-25T22:43:34.952Z | Compiling illumos-nvpair-sys v0.2.0 |
| 4135 | 2026-08-25T22:43:35.103Z | Compiling unicase v2.9.0 |
| 4136 | 2026-08-25T22:43:35.159Z | Compiling progenitor-impl v0.13.0 |
| 4137 | 2026-08-25T22:43:35.173Z | Checking crc8 v0.1.1 |
| 4138 | 2026-08-25T22:43:35.187Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4139 | 2026-08-25T22:43:35.303Z | Compiling mime_guess v2.0.5 |
| 4140 | 2026-08-25T22:43:35.394Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4141 | 2026-08-25T22:43:35.410Z | Checking tabled v0.21.0 |
| 4142 | 2026-08-25T22:43:35.410Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4143 | 2026-08-25T22:43:35.473Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4144 | 2026-08-25T22:43:35.489Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4145 | 2026-08-25T22:43:35.564Z | Compiling knus v3.4.0 |
| 4146 | 2026-08-25T22:43:36.039Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4147 | 2026-08-25T22:43:36.275Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4148 | 2026-08-25T22:43:36.385Z | Checking progenitor-client v0.13.0 |
| 4149 | 2026-08-25T22:43:36.438Z | Checking http-range v0.1.5 |
| 4150 | 2026-08-25T22:43:36.568Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4151 | 2026-08-25T22:43:36.628Z | Checking illumos-nvpair v0.3.0 |
| 4152 | 2026-08-25T22:43:36.746Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4153 | 2026-08-25T22:43:36.777Z | Checking scuffle v0.1.0 |
| 4154 | 2026-08-25T22:43:36.790Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4155 | 2026-08-25T22:43:36.942Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4156 | 2026-08-25T22:43:37.337Z | Checking nanorand v0.7.0 |
| 4157 | 2026-08-25T22:43:37.340Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4158 | 2026-08-25T22:43:37.545Z | Checking flume v0.11.1 |
| 4159 | 2026-08-25T22:43:37.561Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4160 | 2026-08-25T22:43:37.676Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4161 | 2026-08-25T22:43:37.692Z | Checking hyper-staticfile v0.10.1 |
| 4162 | 2026-08-25T22:43:37.712Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4163 | 2026-08-25T22:43:37.744Z | Compiling progenitor-macro v0.13.0 |
| 4164 | 2026-08-25T22:43:37.808Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4165 | 2026-08-25T22:43:37.876Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4166 | 2026-08-25T22:43:37.968Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4167 | 2026-08-25T22:43:38.133Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4168 | 2026-08-25T22:43:38.162Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4169 | 2026-08-25T22:43:38.217Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4170 | 2026-08-25T22:43:38.358Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4171 | 2026-08-25T22:43:38.557Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4172 | 2026-08-25T22:43:38.667Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4173 | 2026-08-25T22:43:38.686Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4174 | 2026-08-25T22:43:40.036Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4175 | 2026-08-25T22:43:41.165Z | Checking progenitor v0.13.0 |
| 4176 | 2026-08-25T22:43:41.308Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4177 | 2026-08-25T22:43:42.017Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4178 | 2026-08-25T22:43:43.092Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4179 | 2026-08-25T22:43:43.469Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4180 | 2026-08-25T22:43:43.670Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4181 | 2026-08-25T22:43:43.670Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 4182 | 2026-08-25T22:43:57.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.69s |
| 4183 | 2026-08-25T22:43:57.146Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4184 | 2026-08-25T22:43:57.146Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4185 | 2026-08-25T22:43:57.344Z | |
| 4186 | 2026-08-25T22:43:57.344Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/377) |
| 4187 | 2026-08-25T22:43:57.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4188 | 2026-08-25T22:43:57.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4189 | 2026-08-25T22:43:58.132Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4190 | 2026-08-25T22:44:08.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 4191 | 2026-08-25T22:44:08.713Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4192 | 2026-08-25T22:44:08.713Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4193 | 2026-08-25T22:44:08.913Z | |
| 4194 | 2026-08-25T22:44:08.914Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/377) |
| 4195 | 2026-08-25T22:44:09.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4196 | 2026-08-25T22:44:09.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4197 | 2026-08-25T22:44:09.696Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4198 | 2026-08-25T22:44:20.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.32s |
| 4199 | 2026-08-25T22:44:20.247Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4200 | 2026-08-25T22:44:20.247Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4201 | 2026-08-25T22:44:20.447Z | |
| 4202 | 2026-08-25T22:44:20.447Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/377) |
| 4203 | 2026-08-25T22:44:20.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4204 | 2026-08-25T22:44:20.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4205 | 2026-08-25T22:44:21.225Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4206 | 2026-08-25T22:44:31.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s |
| 4207 | 2026-08-25T22:44:31.766Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4208 | 2026-08-25T22:44:31.766Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4209 | 2026-08-25T22:44:31.968Z | |
| 4210 | 2026-08-25T22:44:31.969Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/377) |
| 4211 | 2026-08-25T22:44:32.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4212 | 2026-08-25T22:44:32.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4213 | 2026-08-25T22:44:32.747Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4214 | 2026-08-25T22:44:43.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s |
| 4215 | 2026-08-25T22:44:43.365Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4216 | 2026-08-25T22:44:43.365Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4217 | 2026-08-25T22:44:43.563Z | |
| 4218 | 2026-08-25T22:44:43.563Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/377) |
| 4219 | 2026-08-25T22:44:44.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-08-25T22:44:44.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-08-25T22:44:44.344Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4222 | 2026-08-25T22:44:54.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s |
| 4223 | 2026-08-25T22:44:54.910Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4224 | 2026-08-25T22:44:54.910Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4225 | 2026-08-25T22:44:55.107Z | |
| 4226 | 2026-08-25T22:44:55.107Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/377) |
| 4227 | 2026-08-25T22:44:55.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4228 | 2026-08-25T22:44:55.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4229 | 2026-08-25T22:44:55.892Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4230 | 2026-08-25T22:45:06.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s |
| 4231 | 2026-08-25T22:45:06.481Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4232 | 2026-08-25T22:45:06.481Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4233 | 2026-08-25T22:45:06.682Z | |
| 4234 | 2026-08-25T22:45:06.682Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/377) |
| 4235 | 2026-08-25T22:45:07.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-08-25T22:45:07.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-08-25T22:45:07.462Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4238 | 2026-08-25T22:45:18.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 4239 | 2026-08-25T22:45:18.121Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4240 | 2026-08-25T22:45:18.121Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4241 | 2026-08-25T22:45:18.322Z | |
| 4242 | 2026-08-25T22:45:18.322Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/377) |
| 4243 | 2026-08-25T22:45:18.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4244 | 2026-08-25T22:45:18.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4245 | 2026-08-25T22:45:18.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4246 | 2026-08-25T22:45:18.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4247 | 2026-08-25T22:45:18.906Z | |
| 4248 | 2026-08-25T22:45:18.906Z | info: running `cargo check --bins` on installinator-common (251/377) |
| 4249 | 2026-08-25T22:45:19.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4250 | 2026-08-25T22:45:19.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4251 | 2026-08-25T22:45:19.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4252 | 2026-08-25T22:45:19.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4253 | 2026-08-25T22:45:19.495Z | |
| 4254 | 2026-08-25T22:45:19.495Z | info: running `cargo check --bins` on installinator-common-versions (252/377) |
| 4255 | 2026-08-25T22:45:19.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4256 | 2026-08-25T22:45:19.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4257 | 2026-08-25T22:45:19.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4258 | 2026-08-25T22:45:19.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 4259 | 2026-08-25T22:45:20.056Z | |
| 4260 | 2026-08-25T22:45:20.056Z | info: running `cargo check --bins` on nexus-lockstep-client (253/377) |
| 4261 | 2026-08-25T22:45:20.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4262 | 2026-08-25T22:45:20.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4263 | 2026-08-25T22:45:20.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4264 | 2026-08-25T22:45:20.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4265 | 2026-08-25T22:45:20.668Z | |
| 4266 | 2026-08-25T22:45:20.668Z | info: running `cargo check --bins` on omicron-ddm-admin-client (254/377) |
| 4267 | 2026-08-25T22:45:21.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4268 | 2026-08-25T22:45:21.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4269 | 2026-08-25T22:45:21.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4270 | 2026-08-25T22:45:21.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4271 | 2026-08-25T22:45:21.250Z | |
| 4272 | 2026-08-25T22:45:21.250Z | info: running `cargo check --bins` on range-requests (255/377) |
| 4273 | 2026-08-25T22:45:21.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4274 | 2026-08-25T22:45:21.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4275 | 2026-08-25T22:45:21.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4276 | 2026-08-25T22:45:21.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4277 | 2026-08-25T22:45:21.824Z | |
| 4278 | 2026-08-25T22:45:21.824Z | info: running `cargo check --bins` on repo-depot-api (256/377) |
| 4279 | 2026-08-25T22:45:22.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4280 | 2026-08-25T22:45:22.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4281 | 2026-08-25T22:45:22.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4282 | 2026-08-25T22:45:22.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4283 | 2026-08-25T22:45:22.401Z | |
| 4284 | 2026-08-25T22:45:22.401Z | info: running `cargo check --bins` on repo-depot-client (257/377) |
| 4285 | 2026-08-25T22:45:22.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4286 | 2026-08-25T22:45:22.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4287 | 2026-08-25T22:45:22.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4288 | 2026-08-25T22:45:22.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4289 | 2026-08-25T22:45:22.971Z | |
| 4290 | 2026-08-25T22:45:22.971Z | info: running `cargo check --bins` on sled-agent-api (258/377) |
| 4291 | 2026-08-25T22:45:23.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4292 | 2026-08-25T22:45:23.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4293 | 2026-08-25T22:45:23.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4294 | 2026-08-25T22:45:23.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4295 | 2026-08-25T22:45:23.569Z | |
| 4296 | 2026-08-25T22:45:23.569Z | info: running `cargo check --bins` on sled-diagnostics (259/377) |
| 4297 | 2026-08-25T22:45:24.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4298 | 2026-08-25T22:45:24.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4299 | 2026-08-25T22:45:24.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4300 | 2026-08-25T22:45:24.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4301 | 2026-08-25T22:45:24.166Z | |
| 4302 | 2026-08-25T22:45:24.166Z | info: running `cargo check --bins` on zfs-test-harness (260/377) |
| 4303 | 2026-08-25T22:45:24.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4304 | 2026-08-25T22:45:24.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4305 | 2026-08-25T22:45:24.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4306 | 2026-08-25T22:45:24.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4307 | 2026-08-25T22:45:24.765Z | |
| 4308 | 2026-08-25T22:45:24.765Z | info: running `cargo check --bins` on sled-agent-bootstrap-common (261/377) |
| 4309 | 2026-08-25T22:45:25.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4310 | 2026-08-25T22:45:25.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4311 | 2026-08-25T22:45:25.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4312 | 2026-08-25T22:45:25.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4313 | 2026-08-25T22:45:25.371Z | |
| 4314 | 2026-08-25T22:45:25.371Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/377) |
| 4315 | 2026-08-25T22:45:25.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4316 | 2026-08-25T22:45:25.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4317 | 2026-08-25T22:45:25.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4318 | 2026-08-25T22:45:25.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4319 | 2026-08-25T22:45:25.969Z | |
| 4320 | 2026-08-25T22:45:25.969Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/377) |
| 4321 | 2026-08-25T22:45:26.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4322 | 2026-08-25T22:45:26.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4323 | 2026-08-25T22:45:26.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4324 | 2026-08-25T22:45:26.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4325 | 2026-08-25T22:45:26.571Z | |
| 4326 | 2026-08-25T22:45:26.571Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/377) |
| 4327 | 2026-08-25T22:45:27.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4328 | 2026-08-25T22:45:27.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4329 | 2026-08-25T22:45:27.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4330 | 2026-08-25T22:45:27.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4331 | 2026-08-25T22:45:27.182Z | |
| 4332 | 2026-08-25T22:45:27.182Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/377) |
| 4333 | 2026-08-25T22:45:27.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4334 | 2026-08-25T22:45:27.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4335 | 2026-08-25T22:45:27.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4336 | 2026-08-25T22:45:27.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4337 | 2026-08-25T22:45:27.788Z | |
| 4338 | 2026-08-25T22:45:27.789Z | info: running `cargo check --bins` on sled-agent-resolvable-files (266/377) |
| 4339 | 2026-08-25T22:45:28.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4340 | 2026-08-25T22:45:28.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4341 | 2026-08-25T22:45:28.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4342 | 2026-08-25T22:45:28.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4343 | 2026-08-25T22:45:28.397Z | |
| 4344 | 2026-08-25T22:45:28.397Z | info: running `cargo check --bins` on trust-quorum (267/377) |
| 4345 | 2026-08-25T22:45:28.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4346 | 2026-08-25T22:45:28.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4347 | 2026-08-25T22:45:28.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4348 | 2026-08-25T22:45:28.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4349 | 2026-08-25T22:45:29.011Z | |
| 4350 | 2026-08-25T22:45:29.012Z | info: running `cargo check --bins` on sled-agent-early-networking (268/377) |
| 4351 | 2026-08-25T22:45:29.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4352 | 2026-08-25T22:45:29.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4353 | 2026-08-25T22:45:29.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4354 | 2026-08-25T22:45:29.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4355 | 2026-08-25T22:45:29.606Z | |
| 4356 | 2026-08-25T22:45:29.606Z | info: running `cargo check --bins` on sled-agent-health-monitor (269/377) |
| 4357 | 2026-08-25T22:45:30.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4358 | 2026-08-25T22:45:30.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4359 | 2026-08-25T22:45:30.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4360 | 2026-08-25T22:45:30.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4361 | 2026-08-25T22:45:30.210Z | |
| 4362 | 2026-08-25T22:45:30.210Z | info: running `cargo check --bins` on sled-agent-multirack-join (270/377) |
| 4363 | 2026-08-25T22:45:30.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4364 | 2026-08-25T22:45:30.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4365 | 2026-08-25T22:45:30.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4366 | 2026-08-25T22:45:30.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4367 | 2026-08-25T22:45:30.837Z | |
| 4368 | 2026-08-25T22:45:30.837Z | info: running `cargo check --bins` on sled-agent-rack-setup (271/377) |
| 4369 | 2026-08-25T22:45:31.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4370 | 2026-08-25T22:45:31.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4371 | 2026-08-25T22:45:31.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4372 | 2026-08-25T22:45:31.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4373 | 2026-08-25T22:45:31.469Z | |
| 4374 | 2026-08-25T22:45:31.469Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (272/377) |
| 4375 | 2026-08-25T22:45:31.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4376 | 2026-08-25T22:45:31.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4377 | 2026-08-25T22:45:31.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4378 | 2026-08-25T22:45:31.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4379 | 2026-08-25T22:45:32.091Z | |
| 4380 | 2026-08-25T22:45:32.091Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (273/377) |
| 4381 | 2026-08-25T22:45:32.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4382 | 2026-08-25T22:45:32.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4383 | 2026-08-25T22:45:32.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4384 | 2026-08-25T22:45:32.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4385 | 2026-08-25T22:45:32.723Z | |
| 4386 | 2026-08-25T22:45:32.723Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (274/377) |
| 4387 | 2026-08-25T22:45:33.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4388 | 2026-08-25T22:45:33.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4389 | 2026-08-25T22:45:33.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4390 | 2026-08-25T22:45:33.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4391 | 2026-08-25T22:45:33.359Z | |
| 4392 | 2026-08-25T22:45:33.359Z | info: running `cargo check --bins` on omicron-deployment-graph (275/377) |
| 4393 | 2026-08-25T22:45:33.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4394 | 2026-08-25T22:45:33.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4395 | 2026-08-25T22:45:33.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4396 | 2026-08-25T22:45:33.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4397 | 2026-08-25T22:45:33.926Z | |
| 4398 | 2026-08-25T22:45:33.927Z | info: running `cargo check --bins` on transient-dns-server (276/377) |
| 4399 | 2026-08-25T22:45:34.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4400 | 2026-08-25T22:45:34.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4401 | 2026-08-25T22:45:34.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4402 | 2026-08-25T22:45:34.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4403 | 2026-08-25T22:45:34.517Z | |
| 4404 | 2026-08-25T22:45:34.517Z | info: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (277/377) |
| 4405 | 2026-08-25T22:45:35.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4406 | 2026-08-25T22:45:35.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4407 | 2026-08-25T22:45:35.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4408 | 2026-08-25T22:45:35.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4409 | 2026-08-25T22:45:35.114Z | |
| 4410 | 2026-08-25T22:45:35.114Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (278/377) |
| 4411 | 2026-08-25T22:45:35.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-08-25T22:45:35.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-08-25T22:45:35.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4414 | 2026-08-25T22:45:35.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4415 | 2026-08-25T22:45:35.709Z | |
| 4416 | 2026-08-25T22:45:35.709Z | info: running `cargo check --bins` on omicron-rpaths (279/377) |
| 4417 | 2026-08-25T22:45:36.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-08-25T22:45:36.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-08-25T22:45:36.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4420 | 2026-08-25T22:45:36.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4421 | 2026-08-25T22:45:36.274Z | |
| 4422 | 2026-08-25T22:45:36.275Z | info: running `cargo check --bins` on omicron-repl-utils (280/377) |
| 4423 | 2026-08-25T22:45:36.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-08-25T22:45:36.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-08-25T22:45:36.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4426 | 2026-08-25T22:45:36.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4427 | 2026-08-25T22:45:36.842Z | |
| 4428 | 2026-08-25T22:45:36.842Z | info: running `cargo check --bins` on omicron-clickhouse-admin (281/377) |
| 4429 | 2026-08-25T22:45:37.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4430 | 2026-08-25T22:45:37.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4431 | 2026-08-25T22:45:37.558Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4432 | 2026-08-25T22:45:37.984Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4433 | 2026-08-25T22:45:39.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.36s |
| 4434 | 2026-08-25T22:45:39.401Z | |
| 4435 | 2026-08-25T22:45:39.401Z | info: running `cargo check --bins` on clickhouse-admin-api (282/377) |
| 4436 | 2026-08-25T22:45:39.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4437 | 2026-08-25T22:45:39.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4438 | 2026-08-25T22:45:39.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4439 | 2026-08-25T22:45:39.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4440 | 2026-08-25T22:45:39.988Z | |
| 4441 | 2026-08-25T22:45:39.988Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (283/377) |
| 4442 | 2026-08-25T22:45:40.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4443 | 2026-08-25T22:45:40.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4444 | 2026-08-25T22:45:40.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4445 | 2026-08-25T22:45:40.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4446 | 2026-08-25T22:45:40.573Z | |
| 4447 | 2026-08-25T22:45:40.573Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (284/377) |
| 4448 | 2026-08-25T22:45:41.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4449 | 2026-08-25T22:45:41.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4450 | 2026-08-25T22:45:41.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4451 | 2026-08-25T22:45:41.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4452 | 2026-08-25T22:45:41.168Z | |
| 4453 | 2026-08-25T22:45:41.168Z | info: running `cargo check --bins` on clickhouse-admin-single-client (285/377) |
| 4454 | 2026-08-25T22:45:41.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4455 | 2026-08-25T22:45:41.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4456 | 2026-08-25T22:45:41.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4457 | 2026-08-25T22:45:41.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4458 | 2026-08-25T22:45:41.757Z | |
| 4459 | 2026-08-25T22:45:41.757Z | info: running `cargo check --bins` on installinator-client (286/377) |
| 4460 | 2026-08-25T22:45:42.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-08-25T22:45:42.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-08-25T22:45:42.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4463 | 2026-08-25T22:45:42.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4464 | 2026-08-25T22:45:42.344Z | |
| 4465 | 2026-08-25T22:45:42.344Z | info: running `cargo check --bins` on oxide-client (287/377) |
| 4466 | 2026-08-25T22:45:42.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4467 | 2026-08-25T22:45:42.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4468 | 2026-08-25T22:45:42.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4469 | 2026-08-25T22:45:42.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4470 | 2026-08-25T22:45:42.924Z | |
| 4471 | 2026-08-25T22:45:42.924Z | info: running `cargo check --bins` on oximeter-client (288/377) |
| 4472 | 2026-08-25T22:45:43.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4473 | 2026-08-25T22:45:43.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4474 | 2026-08-25T22:45:43.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4475 | 2026-08-25T22:45:43.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4476 | 2026-08-25T22:45:43.510Z | |
| 4477 | 2026-08-25T22:45:43.511Z | info: running `cargo check --bins` on wicketd-client (289/377) |
| 4478 | 2026-08-25T22:45:44.018Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4479 | 2026-08-25T22:45:44.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4480 | 2026-08-25T22:45:44.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4481 | 2026-08-25T22:45:44.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4482 | 2026-08-25T22:45:44.116Z | |
| 4483 | 2026-08-25T22:45:44.116Z | info: running `cargo check --bins` on wicket-common (290/377) |
| 4484 | 2026-08-25T22:45:44.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-08-25T22:45:44.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-08-25T22:45:44.621Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4487 | 2026-08-25T22:45:44.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4488 | 2026-08-25T22:45:44.714Z | |
| 4489 | 2026-08-25T22:45:44.714Z | info: running `cargo check --bins` on wicketd-commission-client (291/377) |
| 4490 | 2026-08-25T22:45:45.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-08-25T22:45:45.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-08-25T22:45:45.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4493 | 2026-08-25T22:45:45.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4494 | 2026-08-25T22:45:45.299Z | |
| 4495 | 2026-08-25T22:45:45.299Z | info: running `cargo check --bins` on omicron-cockroach-admin (292/377) |
| 4496 | 2026-08-25T22:45:45.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4497 | 2026-08-25T22:45:45.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4498 | 2026-08-25T22:45:45.981Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4499 | 2026-08-25T22:45:45.984Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4500 | 2026-08-25T22:45:47.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4501 | 2026-08-25T22:45:47.373Z | |
| 4502 | 2026-08-25T22:45:47.373Z | info: running `cargo check --bins` on cockroach-admin-api (293/377) |
| 4503 | 2026-08-25T22:45:47.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4504 | 2026-08-25T22:45:47.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4505 | 2026-08-25T22:45:47.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4506 | 2026-08-25T22:45:47.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4507 | 2026-08-25T22:45:47.949Z | |
| 4508 | 2026-08-25T22:45:47.949Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (294/377) |
| 4509 | 2026-08-25T22:45:48.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4510 | 2026-08-25T22:45:48.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4511 | 2026-08-25T22:45:48.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4512 | 2026-08-25T22:45:48.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4513 | 2026-08-25T22:45:48.611Z | |
| 4514 | 2026-08-25T22:45:48.611Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (295/377) |
| 4515 | 2026-08-25T22:45:49.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4516 | 2026-08-25T22:45:49.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4517 | 2026-08-25T22:45:49.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4518 | 2026-08-25T22:45:49.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4519 | 2026-08-25T22:45:49.279Z | |
| 4520 | 2026-08-25T22:45:49.279Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (296/377) |
| 4521 | 2026-08-25T22:45:49.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4522 | 2026-08-25T22:45:49.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4523 | 2026-08-25T22:45:49.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4524 | 2026-08-25T22:45:49.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4525 | 2026-08-25T22:45:49.909Z | |
| 4526 | 2026-08-25T22:45:49.909Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (297/377) |
| 4527 | 2026-08-25T22:45:50.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4528 | 2026-08-25T22:45:50.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4529 | 2026-08-25T22:45:50.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4530 | 2026-08-25T22:45:50.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4531 | 2026-08-25T22:45:50.541Z | |
| 4532 | 2026-08-25T22:45:50.541Z | info: running `cargo check --bins` on db-macros (298/377) |
| 4533 | 2026-08-25T22:45:51.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4534 | 2026-08-25T22:45:51.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4535 | 2026-08-25T22:45:51.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4536 | 2026-08-25T22:45:51.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4537 | 2026-08-25T22:45:51.114Z | |
| 4538 | 2026-08-25T22:45:51.114Z | info: running `cargo check --bins` on nexus-macros-common (299/377) |
| 4539 | 2026-08-25T22:45:51.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4540 | 2026-08-25T22:45:51.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4541 | 2026-08-25T22:45:51.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4542 | 2026-08-25T22:45:51.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4543 | 2026-08-25T22:45:51.682Z | |
| 4544 | 2026-08-25T22:45:51.682Z | info: running `cargo check --bins` on nexus-auth (300/377) |
| 4545 | 2026-08-25T22:45:52.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4546 | 2026-08-25T22:45:52.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4547 | 2026-08-25T22:45:52.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4548 | 2026-08-25T22:45:52.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4549 | 2026-08-25T22:45:52.321Z | |
| 4550 | 2026-08-25T22:45:52.321Z | info: running `cargo check --bins` on authz-macros (301/377) |
| 4551 | 2026-08-25T22:45:52.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4552 | 2026-08-25T22:45:52.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4553 | 2026-08-25T22:45:52.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4554 | 2026-08-25T22:45:52.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4555 | 2026-08-25T22:45:52.889Z | |
| 4556 | 2026-08-25T22:45:52.889Z | info: running `cargo check --bins` on nexus-db-fixed-data (302/377) |
| 4557 | 2026-08-25T22:45:53.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4558 | 2026-08-25T22:45:53.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4559 | 2026-08-25T22:45:53.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4560 | 2026-08-25T22:45:53.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4561 | 2026-08-25T22:45:53.517Z | |
| 4562 | 2026-08-25T22:45:53.517Z | info: running `cargo check --bins` on nexus-db-model (303/377) |
| 4563 | 2026-08-25T22:45:54.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4564 | 2026-08-25T22:45:54.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4565 | 2026-08-25T22:45:54.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4566 | 2026-08-25T22:45:54.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4567 | 2026-08-25T22:45:54.140Z | |
| 4568 | 2026-08-25T22:45:54.140Z | info: running `cargo check --bins` on nexus-db-schema (304/377) |
| 4569 | 2026-08-25T22:45:54.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4570 | 2026-08-25T22:45:54.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4571 | 2026-08-25T22:45:54.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4572 | 2026-08-25T22:45:54.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4573 | 2026-08-25T22:45:54.710Z | |
| 4574 | 2026-08-25T22:45:54.710Z | info: running `cargo check --bins` on nexus-defaults (305/377) |
| 4575 | 2026-08-25T22:45:55.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4576 | 2026-08-25T22:45:55.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4577 | 2026-08-25T22:45:55.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4578 | 2026-08-25T22:45:55.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4579 | 2026-08-25T22:45:55.292Z | |
| 4580 | 2026-08-25T22:45:55.292Z | info: running `cargo check --bins` on omicron-git-version (306/377) |
| 4581 | 2026-08-25T22:45:55.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4582 | 2026-08-25T22:45:55.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4583 | 2026-08-25T22:45:55.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4584 | 2026-08-25T22:45:55.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4585 | 2026-08-25T22:45:55.858Z | |
| 4586 | 2026-08-25T22:45:55.858Z | info: running `cargo check --bins` on nexus-db-errors (307/377) |
| 4587 | 2026-08-25T22:45:56.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4588 | 2026-08-25T22:45:56.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4589 | 2026-08-25T22:45:56.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4590 | 2026-08-25T22:45:56.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4591 | 2026-08-25T22:45:56.491Z | |
| 4592 | 2026-08-25T22:45:56.492Z | info: running `cargo check --bins` on nexus-db-lookup (308/377) |
| 4593 | 2026-08-25T22:45:57.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4594 | 2026-08-25T22:45:57.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4595 | 2026-08-25T22:45:57.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4596 | 2026-08-25T22:45:57.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4597 | 2026-08-25T22:45:57.132Z | |
| 4598 | 2026-08-25T22:45:57.132Z | info: running `cargo check --bins` on nexus-test-interface (309/377) |
| 4599 | 2026-08-25T22:45:57.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4600 | 2026-08-25T22:45:57.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4601 | 2026-08-25T22:45:57.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4602 | 2026-08-25T22:45:57.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4603 | 2026-08-25T22:45:57.771Z | |
| 4604 | 2026-08-25T22:45:57.771Z | info: running `cargo check --bins` on oximeter-collector (310/377) |
| 4605 | 2026-08-25T22:45:58.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4606 | 2026-08-25T22:45:58.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4607 | 2026-08-25T22:45:58.502Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4608 | 2026-08-25T22:45:58.506Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4609 | 2026-08-25T22:45:59.182Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4610 | 2026-08-25T22:46:00.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s |
| 4611 | 2026-08-25T22:46:01.110Z | |
| 4612 | 2026-08-25T22:46:01.111Z | info: running `cargo check --bins` on oximeter-api (311/377) |
| 4613 | 2026-08-25T22:46:01.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4614 | 2026-08-25T22:46:01.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4615 | 2026-08-25T22:46:01.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4616 | 2026-08-25T22:46:01.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4617 | 2026-08-25T22:46:01.690Z | |
| 4618 | 2026-08-25T22:46:01.690Z | info: running `cargo check --bins` on cert-dev (312/377) |
| 4619 | 2026-08-25T22:46:02.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4620 | 2026-08-25T22:46:02.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4621 | 2026-08-25T22:46:02.300Z | Checking yasna v0.5.2 |
| 4622 | 2026-08-25T22:46:02.713Z | Checking rcgen v0.12.1 |
| 4623 | 2026-08-25T22:46:02.972Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4624 | 2026-08-25T22:46:03.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4625 | 2026-08-25T22:46:03.338Z | |
| 4626 | 2026-08-25T22:46:03.338Z | info: running `cargo check --bins` on clickana (313/377) |
| 4627 | 2026-08-25T22:46:03.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4628 | 2026-08-25T22:46:03.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4629 | 2026-08-25T22:46:03.981Z | Compiling instability v0.3.11 |
| 4630 | 2026-08-25T22:46:03.984Z | Checking castaway v0.2.4 |
| 4631 | 2026-08-25T22:46:03.984Z | Compiling indoc v2.0.7 |
| 4632 | 2026-08-25T22:46:03.984Z | Checking unicode-truncate v1.1.0 |
| 4633 | 2026-08-25T22:46:03.984Z | Checking lru v0.12.5 |
| 4634 | 2026-08-25T22:46:04.089Z | Checking cassowary v0.3.0 |
| 4635 | 2026-08-25T22:46:04.217Z | Checking compact_str v0.8.1 |
| 4636 | 2026-08-25T22:46:04.997Z | Checking ratatui v0.29.0 |
| 4637 | 2026-08-25T22:46:06.050Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4638 | 2026-08-25T22:46:06.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
| 4639 | 2026-08-25T22:46:06.952Z | |
| 4640 | 2026-08-25T22:46:06.952Z | info: running `cargo check --bins` on clickhouse-cluster-dev (314/377) |
| 4641 | 2026-08-25T22:46:07.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4642 | 2026-08-25T22:46:07.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4643 | 2026-08-25T22:46:07.670Z | Checking headers-core v0.3.0 |
| 4644 | 2026-08-25T22:46:07.670Z | Checking port-file v0.1.0 |
| 4645 | 2026-08-25T22:46:07.673Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4646 | 2026-08-25T22:46:07.870Z | Checking headers v0.4.1 |
| 4647 | 2026-08-25T22:46:08.239Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4648 | 2026-08-25T22:46:09.200Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4649 | 2026-08-25T22:46:09.728Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4650 | 2026-08-25T22:46:10.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
| 4651 | 2026-08-25T22:46:10.365Z | |
| 4652 | 2026-08-25T22:46:10.365Z | info: running `cargo check --bins` on ch-dev (315/377) |
| 4653 | 2026-08-25T22:46:10.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4654 | 2026-08-25T22:46:10.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4655 | 2026-08-25T22:46:11.086Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4656 | 2026-08-25T22:46:11.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4657 | 2026-08-25T22:46:12.046Z | |
| 4658 | 2026-08-25T22:46:12.046Z | info: running `cargo check --bins` on dev-tools-common (316/377) |
| 4659 | 2026-08-25T22:46:12.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-08-25T22:46:12.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-08-25T22:46:12.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4662 | 2026-08-25T22:46:12.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 4663 | 2026-08-25T22:46:12.469Z | |
| 4664 | 2026-08-25T22:46:12.469Z | info: running `cargo check --bins` on corpus-adjust (317/377) |
| 4665 | 2026-08-25T22:46:12.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4666 | 2026-08-25T22:46:12.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4667 | 2026-08-25T22:46:13.102Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 4668 | 2026-08-25T22:46:13.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
| 4669 | 2026-08-25T22:46:13.659Z | |
| 4670 | 2026-08-25T22:46:13.659Z | info: running `cargo check --bins` on crdb-seed (318/377) |
| 4671 | 2026-08-25T22:46:14.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4672 | 2026-08-25T22:46:14.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4673 | 2026-08-25T22:46:14.376Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4674 | 2026-08-25T22:46:15.479Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4675 | 2026-08-25T22:46:15.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.17s |
| 4676 | 2026-08-25T22:46:16.032Z | |
| 4677 | 2026-08-25T22:46:16.033Z | info: running `cargo check --bins` on db-dev (319/377) |
| 4678 | 2026-08-25T22:46:16.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4679 | 2026-08-25T22:46:16.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4680 | 2026-08-25T22:46:16.763Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4681 | 2026-08-25T22:46:17.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4682 | 2026-08-25T22:46:17.730Z | |
| 4683 | 2026-08-25T22:46:17.730Z | info: running `cargo check --bins` on omicron-dev-lib (320/377) |
| 4684 | 2026-08-25T22:46:18.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4685 | 2026-08-25T22:46:18.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4686 | 2026-08-25T22:46:18.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4687 | 2026-08-25T22:46:18.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4688 | 2026-08-25T22:46:18.358Z | |
| 4689 | 2026-08-25T22:46:18.358Z | info: running `cargo check --bins` on xtask-downloader (321/377) |
| 4690 | 2026-08-25T22:46:18.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4691 | 2026-08-25T22:46:18.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4692 | 2026-08-25T22:46:18.988Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4693 | 2026-08-25T22:46:19.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4694 | 2026-08-25T22:46:19.855Z | |
| 4695 | 2026-08-25T22:46:19.855Z | info: running `cargo check --bins` on omicron-dropshot-apis (322/377) |
| 4696 | 2026-08-25T22:46:20.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4697 | 2026-08-25T22:46:20.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4698 | 2026-08-25T22:46:20.614Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4699 | 2026-08-25T22:46:20.614Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4700 | 2026-08-25T22:46:20.618Z | Checking git-stub v1.0.0 |
| 4701 | 2026-08-25T22:46:20.618Z | Compiling trait-variant v0.1.2 |
| 4702 | 2026-08-25T22:46:20.731Z | Checking maplit v1.0.2 |
| 4703 | 2026-08-25T22:46:20.760Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4704 | 2026-08-25T22:46:20.763Z | Checking drift v0.2.0 |
| 4705 | 2026-08-25T22:46:20.763Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4706 | 2026-08-25T22:46:20.811Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4707 | 2026-08-25T22:46:20.866Z | Checking git-stub-vcs v0.1.0 |
| 4708 | 2026-08-25T22:46:20.947Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4709 | 2026-08-25T22:46:20.964Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4710 | 2026-08-25T22:46:21.060Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 4711 | 2026-08-25T22:46:21.117Z | Checking dropshot-api-manager v0.8.0 |
| 4712 | 2026-08-25T22:46:21.133Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4713 | 2026-08-25T22:46:21.247Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4714 | 2026-08-25T22:46:21.501Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4715 | 2026-08-25T22:46:21.952Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4716 | 2026-08-25T22:46:22.941Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4717 | 2026-08-25T22:46:23.962Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4718 | 2026-08-25T22:46:24.725Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4719 | 2026-08-25T22:46:25.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 4720 | 2026-08-25T22:46:25.376Z | |
| 4721 | 2026-08-25T22:46:25.376Z | info: running `cargo check --bins` on installinator-api (323/377) |
| 4722 | 2026-08-25T22:46:25.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4723 | 2026-08-25T22:46:25.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4724 | 2026-08-25T22:46:25.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4725 | 2026-08-25T22:46:25.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4726 | 2026-08-25T22:46:25.959Z | |
| 4727 | 2026-08-25T22:46:25.960Z | info: running `cargo check --bins` on nexus-external-api (324/377) |
| 4728 | 2026-08-25T22:46:26.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4729 | 2026-08-25T22:46:26.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4730 | 2026-08-25T22:46:26.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4731 | 2026-08-25T22:46:26.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4732 | 2026-08-25T22:46:26.583Z | |
| 4733 | 2026-08-25T22:46:26.583Z | info: running `cargo check --bins` on nexus-internal-api (325/377) |
| 4734 | 2026-08-25T22:46:27.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4735 | 2026-08-25T22:46:27.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4736 | 2026-08-25T22:46:27.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4737 | 2026-08-25T22:46:27.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4738 | 2026-08-25T22:46:27.200Z | |
| 4739 | 2026-08-25T22:46:27.200Z | info: running `cargo check --bins` on nexus-lockstep-api (326/377) |
| 4740 | 2026-08-25T22:46:27.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4741 | 2026-08-25T22:46:27.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4742 | 2026-08-25T22:46:27.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4743 | 2026-08-25T22:46:27.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4744 | 2026-08-25T22:46:27.819Z | |
| 4745 | 2026-08-25T22:46:27.819Z | info: running `cargo check --bins` on ntp-admin-api (327/377) |
| 4746 | 2026-08-25T22:46:28.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4747 | 2026-08-25T22:46:28.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4748 | 2026-08-25T22:46:28.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4749 | 2026-08-25T22:46:28.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4750 | 2026-08-25T22:46:28.403Z | |
| 4751 | 2026-08-25T22:46:28.403Z | info: running `cargo check --bins` on ntp-admin-types-versions (328/377) |
| 4752 | 2026-08-25T22:46:28.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4753 | 2026-08-25T22:46:28.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4754 | 2026-08-25T22:46:28.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4755 | 2026-08-25T22:46:28.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4756 | 2026-08-25T22:46:28.972Z | |
| 4757 | 2026-08-25T22:46:28.972Z | info: running `cargo check --bins` on wicketd-api (329/377) |
| 4758 | 2026-08-25T22:46:29.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4759 | 2026-08-25T22:46:29.476Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4760 | 2026-08-25T22:46:29.476Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4761 | 2026-08-25T22:46:29.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4762 | 2026-08-25T22:46:29.572Z | |
| 4763 | 2026-08-25T22:46:29.572Z | info: running `cargo check --bins` on wicketd-commission-api (330/377) |
| 4764 | 2026-08-25T22:46:30.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4765 | 2026-08-25T22:46:30.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4766 | 2026-08-25T22:46:30.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4767 | 2026-08-25T22:46:30.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4768 | 2026-08-25T22:46:30.158Z | |
| 4769 | 2026-08-25T22:46:30.159Z | info: running `cargo check --bins` on omicron-ls-apis (331/377) |
| 4770 | 2026-08-25T22:46:30.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4771 | 2026-08-25T22:46:30.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4772 | 2026-08-25T22:46:30.786Z | Compiling blake3 v1.8.5 |
| 4773 | 2026-08-25T22:46:30.895Z | Checking constant_time_eq v0.4.2 |
| 4774 | 2026-08-25T22:46:30.898Z | Checking arrayref v0.3.9 |
| 4775 | 2026-08-25T22:46:30.898Z | Checking arrayvec v0.7.6 |
| 4776 | 2026-08-25T22:46:30.924Z | Checking cargo-platform v0.3.2 |
| 4777 | 2026-08-25T22:46:30.924Z | Checking topological-sort v0.2.2 |
| 4778 | 2026-08-25T22:46:30.927Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4779 | 2026-08-25T22:46:31.083Z | Checking cargo_metadata v0.23.1 |
| 4780 | 2026-08-25T22:46:31.671Z | Checking omicron-zone-package v0.12.3 |
| 4781 | 2026-08-25T22:46:32.386Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4782 | 2026-08-25T22:46:33.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4783 | 2026-08-25T22:46:33.400Z | |
| 4784 | 2026-08-25T22:46:33.400Z | info: running `cargo check --bins` on mgs-dev (332/377) |
| 4785 | 2026-08-25T22:46:33.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4786 | 2026-08-25T22:46:33.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4787 | 2026-08-25T22:46:34.131Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4788 | 2026-08-25T22:46:34.767Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4789 | 2026-08-25T22:46:35.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4790 | 2026-08-25T22:46:35.480Z | |
| 4791 | 2026-08-25T22:46:35.480Z | info: running `cargo check --bins` on omicron-omdb (333/377) |
| 4792 | 2026-08-25T22:46:36.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4793 | 2026-08-25T22:46:36.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4794 | 2026-08-25T22:46:36.471Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4795 | 2026-08-25T22:46:36.471Z | Compiling darling_core v0.21.3 |
| 4796 | 2026-08-25T22:46:36.471Z | Compiling vergen-lib v0.1.6 |
| 4797 | 2026-08-25T22:46:36.474Z | Compiling diesel_derives v2.3.7 |
| 4798 | 2026-08-25T22:46:36.474Z | Checking scheduled-thread-pool v0.2.7 |
| 4799 | 2026-08-25T22:46:36.474Z | Compiling vergen-gitcl v1.0.8 |
| 4800 | 2026-08-25T22:46:36.474Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4801 | 2026-08-25T22:46:36.474Z | Compiling dirs-sys-next v0.1.2 |
| 4802 | 2026-08-25T22:46:36.760Z | Compiling crunchy v0.2.4 |
| 4803 | 2026-08-25T22:46:36.803Z | Compiling glob v0.3.3 |
| 4804 | 2026-08-25T22:46:36.867Z | Compiling dirs-next v2.0.0 |
| 4805 | 2026-08-25T22:46:36.907Z | Checking r2d2 v0.8.10 |
| 4806 | 2026-08-25T22:46:36.924Z | Checking downcast-rs v2.0.2 |
| 4807 | 2026-08-25T22:46:36.989Z | Compiling tiny-keccak v2.0.2 |
| 4808 | 2026-08-25T22:46:37.089Z | Compiling term v0.7.0 |
| 4809 | 2026-08-25T22:46:37.138Z | Compiling bit-vec v0.6.3 |
| 4810 | 2026-08-25T22:46:37.176Z | Compiling clang-sys v1.8.1 |
| 4811 | 2026-08-25T22:46:37.194Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4812 | 2026-08-25T22:46:37.357Z | Compiling ascii-canvas v3.0.0 |
| 4813 | 2026-08-25T22:46:37.395Z | Compiling bit-set v0.5.3 |
| 4814 | 2026-08-25T22:46:37.552Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4815 | 2026-08-25T22:46:37.568Z | Compiling itertools v0.10.5 |
| 4816 | 2026-08-25T22:46:37.598Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4817 | 2026-08-25T22:46:37.614Z | Compiling ena v0.14.4 |
| 4818 | 2026-08-25T22:46:37.629Z | Compiling libloading v0.8.9 |
| 4819 | 2026-08-25T22:46:37.685Z | Compiling regex-syntax v0.6.29 |
| 4820 | 2026-08-25T22:46:37.704Z | Compiling bindgen v0.71.1 |
| 4821 | 2026-08-25T22:46:37.826Z | Compiling diff v0.1.13 |
| 4822 | 2026-08-25T22:46:38.123Z | Compiling cexpr v0.6.0 |
| 4823 | 2026-08-25T22:46:38.140Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4824 | 2026-08-25T22:46:38.304Z | Compiling rustc-hash v2.1.1 |
| 4825 | 2026-08-25T22:46:38.367Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4826 | 2026-08-25T22:46:38.603Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4827 | 2026-08-25T22:46:38.620Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4828 | 2026-08-25T22:46:38.720Z | Compiling libxml v0.3.3 |
| 4829 | 2026-08-25T22:46:38.784Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4830 | 2026-08-25T22:46:38.907Z | Compiling strum_macros v0.24.3 |
| 4831 | 2026-08-25T22:46:38.976Z | Compiling lalrpop v0.19.12 |
| 4832 | 2026-08-25T22:46:39.005Z | Compiling indoc v1.0.9 |
| 4833 | 2026-08-25T22:46:39.213Z | Compiling darling_macro v0.21.3 |
| 4834 | 2026-08-25T22:46:39.733Z | Compiling darling v0.21.3 |
| 4835 | 2026-08-25T22:46:39.831Z | Compiling dsl_auto_type v0.2.0 |
| 4836 | 2026-08-25T22:46:39.928Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4837 | 2026-08-25T22:46:40.120Z | Checking derive_builder v0.20.2 |
| 4838 | 2026-08-25T22:46:40.245Z | Compiling oso-derive v0.27.3 |
| 4839 | 2026-08-25T22:46:40.262Z | Checking quick-xml v0.37.5 |
| 4840 | 2026-08-25T22:46:40.362Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4841 | 2026-08-25T22:46:40.751Z | Checking openssl-probe v0.1.6 |
| 4842 | 2026-08-25T22:46:40.895Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4843 | 2026-08-25T22:46:41.150Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4844 | 2026-08-25T22:46:41.344Z | Checking bb8 v0.8.6 |
| 4845 | 2026-08-25T22:46:41.505Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4846 | 2026-08-25T22:46:41.628Z | Checking nonempty v0.12.0 |
| 4847 | 2026-08-25T22:46:41.631Z | Compiling libz-sys v1.1.24 |
| 4848 | 2026-08-25T22:46:41.720Z | Compiling strsim v0.10.0 |
| 4849 | 2026-08-25T22:46:41.799Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4850 | 2026-08-25T22:46:41.904Z | Compiling darling_core v0.13.4 |
| 4851 | 2026-08-25T22:46:42.054Z | Compiling vergen-git2 v9.1.0 |
| 4852 | 2026-08-25T22:46:42.235Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4853 | 2026-08-25T22:46:42.279Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4854 | 2026-08-25T22:46:42.449Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4855 | 2026-08-25T22:46:42.668Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4856 | 2026-08-25T22:46:42.858Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4857 | 2026-08-25T22:46:43.050Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4858 | 2026-08-25T22:46:43.241Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4859 | 2026-08-25T22:46:43.258Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4860 | 2026-08-25T22:46:43.432Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4861 | 2026-08-25T22:46:43.624Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4862 | 2026-08-25T22:46:43.776Z | Compiling darling_macro v0.13.4 |
| 4863 | 2026-08-25T22:46:43.810Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4864 | 2026-08-25T22:46:44.002Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4865 | 2026-08-25T22:46:44.321Z | Compiling darling v0.13.4 |
| 4866 | 2026-08-25T22:46:44.449Z | Compiling serde_with_macros v1.5.2 |
| 4867 | 2026-08-25T22:46:44.472Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4868 | 2026-08-25T22:46:44.864Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4869 | 2026-08-25T22:46:45.305Z | Compiling serde_with v1.14.0 |
| 4870 | 2026-08-25T22:46:45.456Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4871 | 2026-08-25T22:46:45.559Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4872 | 2026-08-25T22:46:45.648Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4873 | 2026-08-25T22:46:45.758Z | Checking diesel v2.3.7 |
| 4874 | 2026-08-25T22:46:46.446Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 4875 | 2026-08-25T22:46:47.265Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4876 | 2026-08-25T22:46:47.432Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4877 | 2026-08-25T22:46:48.053Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4878 | 2026-08-25T22:46:48.140Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4879 | 2026-08-25T22:46:48.808Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 4880 | 2026-08-25T22:46:48.864Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4881 | 2026-08-25T22:46:48.901Z | Checking twox-hash v2.1.2 |
| 4882 | 2026-08-25T22:46:49.211Z | Checking libsw-core v0.3.2 |
| 4883 | 2026-08-25T22:46:49.345Z | Checking atty v0.2.14 |
| 4884 | 2026-08-25T22:46:49.374Z | Checking libsw v3.5.0 |
| 4885 | 2026-08-25T22:46:49.453Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4886 | 2026-08-25T22:46:49.541Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4887 | 2026-08-25T22:46:49.842Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4888 | 2026-08-25T22:46:50.000Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4889 | 2026-08-25T22:46:50.057Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4890 | 2026-08-25T22:46:51.324Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4891 | 2026-08-25T22:46:51.607Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4892 | 2026-08-25T22:46:51.684Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4893 | 2026-08-25T22:46:52.049Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4894 | 2026-08-25T22:46:52.315Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4895 | 2026-08-25T22:46:52.507Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4896 | 2026-08-25T22:46:52.667Z | Checking fatfs v0.3.6 |
| 4897 | 2026-08-25T22:46:53.024Z | Checking console v0.16.2 |
| 4898 | 2026-08-25T22:46:53.123Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4899 | 2026-08-25T22:46:53.337Z | Compiling seq-macro v0.3.6 |
| 4900 | 2026-08-25T22:46:53.841Z | Checking unit-prefix v0.5.2 |
| 4901 | 2026-08-25T22:46:53.983Z | Checking indicatif v0.18.4 |
| 4902 | 2026-08-25T22:46:54.403Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4903 | 2026-08-25T22:46:54.463Z | Checking oxide-update-engine-display v0.1.2 |
| 4904 | 2026-08-25T22:46:54.774Z | Checking support-bundle-viewer v0.1.2 |
| 4905 | 2026-08-25T22:46:54.987Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4906 | 2026-08-25T22:46:55.026Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4907 | 2026-08-25T22:46:55.071Z | Checking multimap v0.10.1 |
| 4908 | 2026-08-25T22:47:01.138Z | Checking async-bb8-diesel v0.2.1 |
| 4909 | 2026-08-25T22:47:01.494Z | Checking diesel-dtrace v0.5.0 |
| 4910 | 2026-08-25T22:47:04.639Z | Compiling samael v0.0.19 |
| 4911 | 2026-08-25T22:47:09.958Z | Compiling git2 v0.20.4 |
| 4912 | 2026-08-25T22:47:10.267Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 4913 | 2026-08-25T22:47:11.752Z | Compiling polar-core v0.27.3 |
| 4914 | 2026-08-25T22:47:12.421Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4915 | 2026-08-25T22:47:16.297Z | Checking oso v0.27.3 |
| 4916 | 2026-08-25T22:47:48.751Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4917 | 2026-08-25T22:49:04.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 4918 | 2026-08-25T22:49:04.680Z | |
| 4919 | 2026-08-25T22:49:04.680Z | info: running `cargo check --bins` on nexus-networking (334/377) |
| 4920 | 2026-08-25T22:49:05.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4921 | 2026-08-25T22:49:05.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4922 | 2026-08-25T22:49:05.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4923 | 2026-08-25T22:49:05.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4924 | 2026-08-25T22:49:05.364Z | |
| 4925 | 2026-08-25T22:49:05.365Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (335/377) |
| 4926 | 2026-08-25T22:49:05.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4927 | 2026-08-25T22:49:05.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4928 | 2026-08-25T22:49:05.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4929 | 2026-08-25T22:49:05.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4930 | 2026-08-25T22:49:06.037Z | |
| 4931 | 2026-08-25T22:49:06.037Z | info: running `cargo check --bins` on nexus-saga-recovery (336/377) |
| 4932 | 2026-08-25T22:49:06.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4933 | 2026-08-25T22:49:06.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4934 | 2026-08-25T22:49:06.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4935 | 2026-08-25T22:49:06.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4936 | 2026-08-25T22:49:06.680Z | |
| 4937 | 2026-08-25T22:49:06.680Z | info: running `cargo check --bins` on nexus-test-utils-macros (337/377) |
| 4938 | 2026-08-25T22:49:07.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4939 | 2026-08-25T22:49:07.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4940 | 2026-08-25T22:49:07.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4941 | 2026-08-25T22:49:07.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4942 | 2026-08-25T22:49:07.252Z | |
| 4943 | 2026-08-25T22:49:07.252Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (338/377) |
| 4944 | 2026-08-25T22:49:07.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4945 | 2026-08-25T22:49:07.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4946 | 2026-08-25T22:49:08.102Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4947 | 2026-08-25T22:49:08.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 4948 | 2026-08-25T22:49:09.069Z | |
| 4949 | 2026-08-25T22:49:09.069Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (339/377) |
| 4950 | 2026-08-25T22:49:09.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4951 | 2026-08-25T22:49:09.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4952 | 2026-08-25T22:49:09.904Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4953 | 2026-08-25T22:49:48.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.71s |
| 4954 | 2026-08-25T22:49:48.995Z | |
| 4955 | 2026-08-25T22:49:48.995Z | info: running `cargo check --bins --no-default-features` on nexus-background-task-interface (340/377) |
| 4956 | 2026-08-25T22:49:49.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4957 | 2026-08-25T22:49:49.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4958 | 2026-08-25T22:49:49.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4959 | 2026-08-25T22:49:49.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4960 | 2026-08-25T22:49:49.564Z | |
| 4961 | 2026-08-25T22:49:49.564Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (341/377) |
| 4962 | 2026-08-25T22:49:50.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4963 | 2026-08-25T22:49:50.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4964 | 2026-08-25T22:49:50.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4965 | 2026-08-25T22:49:50.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 4966 | 2026-08-25T22:49:50.137Z | |
| 4967 | 2026-08-25T22:49:50.138Z | info: running `cargo check --bins --no-default-features` on nexus-fm (342/377) |
| 4968 | 2026-08-25T22:49:50.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4969 | 2026-08-25T22:49:50.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4970 | 2026-08-25T22:49:50.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4971 | 2026-08-25T22:49:50.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4972 | 2026-08-25T22:49:50.772Z | |
| 4973 | 2026-08-25T22:49:50.772Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (343/377) |
| 4974 | 2026-08-25T22:49:51.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4975 | 2026-08-25T22:49:51.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4976 | 2026-08-25T22:49:51.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4977 | 2026-08-25T22:49:51.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4978 | 2026-08-25T22:49:51.417Z | |
| 4979 | 2026-08-25T22:49:51.417Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (344/377) |
| 4980 | 2026-08-25T22:49:51.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4981 | 2026-08-25T22:49:51.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4982 | 2026-08-25T22:49:51.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4983 | 2026-08-25T22:49:51.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4984 | 2026-08-25T22:49:52.062Z | |
| 4985 | 2026-08-25T22:49:52.062Z | info: running `cargo check --bins` on nexus-mgs-updates (345/377) |
| 4986 | 2026-08-25T22:49:52.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4987 | 2026-08-25T22:49:52.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4988 | 2026-08-25T22:49:52.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4989 | 2026-08-25T22:49:52.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4990 | 2026-08-25T22:49:52.691Z | |
| 4991 | 2026-08-25T22:49:52.691Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (346/377) |
| 4992 | 2026-08-25T22:49:53.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4993 | 2026-08-25T22:49:53.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4994 | 2026-08-25T22:49:53.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4995 | 2026-08-25T22:49:53.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4996 | 2026-08-25T22:49:53.334Z | |
| 4997 | 2026-08-25T22:49:53.334Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (347/377) |
| 4998 | 2026-08-25T22:49:53.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4999 | 2026-08-25T22:49:53.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5000 | 2026-08-25T22:49:53.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5001 | 2026-08-25T22:49:53.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5002 | 2026-08-25T22:49:53.980Z | |
| 5003 | 2026-08-25T22:49:53.980Z | info: running `cargo check --bins` on nexus-switch-config (348/377) |
| 5004 | 2026-08-25T22:49:54.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5005 | 2026-08-25T22:49:54.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5006 | 2026-08-25T22:49:54.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5007 | 2026-08-25T22:49:54.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 5008 | 2026-08-25T22:49:54.604Z | |
| 5009 | 2026-08-25T22:49:54.605Z | info: running `cargo check --bins` on nexus-switch-config-preparation (349/377) |
| 5010 | 2026-08-25T22:49:55.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5011 | 2026-08-25T22:49:55.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5012 | 2026-08-25T22:49:55.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5013 | 2026-08-25T22:49:55.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5014 | 2026-08-25T22:49:55.250Z | |
| 5015 | 2026-08-25T22:49:55.251Z | info: running `cargo check --bins` on support-bundle-collection (350/377) |
| 5016 | 2026-08-25T22:49:55.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5017 | 2026-08-25T22:49:55.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5018 | 2026-08-25T22:49:55.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5019 | 2026-08-25T22:49:55.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 5020 | 2026-08-25T22:49:55.897Z | |
| 5021 | 2026-08-25T22:49:55.897Z | info: running `cargo check --bins` on omicron-dev (351/377) |
| 5022 | 2026-08-25T22:49:56.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5023 | 2026-08-25T22:49:56.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5024 | 2026-08-25T22:49:56.796Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5025 | 2026-08-25T22:49:56.796Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5026 | 2026-08-25T22:49:56.989Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 5027 | 2026-08-25T22:49:57.018Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5028 | 2026-08-25T22:49:57.036Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 5029 | 2026-08-25T22:49:57.038Z | Checking yansi v1.0.1 |
| 5030 | 2026-08-25T22:49:57.039Z | Checking diff v0.1.13 |
| 5031 | 2026-08-25T22:49:57.068Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 5032 | 2026-08-25T22:49:57.121Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 5033 | 2026-08-25T22:49:57.323Z | Checking pretty_assertions v1.4.1 |
| 5034 | 2026-08-25T22:49:58.081Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 5035 | 2026-08-25T22:49:58.112Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 5036 | 2026-08-25T22:50:23.407Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5037 | 2026-08-25T22:50:23.410Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5038 | 2026-08-25T22:50:23.410Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5039 | 2026-08-25T22:50:23.410Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5040 | 2026-08-25T22:50:23.410Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5041 | 2026-08-25T22:50:23.410Z | Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5042 | 2026-08-25T22:50:23.410Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5043 | 2026-08-25T22:50:24.307Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5044 | 2026-08-25T22:50:24.307Z | Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5045 | 2026-08-25T22:50:25.589Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5046 | 2026-08-25T22:51:04.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 5047 | 2026-08-25T22:51:04.275Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5048 | 2026-08-25T22:51:04.275Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5049 | 2026-08-25T22:51:04.487Z | |
| 5050 | 2026-08-25T22:51:04.487Z | info: running `cargo check --bins` on oximeter-load-test (352/377) |
| 5051 | 2026-08-25T22:51:05.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5052 | 2026-08-25T22:51:05.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5053 | 2026-08-25T22:51:05.221Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 5054 | 2026-08-25T22:51:05.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
| 5055 | 2026-08-25T22:51:06.070Z | |
| 5056 | 2026-08-25T22:51:06.070Z | info: running `cargo check --bins` on omicron-pins (353/377) |
| 5057 | 2026-08-25T22:51:06.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5058 | 2026-08-25T22:51:06.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5059 | 2026-08-25T22:51:06.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5060 | 2026-08-25T22:51:06.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5061 | 2026-08-25T22:51:06.633Z | |
| 5062 | 2026-08-25T22:51:06.634Z | info: running `cargo check --bins` on rack-init-config (354/377) |
| 5063 | 2026-08-25T22:51:07.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5064 | 2026-08-25T22:51:07.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5065 | 2026-08-25T22:51:07.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5066 | 2026-08-25T22:51:07.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 5067 | 2026-08-25T22:51:07.222Z | |
| 5068 | 2026-08-25T22:51:07.222Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (355/377) |
| 5069 | 2026-08-25T22:51:07.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5070 | 2026-08-25T22:51:07.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5071 | 2026-08-25T22:51:08.015Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 5072 | 2026-08-25T22:51:08.136Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5073 | 2026-08-25T22:51:08.144Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 5074 | 2026-08-25T22:51:35.433Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 5075 | 2026-08-25T22:51:35.841Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 5076 | 2026-08-25T22:51:37.607Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 5077 | 2026-08-25T22:51:38.086Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 5078 | 2026-08-25T22:51:41.200Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 5079 | 2026-08-25T22:52:05.566Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5080 | 2026-08-25T22:52:06.307Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5081 | 2026-08-25T22:52:08.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
| 5082 | 2026-08-25T22:52:08.233Z | |
| 5083 | 2026-08-25T22:52:08.233Z | info: running `cargo check --bins` on reconfigurator-sp-updater (356/377) |
| 5084 | 2026-08-25T22:52:08.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5085 | 2026-08-25T22:52:08.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5086 | 2026-08-25T22:52:08.950Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 5087 | 2026-08-25T22:52:09.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5088 | 2026-08-25T22:52:09.836Z | |
| 5089 | 2026-08-25T22:52:09.836Z | info: running `cargo check --bins` on omicron-releng (357/377) |
| 5090 | 2026-08-25T22:52:10.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5091 | 2026-08-25T22:52:10.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5092 | 2026-08-25T22:52:10.463Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 5093 | 2026-08-25T22:52:10.466Z | Compiling fs-err v2.11.0 |
| 5094 | 2026-08-25T22:52:10.580Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 5095 | 2026-08-25T22:52:10.591Z | Checking parse-size v1.1.0 |
| 5096 | 2026-08-25T22:52:10.599Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 5097 | 2026-08-25T22:52:10.599Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5098 | 2026-08-25T22:52:10.603Z | Checking shell-words v1.1.1 |
| 5099 | 2026-08-25T22:52:10.688Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5100 | 2026-08-25T22:52:11.017Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5101 | 2026-08-25T22:52:11.196Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 5102 | 2026-08-25T22:52:11.864Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 5103 | 2026-08-25T22:52:12.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 5104 | 2026-08-25T22:52:12.999Z | |
| 5105 | 2026-08-25T22:52:13.000Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (358/377) |
| 5106 | 2026-08-25T22:52:13.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5107 | 2026-08-25T22:52:13.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5108 | 2026-08-25T22:52:13.633Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 5109 | 2026-08-25T22:52:14.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
| 5110 | 2026-08-25T22:52:14.299Z | |
| 5111 | 2026-08-25T22:52:14.299Z | info: running `cargo check --bins` on schema (359/377) |
| 5112 | 2026-08-25T22:52:14.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5113 | 2026-08-25T22:52:14.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5114 | 2026-08-25T22:52:15.030Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 5115 | 2026-08-25T22:52:15.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 5116 | 2026-08-25T22:52:15.932Z | |
| 5117 | 2026-08-25T22:52:15.932Z | info: running `cargo check --bins` on xtask (360/377) |
| 5118 | 2026-08-25T22:52:16.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5119 | 2026-08-25T22:52:16.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5120 | 2026-08-25T22:52:16.334Z | Checking serde_core v1.0.228 |
| 5121 | 2026-08-25T22:52:16.334Z | Checking libc v0.2.185 |
| 5122 | 2026-08-25T22:52:16.413Z | Checking bitflags v2.11.0 |
| 5123 | 2026-08-25T22:52:16.420Z | Checking scroll v0.12.0 |
| 5124 | 2026-08-25T22:52:16.423Z | Checking thiserror v1.0.69 |
| 5125 | 2026-08-25T22:52:16.431Z | Checking log v0.4.33 |
| 5126 | 2026-08-25T22:52:16.438Z | Checking zerocopy v0.7.35 |
| 5127 | 2026-08-25T22:52:16.440Z | Checking indexmap v2.14.0 |
| 5128 | 2026-08-25T22:52:16.512Z | Checking syn v2.0.117 |
| 5129 | 2026-08-25T22:52:16.554Z | Checking dtrace-parser v0.2.0 |
| 5130 | 2026-08-25T22:52:16.569Z | Checking once_cell v1.21.3 |
| 5131 | 2026-08-25T22:52:16.631Z | Checking goblin v0.8.2 |
| 5132 | 2026-08-25T22:52:16.696Z | Checking errno v0.3.14 |
| 5133 | 2026-08-25T22:52:16.744Z | Checking thread-id v4.2.2 |
| 5134 | 2026-08-25T22:52:16.786Z | Checking getrandom v0.4.3 |
| 5135 | 2026-08-25T22:52:16.813Z | Checking rustix v1.1.4 |
| 5136 | 2026-08-25T22:52:16.825Z | Checking memmap v0.7.0 |
| 5137 | 2026-08-25T22:52:16.918Z | Checking thiserror v2.0.18 |
| 5138 | 2026-08-25T22:52:16.928Z | Checking fs-err v3.3.0 |
| 5139 | 2026-08-25T22:52:16.948Z | Checking anyhow v1.0.104 |
| 5140 | 2026-08-25T22:52:16.971Z | Checking tabled v0.15.0 |
| 5141 | 2026-08-25T22:52:17.583Z | Checking terminal_size v0.4.3 |
| 5142 | 2026-08-25T22:52:17.584Z | Checking tempfile v3.27.0 |
| 5143 | 2026-08-25T22:52:17.698Z | Checking clap_builder v4.6.0 |
| 5144 | 2026-08-25T22:52:17.701Z | Checking textwrap v0.16.2 |
| 5145 | 2026-08-25T22:52:17.849Z | Checking serde v1.0.228 |
| 5146 | 2026-08-25T22:52:17.849Z | Checking serde_json v1.0.151 |
| 5147 | 2026-08-25T22:52:17.849Z | Checking camino v1.2.5 |
| 5148 | 2026-08-25T22:52:17.899Z | Checking cargo-platform v0.3.2 |
| 5149 | 2026-08-25T22:52:18.056Z | Checking semver v1.0.28 |
| 5150 | 2026-08-25T22:52:18.110Z | Checking camino-tempfile v1.4.1 |
| 5151 | 2026-08-25T22:52:18.248Z | Checking toml_datetime v0.6.11 |
| 5152 | 2026-08-25T22:52:18.248Z | Checking serde_spanned v0.6.9 |
| 5153 | 2026-08-25T22:52:18.266Z | Checking macaddr v1.0.1 |
| 5154 | 2026-08-25T22:52:18.277Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 5155 | 2026-08-25T22:52:18.421Z | Checking toml_edit v0.22.27 |
| 5156 | 2026-08-25T22:52:18.461Z | Checking dof v0.3.0 |
| 5157 | 2026-08-25T22:52:18.461Z | Checking cargo_metadata v0.23.1 |
| 5158 | 2026-08-25T22:52:18.726Z | Checking usdt-impl v0.5.0 |
| 5159 | 2026-08-25T22:52:18.878Z | Checking clap v4.6.1 |
| 5160 | 2026-08-25T22:52:18.992Z | Checking usdt v0.5.0 |
| 5161 | 2026-08-25T22:52:19.382Z | Checking toml v0.8.23 |
| 5162 | 2026-08-25T22:52:19.641Z | Checking cargo_toml v0.21.0 |
| 5163 | 2026-08-25T22:52:20.276Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 5164 | 2026-08-25T22:52:20.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
| 5165 | 2026-08-25T22:52:20.771Z | |
| 5166 | 2026-08-25T22:52:20.771Z | info: running `cargo check --bins` on dnsadm (361/377) |
| 5167 | 2026-08-25T22:52:21.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5168 | 2026-08-25T22:52:21.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5169 | 2026-08-25T22:52:21.413Z | Checking arc-swap v1.8.2 |
| 5170 | 2026-08-25T22:52:21.691Z | Checking slog-scope v4.4.1 |
| 5171 | 2026-08-25T22:52:21.804Z | Checking slog-stdlog v4.1.1 |
| 5172 | 2026-08-25T22:52:21.908Z | Checking slog-envlogger v2.2.0 |
| 5173 | 2026-08-25T22:52:22.024Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 5174 | 2026-08-25T22:52:22.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 5175 | 2026-08-25T22:52:22.615Z | |
| 5176 | 2026-08-25T22:52:22.615Z | info: running `cargo check --bins` on end-to-end-tests (362/377) |
| 5177 | 2026-08-25T22:52:23.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5178 | 2026-08-25T22:52:23.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5179 | 2026-08-25T22:52:23.423Z | Checking cpubits v0.1.1 |
| 5180 | 2026-08-25T22:52:23.548Z | Checking pem-rfc7468 v1.0.0 |
| 5181 | 2026-08-25T22:52:23.561Z | Checking hmac v0.13.0 |
| 5182 | 2026-08-25T22:52:23.565Z | Checking universal-hash v0.6.1 |
| 5183 | 2026-08-25T22:52:23.583Z | Checking ctr v0.10.1 |
| 5184 | 2026-08-25T22:52:23.584Z | Checking aead v0.6.1 |
| 5185 | 2026-08-25T22:52:23.611Z | Checking aes v0.9.1 |
| 5186 | 2026-08-25T22:52:23.611Z | Checking crypto-bigint v0.7.5 |
| 5187 | 2026-08-25T22:52:23.639Z | Checking salsa20 v0.11.0 |
| 5188 | 2026-08-25T22:52:23.698Z | Checking der v0.8.0 |
| 5189 | 2026-08-25T22:52:23.703Z | Checking polyval v0.7.1 |
| 5190 | 2026-08-25T22:52:23.724Z | Checking pbkdf2 v0.13.0 |
| 5191 | 2026-08-25T22:52:23.740Z | Checking cbc v0.2.1 |
| 5192 | 2026-08-25T22:52:23.760Z | Checking ff v0.14.0 |
| 5193 | 2026-08-25T22:52:23.824Z | Checking signature v3.0.0 |
| 5194 | 2026-08-25T22:52:23.839Z | Checking scrypt v0.12.0 |
| 5195 | 2026-08-25T22:52:23.874Z | Checking base16ct v1.0.0 |
| 5196 | 2026-08-25T22:52:23.877Z | Checking ghash v0.6.0 |
| 5197 | 2026-08-25T22:52:23.902Z | Checking group v0.14.0 |
| 5198 | 2026-08-25T22:52:23.978Z | Checking hkdf v0.13.0 |
| 5199 | 2026-08-25T22:52:24.002Z | Compiling curve25519-dalek v5.0.0 |
| 5200 | 2026-08-25T22:52:24.017Z | Checking aes-gcm v0.11.0 |
| 5201 | 2026-08-25T22:52:24.033Z | Checking keccak v0.2.0 |
| 5202 | 2026-08-25T22:52:24.047Z | Checking wnaf v0.14.0 |
| 5203 | 2026-08-25T22:52:24.063Z | Checking poly1305 v0.9.0 |
| 5204 | 2026-08-25T22:52:24.111Z | Checking blowfish v0.10.0 |
| 5205 | 2026-08-25T22:52:24.178Z | Checking blake2 v0.11.0-rc.6 |
| 5206 | 2026-08-25T22:52:24.194Z | Checking sha3 v0.11.0 |
| 5207 | 2026-08-25T22:52:24.215Z | Checking kem v0.3.0 |
| 5208 | 2026-08-25T22:52:24.265Z | Checking bcrypt-pbkdf v0.11.0 |
| 5209 | 2026-08-25T22:52:24.332Z | Checking module-lattice v0.2.3 |
| 5210 | 2026-08-25T22:52:24.332Z | Checking sponge-cursor v0.1.0 |
| 5211 | 2026-08-25T22:52:24.424Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 5212 | 2026-08-25T22:52:24.440Z | Checking argon2 v0.6.0-rc.8 |
| 5213 | 2026-08-25T22:52:24.473Z | Checking sha3 v0.12.0 |
| 5214 | 2026-08-25T22:52:24.487Z | Checking spki v0.8.0 |
| 5215 | 2026-08-25T22:52:24.533Z | Checking sec1 v0.8.1 |
| 5216 | 2026-08-25T22:52:24.550Z | Checking ml-kem v0.3.2 |
| 5217 | 2026-08-25T22:52:24.604Z | Checking internal-russh-num-bigint v0.5.0 |
| 5218 | 2026-08-25T22:52:24.658Z | Checking pkcs5 v0.8.1 |
| 5219 | 2026-08-25T22:52:24.673Z | Checking pkcs1 v0.8.0-rc.4 |
| 5220 | 2026-08-25T22:52:24.741Z | Checking num-bigint v0.4.6 |
| 5221 | 2026-08-25T22:52:24.755Z | Checking generic-array v1.4.3 |
| 5222 | 2026-08-25T22:52:24.880Z | Checking russh-util v0.52.0 |
| 5223 | 2026-08-25T22:52:24.953Z | Checking pkcs8 v0.11.0 |
| 5224 | 2026-08-25T22:52:25.005Z | Compiling enum_dispatch v0.3.13 |
| 5225 | 2026-08-25T22:52:25.147Z | Compiling delegate v0.13.5 |
| 5226 | 2026-08-25T22:52:25.163Z | Checking ed25519 v3.0.0 |
| 5227 | 2026-08-25T22:52:25.268Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5228 | 2026-08-25T22:52:25.312Z | Checking md5 v0.8.0 |
| 5229 | 2026-08-25T22:52:25.363Z | Checking ed25519-dalek v3.0.0 |
| 5230 | 2026-08-25T22:52:25.447Z | Checking hex-literal v1.1.0 |
| 5231 | 2026-08-25T22:52:25.500Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 5232 | 2026-08-25T22:52:25.547Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 5233 | 2026-08-25T22:52:25.589Z | Checking socket2 v0.5.10 |
| 5234 | 2026-08-25T22:52:25.672Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 5235 | 2026-08-25T22:52:25.672Z | Checking internet-checksum v0.2.1 |
| 5236 | 2026-08-25T22:52:25.842Z | Checking elliptic-curve v0.14.1 |
| 5237 | 2026-08-25T22:52:25.842Z | Checking rfc6979 v0.6.0 |
| 5238 | 2026-08-25T22:52:25.846Z | Checking primefield v0.14.0 |
| 5239 | 2026-08-25T22:52:25.847Z | Checking ssh-encoding v0.3.0 |
| 5240 | 2026-08-25T22:52:25.938Z | Checking crypto-primes v0.7.2 |
| 5241 | 2026-08-25T22:52:26.065Z | Checking ssh-cipher v0.3.0 |
| 5242 | 2026-08-25T22:52:26.068Z | Checking russh-cryptovec v0.62.0 |
| 5243 | 2026-08-25T22:52:26.251Z | Checking ecdsa v0.17.0 |
| 5244 | 2026-08-25T22:52:26.254Z | Checking primeorder v0.14.0 |
| 5245 | 2026-08-25T22:52:26.612Z | Checking p256 v0.14.0 |
| 5246 | 2026-08-25T22:52:26.612Z | Checking p521 v0.14.0 |
| 5247 | 2026-08-25T22:52:26.615Z | Checking p384 v0.14.0 |
| 5248 | 2026-08-25T22:52:26.863Z | Checking rsa v0.10.0-rc.18 |
| 5249 | 2026-08-25T22:52:29.506Z | Checking ssh-key v0.7.0-rc.11 |
| 5250 | 2026-08-25T22:52:30.251Z | Checking russh v0.62.4 |
| 5251 | 2026-08-25T22:52:43.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.94s |
| 5252 | 2026-08-25T22:52:43.568Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 5253 | 2026-08-25T22:52:43.568Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 5254 | 2026-08-25T22:52:43.785Z | |
| 5255 | 2026-08-25T22:52:43.785Z | info: running `cargo check --bins` on gateway-cli (363/377) |
| 5256 | 2026-08-25T22:52:44.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5257 | 2026-08-25T22:52:44.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5258 | 2026-08-25T22:52:44.416Z | Checking termios v0.3.3 |
| 5259 | 2026-08-25T22:52:44.611Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 5260 | 2026-08-25T22:52:45.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 5261 | 2026-08-25T22:52:45.376Z | |
| 5262 | 2026-08-25T22:52:45.376Z | info: running `cargo check --bins --no-default-features` on installinator (364/377) |
| 5263 | 2026-08-25T22:52:45.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5264 | 2026-08-25T22:52:45.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5265 | 2026-08-25T22:52:46.050Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 5266 | 2026-08-25T22:52:46.741Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 5267 | 2026-08-25T22:52:48.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 5268 | 2026-08-25T22:52:48.527Z | |
| 5269 | 2026-08-25T22:52:48.527Z | info: running `cargo check --bins` on internal-dns-cli (365/377) |
| 5270 | 2026-08-25T22:52:49.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5271 | 2026-08-25T22:52:49.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5272 | 2026-08-25T22:52:49.170Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 5273 | 2026-08-25T22:52:49.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 5274 | 2026-08-25T22:52:49.779Z | |
| 5275 | 2026-08-25T22:52:49.779Z | info: running `cargo check --bins` on omicron-live-tests (366/377) |
| 5276 | 2026-08-25T22:52:50.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5277 | 2026-08-25T22:52:50.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5278 | 2026-08-25T22:52:50.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5279 | 2026-08-25T22:52:50.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5280 | 2026-08-25T22:52:50.337Z | |
| 5281 | 2026-08-25T22:52:50.337Z | info: running `cargo check --bins` on live-tests-macros (367/377) |
| 5282 | 2026-08-25T22:52:50.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5283 | 2026-08-25T22:52:50.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5284 | 2026-08-25T22:52:50.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5285 | 2026-08-25T22:52:50.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5286 | 2026-08-25T22:52:50.892Z | |
| 5287 | 2026-08-25T22:52:50.892Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (368/377) |
| 5288 | 2026-08-25T22:52:51.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5289 | 2026-08-25T22:52:51.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5290 | 2026-08-25T22:52:51.629Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 5291 | 2026-08-25T22:52:52.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 5292 | 2026-08-25T22:52:52.413Z | |
| 5293 | 2026-08-25T22:52:52.414Z | info: running `cargo check --bins` on omicron-ntp-admin (369/377) |
| 5294 | 2026-08-25T22:52:52.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5295 | 2026-08-25T22:52:52.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5296 | 2026-08-25T22:52:53.047Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 5297 | 2026-08-25T22:52:53.047Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 5298 | 2026-08-25T22:52:53.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 5299 | 2026-08-25T22:52:54.154Z | |
| 5300 | 2026-08-25T22:52:54.154Z | info: running `cargo check --bins` on ntp-admin-types (370/377) |
| 5301 | 2026-08-25T22:52:54.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5302 | 2026-08-25T22:52:54.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5303 | 2026-08-25T22:52:54.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5304 | 2026-08-25T22:52:54.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 5305 | 2026-08-25T22:52:54.705Z | |
| 5306 | 2026-08-25T22:52:54.705Z | info: running `cargo check --bins` on omicron-package (371/377) |
| 5307 | 2026-08-25T22:52:55.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5308 | 2026-08-25T22:52:55.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5309 | 2026-08-25T22:52:55.373Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 5310 | 2026-08-25T22:52:56.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 5311 | 2026-08-25T22:52:56.642Z | |
| 5312 | 2026-08-25T22:52:56.642Z | info: running `cargo check --bins` on tqdb (372/377) |
| 5313 | 2026-08-25T22:52:57.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5314 | 2026-08-25T22:52:57.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5315 | 2026-08-25T22:52:57.415Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 5316 | 2026-08-25T22:52:57.769Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 5317 | 2026-08-25T22:52:58.292Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 5318 | 2026-08-25T22:52:58.292Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 5319 | 2026-08-25T22:53:04.989Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 5320 | 2026-08-25T22:53:04.989Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 5321 | 2026-08-25T22:53:04.992Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 5322 | 2026-08-25T22:53:05.632Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 5323 | 2026-08-25T22:53:05.637Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 5324 | 2026-08-25T22:53:05.637Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 5325 | 2026-08-25T22:53:05.637Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 5326 | 2026-08-25T22:53:06.397Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 5327 | 2026-08-25T22:53:07.016Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 5328 | 2026-08-25T22:53:07.252Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 5329 | 2026-08-25T22:53:07.518Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 5330 | 2026-08-25T22:53:08.397Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 5331 | 2026-08-25T22:53:09.037Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 5332 | 2026-08-25T22:53:13.861Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 5333 | 2026-08-25T22:53:21.207Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 5334 | 2026-08-25T22:53:21.207Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5335 | 2026-08-25T22:53:21.210Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5336 | 2026-08-25T22:53:21.210Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5337 | 2026-08-25T22:53:22.714Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5338 | 2026-08-25T22:53:24.017Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 5339 | 2026-08-25T22:53:24.693Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5340 | 2026-08-25T22:53:25.990Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 5341 | 2026-08-25T22:53:26.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.89s |
| 5342 | 2026-08-25T22:53:26.739Z | |
| 5343 | 2026-08-25T22:53:26.739Z | info: running `cargo check --bins` on wicket-dbg (373/377) |
| 5344 | 2026-08-25T22:53:27.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5345 | 2026-08-25T22:53:27.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5346 | 2026-08-25T22:53:27.440Z | Checking rtoolbox v0.0.3 |
| 5347 | 2026-08-25T22:53:27.440Z | Checking tui-tree-widget v0.23.1 |
| 5348 | 2026-08-25T22:53:27.443Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5349 | 2026-08-25T22:53:27.566Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5350 | 2026-08-25T22:53:27.657Z | Checking rpassword v7.5.4 |
| 5351 | 2026-08-25T22:53:30.377Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5352 | 2026-08-25T22:53:32.213Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 5353 | 2026-08-25T22:53:33.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
| 5354 | 2026-08-25T22:53:33.328Z | |
| 5355 | 2026-08-25T22:53:33.328Z | info: running `cargo check --bins` on wicket (374/377) |
| 5356 | 2026-08-25T22:53:33.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5357 | 2026-08-25T22:53:33.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5358 | 2026-08-25T22:53:34.013Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 5359 | 2026-08-25T22:53:34.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 5360 | 2026-08-25T22:53:34.557Z | |
| 5361 | 2026-08-25T22:53:34.557Z | info: running `cargo check --bins` on wicketd (375/377) |
| 5362 | 2026-08-25T22:53:35.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5363 | 2026-08-25T22:53:35.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5364 | 2026-08-25T22:53:35.249Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 5365 | 2026-08-25T22:53:38.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 5366 | 2026-08-25T22:53:38.980Z | |
| 5367 | 2026-08-25T22:53:38.981Z | info: running `cargo check --bins` on omicron-workspace-hack (376/377) |
| 5368 | 2026-08-25T22:53:39.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5369 | 2026-08-25T22:53:39.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5370 | 2026-08-25T22:53:39.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 5371 | 2026-08-25T22:53:39.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 5372 | 2026-08-25T22:53:39.535Z | |
| 5373 | 2026-08-25T22:53:39.536Z | info: running `cargo check --bins` on zone-setup (377/377) |
| 5374 | 2026-08-25T22:53:40.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 5375 | 2026-08-25T22:53:40.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 5376 | 2026-08-25T22:53:40.198Z | Checking uzers v0.12.2 |
| 5377 | 2026-08-25T22:53:40.469Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 5378 | 2026-08-25T22:53:41.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
| 5379 | 2026-08-25T22:53:41.444Z | |
| 5380 | 2026-08-25T22:53:41.444Z | real 14:28.403624751 |
| 5381 | 2026-08-25T22:53:41.444Z | user 21:41.641694169 |
| 5382 | 2026-08-25T22:53:41.444Z | sys 4:29.977865000 |
| 5383 | 2026-08-25T22:53:41.444Z | trap 0.343698206 |
| 5384 | 2026-08-25T22:53:41.444Z | tflt 2.836230023 |
| 5385 | 2026-08-25T22:53:41.444Z | dflt 2.243882208 |
| 5386 | 2026-08-25T22:53:41.444Z | kflt 0.059227280 |
| 5387 | 2026-08-25T22:53:41.445Z | lock 1:30:20.759271863 |
| 5388 | 2026-08-25T22:53:41.445Z | slp 1:43:24.668699725 |
| 5389 | 2026-08-25T22:53:41.445Z | lat 57.264339015 |
| 5390 | 2026-08-25T22:53:41.445Z | stop 4:08.632620996 |
| 5391 | 2026-08-25T22:53:41.449Z | process exited: duration 1000697 ms, exit code 0 |
| |
| 5392 | 2026-08-25T22:53:41.456Z | found 0 output files |