|
|
|
| 1 | 2026-05-18T23:31:44.931Z | job assigned to worker 01KRYPVB24CNMYB28J5Z3RYKPD [factory aws, i-0dcd17f18999dff83] (queued for 55 s) |
| |
| 2 | 2026-05-18T23:31:51.790Z | starting task 0: "setup" |
| 3 | 2026-05-18T23:31:51.794Z | ++ uname -s |
| 4 | 2026-05-18T23:31:51.797Z | + kern=SunOS |
| 5 | 2026-05-18T23:31:51.797Z | + build_user=build |
| 6 | 2026-05-18T23:31:51.797Z | + build_uid=12345 |
| 7 | 2026-05-18T23:31:51.797Z | + work_dir=/work |
| 8 | 2026-05-18T23:31:51.797Z | + input_dir=/input |
| 9 | 2026-05-18T23:31:51.797Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T23:31:51.797Z | + case "$kern" in |
| 11 | 2026-05-18T23:31:51.798Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T23:31:51.809Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T23:31:53.817Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T23:31:53.903Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T23:31:53.906Z | + home_fs=zfs |
| 16 | 2026-05-18T23:31:53.906Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T23:31:53.906Z | + mkdir -p /home/build |
| 18 | 2026-05-18T23:31:53.906Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T23:31:55.907Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T23:31:55.910Z | process exited: duration 4122 ms, exit code 0 |
| |
| 21 | 2026-05-18T23:31:55.916Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T23:31:55.920Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T23:31:55.920Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-18T23:31:55.921Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-18T23:31:55.921Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-18T23:31:55.921Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-18T23:31:55.921Z | * rust toolchain profile = "default" |
| 28 | 2026-05-18T23:31:55.924Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T23:31:55.924Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T23:31:56.013Z | info: downloading installer |
| 31 | 2026-05-18T23:31:57.385Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T23:31:57.385Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T23:31:57.386Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T23:31:57.386Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T23:31:57.399Z | info: profile set to default |
| 36 | 2026-05-18T23:31:57.399Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T23:31:57.402Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T23:31:57.558Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T23:31:57.561Z | info: downloading 6 components |
| 40 | 2026-05-18T23:32:12.170Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-18T23:32:12.170Z | |
| 42 | 2026-05-18T23:32:12.203Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T23:32:12.203Z | |
| 44 | 2026-05-18T23:32:12.203Z | |
| 45 | 2026-05-18T23:32:12.203Z | Rust is installed now. Great! |
| 46 | 2026-05-18T23:32:12.203Z | |
| 47 | 2026-05-18T23:32:12.203Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T23:32:12.203Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T23:32:12.203Z | |
| 50 | 2026-05-18T23:32:12.203Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T23:32:12.203Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T23:32:12.203Z | |
| 53 | 2026-05-18T23:32:12.203Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T23:32:12.206Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T23:32:12.206Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T23:32:12.207Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T23:32:12.207Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T23:32:12.207Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T23:32:12.207Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T23:32:12.207Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T23:32:12.207Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T23:32:12.288Z | + rustup --version |
| 63 | 2026-05-18T23:32:12.298Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T23:32:12.301Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T23:32:12.320Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T23:32:12.323Z | + cargo --version |
| 67 | 2026-05-18T23:32:12.335Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T23:32:12.338Z | + rustc --version |
| 69 | 2026-05-18T23:32:12.357Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T23:32:12.360Z | process exited: duration 16443 ms, exit code 0 |
| |
| 71 | 2026-05-18T23:32:12.366Z | starting task 2: "authentication" |
| 72 | 2026-05-18T23:32:12.383Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-18T23:32:12.389Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T23:32:12.392Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T23:32:12.395Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T23:32:12.435Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T23:32:22.643Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T23:32:22.643Z | + git fetch origin 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 |
| 79 | 2026-05-18T23:32:22.897Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T23:32:22.897Z | * branch 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 -> FETCH_HEAD |
| 81 | 2026-05-18T23:32:22.907Z | + [[ -n '' ]] |
| 82 | 2026-05-18T23:32:22.907Z | + git reset --hard 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 |
| 83 | 2026-05-18T23:32:23.144Z | HEAD is now at 34caf603a [spr] initial version |
| 84 | 2026-05-18T23:32:23.147Z | process exited: duration 10756 ms, exit code 0 |
| |
| 85 | 2026-05-18T23:32:23.153Z | starting task 4: "build" |
| 86 | 2026-05-18T23:32:23.158Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-05-18T23:32:23.161Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-05-18T23:32:23.162Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-05-18T23:32:23.162Z | + cargo --version |
| 90 | 2026-05-18T23:32:23.168Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 91 | 2026-05-18T23:32:23.171Z | + rustc --version |
| 92 | 2026-05-18T23:32:23.190Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 93 | 2026-05-18T23:32:23.193Z | + source ./env.sh |
| 94 | 2026-05-18T23:32:23.193Z | ++ OLD_SHELL_OPTS=ehxB |
| 95 | 2026-05-18T23:32:23.193Z | ++ set -o xtrace |
| 96 | 2026-05-18T23:32:23.196Z | ++++ dirname ./env.sh |
| 97 | 2026-05-18T23:32:23.196Z | +++ readlink -f . |
| 98 | 2026-05-18T23:32:23.199Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 99 | 2026-05-18T23:32:23.199Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-18T23:32:23.200Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-18T23:32:23.200Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-18T23:32:23.200Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-18T23:32:23.200Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-18T23:32:23.200Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-18T23:32:23.200Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-18T23:32:23.200Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-18T23:32:23.200Z | ++ case $OLD_SHELL_OPTS in |
| 108 | 2026-05-18T23:32:23.200Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 109 | 2026-05-18T23:32:23.200Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 110 | 2026-05-18T23:32:23.200Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 111 | 2026-05-18T23:32:23.200Z | + banner prerequisites |
| 112 | 2026-05-18T23:32:23.203Z | |
| 113 | 2026-05-18T23:32:23.203Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 114 | 2026-05-18T23:32:23.203Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-18T23:32:23.203Z | # # # # ##### # # ##### # # # # # #### # |
| 116 | 2026-05-18T23:32:23.203Z | ##### ##### # ##### # # # # # # # # # |
| 117 | 2026-05-18T23:32:23.203Z | # # # # # # # # # # # # # # # |
| 118 | 2026-05-18T23:32:23.203Z | # # # ###### # # ###### ### # #### # #### # |
| 119 | 2026-05-18T23:32:23.203Z | |
| 120 | 2026-05-18T23:32:23.203Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 121 | 2026-05-18T23:32:24.846Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-05-18T23:32:24.914Z | Startup: Caching catalogs ... Done |
| 123 | 2026-05-18T23:32:25.124Z | Planning: Solver setup ... Done (0.177s) |
| 124 | 2026-05-18T23:32:25.140Z | Planning: Running solver ... Done (0.016s) |
| 125 | 2026-05-18T23:32:25.145Z | Planning: Finding local manifests ... Done (0.002s) |
| 126 | 2026-05-18T23:32:25.158Z | Planning: Fetching manifests: 0/2 0% complete |
| 127 | 2026-05-18T23:32:25.176Z | Planning: Fetching manifests: 2/2 100% complete |
| 128 | 2026-05-18T23:32:25.190Z | Planning: Package planning ... Done (0.014s) |
| 129 | 2026-05-18T23:32:25.193Z | Planning: Merging actions ... Done (0.002s) |
| 130 | 2026-05-18T23:32:25.378Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 131 | 2026-05-18T23:32:25.382Z | Planning: Consolidating action changes ... Done (0.001s) |
| 132 | 2026-05-18T23:32:26.566Z | Planning: Evaluating mediators ... Done (1.186s) |
| 133 | 2026-05-18T23:32:26.569Z | Planning: Planning completed in 1.63 seconds |
| 134 | 2026-05-18T23:32:26.575Z | Packages to install: 2 |
| 135 | 2026-05-18T23:32:26.575Z | Estimated space available: 156.08 GB |
| 136 | 2026-05-18T23:32:26.575Z | Estimated space to be consumed: 19.74 MB |
| 137 | 2026-05-18T23:32:26.575Z | Create boot environment: No |
| 138 | 2026-05-18T23:32:26.578Z | Create backup boot environment: No |
| 139 | 2026-05-18T23:32:26.578Z | Rebuild boot archive: No |
| 140 | 2026-05-18T23:32:26.578Z | |
| 141 | 2026-05-18T23:32:26.578Z | Changed packages: |
| 142 | 2026-05-18T23:32:26.578Z | helios |
| 143 | 2026-05-18T23:32:26.578Z | developer/build-essential |
| 144 | 2026-05-18T23:32:26.578Z | None -> 11-3.0 |
| 145 | 2026-05-18T23:32:26.578Z | library/libxmlsec1 |
| 146 | 2026-05-18T23:32:26.578Z | None -> 1.2.35-3.0 |
| 147 | 2026-05-18T23:32:26.619Z | |
| 148 | 2026-05-18T23:32:26.619Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 149 | 2026-05-18T23:32:27.165Z | Download: Completed 1.28 MB in 0.55 seconds (2.4M/s) |
| 150 | 2026-05-18T23:32:27.226Z | Actions: 1/268 actions (Installing new actions) |
| 151 | 2026-05-18T23:32:27.265Z | Actions: Completed 268 actions in 0.04 seconds. |
| 152 | 2026-05-18T23:32:27.270Z | Finalize: Updating package state database ... Done (0.006s) |
| 153 | 2026-05-18T23:32:27.270Z | Finalize: Updating package cache ... Done (0.000s) |
| 154 | 2026-05-18T23:32:27.288Z | Finalize: Updating image state ... Done (0.015s) |
| 155 | 2026-05-18T23:32:29.796Z | Finalize: Creating fast lookup database ... Done (2.490s) |
| 156 | 2026-05-18T23:32:29.876Z | Finalize: Reading search index ... Done (0.025s) |
| 157 | 2026-05-18T23:32:29.879Z | Finalize: Updating search index ... Done (0.000s) |
| 158 | 2026-05-18T23:32:29.964Z | Finalize: Updating package cache ... Done (0.000s) |
| 159 | 2026-05-18T23:32:30.261Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-05-18T23:32:30.369Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-05-18T23:32:30.372Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-05-18T23:32:30.530Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-05-18T23:32:30.533Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-05-18T23:32:30.553Z | Mediators to change: 2 |
| 165 | 2026-05-18T23:32:30.553Z | Create boot environment: No |
| 166 | 2026-05-18T23:32:30.553Z | Create backup boot environment: No |
| 167 | 2026-05-18T23:32:30.624Z | Finalize: Updating package state database ... Done |
| 168 | 2026-05-18T23:32:30.624Z | Finalize: Updating package cache ... Done |
| 169 | 2026-05-18T23:32:30.633Z | Finalize: Updating image state ... Done |
| 170 | 2026-05-18T23:32:32.604Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-05-18T23:32:32.665Z | Finalize: Reading search index ... Done |
| 172 | 2026-05-18T23:32:32.665Z | Finalize: Updating search index ... Done |
| 173 | 2026-05-18T23:32:32.737Z | Finalize: Updating package cache ... Done |
| 174 | 2026-05-18T23:32:33.022Z | Planning: Evaluating mediator changes ... Done |
| 175 | 2026-05-18T23:32:33.128Z | Planning: Checking for conflicting actions ... Done |
| 176 | 2026-05-18T23:32:33.133Z | Planning: Consolidating action changes ... Done |
| 177 | 2026-05-18T23:32:33.285Z | Planning: Evaluating mediators ... Done |
| 178 | 2026-05-18T23:32:33.288Z | Planning: Planning completed in 0.26 seconds |
| 179 | 2026-05-18T23:32:33.308Z | Mediators to change: 1 |
| 180 | 2026-05-18T23:32:33.308Z | Create boot environment: No |
| 181 | 2026-05-18T23:32:33.308Z | Create backup boot environment: No |
| 182 | 2026-05-18T23:32:33.347Z | Finalize: Updating package state database ... Done |
| 183 | 2026-05-18T23:32:33.347Z | Finalize: Updating package cache ... Done |
| 184 | 2026-05-18T23:32:33.356Z | Finalize: Updating image state ... Done |
| 185 | 2026-05-18T23:32:35.307Z | Finalize: Creating fast lookup database ... Done |
| 186 | 2026-05-18T23:32:35.370Z | Finalize: Reading search index ... Done |
| 187 | 2026-05-18T23:32:35.370Z | Finalize: Updating search index ... Done |
| 188 | 2026-05-18T23:32:35.453Z | Finalize: Updating package cache ... Done |
| 189 | 2026-05-18T23:32:35.767Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 190 | 2026-05-18T23:32:35.767Z | apache system 2.4 system |
| 191 | 2026-05-18T23:32:35.767Z | clang system 15 system |
| 192 | 2026-05-18T23:32:35.767Z | csh system system illumos |
| 193 | 2026-05-18T23:32:35.767Z | ctags system system illumos |
| 194 | 2026-05-18T23:32:35.767Z | file vendor vendor darwinsys |
| 195 | 2026-05-18T23:32:35.767Z | file system system illumos |
| 196 | 2026-05-18T23:32:35.767Z | gcc vendor 14 vendor |
| 197 | 2026-05-18T23:32:35.767Z | gcc system 13 system |
| 198 | 2026-05-18T23:32:35.767Z | gcc system 10 system |
| 199 | 2026-05-18T23:32:35.767Z | go system 1.25 system |
| 200 | 2026-05-18T23:32:35.767Z | llvm system 15 system |
| 201 | 2026-05-18T23:32:35.767Z | mariadb system 11.4 system |
| 202 | 2026-05-18T23:32:35.767Z | mta vendor vendor dma |
| 203 | 2026-05-18T23:32:35.767Z | openjdk system 17 system |
| 204 | 2026-05-18T23:32:35.767Z | openjdk system 11 system |
| 205 | 2026-05-18T23:32:35.767Z | openssl vendor 3 vendor |
| 206 | 2026-05-18T23:32:35.767Z | perl system 5.40 system |
| 207 | 2026-05-18T23:32:35.767Z | postgresql system 18 system |
| 208 | 2026-05-18T23:32:35.767Z | postgresql system 17 system |
| 209 | 2026-05-18T23:32:35.767Z | python vendor 3 vendor |
| 210 | 2026-05-18T23:32:35.767Z | python system 2 system |
| 211 | 2026-05-18T23:32:35.767Z | python3 vendor 3.13 vendor |
| 212 | 2026-05-18T23:32:35.767Z | ruby system 3.4 system |
| 213 | 2026-05-18T23:32:35.767Z | ruby system 3.0 system |
| 214 | 2026-05-18T23:32:35.767Z | words vendor vendor american-english |
| 215 | 2026-05-18T23:32:35.767Z | words system system australian-english |
| 216 | 2026-05-18T23:32:35.767Z | words system system british-english |
| 217 | 2026-05-18T23:32:35.767Z | words system system canadian-english |
| 218 | 2026-05-18T23:32:35.768Z | words system system french |
| 219 | 2026-05-18T23:32:35.768Z | words system system italian |
| 220 | 2026-05-18T23:32:35.768Z | words system system ngerman |
| 221 | 2026-05-18T23:32:35.768Z | words system system ogerman |
| 222 | 2026-05-18T23:32:35.768Z | words system system spanish |
| 223 | 2026-05-18T23:32:36.015Z | PUBLISHER TYPE STATUS P LOCATION |
| 224 | 2026-05-18T23:32:36.015Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 225 | 2026-05-18T23:32:36.281Z | FMRI IFO |
| 226 | 2026-05-18T23:32:36.281Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 227 | 2026-05-18T23:32:36.281Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 228 | 2026-05-18T23:32:36.281Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 229 | 2026-05-18T23:32:36.281Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 230 | 2026-05-18T23:32:36.281Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 231 | 2026-05-18T23:32:36.281Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 232 | 2026-05-18T23:32:36.281Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 233 | 2026-05-18T23:32:36.281Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 234 | 2026-05-18T23:32:36.281Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 235 | 2026-05-18T23:32:36.521Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 236 | 2026-05-18T23:32:36.778Z | Updating crates.io index |
| 237 | 2026-05-18T23:32:36.782Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 238 | 2026-05-18T23:32:37.275Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 239 | 2026-05-18T23:32:37.661Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-05-18T23:32:38.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 241 | 2026-05-18T23:32:39.024Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 242 | 2026-05-18T23:32:39.489Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2026-05-18T23:32:40.825Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2026-05-18T23:32:41.598Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 245 | 2026-05-18T23:32:41.861Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 246 | 2026-05-18T23:32:42.683Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-05-18T23:32:43.007Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 248 | 2026-05-18T23:32:43.311Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 249 | 2026-05-18T23:32:43.675Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 250 | 2026-05-18T23:32:44.540Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-05-18T23:32:45.045Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 252 | 2026-05-18T23:32:45.337Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 253 | 2026-05-18T23:32:45.631Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 254 | 2026-05-18T23:32:45.974Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 255 | 2026-05-18T23:32:46.406Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 256 | 2026-05-18T23:32:46.635Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 257 | 2026-05-18T23:32:46.921Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 258 | 2026-05-18T23:32:47.133Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-05-18T23:32:47.485Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 260 | 2026-05-18T23:32:47.855Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 261 | 2026-05-18T23:32:48.432Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 262 | 2026-05-18T23:32:48.860Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 263 | 2026-05-18T23:32:49.152Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 264 | 2026-05-18T23:32:49.414Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2026-05-18T23:32:50.489Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 266 | 2026-05-18T23:32:51.365Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 267 | 2026-05-18T23:32:51.833Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 268 | 2026-05-18T23:32:52.092Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 269 | 2026-05-18T23:32:52.487Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 270 | 2026-05-18T23:32:52.799Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 271 | 2026-05-18T23:32:53.305Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 272 | 2026-05-18T23:32:53.542Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 273 | 2026-05-18T23:32:53.786Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 274 | 2026-05-18T23:32:54.066Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 275 | 2026-05-18T23:32:54.500Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 276 | 2026-05-18T23:33:06.419Z | Downloading crates ... |
| 277 | 2026-05-18T23:33:06.471Z | Downloaded anstream v0.6.21 |
| 278 | 2026-05-18T23:33:06.478Z | Downloaded anyhow v1.0.102 |
| 279 | 2026-05-18T23:33:06.481Z | Downloaded fnv v1.0.7 |
| 280 | 2026-05-18T23:33:06.484Z | Downloaded displaydoc v0.2.5 |
| 281 | 2026-05-18T23:33:06.487Z | Downloaded heck v0.5.0 |
| 282 | 2026-05-18T23:33:06.487Z | Downloaded heck v0.4.1 |
| 283 | 2026-05-18T23:33:06.490Z | Downloaded crypto-common v0.1.7 |
| 284 | 2026-05-18T23:33:06.494Z | Downloaded idna_adapter v1.2.1 |
| 285 | 2026-05-18T23:33:06.501Z | Downloaded scroll_derive v0.12.1 |
| 286 | 2026-05-18T23:33:06.504Z | Downloaded anstyle v1.0.13 |
| 287 | 2026-05-18T23:33:06.504Z | Downloaded thiserror v1.0.69 |
| 288 | 2026-05-18T23:33:06.507Z | Downloaded dof v0.3.0 |
| 289 | 2026-05-18T23:33:06.510Z | Downloaded toml v0.8.23 |
| 290 | 2026-05-18T23:33:06.510Z | Downloaded stable_deref_trait v1.2.1 |
| 291 | 2026-05-18T23:33:06.510Z | Downloaded fs-err v3.3.0 |
| 292 | 2026-05-18T23:33:06.513Z | Downloaded errno v0.3.14 |
| 293 | 2026-05-18T23:33:06.516Z | Downloaded equivalent v1.0.2 |
| 294 | 2026-05-18T23:33:06.518Z | Downloaded generic-array v0.14.7 |
| 295 | 2026-05-18T23:33:06.518Z | Downloaded fastrand v2.3.0 |
| 296 | 2026-05-18T23:33:06.518Z | Downloaded unicode-linebreak v0.1.5 |
| 297 | 2026-05-18T23:33:06.521Z | Downloaded block-buffer v0.10.4 |
| 298 | 2026-05-18T23:33:06.521Z | Downloaded usdt v0.5.0 |
| 299 | 2026-05-18T23:33:06.524Z | Downloaded cargo-platform v0.2.0 |
| 300 | 2026-05-18T23:33:06.524Z | Downloaded autocfg v1.5.0 |
| 301 | 2026-05-18T23:33:06.524Z | Downloaded zerofrom v0.1.6 |
| 302 | 2026-05-18T23:33:06.526Z | Downloaded usdt-macro v0.5.0 |
| 303 | 2026-05-18T23:33:06.526Z | Downloaded form_urlencoded v1.2.2 |
| 304 | 2026-05-18T23:33:06.526Z | Downloaded zerofrom-derive v0.1.6 |
| 305 | 2026-05-18T23:33:06.526Z | Downloaded yoke-derive v0.8.1 |
| 306 | 2026-05-18T23:33:06.526Z | Downloaded thread-id v4.2.2 |
| 307 | 2026-05-18T23:33:06.529Z | Downloaded itoa v1.0.17 |
| 308 | 2026-05-18T23:33:06.529Z | Downloaded unicode-xid v0.2.6 |
| 309 | 2026-05-18T23:33:06.532Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2026-05-18T23:33:06.532Z | Downloaded toml_write v0.1.2 |
| 311 | 2026-05-18T23:33:06.537Z | Downloaded cpufeatures v0.2.17 |
| 312 | 2026-05-18T23:33:06.541Z | Downloaded smawk v0.3.2 |
| 313 | 2026-05-18T23:33:06.541Z | Downloaded clap_lex v1.0.0 |
| 314 | 2026-05-18T23:33:06.541Z | Downloaded typeid v1.0.3 |
| 315 | 2026-05-18T23:33:06.544Z | Downloaded anstyle-query v1.1.5 |
| 316 | 2026-05-18T23:33:06.544Z | Downloaded dtrace-parser v0.2.0 |
| 317 | 2026-05-18T23:33:06.547Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-05-18T23:33:06.547Z | Downloaded tabled_derive v0.7.0 |
| 319 | 2026-05-18T23:33:06.547Z | Downloaded is_terminal_polyfill v1.70.2 |
| 320 | 2026-05-18T23:33:06.547Z | Downloaded colorchoice v1.0.4 |
| 321 | 2026-05-18T23:33:06.547Z | Downloaded cfg-if v1.0.4 |
| 322 | 2026-05-18T23:33:06.551Z | Downloaded utf8parse v0.2.2 |
| 323 | 2026-05-18T23:33:06.553Z | Downloaded byteorder v1.5.0 |
| 324 | 2026-05-18T23:33:06.557Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2026-05-18T23:33:06.560Z | Downloaded utf8_iter v1.0.4 |
| 326 | 2026-05-18T23:33:06.563Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-05-18T23:33:06.563Z | Downloaded thiserror-impl v2.0.18 |
| 328 | 2026-05-18T23:33:06.565Z | Downloaded zerovec-derive v0.11.2 |
| 329 | 2026-05-18T23:33:06.565Z | Downloaded serde-value v0.7.0 |
| 330 | 2026-05-18T23:33:06.569Z | Downloaded version_check v0.9.5 |
| 331 | 2026-05-18T23:33:06.569Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2026-05-18T23:33:06.572Z | Downloaded writeable v0.6.2 |
| 333 | 2026-05-18T23:33:06.572Z | Downloaded pretty-hex v0.4.1 |
| 334 | 2026-05-18T23:33:06.572Z | Downloaded potential_utf v0.1.4 |
| 335 | 2026-05-18T23:33:06.572Z | Downloaded zmij v1.0.21 |
| 336 | 2026-05-18T23:33:06.575Z | Downloaded yoke v0.8.1 |
| 337 | 2026-05-18T23:33:06.577Z | Downloaded swrite v0.1.0 |
| 338 | 2026-05-18T23:33:06.578Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-05-18T23:33:06.578Z | Downloaded terminal_size v0.4.3 |
| 340 | 2026-05-18T23:33:06.581Z | Downloaded memmap v0.7.0 |
| 341 | 2026-05-18T23:33:06.581Z | Downloaded percent-encoding v2.3.2 |
| 342 | 2026-05-18T23:33:06.581Z | Downloaded strsim v0.11.1 |
| 343 | 2026-05-18T23:33:06.588Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-05-18T23:33:06.591Z | Downloaded proc-macro-error-attr v1.0.4 |
| 345 | 2026-05-18T23:33:06.591Z | Downloaded thiserror v2.0.18 |
| 346 | 2026-05-18T23:33:06.593Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-05-18T23:33:06.596Z | Downloaded unicode-ident v1.0.24 |
| 348 | 2026-05-18T23:33:06.596Z | Downloaded camino v1.2.2 |
| 349 | 2026-05-18T23:33:06.596Z | Downloaded icu_properties v2.1.2 |
| 350 | 2026-05-18T23:33:06.599Z | Downloaded bytecount v0.6.9 |
| 351 | 2026-05-18T23:33:06.599Z | Downloaded serde_spanned v0.6.9 |
| 352 | 2026-05-18T23:33:06.599Z | Downloaded anstyle-parse v0.2.7 |
| 353 | 2026-05-18T23:33:06.602Z | Downloaded cargo_toml v0.21.0 |
| 354 | 2026-05-18T23:33:06.602Z | Downloaded macaddr v1.0.1 |
| 355 | 2026-05-18T23:33:06.602Z | Downloaded zerotrie v0.2.3 |
| 356 | 2026-05-18T23:33:06.606Z | Downloaded cargo_metadata v0.21.0 |
| 357 | 2026-05-18T23:33:06.606Z | Downloaded icu_normalizer_data v2.1.1 |
| 358 | 2026-05-18T23:33:06.609Z | Downloaded camino-tempfile v1.4.1 |
| 359 | 2026-05-18T23:33:06.612Z | Downloaded url v2.5.8 |
| 360 | 2026-05-18T23:33:06.612Z | Downloaded typenum v1.19.0 |
| 361 | 2026-05-18T23:33:06.614Z | Downloaded sha2 v0.10.9 |
| 362 | 2026-05-18T23:33:06.614Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-05-18T23:33:06.617Z | Downloaded scroll v0.12.0 |
| 364 | 2026-05-18T23:33:06.620Z | Downloaded bitflags v2.11.0 |
| 365 | 2026-05-18T23:33:06.620Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-05-18T23:33:06.623Z | Downloaded proc-macro-error v1.0.4 |
| 367 | 2026-05-18T23:33:06.626Z | Downloaded plain v0.2.3 |
| 368 | 2026-05-18T23:33:06.626Z | Downloaded zerovec v0.11.5 |
| 369 | 2026-05-18T23:33:06.629Z | Downloaded synstructure v0.13.2 |
| 370 | 2026-05-18T23:33:06.629Z | Downloaded serde-untagged v0.1.9 |
| 371 | 2026-05-18T23:33:06.632Z | Downloaded ordered-float v2.10.1 |
| 372 | 2026-05-18T23:33:06.635Z | Downloaded zerocopy v0.7.35 |
| 373 | 2026-05-18T23:33:06.642Z | Downloaded serde_tokenstream v0.2.3 |
| 374 | 2026-05-18T23:33:06.645Z | Downloaded icu_provider v2.1.1 |
| 375 | 2026-05-18T23:33:06.645Z | Downloaded winnow v0.7.14 |
| 376 | 2026-05-18T23:33:06.649Z | Downloaded smallvec v1.15.1 |
| 377 | 2026-05-18T23:33:06.652Z | Downloaded unicode-width v0.2.0 |
| 378 | 2026-05-18T23:33:06.652Z | Downloaded quote v1.0.45 |
| 379 | 2026-05-18T23:33:06.655Z | Downloaded pest_derive v2.8.6 |
| 380 | 2026-05-18T23:33:06.655Z | Downloaded tempfile v3.25.0 |
| 381 | 2026-05-18T23:33:06.658Z | Downloaded getrandom v0.4.1 |
| 382 | 2026-05-18T23:33:06.658Z | Downloaded erased-serde v0.4.9 |
| 383 | 2026-05-18T23:33:06.661Z | Downloaded proc-macro2 v1.0.106 |
| 384 | 2026-05-18T23:33:06.665Z | Downloaded once_cell v1.21.3 |
| 385 | 2026-05-18T23:33:06.668Z | Downloaded pest_generator v2.8.6 |
| 386 | 2026-05-18T23:33:06.672Z | Downloaded semver v1.0.28 |
| 387 | 2026-05-18T23:33:06.675Z | Downloaded litemap v0.8.1 |
| 388 | 2026-05-18T23:33:06.679Z | Downloaded cargo-util-schemas v0.8.2 |
| 389 | 2026-05-18T23:33:06.682Z | Downloaded clap v4.5.60 |
| 390 | 2026-05-18T23:33:06.686Z | Downloaded serde_derive v1.0.228 |
| 391 | 2026-05-18T23:33:06.689Z | Downloaded indexmap v2.14.0 |
| 392 | 2026-05-18T23:33:06.692Z | Downloaded num-traits v0.2.19 |
| 393 | 2026-05-18T23:33:06.692Z | Downloaded digest v0.10.7 |
| 394 | 2026-05-18T23:33:06.695Z | Downloaded clap_derive v4.5.55 |
| 395 | 2026-05-18T23:33:06.695Z | Downloaded serde_core v1.0.228 |
| 396 | 2026-05-18T23:33:06.695Z | Downloaded papergrid v0.11.0 |
| 397 | 2026-05-18T23:33:06.698Z | Downloaded icu_locale_core v2.1.1 |
| 398 | 2026-05-18T23:33:06.701Z | Downloaded log v0.4.29 |
| 399 | 2026-05-18T23:33:06.704Z | Downloaded icu_collections v2.1.1 |
| 400 | 2026-05-18T23:33:06.707Z | Downloaded icu_normalizer v2.1.1 |
| 401 | 2026-05-18T23:33:06.710Z | Downloaded pest_meta v2.8.6 |
| 402 | 2026-05-18T23:33:06.715Z | Downloaded memchr v2.8.0 |
| 403 | 2026-05-18T23:33:06.722Z | Downloaded icu_properties_data v2.1.2 |
| 404 | 2026-05-18T23:33:06.737Z | Downloaded serde v1.0.228 |
| 405 | 2026-05-18T23:33:06.740Z | Downloaded clap_builder v4.5.60 |
| 406 | 2026-05-18T23:33:06.752Z | Downloaded hashbrown v0.17.0 |
| 407 | 2026-05-18T23:33:06.756Z | Downloaded idna v1.1.0 |
| 408 | 2026-05-18T23:33:06.769Z | Downloaded pest v2.8.6 |
| 409 | 2026-05-18T23:33:06.779Z | Downloaded goblin v0.8.2 |
| 410 | 2026-05-18T23:33:06.782Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-05-18T23:33:06.797Z | Downloaded syn v1.0.109 |
| 412 | 2026-05-18T23:33:06.802Z | Downloaded tabled v0.15.0 |
| 413 | 2026-05-18T23:33:06.814Z | Downloaded syn v2.0.117 |
| 414 | 2026-05-18T23:33:06.837Z | Downloaded rustix v1.1.3 |
| 415 | 2026-05-18T23:33:06.858Z | Downloaded libc v0.2.185 |
| 416 | 2026-05-18T23:33:06.925Z | Compiling proc-macro2 v1.0.106 |
| 417 | 2026-05-18T23:33:06.925Z | Compiling unicode-ident v1.0.24 |
| 418 | 2026-05-18T23:33:06.928Z | Compiling quote v1.0.45 |
| 419 | 2026-05-18T23:33:06.929Z | Compiling serde_core v1.0.228 |
| 420 | 2026-05-18T23:33:06.929Z | Compiling libc v0.2.185 |
| 421 | 2026-05-18T23:33:06.929Z | Compiling version_check v0.9.5 |
| 422 | 2026-05-18T23:33:06.929Z | Compiling memchr v2.8.0 |
| 423 | 2026-05-18T23:33:06.929Z | Compiling serde v1.0.228 |
| 424 | 2026-05-18T23:33:07.273Z | Compiling stable_deref_trait v1.2.1 |
| 425 | 2026-05-18T23:33:07.348Z | Compiling zmij v1.0.21 |
| 426 | 2026-05-18T23:33:07.440Z | Compiling thiserror v1.0.69 |
| 427 | 2026-05-18T23:33:07.515Z | Compiling itoa v1.0.17 |
| 428 | 2026-05-18T23:33:07.530Z | Compiling autocfg v1.5.0 |
| 429 | 2026-05-18T23:33:07.721Z | Compiling ucd-trie v0.1.7 |
| 430 | 2026-05-18T23:33:07.961Z | Compiling pest v2.8.6 |
| 431 | 2026-05-18T23:33:08.034Z | Compiling litemap v0.8.1 |
| 432 | 2026-05-18T23:33:08.034Z | Compiling writeable v0.6.2 |
| 433 | 2026-05-18T23:33:08.034Z | Compiling icu_properties_data v2.1.2 |
| 434 | 2026-05-18T23:33:08.034Z | Compiling rustix v1.1.3 |
| 435 | 2026-05-18T23:33:08.210Z | Compiling icu_normalizer_data v2.1.1 |
| 436 | 2026-05-18T23:33:08.345Z | Compiling byteorder v1.5.0 |
| 437 | 2026-05-18T23:33:08.448Z | Compiling syn v2.0.117 |
| 438 | 2026-05-18T23:33:08.550Z | Compiling errno v0.3.14 |
| 439 | 2026-05-18T23:33:08.644Z | Compiling bitflags v2.11.0 |
| 440 | 2026-05-18T23:33:08.644Z | Compiling serde_json v1.0.149 |
| 441 | 2026-05-18T23:33:08.751Z | Compiling num-traits v0.2.19 |
| 442 | 2026-05-18T23:33:08.793Z | Compiling equivalent v1.0.2 |
| 443 | 2026-05-18T23:33:08.889Z | Compiling hashbrown v0.17.0 |
| 444 | 2026-05-18T23:33:08.914Z | Compiling smallvec v1.15.1 |
| 445 | 2026-05-18T23:33:08.964Z | Compiling pest_meta v2.8.6 |
| 446 | 2026-05-18T23:33:09.125Z | Compiling typeid v1.0.3 |
| 447 | 2026-05-18T23:33:09.340Z | Compiling thread-id v4.2.2 |
| 448 | 2026-05-18T23:33:09.358Z | Compiling indexmap v2.14.0 |
| 449 | 2026-05-18T23:33:09.413Z | Compiling proc-macro-error-attr v1.0.4 |
| 450 | 2026-05-18T23:33:09.428Z | Compiling usdt-impl v0.5.0 |
| 451 | 2026-05-18T23:33:09.431Z | Compiling toml_write v0.1.2 |
| 452 | 2026-05-18T23:33:09.595Z | Compiling winnow v0.7.14 |
| 453 | 2026-05-18T23:33:09.641Z | Compiling erased-serde v0.4.9 |
| 454 | 2026-05-18T23:33:09.655Z | Compiling syn v1.0.109 |
| 455 | 2026-05-18T23:33:10.013Z | Compiling proc-macro-error v1.0.4 |
| 456 | 2026-05-18T23:33:10.059Z | Compiling log v0.4.29 |
| 457 | 2026-05-18T23:33:10.199Z | Compiling thiserror v2.0.18 |
| 458 | 2026-05-18T23:33:10.246Z | Compiling percent-encoding v2.3.2 |
| 459 | 2026-05-18T23:33:10.478Z | Compiling utf8_iter v1.0.4 |
| 460 | 2026-05-18T23:33:10.578Z | Compiling getrandom v0.4.1 |
| 461 | 2026-05-18T23:33:10.595Z | Compiling plain v0.2.3 |
| 462 | 2026-05-18T23:33:10.635Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-05-18T23:33:10.652Z | Compiling camino v1.2.2 |
| 464 | 2026-05-18T23:33:10.755Z | Compiling anstyle-parse v0.2.7 |
| 465 | 2026-05-18T23:33:10.852Z | Compiling ordered-float v2.10.1 |
| 466 | 2026-05-18T23:33:10.929Z | Compiling form_urlencoded v1.2.2 |
| 467 | 2026-05-18T23:33:10.991Z | Compiling synstructure v0.13.2 |
| 468 | 2026-05-18T23:33:11.023Z | Compiling pest_generator v2.8.6 |
| 469 | 2026-05-18T23:33:11.102Z | Compiling terminal_size v0.4.3 |
| 470 | 2026-05-18T23:33:11.241Z | Compiling colorchoice v1.0.4 |
| 471 | 2026-05-18T23:33:11.349Z | Compiling is_terminal_polyfill v1.70.2 |
| 472 | 2026-05-18T23:33:11.375Z | Compiling pretty-hex v0.4.1 |
| 473 | 2026-05-18T23:33:11.428Z | Compiling anstyle v1.0.13 |
| 474 | 2026-05-18T23:33:11.471Z | Compiling cfg-if v1.0.4 |
| 475 | 2026-05-18T23:33:11.509Z | Compiling anstyle-query v1.1.5 |
| 476 | 2026-05-18T23:33:11.528Z | Compiling serde-untagged v0.1.9 |
| 477 | 2026-05-18T23:33:11.603Z | Compiling anstream v0.6.21 |
| 478 | 2026-05-18T23:33:11.736Z | Compiling semver v1.0.28 |
| 479 | 2026-05-18T23:33:11.755Z | Compiling fs-err v3.3.0 |
| 480 | 2026-05-18T23:33:11.785Z | Compiling fnv v1.0.7 |
| 481 | 2026-05-18T23:33:11.892Z | Compiling unicode-width v0.1.14 |
| 482 | 2026-05-18T23:33:11.926Z | Compiling once_cell v1.21.3 |
| 483 | 2026-05-18T23:33:11.963Z | Compiling anyhow v1.0.102 |
| 484 | 2026-05-18T23:33:12.064Z | Compiling bytecount v0.6.9 |
| 485 | 2026-05-18T23:33:12.081Z | Compiling heck v0.5.0 |
| 486 | 2026-05-18T23:33:12.151Z | Compiling strsim v0.11.1 |
| 487 | 2026-05-18T23:33:12.174Z | Compiling unicode-xid v0.2.6 |
| 488 | 2026-05-18T23:33:12.277Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-18T23:33:12.299Z | Compiling heck v0.4.1 |
| 490 | 2026-05-18T23:33:12.322Z | Compiling fastrand v2.3.0 |
| 491 | 2026-05-18T23:33:12.496Z | Compiling clap_builder v4.5.60 |
| 492 | 2026-05-18T23:33:12.515Z | Compiling tempfile v3.25.0 |
| 493 | 2026-05-18T23:33:12.547Z | Compiling papergrid v0.11.0 |
| 494 | 2026-05-18T23:33:12.686Z | Compiling memmap v0.7.0 |
| 495 | 2026-05-18T23:33:12.731Z | Compiling unicode-linebreak v0.1.5 |
| 496 | 2026-05-18T23:33:12.749Z | Compiling serde_derive v1.0.228 |
| 497 | 2026-05-18T23:33:12.865Z | Compiling zerofrom-derive v0.1.6 |
| 498 | 2026-05-18T23:33:12.893Z | Compiling yoke-derive v0.8.1 |
| 499 | 2026-05-18T23:33:12.975Z | Compiling zerovec-derive v0.11.2 |
| 500 | 2026-05-18T23:33:13.138Z | Compiling displaydoc v0.2.5 |
| 501 | 2026-05-18T23:33:13.877Z | Compiling thiserror-impl v1.0.69 |
| 502 | 2026-05-18T23:33:13.970Z | Compiling zerocopy-derive v0.7.35 |
| 503 | 2026-05-18T23:33:14.025Z | Compiling pest_derive v2.8.6 |
| 504 | 2026-05-18T23:33:14.073Z | Compiling scroll_derive v0.12.1 |
| 505 | 2026-05-18T23:33:14.232Z | Compiling zerofrom v0.1.6 |
| 506 | 2026-05-18T23:33:14.367Z | Compiling yoke v0.8.1 |
| 507 | 2026-05-18T23:33:14.443Z | Compiling thiserror-impl v2.0.18 |
| 508 | 2026-05-18T23:33:14.562Z | Compiling zerovec v0.11.5 |
| 509 | 2026-05-18T23:33:14.740Z | Compiling zerotrie v0.2.3 |
| 510 | 2026-05-18T23:33:14.828Z | Compiling zerocopy v0.7.35 |
| 511 | 2026-05-18T23:33:15.040Z | Compiling tinystr v0.8.2 |
| 512 | 2026-05-18T23:33:15.076Z | Compiling potential_utf v0.1.4 |
| 513 | 2026-05-18T23:33:15.239Z | Compiling icu_locale_core v2.1.1 |
| 514 | 2026-05-18T23:33:15.243Z | Compiling icu_collections v2.1.1 |
| 515 | 2026-05-18T23:33:15.243Z | Compiling dtrace-parser v0.2.0 |
| 516 | 2026-05-18T23:33:15.375Z | Compiling scroll v0.12.0 |
| 517 | 2026-05-18T23:33:15.512Z | Compiling tabled_derive v0.7.0 |
| 518 | 2026-05-18T23:33:15.710Z | Compiling goblin v0.8.2 |
| 519 | 2026-05-18T23:33:15.784Z | Compiling clap_derive v4.5.55 |
| 520 | 2026-05-18T23:33:15.943Z | Compiling icu_provider v2.1.1 |
| 521 | 2026-05-18T23:33:16.028Z | Compiling unicode-width v0.2.0 |
| 522 | 2026-05-18T23:33:16.178Z | Compiling icu_normalizer v2.1.1 |
| 523 | 2026-05-18T23:33:16.210Z | Compiling icu_properties v2.1.2 |
| 524 | 2026-05-18T23:33:16.227Z | Compiling serde_spanned v0.6.9 |
| 525 | 2026-05-18T23:33:16.245Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-05-18T23:33:16.307Z | Compiling dof v0.3.0 |
| 527 | 2026-05-18T23:33:16.375Z | Compiling serde_tokenstream v0.2.3 |
| 528 | 2026-05-18T23:33:16.433Z | Compiling toml_edit v0.22.27 |
| 529 | 2026-05-18T23:33:16.514Z | Compiling serde-value v0.7.0 |
| 530 | 2026-05-18T23:33:16.714Z | Compiling cargo-platform v0.2.0 |
| 531 | 2026-05-18T23:33:16.730Z | Compiling smawk v0.3.2 |
| 532 | 2026-05-18T23:33:16.875Z | Compiling textwrap v0.16.2 |
| 533 | 2026-05-18T23:33:16.892Z | Compiling tabled v0.15.0 |
| 534 | 2026-05-18T23:33:16.988Z | Compiling macaddr v1.0.1 |
| 535 | 2026-05-18T23:33:17.218Z | Compiling idna_adapter v1.2.1 |
| 536 | 2026-05-18T23:33:17.322Z | Compiling usdt-macro v0.5.0 |
| 537 | 2026-05-18T23:33:17.337Z | Compiling idna v1.1.0 |
| 538 | 2026-05-18T23:33:17.360Z | Compiling usdt-attr-macro v0.5.0 |
| 539 | 2026-05-18T23:33:17.536Z | Compiling clap v4.5.60 |
| 540 | 2026-05-18T23:33:17.624Z | Compiling url v2.5.8 |
| 541 | 2026-05-18T23:33:17.658Z | Compiling camino-tempfile v1.4.1 |
| 542 | 2026-05-18T23:33:17.907Z | Compiling toml v0.8.23 |
| 543 | 2026-05-18T23:33:18.037Z | Compiling swrite v0.1.0 |
| 544 | 2026-05-18T23:33:18.140Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 545 | 2026-05-18T23:33:18.384Z | Compiling cargo-util-schemas v0.8.2 |
| 546 | 2026-05-18T23:33:18.400Z | Compiling cargo_toml v0.21.0 |
| 547 | 2026-05-18T23:33:18.641Z | Compiling usdt v0.5.0 |
| 548 | 2026-05-18T23:33:19.303Z | Compiling cargo_metadata v0.21.0 |
| 549 | 2026-05-18T23:33:20.199Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 550 | 2026-05-18T23:33:22.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.98s |
| 551 | 2026-05-18T23:33:22.584Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 552 | 2026-05-18T23:33:23.149Z | Downloading crates ... |
| 553 | 2026-05-18T23:33:23.268Z | Downloaded castaway v0.2.4 |
| 554 | 2026-05-18T23:33:23.274Z | Downloaded darling v0.20.11 |
| 555 | 2026-05-18T23:33:23.277Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 556 | 2026-05-18T23:33:23.280Z | Downloaded csv-core v0.1.13 |
| 557 | 2026-05-18T23:33:23.292Z | Downloaded document-features v0.2.12 |
| 558 | 2026-05-18T23:33:23.296Z | Downloaded fixedbitset v0.4.2 |
| 559 | 2026-05-18T23:33:23.296Z | Downloaded data-encoding v2.10.0 |
| 560 | 2026-05-18T23:33:23.296Z | Downloaded crucible-workspace-hack v0.1.0 |
| 561 | 2026-05-18T23:33:23.299Z | Downloaded convert_case v0.4.0 |
| 562 | 2026-05-18T23:33:23.299Z | Downloaded bb8 v0.8.6 |
| 563 | 2026-05-18T23:33:23.299Z | Downloaded ciborium-ll v0.2.2 |
| 564 | 2026-05-18T23:33:23.299Z | Downloaded bitfield-struct v0.6.2 |
| 565 | 2026-05-18T23:33:23.302Z | Downloaded endian-type v0.1.2 |
| 566 | 2026-05-18T23:33:23.302Z | Downloaded compression-core v0.4.31 |
| 567 | 2026-05-18T23:33:23.302Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2026-05-18T23:33:23.302Z | Downloaded crypto-bigint v0.5.5 |
| 569 | 2026-05-18T23:33:23.306Z | Downloaded dropshot-api-manager v0.7.1 |
| 570 | 2026-05-18T23:33:23.309Z | Downloaded const_format_proc_macros v0.2.34 |
| 571 | 2026-05-18T23:33:23.309Z | Downloaded env_logger v0.11.9 |
| 572 | 2026-05-18T23:33:23.312Z | Downloaded cargo_metadata v0.19.2 |
| 573 | 2026-05-18T23:33:23.312Z | Downloaded foldhash v0.2.0 |
| 574 | 2026-05-18T23:33:23.315Z | Downloaded cfg_aliases v0.2.1 |
| 575 | 2026-05-18T23:33:23.315Z | Downloaded camino-tempfile-ext v0.3.3 |
| 576 | 2026-05-18T23:33:23.315Z | Downloaded chacha20poly1305 v0.10.1 |
| 577 | 2026-05-18T23:33:23.318Z | Downloaded cbc v0.1.2 |
| 578 | 2026-05-18T23:33:23.321Z | Downloaded byte-wrapper v0.1.0 |
| 579 | 2026-05-18T23:33:23.321Z | Downloaded flume v0.11.1 |
| 580 | 2026-05-18T23:33:23.324Z | Downloaded cobs v0.3.0 |
| 581 | 2026-05-18T23:33:23.325Z | Downloaded flate2 v1.1.9 |
| 582 | 2026-05-18T23:33:23.328Z | Downloaded float-cmp v0.10.0 |
| 583 | 2026-05-18T23:33:23.328Z | Downloaded bzip2 v0.4.4 |
| 584 | 2026-05-18T23:33:23.331Z | Downloaded foreign-types-macros v0.2.3 |
| 585 | 2026-05-18T23:33:23.331Z | Downloaded find-msvc-tools v0.1.9 |
| 586 | 2026-05-18T23:33:23.331Z | Downloaded console v0.15.11 |
| 587 | 2026-05-18T23:33:23.336Z | Downloaded defmt v1.0.1 |
| 588 | 2026-05-18T23:33:23.339Z | Downloaded fallible-iterator v0.2.0 |
| 589 | 2026-05-18T23:33:23.339Z | Downloaded embedded-io v0.6.1 |
| 590 | 2026-05-18T23:33:23.339Z | Downloaded dirs-next v2.0.0 |
| 591 | 2026-05-18T23:33:23.339Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 592 | 2026-05-18T23:33:23.339Z | Downloaded crc8 v0.1.1 |
| 593 | 2026-05-18T23:33:23.339Z | Downloaded cpufeatures v0.3.0 |
| 594 | 2026-05-18T23:33:23.343Z | Downloaded aead v0.5.2 |
| 595 | 2026-05-18T23:33:23.343Z | Downloaded ciborium-io v0.2.2 |
| 596 | 2026-05-18T23:33:23.343Z | Downloaded enum-as-inner v0.6.1 |
| 597 | 2026-05-18T23:33:23.343Z | Downloaded embedded-io v0.4.0 |
| 598 | 2026-05-18T23:33:23.346Z | Downloaded cassowary v0.3.0 |
| 599 | 2026-05-18T23:33:23.346Z | Downloaded async-bb8-diesel v0.2.1 |
| 600 | 2026-05-18T23:33:23.349Z | Downloaded elliptic-curve v0.13.8 |
| 601 | 2026-05-18T23:33:23.352Z | Downloaded bitfield-macros v0.19.4 |
| 602 | 2026-05-18T23:33:23.352Z | Downloaded async-recursion v1.1.1 |
| 603 | 2026-05-18T23:33:23.352Z | Downloaded dunce v1.0.5 |
| 604 | 2026-05-18T23:33:23.355Z | Downloaded assert_matches v1.5.0 |
| 605 | 2026-05-18T23:33:23.355Z | Downloaded defmt v0.3.100 |
| 606 | 2026-05-18T23:33:23.355Z | Downloaded derive_builder_macro v0.20.2 |
| 607 | 2026-05-18T23:33:23.355Z | Downloaded env_filter v1.0.0 |
| 608 | 2026-05-18T23:33:23.359Z | Downloaded corncobs v0.1.4 |
| 609 | 2026-05-18T23:33:23.359Z | Downloaded compression-codecs v0.4.37 |
| 610 | 2026-05-18T23:33:23.362Z | Downloaded chacha20 v0.9.1 |
| 611 | 2026-05-18T23:33:23.362Z | Downloaded buf-list v1.1.2 |
| 612 | 2026-05-18T23:33:23.365Z | Downloaded defmt-parser v1.0.0 |
| 613 | 2026-05-18T23:33:23.365Z | Downloaded darling_macro v0.20.11 |
| 614 | 2026-05-18T23:33:23.365Z | Downloaded dyn-clone v1.0.20 |
| 615 | 2026-05-18T23:33:23.365Z | Downloaded dirs-sys-next v0.1.2 |
| 616 | 2026-05-18T23:33:23.368Z | Downloaded crunchy v0.2.4 |
| 617 | 2026-05-18T23:33:23.368Z | Downloaded bit-set v0.8.0 |
| 618 | 2026-05-18T23:33:23.368Z | Downloaded bcs v0.1.6 |
| 619 | 2026-05-18T23:33:23.372Z | Downloaded atomic-waker v1.1.2 |
| 620 | 2026-05-18T23:33:23.375Z | Downloaded crc-catalog v2.4.0 |
| 621 | 2026-05-18T23:33:23.378Z | Downloaded async-stream-impl v0.3.6 |
| 622 | 2026-05-18T23:33:23.378Z | Downloaded array-init v0.0.4 |
| 623 | 2026-05-18T23:33:23.378Z | Downloaded dtrace-parser v0.3.0 |
| 624 | 2026-05-18T23:33:23.378Z | Downloaded dof v0.4.0 |
| 625 | 2026-05-18T23:33:23.381Z | Downloaded adler2 v2.0.1 |
| 626 | 2026-05-18T23:33:23.381Z | Downloaded ascii-canvas v3.0.0 |
| 627 | 2026-05-18T23:33:23.384Z | Downloaded atty v0.2.14 |
| 628 | 2026-05-18T23:33:23.384Z | Downloaded difflib v0.4.0 |
| 629 | 2026-05-18T23:33:23.384Z | Downloaded crc v3.4.0 |
| 630 | 2026-05-18T23:33:23.384Z | Downloaded atomicwrites v0.4.4 |
| 631 | 2026-05-18T23:33:23.388Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 632 | 2026-05-18T23:33:23.388Z | Downloaded cstr-argument v0.1.2 |
| 633 | 2026-05-18T23:33:23.388Z | Downloaded async-stream v0.3.6 |
| 634 | 2026-05-18T23:33:23.391Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 635 | 2026-05-18T23:33:23.394Z | Downloaded downcast-rs v2.0.2 |
| 636 | 2026-05-18T23:33:23.398Z | Downloaded debug-ignore v1.0.5 |
| 637 | 2026-05-18T23:33:23.398Z | Downloaded darling_macro v0.21.3 |
| 638 | 2026-05-18T23:33:23.398Z | Downloaded darling_core v0.20.11 |
| 639 | 2026-05-18T23:33:23.402Z | Downloaded foreign-types v0.3.2 |
| 640 | 2026-05-18T23:33:23.405Z | Downloaded futures-core v0.3.32 |
| 641 | 2026-05-18T23:33:23.408Z | Downloaded bitflags v1.3.2 |
| 642 | 2026-05-18T23:33:23.411Z | Downloaded float-ord v0.3.2 |
| 643 | 2026-05-18T23:33:23.411Z | Downloaded dsl_auto_type v0.2.0 |
| 644 | 2026-05-18T23:33:23.412Z | Downloaded compact_str v0.8.1 |
| 645 | 2026-05-18T23:33:23.415Z | Downloaded cargo-platform v0.1.9 |
| 646 | 2026-05-18T23:33:23.415Z | Downloaded backoff v0.4.0 |
| 647 | 2026-05-18T23:33:23.418Z | Downloaded blowfish v0.9.1 |
| 648 | 2026-05-18T23:33:23.418Z | Downloaded arrayref v0.3.9 |
| 649 | 2026-05-18T23:33:23.418Z | Downloaded fd-lock v4.0.4 |
| 650 | 2026-05-18T23:33:23.421Z | Downloaded foreign-types v0.5.0 |
| 651 | 2026-05-18T23:33:23.424Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-18T23:33:23.427Z | Downloaded flagset v0.4.7 |
| 653 | 2026-05-18T23:33:23.427Z | Downloaded foreign-types-shared v0.1.1 |
| 654 | 2026-05-18T23:33:23.430Z | Downloaded colored v3.1.1 |
| 655 | 2026-05-18T23:33:23.430Z | Downloaded gethostname v0.5.0 |
| 656 | 2026-05-18T23:33:23.430Z | Downloaded fxhash v0.2.1 |
| 657 | 2026-05-18T23:33:23.434Z | Downloaded futures-io v0.3.32 |
| 658 | 2026-05-18T23:33:23.434Z | Downloaded foreign-types-shared v0.3.1 |
| 659 | 2026-05-18T23:33:23.434Z | Downloaded bitfield v0.19.4 |
| 660 | 2026-05-18T23:33:23.434Z | Downloaded git-stub v1.0.0 |
| 661 | 2026-05-18T23:33:23.437Z | Downloaded ghash v0.5.1 |
| 662 | 2026-05-18T23:33:23.437Z | Downloaded funty v2.0.0 |
| 663 | 2026-05-18T23:33:23.442Z | Downloaded globwalk v0.9.1 |
| 664 | 2026-05-18T23:33:23.445Z | Downloaded hostname v0.3.1 |
| 665 | 2026-05-18T23:33:23.445Z | Downloaded foldhash v0.1.5 |
| 666 | 2026-05-18T23:33:23.445Z | Downloaded hex-literal v0.4.1 |
| 667 | 2026-05-18T23:33:23.448Z | Downloaded hex v0.4.3 |
| 668 | 2026-05-18T23:33:23.448Z | Downloaded httpdate v1.0.3 |
| 669 | 2026-05-18T23:33:23.448Z | Downloaded erased-serde v0.3.31 |
| 670 | 2026-05-18T23:33:23.451Z | Downloaded cmake v0.1.57 |
| 671 | 2026-05-18T23:33:23.451Z | Downloaded arrayvec v0.7.6 |
| 672 | 2026-05-18T23:33:23.451Z | Downloaded block-padding v0.3.3 |
| 673 | 2026-05-18T23:33:23.458Z | Downloaded either v1.15.0 |
| 674 | 2026-05-18T23:33:23.458Z | Downloaded ctr v0.9.2 |
| 675 | 2026-05-18T23:33:23.458Z | Downloaded cipher v0.4.4 |
| 676 | 2026-05-18T23:33:23.461Z | Downloaded bit-vec v0.8.0 |
| 677 | 2026-05-18T23:33:23.461Z | Downloaded convert_case v0.10.0 |
| 678 | 2026-05-18T23:33:23.461Z | Downloaded async-trait v0.1.89 |
| 679 | 2026-05-18T23:33:23.461Z | Downloaded ed25519 v2.2.3 |
| 680 | 2026-05-18T23:33:23.464Z | Downloaded derive-ex v0.1.8 |
| 681 | 2026-05-18T23:33:23.464Z | Downloaded der_derive v0.7.3 |
| 682 | 2026-05-18T23:33:23.464Z | Downloaded darling_macro v0.23.0 |
| 683 | 2026-05-18T23:33:23.464Z | Downloaded futures-task v0.3.32 |
| 684 | 2026-05-18T23:33:23.468Z | Downloaded ff v0.13.1 |
| 685 | 2026-05-18T23:33:23.468Z | Downloaded daft v0.1.5 |
| 686 | 2026-05-18T23:33:23.468Z | Downloaded base64ct v1.8.3 |
| 687 | 2026-05-18T23:33:23.471Z | Downloaded hash32 v0.3.1 |
| 688 | 2026-05-18T23:33:23.471Z | Downloaded argon2 v0.5.3 |
| 689 | 2026-05-18T23:33:23.471Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-05-18T23:33:23.474Z | Downloaded futures-executor v0.3.32 |
| 691 | 2026-05-18T23:33:23.474Z | Downloaded constant_time_eq v0.4.2 |
| 692 | 2026-05-18T23:33:23.474Z | Downloaded bit-vec v0.6.3 |
| 693 | 2026-05-18T23:33:23.477Z | Downloaded http-range v0.1.5 |
| 694 | 2026-05-18T23:33:23.477Z | Downloaded base16ct v0.2.0 |
| 695 | 2026-05-18T23:33:23.477Z | Downloaded bit-set v0.5.3 |
| 696 | 2026-05-18T23:33:23.477Z | Downloaded hyper-tls v0.6.0 |
| 697 | 2026-05-18T23:33:23.481Z | Downloaded const-oid v0.9.6 |
| 698 | 2026-05-18T23:33:23.481Z | Downloaded bzip2 v0.6.1 |
| 699 | 2026-05-18T23:33:23.481Z | Downloaded blake2 v0.10.6 |
| 700 | 2026-05-18T23:33:23.484Z | Downloaded hubpack_derive v0.1.1 |
| 701 | 2026-05-18T23:33:23.484Z | Downloaded http-body v1.0.1 |
| 702 | 2026-05-18T23:33:23.484Z | Downloaded home v0.5.12 |
| 703 | 2026-05-18T23:33:23.500Z | Downloaded clang-sys v1.8.1 |
| 704 | 2026-05-18T23:33:23.500Z | Downloaded indent_write v2.2.0 |
| 705 | 2026-05-18T23:33:23.500Z | Downloaded hubpack v0.1.2 |
| 706 | 2026-05-18T23:33:23.504Z | Downloaded backon v1.6.0 |
| 707 | 2026-05-18T23:33:23.504Z | Downloaded cookie v0.18.1 |
| 708 | 2026-05-18T23:33:23.504Z | Downloaded defmt-macros v1.0.1 |
| 709 | 2026-05-18T23:33:23.504Z | Downloaded derive_builder_core v0.20.2 |
| 710 | 2026-05-18T23:33:23.504Z | Downloaded deranged v0.5.8 |
| 711 | 2026-05-18T23:33:23.504Z | Downloaded cancel-safe-futures v0.1.5 |
| 712 | 2026-05-18T23:33:23.504Z | Downloaded fixedbitset v0.5.7 |
| 713 | 2026-05-18T23:33:23.504Z | Downloaded illumos-nvpair v0.3.0 |
| 714 | 2026-05-18T23:33:23.504Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 715 | 2026-05-18T23:33:23.504Z | Downloaded display-error-chain v0.2.2 |
| 716 | 2026-05-18T23:33:23.504Z | Downloaded daft-derive v0.1.5 |
| 717 | 2026-05-18T23:33:23.504Z | Downloaded filetime v0.2.27 |
| 718 | 2026-05-18T23:33:23.507Z | Downloaded critical-section v1.2.0 |
| 719 | 2026-05-18T23:33:23.507Z | Downloaded hostname v0.4.2 |
| 720 | 2026-05-18T23:33:23.507Z | Downloaded hash32 v0.2.1 |
| 721 | 2026-05-18T23:33:23.507Z | Downloaded cexpr v0.6.0 |
| 722 | 2026-05-18T23:33:23.510Z | Downloaded glob v0.3.3 |
| 723 | 2026-05-18T23:33:23.510Z | Downloaded futures-macro v0.3.32 |
| 724 | 2026-05-18T23:33:23.510Z | Downloaded diesel-dtrace v0.5.0 |
| 725 | 2026-05-18T23:33:23.513Z | Downloaded fs_extra v1.3.0 |
| 726 | 2026-05-18T23:33:23.513Z | Downloaded fs-err v2.11.0 |
| 727 | 2026-05-18T23:33:23.516Z | Downloaded globset v0.4.18 |
| 728 | 2026-05-18T23:33:23.516Z | Downloaded highway v1.3.0 |
| 729 | 2026-05-18T23:33:23.520Z | Downloaded inout v0.1.4 |
| 730 | 2026-05-18T23:33:23.520Z | Downloaded indoc v1.0.9 |
| 731 | 2026-05-18T23:33:23.520Z | Downloaded internet-checksum v0.2.1 |
| 732 | 2026-05-18T23:33:23.523Z | Downloaded instant v0.1.13 |
| 733 | 2026-05-18T23:33:23.523Z | Downloaded crossbeam-utils v0.8.21 |
| 734 | 2026-05-18T23:33:23.523Z | Downloaded is_ci v1.2.0 |
| 735 | 2026-05-18T23:33:23.526Z | Downloaded is-terminal v0.4.17 |
| 736 | 2026-05-18T23:33:23.526Z | Downloaded crossbeam-epoch v0.9.18 |
| 737 | 2026-05-18T23:33:23.526Z | Downloaded cookie_store v0.22.1 |
| 738 | 2026-05-18T23:33:23.529Z | Downloaded darling v0.21.3 |
| 739 | 2026-05-18T23:33:23.532Z | Downloaded drift v0.1.4 |
| 740 | 2026-05-18T23:33:23.536Z | Downloaded ena v0.14.4 |
| 741 | 2026-05-18T23:33:23.539Z | Downloaded diff v0.1.13 |
| 742 | 2026-05-18T23:33:23.539Z | Downloaded crossbeam-deque v0.8.6 |
| 743 | 2026-05-18T23:33:23.542Z | Downloaded keccak v0.1.6 |
| 744 | 2026-05-18T23:33:23.542Z | Downloaded const_format v0.2.35 |
| 745 | 2026-05-18T23:33:23.545Z | Downloaded ahash v0.8.12 |
| 746 | 2026-05-18T23:33:23.545Z | Downloaded lazy_static v1.5.0 |
| 747 | 2026-05-18T23:33:23.549Z | Downloaded lalrpop-util v0.19.12 |
| 748 | 2026-05-18T23:33:23.549Z | Downloaded http-body-util v0.1.3 |
| 749 | 2026-05-18T23:33:23.550Z | Downloaded crossbeam-channel v0.5.15 |
| 750 | 2026-05-18T23:33:23.552Z | Downloaded allocator-api2 v0.2.21 |
| 751 | 2026-05-18T23:33:23.552Z | Downloaded chacha20 v0.10.0 |
| 752 | 2026-05-18T23:33:23.556Z | Downloaded libscf-sys v1.1.0 |
| 753 | 2026-05-18T23:33:23.556Z | Downloaded crc32fast v1.5.0 |
| 754 | 2026-05-18T23:33:23.556Z | Downloaded console v0.16.2 |
| 755 | 2026-05-18T23:33:23.559Z | Downloaded colored v2.2.0 |
| 756 | 2026-05-18T23:33:23.559Z | Downloaded ciborium v0.2.2 |
| 757 | 2026-05-18T23:33:23.562Z | Downloaded ident_case v1.0.1 |
| 758 | 2026-05-18T23:33:23.562Z | Downloaded hyper-staticfile v0.10.1 |
| 759 | 2026-05-18T23:33:23.565Z | Downloaded cc v1.2.56 |
| 760 | 2026-05-18T23:33:23.565Z | Downloaded base64 v0.22.1 |
| 761 | 2026-05-18T23:33:23.568Z | Downloaded git-stub-vcs v0.1.0 |
| 762 | 2026-05-18T23:33:23.569Z | Downloaded lru-slab v0.1.2 |
| 763 | 2026-05-18T23:33:23.572Z | Downloaded lru v0.12.5 |
| 764 | 2026-05-18T23:33:23.572Z | Downloaded memoffset v0.9.1 |
| 765 | 2026-05-18T23:33:23.575Z | Downloaded lru-cache v0.1.2 |
| 766 | 2026-05-18T23:33:23.575Z | Downloaded derive_builder v0.20.2 |
| 767 | 2026-05-18T23:33:23.578Z | Downloaded md5 v0.7.0 |
| 768 | 2026-05-18T23:33:23.578Z | Downloaded maybe-uninit v2.0.0 |
| 769 | 2026-05-18T23:33:23.578Z | Downloaded managed v0.8.0 |
| 770 | 2026-05-18T23:33:23.582Z | Downloaded lzss v0.8.2 |
| 771 | 2026-05-18T23:33:23.582Z | Downloaded des v0.8.1 |
| 772 | 2026-05-18T23:33:23.582Z | Downloaded linked-hash-map v0.5.6 |
| 773 | 2026-05-18T23:33:23.585Z | Downloaded getrandom v0.2.17 |
| 774 | 2026-05-18T23:33:23.585Z | Downloaded indoc v2.0.7 |
| 775 | 2026-05-18T23:33:23.589Z | Downloaded darling v0.23.0 |
| 776 | 2026-05-18T23:33:23.592Z | Downloaded match_cfg v0.1.0 |
| 777 | 2026-05-18T23:33:23.595Z | Downloaded ipnet v2.11.0 |
| 778 | 2026-05-18T23:33:23.595Z | Downloaded mime v0.3.17 |
| 779 | 2026-05-18T23:33:23.595Z | Downloaded instability v0.3.11 |
| 780 | 2026-05-18T23:33:23.599Z | Downloaded newline-converter v0.3.0 |
| 781 | 2026-05-18T23:33:23.599Z | Downloaded nibble_vec v0.1.0 |
| 782 | 2026-05-18T23:33:23.599Z | Downloaded nodrop v0.1.14 |
| 783 | 2026-05-18T23:33:23.599Z | Downloaded md-5 v0.10.6 |
| 784 | 2026-05-18T23:33:23.602Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 785 | 2026-05-18T23:33:23.602Z | Downloaded group v0.13.0 |
| 786 | 2026-05-18T23:33:23.602Z | Downloaded ecdsa v0.16.9 |
| 787 | 2026-05-18T23:33:23.605Z | Downloaded derive_more-impl v2.1.1 |
| 788 | 2026-05-18T23:33:23.608Z | Downloaded newtype-uuid-macros v0.1.0 |
| 789 | 2026-05-18T23:33:23.608Z | Downloaded new_debug_unreachable v1.0.6 |
| 790 | 2026-05-18T23:33:23.608Z | Downloaded dropshot_endpoint v0.17.0 |
| 791 | 2026-05-18T23:33:23.611Z | Downloaded normalize-line-endings v0.3.0 |
| 792 | 2026-05-18T23:33:23.611Z | Downloaded newtype_derive v0.1.6 |
| 793 | 2026-05-18T23:33:23.615Z | Downloaded num v0.4.3 |
| 794 | 2026-05-18T23:33:23.615Z | Downloaded ingot v0.1.1 |
| 795 | 2026-05-18T23:33:23.615Z | Downloaded ipnetwork v0.21.1 |
| 796 | 2026-05-18T23:33:23.618Z | Downloaded ingot-types v0.1.2 |
| 797 | 2026-05-18T23:33:23.618Z | Downloaded kstat-rs v0.2.4 |
| 798 | 2026-05-18T23:33:23.618Z | Downloaded crc-any v2.5.0 |
| 799 | 2026-05-18T23:33:23.621Z | Downloaded hyper-rustls v0.27.7 |
| 800 | 2026-05-18T23:33:23.621Z | Downloaded opaque-debug v0.3.1 |
| 801 | 2026-05-18T23:33:23.621Z | Downloaded num-derive v0.4.2 |
| 802 | 2026-05-18T23:33:23.624Z | Downloaded libsw-core v0.3.2 |
| 803 | 2026-05-18T23:33:23.624Z | Downloaded jobserver v0.1.34 |
| 804 | 2026-05-18T23:33:23.627Z | Downloaded num-derive v0.3.3 |
| 805 | 2026-05-18T23:33:23.627Z | Downloaded num-conv v0.2.0 |
| 806 | 2026-05-18T23:33:23.627Z | Downloaded num_enum_derive v0.5.11 |
| 807 | 2026-05-18T23:33:23.627Z | Downloaded futures-channel v0.3.32 |
| 808 | 2026-05-18T23:33:23.630Z | Downloaded bumpalo v3.20.2 |
| 809 | 2026-05-18T23:33:23.630Z | Downloaded lock_api v0.4.14 |
| 810 | 2026-05-18T23:33:23.633Z | Downloaded libefi-sys v0.1.0 |
| 811 | 2026-05-18T23:33:23.636Z | Downloaded libsw v3.5.0 |
| 812 | 2026-05-18T23:33:23.639Z | Downloaded maplit v1.0.2 |
| 813 | 2026-05-18T23:33:23.639Z | Downloaded linear-map v1.2.0 |
| 814 | 2026-05-18T23:33:23.640Z | Downloaded openssl-probe v0.1.6 |
| 815 | 2026-05-18T23:33:23.643Z | Downloaded oso-derive v0.27.3 |
| 816 | 2026-05-18T23:33:23.643Z | Downloaded hmac v0.12.1 |
| 817 | 2026-05-18T23:33:23.647Z | Downloaded parse-size v1.1.0 |
| 818 | 2026-05-18T23:33:23.650Z | Downloaded parse-display v0.10.0 |
| 819 | 2026-05-18T23:33:23.650Z | Downloaded humantime v2.3.0 |
| 820 | 2026-05-18T23:33:23.650Z | Downloaded num_threads v0.1.7 |
| 821 | 2026-05-18T23:33:23.663Z | Downloaded pbkdf2 v0.11.0 |
| 822 | 2026-05-18T23:33:23.667Z | Downloaded pbkdf2 v0.12.2 |
| 823 | 2026-05-18T23:33:23.667Z | Downloaded path-slash v0.1.5 |
| 824 | 2026-05-18T23:33:23.667Z | Downloaded packed_struct_codegen v0.10.1 |
| 825 | 2026-05-18T23:33:23.670Z | Downloaded fatfs v0.3.6 |
| 826 | 2026-05-18T23:33:23.670Z | Downloaded dropshot_endpoint v0.16.7 |
| 827 | 2026-05-18T23:33:23.675Z | Downloaded openssl-macros v0.1.1 |
| 828 | 2026-05-18T23:33:23.675Z | Downloaded bytes v1.11.1 |
| 829 | 2026-05-18T23:33:23.678Z | Downloaded olpc-cjson v0.1.4 |
| 830 | 2026-05-18T23:33:23.678Z | Downloaded derive-where v1.6.0 |
| 831 | 2026-05-18T23:33:23.678Z | Downloaded native-tls v0.2.18 |
| 832 | 2026-05-18T23:33:23.681Z | Downloaded nonempty v0.12.0 |
| 833 | 2026-05-18T23:33:23.681Z | Downloaded half v2.7.1 |
| 834 | 2026-05-18T23:33:23.684Z | Downloaded half v1.8.3 |
| 835 | 2026-05-18T23:33:23.684Z | Downloaded futures v0.3.32 |
| 836 | 2026-05-18T23:33:23.687Z | Downloaded phf_shared v0.12.1 |
| 837 | 2026-05-18T23:33:23.687Z | Downloaded phf_shared v0.11.3 |
| 838 | 2026-05-18T23:33:23.691Z | Downloaded num_enum v0.7.5 |
| 839 | 2026-05-18T23:33:23.694Z | Downloaded httparse v1.10.1 |
| 840 | 2026-05-18T23:33:23.694Z | Downloaded multimap v0.10.1 |
| 841 | 2026-05-18T23:33:23.694Z | Downloaded pin-utils v0.1.0 |
| 842 | 2026-05-18T23:33:23.697Z | Downloaded peg-runtime v0.8.5 |
| 843 | 2026-05-18T23:33:23.697Z | Downloaded iana-time-zone v0.1.65 |
| 844 | 2026-05-18T23:33:23.700Z | Downloaded nanorand v0.7.0 |
| 845 | 2026-05-18T23:33:23.700Z | Downloaded mime_guess v2.0.5 |
| 846 | 2026-05-18T23:33:23.700Z | Downloaded ingot-macros v0.1.1 |
| 847 | 2026-05-18T23:33:23.703Z | Downloaded darling_core v0.21.3 |
| 848 | 2026-05-18T23:33:23.706Z | Downloaded oxide-tokio-rt v0.1.4 |
| 849 | 2026-05-18T23:33:23.706Z | Downloaded num-complex v0.4.6 |
| 850 | 2026-05-18T23:33:23.706Z | Downloaded oxnet v0.1.4 |
| 851 | 2026-05-18T23:33:23.709Z | Downloaded num-iter v0.1.45 |
| 852 | 2026-05-18T23:33:23.709Z | Downloaded openssl-probe v0.2.1 |
| 853 | 2026-05-18T23:33:23.709Z | Downloaded nu-ansi-term v0.50.3 |
| 854 | 2026-05-18T23:33:23.712Z | Downloaded powerfmt v0.2.0 |
| 855 | 2026-05-18T23:33:23.712Z | Downloaded phf_shared v0.13.1 |
| 856 | 2026-05-18T23:33:23.712Z | Downloaded getrandom v0.3.4 |
| 857 | 2026-05-18T23:33:23.715Z | Downloaded memmap2 v0.9.10 |
| 858 | 2026-05-18T23:33:23.715Z | Downloaded litrs v1.0.0 |
| 859 | 2026-05-18T23:33:23.719Z | Downloaded password-hash v0.4.2 |
| 860 | 2026-05-18T23:33:23.719Z | Downloaded heapless v0.8.0 |
| 861 | 2026-05-18T23:33:23.722Z | Downloaded indexmap v1.9.3 |
| 862 | 2026-05-18T23:33:23.725Z | Downloaded ignore v0.4.25 |
| 863 | 2026-05-18T23:33:23.725Z | Downloaded derive_more v0.99.20 |
| 864 | 2026-05-18T23:33:23.728Z | Downloaded darling_core v0.23.0 |
| 865 | 2026-05-18T23:33:23.731Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 866 | 2026-05-18T23:33:23.731Z | Downloaded proc-macro-crate v3.4.0 |
| 867 | 2026-05-18T23:33:23.731Z | Downloaded progenitor-client v0.11.2 |
| 868 | 2026-05-18T23:33:23.736Z | Downloaded progenitor-client v0.10.0 |
| 869 | 2026-05-18T23:33:23.736Z | Downloaded num_enum_derive v0.7.5 |
| 870 | 2026-05-18T23:33:23.737Z | Downloaded num_enum v0.5.11 |
| 871 | 2026-05-18T23:33:23.740Z | Downloaded arc-swap v1.8.2 |
| 872 | 2026-05-18T23:33:23.740Z | Downloaded peg-macros v0.8.5 |
| 873 | 2026-05-18T23:33:23.740Z | Downloaded base64 v0.21.7 |
| 874 | 2026-05-18T23:33:23.743Z | Downloaded peg v0.8.5 |
| 875 | 2026-05-18T23:33:23.746Z | Downloaded newtype-uuid v1.3.2 |
| 876 | 2026-05-18T23:33:23.746Z | Downloaded libloading v0.8.9 |
| 877 | 2026-05-18T23:33:23.749Z | Downloaded owo-colors v4.3.0 |
| 878 | 2026-05-18T23:33:23.749Z | Downloaded progenitor-client v0.14.0 |
| 879 | 2026-05-18T23:33:23.749Z | Downloaded predicates-core v1.0.10 |
| 880 | 2026-05-18T23:33:23.749Z | Downloaded precomputed-hash v0.1.1 |
| 881 | 2026-05-18T23:33:23.752Z | Downloaded predicates-tree v1.0.13 |
| 882 | 2026-05-18T23:33:23.752Z | Downloaded proc-macro-crate v1.3.1 |
| 883 | 2026-05-18T23:33:23.755Z | Downloaded phf v0.12.1 |
| 884 | 2026-05-18T23:33:23.755Z | Downloaded pem-rfc7468 v0.7.0 |
| 885 | 2026-05-18T23:33:23.755Z | Downloaded phf v0.13.1 |
| 886 | 2026-05-18T23:33:23.758Z | Downloaded num-integer v0.1.46 |
| 887 | 2026-05-18T23:33:23.758Z | Downloaded pin-project-internal v1.1.11 |
| 888 | 2026-05-18T23:33:23.761Z | Downloaded packed_struct v0.10.1 |
| 889 | 2026-05-18T23:33:23.761Z | Downloaded progenitor-macro v0.13.0 |
| 890 | 2026-05-18T23:33:23.765Z | Downloaded progenitor-macro v0.10.0 |
| 891 | 2026-05-18T23:33:23.765Z | Downloaded progenitor-macro v0.14.0 |
| 892 | 2026-05-18T23:33:23.769Z | Downloaded quick-error v1.2.3 |
| 893 | 2026-05-18T23:33:23.776Z | Downloaded parking_lot_core v0.8.6 |
| 894 | 2026-05-18T23:33:23.781Z | Downloaded multer v3.1.0 |
| 895 | 2026-05-18T23:33:23.784Z | Downloaded der v0.7.10 |
| 896 | 2026-05-18T23:33:23.784Z | Downloaded psl-types v2.0.11 |
| 897 | 2026-05-18T23:33:23.787Z | Downloaded progenitor-macro v0.11.2 |
| 898 | 2026-05-18T23:33:23.787Z | Downloaded poly1305 v0.8.0 |
| 899 | 2026-05-18T23:33:23.788Z | Downloaded radium v0.7.0 |
| 900 | 2026-05-18T23:33:23.791Z | Downloaded parse-display-derive v0.10.0 |
| 901 | 2026-05-18T23:33:23.795Z | Downloaded pem v3.0.6 |
| 902 | 2026-05-18T23:33:23.795Z | Downloaded paste v1.0.15 |
| 903 | 2026-05-18T23:33:23.798Z | Downloaded num-rational v0.4.2 |
| 904 | 2026-05-18T23:33:23.801Z | Downloaded pin-project-lite v0.2.17 |
| 905 | 2026-05-18T23:33:23.804Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2026-05-18T23:33:23.808Z | Downloaded rand_chacha v0.3.1 |
| 907 | 2026-05-18T23:33:23.808Z | Downloaded pkg-config v0.3.32 |
| 908 | 2026-05-18T23:33:23.811Z | Downloaded progenitor-extras v0.2.0 |
| 909 | 2026-05-18T23:33:23.811Z | Downloaded ar_archive_writer v0.5.1 |
| 910 | 2026-05-18T23:33:23.814Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 911 | 2026-05-18T23:33:23.814Z | Downloaded rand_xorshift v0.4.0 |
| 912 | 2026-05-18T23:33:23.814Z | Downloaded progenitor-client v0.13.0 |
| 913 | 2026-05-18T23:33:23.814Z | Downloaded async-compression v0.4.41 |
| 914 | 2026-05-18T23:33:23.817Z | Downloaded progenitor v0.10.0 |
| 915 | 2026-05-18T23:33:23.821Z | Downloaded heapless v0.7.17 |
| 916 | 2026-05-18T23:33:23.821Z | Downloaded libbz2-rs-sys v0.2.2 |
| 917 | 2026-05-18T23:33:23.824Z | Downloaded headers v0.4.1 |
| 918 | 2026-05-18T23:33:23.827Z | Downloaded ref-cast v1.0.25 |
| 919 | 2026-05-18T23:33:23.830Z | Downloaded omicron-zone-package v0.12.2 |
| 920 | 2026-05-18T23:33:23.830Z | Downloaded ref-cast-impl v1.0.25 |
| 921 | 2026-05-18T23:33:23.834Z | Downloaded rfc6979 v0.4.0 |
| 922 | 2026-05-18T23:33:23.840Z | Downloaded recursive v0.1.1 |
| 923 | 2026-05-18T23:33:23.843Z | Downloaded aes-gcm v0.10.3 |
| 924 | 2026-05-18T23:33:23.846Z | Downloaded oso v0.27.3 |
| 925 | 2026-05-18T23:33:23.850Z | Downloaded p256 v0.13.2 |
| 926 | 2026-05-18T23:33:23.853Z | Downloaded progenitor v0.13.0 |
| 927 | 2026-05-18T23:33:23.856Z | Downloaded primeorder v0.13.6 |
| 928 | 2026-05-18T23:33:23.856Z | Downloaded ppv-lite86 v0.2.21 |
| 929 | 2026-05-18T23:33:23.856Z | Downloaded pkcs5 v0.7.1 |
| 930 | 2026-05-18T23:33:23.859Z | Downloaded polyval v0.6.2 |
| 931 | 2026-05-18T23:33:23.859Z | Downloaded rtoolbox v0.0.3 |
| 932 | 2026-05-18T23:33:23.862Z | Downloaded miniz_oxide v0.8.9 |
| 933 | 2026-05-18T23:33:23.862Z | Downloaded derive_more v2.1.1 |
| 934 | 2026-05-18T23:33:23.868Z | Downloaded rustc_version v0.1.7 |
| 935 | 2026-05-18T23:33:23.871Z | Downloaded rustc-hash v2.1.1 |
| 936 | 2026-05-18T23:33:23.871Z | Downloaded postcard v1.1.3 |
| 937 | 2026-05-18T23:33:23.874Z | Downloaded russh-cryptovec v0.7.3 |
| 938 | 2026-05-18T23:33:23.874Z | Downloaded psm v0.1.30 |
| 939 | 2026-05-18T23:33:23.874Z | Downloaded rustc_version v0.4.1 |
| 940 | 2026-05-18T23:33:23.877Z | Downloaded progenitor v0.11.2 |
| 941 | 2026-05-18T23:33:23.878Z | Downloaded proc-macro-error2 v2.0.1 |
| 942 | 2026-05-18T23:33:23.878Z | Downloaded progenitor v0.14.0 |
| 943 | 2026-05-18T23:33:23.881Z | Downloaded password-hash v0.5.0 |
| 944 | 2026-05-18T23:33:23.881Z | Downloaded parking_lot_core v0.9.12 |
| 945 | 2026-05-18T23:33:23.881Z | Downloaded parking_lot v0.12.5 |
| 946 | 2026-05-18T23:33:23.884Z | Downloaded parking_lot v0.11.2 |
| 947 | 2026-05-18T23:33:23.884Z | Downloaded ed25519-dalek v2.2.0 |
| 948 | 2026-05-18T23:33:23.887Z | Downloaded indicatif v0.18.4 |
| 949 | 2026-05-18T23:33:23.890Z | Downloaded same-file v1.0.6 |
| 950 | 2026-05-18T23:33:23.890Z | Downloaded crossterm v0.29.0 |
| 951 | 2026-05-18T23:33:23.893Z | Downloaded pkcs1 v0.7.5 |
| 952 | 2026-05-18T23:33:23.897Z | Downloaded papergrid v0.17.0 |
| 953 | 2026-05-18T23:33:23.897Z | Downloaded salsa20 v0.10.2 |
| 954 | 2026-05-18T23:33:23.900Z | Downloaded aes v0.8.4 |
| 955 | 2026-05-18T23:33:23.900Z | Downloaded scheduled-thread-pool v0.2.7 |
| 956 | 2026-05-18T23:33:23.903Z | Downloaded rand_core v0.10.0 |
| 957 | 2026-05-18T23:33:23.903Z | Downloaded rand_core v0.9.5 |
| 958 | 2026-05-18T23:33:23.903Z | Downloaded resolv-conf v0.7.6 |
| 959 | 2026-05-18T23:33:23.907Z | Downloaded rand_core v0.6.4 |
| 960 | 2026-05-18T23:33:23.907Z | Downloaded scopeguard v1.2.0 |
| 961 | 2026-05-18T23:33:23.907Z | Downloaded postgres-types v0.2.12 |
| 962 | 2026-05-18T23:33:23.910Z | Downloaded postgres-protocol v0.6.10 |
| 963 | 2026-05-18T23:33:23.910Z | Downloaded r2d2 v0.8.10 |
| 964 | 2026-05-18T23:33:23.910Z | Downloaded sapling-renderdag v0.1.0 |
| 965 | 2026-05-18T23:33:23.913Z | Downloaded hickory-resolver v0.25.2 |
| 966 | 2026-05-18T23:33:23.916Z | Downloaded pin-project v1.1.11 |
| 967 | 2026-05-18T23:33:23.921Z | Downloaded hyper-util v0.1.20 |
| 968 | 2026-05-18T23:33:23.925Z | Downloaded seq-macro v0.3.6 |
| 969 | 2026-05-18T23:33:23.928Z | Downloaded semver v0.1.20 |
| 970 | 2026-05-18T23:33:23.928Z | Downloaded scroll_derive v0.13.1 |
| 971 | 2026-05-18T23:33:23.928Z | Downloaded predicates v3.1.4 |
| 972 | 2026-05-18T23:33:23.931Z | Downloaded scrypt v0.11.0 |
| 973 | 2026-05-18T23:33:23.931Z | Downloaded hickory-resolver v0.24.4 |
| 974 | 2026-05-18T23:33:23.934Z | Downloaded rustls-native-certs v0.8.3 |
| 975 | 2026-05-18T23:33:23.934Z | Downloaded serde_repr v0.1.20 |
| 976 | 2026-05-18T23:33:23.937Z | Downloaded secrecy v0.10.3 |
| 977 | 2026-05-18T23:33:23.937Z | Downloaded secrecy v0.8.0 |
| 978 | 2026-05-18T23:33:23.937Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-05-18T23:33:23.940Z | Downloaded serde_spanned v1.0.4 |
| 980 | 2026-05-18T23:33:23.940Z | Downloaded serde_plain v1.0.2 |
| 981 | 2026-05-18T23:33:23.944Z | Downloaded serde-big-array v0.5.1 |
| 982 | 2026-05-18T23:33:23.944Z | Downloaded rand_seeder v0.4.0 |
| 983 | 2026-05-18T23:33:23.944Z | Downloaded expectorate v1.2.0 |
| 984 | 2026-05-18T23:33:23.947Z | Downloaded rustversion v1.0.22 |
| 985 | 2026-05-18T23:33:23.947Z | Downloaded sha1 v0.10.6 |
| 986 | 2026-05-18T23:33:23.950Z | Downloaded hickory-server v0.25.2 |
| 987 | 2026-05-18T23:33:23.950Z | Downloaded rand_chacha v0.9.0 |
| 988 | 2026-05-18T23:33:23.953Z | Downloaded rusty-fork v0.3.1 |
| 989 | 2026-05-18T23:33:23.953Z | Downloaded progenitor-impl v0.11.2 |
| 990 | 2026-05-18T23:33:23.956Z | Downloaded rustls-pemfile v2.2.0 |
| 991 | 2026-05-18T23:33:23.960Z | Downloaded serde_urlencoded v0.7.1 |
| 992 | 2026-05-18T23:33:23.960Z | Downloaded quinn-udp v0.5.14 |
| 993 | 2026-05-18T23:33:23.963Z | Downloaded progenitor-impl v0.14.0 |
| 994 | 2026-05-18T23:33:23.966Z | Downloaded rustls-pemfile v1.0.4 |
| 995 | 2026-05-18T23:33:23.969Z | Downloaded shell-words v1.1.1 |
| 996 | 2026-05-18T23:33:23.973Z | Downloaded signal-hook-tokio v0.3.1 |
| 997 | 2026-05-18T23:33:23.976Z | Downloaded signal-hook-mio v0.2.5 |
| 998 | 2026-05-18T23:33:23.980Z | Downloaded schemars_derive v0.8.22 |
| 999 | 2026-05-18T23:33:23.988Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-05-18T23:33:23.991Z | Downloaded slog-envlogger v2.2.0 |
| 1001 | 2026-05-18T23:33:23.995Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-05-18T23:33:23.995Z | Downloaded serde-hex v0.1.0 |
| 1003 | 2026-05-18T23:33:23.998Z | Downloaded signature v2.2.0 |
| 1004 | 2026-05-18T23:33:24.002Z | Downloaded itertools v0.10.5 |
| 1005 | 2026-05-18T23:33:24.005Z | Downloaded russh-keys v0.45.0 |
| 1006 | 2026-05-18T23:33:24.009Z | Downloaded jiff-static v0.2.21 |
| 1007 | 2026-05-18T23:33:24.016Z | Downloaded openssl-sys v0.9.115 |
| 1008 | 2026-05-18T23:33:24.023Z | Downloaded sqlparser_derive v0.5.0 |
| 1009 | 2026-05-18T23:33:24.026Z | Downloaded serde_bytes v0.11.19 |
| 1010 | 2026-05-18T23:33:24.026Z | Downloaded sct v0.7.1 |
| 1011 | 2026-05-18T23:33:24.029Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1012 | 2026-05-18T23:33:24.029Z | Downloaded ssh-encoding v0.2.0 |
| 1013 | 2026-05-18T23:33:24.032Z | Downloaded structmeta v0.3.0 |
| 1014 | 2026-05-18T23:33:24.032Z | Downloaded ssh-cipher v0.2.0 |
| 1015 | 2026-05-18T23:33:24.032Z | Downloaded shlex v1.3.0 |
| 1016 | 2026-05-18T23:33:24.036Z | Downloaded sec1 v0.7.3 |
| 1017 | 2026-05-18T23:33:24.037Z | Downloaded progenitor-impl v0.10.0 |
| 1018 | 2026-05-18T23:33:24.040Z | Downloaded progenitor-impl v0.13.0 |
| 1019 | 2026-05-18T23:33:24.043Z | Downloaded diesel_derives v2.3.7 |
| 1020 | 2026-05-18T23:33:24.048Z | Downloaded serde_path_to_error v0.1.20 |
| 1021 | 2026-05-18T23:33:24.052Z | Downloaded minimal-lexical v0.2.1 |
| 1022 | 2026-05-18T23:33:24.052Z | Downloaded signal-hook-registry v1.4.8 |
| 1023 | 2026-05-18T23:33:24.055Z | Downloaded rustls-pki-types v1.14.0 |
| 1024 | 2026-05-18T23:33:24.055Z | Downloaded strum v0.27.2 |
| 1025 | 2026-05-18T23:33:24.058Z | Downloaded structmeta-derive v0.3.0 |
| 1026 | 2026-05-18T23:33:24.064Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-05-18T23:33:24.067Z | Downloaded slab v0.4.12 |
| 1028 | 2026-05-18T23:33:24.067Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-05-18T23:33:24.067Z | Downloaded tabwriter v1.4.1 |
| 1030 | 2026-05-18T23:33:24.067Z | Downloaded tagptr v0.2.0 |
| 1031 | 2026-05-18T23:33:24.070Z | Downloaded slog-bunyan v2.5.0 |
| 1032 | 2026-05-18T23:33:24.070Z | Downloaded slog-async v2.8.0 |
| 1033 | 2026-05-18T23:33:24.073Z | Downloaded take_mut v0.2.2 |
| 1034 | 2026-05-18T23:33:24.073Z | Downloaded serde_cbor v0.11.2 |
| 1035 | 2026-05-18T23:33:24.076Z | Downloaded sync_wrapper v1.0.2 |
| 1036 | 2026-05-18T23:33:24.076Z | Downloaded strum v0.26.3 |
| 1037 | 2026-05-18T23:33:24.080Z | Downloaded snafu-derive v0.8.9 |
| 1038 | 2026-05-18T23:33:24.083Z | Downloaded pretty_assertions v1.4.1 |
| 1039 | 2026-05-18T23:33:24.087Z | Downloaded slog-json v2.6.1 |
| 1040 | 2026-05-18T23:33:24.091Z | Downloaded simd-adler32 v0.3.8 |
| 1041 | 2026-05-18T23:33:24.091Z | Downloaded smf v0.2.3 |
| 1042 | 2026-05-18T23:33:24.094Z | Downloaded slog-term v2.9.2 |
| 1043 | 2026-05-18T23:33:24.094Z | Downloaded termtree v0.5.1 |
| 1044 | 2026-05-18T23:33:24.094Z | Downloaded testing_table v0.3.0 |
| 1045 | 2026-05-18T23:33:24.097Z | Downloaded slog-stdlog v4.1.1 |
| 1046 | 2026-05-18T23:33:24.097Z | Downloaded slog-dtrace v0.3.0 |
| 1047 | 2026-05-18T23:33:24.097Z | Downloaded smallvec v0.6.14 |
| 1048 | 2026-05-18T23:33:24.100Z | Downloaded hashbrown v0.13.2 |
| 1049 | 2026-05-18T23:33:24.100Z | Downloaded scroll v0.13.0 |
| 1050 | 2026-05-18T23:33:24.103Z | Downloaded tabled_derive v0.11.0 |
| 1051 | 2026-05-18T23:33:24.103Z | Downloaded nom v7.1.3 |
| 1052 | 2026-05-18T23:33:24.106Z | Downloaded thread-id v5.1.0 |
| 1053 | 2026-05-18T23:33:24.106Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1054 | 2026-05-18T23:33:24.106Z | Downloaded time-core v0.1.8 |
| 1055 | 2026-05-18T23:33:24.110Z | Downloaded string_cache v0.8.9 |
| 1056 | 2026-05-18T23:33:24.110Z | Downloaded spki v0.7.3 |
| 1057 | 2026-05-18T23:33:24.110Z | Downloaded http v1.4.0 |
| 1058 | 2026-05-18T23:33:24.113Z | Downloaded ryu v1.0.23 |
| 1059 | 2026-05-18T23:33:24.119Z | Downloaded ron v0.8.1 |
| 1060 | 2026-05-18T23:33:24.128Z | Downloaded subtle v2.6.1 |
| 1061 | 2026-05-18T23:33:24.131Z | Downloaded serde_derive_internals v0.29.1 |
| 1062 | 2026-05-18T23:33:24.131Z | Downloaded hashbrown v0.12.3 |
| 1063 | 2026-05-18T23:33:24.136Z | Downloaded crossterm v0.28.1 |
| 1064 | 2026-05-18T23:33:24.139Z | Downloaded tinyvec_macros v0.1.1 |
| 1065 | 2026-05-18T23:33:24.142Z | Downloaded strum_macros v0.27.2 |
| 1066 | 2026-05-18T23:33:24.142Z | Downloaded sqlformat v0.3.5 |
| 1067 | 2026-05-18T23:33:24.145Z | Downloaded quinn v0.11.9 |
| 1068 | 2026-05-18T23:33:24.146Z | Downloaded tap v1.0.1 |
| 1069 | 2026-05-18T23:33:24.149Z | Downloaded serde_with_macros v3.17.0 |
| 1070 | 2026-05-18T23:33:24.149Z | Downloaded stringprep v0.1.5 |
| 1071 | 2026-05-18T23:33:24.152Z | Downloaded itertools v0.12.1 |
| 1072 | 2026-05-18T23:33:24.155Z | Downloaded tokio-macros v2.7.0 |
| 1073 | 2026-05-18T23:33:24.155Z | Downloaded support-bundle-viewer v0.1.2 |
| 1074 | 2026-05-18T23:33:24.155Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-05-18T23:33:24.158Z | Downloaded strum_macros v0.24.3 |
| 1076 | 2026-05-18T23:33:24.158Z | Downloaded static_assertions v1.1.0 |
| 1077 | 2026-05-18T23:33:24.161Z | Downloaded stacker v0.1.23 |
| 1078 | 2026-05-18T23:33:24.169Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1079 | 2026-05-18T23:33:24.173Z | Downloaded schemars v0.8.22 |
| 1080 | 2026-05-18T23:33:24.178Z | Downloaded termios v0.3.3 |
| 1081 | 2026-05-18T23:33:24.181Z | Downloaded slog-scope v4.4.1 |
| 1082 | 2026-05-18T23:33:24.184Z | Downloaded spin v0.9.8 |
| 1083 | 2026-05-18T23:33:24.184Z | Downloaded thread_local v1.1.9 |
| 1084 | 2026-05-18T23:33:24.184Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1085 | 2026-05-18T23:33:24.197Z | Downloaded rcgen v0.12.1 |
| 1086 | 2026-05-18T23:33:24.202Z | Downloaded rsa v0.9.10 |
| 1087 | 2026-05-18T23:33:24.206Z | Downloaded tls_codec_derive v0.4.2 |
| 1088 | 2026-05-18T23:33:24.209Z | Downloaded tls_codec v0.4.2 |
| 1089 | 2026-05-18T23:33:24.209Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-05-18T23:33:24.209Z | Downloaded time-macros v0.2.27 |
| 1091 | 2026-05-18T23:33:24.212Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-05-18T23:33:24.212Z | Downloaded tower-layer v0.3.3 |
| 1093 | 2026-05-18T23:33:24.212Z | Downloaded try-lock v0.2.5 |
| 1094 | 2026-05-18T23:33:24.212Z | Downloaded prettyplease v0.2.37 |
| 1095 | 2026-05-18T23:33:24.215Z | Downloaded publicsuffix v2.3.0 |
| 1096 | 2026-05-18T23:33:24.216Z | Downloaded blake3 v1.8.3 |
| 1097 | 2026-05-18T23:33:24.220Z | Downloaded qorb v0.4.1 |
| 1098 | 2026-05-18T23:33:24.225Z | Downloaded hyper v1.8.1 |
| 1099 | 2026-05-18T23:33:24.228Z | Downloaded typify-macro v0.6.2 |
| 1100 | 2026-05-18T23:33:24.231Z | Downloaded tokio-native-tls v0.3.1 |
| 1101 | 2026-05-18T23:33:24.231Z | Downloaded tiny-keccak v2.0.2 |
| 1102 | 2026-05-18T23:33:24.231Z | Downloaded rand v0.9.2 |
| 1103 | 2026-05-18T23:33:24.234Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-05-18T23:33:24.234Z | Downloaded mio v1.2.0 |
| 1105 | 2026-05-18T23:33:24.237Z | Downloaded h2 v0.4.13 |
| 1106 | 2026-05-18T23:33:24.240Z | Downloaded typify-macro v0.4.3 |
| 1107 | 2026-05-18T23:33:24.243Z | Downloaded universal-hash v0.5.1 |
| 1108 | 2026-05-18T23:33:24.243Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-05-18T23:33:24.243Z | Downloaded unicode-truncate v1.1.0 |
| 1110 | 2026-05-18T23:33:24.243Z | Downloaded unarray v0.1.4 |
| 1111 | 2026-05-18T23:33:24.246Z | Downloaded tokio-tungstenite v0.23.1 |
| 1112 | 2026-05-18T23:33:24.246Z | Downloaded num-bigint v0.4.6 |
| 1113 | 2026-05-18T23:33:24.250Z | Downloaded term v1.2.1 |
| 1114 | 2026-05-18T23:33:24.253Z | Downloaded rustls-webpki v0.103.9 |
| 1115 | 2026-05-18T23:33:24.253Z | Downloaded socket2 v0.5.10 |
| 1116 | 2026-05-18T23:33:24.256Z | Downloaded aho-corasick v1.1.4 |
| 1117 | 2026-05-18T23:33:24.261Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-05-18T23:33:24.261Z | Downloaded untrusted v0.7.1 |
| 1119 | 2026-05-18T23:33:24.261Z | Downloaded tokio-tungstenite v0.21.0 |
| 1120 | 2026-05-18T23:33:24.261Z | Downloaded tokio-rustls v0.25.0 |
| 1121 | 2026-05-18T23:33:24.264Z | Downloaded slog v2.8.2 |
| 1122 | 2026-05-18T23:33:24.265Z | Downloaded futures-util v0.3.32 |
| 1123 | 2026-05-18T23:33:24.269Z | Downloaded samael v0.0.19 |
| 1124 | 2026-05-18T23:33:24.273Z | Downloaded utf-8 v0.7.6 |
| 1125 | 2026-05-18T23:33:24.276Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-05-18T23:33:24.276Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-05-18T23:33:24.276Z | Downloaded usdt-macro v0.6.0 |
| 1128 | 2026-05-18T23:33:24.276Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1129 | 2026-05-18T23:33:24.279Z | Downloaded trait-variant v0.1.2 |
| 1130 | 2026-05-18T23:33:24.279Z | Downloaded rayon-core v1.13.0 |
| 1131 | 2026-05-18T23:33:24.279Z | Downloaded similar v2.7.0 |
| 1132 | 2026-05-18T23:33:24.282Z | Downloaded schemars v1.2.1 |
| 1133 | 2026-05-18T23:33:24.290Z | Downloaded void v1.0.2 |
| 1134 | 2026-05-18T23:33:24.293Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-05-18T23:33:24.293Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-05-18T23:33:24.293Z | Downloaded term v0.7.0 |
| 1137 | 2026-05-18T23:33:24.296Z | Downloaded hashbrown v0.16.1 |
| 1138 | 2026-05-18T23:33:24.299Z | Downloaded thiserror-no-std v2.0.2 |
| 1139 | 2026-05-18T23:33:24.303Z | Downloaded socket2 v0.6.3 |
| 1140 | 2026-05-18T23:33:24.303Z | Downloaded snafu v0.8.9 |
| 1141 | 2026-05-18T23:33:24.306Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-05-18T23:33:24.306Z | Downloaded hashbrown v0.15.5 |
| 1143 | 2026-05-18T23:33:24.309Z | Downloaded wait-timeout v0.2.1 |
| 1144 | 2026-05-18T23:33:24.309Z | Downloaded signal-hook v0.3.18 |
| 1145 | 2026-05-18T23:33:24.314Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1146 | 2026-05-18T23:33:24.323Z | Downloaded want v0.3.1 |
| 1147 | 2026-05-18T23:33:24.326Z | Downloaded rand v0.8.6 |
| 1148 | 2026-05-18T23:33:24.332Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-05-18T23:33:24.335Z | Downloaded xattr v1.6.1 |
| 1150 | 2026-05-18T23:33:24.335Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-05-18T23:33:24.341Z | Downloaded zone_cfg_derive v0.3.1 |
| 1152 | 2026-05-18T23:33:24.344Z | Downloaded zone v0.3.1 |
| 1153 | 2026-05-18T23:33:24.347Z | Downloaded iri-string v0.7.10 |
| 1154 | 2026-05-18T23:33:24.350Z | Downloaded subprocess v0.2.15 |
| 1155 | 2026-05-18T23:33:24.353Z | Downloaded num-bigint-dig v0.8.6 |
| 1156 | 2026-05-18T23:33:24.361Z | Downloaded tar v0.4.45 |
| 1157 | 2026-05-18T23:33:24.365Z | Downloaded test-strategy v0.4.5 |
| 1158 | 2026-05-18T23:33:24.369Z | Downloaded unicode-properties v0.1.4 |
| 1159 | 2026-05-18T23:33:24.369Z | Downloaded tokio-rustls v0.24.1 |
| 1160 | 2026-05-18T23:33:24.372Z | Downloaded whoami v2.1.0 |
| 1161 | 2026-05-18T23:33:24.372Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1162 | 2026-05-18T23:33:24.375Z | Downloaded toml v0.7.8 |
| 1163 | 2026-05-18T23:33:24.379Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1164 | 2026-05-18T23:33:24.383Z | Downloaded vergen-gitcl v1.0.8 |
| 1165 | 2026-05-18T23:33:24.383Z | Downloaded rustyline v14.0.0 |
| 1166 | 2026-05-18T23:33:24.389Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1167 | 2026-05-18T23:33:24.392Z | Downloaded schemars v0.9.0 |
| 1168 | 2026-05-18T23:33:24.395Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-05-18T23:33:24.395Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-05-18T23:33:24.398Z | Downloaded vergen-git2 v1.0.7 |
| 1171 | 2026-05-18T23:33:24.398Z | Downloaded zeroize_derive v1.4.3 |
| 1172 | 2026-05-18T23:33:24.398Z | Downloaded xshell v0.2.7 |
| 1173 | 2026-05-18T23:33:24.399Z | Downloaded uzers v0.12.2 |
| 1174 | 2026-05-18T23:33:24.415Z | Downloaded walkdir v2.5.0 |
| 1175 | 2026-05-18T23:33:24.419Z | Downloaded tracing-attributes v0.1.31 |
| 1176 | 2026-05-18T23:33:24.419Z | Downloaded rpassword v7.4.0 |
| 1177 | 2026-05-18T23:33:24.419Z | Downloaded zeroize v1.8.2 |
| 1178 | 2026-05-18T23:33:24.419Z | Downloaded typify v0.6.2 |
| 1179 | 2026-05-18T23:33:24.419Z | Downloaded whoami v1.6.1 |
| 1180 | 2026-05-18T23:33:24.419Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-05-18T23:33:24.419Z | Downloaded zstd v0.13.3 |
| 1182 | 2026-05-18T23:33:24.419Z | Downloaded tungstenite v0.21.0 |
| 1183 | 2026-05-18T23:33:24.424Z | Downloaded twox-hash v2.1.2 |
| 1184 | 2026-05-18T23:33:24.430Z | Downloaded wyz v0.5.1 |
| 1185 | 2026-05-18T23:33:24.438Z | Downloaded chrono v0.4.44 |
| 1186 | 2026-05-18T23:33:24.441Z | Downloaded bitvec v1.0.1 |
| 1187 | 2026-05-18T23:33:24.447Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1188 | 2026-05-18T23:33:24.452Z | Downloaded itertools v0.13.0 |
| 1189 | 2026-05-18T23:33:24.455Z | Downloaded rand v0.10.0 |
| 1190 | 2026-05-18T23:33:24.458Z | Downloaded vergen v9.0.6 |
| 1191 | 2026-05-18T23:33:24.458Z | Downloaded p384 v0.13.1 |
| 1192 | 2026-05-18T23:33:24.462Z | Downloaded usdt-impl v0.6.0 |
| 1193 | 2026-05-18T23:33:24.463Z | Downloaded tracing-core v0.1.36 |
| 1194 | 2026-05-18T23:33:24.467Z | Downloaded libxml v0.3.3 |
| 1195 | 2026-05-18T23:33:24.467Z | Downloaded hkdf v0.12.4 |
| 1196 | 2026-05-18T23:33:24.473Z | Downloaded iddqd v0.3.18 |
| 1197 | 2026-05-18T23:33:24.479Z | Downloaded aws-lc-rs v1.16.3 |
| 1198 | 2026-05-18T23:33:24.485Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-05-18T23:33:24.491Z | Downloaded toml_edit v0.19.15 |
| 1200 | 2026-05-18T23:33:24.495Z | Downloaded zerocopy v0.6.6 |
| 1201 | 2026-05-18T23:33:24.498Z | Downloaded yasna v0.5.2 |
| 1202 | 2026-05-18T23:33:24.498Z | Downloaded tokio-stream v0.1.18 |
| 1203 | 2026-05-18T23:33:24.502Z | Downloaded itertools v0.14.0 |
| 1204 | 2026-05-18T23:33:24.505Z | Downloaded unicode-bidi v0.3.18 |
| 1205 | 2026-05-18T23:33:24.509Z | Downloaded portable-atomic v1.13.1 |
| 1206 | 2026-05-18T23:33:24.512Z | Downloaded tinyvec v1.10.0 |
| 1207 | 2026-05-18T23:33:24.512Z | Downloaded git2 v0.20.4 |
| 1208 | 2026-05-18T23:33:24.516Z | Downloaded russh v0.45.0 |
| 1209 | 2026-05-18T23:33:24.519Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-05-18T23:33:24.522Z | Downloaded reqwest v0.12.28 |
| 1211 | 2026-05-18T23:33:24.525Z | Downloaded bindgen v0.71.1 |
| 1212 | 2026-05-18T23:33:24.528Z | Downloaded tower v0.5.3 |
| 1213 | 2026-05-18T23:33:24.533Z | Downloaded vte v0.14.1 |
| 1214 | 2026-05-18T23:33:24.536Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-05-18T23:33:24.536Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-05-18T23:33:24.539Z | Downloaded regex v1.12.3 |
| 1217 | 2026-05-18T23:33:24.543Z | Downloaded p521 v0.13.3 |
| 1218 | 2026-05-18T23:33:24.546Z | Downloaded steno v0.4.1 |
| 1219 | 2026-05-18T23:33:24.546Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-05-18T23:33:24.549Z | Downloaded goblin v0.10.5 |
| 1221 | 2026-05-18T23:33:24.552Z | Downloaded libm v0.2.16 |
| 1222 | 2026-05-18T23:33:24.556Z | Downloaded unicode_categories v0.1.1 |
| 1223 | 2026-05-18T23:33:24.566Z | Downloaded tokio-postgres v0.7.16 |
| 1224 | 2026-05-18T23:33:24.570Z | Downloaded yansi v1.0.1 |
| 1225 | 2026-05-18T23:33:24.570Z | Downloaded ssh-key v0.6.7 |
| 1226 | 2026-05-18T23:33:24.573Z | Downloaded salty v0.3.0 |
| 1227 | 2026-05-18T23:33:24.578Z | Downloaded quick-xml v0.37.5 |
| 1228 | 2026-05-18T23:33:24.581Z | Downloaded moka v0.12.13 |
| 1229 | 2026-05-18T23:33:24.584Z | Downloaded unicode-segmentation v1.12.0 |
| 1230 | 2026-05-18T23:33:24.587Z | Downloaded x509-cert v0.2.5 |
| 1231 | 2026-05-18T23:33:24.590Z | Downloaded lalrpop v0.19.12 |
| 1232 | 2026-05-18T23:33:24.595Z | Downloaded typify v0.4.3 |
| 1233 | 2026-05-18T23:33:24.598Z | Downloaded proptest v1.10.0 |
| 1234 | 2026-05-18T23:33:24.602Z | Downloaded zip v0.6.6 |
| 1235 | 2026-05-18T23:33:24.607Z | Downloaded petname v2.0.2 |
| 1236 | 2026-05-18T23:33:24.610Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-05-18T23:33:24.620Z | Downloaded zip v4.6.1 |
| 1238 | 2026-05-18T23:33:24.632Z | Downloaded reedline v0.40.0 |
| 1239 | 2026-05-18T23:33:24.636Z | Downloaded reqwest v0.13.2 |
| 1240 | 2026-05-18T23:33:24.650Z | Downloaded zerocopy-derive v0.8.40 |
| 1241 | 2026-05-18T23:33:24.661Z | Downloaded serde_with v3.17.0 |
| 1242 | 2026-05-18T23:33:24.687Z | Downloaded winnow v0.6.26 |
| 1243 | 2026-05-18T23:33:24.692Z | Downloaded winnow v0.5.40 |
| 1244 | 2026-05-18T23:33:24.697Z | Downloaded bstr v1.12.1 |
| 1245 | 2026-05-18T23:33:24.701Z | Downloaded typed-path v0.9.3 |
| 1246 | 2026-05-18T23:33:24.708Z | Downloaded nix v0.27.1 |
| 1247 | 2026-05-18T23:33:24.735Z | Downloaded rustls-webpki v0.101.7 |
| 1248 | 2026-05-18T23:33:24.742Z | Downloaded unicode-normalization v0.1.25 |
| 1249 | 2026-05-18T23:33:24.745Z | Downloaded tokio-util v0.7.18 |
| 1250 | 2026-05-18T23:33:24.748Z | Downloaded rustls v0.21.12 |
| 1251 | 2026-05-18T23:33:24.754Z | Downloaded time v0.3.47 |
| 1252 | 2026-05-18T23:33:24.763Z | Downloaded tabled v0.20.0 |
| 1253 | 2026-05-18T23:33:24.773Z | Downloaded zlib-rs v0.6.2 |
| 1254 | 2026-05-18T23:33:24.776Z | Downloaded tower-http v0.6.8 |
| 1255 | 2026-05-18T23:33:24.780Z | Downloaded regex-syntax v0.6.29 |
| 1256 | 2026-05-18T23:33:24.784Z | Downloaded vcpkg v0.2.15 |
| 1257 | 2026-05-18T23:33:24.807Z | Downloaded webpki-roots v1.0.6 |
| 1258 | 2026-05-18T23:33:24.810Z | Downloaded tough v0.22.0 |
| 1259 | 2026-05-18T23:33:24.823Z | Downloaded zerocopy v0.8.40 |
| 1260 | 2026-05-18T23:33:24.831Z | Downloaded smoltcp v0.11.0 |
| 1261 | 2026-05-18T23:33:24.837Z | Downloaded rustls v0.22.4 |
| 1262 | 2026-05-18T23:33:24.845Z | Downloaded rustls-webpki v0.102.8 |
| 1263 | 2026-05-18T23:33:24.854Z | Downloaded rustix v0.38.44 |
| 1264 | 2026-05-18T23:33:24.868Z | Downloaded quinn-proto v0.11.13 |
| 1265 | 2026-05-18T23:33:24.872Z | Downloaded curve25519-dalek v4.1.3 |
| 1266 | 2026-05-18T23:33:24.877Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-05-18T23:33:24.893Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-05-18T23:33:24.902Z | Downloaded object v0.30.4 |
| 1269 | 2026-05-18T23:33:24.920Z | Downloaded nix v0.29.0 |
| 1270 | 2026-05-18T23:33:24.925Z | Downloaded tracing v0.1.44 |
| 1271 | 2026-05-18T23:33:24.938Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1272 | 2026-05-18T23:33:24.949Z | Downloaded typify-impl v0.4.3 |
| 1273 | 2026-05-18T23:33:24.958Z | Downloaded openssl v0.10.79 |
| 1274 | 2026-05-18T23:33:24.964Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-05-18T23:33:24.971Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-05-18T23:33:24.977Z | Downloaded regex-automata v0.4.14 |
| 1277 | 2026-05-18T23:33:24.986Z | Downloaded nix v0.28.0 |
| 1278 | 2026-05-18T23:33:24.993Z | Downloaded jiff v0.2.21 |
| 1279 | 2026-05-18T23:33:25.003Z | Downloaded chrono-tz v0.10.4 |
| 1280 | 2026-05-18T23:33:25.013Z | Downloaded nix v0.31.2 |
| 1281 | 2026-05-18T23:33:25.020Z | Downloaded object v0.37.3 |
| 1282 | 2026-05-18T23:33:25.026Z | Downloaded dropshot v0.17.0 |
| 1283 | 2026-05-18T23:33:25.038Z | Downloaded hickory-proto v0.24.4 |
| 1284 | 2026-05-18T23:33:25.046Z | Downloaded libz-sys v1.1.24 |
| 1285 | 2026-05-18T23:33:25.058Z | Downloaded dropshot v0.16.7 |
| 1286 | 2026-05-18T23:33:25.070Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-05-18T23:33:25.077Z | Downloaded tokio v1.52.1 |
| 1288 | 2026-05-18T23:33:25.099Z | Downloaded regress v0.11.1 |
| 1289 | 2026-05-18T23:33:25.104Z | Downloaded diesel v2.3.7 |
| 1290 | 2026-05-18T23:33:25.115Z | Downloaded hickory-proto v0.25.2 |
| 1291 | 2026-05-18T23:33:25.124Z | Downloaded regress v0.10.5 |
| 1292 | 2026-05-18T23:33:25.128Z | Downloaded rustls v0.23.37 |
| 1293 | 2026-05-18T23:33:25.210Z | Downloaded sqlparser v0.61.0 |
| 1294 | 2026-05-18T23:33:25.219Z | Downloaded sled v0.34.7 |
| 1295 | 2026-05-18T23:33:25.243Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-05-18T23:33:25.271Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-05-18T23:33:25.323Z | Downloaded zerocopy-derive v0.6.6 |
| 1298 | 2026-05-18T23:33:25.368Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-18T23:33:25.435Z | Downloaded petgraph v0.8.3 |
| 1300 | 2026-05-18T23:33:25.448Z | Downloaded csv v1.4.0 |
| 1301 | 2026-05-18T23:33:25.460Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1302 | 2026-05-18T23:33:25.469Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-05-18T23:33:25.573Z | Downloaded encoding_rs v0.8.35 |
| 1304 | 2026-05-18T23:33:25.589Z | Downloaded ring v0.17.14 |
| 1305 | 2026-05-18T23:33:25.624Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-05-18T23:33:25.723Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-05-18T23:33:25.961Z | Compiling libc v0.2.185 |
| 1308 | 2026-05-18T23:33:25.961Z | Compiling serde v1.0.228 |
| 1309 | 2026-05-18T23:33:25.965Z | Compiling log v0.4.29 |
| 1310 | 2026-05-18T23:33:25.965Z | Compiling shlex v1.3.0 |
| 1311 | 2026-05-18T23:33:26.111Z | Compiling find-msvc-tools v0.1.9 |
| 1312 | 2026-05-18T23:33:26.117Z | Compiling smallvec v1.15.1 |
| 1313 | 2026-05-18T23:33:26.125Z | Compiling syn v2.0.117 |
| 1314 | 2026-05-18T23:33:26.148Z | Compiling typenum v1.19.0 |
| 1315 | 2026-05-18T23:33:26.302Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-05-18T23:33:26.320Z | Compiling subtle v2.6.1 |
| 1317 | 2026-05-18T23:33:26.354Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-05-18T23:33:26.402Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-05-18T23:33:26.459Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-05-18T23:33:26.471Z | Compiling serde_json v1.0.149 |
| 1321 | 2026-05-18T23:33:26.498Z | Compiling zerocopy v0.8.40 |
| 1322 | 2026-05-18T23:33:26.568Z | Compiling portable-atomic v1.13.1 |
| 1323 | 2026-05-18T23:33:26.689Z | Compiling parking_lot_core v0.9.12 |
| 1324 | 2026-05-18T23:33:26.951Z | Compiling pin-project-lite v0.2.17 |
| 1325 | 2026-05-18T23:33:26.987Z | Compiling pkg-config v0.3.32 |
| 1326 | 2026-05-18T23:33:27.052Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-05-18T23:33:27.064Z | Compiling jobserver v0.1.34 |
| 1328 | 2026-05-18T23:33:27.078Z | Compiling errno v0.3.14 |
| 1329 | 2026-05-18T23:33:27.227Z | Compiling rand_core v0.6.4 |
| 1330 | 2026-05-18T23:33:27.281Z | Compiling cc v1.2.56 |
| 1331 | 2026-05-18T23:33:27.446Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-05-18T23:33:27.449Z | Compiling bitflags v2.11.0 |
| 1333 | 2026-05-18T23:33:27.507Z | Compiling critical-section v1.2.0 |
| 1334 | 2026-05-18T23:33:27.564Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-05-18T23:33:27.620Z | Compiling libm v0.2.16 |
| 1336 | 2026-05-18T23:33:27.682Z | Compiling once_cell v1.21.3 |
| 1337 | 2026-05-18T23:33:27.695Z | Compiling parking_lot v0.12.5 |
| 1338 | 2026-05-18T23:33:27.720Z | Compiling mio v1.2.0 |
| 1339 | 2026-05-18T23:33:27.733Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-05-18T23:33:27.889Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-05-18T23:33:27.903Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-18T23:33:28.075Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-05-18T23:33:28.089Z | Compiling slab v0.4.12 |
| 1344 | 2026-05-18T23:33:28.102Z | Compiling futures-task v0.3.32 |
| 1345 | 2026-05-18T23:33:28.185Z | Compiling futures-channel v0.3.32 |
| 1346 | 2026-05-18T23:33:28.203Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-05-18T23:33:28.268Z | Compiling futures-io v0.3.32 |
| 1348 | 2026-05-18T23:33:28.282Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-05-18T23:33:28.323Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-05-18T23:33:28.358Z | Compiling indexmap v2.14.0 |
| 1351 | 2026-05-18T23:33:28.417Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-05-18T23:33:28.433Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-05-18T23:33:28.492Z | Compiling form_urlencoded v1.2.2 |
| 1354 | 2026-05-18T23:33:28.679Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-18T23:33:28.845Z | Compiling dunce v1.0.5 |
| 1356 | 2026-05-18T23:33:28.894Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-05-18T23:33:29.020Z | Compiling synstructure v0.13.2 |
| 1358 | 2026-05-18T23:33:29.071Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-05-18T23:33:29.084Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-18T23:33:29.180Z | Compiling aws-lc-sys v0.40.0 |
| 1361 | 2026-05-18T23:33:29.213Z | Compiling iana-time-zone v0.1.65 |
| 1362 | 2026-05-18T23:33:29.369Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-18T23:33:29.387Z | Compiling regex-syntax v0.8.10 |
| 1364 | 2026-05-18T23:33:29.404Z | Compiling rustix v1.1.3 |
| 1365 | 2026-05-18T23:33:29.417Z | Compiling flagset v0.4.7 |
| 1366 | 2026-05-18T23:33:29.511Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-05-18T23:33:29.545Z | Compiling ring v0.17.14 |
| 1368 | 2026-05-18T23:33:29.610Z | Compiling vcpkg v0.2.15 |
| 1369 | 2026-05-18T23:33:29.676Z | Compiling aws-lc-rs v1.16.3 |
| 1370 | 2026-05-18T23:33:29.783Z | Compiling uuid v1.23.0 |
| 1371 | 2026-05-18T23:33:29.962Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-05-18T23:33:30.293Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-05-18T23:33:30.346Z | Compiling openssl-sys v0.9.115 |
| 1374 | 2026-05-18T23:33:30.551Z | Compiling base64 v0.22.1 |
| 1375 | 2026-05-18T23:33:30.708Z | Compiling serde_derive v1.0.228 |
| 1376 | 2026-05-18T23:33:30.857Z | Compiling zeroize_derive v1.4.3 |
| 1377 | 2026-05-18T23:33:30.880Z | Compiling zerofrom-derive v0.1.6 |
| 1378 | 2026-05-18T23:33:30.928Z | Compiling yoke-derive v0.8.1 |
| 1379 | 2026-05-18T23:33:31.160Z | Compiling zerovec-derive v0.11.2 |
| 1380 | 2026-05-18T23:33:31.503Z | Compiling zeroize v1.8.2 |
| 1381 | 2026-05-18T23:33:31.763Z | Compiling zerocopy-derive v0.8.40 |
| 1382 | 2026-05-18T23:33:32.090Z | Compiling displaydoc v0.2.5 |
| 1383 | 2026-05-18T23:33:32.277Z | Compiling crypto-common v0.1.7 |
| 1384 | 2026-05-18T23:33:32.290Z | Compiling zerofrom v0.1.6 |
| 1385 | 2026-05-18T23:33:32.293Z | Compiling block-buffer v0.10.4 |
| 1386 | 2026-05-18T23:33:32.429Z | Compiling yoke v0.8.1 |
| 1387 | 2026-05-18T23:33:32.429Z | Compiling digest v0.10.7 |
| 1388 | 2026-05-18T23:33:32.462Z | Compiling tokio-macros v2.7.0 |
| 1389 | 2026-05-18T23:33:32.611Z | Compiling zerovec v0.11.5 |
| 1390 | 2026-05-18T23:33:32.687Z | Compiling futures-macro v0.3.32 |
| 1391 | 2026-05-18T23:33:32.824Z | Compiling zerotrie v0.2.3 |
| 1392 | 2026-05-18T23:33:33.108Z | Compiling tinystr v0.8.2 |
| 1393 | 2026-05-18T23:33:33.123Z | Compiling potential_utf v0.1.4 |
| 1394 | 2026-05-18T23:33:33.165Z | Compiling hmac v0.12.1 |
| 1395 | 2026-05-18T23:33:33.282Z | Compiling icu_locale_core v2.1.1 |
| 1396 | 2026-05-18T23:33:33.305Z | Compiling icu_collections v2.1.1 |
| 1397 | 2026-05-18T23:33:33.318Z | Compiling block-padding v0.3.3 |
| 1398 | 2026-05-18T23:33:33.464Z | Compiling futures-util v0.3.32 |
| 1399 | 2026-05-18T23:33:33.478Z | Compiling inout v0.1.4 |
| 1400 | 2026-05-18T23:33:33.648Z | Compiling cipher v0.4.4 |
| 1401 | 2026-05-18T23:33:33.777Z | Compiling sha2 v0.10.9 |
| 1402 | 2026-05-18T23:33:33.906Z | Compiling icu_provider v2.1.1 |
| 1403 | 2026-05-18T23:33:34.137Z | Compiling bytes v1.11.1 |
| 1404 | 2026-05-18T23:33:34.153Z | Compiling icu_normalizer v2.1.1 |
| 1405 | 2026-05-18T23:33:34.183Z | Compiling icu_properties v2.1.2 |
| 1406 | 2026-05-18T23:33:34.202Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-05-18T23:33:34.690Z | Compiling tokio v1.52.1 |
| 1408 | 2026-05-18T23:33:34.739Z | Compiling http v1.4.0 |
| 1409 | 2026-05-18T23:33:35.043Z | Compiling idna_adapter v1.2.1 |
| 1410 | 2026-05-18T23:33:35.154Z | Compiling idna v1.1.0 |
| 1411 | 2026-05-18T23:33:35.181Z | Compiling der v0.7.10 |
| 1412 | 2026-05-18T23:33:35.262Z | Compiling chrono v0.4.44 |
| 1413 | 2026-05-18T23:33:35.703Z | Compiling url v2.5.8 |
| 1414 | 2026-05-18T23:33:35.743Z | Compiling salsa20 v0.10.2 |
| 1415 | 2026-05-18T23:33:35.871Z | Compiling pbkdf2 v0.12.2 |
| 1416 | 2026-05-18T23:33:35.882Z | Compiling rustls-pki-types v1.14.0 |
| 1417 | 2026-05-18T23:33:35.988Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-05-18T23:33:36.187Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-18T23:33:36.325Z | Compiling spki v0.7.3 |
| 1420 | 2026-05-18T23:33:36.427Z | Compiling tracing-attributes v0.1.31 |
| 1421 | 2026-05-18T23:33:36.489Z | Compiling rand_chacha v0.9.0 |
| 1422 | 2026-05-18T23:33:36.506Z | Compiling scrypt v0.11.0 |
| 1423 | 2026-05-18T23:33:36.537Z | Compiling http-body v1.0.1 |
| 1424 | 2026-05-18T23:33:36.658Z | Compiling aes v0.8.4 |
| 1425 | 2026-05-18T23:33:36.690Z | Compiling cbc v0.1.2 |
| 1426 | 2026-05-18T23:33:36.833Z | Compiling httparse v1.10.1 |
| 1427 | 2026-05-18T23:33:36.855Z | Compiling openssl-probe v0.2.1 |
| 1428 | 2026-05-18T23:33:37.026Z | Compiling untrusted v0.7.1 |
| 1429 | 2026-05-18T23:33:37.165Z | Compiling untrusted v0.9.0 |
| 1430 | 2026-05-18T23:33:37.181Z | Compiling tinyvec_macros v0.1.1 |
| 1431 | 2026-05-18T23:33:37.228Z | Compiling tinyvec v1.10.0 |
| 1432 | 2026-05-18T23:33:37.278Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-05-18T23:33:37.323Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-05-18T23:33:37.441Z | Compiling pest_generator v2.8.6 |
| 1435 | 2026-05-18T23:33:37.578Z | Compiling rand v0.9.2 |
| 1436 | 2026-05-18T23:33:37.697Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-05-18T23:33:37.713Z | Compiling tracing v0.1.44 |
| 1438 | 2026-05-18T23:33:37.740Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-05-18T23:33:37.971Z | Compiling tower-layer v0.3.3 |
| 1440 | 2026-05-18T23:33:38.115Z | Compiling dyn-clone v1.0.20 |
| 1441 | 2026-05-18T23:33:38.137Z | Compiling rustls v0.23.37 |
| 1442 | 2026-05-18T23:33:38.257Z | Compiling try-lock v0.2.5 |
| 1443 | 2026-05-18T23:33:38.315Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-05-18T23:33:38.358Z | Compiling tokio-util v0.7.18 |
| 1445 | 2026-05-18T23:33:38.367Z | Compiling schemars v0.8.22 |
| 1446 | 2026-05-18T23:33:38.448Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-18T23:33:38.539Z | Compiling regex-automata v0.4.14 |
| 1448 | 2026-05-18T23:33:38.577Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-18T23:33:38.596Z | Compiling want v0.3.1 |
| 1450 | 2026-05-18T23:33:38.760Z | Compiling pest_derive v2.8.6 |
| 1451 | 2026-05-18T23:33:38.975Z | Compiling pkcs8 v0.10.2 |
| 1452 | 2026-05-18T23:33:39.180Z | Compiling h2 v0.4.13 |
| 1453 | 2026-05-18T23:33:39.364Z | Compiling ipnet v2.11.0 |
| 1454 | 2026-05-18T23:33:39.387Z | Compiling scroll_derive v0.13.1 |
| 1455 | 2026-05-18T23:33:39.573Z | Compiling darling_core v0.20.11 |
| 1456 | 2026-05-18T23:33:39.808Z | Compiling pin-utils v0.1.0 |
| 1457 | 2026-05-18T23:33:39.855Z | Compiling foreign-types-shared v0.1.1 |
| 1458 | 2026-05-18T23:33:39.884Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-05-18T23:33:39.948Z | Compiling openssl v0.10.79 |
| 1460 | 2026-05-18T23:33:40.105Z | Compiling foreign-types v0.3.2 |
| 1461 | 2026-05-18T23:33:40.175Z | Compiling tempfile v3.25.0 |
| 1462 | 2026-05-18T23:33:40.183Z | Compiling scroll v0.13.0 |
| 1463 | 2026-05-18T23:33:40.279Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-05-18T23:33:40.629Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-05-18T23:33:40.754Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1466 | 2026-05-18T23:33:40.904Z | Compiling spin v0.9.8 |
| 1467 | 2026-05-18T23:33:41.007Z | Compiling num-conv v0.2.0 |
| 1468 | 2026-05-18T23:33:41.118Z | Compiling powerfmt v0.2.0 |
| 1469 | 2026-05-18T23:33:41.145Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-05-18T23:33:41.197Z | Compiling time-core v0.1.8 |
| 1471 | 2026-05-18T23:33:41.303Z | Compiling native-tls v0.2.18 |
| 1472 | 2026-05-18T23:33:41.326Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-05-18T23:33:41.465Z | Compiling deranged v0.5.8 |
| 1474 | 2026-05-18T23:33:41.896Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-18T23:33:42.353Z | Compiling hyper v1.8.1 |
| 1476 | 2026-05-18T23:33:42.382Z | Compiling darling v0.20.11 |
| 1477 | 2026-05-18T23:33:42.405Z | Compiling goblin v0.10.5 |
| 1478 | 2026-05-18T23:33:42.454Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-05-18T23:33:42.644Z | Compiling sync_wrapper v1.0.2 |
| 1480 | 2026-05-18T23:33:42.743Z | Compiling wait-timeout v0.2.1 |
| 1481 | 2026-05-18T23:33:42.758Z | Compiling simd-adler32 v0.3.8 |
| 1482 | 2026-05-18T23:33:42.998Z | Compiling unicode-segmentation v1.12.0 |
| 1483 | 2026-05-18T23:33:43.011Z | Compiling usdt-impl v0.6.0 |
| 1484 | 2026-05-18T23:33:43.071Z | Compiling syn v1.0.109 |
| 1485 | 2026-05-18T23:33:43.215Z | Compiling siphasher v1.0.2 |
| 1486 | 2026-05-18T23:33:43.373Z | Compiling hyper-util v0.1.20 |
| 1487 | 2026-05-18T23:33:43.384Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-18T23:33:43.408Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-05-18T23:33:43.496Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-05-18T23:33:43.680Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-05-18T23:33:43.776Z | Compiling time v0.3.47 |
| 1492 | 2026-05-18T23:33:43.912Z | Compiling bit-set v0.8.0 |
| 1493 | 2026-05-18T23:33:44.038Z | Compiling rusty-fork v0.3.1 |
| 1494 | 2026-05-18T23:33:44.149Z | Compiling tower v0.5.3 |
| 1495 | 2026-05-18T23:33:44.351Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-18T23:33:44.610Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-18T23:33:44.642Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-18T23:33:44.888Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-05-18T23:33:45.013Z | Compiling signature v2.2.0 |
| 1500 | 2026-05-18T23:33:45.080Z | Compiling dof v0.4.0 |
| 1501 | 2026-05-18T23:33:45.195Z | Compiling scroll_derive v0.12.1 |
| 1502 | 2026-05-18T23:33:45.213Z | Compiling thiserror-impl v1.0.69 |
| 1503 | 2026-05-18T23:33:45.324Z | Compiling heapless v0.7.17 |
| 1504 | 2026-05-18T23:33:45.354Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-05-18T23:33:45.548Z | Compiling slog v2.8.2 |
| 1506 | 2026-05-18T23:33:45.606Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-05-18T23:33:45.731Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-05-18T23:33:45.855Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-05-18T23:33:45.942Z | Compiling cookie v0.18.1 |
| 1510 | 2026-05-18T23:33:46.012Z | Compiling adler2 v2.0.1 |
| 1511 | 2026-05-18T23:33:46.125Z | Compiling unicode-properties v0.1.4 |
| 1512 | 2026-05-18T23:33:46.146Z | Compiling anyhow v1.0.102 |
| 1513 | 2026-05-18T23:33:46.294Z | Compiling signal-hook v0.3.18 |
| 1514 | 2026-05-18T23:33:46.346Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-05-18T23:33:46.460Z | Compiling ryu v1.0.23 |
| 1516 | 2026-05-18T23:33:46.473Z | Compiling paste v1.0.15 |
| 1517 | 2026-05-18T23:33:46.491Z | Compiling iri-string v0.7.10 |
| 1518 | 2026-05-18T23:33:46.541Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-18T23:33:46.644Z | Compiling allocator-api2 v0.2.21 |
| 1520 | 2026-05-18T23:33:46.657Z | Compiling unicode-bidi v0.3.18 |
| 1521 | 2026-05-18T23:33:46.669Z | Compiling proptest v1.10.0 |
| 1522 | 2026-05-18T23:33:46.785Z | Compiling serde_urlencoded v0.7.1 |
| 1523 | 2026-05-18T23:33:46.962Z | Compiling thiserror v1.0.69 |
| 1524 | 2026-05-18T23:33:47.031Z | Compiling stringprep v0.1.5 |
| 1525 | 2026-05-18T23:33:47.248Z | Compiling miniz_oxide v0.8.9 |
| 1526 | 2026-05-18T23:33:47.873Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-05-18T23:33:47.999Z | Compiling scroll v0.12.0 |
| 1528 | 2026-05-18T23:33:48.157Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-05-18T23:33:48.195Z | Compiling darling_macro v0.21.3 |
| 1530 | 2026-05-18T23:33:48.242Z | Compiling tokio-native-tls v0.3.1 |
| 1531 | 2026-05-18T23:33:48.302Z | Compiling heck v0.4.1 |
| 1532 | 2026-05-18T23:33:48.428Z | Compiling ipnetwork v0.21.1 |
| 1533 | 2026-05-18T23:33:48.497Z | Compiling bstr v1.12.1 |
| 1534 | 2026-05-18T23:33:48.558Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-05-18T23:33:48.640Z | Compiling serde_spanned v0.6.9 |
| 1536 | 2026-05-18T23:33:48.666Z | Compiling serde_tokenstream v0.2.3 |
| 1537 | 2026-05-18T23:33:48.751Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-05-18T23:33:48.812Z | Compiling erased-serde v0.3.31 |
| 1539 | 2026-05-18T23:33:48.956Z | Compiling md-5 v0.10.6 |
| 1540 | 2026-05-18T23:33:48.999Z | Compiling pin-project-internal v1.1.11 |
| 1541 | 2026-05-18T23:33:49.117Z | Compiling async-trait v0.1.89 |
| 1542 | 2026-05-18T23:33:49.206Z | Compiling zerocopy-derive v0.7.35 |
| 1543 | 2026-05-18T23:33:49.303Z | Compiling curve25519-dalek v4.1.3 |
| 1544 | 2026-05-18T23:33:49.356Z | Compiling vergen-lib v0.1.6 |
| 1545 | 2026-05-18T23:33:49.529Z | Compiling num-integer v0.1.46 |
| 1546 | 2026-05-18T23:33:49.621Z | Compiling hash32 v0.2.1 |
| 1547 | 2026-05-18T23:33:49.826Z | Compiling ff v0.13.1 |
| 1548 | 2026-05-18T23:33:49.867Z | Compiling memoffset v0.9.1 |
| 1549 | 2026-05-18T23:33:49.982Z | Compiling cfg_aliases v0.2.1 |
| 1550 | 2026-05-18T23:33:50.074Z | Compiling fallible-iterator v0.2.0 |
| 1551 | 2026-05-18T23:33:50.132Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-05-18T23:33:50.133Z | Compiling ref-cast v1.0.25 |
| 1553 | 2026-05-18T23:33:50.133Z | Compiling rustix v0.38.44 |
| 1554 | 2026-05-18T23:33:50.191Z | Compiling psl-types v2.0.11 |
| 1555 | 2026-05-18T23:33:50.338Z | Compiling num-bigint-dig v0.8.6 |
| 1556 | 2026-05-18T23:33:50.420Z | Compiling base16ct v0.2.0 |
| 1557 | 2026-05-18T23:33:50.420Z | Compiling litrs v1.0.0 |
| 1558 | 2026-05-18T23:33:50.420Z | Compiling zlib-rs v0.6.2 |
| 1559 | 2026-05-18T23:33:50.515Z | Compiling sec1 v0.7.3 |
| 1560 | 2026-05-18T23:33:50.567Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-05-18T23:33:50.606Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-05-18T23:33:50.781Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-05-18T23:33:50.880Z | Compiling nix v0.31.2 |
| 1564 | 2026-05-18T23:33:50.902Z | Compiling zerocopy v0.7.35 |
| 1565 | 2026-05-18T23:33:50.902Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-18T23:33:51.116Z | Compiling group v0.13.0 |
| 1567 | 2026-05-18T23:33:51.312Z | Compiling num-iter v0.1.45 |
| 1568 | 2026-05-18T23:33:51.487Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-05-18T23:33:51.523Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-18T23:33:51.752Z | Compiling oxnet v0.1.4 |
| 1571 | 2026-05-18T23:33:51.871Z | Compiling darling v0.21.3 |
| 1572 | 2026-05-18T23:33:51.871Z | Compiling derive_builder v0.20.2 |
| 1573 | 2026-05-18T23:33:51.923Z | Compiling snafu-derive v0.8.9 |
| 1574 | 2026-05-18T23:33:52.016Z | Compiling hyper-tls v0.6.0 |
| 1575 | 2026-05-18T23:33:52.088Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-05-18T23:33:52.118Z | Compiling goblin v0.8.2 |
| 1577 | 2026-05-18T23:33:52.765Z | Compiling phf_shared v0.13.1 |
| 1578 | 2026-05-18T23:33:52.962Z | Compiling lazy_static v1.5.0 |
| 1579 | 2026-05-18T23:33:53.005Z | Compiling regex v1.12.3 |
| 1580 | 2026-05-18T23:33:53.059Z | Compiling strum_macros v0.27.2 |
| 1581 | 2026-05-18T23:33:53.240Z | Compiling flate2 v1.1.9 |
| 1582 | 2026-05-18T23:33:53.435Z | Compiling futures-executor v0.3.32 |
| 1583 | 2026-05-18T23:33:53.596Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-18T23:33:53.667Z | Compiling cargo-platform v0.1.9 |
| 1585 | 2026-05-18T23:33:53.707Z | Compiling hkdf v0.12.4 |
| 1586 | 2026-05-18T23:33:53.769Z | Compiling crypto-bigint v0.5.5 |
| 1587 | 2026-05-18T23:33:53.870Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-05-18T23:33:53.877Z | Compiling daft-derive v0.1.5 |
| 1589 | 2026-05-18T23:33:53.918Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1590 | 2026-05-18T23:33:54.003Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-05-18T23:33:54.542Z | Compiling vergen v9.0.6 |
| 1592 | 2026-05-18T23:33:54.563Z | Compiling fs-err v3.3.0 |
| 1593 | 2026-05-18T23:33:54.579Z | Compiling ahash v0.8.12 |
| 1594 | 2026-05-18T23:33:54.723Z | Compiling encoding_rs v0.8.35 |
| 1595 | 2026-05-18T23:33:54.743Z | Compiling bitflags v1.3.2 |
| 1596 | 2026-05-18T23:33:54.774Z | Compiling foldhash v0.1.5 |
| 1597 | 2026-05-18T23:33:54.820Z | Compiling bumpalo v3.20.2 |
| 1598 | 2026-05-18T23:33:54.948Z | Compiling managed v0.8.0 |
| 1599 | 2026-05-18T23:33:55.001Z | Compiling same-file v1.0.6 |
| 1600 | 2026-05-18T23:33:55.082Z | Compiling object v0.37.3 |
| 1601 | 2026-05-18T23:33:55.166Z | Compiling winnow v0.5.40 |
| 1602 | 2026-05-18T23:33:55.166Z | Compiling mime v0.3.17 |
| 1603 | 2026-05-18T23:33:55.354Z | Compiling libbz2-rs-sys v0.2.2 |
| 1604 | 2026-05-18T23:33:55.502Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-18T23:33:55.580Z | Compiling clap_builder v4.5.60 |
| 1606 | 2026-05-18T23:33:55.713Z | Compiling hashbrown v0.16.1 |
| 1607 | 2026-05-18T23:33:55.855Z | Compiling bzip2 v0.6.1 |
| 1608 | 2026-05-18T23:33:56.116Z | Compiling walkdir v2.5.0 |
| 1609 | 2026-05-18T23:33:56.286Z | Compiling zopfli v0.8.3 |
| 1610 | 2026-05-18T23:33:56.327Z | Compiling strum v0.27.2 |
| 1611 | 2026-05-18T23:33:56.507Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-05-18T23:33:56.513Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-05-18T23:33:56.786Z | Compiling elliptic-curve v0.13.8 |
| 1614 | 2026-05-18T23:33:56.892Z | Compiling daft v0.1.5 |
| 1615 | 2026-05-18T23:33:57.104Z | Compiling dof v0.3.0 |
| 1616 | 2026-05-18T23:33:57.166Z | Compiling cargo_metadata v0.19.2 |
| 1617 | 2026-05-18T23:33:57.197Z | Compiling snafu v0.8.9 |
| 1618 | 2026-05-18T23:33:57.551Z | Compiling futures v0.3.32 |
| 1619 | 2026-05-18T23:33:57.692Z | Compiling phf v0.13.1 |
| 1620 | 2026-05-18T23:33:57.801Z | Compiling cookie_store v0.22.1 |
| 1621 | 2026-05-18T23:33:57.852Z | Compiling signal-hook-mio v0.2.5 |
| 1622 | 2026-05-18T23:33:58.344Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-05-18T23:33:58.448Z | Compiling bzip2 v0.4.4 |
| 1624 | 2026-05-18T23:33:58.482Z | Compiling zstd v0.13.3 |
| 1625 | 2026-05-18T23:33:58.576Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-05-18T23:33:58.599Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-05-18T23:33:58.781Z | Compiling usdt-macro v0.6.0 |
| 1628 | 2026-05-18T23:33:59.132Z | Compiling usdt-attr-macro v0.6.0 |
| 1629 | 2026-05-18T23:33:59.144Z | Compiling globset v0.4.18 |
| 1630 | 2026-05-18T23:33:59.491Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-05-18T23:33:59.675Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-05-18T23:33:59.818Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-05-18T23:33:59.832Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-05-18T23:33:59.929Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-05-18T23:33:59.933Z | Compiling enum-as-inner v0.6.1 |
| 1636 | 2026-05-18T23:33:59.988Z | Compiling clap_derive v4.5.55 |
| 1637 | 2026-05-18T23:34:00.006Z | Compiling strum_macros v0.26.4 |
| 1638 | 2026-05-18T23:34:00.239Z | Compiling serde_plain v1.0.2 |
| 1639 | 2026-05-18T23:34:00.318Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-05-18T23:34:00.443Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-18T23:34:00.469Z | Compiling pem v3.0.6 |
| 1642 | 2026-05-18T23:34:00.508Z | Compiling serde_repr v0.1.20 |
| 1643 | 2026-05-18T23:34:00.587Z | Compiling async-recursion v1.1.1 |
| 1644 | 2026-05-18T23:34:00.594Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-05-18T23:34:00.743Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-05-18T23:34:00.811Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-05-18T23:34:00.900Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-05-18T23:34:00.958Z | Compiling data-encoding v2.10.0 |
| 1649 | 2026-05-18T23:34:01.046Z | Compiling keccak v0.1.6 |
| 1650 | 2026-05-18T23:34:01.216Z | Compiling typed-path v0.9.3 |
| 1651 | 2026-05-18T23:34:01.216Z | Compiling jiff v0.2.21 |
| 1652 | 2026-05-18T23:34:01.656Z | Compiling either v1.15.0 |
| 1653 | 2026-05-18T23:34:01.782Z | Compiling precomputed-hash v0.1.1 |
| 1654 | 2026-05-18T23:34:01.787Z | Compiling rustc-hash v2.1.1 |
| 1655 | 2026-05-18T23:34:01.854Z | Compiling normalize-line-endings v0.3.0 |
| 1656 | 2026-05-18T23:34:01.868Z | Compiling fixedbitset v0.4.2 |
| 1657 | 2026-05-18T23:34:01.883Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-05-18T23:34:01.921Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-05-18T23:34:01.958Z | Compiling difflib v0.4.0 |
| 1660 | 2026-05-18T23:34:01.958Z | Compiling predicates-core v1.0.10 |
| 1661 | 2026-05-18T23:34:02.009Z | Compiling whoami v2.1.0 |
| 1662 | 2026-05-18T23:34:02.087Z | Compiling fixedbitset v0.5.7 |
| 1663 | 2026-05-18T23:34:02.143Z | Compiling petgraph v0.6.5 |
| 1664 | 2026-05-18T23:34:02.365Z | Compiling petgraph v0.8.3 |
| 1665 | 2026-05-18T23:34:02.386Z | Compiling tokio-postgres v0.7.16 |
| 1666 | 2026-05-18T23:34:02.446Z | Compiling predicates v3.1.4 |
| 1667 | 2026-05-18T23:34:02.520Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1668 | 2026-05-18T23:34:03.097Z | Compiling string_cache v0.8.9 |
| 1669 | 2026-05-18T23:34:03.241Z | Compiling iddqd v0.3.18 |
| 1670 | 2026-05-18T23:34:03.325Z | Compiling itertools v0.13.0 |
| 1671 | 2026-05-18T23:34:03.616Z | Compiling clap v4.5.60 |
| 1672 | 2026-05-18T23:34:03.709Z | Compiling strum v0.26.3 |
| 1673 | 2026-05-18T23:34:03.844Z | Compiling zip v4.6.1 |
| 1674 | 2026-05-18T23:34:04.291Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-05-18T23:34:04.338Z | Compiling sha3 v0.10.8 |
| 1676 | 2026-05-18T23:34:04.536Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-05-18T23:34:04.558Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-05-18T23:34:04.798Z | Compiling usdt v0.6.0 |
| 1679 | 2026-05-18T23:34:04.803Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-05-18T23:34:04.893Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-05-18T23:34:05.058Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-18T23:34:05.362Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-05-18T23:34:05.468Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-05-18T23:34:05.468Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-18T23:34:06.004Z | Compiling zip v0.6.6 |
| 1686 | 2026-05-18T23:34:06.728Z | Compiling toml v0.7.8 |
| 1687 | 2026-05-18T23:34:07.233Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1688 | 2026-05-18T23:34:07.284Z | Compiling similar v2.7.0 |
| 1689 | 2026-05-18T23:34:07.290Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-05-18T23:34:07.339Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-05-18T23:34:07.619Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-05-18T23:34:07.794Z | Compiling x509-cert v0.2.5 |
| 1693 | 2026-05-18T23:34:07.853Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1694 | 2026-05-18T23:34:07.891Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-05-18T23:34:08.140Z | Compiling sha1 v0.10.6 |
| 1696 | 2026-05-18T23:34:08.159Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1697 | 2026-05-18T23:34:08.370Z | Compiling lalrpop-util v0.19.12 |
| 1698 | 2026-05-18T23:34:08.424Z | Compiling peg-runtime v0.8.5 |
| 1699 | 2026-05-18T23:34:08.449Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-05-18T23:34:08.561Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-05-18T23:34:08.704Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-05-18T23:34:08.704Z | Compiling is-terminal v0.4.17 |
| 1703 | 2026-05-18T23:34:08.807Z | Compiling filetime v0.2.27 |
| 1704 | 2026-05-18T23:34:08.884Z | Compiling take_mut v0.2.2 |
| 1705 | 2026-05-18T23:34:08.968Z | Compiling xattr v1.6.1 |
| 1706 | 2026-05-18T23:34:08.997Z | Compiling term v1.2.1 |
| 1707 | 2026-05-18T23:34:09.145Z | Compiling tar v0.4.45 |
| 1708 | 2026-05-18T23:34:09.398Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-05-18T23:34:19.109Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-05-18T23:34:21.885Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-05-18T23:34:21.885Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-05-18T23:34:22.082Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-05-18T23:34:22.283Z | Compiling reqwest v0.12.28 |
| 1714 | 2026-05-18T23:34:22.283Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-05-18T23:34:23.554Z | Compiling tough v0.22.0 |
| 1716 | 2026-05-18T23:34:26.107Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-05-18T23:34:26.326Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-05-18T23:34:29.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1719 | 2026-05-18T23:34:29.300Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1720 | 2026-05-18T23:34:29.353Z | May 18 23:34:28.378 INFO Starting download, target: Clickhouse |
| 1721 | 2026-05-18T23:34:29.353Z | May 18 23:34:28.379 INFO Starting download, target: Console |
| 1722 | 2026-05-18T23:34:29.354Z | May 18 23:34:28.379 INFO Starting download, target: Cockroach |
| 1723 | 2026-05-18T23:34:29.354Z | May 18 23:34:28.379 INFO Starting download, target: MaghemiteMgd |
| 1724 | 2026-05-18T23:34:29.359Z | May 18 23:34:28.379 INFO Starting download, target: DendriteStub |
| 1725 | 2026-05-18T23:34:29.359Z | May 18 23:34:28.379 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-05-18T23:34:29.360Z | May 18 23:34:28.379 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1727 | 2026-05-18T23:34:29.360Z | May 18 23:34:28.379 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1728 | 2026-05-18T23:34:29.360Z | May 18 23:34:28.379 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-05-18T23:34:29.360Z | May 18 23:34:28.379 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-05-18T23:34:29.360Z | May 18 23:34:28.379 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-05-18T23:34:29.360Z | May 18 23:34:28.379 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-05-18T23:34:29.894Z | May 18 23:34:28.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-05-18T23:34:30.110Z | May 18 23:34:29.133 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-05-18T23:34:30.400Z | May 18 23:34:29.416 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-05-18T23:34:30.633Z | May 18 23:34:29.655 INFO Download complete, target: Console |
| 1736 | 2026-05-18T23:34:31.190Z | May 18 23:34:30.216 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-05-18T23:34:31.588Z | May 18 23:34:30.589 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1738 | 2026-05-18T23:34:31.732Z | May 18 23:34:30.756 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-18T23:34:32.751Z | May 18 23:34:31.756 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1740 | 2026-05-18T23:34:32.751Z | May 18 23:34:31.756 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1741 | 2026-05-18T23:34:33.552Z | May 18 23:34:32.577 INFO Download complete, target: DendriteStub |
| 1742 | 2026-05-18T23:34:34.026Z | May 18 23:34:33.017 INFO Download complete, target: MaghemiteMgd |
| 1743 | 2026-05-18T23:34:37.315Z | May 18 23:34:36.340 INFO Checking that binary works, target: Cockroach |
| 1744 | 2026-05-18T23:34:37.423Z | May 18 23:34:36.448 INFO Download complete, target: Cockroach |
| 1745 | 2026-05-18T23:34:38.384Z | May 18 23:34:37.409 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-05-18T23:34:38.496Z | May 18 23:34:37.521 INFO Download complete, target: Clickhouse |
| 1747 | 2026-05-18T23:34:38.554Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1748 | 2026-05-18T23:34:38.558Z | |
| 1749 | 2026-05-18T23:34:38.558Z | real 2:15.351273918 |
| 1750 | 2026-05-18T23:34:38.558Z | user 6:53.982803005 |
| 1751 | 2026-05-18T23:34:38.558Z | sys 1:23.479398868 |
| 1752 | 2026-05-18T23:34:38.558Z | trap 0.217227566 |
| 1753 | 2026-05-18T23:34:38.558Z | tflt 0.624999213 |
| 1754 | 2026-05-18T23:34:38.558Z | dflt 0.564198279 |
| 1755 | 2026-05-18T23:34:38.558Z | kflt 0.031185960 |
| 1756 | 2026-05-18T23:34:38.558Z | lock 21:44.619752551 |
| 1757 | 2026-05-18T23:34:38.558Z | slp 21:21.319197300 |
| 1758 | 2026-05-18T23:34:38.558Z | lat 44.438521095 |
| 1759 | 2026-05-18T23:34:38.558Z | stop 1:52.308810981 |
| 1760 | 2026-05-18T23:34:38.558Z | + banner hack-check |
| 1761 | 2026-05-18T23:34:38.558Z | |
| 1762 | 2026-05-18T23:34:38.558Z | # # ## #### # # #### # # ###### #### # # |
| 1763 | 2026-05-18T23:34:38.558Z | # # # # # # # # # # # # # # # # # |
| 1764 | 2026-05-18T23:34:38.558Z | ###### # # # #### ##### # ###### ##### # #### |
| 1765 | 2026-05-18T23:34:38.558Z | # # ###### # # # # # # # # # # |
| 1766 | 2026-05-18T23:34:38.558Z | # # # # # # # # # # # # # # # # # |
| 1767 | 2026-05-18T23:34:38.558Z | # # # # #### # # #### # # ###### #### # # |
| 1768 | 2026-05-18T23:34:38.558Z | |
| 1769 | 2026-05-18T23:34:38.558Z | + export CARGO_INCREMENTAL=0 |
| 1770 | 2026-05-18T23:34:38.558Z | + CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-18T23:34:38.558Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1772 | 2026-05-18T23:34:39.084Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1773 | 2026-05-18T23:34:39.308Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1774 | 2026-05-18T23:34:41.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
| 1775 | 2026-05-18T23:34:41.349Z | Running `target/debug/xtask check-features --ci` |
| 1776 | 2026-05-18T23:34:41.376Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1777 | 2026-05-18T23:34:41.379Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1778 | 2026-05-18T23:34:41.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1779 | 2026-05-18T23:34:41.888Z | Running `target/debug/xtask download cargo-hack` |
| 1780 | 2026-05-18T23:34:42.671Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1781 | 2026-05-18T23:34:42.990Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1782 | 2026-05-18T23:34:45.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 1783 | 2026-05-18T23:34:45.612Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1784 | 2026-05-18T23:34:45.651Z | May 18 23:34:44.677 INFO Starting download, target: CargoHack |
| 1785 | 2026-05-18T23:34:45.654Z | May 18 23:34:44.677 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1786 | 2026-05-18T23:34:45.855Z | May 18 23:34:44.880 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1787 | 2026-05-18T23:34:45.904Z | May 18 23:34:44.930 INFO Download complete, target: CargoHack |
| 1788 | 2026-05-18T23:34:45.907Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1789 | 2026-05-18T23:34:45.919Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1790 | 2026-05-18T23:34:46.076Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1791 | 2026-05-18T23:34:46.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1792 | 2026-05-18T23:34:46.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1793 | 2026-05-18T23:34:46.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1794 | 2026-05-18T23:34:46.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1795 | 2026-05-18T23:34:46.650Z | |
| 1796 | 2026-05-18T23:34:46.650Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1797 | 2026-05-18T23:34:47.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2026-05-18T23:34:47.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2026-05-18T23:34:47.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2026-05-18T23:34:47.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1801 | 2026-05-18T23:34:47.226Z | |
| 1802 | 2026-05-18T23:34:47.226Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1803 | 2026-05-18T23:34:47.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-18T23:34:47.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-18T23:34:47.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-18T23:34:47.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1807 | 2026-05-18T23:34:47.797Z | |
| 1808 | 2026-05-18T23:34:47.797Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1809 | 2026-05-18T23:34:48.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-18T23:34:48.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-18T23:34:48.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-18T23:34:48.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1813 | 2026-05-18T23:34:48.367Z | |
| 1814 | 2026-05-18T23:34:48.367Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1815 | 2026-05-18T23:34:48.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-18T23:34:48.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-18T23:34:48.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-18T23:34:48.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1819 | 2026-05-18T23:34:48.947Z | |
| 1820 | 2026-05-18T23:34:48.947Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1821 | 2026-05-18T23:34:49.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-18T23:34:49.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-18T23:34:49.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-18T23:34:49.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1825 | 2026-05-18T23:34:49.539Z | |
| 1826 | 2026-05-18T23:34:49.539Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1827 | 2026-05-18T23:34:50.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-18T23:34:50.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-18T23:34:50.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-18T23:34:50.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1831 | 2026-05-18T23:34:50.131Z | |
| 1832 | 2026-05-18T23:34:50.131Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1833 | 2026-05-18T23:34:50.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-18T23:34:50.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-18T23:34:50.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-18T23:34:50.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-18T23:34:50.729Z | |
| 1838 | 2026-05-18T23:34:50.729Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1839 | 2026-05-18T23:34:51.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-18T23:34:51.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-18T23:34:51.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-18T23:34:51.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1843 | 2026-05-18T23:34:51.200Z | |
| 1844 | 2026-05-18T23:34:51.200Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1845 | 2026-05-18T23:34:51.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-18T23:34:51.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-18T23:34:51.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-18T23:34:51.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2026-05-18T23:34:51.669Z | |
| 1850 | 2026-05-18T23:34:51.669Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1851 | 2026-05-18T23:34:52.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-18T23:34:52.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-18T23:34:52.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-18T23:34:52.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1855 | 2026-05-18T23:34:52.123Z | |
| 1856 | 2026-05-18T23:34:52.123Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1857 | 2026-05-18T23:34:52.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-18T23:34:52.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-18T23:34:52.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-18T23:34:52.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2026-05-18T23:34:52.587Z | |
| 1862 | 2026-05-18T23:34:52.587Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1863 | 2026-05-18T23:34:52.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-18T23:34:52.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-18T23:34:52.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-18T23:34:52.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-18T23:34:53.048Z | |
| 1868 | 2026-05-18T23:34:53.048Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1869 | 2026-05-18T23:34:53.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-18T23:34:53.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-18T23:34:53.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-18T23:34:53.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-18T23:34:53.510Z | |
| 1874 | 2026-05-18T23:34:53.510Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1875 | 2026-05-18T23:34:53.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-18T23:34:53.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-18T23:34:53.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-18T23:34:53.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-18T23:34:53.972Z | |
| 1880 | 2026-05-18T23:34:53.972Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1881 | 2026-05-18T23:34:54.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-18T23:34:54.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-18T23:34:54.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-18T23:34:54.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-18T23:34:54.436Z | |
| 1886 | 2026-05-18T23:34:54.436Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1887 | 2026-05-18T23:34:54.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-18T23:34:54.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-18T23:34:54.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-18T23:34:54.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2026-05-18T23:34:54.905Z | |
| 1892 | 2026-05-18T23:34:54.905Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1893 | 2026-05-18T23:34:55.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-18T23:34:55.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-18T23:34:55.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-18T23:34:55.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-18T23:34:55.367Z | |
| 1898 | 2026-05-18T23:34:55.367Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1899 | 2026-05-18T23:34:55.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-18T23:34:55.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-18T23:34:55.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-18T23:34:55.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2026-05-18T23:34:55.831Z | |
| 1904 | 2026-05-18T23:34:55.831Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1905 | 2026-05-18T23:34:56.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-18T23:34:56.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-18T23:34:56.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-18T23:34:56.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2026-05-18T23:34:56.298Z | |
| 1910 | 2026-05-18T23:34:56.299Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1911 | 2026-05-18T23:34:56.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-18T23:34:56.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-18T23:34:56.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-18T23:34:56.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2026-05-18T23:34:56.768Z | |
| 1916 | 2026-05-18T23:34:56.768Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1917 | 2026-05-18T23:34:57.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-18T23:34:57.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-18T23:34:57.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-18T23:34:57.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1921 | 2026-05-18T23:34:57.242Z | |
| 1922 | 2026-05-18T23:34:57.242Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1923 | 2026-05-18T23:34:57.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-18T23:34:57.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-18T23:34:57.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-18T23:34:57.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1927 | 2026-05-18T23:34:57.709Z | |
| 1928 | 2026-05-18T23:34:57.709Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1929 | 2026-05-18T23:34:58.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-18T23:34:58.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-18T23:34:58.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-18T23:34:58.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1933 | 2026-05-18T23:34:58.174Z | |
| 1934 | 2026-05-18T23:34:58.174Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1935 | 2026-05-18T23:34:58.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-18T23:34:58.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-18T23:34:58.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-18T23:34:58.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1939 | 2026-05-18T23:34:58.641Z | |
| 1940 | 2026-05-18T23:34:58.642Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1941 | 2026-05-18T23:34:59.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-18T23:34:59.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-18T23:34:59.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-18T23:34:59.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1945 | 2026-05-18T23:34:59.108Z | |
| 1946 | 2026-05-18T23:34:59.108Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1947 | 2026-05-18T23:34:59.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-18T23:34:59.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-18T23:34:59.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-18T23:34:59.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1951 | 2026-05-18T23:34:59.574Z | |
| 1952 | 2026-05-18T23:34:59.574Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1953 | 2026-05-18T23:34:59.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-18T23:34:59.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-18T23:34:59.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-18T23:34:59.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1957 | 2026-05-18T23:35:00.044Z | |
| 1958 | 2026-05-18T23:35:00.044Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1959 | 2026-05-18T23:35:00.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-18T23:35:00.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-18T23:35:00.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-18T23:35:00.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1963 | 2026-05-18T23:35:00.513Z | |
| 1964 | 2026-05-18T23:35:00.513Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1965 | 2026-05-18T23:35:00.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-18T23:35:00.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-18T23:35:00.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-18T23:35:00.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1969 | 2026-05-18T23:35:00.979Z | |
| 1970 | 2026-05-18T23:35:00.979Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1971 | 2026-05-18T23:35:01.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-18T23:35:01.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-18T23:35:01.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-18T23:35:01.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1975 | 2026-05-18T23:35:01.441Z | |
| 1976 | 2026-05-18T23:35:01.441Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1977 | 2026-05-18T23:35:01.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-18T23:35:01.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-18T23:35:01.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-18T23:35:01.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1981 | 2026-05-18T23:35:01.903Z | |
| 1982 | 2026-05-18T23:35:01.903Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1983 | 2026-05-18T23:35:02.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-18T23:35:02.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-18T23:35:02.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-18T23:35:02.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-18T23:35:02.368Z | |
| 1988 | 2026-05-18T23:35:02.369Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1989 | 2026-05-18T23:35:02.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-18T23:35:02.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-18T23:35:02.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-18T23:35:02.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1993 | 2026-05-18T23:35:02.832Z | |
| 1994 | 2026-05-18T23:35:02.832Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 1995 | 2026-05-18T23:35:03.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-18T23:35:03.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-18T23:35:03.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-18T23:35:03.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-18T23:35:03.298Z | |
| 2000 | 2026-05-18T23:35:03.298Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2001 | 2026-05-18T23:35:03.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-18T23:35:03.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-18T23:35:03.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-18T23:35:03.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-18T23:35:03.757Z | |
| 2006 | 2026-05-18T23:35:03.757Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2007 | 2026-05-18T23:35:04.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-18T23:35:04.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-18T23:35:04.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-18T23:35:04.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-18T23:35:04.222Z | |
| 2012 | 2026-05-18T23:35:04.222Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2013 | 2026-05-18T23:35:04.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-18T23:35:04.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-18T23:35:04.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-18T23:35:04.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2017 | 2026-05-18T23:35:04.690Z | |
| 2018 | 2026-05-18T23:35:04.690Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2019 | 2026-05-18T23:35:05.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-18T23:35:05.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-18T23:35:05.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-18T23:35:05.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-18T23:35:05.152Z | |
| 2024 | 2026-05-18T23:35:05.153Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2025 | 2026-05-18T23:35:05.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-18T23:35:05.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-18T23:35:05.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-18T23:35:05.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2029 | 2026-05-18T23:35:05.618Z | |
| 2030 | 2026-05-18T23:35:05.618Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2031 | 2026-05-18T23:35:06.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-18T23:35:06.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-18T23:35:06.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-18T23:35:06.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2035 | 2026-05-18T23:35:06.088Z | |
| 2036 | 2026-05-18T23:35:06.088Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2037 | 2026-05-18T23:35:06.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-18T23:35:06.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-18T23:35:06.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-18T23:35:06.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2041 | 2026-05-18T23:35:06.553Z | |
| 2042 | 2026-05-18T23:35:06.553Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2043 | 2026-05-18T23:35:06.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-18T23:35:06.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-18T23:35:06.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-18T23:35:06.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2047 | 2026-05-18T23:35:07.023Z | |
| 2048 | 2026-05-18T23:35:07.023Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2049 | 2026-05-18T23:35:07.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-18T23:35:07.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-18T23:35:07.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-18T23:35:07.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2053 | 2026-05-18T23:35:07.490Z | |
| 2054 | 2026-05-18T23:35:07.490Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2055 | 2026-05-18T23:35:07.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-18T23:35:07.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-18T23:35:07.900Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-18T23:35:07.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2059 | 2026-05-18T23:35:07.956Z | |
| 2060 | 2026-05-18T23:35:07.956Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2061 | 2026-05-18T23:35:08.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-18T23:35:08.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-18T23:35:08.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-18T23:35:08.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2065 | 2026-05-18T23:35:08.424Z | |
| 2066 | 2026-05-18T23:35:08.424Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2067 | 2026-05-18T23:35:08.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-18T23:35:08.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-18T23:35:08.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-18T23:35:08.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2071 | 2026-05-18T23:35:08.895Z | |
| 2072 | 2026-05-18T23:35:08.895Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2073 | 2026-05-18T23:35:09.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-18T23:35:09.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-18T23:35:09.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-18T23:35:09.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2077 | 2026-05-18T23:35:09.365Z | |
| 2078 | 2026-05-18T23:35:09.365Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2079 | 2026-05-18T23:35:09.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-18T23:35:09.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-18T23:35:09.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-18T23:35:09.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2083 | 2026-05-18T23:35:09.999Z | |
| 2084 | 2026-05-18T23:35:09.999Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2085 | 2026-05-18T23:35:10.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-18T23:35:10.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-18T23:35:10.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-18T23:35:10.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2089 | 2026-05-18T23:35:10.632Z | |
| 2090 | 2026-05-18T23:35:10.632Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2091 | 2026-05-18T23:35:11.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-18T23:35:11.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-18T23:35:11.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-18T23:35:11.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2095 | 2026-05-18T23:35:11.265Z | |
| 2096 | 2026-05-18T23:35:11.265Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2097 | 2026-05-18T23:35:11.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-18T23:35:11.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-18T23:35:11.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-18T23:35:11.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2101 | 2026-05-18T23:35:11.902Z | |
| 2102 | 2026-05-18T23:35:11.902Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2103 | 2026-05-18T23:35:12.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-18T23:35:12.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-18T23:35:12.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-18T23:35:12.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2107 | 2026-05-18T23:35:12.507Z | |
| 2108 | 2026-05-18T23:35:12.507Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2109 | 2026-05-18T23:35:12.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-18T23:35:12.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-18T23:35:12.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-18T23:35:13.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2113 | 2026-05-18T23:35:13.081Z | |
| 2114 | 2026-05-18T23:35:13.081Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2115 | 2026-05-18T23:35:13.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-18T23:35:13.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-18T23:35:13.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-18T23:35:13.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2119 | 2026-05-18T23:35:13.680Z | |
| 2120 | 2026-05-18T23:35:13.680Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2121 | 2026-05-18T23:35:14.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-18T23:35:14.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-18T23:35:14.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-18T23:35:14.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2125 | 2026-05-18T23:35:14.287Z | |
| 2126 | 2026-05-18T23:35:14.287Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2127 | 2026-05-18T23:35:14.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-18T23:35:14.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-18T23:35:14.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-18T23:35:14.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2131 | 2026-05-18T23:35:14.888Z | |
| 2132 | 2026-05-18T23:35:14.888Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2133 | 2026-05-18T23:35:15.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-18T23:35:15.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-18T23:35:15.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-18T23:35:15.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2137 | 2026-05-18T23:35:15.491Z | |
| 2138 | 2026-05-18T23:35:15.491Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2139 | 2026-05-18T23:35:15.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-18T23:35:15.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-18T23:35:15.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-18T23:35:15.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2143 | 2026-05-18T23:35:16.076Z | |
| 2144 | 2026-05-18T23:35:16.076Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2145 | 2026-05-18T23:35:16.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-18T23:35:16.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-18T23:35:16.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-18T23:35:16.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2149 | 2026-05-18T23:35:16.661Z | |
| 2150 | 2026-05-18T23:35:16.661Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2151 | 2026-05-18T23:35:17.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-18T23:35:17.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-18T23:35:17.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-18T23:35:17.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2155 | 2026-05-18T23:35:17.246Z | |
| 2156 | 2026-05-18T23:35:17.246Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2157 | 2026-05-18T23:35:17.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-18T23:35:17.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-18T23:35:17.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-18T23:35:17.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2161 | 2026-05-18T23:35:17.828Z | |
| 2162 | 2026-05-18T23:35:17.828Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2163 | 2026-05-18T23:35:18.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-18T23:35:18.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-18T23:35:18.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-18T23:35:18.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2167 | 2026-05-18T23:35:18.419Z | |
| 2168 | 2026-05-18T23:35:18.419Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2169 | 2026-05-18T23:35:18.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-18T23:35:18.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-18T23:35:18.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-18T23:35:18.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2173 | 2026-05-18T23:35:19.016Z | |
| 2174 | 2026-05-18T23:35:19.017Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2175 | 2026-05-18T23:35:19.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-18T23:35:19.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-18T23:35:19.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-18T23:35:19.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2179 | 2026-05-18T23:35:19.598Z | |
| 2180 | 2026-05-18T23:35:19.598Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2181 | 2026-05-18T23:35:20.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-18T23:35:20.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-18T23:35:20.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-18T23:35:20.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2185 | 2026-05-18T23:35:20.188Z | |
| 2186 | 2026-05-18T23:35:20.188Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2187 | 2026-05-18T23:35:20.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-18T23:35:20.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-18T23:35:20.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-18T23:35:20.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2191 | 2026-05-18T23:35:20.775Z | |
| 2192 | 2026-05-18T23:35:20.775Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2193 | 2026-05-18T23:35:21.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-18T23:35:21.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-18T23:35:21.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-18T23:35:21.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-05-18T23:35:21.368Z | |
| 2198 | 2026-05-18T23:35:21.368Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2199 | 2026-05-18T23:35:21.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-18T23:35:21.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-18T23:35:21.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-18T23:35:21.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2203 | 2026-05-18T23:35:21.957Z | |
| 2204 | 2026-05-18T23:35:21.957Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2205 | 2026-05-18T23:35:22.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-18T23:35:22.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-18T23:35:22.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-18T23:35:22.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2209 | 2026-05-18T23:35:22.551Z | |
| 2210 | 2026-05-18T23:35:22.551Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2211 | 2026-05-18T23:35:23.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-18T23:35:23.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-18T23:35:23.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-18T23:35:23.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2215 | 2026-05-18T23:35:23.146Z | |
| 2216 | 2026-05-18T23:35:23.146Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2217 | 2026-05-18T23:35:23.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-18T23:35:23.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-18T23:35:23.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-18T23:35:23.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2221 | 2026-05-18T23:35:23.733Z | |
| 2222 | 2026-05-18T23:35:23.733Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2223 | 2026-05-18T23:35:24.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-18T23:35:24.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-18T23:35:24.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-18T23:35:24.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2227 | 2026-05-18T23:35:24.342Z | |
| 2228 | 2026-05-18T23:35:24.342Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2229 | 2026-05-18T23:35:24.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-18T23:35:24.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-18T23:35:24.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-18T23:35:24.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2233 | 2026-05-18T23:35:24.954Z | |
| 2234 | 2026-05-18T23:35:24.954Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2235 | 2026-05-18T23:35:25.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-18T23:35:25.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-18T23:35:25.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-18T23:35:25.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2239 | 2026-05-18T23:35:25.538Z | |
| 2240 | 2026-05-18T23:35:25.539Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2241 | 2026-05-18T23:35:26.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-18T23:35:26.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-18T23:35:26.152Z | Checking cfg-if v1.0.4 |
| 2244 | 2026-05-18T23:35:26.155Z | Checking libc v0.2.185 |
| 2245 | 2026-05-18T23:35:26.155Z | Checking serde_core v1.0.228 |
| 2246 | 2026-05-18T23:35:26.272Z | Checking zeroize v1.8.2 |
| 2247 | 2026-05-18T23:35:26.280Z | Checking memchr v2.8.0 |
| 2248 | 2026-05-18T23:35:26.289Z | Checking log v0.4.29 |
| 2249 | 2026-05-18T23:35:26.298Z | Checking smallvec v1.15.1 |
| 2250 | 2026-05-18T23:35:26.310Z | Checking typenum v1.19.0 |
| 2251 | 2026-05-18T23:35:26.310Z | Checking subtle v2.6.1 |
| 2252 | 2026-05-18T23:35:26.411Z | Checking itoa v1.0.17 |
| 2253 | 2026-05-18T23:35:26.450Z | Checking scopeguard v1.2.0 |
| 2254 | 2026-05-18T23:35:26.464Z | Checking stable_deref_trait v1.2.1 |
| 2255 | 2026-05-18T23:35:26.477Z | Checking const-oid v0.9.6 |
| 2256 | 2026-05-18T23:35:26.537Z | Checking zerofrom v0.1.6 |
| 2257 | 2026-05-18T23:35:26.549Z | Checking lock_api v0.4.14 |
| 2258 | 2026-05-18T23:35:26.561Z | Checking pin-project-lite v0.2.17 |
| 2259 | 2026-05-18T23:35:26.646Z | Checking yoke v0.8.1 |
| 2260 | 2026-05-18T23:35:26.649Z | Checking portable-atomic v1.13.1 |
| 2261 | 2026-05-18T23:35:26.649Z | Checking critical-section v1.2.0 |
| 2262 | 2026-05-18T23:35:26.659Z | Checking getrandom v0.2.17 |
| 2263 | 2026-05-18T23:35:26.741Z | Checking errno v0.3.14 |
| 2264 | 2026-05-18T23:35:26.809Z | Checking parking_lot_core v0.9.12 |
| 2265 | 2026-05-18T23:35:26.826Z | Checking generic-array v0.14.7 |
| 2266 | 2026-05-18T23:35:26.837Z | Checking rand_core v0.6.4 |
| 2267 | 2026-05-18T23:35:26.848Z | Checking zerovec v0.11.5 |
| 2268 | 2026-05-18T23:35:26.858Z | Checking signal-hook-registry v1.4.8 |
| 2269 | 2026-05-18T23:35:26.991Z | Checking futures-core v0.3.32 |
| 2270 | 2026-05-18T23:35:27.011Z | Checking parking_lot v0.12.5 |
| 2271 | 2026-05-18T23:35:27.026Z | Checking mio v1.2.0 |
| 2272 | 2026-05-18T23:35:27.074Z | Checking once_cell v1.21.3 |
| 2273 | 2026-05-18T23:35:27.111Z | Checking zerocopy v0.8.40 |
| 2274 | 2026-05-18T23:35:27.133Z | Checking zmij v1.0.21 |
| 2275 | 2026-05-18T23:35:27.199Z | Checking socket2 v0.6.3 |
| 2276 | 2026-05-18T23:35:27.245Z | Checking libm v0.2.16 |
| 2277 | 2026-05-18T23:35:27.257Z | Checking crypto-common v0.1.7 |
| 2278 | 2026-05-18T23:35:27.268Z | Checking block-buffer v0.10.4 |
| 2279 | 2026-05-18T23:35:27.297Z | Checking tinystr v0.8.2 |
| 2280 | 2026-05-18T23:35:27.343Z | Checking percent-encoding v2.3.2 |
| 2281 | 2026-05-18T23:35:27.376Z | Checking litemap v0.8.1 |
| 2282 | 2026-05-18T23:35:27.406Z | Checking digest v0.10.7 |
| 2283 | 2026-05-18T23:35:27.438Z | Checking writeable v0.6.2 |
| 2284 | 2026-05-18T23:35:27.475Z | Checking equivalent v1.0.2 |
| 2285 | 2026-05-18T23:35:27.487Z | Checking potential_utf v0.1.4 |
| 2286 | 2026-05-18T23:35:27.548Z | Checking zerotrie v0.2.3 |
| 2287 | 2026-05-18T23:35:27.561Z | Checking futures-sink v0.3.32 |
| 2288 | 2026-05-18T23:35:27.597Z | Checking icu_locale_core v2.1.1 |
| 2289 | 2026-05-18T23:35:27.609Z | Checking slab v0.4.12 |
| 2290 | 2026-05-18T23:35:27.620Z | Checking icu_collections v2.1.1 |
| 2291 | 2026-05-18T23:35:27.656Z | Checking futures-channel v0.3.32 |
| 2292 | 2026-05-18T23:35:27.715Z | Checking serde v1.0.228 |
| 2293 | 2026-05-18T23:35:27.763Z | Checking bitflags v2.11.0 |
| 2294 | 2026-05-18T23:35:27.788Z | Checking serde_json v1.0.149 |
| 2295 | 2026-05-18T23:35:27.848Z | Checking futures-io v0.3.32 |
| 2296 | 2026-05-18T23:35:27.919Z | Checking cpufeatures v0.2.17 |
| 2297 | 2026-05-18T23:35:27.933Z | Checking futures-task v0.3.32 |
| 2298 | 2026-05-18T23:35:27.944Z | Checking num-traits v0.2.19 |
| 2299 | 2026-05-18T23:35:27.961Z | Checking hmac v0.12.1 |
| 2300 | 2026-05-18T23:35:27.988Z | Checking icu_normalizer_data v2.1.1 |
| 2301 | 2026-05-18T23:35:28.061Z | Checking icu_properties_data v2.1.2 |
| 2302 | 2026-05-18T23:35:28.073Z | Checking futures-util v0.3.32 |
| 2303 | 2026-05-18T23:35:28.089Z | Checking hashbrown v0.17.0 |
| 2304 | 2026-05-18T23:35:28.110Z | Checking bytes v1.11.1 |
| 2305 | 2026-05-18T23:35:28.143Z | Checking icu_provider v2.1.1 |
| 2306 | 2026-05-18T23:35:28.188Z | Checking rand_core v0.10.0 |
| 2307 | 2026-05-18T23:35:28.328Z | Checking getrandom v0.4.1 |
| 2308 | 2026-05-18T23:35:28.369Z | Checking icu_normalizer v2.1.1 |
| 2309 | 2026-05-18T23:35:28.456Z | Checking icu_properties v2.1.2 |
| 2310 | 2026-05-18T23:35:28.468Z | Checking block-padding v0.3.3 |
| 2311 | 2026-05-18T23:35:28.482Z | Checking utf8_iter v1.0.4 |
| 2312 | 2026-05-18T23:35:28.543Z | Checking tokio v1.52.1 |
| 2313 | 2026-05-18T23:35:28.546Z | Checking indexmap v2.14.0 |
| 2314 | 2026-05-18T23:35:28.595Z | Checking inout v0.1.4 |
| 2315 | 2026-05-18T23:35:28.606Z | Checking sha2 v0.10.9 |
| 2316 | 2026-05-18T23:35:28.675Z | Checking form_urlencoded v1.2.2 |
| 2317 | 2026-05-18T23:35:28.732Z | Checking cipher v0.4.4 |
| 2318 | 2026-05-18T23:35:28.801Z | Checking getrandom v0.3.4 |
| 2319 | 2026-05-18T23:35:28.874Z | Checking base64ct v1.8.3 |
| 2320 | 2026-05-18T23:35:28.935Z | Checking fnv v1.0.7 |
| 2321 | 2026-05-18T23:35:28.947Z | Checking byteorder v1.5.0 |
| 2322 | 2026-05-18T23:35:29.029Z | Checking flagset v0.4.7 |
| 2323 | 2026-05-18T23:35:29.100Z | Checking pem-rfc7468 v0.7.0 |
| 2324 | 2026-05-18T23:35:29.114Z | Checking rand_core v0.9.5 |
| 2325 | 2026-05-18T23:35:29.144Z | Checking http v1.4.0 |
| 2326 | 2026-05-18T23:35:29.156Z | Checking regex-syntax v0.8.10 |
| 2327 | 2026-05-18T23:35:29.256Z | Checking der v0.7.10 |
| 2328 | 2026-05-18T23:35:29.268Z | Checking idna_adapter v1.2.1 |
| 2329 | 2026-05-18T23:35:29.283Z | Checking salsa20 v0.10.2 |
| 2330 | 2026-05-18T23:35:29.389Z | Checking idna v1.1.0 |
| 2331 | 2026-05-18T23:35:29.416Z | Checking uuid v1.23.0 |
| 2332 | 2026-05-18T23:35:29.648Z | Checking url v2.5.8 |
| 2333 | 2026-05-18T23:35:29.706Z | Checking pbkdf2 v0.12.2 |
| 2334 | 2026-05-18T23:35:29.720Z | Checking rustix v1.1.3 |
| 2335 | 2026-05-18T23:35:29.818Z | Checking tracing-core v0.1.36 |
| 2336 | 2026-05-18T23:35:29.861Z | Checking ppv-lite86 v0.2.21 |
| 2337 | 2026-05-18T23:35:29.954Z | Checking rustls-pki-types v1.14.0 |
| 2338 | 2026-05-18T23:35:29.987Z | Checking spki v0.7.3 |
| 2339 | 2026-05-18T23:35:30.094Z | Checking iana-time-zone v0.1.65 |
| 2340 | 2026-05-18T23:35:30.135Z | Checking base64 v0.22.1 |
| 2341 | 2026-05-18T23:35:30.152Z | Checking tracing v0.1.44 |
| 2342 | 2026-05-18T23:35:30.165Z | Checking rand_chacha v0.9.0 |
| 2343 | 2026-05-18T23:35:30.203Z | Checking chrono v0.4.44 |
| 2344 | 2026-05-18T23:35:30.258Z | Checking scrypt v0.11.0 |
| 2345 | 2026-05-18T23:35:30.355Z | Checking http-body v1.0.1 |
| 2346 | 2026-05-18T23:35:30.368Z | Checking aes v0.8.4 |
| 2347 | 2026-05-18T23:35:30.380Z | Checking cbc v0.1.2 |
| 2348 | 2026-05-18T23:35:30.401Z | Checking aws-lc-sys v0.40.0 |
| 2349 | 2026-05-18T23:35:30.459Z | Checking untrusted v0.7.1 |
| 2350 | 2026-05-18T23:35:30.488Z | Checking openssl-probe v0.2.1 |
| 2351 | 2026-05-18T23:35:30.507Z | Checking tinyvec_macros v0.1.1 |
| 2352 | 2026-05-18T23:35:30.569Z | Checking untrusted v0.9.0 |
| 2353 | 2026-05-18T23:35:30.582Z | Checking tinyvec v1.10.0 |
| 2354 | 2026-05-18T23:35:30.596Z | Checking rand v0.9.2 |
| 2355 | 2026-05-18T23:35:30.609Z | Checking try-lock v0.2.5 |
| 2356 | 2026-05-18T23:35:30.678Z | Checking ring v0.17.14 |
| 2357 | 2026-05-18T23:35:30.705Z | Checking tower-service v0.3.3 |
| 2358 | 2026-05-18T23:35:30.753Z | Checking pkcs5 v0.7.1 |
| 2359 | 2026-05-18T23:35:30.794Z | Checking tower-layer v0.3.3 |
| 2360 | 2026-05-18T23:35:30.895Z | Checking atomic-waker v1.1.2 |
| 2361 | 2026-05-18T23:35:30.908Z | Checking aws-lc-rs v1.16.3 |
| 2362 | 2026-05-18T23:35:30.941Z | Checking want v0.3.1 |
| 2363 | 2026-05-18T23:35:30.997Z | Checking ipnet v2.11.0 |
| 2364 | 2026-05-18T23:35:31.006Z | Checking pkcs8 v0.10.2 |
| 2365 | 2026-05-18T23:35:31.058Z | Checking httparse v1.10.1 |
| 2366 | 2026-05-18T23:35:31.071Z | Checking aho-corasick v1.1.4 |
| 2367 | 2026-05-18T23:35:31.082Z | Checking dyn-clone v1.0.20 |
| 2368 | 2026-05-18T23:35:31.180Z | Checking pin-utils v0.1.0 |
| 2369 | 2026-05-18T23:35:31.193Z | Checking httpdate v1.0.3 |
| 2370 | 2026-05-18T23:35:31.246Z | Checking plain v0.2.3 |
| 2371 | 2026-05-18T23:35:31.260Z | Checking foreign-types-shared v0.1.1 |
| 2372 | 2026-05-18T23:35:31.273Z | Checking fastrand v2.3.0 |
| 2373 | 2026-05-18T23:35:31.336Z | Checking unicode-normalization v0.1.25 |
| 2374 | 2026-05-18T23:35:31.350Z | Checking foreign-types v0.3.2 |
| 2375 | 2026-05-18T23:35:31.362Z | Checking semver v1.0.28 |
| 2376 | 2026-05-18T23:35:31.415Z | Checking openssl-sys v0.9.115 |
| 2377 | 2026-05-18T23:35:31.448Z | Checking tempfile v3.25.0 |
| 2378 | 2026-05-18T23:35:31.560Z | Checking spin v0.9.8 |
| 2379 | 2026-05-18T23:35:31.644Z | Checking ucd-trie v0.1.7 |
| 2380 | 2026-05-18T23:35:31.659Z | Checking unicode-ident v1.0.24 |
| 2381 | 2026-05-18T23:35:31.730Z | Checking rustls-webpki v0.103.9 |
| 2382 | 2026-05-18T23:35:31.743Z | Checking regex-automata v0.4.14 |
| 2383 | 2026-05-18T23:35:31.756Z | Checking schemars v0.8.22 |
| 2384 | 2026-05-18T23:35:31.766Z | Checking proc-macro2 v1.0.106 |
| 2385 | 2026-05-18T23:35:31.778Z | Checking rustls-native-certs v0.8.3 |
| 2386 | 2026-05-18T23:35:31.781Z | Checking pest v2.8.6 |
| 2387 | 2026-05-18T23:35:31.798Z | Checking tokio-util v0.7.18 |
| 2388 | 2026-05-18T23:35:31.809Z | Checking openssl v0.10.79 |
| 2389 | 2026-05-18T23:35:31.899Z | Checking thiserror v2.0.18 |
| 2390 | 2026-05-18T23:35:31.998Z | Checking sync_wrapper v1.0.2 |
| 2391 | 2026-05-18T23:35:32.070Z | Checking wait-timeout v0.2.1 |
| 2392 | 2026-05-18T23:35:32.099Z | Checking siphasher v1.0.2 |
| 2393 | 2026-05-18T23:35:32.146Z | Checking rustls v0.23.37 |
| 2394 | 2026-05-18T23:35:32.187Z | Checking simd-adler32 v0.3.8 |
| 2395 | 2026-05-18T23:35:32.252Z | Checking bit-vec v0.8.0 |
| 2396 | 2026-05-18T23:35:32.354Z | Checking utf8parse v0.2.2 |
| 2397 | 2026-05-18T23:35:32.395Z | Checking anstyle v1.0.13 |
| 2398 | 2026-05-18T23:35:32.407Z | Checking h2 v0.4.13 |
| 2399 | 2026-05-18T23:35:32.446Z | Checking powerfmt v0.2.0 |
| 2400 | 2026-05-18T23:35:32.458Z | Checking quick-error v1.2.3 |
| 2401 | 2026-05-18T23:35:32.556Z | Checking pretty-hex v0.4.1 |
| 2402 | 2026-05-18T23:35:32.571Z | Checking rusty-fork v0.3.1 |
| 2403 | 2026-05-18T23:35:32.601Z | Checking deranged v0.5.8 |
| 2404 | 2026-05-18T23:35:32.671Z | Checking anstyle-parse v0.2.7 |
| 2405 | 2026-05-18T23:35:32.741Z | Checking bit-set v0.8.0 |
| 2406 | 2026-05-18T23:35:32.824Z | Checking tower v0.5.3 |
| 2407 | 2026-05-18T23:35:32.838Z | Checking quote v1.0.45 |
| 2408 | 2026-05-18T23:35:32.891Z | Compiling newtype-uuid v1.3.2 |
| 2409 | 2026-05-18T23:35:33.009Z | Checking http-body-util v0.1.3 |
| 2410 | 2026-05-18T23:35:33.069Z | Checking crossbeam-utils v0.8.21 |
| 2411 | 2026-05-18T23:35:33.208Z | Checking webpki-roots v1.0.6 |
| 2412 | 2026-05-18T23:35:33.223Z | Checking rand_xorshift v0.4.0 |
| 2413 | 2026-05-18T23:35:33.337Z | Checking crc32fast v1.5.0 |
| 2414 | 2026-05-18T23:35:33.346Z | Checking scroll v0.13.0 |
| 2415 | 2026-05-18T23:35:33.400Z | Checking signature v2.2.0 |
| 2416 | 2026-05-18T23:35:33.463Z | Checking iri-string v0.7.10 |
| 2417 | 2026-05-18T23:35:33.509Z | Checking num-conv v0.2.0 |
| 2418 | 2026-05-18T23:35:33.530Z | Checking ryu v1.0.23 |
| 2419 | 2026-05-18T23:35:33.546Z | Checking time-core v0.1.8 |
| 2420 | 2026-05-18T23:35:33.563Z | Checking colorchoice v1.0.4 |
| 2421 | 2026-05-18T23:35:33.626Z | Checking unarray v0.1.4 |
| 2422 | 2026-05-18T23:35:33.662Z | Checking unicode-properties v0.1.4 |
| 2423 | 2026-05-18T23:35:33.665Z | Checking unicode-bidi v0.3.18 |
| 2424 | 2026-05-18T23:35:33.686Z | Checking is_terminal_polyfill v1.70.2 |
| 2425 | 2026-05-18T23:35:33.731Z | Checking adler2 v2.0.1 |
| 2426 | 2026-05-18T23:35:33.772Z | Checking num_threads v0.1.7 |
| 2427 | 2026-05-18T23:35:33.803Z | Checking native-tls v0.2.18 |
| 2428 | 2026-05-18T23:35:33.835Z | Checking allocator-api2 v0.2.21 |
| 2429 | 2026-05-18T23:35:33.848Z | Checking anstyle-query v1.1.5 |
| 2430 | 2026-05-18T23:35:33.859Z | Checking time v0.3.47 |
| 2431 | 2026-05-18T23:35:33.937Z | Checking anstream v0.6.21 |
| 2432 | 2026-05-18T23:35:33.961Z | Checking stringprep v0.1.5 |
| 2433 | 2026-05-18T23:35:33.985Z | Checking tokio-native-tls v0.3.1 |
| 2434 | 2026-05-18T23:35:34.113Z | Checking miniz_oxide v0.8.9 |
| 2435 | 2026-05-18T23:35:34.113Z | Checking proptest v1.10.0 |
| 2436 | 2026-05-18T23:35:34.138Z | Checking serde_urlencoded v0.7.1 |
| 2437 | 2026-05-18T23:35:34.142Z | Checking goblin v0.10.5 |
| 2438 | 2026-05-18T23:35:34.341Z | Checking bstr v1.12.1 |
| 2439 | 2026-05-18T23:35:34.471Z | Checking crossbeam-epoch v0.9.18 |
| 2440 | 2026-05-18T23:35:34.485Z | Checking tower-http v0.6.8 |
| 2441 | 2026-05-18T23:35:34.489Z | Checking tokio-rustls v0.26.4 |
| 2442 | 2026-05-18T23:35:34.697Z | Compiling daft v0.1.5 |
| 2443 | 2026-05-18T23:35:34.731Z | Checking syn v2.0.117 |
| 2444 | 2026-05-18T23:35:34.744Z | Checking ipnetwork v0.21.1 |
| 2445 | 2026-05-18T23:35:34.759Z | Checking rand_chacha v0.3.1 |
| 2446 | 2026-05-18T23:35:34.959Z | Checking scroll v0.12.0 |
| 2447 | 2026-05-18T23:35:34.970Z | Checking thiserror v1.0.69 |
| 2448 | 2026-05-18T23:35:34.982Z | Checking hash32 v0.2.1 |
| 2449 | 2026-05-18T23:35:34.995Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2450 | 2026-05-18T23:35:35.079Z | Checking num-integer v0.1.46 |
| 2451 | 2026-05-18T23:35:35.097Z | Checking hyper v1.8.1 |
| 2452 | 2026-05-18T23:35:35.109Z | Checking toml_datetime v0.6.11 |
| 2453 | 2026-05-18T23:35:35.151Z | Checking serde_spanned v0.6.9 |
| 2454 | 2026-05-18T23:35:35.187Z | Checking md-5 v0.10.6 |
| 2455 | 2026-05-18T23:35:35.279Z | Checking ff v0.13.1 |
| 2456 | 2026-05-18T23:35:35.293Z | Checking base16ct v0.2.0 |
| 2457 | 2026-05-18T23:35:35.306Z | Checking fallible-iterator v0.2.0 |
| 2458 | 2026-05-18T23:35:35.326Z | Checking psl-types v2.0.11 |
| 2459 | 2026-05-18T23:35:35.410Z | Checking zlib-rs v0.6.2 |
| 2460 | 2026-05-18T23:35:35.420Z | Checking sec1 v0.7.3 |
| 2461 | 2026-05-18T23:35:35.444Z | Checking publicsuffix v2.3.0 |
| 2462 | 2026-05-18T23:35:35.580Z | Checking postgres-protocol v0.6.10 |
| 2463 | 2026-05-18T23:35:35.605Z | Compiling iddqd v0.3.18 |
| 2464 | 2026-05-18T23:35:35.625Z | Checking group v0.13.0 |
| 2465 | 2026-05-18T23:35:35.775Z | Checking num-iter v0.1.45 |
| 2466 | 2026-05-18T23:35:35.888Z | Checking goblin v0.8.2 |
| 2467 | 2026-05-18T23:35:35.888Z | Checking heapless v0.7.17 |
| 2468 | 2026-05-18T23:35:36.001Z | Checking hyper-util v0.1.20 |
| 2469 | 2026-05-18T23:35:36.073Z | Checking zstd-safe v7.2.4 |
| 2470 | 2026-05-18T23:35:36.239Z | Checking cookie v0.18.1 |
| 2471 | 2026-05-18T23:35:36.281Z | Checking flate2 v1.1.9 |
| 2472 | 2026-05-18T23:35:36.294Z | Checking rand v0.8.6 |
| 2473 | 2026-05-18T23:35:36.470Z | Checking oxnet v0.1.4 |
| 2474 | 2026-05-18T23:35:36.495Z | Checking dof v0.4.0 |
| 2475 | 2026-05-18T23:35:36.585Z | Checking dtrace-parser v0.3.0 |
| 2476 | 2026-05-18T23:35:36.707Z | Checking phf_shared v0.13.1 |
| 2477 | 2026-05-18T23:35:36.723Z | Checking lazy_static v1.5.0 |
| 2478 | 2026-05-18T23:35:36.802Z | Checking pin-project v1.1.11 |
| 2479 | 2026-05-18T23:35:36.812Z | Checking zerocopy v0.7.35 |
| 2480 | 2026-05-18T23:35:36.822Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2481 | 2026-05-18T23:35:36.893Z | Checking signal-hook v0.3.18 |
| 2482 | 2026-05-18T23:35:36.905Z | Checking terminal_size v0.4.3 |
| 2483 | 2026-05-18T23:35:36.908Z | Checking futures-executor v0.3.32 |
| 2484 | 2026-05-18T23:35:37.008Z | Checking hex v0.4.3 |
| 2485 | 2026-05-18T23:35:37.021Z | Checking hkdf v0.12.4 |
| 2486 | 2026-05-18T23:35:37.061Z | Checking crypto-bigint v0.5.5 |
| 2487 | 2026-05-18T23:35:37.078Z | Checking thread-id v5.1.0 |
| 2488 | 2026-05-18T23:35:37.131Z | Checking encoding_rs v0.8.35 |
| 2489 | 2026-05-18T23:35:37.153Z | Checking winnow v0.7.14 |
| 2490 | 2026-05-18T23:35:37.162Z | Checking clap_lex v1.0.0 |
| 2491 | 2026-05-18T23:35:37.229Z | Checking strsim v0.11.1 |
| 2492 | 2026-05-18T23:35:37.251Z | Checking hyper-rustls v0.27.7 |
| 2493 | 2026-05-18T23:35:37.291Z | Checking hyper-tls v0.6.0 |
| 2494 | 2026-05-18T23:35:37.307Z | Checking either v1.15.0 |
| 2495 | 2026-05-18T23:35:37.387Z | Compiling rayon-core v1.13.0 |
| 2496 | 2026-05-18T23:35:37.459Z | Checking libbz2-rs-sys v0.2.2 |
| 2497 | 2026-05-18T23:35:37.463Z | Checking mime v0.3.17 |
| 2498 | 2026-05-18T23:35:37.490Z | Checking foldhash v0.1.5 |
| 2499 | 2026-05-18T23:35:37.564Z | Checking same-file v1.0.6 |
| 2500 | 2026-05-18T23:35:37.626Z | Checking bumpalo v3.20.2 |
| 2501 | 2026-05-18T23:35:37.638Z | Checking foldhash v0.2.0 |
| 2502 | 2026-05-18T23:35:37.682Z | Checking managed v0.8.0 |
| 2503 | 2026-05-18T23:35:37.770Z | Checking bitflags v1.3.2 |
| 2504 | 2026-05-18T23:35:37.785Z | Checking winnow v0.5.40 |
| 2505 | 2026-05-18T23:35:37.823Z | Checking zopfli v0.8.3 |
| 2506 | 2026-05-18T23:35:37.842Z | Checking hashbrown v0.16.1 |
| 2507 | 2026-05-18T23:35:37.859Z | Checking bzip2 v0.6.1 |
| 2508 | 2026-05-18T23:35:37.872Z | Checking smoltcp v0.9.1 |
| 2509 | 2026-05-18T23:35:37.955Z | Checking elliptic-curve v0.13.8 |
| 2510 | 2026-05-18T23:35:38.021Z | Checking dof v0.3.0 |
| 2511 | 2026-05-18T23:35:38.091Z | Checking reqwest v0.12.28 |
| 2512 | 2026-05-18T23:35:38.141Z | Checking walkdir v2.5.0 |
| 2513 | 2026-05-18T23:35:38.258Z | Checking hashbrown v0.15.5 |
| 2514 | 2026-05-18T23:35:38.313Z | Checking clap_builder v4.5.60 |
| 2515 | 2026-05-18T23:35:38.323Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2516 | 2026-05-18T23:35:38.334Z | Checking usdt-impl v0.6.0 |
| 2517 | 2026-05-18T23:35:38.345Z | Checking signal-hook-mio v0.2.5 |
| 2518 | 2026-05-18T23:35:38.447Z | Checking futures v0.3.32 |
| 2519 | 2026-05-18T23:35:38.460Z | Checking bzip2 v0.4.4 |
| 2520 | 2026-05-18T23:35:38.503Z | Checking phf v0.13.1 |
| 2521 | 2026-05-18T23:35:38.523Z | Checking snafu v0.8.9 |
| 2522 | 2026-05-18T23:35:38.610Z | Checking num-bigint-dig v0.8.6 |
| 2523 | 2026-05-18T23:35:38.652Z | Checking cookie_store v0.22.1 |
| 2524 | 2026-05-18T23:35:38.727Z | Checking zstd v0.13.3 |
| 2525 | 2026-05-18T23:35:38.758Z | Checking postgres-types v0.2.12 |
| 2526 | 2026-05-18T23:35:38.857Z | Checking dtrace-parser v0.2.0 |
| 2527 | 2026-05-18T23:35:38.918Z | Checking globset v0.4.18 |
| 2528 | 2026-05-18T23:35:38.931Z | Checking toml_edit v0.19.15 |
| 2529 | 2026-05-18T23:35:38.945Z | Checking crossbeam-deque v0.8.6 |
| 2530 | 2026-05-18T23:35:38.980Z | Checking rustls-platform-verifier v0.6.2 |
| 2531 | 2026-05-18T23:35:39.073Z | Checking regex v1.12.3 |
| 2532 | 2026-05-18T23:35:39.089Z | Checking ed25519 v2.2.3 |
| 2533 | 2026-05-18T23:35:39.115Z | Checking phf_shared v0.11.3 |
| 2534 | 2026-05-18T23:35:39.119Z | Checking olpc-cjson v0.1.4 |
| 2535 | 2026-05-18T23:35:39.166Z | Checking ref-cast v1.0.25 |
| 2536 | 2026-05-18T23:35:39.258Z | Checking curve25519-dalek v4.1.3 |
| 2537 | 2026-05-18T23:35:39.266Z | Checking strum v0.27.2 |
| 2538 | 2026-05-18T23:35:39.280Z | Checking hubpack v0.1.2 |
| 2539 | 2026-05-18T23:35:39.283Z | Checking memoffset v0.9.1 |
| 2540 | 2026-05-18T23:35:39.343Z | Checking rustix v0.38.44 |
| 2541 | 2026-05-18T23:35:39.367Z | Checking pkcs1 v0.7.5 |
| 2542 | 2026-05-18T23:35:39.379Z | Checking pem v3.0.6 |
| 2543 | 2026-05-18T23:35:39.421Z | Checking float-cmp v0.10.0 |
| 2544 | 2026-05-18T23:35:39.444Z | Checking erased-serde v0.3.31 |
| 2545 | 2026-05-18T23:35:39.532Z | Checking serde_plain v1.0.2 |
| 2546 | 2026-05-18T23:35:39.544Z | Checking serde-big-array v0.5.1 |
| 2547 | 2026-05-18T23:35:39.557Z | Checking rfc6979 v0.4.0 |
| 2548 | 2026-05-18T23:35:39.575Z | Checking memmap2 v0.9.10 |
| 2549 | 2026-05-18T23:35:39.671Z | Checking thread-id v4.2.2 |
| 2550 | 2026-05-18T23:35:39.674Z | Checking env_filter v1.0.0 |
| 2551 | 2026-05-18T23:35:39.674Z | Checking predicates-core v1.0.10 |
| 2552 | 2026-05-18T23:35:39.733Z | Checking rustc-hash v2.1.1 |
| 2553 | 2026-05-18T23:35:39.760Z | Checking static_assertions v1.1.0 |
| 2554 | 2026-05-18T23:35:39.792Z | Checking precomputed-hash v0.1.1 |
| 2555 | 2026-05-18T23:35:39.817Z | Checking keccak v0.1.6 |
| 2556 | 2026-05-18T23:35:39.829Z | Checking data-encoding v2.10.0 |
| 2557 | 2026-05-18T23:35:39.845Z | Checking difflib v0.4.0 |
| 2558 | 2026-05-18T23:35:39.853Z | Checking toml_write v0.1.2 |
| 2559 | 2026-05-18T23:35:39.871Z | Checking whoami v2.1.0 |
| 2560 | 2026-05-18T23:35:39.957Z | Checking fixedbitset v0.5.7 |
| 2561 | 2026-05-18T23:35:39.978Z | Checking typed-path v0.9.3 |
| 2562 | 2026-05-18T23:35:40.014Z | Checking normalize-line-endings v0.3.0 |
| 2563 | 2026-05-18T23:35:40.018Z | Checking unicode-segmentation v1.12.0 |
| 2564 | 2026-05-18T23:35:40.043Z | Checking fixedbitset v0.4.2 |
| 2565 | 2026-05-18T23:35:40.088Z | Checking new_debug_unreachable v1.0.6 |
| 2566 | 2026-05-18T23:35:40.113Z | Checking jiff v0.2.21 |
| 2567 | 2026-05-18T23:35:40.117Z | Checking hickory-proto v0.25.2 |
| 2568 | 2026-05-18T23:35:40.155Z | Checking string_cache v0.8.9 |
| 2569 | 2026-05-18T23:35:40.169Z | Checking petgraph v0.8.3 |
| 2570 | 2026-05-18T23:35:40.172Z | Checking crossterm v0.28.1 |
| 2571 | 2026-05-18T23:35:40.192Z | Checking petgraph v0.6.5 |
| 2572 | 2026-05-18T23:35:40.328Z | Checking predicates v3.1.4 |
| 2573 | 2026-05-18T23:35:40.354Z | Checking similar v2.7.0 |
| 2574 | 2026-05-18T23:35:40.627Z | Checking tokio-postgres v0.7.16 |
| 2575 | 2026-05-18T23:35:40.766Z | Checking ed25519-dalek v2.2.0 |
| 2576 | 2026-05-18T23:35:40.769Z | Checking tough v0.22.0 |
| 2577 | 2026-05-18T23:35:40.899Z | Checking toml_edit v0.22.27 |
| 2578 | 2026-05-18T23:35:40.971Z | Checking sha3 v0.10.8 |
| 2579 | 2026-05-18T23:35:41.181Z | Checking toml v0.7.8 |
| 2580 | 2026-05-18T23:35:41.487Z | Checking env_logger v0.11.9 |
| 2581 | 2026-05-18T23:35:41.679Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2582 | 2026-05-18T23:35:41.716Z | Checking slog v2.8.2 |
| 2583 | 2026-05-18T23:35:41.853Z | Checking usdt-impl v0.5.0 |
| 2584 | 2026-05-18T23:35:41.970Z | Checking usdt v0.6.0 |
| 2585 | 2026-05-18T23:35:41.982Z | Checking ecdsa v0.16.9 |
| 2586 | 2026-05-18T23:35:42.131Z | Checking rsa v0.9.10 |
| 2587 | 2026-05-18T23:35:42.144Z | Checking clap v4.5.60 |
| 2588 | 2026-05-18T23:35:42.224Z | Checking nix v0.31.2 |
| 2589 | 2026-05-18T23:35:42.289Z | Checking reqwest v0.13.2 |
| 2590 | 2026-05-18T23:35:42.337Z | Checking zip v4.6.1 |
| 2591 | 2026-05-18T23:35:42.605Z | Checking zip v0.6.6 |
| 2592 | 2026-05-18T23:35:42.653Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2593 | 2026-05-18T23:35:42.759Z | Checking itertools v0.13.0 |
| 2594 | 2026-05-18T23:35:42.871Z | Checking serde_with v3.17.0 |
| 2595 | 2026-05-18T23:35:42.907Z | Checking strum v0.26.3 |
| 2596 | 2026-05-18T23:35:42.930Z | Checking fs-err v3.3.0 |
| 2597 | 2026-05-18T23:35:42.975Z | Checking ahash v0.8.12 |
| 2598 | 2026-05-18T23:35:43.018Z | Checking object v0.37.3 |
| 2599 | 2026-05-18T23:35:43.135Z | Checking tokio-stream v0.1.18 |
| 2600 | 2026-05-18T23:35:43.171Z | Checking buf-list v1.1.2 |
| 2601 | 2026-05-18T23:35:43.214Z | Checking camino v1.2.2 |
| 2602 | 2026-05-18T23:35:43.226Z | Checking anyhow v1.0.102 |
| 2603 | 2026-05-18T23:35:43.352Z | Checking x509-cert v0.2.5 |
| 2604 | 2026-05-18T23:35:43.420Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2605 | 2026-05-18T23:35:43.462Z | Checking openapiv3 v2.2.0 |
| 2606 | 2026-05-18T23:35:43.513Z | Checking sha1 v0.10.6 |
| 2607 | 2026-05-18T23:35:43.676Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2608 | 2026-05-18T23:35:43.689Z | Checking peg-runtime v0.8.5 |
| 2609 | 2026-05-18T23:35:43.780Z | Checking lalrpop-util v0.19.12 |
| 2610 | 2026-05-18T23:35:43.829Z | Checking rayon v1.11.0 |
| 2611 | 2026-05-18T23:35:43.873Z | Checking sigpipe v0.1.3 |
| 2612 | 2026-05-18T23:35:43.937Z | Checking glob v0.3.3 |
| 2613 | 2026-05-18T23:35:45.221Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2614 | 2026-05-18T23:35:45.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.96s |
| 2615 | 2026-05-18T23:35:45.678Z | |
| 2616 | 2026-05-18T23:35:45.678Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2617 | 2026-05-18T23:35:46.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2026-05-18T23:35:46.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2026-05-18T23:35:46.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2620 | 2026-05-18T23:35:46.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2621 | 2026-05-18T23:35:46.270Z | |
| 2622 | 2026-05-18T23:35:46.270Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2623 | 2026-05-18T23:35:46.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2026-05-18T23:35:46.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2026-05-18T23:35:46.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2026-05-18T23:35:46.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2627 | 2026-05-18T23:35:46.865Z | |
| 2628 | 2026-05-18T23:35:46.865Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2629 | 2026-05-18T23:35:47.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2026-05-18T23:35:47.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2026-05-18T23:35:47.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2026-05-18T23:35:47.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2633 | 2026-05-18T23:35:47.476Z | |
| 2634 | 2026-05-18T23:35:47.476Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2635 | 2026-05-18T23:35:47.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-05-18T23:35:47.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-05-18T23:35:47.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-05-18T23:35:47.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2639 | 2026-05-18T23:35:48.072Z | |
| 2640 | 2026-05-18T23:35:48.072Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2641 | 2026-05-18T23:35:48.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-05-18T23:35:48.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-05-18T23:35:48.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-05-18T23:35:48.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2645 | 2026-05-18T23:35:48.667Z | |
| 2646 | 2026-05-18T23:35:48.667Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2647 | 2026-05-18T23:35:49.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-05-18T23:35:49.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-05-18T23:35:49.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-05-18T23:35:49.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2651 | 2026-05-18T23:35:49.267Z | |
| 2652 | 2026-05-18T23:35:49.267Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2653 | 2026-05-18T23:35:49.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-05-18T23:35:49.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-05-18T23:35:49.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-05-18T23:35:49.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2657 | 2026-05-18T23:35:49.850Z | |
| 2658 | 2026-05-18T23:35:49.850Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2659 | 2026-05-18T23:35:50.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-05-18T23:35:50.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-05-18T23:35:50.537Z | Compiling structmeta-derive v0.3.0 |
| 2662 | 2026-05-18T23:35:50.654Z | Compiling rustls v0.22.4 |
| 2663 | 2026-05-18T23:35:50.664Z | Compiling multer v3.1.0 |
| 2664 | 2026-05-18T23:35:50.673Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2665 | 2026-05-18T23:35:50.673Z | Compiling async-stream-impl v0.3.6 |
| 2666 | 2026-05-18T23:35:50.697Z | Compiling dropshot v0.17.0 |
| 2667 | 2026-05-18T23:35:50.710Z | Compiling dropshot_endpoint v0.17.0 |
| 2668 | 2026-05-18T23:35:50.710Z | Compiling newtype-uuid-macros v0.1.0 |
| 2669 | 2026-05-18T23:35:50.830Z | Checking newtype-uuid v1.3.2 |
| 2670 | 2026-05-18T23:35:50.892Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2671 | 2026-05-18T23:35:50.959Z | Checking rustls-webpki v0.102.8 |
| 2672 | 2026-05-18T23:35:51.047Z | Checking daft v0.1.5 |
| 2673 | 2026-05-18T23:35:51.063Z | Checking thread_local v1.1.9 |
| 2674 | 2026-05-18T23:35:51.230Z | Checking match_cfg v0.1.0 |
| 2675 | 2026-05-18T23:35:51.253Z | Checking compression-core v0.4.31 |
| 2676 | 2026-05-18T23:35:51.287Z | Checking iddqd v0.3.18 |
| 2677 | 2026-05-18T23:35:51.302Z | Checking hostname v0.3.1 |
| 2678 | 2026-05-18T23:35:51.316Z | Checking crossbeam-channel v0.5.15 |
| 2679 | 2026-05-18T23:35:51.376Z | Checking compression-codecs v0.4.37 |
| 2680 | 2026-05-18T23:35:51.399Z | Checking slog-json v2.6.1 |
| 2681 | 2026-05-18T23:35:51.463Z | Checking is-terminal v0.4.17 |
| 2682 | 2026-05-18T23:35:51.540Z | Checking serde_spanned v1.0.4 |
| 2683 | 2026-05-18T23:35:51.555Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2684 | 2026-05-18T23:35:51.555Z | Checking debug-ignore v1.0.5 |
| 2685 | 2026-05-18T23:35:51.647Z | Checking take_mut v0.2.2 |
| 2686 | 2026-05-18T23:35:51.660Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2687 | 2026-05-18T23:35:51.672Z | Checking term v1.2.1 |
| 2688 | 2026-05-18T23:35:51.708Z | Compiling structmeta v0.3.0 |
| 2689 | 2026-05-18T23:35:51.749Z | Checking slog-async v2.8.0 |
| 2690 | 2026-05-18T23:35:51.762Z | Checking slog-bunyan v2.5.0 |
| 2691 | 2026-05-18T23:35:51.834Z | Checking toml v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-18T23:35:51.874Z | Checking async-compression v0.4.41 |
| 2693 | 2026-05-18T23:35:51.889Z | Checking slog-term v2.9.2 |
| 2694 | 2026-05-18T23:35:51.923Z | Compiling derive-ex v0.1.8 |
| 2695 | 2026-05-18T23:35:51.931Z | Compiling parse-display-derive v0.10.0 |
| 2696 | 2026-05-18T23:35:52.115Z | Checking async-stream v0.3.6 |
| 2697 | 2026-05-18T23:35:52.135Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2698 | 2026-05-18T23:35:52.148Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2699 | 2026-05-18T23:35:52.223Z | Checking progenitor-client v0.14.0 |
| 2700 | 2026-05-18T23:35:52.244Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2701 | 2026-05-18T23:35:52.386Z | Checking waitgroup v0.1.2 |
| 2702 | 2026-05-18T23:35:52.406Z | Checking backon v1.6.0 |
| 2703 | 2026-05-18T23:35:52.443Z | Checking rustls-pemfile v2.2.0 |
| 2704 | 2026-05-18T23:35:52.472Z | Checking serde_path_to_error v0.1.20 |
| 2705 | 2026-05-18T23:35:52.484Z | Checking hostname v0.4.2 |
| 2706 | 2026-05-18T23:35:52.568Z | Checking instant v0.1.13 |
| 2707 | 2026-05-18T23:35:52.652Z | Checking backoff v0.4.0 |
| 2708 | 2026-05-18T23:35:52.749Z | Checking progenitor-extras v0.2.0 |
| 2709 | 2026-05-18T23:35:52.764Z | Checking tokio-rustls v0.25.0 |
| 2710 | 2026-05-18T23:35:52.788Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2711 | 2026-05-18T23:35:52.839Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2712 | 2026-05-18T23:35:52.983Z | Checking itertools v0.14.0 |
| 2713 | 2026-05-18T23:35:52.997Z | Checking progenitor-client v0.10.0 |
| 2714 | 2026-05-18T23:35:53.207Z | Checking regress v0.10.5 |
| 2715 | 2026-05-18T23:35:53.219Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2716 | 2026-05-18T23:35:53.440Z | Checking macaddr v1.0.1 |
| 2717 | 2026-05-18T23:35:53.586Z | Compiling test-strategy v0.4.5 |
| 2718 | 2026-05-18T23:35:53.602Z | Checking parse-display v0.10.0 |
| 2719 | 2026-05-18T23:35:54.743Z | Compiling prettyplease v0.2.37 |
| 2720 | 2026-05-18T23:35:55.063Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2721 | 2026-05-18T23:35:55.194Z | Checking num-rational v0.4.2 |
| 2722 | 2026-05-18T23:35:55.442Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2723 | 2026-05-18T23:35:55.735Z | Checking num-complex v0.4.6 |
| 2724 | 2026-05-18T23:35:56.351Z | Checking num v0.4.3 |
| 2725 | 2026-05-18T23:35:56.479Z | Compiling usdt-attr-macro v0.5.0 |
| 2726 | 2026-05-18T23:35:56.504Z | Compiling usdt-macro v0.5.0 |
| 2727 | 2026-05-18T23:35:56.518Z | Checking memmap v0.7.0 |
| 2728 | 2026-05-18T23:35:56.522Z | Checking float-ord v0.3.2 |
| 2729 | 2026-05-18T23:35:56.633Z | Compiling convert_case v0.4.0 |
| 2730 | 2026-05-18T23:35:56.647Z | Checking unicode-width v0.2.0 |
| 2731 | 2026-05-18T23:35:56.896Z | Checking console v0.15.11 |
| 2732 | 2026-05-18T23:35:57.005Z | Compiling derive_more v0.99.20 |
| 2733 | 2026-05-18T23:35:57.176Z | Checking newline-converter v0.3.0 |
| 2734 | 2026-05-18T23:35:57.212Z | Checking atomicwrites v0.4.4 |
| 2735 | 2026-05-18T23:35:57.239Z | Checking usdt v0.5.0 |
| 2736 | 2026-05-18T23:35:57.289Z | Compiling toml v0.8.23 |
| 2737 | 2026-05-18T23:35:57.340Z | Compiling minimal-lexical v0.2.1 |
| 2738 | 2026-05-18T23:35:57.406Z | Checking linked-hash-map v0.5.6 |
| 2739 | 2026-05-18T23:35:57.578Z | Checking lru-cache v0.1.2 |
| 2740 | 2026-05-18T23:35:57.598Z | Compiling nom v7.1.3 |
| 2741 | 2026-05-18T23:35:57.705Z | Checking expectorate v1.2.0 |
| 2742 | 2026-05-18T23:35:58.236Z | Checking camino-tempfile v1.4.1 |
| 2743 | 2026-05-18T23:35:58.353Z | Checking hickory-proto v0.24.4 |
| 2744 | 2026-05-18T23:35:58.403Z | Checking phf_shared v0.12.1 |
| 2745 | 2026-05-18T23:35:58.548Z | Compiling slog-dtrace v0.3.0 |
| 2746 | 2026-05-18T23:35:58.590Z | Compiling chrono-tz v0.10.4 |
| 2747 | 2026-05-18T23:35:58.745Z | Checking heck v0.5.0 |
| 2748 | 2026-05-18T23:35:58.774Z | Checking resolv-conf v0.7.6 |
| 2749 | 2026-05-18T23:35:58.875Z | Compiling const_format_proc_macros v0.2.34 |
| 2750 | 2026-05-18T23:35:58.930Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2751 | 2026-05-18T23:35:58.989Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2752 | 2026-05-18T23:35:59.026Z | Checking phf v0.12.1 |
| 2753 | 2026-05-18T23:35:59.173Z | Checking tokio-dtrace v0.1.1 |
| 2754 | 2026-05-18T23:35:59.360Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2755 | 2026-05-18T23:35:59.399Z | Compiling derive-where v1.6.0 |
| 2756 | 2026-05-18T23:35:59.536Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2757 | 2026-05-18T23:35:59.883Z | Checking highway v1.3.0 |
| 2758 | 2026-05-18T23:36:00.171Z | Checking const_format v0.2.35 |
| 2759 | 2026-05-18T23:36:00.175Z | Checking hickory-resolver v0.24.4 |
| 2760 | 2026-05-18T23:36:00.408Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2761 | 2026-05-18T23:36:00.454Z | Checking oxide-tokio-rt v0.1.4 |
| 2762 | 2026-05-18T23:36:00.557Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2763 | 2026-05-18T23:36:00.762Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2764 | 2026-05-18T23:36:00.817Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2765 | 2026-05-18T23:36:00.907Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2766 | 2026-05-18T23:36:00.926Z | Checking qorb v0.4.1 |
| 2767 | 2026-05-18T23:36:00.963Z | Checking gethostname v0.5.0 |
| 2768 | 2026-05-18T23:36:01.015Z | Checking bcs v0.1.6 |
| 2769 | 2026-05-18T23:36:01.032Z | Checking termtree v0.5.1 |
| 2770 | 2026-05-18T23:36:04.227Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2771 | 2026-05-18T23:36:06.950Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2772 | 2026-05-18T23:36:09.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s |
| 2773 | 2026-05-18T23:36:09.263Z | |
| 2774 | 2026-05-18T23:36:09.263Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2775 | 2026-05-18T23:36:09.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2026-05-18T23:36:09.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2026-05-18T23:36:09.945Z | Compiling ar_archive_writer v0.5.1 |
| 2778 | 2026-05-18T23:36:10.057Z | Compiling stacker v0.1.23 |
| 2779 | 2026-05-18T23:36:10.061Z | Compiling cfg_aliases v0.1.1 |
| 2780 | 2026-05-18T23:36:10.075Z | Compiling convert_case v0.10.0 |
| 2781 | 2026-05-18T23:36:10.083Z | Checking unicode-width v0.1.14 |
| 2782 | 2026-05-18T23:36:10.092Z | Compiling proc-macro-error v1.0.4 |
| 2783 | 2026-05-18T23:36:10.104Z | Checking fd-lock v4.0.4 |
| 2784 | 2026-05-18T23:36:10.104Z | Checking nibble_vec v0.1.0 |
| 2785 | 2026-05-18T23:36:10.128Z | Compiling nix v0.28.0 |
| 2786 | 2026-05-18T23:36:10.223Z | Checking vte v0.14.1 |
| 2787 | 2026-05-18T23:36:10.235Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2788 | 2026-05-18T23:36:10.322Z | Checking bytecount v0.6.9 |
| 2789 | 2026-05-18T23:36:10.335Z | Checking endian-type v0.1.2 |
| 2790 | 2026-05-18T23:36:10.373Z | Compiling derive_more-impl v2.1.1 |
| 2791 | 2026-05-18T23:36:10.376Z | Checking strip-ansi-escapes v0.2.1 |
| 2792 | 2026-05-18T23:36:10.397Z | Compiling tabled_derive v0.7.0 |
| 2793 | 2026-05-18T23:36:10.421Z | Checking papergrid v0.11.0 |
| 2794 | 2026-05-18T23:36:10.456Z | Checking radix_trie v0.2.1 |
| 2795 | 2026-05-18T23:36:10.484Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2796 | 2026-05-18T23:36:10.634Z | Compiling peg-macros v0.8.5 |
| 2797 | 2026-05-18T23:36:10.668Z | Checking winnow v0.6.26 |
| 2798 | 2026-05-18T23:36:10.899Z | Compiling psm v0.1.30 |
| 2799 | 2026-05-18T23:36:10.963Z | Compiling sqlparser_derive v0.5.0 |
| 2800 | 2026-05-18T23:36:11.040Z | Checking nu-ansi-term v0.50.3 |
| 2801 | 2026-05-18T23:36:11.172Z | Checking derive_more v2.1.1 |
| 2802 | 2026-05-18T23:36:11.249Z | Checking home v0.5.12 |
| 2803 | 2026-05-18T23:36:11.262Z | Checking unicode_categories v0.1.1 |
| 2804 | 2026-05-18T23:36:11.361Z | Checking reedline v0.40.0 |
| 2805 | 2026-05-18T23:36:11.372Z | Checking tabled v0.15.0 |
| 2806 | 2026-05-18T23:36:11.415Z | Checking crossterm v0.29.0 |
| 2807 | 2026-05-18T23:36:11.439Z | Checking rustyline v14.0.0 |
| 2808 | 2026-05-18T23:36:11.681Z | Checking recursive v0.1.1 |
| 2809 | 2026-05-18T23:36:11.741Z | Checking display-error-chain v0.2.2 |
| 2810 | 2026-05-18T23:36:11.775Z | Checking sqlparser v0.61.0 |
| 2811 | 2026-05-18T23:36:11.847Z | Checking sqlformat v0.3.5 |
| 2812 | 2026-05-18T23:36:11.989Z | Checking peg v0.8.5 |
| 2813 | 2026-05-18T23:36:22.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 2814 | 2026-05-18T23:36:23.118Z | |
| 2815 | 2026-05-18T23:36:23.118Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2816 | 2026-05-18T23:36:23.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2026-05-18T23:36:23.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2026-05-18T23:36:23.799Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2819 | 2026-05-18T23:36:27.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s |
| 2820 | 2026-05-18T23:36:27.443Z | |
| 2821 | 2026-05-18T23:36:27.443Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2822 | 2026-05-18T23:36:27.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-05-18T23:36:27.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-05-18T23:36:28.120Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-05-18T23:36:30.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 2826 | 2026-05-18T23:36:30.763Z | |
| 2827 | 2026-05-18T23:36:30.763Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2828 | 2026-05-18T23:36:31.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-18T23:36:31.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-18T23:36:31.434Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-18T23:36:34.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2832 | 2026-05-18T23:36:34.854Z | |
| 2833 | 2026-05-18T23:36:34.854Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2834 | 2026-05-18T23:36:35.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-18T23:36:35.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-18T23:36:35.537Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-18T23:36:38.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2838 | 2026-05-18T23:36:38.970Z | |
| 2839 | 2026-05-18T23:36:38.970Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2840 | 2026-05-18T23:36:39.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-18T23:36:39.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-18T23:36:39.642Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-18T23:36:42.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2844 | 2026-05-18T23:36:42.404Z | |
| 2845 | 2026-05-18T23:36:42.404Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2846 | 2026-05-18T23:36:42.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-18T23:36:42.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-18T23:36:43.074Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-18T23:36:45.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2850 | 2026-05-18T23:36:45.890Z | |
| 2851 | 2026-05-18T23:36:45.890Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2852 | 2026-05-18T23:36:46.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-18T23:36:46.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-18T23:36:46.568Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-18T23:36:49.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2856 | 2026-05-18T23:36:50.177Z | |
| 2857 | 2026-05-18T23:36:50.177Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2858 | 2026-05-18T23:36:50.679Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-18T23:36:50.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-18T23:36:50.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2026-05-18T23:36:50.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2862 | 2026-05-18T23:36:50.776Z | |
| 2863 | 2026-05-18T23:36:50.776Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2864 | 2026-05-18T23:36:51.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-18T23:36:51.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-18T23:36:51.415Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2867 | 2026-05-18T23:36:51.583Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2868 | 2026-05-18T23:36:51.587Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2869 | 2026-05-18T23:36:51.924Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2870 | 2026-05-18T23:36:54.798Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2871 | 2026-05-18T23:36:56.004Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2872 | 2026-05-18T23:36:56.165Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2873 | 2026-05-18T23:36:56.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
| 2874 | 2026-05-18T23:36:57.021Z | |
| 2875 | 2026-05-18T23:36:57.021Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2876 | 2026-05-18T23:36:57.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2026-05-18T23:36:57.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2026-05-18T23:36:57.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2879 | 2026-05-18T23:36:57.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2880 | 2026-05-18T23:36:57.625Z | |
| 2881 | 2026-05-18T23:36:57.625Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2882 | 2026-05-18T23:36:58.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-05-18T23:36:58.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-05-18T23:36:58.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-05-18T23:36:58.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2886 | 2026-05-18T23:36:58.268Z | |
| 2887 | 2026-05-18T23:36:58.268Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2888 | 2026-05-18T23:36:58.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-18T23:36:58.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-18T23:36:58.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-18T23:36:58.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2892 | 2026-05-18T23:36:58.879Z | |
| 2893 | 2026-05-18T23:36:58.879Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2894 | 2026-05-18T23:36:59.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-18T23:36:59.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-18T23:36:59.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-18T23:36:59.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2898 | 2026-05-18T23:36:59.487Z | |
| 2899 | 2026-05-18T23:36:59.487Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2900 | 2026-05-18T23:36:59.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-18T23:37:00.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-18T23:37:00.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-18T23:37:00.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-05-18T23:37:00.092Z | |
| 2905 | 2026-05-18T23:37:00.093Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2906 | 2026-05-18T23:37:00.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-18T23:37:00.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-18T23:37:00.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-18T23:37:00.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-05-18T23:37:00.701Z | |
| 2911 | 2026-05-18T23:37:00.701Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2912 | 2026-05-18T23:37:01.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-18T23:37:01.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-18T23:37:01.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-18T23:37:01.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2916 | 2026-05-18T23:37:01.292Z | |
| 2917 | 2026-05-18T23:37:01.292Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2918 | 2026-05-18T23:37:01.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-18T23:37:01.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-18T23:37:01.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-18T23:37:01.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2922 | 2026-05-18T23:37:01.905Z | |
| 2923 | 2026-05-18T23:37:01.906Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2924 | 2026-05-18T23:37:02.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-18T23:37:02.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-18T23:37:02.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-18T23:37:02.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2928 | 2026-05-18T23:37:02.495Z | |
| 2929 | 2026-05-18T23:37:02.495Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2930 | 2026-05-18T23:37:03.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-18T23:37:03.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-18T23:37:03.220Z | Compiling crucible-workspace-hack v0.1.0 |
| 2933 | 2026-05-18T23:37:03.338Z | Checking secrecy v0.10.3 |
| 2934 | 2026-05-18T23:37:03.346Z | Compiling heapless v0.8.0 |
| 2935 | 2026-05-18T23:37:03.353Z | Compiling ingot-macros v0.1.1 |
| 2936 | 2026-05-18T23:37:03.360Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2937 | 2026-05-18T23:37:03.365Z | Checking hash32 v0.3.1 |
| 2938 | 2026-05-18T23:37:03.380Z | Compiling smoltcp v0.11.0 |
| 2939 | 2026-05-18T23:37:03.384Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2940 | 2026-05-18T23:37:03.442Z | Checking cobs v0.3.0 |
| 2941 | 2026-05-18T23:37:03.490Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2942 | 2026-05-18T23:37:03.607Z | Checking universal-hash v0.5.1 |
| 2943 | 2026-05-18T23:37:03.607Z | Checking half v2.7.1 |
| 2944 | 2026-05-18T23:37:03.644Z | Checking ciborium-io v0.2.2 |
| 2945 | 2026-05-18T23:37:03.741Z | Checking opaque-debug v0.3.1 |
| 2946 | 2026-05-18T23:37:03.753Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2947 | 2026-05-18T23:37:03.767Z | Checking postcard v1.1.3 |
| 2948 | 2026-05-18T23:37:03.810Z | Checking poly1305 v0.8.0 |
| 2949 | 2026-05-18T23:37:03.870Z | Compiling proc-macro-crate v3.4.0 |
| 2950 | 2026-05-18T23:37:03.953Z | Checking ciborium-ll v0.2.2 |
| 2951 | 2026-05-18T23:37:04.051Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2952 | 2026-05-18T23:37:04.067Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2953 | 2026-05-18T23:37:04.135Z | Checking password-hash v0.5.0 |
| 2954 | 2026-05-18T23:37:04.337Z | Checking chacha20 v0.9.1 |
| 2955 | 2026-05-18T23:37:04.352Z | Compiling proc-macro-crate v1.3.1 |
| 2956 | 2026-05-18T23:37:04.369Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2957 | 2026-05-18T23:37:04.399Z | Checking blake2 v0.10.6 |
| 2958 | 2026-05-18T23:37:04.431Z | Compiling num_enum_derive v0.7.5 |
| 2959 | 2026-05-18T23:37:04.530Z | Checking aead v0.5.2 |
| 2960 | 2026-05-18T23:37:04.601Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2961 | 2026-05-18T23:37:04.633Z | Compiling foreign-types-macros v0.2.3 |
| 2962 | 2026-05-18T23:37:04.667Z | Checking thiserror-no-std v2.0.2 |
| 2963 | 2026-05-18T23:37:04.681Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2964 | 2026-05-18T23:37:04.757Z | Checking foreign-types-shared v0.3.1 |
| 2965 | 2026-05-18T23:37:04.770Z | Checking cpufeatures v0.3.0 |
| 2966 | 2026-05-18T23:37:04.806Z | Compiling num_enum_derive v0.5.11 |
| 2967 | 2026-05-18T23:37:04.840Z | Checking chacha20 v0.10.0 |
| 2968 | 2026-05-18T23:37:04.854Z | Checking vsss-rs v3.3.4 |
| 2969 | 2026-05-18T23:37:04.916Z | Checking chacha20poly1305 v0.10.1 |
| 2970 | 2026-05-18T23:37:05.065Z | Checking argon2 v0.5.3 |
| 2971 | 2026-05-18T23:37:05.079Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2972 | 2026-05-18T23:37:05.210Z | Checking foreign-types v0.5.0 |
| 2973 | 2026-05-18T23:37:05.292Z | Checking ciborium v0.2.2 |
| 2974 | 2026-05-18T23:37:05.475Z | Checking num_enum v0.7.5 |
| 2975 | 2026-05-18T23:37:05.488Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2976 | 2026-05-18T23:37:05.521Z | Checking tabwriter v1.4.1 |
| 2977 | 2026-05-18T23:37:05.589Z | Checking byte-wrapper v0.1.0 |
| 2978 | 2026-05-18T23:37:05.667Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2979 | 2026-05-18T23:37:05.715Z | Checking cstr-argument v0.1.2 |
| 2980 | 2026-05-18T23:37:05.773Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2981 | 2026-05-18T23:37:05.798Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2982 | 2026-05-18T23:37:05.836Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2983 | 2026-05-18T23:37:05.851Z | Checking num_enum v0.5.11 |
| 2984 | 2026-05-18T23:37:05.965Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2985 | 2026-05-18T23:37:05.995Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2986 | 2026-05-18T23:37:06.007Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2987 | 2026-05-18T23:37:06.018Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2988 | 2026-05-18T23:37:06.087Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2989 | 2026-05-18T23:37:06.149Z | Checking ingot-types v0.1.2 |
| 2990 | 2026-05-18T23:37:06.167Z | Checking rand v0.10.0 |
| 2991 | 2026-05-18T23:37:06.195Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2992 | 2026-05-18T23:37:06.211Z | Checking colored v3.1.1 |
| 2993 | 2026-05-18T23:37:06.226Z | Checking indent_write v2.2.0 |
| 2994 | 2026-05-18T23:37:06.354Z | Compiling zone_cfg_derive v0.3.1 |
| 2995 | 2026-05-18T23:37:06.410Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2996 | 2026-05-18T23:37:06.505Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2997 | 2026-05-18T23:37:06.519Z | Checking ingot v0.1.1 |
| 2998 | 2026-05-18T23:37:06.531Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2999 | 2026-05-18T23:37:06.578Z | Checking itertools v0.12.1 |
| 3000 | 2026-05-18T23:37:06.592Z | Compiling num-derive v0.4.2 |
| 3001 | 2026-05-18T23:37:06.624Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3002 | 2026-05-18T23:37:06.677Z | Checking swrite v0.1.0 |
| 3003 | 2026-05-18T23:37:06.771Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3004 | 2026-05-18T23:37:06.826Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-18T23:37:06.984Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3006 | 2026-05-18T23:37:07.002Z | Checking dropshot-api-manager-types v0.7.1 |
| 3007 | 2026-05-18T23:37:07.086Z | Checking smf v0.2.3 |
| 3008 | 2026-05-18T23:37:07.104Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3009 | 2026-05-18T23:37:07.118Z | Checking nanorand v0.7.0 |
| 3010 | 2026-05-18T23:37:07.167Z | Checking whoami v1.6.1 |
| 3011 | 2026-05-18T23:37:07.310Z | Checking flume v0.11.1 |
| 3012 | 2026-05-18T23:37:07.324Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3013 | 2026-05-18T23:37:07.507Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3014 | 2026-05-18T23:37:07.577Z | Checking zone v0.3.1 |
| 3015 | 2026-05-18T23:37:08.062Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3016 | 2026-05-18T23:37:09.011Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3017 | 2026-05-18T23:37:09.880Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3018 | 2026-05-18T23:37:13.137Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3019 | 2026-05-18T23:37:15.192Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3020 | 2026-05-18T23:37:16.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
| 3021 | 2026-05-18T23:37:16.497Z | |
| 3022 | 2026-05-18T23:37:16.497Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3023 | 2026-05-18T23:37:17.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2026-05-18T23:37:17.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2026-05-18T23:37:17.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2026-05-18T23:37:17.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3027 | 2026-05-18T23:37:17.107Z | |
| 3028 | 2026-05-18T23:37:17.107Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3029 | 2026-05-18T23:37:17.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-05-18T23:37:17.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-05-18T23:37:17.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-05-18T23:37:17.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3033 | 2026-05-18T23:37:17.716Z | |
| 3034 | 2026-05-18T23:37:17.716Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3035 | 2026-05-18T23:37:18.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-18T23:37:18.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-18T23:37:18.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-18T23:37:18.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3039 | 2026-05-18T23:37:18.329Z | |
| 3040 | 2026-05-18T23:37:18.329Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3041 | 2026-05-18T23:37:18.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-18T23:37:18.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-18T23:37:18.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-18T23:37:18.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3045 | 2026-05-18T23:37:18.937Z | |
| 3046 | 2026-05-18T23:37:18.937Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3047 | 2026-05-18T23:37:19.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-18T23:37:19.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-18T23:37:19.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-18T23:37:19.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-05-18T23:37:19.548Z | |
| 3052 | 2026-05-18T23:37:19.548Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3053 | 2026-05-18T23:37:20.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-18T23:37:20.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-18T23:37:20.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-18T23:37:20.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3057 | 2026-05-18T23:37:20.154Z | |
| 3058 | 2026-05-18T23:37:20.154Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3059 | 2026-05-18T23:37:20.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-18T23:37:20.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-18T23:37:20.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-18T23:37:20.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3063 | 2026-05-18T23:37:20.756Z | |
| 3064 | 2026-05-18T23:37:20.756Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3065 | 2026-05-18T23:37:21.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-18T23:37:21.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-18T23:37:21.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-18T23:37:21.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3069 | 2026-05-18T23:37:21.349Z | |
| 3070 | 2026-05-18T23:37:21.349Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3071 | 2026-05-18T23:37:21.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-18T23:37:21.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-18T23:37:21.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-18T23:37:21.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3075 | 2026-05-18T23:37:21.950Z | |
| 3076 | 2026-05-18T23:37:21.951Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3077 | 2026-05-18T23:37:22.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-18T23:37:22.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-18T23:37:22.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-18T23:37:22.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3081 | 2026-05-18T23:37:22.553Z | |
| 3082 | 2026-05-18T23:37:22.553Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3083 | 2026-05-18T23:37:23.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-18T23:37:23.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-18T23:37:23.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-18T23:37:23.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3087 | 2026-05-18T23:37:23.160Z | |
| 3088 | 2026-05-18T23:37:23.160Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3089 | 2026-05-18T23:37:23.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-18T23:37:23.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-18T23:37:23.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-18T23:37:23.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3093 | 2026-05-18T23:37:23.802Z | |
| 3094 | 2026-05-18T23:37:23.802Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3095 | 2026-05-18T23:37:24.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-18T23:37:24.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-18T23:37:24.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-18T23:37:24.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3099 | 2026-05-18T23:37:24.441Z | |
| 3100 | 2026-05-18T23:37:24.441Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3101 | 2026-05-18T23:37:24.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-18T23:37:24.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-18T23:37:24.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-18T23:37:24.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3105 | 2026-05-18T23:37:25.030Z | |
| 3106 | 2026-05-18T23:37:25.030Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3107 | 2026-05-18T23:37:25.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-18T23:37:25.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-18T23:37:25.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-18T23:37:25.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3111 | 2026-05-18T23:37:25.612Z | |
| 3112 | 2026-05-18T23:37:25.612Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3113 | 2026-05-18T23:37:26.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-18T23:37:26.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-18T23:37:26.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-18T23:37:26.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3117 | 2026-05-18T23:37:26.197Z | |
| 3118 | 2026-05-18T23:37:26.198Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3119 | 2026-05-18T23:37:26.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-18T23:37:26.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-18T23:37:26.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-18T23:37:26.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3123 | 2026-05-18T23:37:26.795Z | |
| 3124 | 2026-05-18T23:37:26.795Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3125 | 2026-05-18T23:37:27.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-18T23:37:27.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-18T23:37:27.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-18T23:37:27.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3129 | 2026-05-18T23:37:27.382Z | |
| 3130 | 2026-05-18T23:37:27.382Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3131 | 2026-05-18T23:37:27.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-18T23:37:27.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-18T23:37:27.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-18T23:37:27.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3135 | 2026-05-18T23:37:27.987Z | |
| 3136 | 2026-05-18T23:37:27.987Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3137 | 2026-05-18T23:37:28.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-18T23:37:28.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-18T23:37:28.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-18T23:37:28.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3141 | 2026-05-18T23:37:28.605Z | |
| 3142 | 2026-05-18T23:37:28.605Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3143 | 2026-05-18T23:37:29.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-18T23:37:29.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-18T23:37:29.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-18T23:37:29.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3147 | 2026-05-18T23:37:29.221Z | |
| 3148 | 2026-05-18T23:37:29.221Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3149 | 2026-05-18T23:37:29.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-18T23:37:29.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-18T23:37:29.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-18T23:37:29.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3153 | 2026-05-18T23:37:29.806Z | |
| 3154 | 2026-05-18T23:37:29.806Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3155 | 2026-05-18T23:37:30.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-18T23:37:30.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-18T23:37:30.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-18T23:37:30.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3159 | 2026-05-18T23:37:30.413Z | |
| 3160 | 2026-05-18T23:37:30.413Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3161 | 2026-05-18T23:37:30.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-18T23:37:30.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-18T23:37:31.102Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3164 | 2026-05-18T23:37:31.218Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3165 | 2026-05-18T23:37:31.225Z | Checking csv-core v0.1.13 |
| 3166 | 2026-05-18T23:37:31.233Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3167 | 2026-05-18T23:37:31.240Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3168 | 2026-05-18T23:37:31.243Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3169 | 2026-05-18T23:37:31.261Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3170 | 2026-05-18T23:37:31.274Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3171 | 2026-05-18T23:37:31.385Z | Checking csv v1.4.0 |
| 3172 | 2026-05-18T23:37:31.415Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3173 | 2026-05-18T23:37:31.430Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3174 | 2026-05-18T23:37:31.457Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3175 | 2026-05-18T23:37:31.490Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3176 | 2026-05-18T23:37:31.721Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3177 | 2026-05-18T23:37:32.082Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3178 | 2026-05-18T23:37:32.082Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3179 | 2026-05-18T23:37:32.415Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3180 | 2026-05-18T23:37:38.264Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3181 | 2026-05-18T23:37:38.793Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3182 | 2026-05-18T23:37:41.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
| 3183 | 2026-05-18T23:37:41.340Z | |
| 3184 | 2026-05-18T23:37:41.340Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3185 | 2026-05-18T23:37:41.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3186 | 2026-05-18T23:37:41.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3187 | 2026-05-18T23:37:41.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3188 | 2026-05-18T23:37:41.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3189 | 2026-05-18T23:37:41.933Z | |
| 3190 | 2026-05-18T23:37:41.933Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3191 | 2026-05-18T23:37:42.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-05-18T23:37:42.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-05-18T23:37:42.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-05-18T23:37:42.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3195 | 2026-05-18T23:37:42.611Z | |
| 3196 | 2026-05-18T23:37:42.611Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3197 | 2026-05-18T23:37:43.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-18T23:37:43.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-18T23:37:43.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-18T23:37:43.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-05-18T23:37:43.299Z | |
| 3202 | 2026-05-18T23:37:43.299Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3203 | 2026-05-18T23:37:43.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-18T23:37:43.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-18T23:37:43.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-18T23:37:43.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3207 | 2026-05-18T23:37:43.942Z | |
| 3208 | 2026-05-18T23:37:43.942Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3209 | 2026-05-18T23:37:44.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-18T23:37:44.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-18T23:37:44.703Z | Compiling regress v0.11.1 |
| 3212 | 2026-05-18T23:37:44.841Z | Compiling unsafe-libyaml v0.2.11 |
| 3213 | 2026-05-18T23:37:44.855Z | Compiling radium v0.7.0 |
| 3214 | 2026-05-18T23:37:44.866Z | Compiling semver v0.1.20 |
| 3215 | 2026-05-18T23:37:44.879Z | Checking tap v1.0.1 |
| 3216 | 2026-05-18T23:37:44.883Z | Compiling maybe-uninit v2.0.0 |
| 3217 | 2026-05-18T23:37:44.906Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3218 | 2026-05-18T23:37:44.983Z | Checking wyz v0.5.1 |
| 3219 | 2026-05-18T23:37:45.126Z | Compiling rustc_version v0.1.7 |
| 3220 | 2026-05-18T23:37:45.165Z | Checking progenitor-client v0.13.0 |
| 3221 | 2026-05-18T23:37:45.214Z | Compiling zerocopy-derive v0.6.6 |
| 3222 | 2026-05-18T23:37:45.319Z | Compiling cancel-safe-futures v0.1.5 |
| 3223 | 2026-05-18T23:37:45.350Z | Compiling newtype_derive v0.1.6 |
| 3224 | 2026-05-18T23:37:45.408Z | Compiling serde_yaml v0.9.34+deprecated |
| 3225 | 2026-05-18T23:37:45.523Z | Compiling owo-colors v4.3.0 |
| 3226 | 2026-05-18T23:37:45.538Z | Compiling packed_struct v0.10.1 |
| 3227 | 2026-05-18T23:37:45.592Z | Checking funty v2.0.0 |
| 3228 | 2026-05-18T23:37:45.784Z | Checking crc-catalog v2.4.0 |
| 3229 | 2026-05-18T23:37:45.903Z | Checking crc v3.4.0 |
| 3230 | 2026-05-18T23:37:45.920Z | Checking bitvec v1.0.1 |
| 3231 | 2026-05-18T23:37:46.045Z | Checking zerocopy v0.6.6 |
| 3232 | 2026-05-18T23:37:46.086Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3233 | 2026-05-18T23:37:46.100Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3234 | 2026-05-18T23:37:46.274Z | Checking typify-impl v0.6.2 |
| 3235 | 2026-05-18T23:37:46.395Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3236 | 2026-05-18T23:37:46.441Z | Compiling packed_struct_codegen v0.10.1 |
| 3237 | 2026-05-18T23:37:46.627Z | Checking libsw-core v0.3.2 |
| 3238 | 2026-05-18T23:37:46.654Z | Compiling bitfield-macros v0.19.4 |
| 3239 | 2026-05-18T23:37:46.776Z | Compiling indexmap v1.9.3 |
| 3240 | 2026-05-18T23:37:46.870Z | Checking nodrop v0.1.14 |
| 3241 | 2026-05-18T23:37:46.966Z | Checking array-init v0.0.4 |
| 3242 | 2026-05-18T23:37:47.001Z | Checking libsw v3.5.0 |
| 3243 | 2026-05-18T23:37:47.158Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3244 | 2026-05-18T23:37:47.224Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3245 | 2026-05-18T23:37:47.271Z | Checking smallvec v0.6.14 |
| 3246 | 2026-05-18T23:37:47.363Z | Checking bitfield v0.19.4 |
| 3247 | 2026-05-18T23:37:47.401Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3248 | 2026-05-18T23:37:47.559Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3249 | 2026-05-18T23:37:47.639Z | Checking hashbrown v0.12.3 |
| 3250 | 2026-05-18T23:37:47.654Z | Checking linear-map v1.2.0 |
| 3251 | 2026-05-18T23:37:47.688Z | Checking base64 v0.21.7 |
| 3252 | 2026-05-18T23:37:47.825Z | Checking unicode-linebreak v0.1.5 |
| 3253 | 2026-05-18T23:37:47.841Z | Checking smawk v0.3.2 |
| 3254 | 2026-05-18T23:37:47.931Z | Checking tagptr v0.2.0 |
| 3255 | 2026-05-18T23:37:47.974Z | Checking ron v0.8.1 |
| 3256 | 2026-05-18T23:37:48.040Z | Checking textwrap v0.16.2 |
| 3257 | 2026-05-18T23:37:48.054Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-05-18T23:37:48.080Z | Checking moka v0.12.13 |
| 3259 | 2026-05-18T23:37:48.108Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3260 | 2026-05-18T23:37:48.235Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3261 | 2026-05-18T23:37:48.251Z | Checking steno v0.4.1 |
| 3262 | 2026-05-18T23:37:48.371Z | Checking serde-hex v0.1.0 |
| 3263 | 2026-05-18T23:37:48.497Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3264 | 2026-05-18T23:37:48.562Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3265 | 2026-05-18T23:37:48.659Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3266 | 2026-05-18T23:37:48.720Z | Checking hashbrown v0.13.2 |
| 3267 | 2026-05-18T23:37:49.027Z | Checking crc-any v2.5.0 |
| 3268 | 2026-05-18T23:37:49.143Z | Checking humantime v2.3.0 |
| 3269 | 2026-05-18T23:37:49.213Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3270 | 2026-05-18T23:37:49.227Z | Checking object v0.30.4 |
| 3271 | 2026-05-18T23:37:49.240Z | Checking hickory-resolver v0.25.2 |
| 3272 | 2026-05-18T23:37:49.333Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3273 | 2026-05-18T23:37:49.372Z | Checking half v1.8.3 |
| 3274 | 2026-05-18T23:37:49.424Z | Checking path-slash v0.1.5 |
| 3275 | 2026-05-18T23:37:49.499Z | Checking utf-8 v0.7.6 |
| 3276 | 2026-05-18T23:37:49.530Z | Checking void v1.0.2 |
| 3277 | 2026-05-18T23:37:49.570Z | Checking serde_cbor v0.11.2 |
| 3278 | 2026-05-18T23:37:49.635Z | Checking lzss v0.8.2 |
| 3279 | 2026-05-18T23:37:49.650Z | Checking tungstenite v0.23.0 |
| 3280 | 2026-05-18T23:37:49.843Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3281 | 2026-05-18T23:37:49.941Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3282 | 2026-05-18T23:37:49.956Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3283 | 2026-05-18T23:37:50.004Z | Checking nix v0.27.1 |
| 3284 | 2026-05-18T23:37:50.008Z | Checking kstat-rs v0.2.4 |
| 3285 | 2026-05-18T23:37:50.102Z | Checking fxhash v0.2.1 |
| 3286 | 2026-05-18T23:37:50.223Z | Checking serde_bytes v0.11.19 |
| 3287 | 2026-05-18T23:37:50.227Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3288 | 2026-05-18T23:37:50.252Z | Checking tokio-tungstenite v0.23.1 |
| 3289 | 2026-05-18T23:37:50.371Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3290 | 2026-05-18T23:37:50.403Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3291 | 2026-05-18T23:37:50.505Z | Checking signal-hook-tokio v0.3.1 |
| 3292 | 2026-05-18T23:37:50.766Z | Compiling typify-macro v0.6.2 |
| 3293 | 2026-05-18T23:37:51.511Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3294 | 2026-05-18T23:37:51.904Z | Compiling typify v0.6.2 |
| 3295 | 2026-05-18T23:37:51.984Z | Compiling progenitor-impl v0.13.0 |
| 3296 | 2026-05-18T23:37:51.984Z | Compiling progenitor-impl v0.14.0 |
| 3297 | 2026-05-18T23:37:52.394Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3298 | 2026-05-18T23:37:52.724Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3299 | 2026-05-18T23:37:53.563Z | Compiling progenitor-macro v0.14.0 |
| 3300 | 2026-05-18T23:37:53.593Z | Compiling progenitor-macro v0.13.0 |
| 3301 | 2026-05-18T23:37:55.973Z | Checking progenitor v0.14.0 |
| 3302 | 2026-05-18T23:37:56.102Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3303 | 2026-05-18T23:37:56.280Z | Checking progenitor v0.13.0 |
| 3304 | 2026-05-18T23:37:56.396Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3305 | 2026-05-18T23:37:59.374Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3306 | 2026-05-18T23:38:06.918Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3307 | 2026-05-18T23:38:13.269Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3308 | 2026-05-18T23:38:14.648Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3309 | 2026-05-18T23:38:15.166Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3310 | 2026-05-18T23:38:17.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s |
| 3311 | 2026-05-18T23:38:17.477Z | |
| 3312 | 2026-05-18T23:38:17.477Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3313 | 2026-05-18T23:38:17.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3314 | 2026-05-18T23:38:17.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3315 | 2026-05-18T23:38:17.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3316 | 2026-05-18T23:38:17.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3317 | 2026-05-18T23:38:18.073Z | |
| 3318 | 2026-05-18T23:38:18.073Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3319 | 2026-05-18T23:38:18.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-05-18T23:38:18.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-05-18T23:38:18.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-05-18T23:38:18.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3323 | 2026-05-18T23:38:18.670Z | |
| 3324 | 2026-05-18T23:38:18.670Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3325 | 2026-05-18T23:38:19.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-18T23:38:19.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-18T23:38:19.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-18T23:38:19.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3329 | 2026-05-18T23:38:19.255Z | |
| 3330 | 2026-05-18T23:38:19.255Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3331 | 2026-05-18T23:38:19.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-18T23:38:19.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-18T23:38:19.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-18T23:38:19.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3335 | 2026-05-18T23:38:19.854Z | |
| 3336 | 2026-05-18T23:38:19.854Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3337 | 2026-05-18T23:38:20.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-18T23:38:20.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-18T23:38:20.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-18T23:38:20.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3341 | 2026-05-18T23:38:20.455Z | |
| 3342 | 2026-05-18T23:38:20.455Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3343 | 2026-05-18T23:38:20.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-18T23:38:20.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-18T23:38:20.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-18T23:38:20.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3347 | 2026-05-18T23:38:21.049Z | |
| 3348 | 2026-05-18T23:38:21.049Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3349 | 2026-05-18T23:38:21.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-18T23:38:21.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-18T23:38:21.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-18T23:38:21.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3353 | 2026-05-18T23:38:21.646Z | |
| 3354 | 2026-05-18T23:38:21.646Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3355 | 2026-05-18T23:38:22.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-18T23:38:22.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-18T23:38:22.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-18T23:38:22.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3359 | 2026-05-18T23:38:22.244Z | |
| 3360 | 2026-05-18T23:38:22.244Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3361 | 2026-05-18T23:38:22.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-18T23:38:22.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-18T23:38:22.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-18T23:38:22.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3365 | 2026-05-18T23:38:22.846Z | |
| 3366 | 2026-05-18T23:38:22.846Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3367 | 2026-05-18T23:38:23.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-18T23:38:23.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-18T23:38:23.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-18T23:38:23.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3371 | 2026-05-18T23:38:23.440Z | |
| 3372 | 2026-05-18T23:38:23.440Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3373 | 2026-05-18T23:38:23.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-18T23:38:23.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-18T23:38:23.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-18T23:38:23.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3377 | 2026-05-18T23:38:24.035Z | |
| 3378 | 2026-05-18T23:38:24.035Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3379 | 2026-05-18T23:38:24.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-18T23:38:24.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-18T23:38:24.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-18T23:38:24.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3383 | 2026-05-18T23:38:24.630Z | |
| 3384 | 2026-05-18T23:38:24.630Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3385 | 2026-05-18T23:38:25.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-18T23:38:25.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-18T23:38:25.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-18T23:38:25.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3389 | 2026-05-18T23:38:25.229Z | |
| 3390 | 2026-05-18T23:38:25.229Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3391 | 2026-05-18T23:38:25.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-18T23:38:25.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-18T23:38:25.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-18T23:38:25.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3395 | 2026-05-18T23:38:25.831Z | |
| 3396 | 2026-05-18T23:38:25.832Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3397 | 2026-05-18T23:38:26.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-18T23:38:26.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-18T23:38:26.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-18T23:38:26.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3401 | 2026-05-18T23:38:26.437Z | |
| 3402 | 2026-05-18T23:38:26.437Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3403 | 2026-05-18T23:38:26.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-18T23:38:26.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-18T23:38:26.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-18T23:38:26.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-05-18T23:38:27.036Z | |
| 3408 | 2026-05-18T23:38:27.036Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3409 | 2026-05-18T23:38:27.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-18T23:38:27.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-18T23:38:27.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-18T23:38:27.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3413 | 2026-05-18T23:38:27.634Z | |
| 3414 | 2026-05-18T23:38:27.634Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3415 | 2026-05-18T23:38:28.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-18T23:38:28.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-18T23:38:28.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-18T23:38:28.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3419 | 2026-05-18T23:38:28.236Z | |
| 3420 | 2026-05-18T23:38:28.236Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3421 | 2026-05-18T23:38:28.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-18T23:38:28.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-18T23:38:28.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-18T23:38:28.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3425 | 2026-05-18T23:38:28.839Z | |
| 3426 | 2026-05-18T23:38:28.840Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3427 | 2026-05-18T23:38:29.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-18T23:38:29.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-18T23:38:29.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-18T23:38:29.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3431 | 2026-05-18T23:38:29.442Z | |
| 3432 | 2026-05-18T23:38:29.442Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3433 | 2026-05-18T23:38:29.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-18T23:38:29.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-18T23:38:29.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-18T23:38:29.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3437 | 2026-05-18T23:38:30.047Z | |
| 3438 | 2026-05-18T23:38:30.047Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3439 | 2026-05-18T23:38:30.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-18T23:38:30.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-18T23:38:30.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-18T23:38:30.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3443 | 2026-05-18T23:38:30.683Z | |
| 3444 | 2026-05-18T23:38:30.683Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3445 | 2026-05-18T23:38:31.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-18T23:38:31.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-18T23:38:31.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-18T23:38:31.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3449 | 2026-05-18T23:38:31.286Z | |
| 3450 | 2026-05-18T23:38:31.286Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3451 | 2026-05-18T23:38:31.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-18T23:38:31.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-18T23:38:31.933Z | Compiling parking_lot_core v0.8.6 |
| 3454 | 2026-05-18T23:38:31.933Z | Compiling atomicwrites v0.4.4 |
| 3455 | 2026-05-18T23:38:31.933Z | Compiling git-stub v1.0.0 |
| 3456 | 2026-05-18T23:38:31.936Z | Checking prefix-trie v0.7.0 |
| 3457 | 2026-05-18T23:38:31.936Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3458 | 2026-05-18T23:38:32.168Z | Compiling git-stub-vcs v0.1.0 |
| 3459 | 2026-05-18T23:38:32.339Z | Checking hickory-server v0.25.2 |
| 3460 | 2026-05-18T23:38:32.441Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3461 | 2026-05-18T23:38:32.455Z | Checking parking_lot v0.11.2 |
| 3462 | 2026-05-18T23:38:32.539Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3463 | 2026-05-18T23:38:32.539Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3464 | 2026-05-18T23:38:32.622Z | Checking sled v0.34.7 |
| 3465 | 2026-05-18T23:38:34.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 3466 | 2026-05-18T23:38:34.686Z | |
| 3467 | 2026-05-18T23:38:34.686Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3468 | 2026-05-18T23:38:35.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2026-05-18T23:38:35.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2026-05-18T23:38:35.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3471 | 2026-05-18T23:38:35.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3472 | 2026-05-18T23:38:35.289Z | |
| 3473 | 2026-05-18T23:38:35.289Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3474 | 2026-05-18T23:38:35.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-18T23:38:35.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-18T23:38:35.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-18T23:38:35.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-05-18T23:38:35.895Z | |
| 3479 | 2026-05-18T23:38:35.896Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3480 | 2026-05-18T23:38:36.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-18T23:38:36.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-18T23:38:36.629Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3483 | 2026-05-18T23:38:38.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 3484 | 2026-05-18T23:38:38.588Z | |
| 3485 | 2026-05-18T23:38:38.588Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3486 | 2026-05-18T23:38:39.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-18T23:38:39.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-18T23:38:39.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3489 | 2026-05-18T23:38:39.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3490 | 2026-05-18T23:38:39.248Z | |
| 3491 | 2026-05-18T23:38:39.248Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3492 | 2026-05-18T23:38:39.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-18T23:38:39.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-18T23:38:39.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-18T23:38:39.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3496 | 2026-05-18T23:38:39.909Z | |
| 3497 | 2026-05-18T23:38:39.909Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3498 | 2026-05-18T23:38:40.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-18T23:38:40.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-18T23:38:40.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-18T23:38:40.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3502 | 2026-05-18T23:38:40.500Z | |
| 3503 | 2026-05-18T23:38:40.500Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3504 | 2026-05-18T23:38:40.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-18T23:38:41.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-18T23:38:41.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-18T23:38:41.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3508 | 2026-05-18T23:38:41.088Z | |
| 3509 | 2026-05-18T23:38:41.088Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3510 | 2026-05-18T23:38:41.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-18T23:38:41.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-18T23:38:41.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-18T23:38:41.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3514 | 2026-05-18T23:38:41.743Z | |
| 3515 | 2026-05-18T23:38:41.743Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3516 | 2026-05-18T23:38:42.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-18T23:38:42.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-18T23:38:42.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-18T23:38:42.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3520 | 2026-05-18T23:38:42.335Z | |
| 3521 | 2026-05-18T23:38:42.336Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3522 | 2026-05-18T23:38:42.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-18T23:38:42.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-18T23:38:42.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-05-18T23:38:42.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3526 | 2026-05-18T23:38:42.976Z | |
| 3527 | 2026-05-18T23:38:42.976Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3528 | 2026-05-18T23:38:43.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-05-18T23:38:43.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-05-18T23:38:43.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-05-18T23:38:43.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2026-05-18T23:38:43.621Z | |
| 3533 | 2026-05-18T23:38:43.621Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3534 | 2026-05-18T23:38:44.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-05-18T23:38:44.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-05-18T23:38:44.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-05-18T23:38:44.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3538 | 2026-05-18T23:38:44.211Z | |
| 3539 | 2026-05-18T23:38:44.211Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3540 | 2026-05-18T23:38:44.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-05-18T23:38:44.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-05-18T23:38:44.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-05-18T23:38:44.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3544 | 2026-05-18T23:38:44.803Z | |
| 3545 | 2026-05-18T23:38:44.803Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3546 | 2026-05-18T23:38:45.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-05-18T23:38:45.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-05-18T23:38:45.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-05-18T23:38:45.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3550 | 2026-05-18T23:38:45.412Z | |
| 3551 | 2026-05-18T23:38:45.412Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3552 | 2026-05-18T23:38:45.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-05-18T23:38:45.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-05-18T23:38:45.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-05-18T23:38:45.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3556 | 2026-05-18T23:38:46.006Z | |
| 3557 | 2026-05-18T23:38:46.006Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3558 | 2026-05-18T23:38:46.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-05-18T23:38:46.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-05-18T23:38:46.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-05-18T23:38:46.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3562 | 2026-05-18T23:38:46.599Z | |
| 3563 | 2026-05-18T23:38:46.599Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3564 | 2026-05-18T23:38:47.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-05-18T23:38:47.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-05-18T23:38:47.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-05-18T23:38:47.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3568 | 2026-05-18T23:38:47.254Z | |
| 3569 | 2026-05-18T23:38:47.254Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3570 | 2026-05-18T23:38:47.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-05-18T23:38:47.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-05-18T23:38:47.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-05-18T23:38:47.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3574 | 2026-05-18T23:38:47.905Z | |
| 3575 | 2026-05-18T23:38:47.905Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3576 | 2026-05-18T23:38:48.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-05-18T23:38:48.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-05-18T23:38:48.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-05-18T23:38:48.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3580 | 2026-05-18T23:38:48.553Z | |
| 3581 | 2026-05-18T23:38:48.553Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3582 | 2026-05-18T23:38:49.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-05-18T23:38:49.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-05-18T23:38:49.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-05-18T23:38:49.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3586 | 2026-05-18T23:38:49.177Z | |
| 3587 | 2026-05-18T23:38:49.177Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3588 | 2026-05-18T23:38:49.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-05-18T23:38:49.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-05-18T23:38:49.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-05-18T23:38:49.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3592 | 2026-05-18T23:38:49.802Z | |
| 3593 | 2026-05-18T23:38:49.802Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3594 | 2026-05-18T23:38:50.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-05-18T23:38:50.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-05-18T23:38:50.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-05-18T23:38:50.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-05-18T23:38:50.424Z | |
| 3599 | 2026-05-18T23:38:50.425Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3600 | 2026-05-18T23:38:50.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-05-18T23:38:50.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-05-18T23:38:50.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-05-18T23:38:50.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3604 | 2026-05-18T23:38:51.029Z | |
| 3605 | 2026-05-18T23:38:51.029Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3606 | 2026-05-18T23:38:51.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-05-18T23:38:51.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-05-18T23:38:51.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-05-18T23:38:51.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3610 | 2026-05-18T23:38:51.648Z | |
| 3611 | 2026-05-18T23:38:51.648Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3612 | 2026-05-18T23:38:52.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-05-18T23:38:52.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-05-18T23:38:52.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-05-18T23:38:52.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3616 | 2026-05-18T23:38:52.264Z | |
| 3617 | 2026-05-18T23:38:52.264Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3618 | 2026-05-18T23:38:52.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-05-18T23:38:52.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-05-18T23:38:52.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-05-18T23:38:52.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3622 | 2026-05-18T23:38:52.854Z | |
| 3623 | 2026-05-18T23:38:52.854Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3624 | 2026-05-18T23:38:53.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-05-18T23:38:53.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-05-18T23:38:53.721Z | Compiling typify-impl v0.4.3 |
| 3627 | 2026-05-18T23:38:53.721Z | Compiling libefi-sys v0.1.0 |
| 3628 | 2026-05-18T23:38:53.858Z | Compiling bitfield-struct v0.6.2 |
| 3629 | 2026-05-18T23:38:53.877Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3630 | 2026-05-18T23:38:53.895Z | Compiling xshell-macros v0.2.7 |
| 3631 | 2026-05-18T23:38:53.903Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3632 | 2026-05-18T23:38:53.905Z | Compiling salty v0.3.0 |
| 3633 | 2026-05-18T23:38:53.999Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3634 | 2026-05-18T23:38:54.133Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3635 | 2026-05-18T23:38:54.226Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3636 | 2026-05-18T23:38:54.304Z | Checking xshell v0.2.7 |
| 3637 | 2026-05-18T23:38:54.319Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3638 | 2026-05-18T23:38:54.371Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3639 | 2026-05-18T23:38:54.471Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3640 | 2026-05-18T23:38:54.500Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3641 | 2026-05-18T23:38:54.592Z | Checking primeorder v0.13.6 |
| 3642 | 2026-05-18T23:38:54.670Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3643 | 2026-05-18T23:38:54.725Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3644 | 2026-05-18T23:38:54.831Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3645 | 2026-05-18T23:38:54.846Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3646 | 2026-05-18T23:38:54.865Z | Checking tungstenite v0.21.0 |
| 3647 | 2026-05-18T23:38:54.958Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3648 | 2026-05-18T23:38:55.067Z | Checking p384 v0.13.1 |
| 3649 | 2026-05-18T23:38:55.081Z | Compiling proc-macro-error2 v2.0.1 |
| 3650 | 2026-05-18T23:38:55.084Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3651 | 2026-05-18T23:38:55.407Z | Compiling num-derive v0.3.3 |
| 3652 | 2026-05-18T23:38:55.494Z | Compiling tabled_derive v0.11.0 |
| 3653 | 2026-05-18T23:38:55.643Z | Checking tokio-tungstenite v0.21.0 |
| 3654 | 2026-05-18T23:38:55.840Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3655 | 2026-05-18T23:38:55.913Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3656 | 2026-05-18T23:38:55.928Z | Checking papergrid v0.17.0 |
| 3657 | 2026-05-18T23:38:56.293Z | Checking libscf-sys v1.1.0 |
| 3658 | 2026-05-18T23:38:56.297Z | Checking testing_table v0.3.0 |
| 3659 | 2026-05-18T23:38:56.348Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3660 | 2026-05-18T23:38:56.429Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3661 | 2026-05-18T23:38:56.523Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3662 | 2026-05-18T23:38:56.643Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3663 | 2026-05-18T23:38:56.699Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3664 | 2026-05-18T23:38:56.860Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3665 | 2026-05-18T23:38:56.917Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3666 | 2026-05-18T23:38:56.956Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3667 | 2026-05-18T23:38:56.983Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3668 | 2026-05-18T23:38:57.059Z | Checking corncobs v0.1.4 |
| 3669 | 2026-05-18T23:38:57.116Z | Compiling unicase v2.9.0 |
| 3670 | 2026-05-18T23:38:57.191Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-18T23:38:57.243Z | Checking tabled v0.20.0 |
| 3672 | 2026-05-18T23:38:57.324Z | Compiling mime_guess v2.0.5 |
| 3673 | 2026-05-18T23:38:57.411Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3674 | 2026-05-18T23:38:57.430Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3675 | 2026-05-18T23:38:57.454Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3676 | 2026-05-18T23:38:57.648Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3677 | 2026-05-18T23:38:57.688Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3678 | 2026-05-18T23:38:57.793Z | Checking progenitor-client v0.11.2 |
| 3679 | 2026-05-18T23:38:57.836Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3680 | 2026-05-18T23:38:57.869Z | Checking secrecy v0.8.0 |
| 3681 | 2026-05-18T23:38:57.996Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3682 | 2026-05-18T23:38:58.265Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3683 | 2026-05-18T23:38:58.268Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3684 | 2026-05-18T23:38:58.295Z | Compiling typify-macro v0.4.3 |
| 3685 | 2026-05-18T23:38:58.368Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3686 | 2026-05-18T23:38:58.406Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3687 | 2026-05-18T23:38:58.545Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3688 | 2026-05-18T23:38:58.593Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3689 | 2026-05-18T23:38:58.641Z | Checking filetime v0.2.27 |
| 3690 | 2026-05-18T23:38:58.766Z | Checking crc8 v0.1.1 |
| 3691 | 2026-05-18T23:38:58.783Z | Checking xattr v1.6.1 |
| 3692 | 2026-05-18T23:38:58.920Z | Checking http-range v0.1.5 |
| 3693 | 2026-05-18T23:38:58.999Z | Checking tar v0.4.45 |
| 3694 | 2026-05-18T23:38:59.052Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3695 | 2026-05-18T23:38:59.256Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3696 | 2026-05-18T23:38:59.271Z | Checking illumos-nvpair v0.3.0 |
| 3697 | 2026-05-18T23:38:59.397Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3698 | 2026-05-18T23:38:59.430Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3699 | 2026-05-18T23:38:59.524Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3700 | 2026-05-18T23:38:59.786Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3701 | 2026-05-18T23:38:59.829Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3702 | 2026-05-18T23:38:59.879Z | Checking atty v0.2.14 |
| 3703 | 2026-05-18T23:38:59.922Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3704 | 2026-05-18T23:38:59.979Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3705 | 2026-05-18T23:38:59.998Z | Compiling typify v0.4.3 |
| 3706 | 2026-05-18T23:39:00.271Z | Compiling progenitor-impl v0.11.2 |
| 3707 | 2026-05-18T23:39:00.425Z | Compiling progenitor-impl v0.10.0 |
| 3708 | 2026-05-18T23:39:00.562Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3709 | 2026-05-18T23:39:00.869Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3710 | 2026-05-18T23:39:01.117Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3711 | 2026-05-18T23:39:01.135Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3712 | 2026-05-18T23:39:01.569Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3713 | 2026-05-18T23:39:01.868Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3714 | 2026-05-18T23:39:02.042Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3715 | 2026-05-18T23:39:02.067Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3716 | 2026-05-18T23:39:02.215Z | Checking hyper-staticfile v0.10.1 |
| 3717 | 2026-05-18T23:39:02.253Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3718 | 2026-05-18T23:39:02.295Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3719 | 2026-05-18T23:39:02.505Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3720 | 2026-05-18T23:39:02.522Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3721 | 2026-05-18T23:39:02.662Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3722 | 2026-05-18T23:39:02.691Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3723 | 2026-05-18T23:39:02.791Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3724 | 2026-05-18T23:39:02.907Z | Compiling progenitor-macro v0.11.2 |
| 3725 | 2026-05-18T23:39:02.935Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3726 | 2026-05-18T23:39:03.040Z | Compiling progenitor-macro v0.10.0 |
| 3727 | 2026-05-18T23:39:05.524Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3728 | 2026-05-18T23:39:05.820Z | Checking progenitor v0.11.2 |
| 3729 | 2026-05-18T23:39:05.943Z | Checking progenitor v0.10.0 |
| 3730 | 2026-05-18T23:39:05.957Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3731 | 2026-05-18T23:39:06.072Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3732 | 2026-05-18T23:39:10.560Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3733 | 2026-05-18T23:39:21.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.59s |
| 3734 | 2026-05-18T23:39:21.667Z | |
| 3735 | 2026-05-18T23:39:21.667Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3736 | 2026-05-18T23:39:22.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-18T23:39:22.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-18T23:39:22.461Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3739 | 2026-05-18T23:39:33.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3740 | 2026-05-18T23:39:33.365Z | |
| 3741 | 2026-05-18T23:39:33.365Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3742 | 2026-05-18T23:39:33.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-18T23:39:33.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-18T23:39:34.162Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-18T23:39:44.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3746 | 2026-05-18T23:39:45.015Z | |
| 3747 | 2026-05-18T23:39:45.015Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3748 | 2026-05-18T23:39:45.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-18T23:39:45.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-18T23:39:45.793Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-18T23:39:56.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3752 | 2026-05-18T23:39:56.694Z | |
| 3753 | 2026-05-18T23:39:56.694Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3754 | 2026-05-18T23:39:57.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-18T23:39:57.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-18T23:39:57.478Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-18T23:40:08.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s |
| 3758 | 2026-05-18T23:40:08.424Z | |
| 3759 | 2026-05-18T23:40:08.424Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3760 | 2026-05-18T23:40:08.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-18T23:40:08.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-18T23:40:09.207Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-18T23:40:19.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3764 | 2026-05-18T23:40:20.147Z | |
| 3765 | 2026-05-18T23:40:20.148Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3766 | 2026-05-18T23:40:20.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-18T23:40:20.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-18T23:40:20.933Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-05-18T23:40:31.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s |
| 3770 | 2026-05-18T23:40:31.904Z | |
| 3771 | 2026-05-18T23:40:31.904Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3772 | 2026-05-18T23:40:32.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-18T23:40:32.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-18T23:40:32.698Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-05-18T23:40:43.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3776 | 2026-05-18T23:40:43.565Z | |
| 3777 | 2026-05-18T23:40:43.565Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3778 | 2026-05-18T23:40:44.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-18T23:40:44.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-18T23:40:44.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3781 | 2026-05-18T23:40:44.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3782 | 2026-05-18T23:40:44.184Z | |
| 3783 | 2026-05-18T23:40:44.184Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3784 | 2026-05-18T23:40:44.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-18T23:40:44.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-18T23:40:44.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-18T23:40:44.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3788 | 2026-05-18T23:40:44.803Z | |
| 3789 | 2026-05-18T23:40:44.803Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3790 | 2026-05-18T23:40:45.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-18T23:40:45.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-18T23:40:45.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-18T23:40:45.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3794 | 2026-05-18T23:40:45.404Z | |
| 3795 | 2026-05-18T23:40:45.405Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3796 | 2026-05-18T23:40:45.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-18T23:40:45.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-18T23:40:45.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-18T23:40:45.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-05-18T23:40:46.009Z | |
| 3801 | 2026-05-18T23:40:46.009Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3802 | 2026-05-18T23:40:46.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-18T23:40:46.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-18T23:40:46.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-18T23:40:46.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3806 | 2026-05-18T23:40:46.644Z | |
| 3807 | 2026-05-18T23:40:46.644Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3808 | 2026-05-18T23:40:47.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-18T23:40:47.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-18T23:40:47.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-18T23:40:47.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3812 | 2026-05-18T23:40:47.281Z | |
| 3813 | 2026-05-18T23:40:47.281Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3814 | 2026-05-18T23:40:47.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-18T23:40:47.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-18T23:40:47.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-18T23:40:47.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3818 | 2026-05-18T23:40:47.911Z | |
| 3819 | 2026-05-18T23:40:47.911Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3820 | 2026-05-18T23:40:48.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-18T23:40:48.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-18T23:40:48.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-18T23:40:48.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3824 | 2026-05-18T23:40:48.558Z | |
| 3825 | 2026-05-18T23:40:48.558Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3826 | 2026-05-18T23:40:49.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-18T23:40:49.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-18T23:40:49.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-18T23:40:49.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3830 | 2026-05-18T23:40:49.195Z | |
| 3831 | 2026-05-18T23:40:49.195Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3832 | 2026-05-18T23:40:49.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-18T23:40:49.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-18T23:40:49.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-18T23:40:49.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3836 | 2026-05-18T23:40:49.833Z | |
| 3837 | 2026-05-18T23:40:49.834Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3838 | 2026-05-18T23:40:50.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-18T23:40:50.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-18T23:40:50.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-18T23:40:50.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3842 | 2026-05-18T23:40:50.464Z | |
| 3843 | 2026-05-18T23:40:50.464Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3844 | 2026-05-18T23:40:50.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-18T23:40:50.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-18T23:40:50.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-18T23:40:51.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3848 | 2026-05-18T23:40:51.098Z | |
| 3849 | 2026-05-18T23:40:51.098Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3850 | 2026-05-18T23:40:51.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-18T23:40:51.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-18T23:40:51.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-18T23:40:51.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3854 | 2026-05-18T23:40:51.735Z | |
| 3855 | 2026-05-18T23:40:51.736Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3856 | 2026-05-18T23:40:52.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-18T23:40:52.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-18T23:40:52.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-18T23:40:52.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3860 | 2026-05-18T23:40:52.365Z | |
| 3861 | 2026-05-18T23:40:52.365Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3862 | 2026-05-18T23:40:52.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-18T23:40:52.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-18T23:40:52.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-18T23:40:52.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3866 | 2026-05-18T23:40:53.009Z | |
| 3867 | 2026-05-18T23:40:53.009Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3868 | 2026-05-18T23:40:53.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-18T23:40:53.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-18T23:40:53.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-18T23:40:53.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3872 | 2026-05-18T23:40:53.637Z | |
| 3873 | 2026-05-18T23:40:53.637Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3874 | 2026-05-18T23:40:54.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-18T23:40:54.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-18T23:40:54.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-18T23:40:54.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3878 | 2026-05-18T23:40:54.275Z | |
| 3879 | 2026-05-18T23:40:54.275Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3880 | 2026-05-18T23:40:54.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-18T23:40:54.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-18T23:40:54.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-18T23:40:54.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3884 | 2026-05-18T23:40:54.924Z | |
| 3885 | 2026-05-18T23:40:54.924Z | info: running `cargo check --bins` on update-common (210/276) |
| 3886 | 2026-05-18T23:40:55.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-18T23:40:55.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-18T23:40:55.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-05-18T23:40:55.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3890 | 2026-05-18T23:40:55.529Z | |
| 3891 | 2026-05-18T23:40:55.529Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3892 | 2026-05-18T23:40:56.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-05-18T23:40:56.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-05-18T23:40:56.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-05-18T23:40:56.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3896 | 2026-05-18T23:40:56.182Z | |
| 3897 | 2026-05-18T23:40:56.183Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3898 | 2026-05-18T23:40:56.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-05-18T23:40:56.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-05-18T23:40:56.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-05-18T23:40:56.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3902 | 2026-05-18T23:40:56.766Z | |
| 3903 | 2026-05-18T23:40:56.766Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3904 | 2026-05-18T23:40:57.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-05-18T23:40:57.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-05-18T23:40:57.533Z | Compiling fs-err v2.11.0 |
| 3907 | 2026-05-18T23:40:57.533Z | Checking ignore v0.4.25 |
| 3908 | 2026-05-18T23:40:57.536Z | Checking arc-swap v1.8.2 |
| 3909 | 2026-05-18T23:40:57.670Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3910 | 2026-05-18T23:40:57.670Z | Checking predicates-tree v1.0.13 |
| 3911 | 2026-05-18T23:40:57.678Z | Checking parse-size v1.1.0 |
| 3912 | 2026-05-18T23:40:57.701Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3913 | 2026-05-18T23:40:57.704Z | Checking rand_seeder v0.4.0 |
| 3914 | 2026-05-18T23:40:57.767Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3915 | 2026-05-18T23:40:57.801Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3916 | 2026-05-18T23:40:57.855Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3917 | 2026-05-18T23:40:57.868Z | Checking slog-scope v4.4.1 |
| 3918 | 2026-05-18T23:40:57.903Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3919 | 2026-05-18T23:40:57.998Z | Checking slog-stdlog v4.1.1 |
| 3920 | 2026-05-18T23:40:58.013Z | Compiling petname v2.0.2 |
| 3921 | 2026-05-18T23:40:58.027Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3922 | 2026-05-18T23:40:58.031Z | Checking globwalk v0.9.1 |
| 3923 | 2026-05-18T23:40:58.092Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3924 | 2026-05-18T23:40:58.116Z | Checking slog-envlogger v2.2.0 |
| 3925 | 2026-05-18T23:40:58.215Z | Checking camino-tempfile-ext v0.3.3 |
| 3926 | 2026-05-18T23:40:58.266Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3927 | 2026-05-18T23:40:58.298Z | Checking sapling-renderdag v0.1.0 |
| 3928 | 2026-05-18T23:40:58.409Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3929 | 2026-05-18T23:40:58.452Z | Checking subprocess v0.2.15 |
| 3930 | 2026-05-18T23:40:58.535Z | Checking sync-ptr v0.1.4 |
| 3931 | 2026-05-18T23:40:58.653Z | Checking colored v2.2.0 |
| 3932 | 2026-05-18T23:40:58.666Z | Checking assert_matches v1.5.0 |
| 3933 | 2026-05-18T23:40:58.729Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3934 | 2026-05-18T23:40:58.893Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3935 | 2026-05-18T23:40:58.893Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3936 | 2026-05-18T23:40:59.639Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3937 | 2026-05-18T23:41:00.970Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3938 | 2026-05-18T23:41:03.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.41s |
| 3939 | 2026-05-18T23:41:03.404Z | |
| 3940 | 2026-05-18T23:41:03.404Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3941 | 2026-05-18T23:41:03.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3942 | 2026-05-18T23:41:03.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3943 | 2026-05-18T23:41:03.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3944 | 2026-05-18T23:41:03.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3945 | 2026-05-18T23:41:03.988Z | |
| 3946 | 2026-05-18T23:41:03.988Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3947 | 2026-05-18T23:41:04.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-18T23:41:04.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-18T23:41:04.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-18T23:41:04.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3951 | 2026-05-18T23:41:04.602Z | |
| 3952 | 2026-05-18T23:41:04.602Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3953 | 2026-05-18T23:41:05.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-18T23:41:05.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-18T23:41:05.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-18T23:41:05.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3957 | 2026-05-18T23:41:05.267Z | |
| 3958 | 2026-05-18T23:41:05.267Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3959 | 2026-05-18T23:41:05.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-18T23:41:05.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-18T23:41:05.986Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3962 | 2026-05-18T23:41:05.987Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3963 | 2026-05-18T23:41:06.643Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3964 | 2026-05-18T23:41:08.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3965 | 2026-05-18T23:41:08.440Z | |
| 3966 | 2026-05-18T23:41:08.440Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3967 | 2026-05-18T23:41:08.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-05-18T23:41:08.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-05-18T23:41:08.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-05-18T23:41:08.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3971 | 2026-05-18T23:41:09.050Z | |
| 3972 | 2026-05-18T23:41:09.050Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3973 | 2026-05-18T23:41:09.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-18T23:41:09.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-18T23:41:09.662Z | Checking yasna v0.5.2 |
| 3976 | 2026-05-18T23:41:10.069Z | Checking rcgen v0.12.1 |
| 3977 | 2026-05-18T23:41:10.318Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3978 | 2026-05-18T23:41:10.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
| 3979 | 2026-05-18T23:41:10.668Z | |
| 3980 | 2026-05-18T23:41:10.668Z | info: running `cargo check --bins` on clickana (220/276) |
| 3981 | 2026-05-18T23:41:11.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3982 | 2026-05-18T23:41:11.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3983 | 2026-05-18T23:41:11.318Z | Compiling darling_core v0.23.0 |
| 3984 | 2026-05-18T23:41:11.427Z | Compiling instability v0.3.11 |
| 3985 | 2026-05-18T23:41:11.437Z | Checking castaway v0.2.4 |
| 3986 | 2026-05-18T23:41:11.444Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3987 | 2026-05-18T23:41:11.444Z | Compiling indoc v2.0.7 |
| 3988 | 2026-05-18T23:41:11.463Z | Checking unicode-truncate v1.1.0 |
| 3989 | 2026-05-18T23:41:11.466Z | Checking lru v0.12.5 |
| 3990 | 2026-05-18T23:41:11.466Z | Checking cassowary v0.3.0 |
| 3991 | 2026-05-18T23:41:11.529Z | Checking compact_str v0.8.1 |
| 3992 | 2026-05-18T23:41:12.486Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3993 | 2026-05-18T23:41:12.672Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3994 | 2026-05-18T23:41:12.841Z | Compiling darling_macro v0.23.0 |
| 3995 | 2026-05-18T23:41:13.253Z | Compiling darling v0.23.0 |
| 3996 | 2026-05-18T23:41:13.863Z | Checking ratatui v0.29.0 |
| 3997 | 2026-05-18T23:41:14.925Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3998 | 2026-05-18T23:41:15.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s |
| 3999 | 2026-05-18T23:41:15.795Z | |
| 4000 | 2026-05-18T23:41:15.795Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4001 | 2026-05-18T23:41:16.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-05-18T23:41:16.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-05-18T23:41:16.519Z | Checking headers-core v0.3.0 |
| 4004 | 2026-05-18T23:41:16.522Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4005 | 2026-05-18T23:41:16.717Z | Checking headers v0.4.1 |
| 4006 | 2026-05-18T23:41:17.085Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4007 | 2026-05-18T23:41:17.930Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4008 | 2026-05-18T23:41:18.431Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4009 | 2026-05-18T23:41:18.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4010 | 2026-05-18T23:41:19.064Z | |
| 4011 | 2026-05-18T23:41:19.064Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4012 | 2026-05-18T23:41:19.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4013 | 2026-05-18T23:41:19.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4014 | 2026-05-18T23:41:19.796Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4015 | 2026-05-18T23:41:20.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4016 | 2026-05-18T23:41:20.769Z | |
| 4017 | 2026-05-18T23:41:20.769Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4018 | 2026-05-18T23:41:21.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-18T23:41:21.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-18T23:41:21.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4021 | 2026-05-18T23:41:21.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 4022 | 2026-05-18T23:41:21.244Z | |
| 4023 | 2026-05-18T23:41:21.244Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4024 | 2026-05-18T23:41:21.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-18T23:41:21.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-18T23:41:21.968Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4027 | 2026-05-18T23:41:22.949Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4028 | 2026-05-18T23:41:23.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
| 4029 | 2026-05-18T23:41:23.495Z | |
| 4030 | 2026-05-18T23:41:23.496Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4031 | 2026-05-18T23:41:24.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4032 | 2026-05-18T23:41:24.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4033 | 2026-05-18T23:41:24.225Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4034 | 2026-05-18T23:41:24.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 4035 | 2026-05-18T23:41:25.185Z | |
| 4036 | 2026-05-18T23:41:25.185Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4037 | 2026-05-18T23:41:25.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-05-18T23:41:25.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-05-18T23:41:25.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4040 | 2026-05-18T23:41:25.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4041 | 2026-05-18T23:41:25.839Z | |
| 4042 | 2026-05-18T23:41:25.839Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4043 | 2026-05-18T23:41:26.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-18T23:41:26.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-18T23:41:26.455Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4046 | 2026-05-18T23:41:27.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4047 | 2026-05-18T23:41:27.303Z | |
| 4048 | 2026-05-18T23:41:27.303Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4049 | 2026-05-18T23:41:27.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-18T23:41:27.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-18T23:41:28.066Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4052 | 2026-05-18T23:41:28.066Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4053 | 2026-05-18T23:41:28.069Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4054 | 2026-05-18T23:41:28.069Z | Checking git-stub v1.0.0 |
| 4055 | 2026-05-18T23:41:28.069Z | Compiling trait-variant v0.1.2 |
| 4056 | 2026-05-18T23:41:28.069Z | Checking is_ci v1.2.0 |
| 4057 | 2026-05-18T23:41:28.069Z | Checking maplit v1.0.2 |
| 4058 | 2026-05-18T23:41:28.195Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4059 | 2026-05-18T23:41:28.288Z | Checking supports-color v3.0.2 |
| 4060 | 2026-05-18T23:41:28.320Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4061 | 2026-05-18T23:41:28.362Z | Checking git-stub-vcs v0.1.0 |
| 4062 | 2026-05-18T23:41:28.408Z | Checking drift v0.1.4 |
| 4063 | 2026-05-18T23:41:28.421Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4064 | 2026-05-18T23:41:28.523Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4065 | 2026-05-18T23:41:28.568Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4066 | 2026-05-18T23:41:28.705Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4067 | 2026-05-18T23:41:28.719Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4068 | 2026-05-18T23:41:28.719Z | Checking dropshot-api-manager v0.7.1 |
| 4069 | 2026-05-18T23:41:28.745Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4070 | 2026-05-18T23:41:28.927Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4071 | 2026-05-18T23:41:28.959Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4072 | 2026-05-18T23:41:29.139Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4073 | 2026-05-18T23:41:29.462Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4074 | 2026-05-18T23:41:34.381Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4075 | 2026-05-18T23:41:35.468Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4076 | 2026-05-18T23:41:36.039Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4077 | 2026-05-18T23:41:36.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s |
| 4078 | 2026-05-18T23:41:36.680Z | |
| 4079 | 2026-05-18T23:41:36.680Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4080 | 2026-05-18T23:41:37.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4081 | 2026-05-18T23:41:37.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4082 | 2026-05-18T23:41:37.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4083 | 2026-05-18T23:41:37.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4084 | 2026-05-18T23:41:37.292Z | |
| 4085 | 2026-05-18T23:41:37.292Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4086 | 2026-05-18T23:41:37.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-18T23:41:37.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-18T23:41:37.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-05-18T23:41:37.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4090 | 2026-05-18T23:41:37.939Z | |
| 4091 | 2026-05-18T23:41:37.939Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4092 | 2026-05-18T23:41:38.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-05-18T23:41:38.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-05-18T23:41:38.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-05-18T23:41:38.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4096 | 2026-05-18T23:41:38.591Z | |
| 4097 | 2026-05-18T23:41:38.591Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4098 | 2026-05-18T23:41:39.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-05-18T23:41:39.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-05-18T23:41:39.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-05-18T23:41:39.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4102 | 2026-05-18T23:41:39.244Z | |
| 4103 | 2026-05-18T23:41:39.244Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4104 | 2026-05-18T23:41:39.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-05-18T23:41:39.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-05-18T23:41:39.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-05-18T23:41:39.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4108 | 2026-05-18T23:41:39.856Z | |
| 4109 | 2026-05-18T23:41:39.856Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4110 | 2026-05-18T23:41:40.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-18T23:41:40.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-18T23:41:40.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-05-18T23:41:40.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4114 | 2026-05-18T23:41:40.451Z | |
| 4115 | 2026-05-18T23:41:40.451Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4116 | 2026-05-18T23:41:40.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-05-18T23:41:40.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-05-18T23:41:40.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-05-18T23:41:40.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4120 | 2026-05-18T23:41:41.074Z | |
| 4121 | 2026-05-18T23:41:41.074Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4122 | 2026-05-18T23:41:41.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-05-18T23:41:41.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-05-18T23:41:41.689Z | Checking typeid v1.0.3 |
| 4125 | 2026-05-18T23:41:41.801Z | Checking ordered-float v2.10.1 |
| 4126 | 2026-05-18T23:41:41.820Z | Checking unicode-xid v0.2.6 |
| 4127 | 2026-05-18T23:41:41.833Z | Checking cargo-platform v0.2.0 |
| 4128 | 2026-05-18T23:41:41.842Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4129 | 2026-05-18T23:41:41.870Z | Checking erased-serde v0.4.9 |
| 4130 | 2026-05-18T23:41:42.007Z | Checking serde-value v0.7.0 |
| 4131 | 2026-05-18T23:41:42.180Z | Checking serde-untagged v0.1.9 |
| 4132 | 2026-05-18T23:41:42.339Z | Checking cargo-util-schemas v0.8.2 |
| 4133 | 2026-05-18T23:41:43.027Z | Checking cargo_metadata v0.21.0 |
| 4134 | 2026-05-18T23:41:43.640Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4135 | 2026-05-18T23:41:44.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
| 4136 | 2026-05-18T23:41:44.536Z | |
| 4137 | 2026-05-18T23:41:44.536Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4138 | 2026-05-18T23:41:45.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-05-18T23:41:45.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-05-18T23:41:45.274Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4141 | 2026-05-18T23:41:45.908Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4142 | 2026-05-18T23:41:46.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s |
| 4143 | 2026-05-18T23:41:46.645Z | |
| 4144 | 2026-05-18T23:41:46.645Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4145 | 2026-05-18T23:41:47.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4146 | 2026-05-18T23:41:47.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4147 | 2026-05-18T23:41:47.509Z | Compiling vergen-gitcl v1.0.8 |
| 4148 | 2026-05-18T23:41:47.509Z | Compiling dirs-sys-next v0.1.2 |
| 4149 | 2026-05-18T23:41:47.509Z | Compiling crunchy v0.2.4 |
| 4150 | 2026-05-18T23:41:47.509Z | Compiling glob v0.3.3 |
| 4151 | 2026-05-18T23:41:47.509Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4152 | 2026-05-18T23:41:47.512Z | Compiling diesel_derives v2.3.7 |
| 4153 | 2026-05-18T23:41:47.512Z | Compiling dsl_auto_type v0.2.0 |
| 4154 | 2026-05-18T23:41:47.513Z | Checking scheduled-thread-pool v0.2.7 |
| 4155 | 2026-05-18T23:41:47.807Z | Compiling dirs-next v2.0.0 |
| 4156 | 2026-05-18T23:41:47.851Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4157 | 2026-05-18T23:41:47.912Z | Compiling tiny-keccak v2.0.2 |
| 4158 | 2026-05-18T23:41:47.938Z | Compiling term v0.7.0 |
| 4159 | 2026-05-18T23:41:48.004Z | Checking r2d2 v0.8.10 |
| 4160 | 2026-05-18T23:41:48.061Z | Compiling bit-vec v0.6.3 |
| 4161 | 2026-05-18T23:41:48.075Z | Compiling clang-sys v1.8.1 |
| 4162 | 2026-05-18T23:41:48.121Z | Checking downcast-rs v2.0.2 |
| 4163 | 2026-05-18T23:41:48.219Z | Compiling bit-set v0.5.3 |
| 4164 | 2026-05-18T23:41:48.277Z | Compiling ascii-canvas v3.0.0 |
| 4165 | 2026-05-18T23:41:48.380Z | Compiling itertools v0.10.5 |
| 4166 | 2026-05-18T23:41:48.455Z | Compiling ena v0.14.4 |
| 4167 | 2026-05-18T23:41:48.485Z | Compiling libloading v0.8.9 |
| 4168 | 2026-05-18T23:41:48.519Z | Compiling diff v0.1.13 |
| 4169 | 2026-05-18T23:41:48.538Z | Compiling bindgen v0.71.1 |
| 4170 | 2026-05-18T23:41:48.590Z | Compiling regex-syntax v0.6.29 |
| 4171 | 2026-05-18T23:41:48.694Z | Compiling cexpr v0.6.0 |
| 4172 | 2026-05-18T23:41:48.778Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4173 | 2026-05-18T23:41:48.973Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4174 | 2026-05-18T23:41:49.011Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4175 | 2026-05-18T23:41:49.132Z | Compiling libxml v0.3.3 |
| 4176 | 2026-05-18T23:41:49.361Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4177 | 2026-05-18T23:41:49.403Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4178 | 2026-05-18T23:41:49.428Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4179 | 2026-05-18T23:41:49.597Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4180 | 2026-05-18T23:41:49.614Z | Compiling strum_macros v0.24.3 |
| 4181 | 2026-05-18T23:41:49.670Z | Compiling indoc v1.0.9 |
| 4182 | 2026-05-18T23:41:50.115Z | Compiling lalrpop v0.19.12 |
| 4183 | 2026-05-18T23:41:50.687Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4184 | 2026-05-18T23:41:50.717Z | Checking derive_builder v0.20.2 |
| 4185 | 2026-05-18T23:41:50.838Z | Compiling oso-derive v0.27.3 |
| 4186 | 2026-05-18T23:41:50.878Z | Checking quick-xml v0.37.5 |
| 4187 | 2026-05-18T23:41:51.012Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4188 | 2026-05-18T23:41:51.335Z | Checking openssl-probe v0.1.6 |
| 4189 | 2026-05-18T23:41:51.482Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4190 | 2026-05-18T23:41:51.734Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4191 | 2026-05-18T23:41:51.931Z | Checking bb8 v0.8.6 |
| 4192 | 2026-05-18T23:41:52.217Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4193 | 2026-05-18T23:41:52.238Z | Checking nonempty v0.12.0 |
| 4194 | 2026-05-18T23:41:52.350Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4195 | 2026-05-18T23:41:52.418Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4196 | 2026-05-18T23:41:52.438Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4197 | 2026-05-18T23:41:52.544Z | Checking console v0.16.2 |
| 4198 | 2026-05-18T23:41:52.579Z | Checking unit-prefix v0.5.2 |
| 4199 | 2026-05-18T23:41:52.628Z | Checking support-bundle-viewer v0.1.2 |
| 4200 | 2026-05-18T23:41:52.715Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4201 | 2026-05-18T23:41:52.849Z | Checking indicatif v0.18.4 |
| 4202 | 2026-05-18T23:41:52.881Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4203 | 2026-05-18T23:41:53.013Z | Checking multimap v0.10.1 |
| 4204 | 2026-05-18T23:41:53.604Z | Checking diesel v2.3.7 |
| 4205 | 2026-05-18T23:41:55.439Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4206 | 2026-05-18T23:41:55.906Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4207 | 2026-05-18T23:41:56.012Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4208 | 2026-05-18T23:41:56.535Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4209 | 2026-05-18T23:41:57.182Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4210 | 2026-05-18T23:41:57.594Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4211 | 2026-05-18T23:41:57.638Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4212 | 2026-05-18T23:41:58.302Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4213 | 2026-05-18T23:42:00.344Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4214 | 2026-05-18T23:42:05.460Z | Compiling samael v0.0.19 |
| 4215 | 2026-05-18T23:42:09.308Z | Checking diesel-dtrace v0.5.0 |
| 4216 | 2026-05-18T23:42:09.551Z | Checking async-bb8-diesel v0.2.1 |
| 4217 | 2026-05-18T23:42:10.245Z | Compiling polar-core v0.27.3 |
| 4218 | 2026-05-18T23:42:14.663Z | Checking oso v0.27.3 |
| 4219 | 2026-05-18T23:42:51.555Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4220 | 2026-05-18T23:43:24.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4221 | 2026-05-18T23:43:25.161Z | |
| 4222 | 2026-05-18T23:43:25.161Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4223 | 2026-05-18T23:43:25.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4224 | 2026-05-18T23:43:25.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4225 | 2026-05-18T23:43:25.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4226 | 2026-05-18T23:43:25.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4227 | 2026-05-18T23:43:25.832Z | |
| 4228 | 2026-05-18T23:43:25.832Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4229 | 2026-05-18T23:43:26.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-05-18T23:43:26.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-05-18T23:43:26.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-05-18T23:43:26.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4233 | 2026-05-18T23:43:26.492Z | |
| 4234 | 2026-05-18T23:43:26.492Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4235 | 2026-05-18T23:43:26.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-05-18T23:43:26.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-05-18T23:43:26.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-05-18T23:43:27.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4239 | 2026-05-18T23:43:27.091Z | |
| 4240 | 2026-05-18T23:43:27.091Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4241 | 2026-05-18T23:43:27.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-05-18T23:43:27.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-05-18T23:43:27.969Z | Compiling libz-sys v1.1.24 |
| 4244 | 2026-05-18T23:43:28.102Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4245 | 2026-05-18T23:43:28.112Z | Compiling vergen-git2 v1.0.7 |
| 4246 | 2026-05-18T23:43:28.139Z | Compiling rustls v0.21.12 |
| 4247 | 2026-05-18T23:43:28.146Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4248 | 2026-05-18T23:43:28.149Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4249 | 2026-05-18T23:43:28.149Z | Checking sct v0.7.1 |
| 4250 | 2026-05-18T23:43:28.149Z | Checking rustls-webpki v0.101.7 |
| 4251 | 2026-05-18T23:43:28.299Z | Compiling nix v0.29.0 |
| 4252 | 2026-05-18T23:43:28.334Z | Compiling dropshot v0.16.7 |
| 4253 | 2026-05-18T23:43:28.386Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4254 | 2026-05-18T23:43:28.406Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4255 | 2026-05-18T23:43:28.482Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4256 | 2026-05-18T23:43:28.594Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4257 | 2026-05-18T23:43:28.624Z | Checking toml v0.9.12+spec-1.1.0 |
| 4258 | 2026-05-18T23:43:28.643Z | Compiling dropshot_endpoint v0.16.7 |
| 4259 | 2026-05-18T23:43:28.798Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4260 | 2026-05-18T23:43:28.927Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4261 | 2026-05-18T23:43:29.143Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4262 | 2026-05-18T23:43:29.201Z | Checking rustls-pemfile v1.0.4 |
| 4263 | 2026-05-18T23:43:29.341Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4264 | 2026-05-18T23:43:29.535Z | Checking twox-hash v2.1.2 |
| 4265 | 2026-05-18T23:43:29.553Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4266 | 2026-05-18T23:43:29.760Z | Checking tokio-rustls v0.24.1 |
| 4267 | 2026-05-18T23:43:30.297Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4268 | 2026-05-18T23:43:30.437Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4269 | 2026-05-18T23:43:30.475Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4270 | 2026-05-18T23:43:31.001Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4271 | 2026-05-18T23:43:31.027Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4272 | 2026-05-18T23:43:31.167Z | Checking fatfs v0.3.6 |
| 4273 | 2026-05-18T23:43:31.184Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4274 | 2026-05-18T23:43:31.224Z | Compiling seq-macro v0.3.6 |
| 4275 | 2026-05-18T23:43:34.992Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4276 | 2026-05-18T23:43:35.108Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4277 | 2026-05-18T23:43:35.475Z | Compiling git2 v0.20.4 |
| 4278 | 2026-05-18T23:43:37.660Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4279 | 2026-05-18T23:44:25.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.91s |
| 4280 | 2026-05-18T23:44:25.232Z | |
| 4281 | 2026-05-18T23:44:25.232Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4282 | 2026-05-18T23:44:25.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4283 | 2026-05-18T23:44:25.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4284 | 2026-05-18T23:44:26.118Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4285 | 2026-05-18T23:45:04.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.56s |
| 4286 | 2026-05-18T23:45:05.025Z | |
| 4287 | 2026-05-18T23:45:05.025Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4288 | 2026-05-18T23:45:05.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-18T23:45:05.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-18T23:45:05.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4291 | 2026-05-18T23:45:05.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4292 | 2026-05-18T23:45:05.618Z | |
| 4293 | 2026-05-18T23:45:05.618Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4294 | 2026-05-18T23:45:06.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-18T23:45:06.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-18T23:45:06.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-18T23:45:06.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4298 | 2026-05-18T23:45:06.265Z | |
| 4299 | 2026-05-18T23:45:06.265Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4300 | 2026-05-18T23:45:06.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-18T23:45:06.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-18T23:45:06.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-18T23:45:06.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4304 | 2026-05-18T23:45:06.922Z | |
| 4305 | 2026-05-18T23:45:06.922Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4306 | 2026-05-18T23:45:07.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-18T23:45:07.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-18T23:45:07.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-18T23:45:07.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4310 | 2026-05-18T23:45:07.589Z | |
| 4311 | 2026-05-18T23:45:07.589Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4312 | 2026-05-18T23:45:08.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-18T23:45:08.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-18T23:45:08.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-18T23:45:08.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4316 | 2026-05-18T23:45:08.220Z | |
| 4317 | 2026-05-18T23:45:08.220Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4318 | 2026-05-18T23:45:08.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-18T23:45:08.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-18T23:45:08.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-18T23:45:08.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4322 | 2026-05-18T23:45:08.866Z | |
| 4323 | 2026-05-18T23:45:08.866Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4324 | 2026-05-18T23:45:09.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-18T23:45:09.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-18T23:45:09.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-18T23:45:09.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4328 | 2026-05-18T23:45:09.515Z | |
| 4329 | 2026-05-18T23:45:09.515Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4330 | 2026-05-18T23:45:10.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-18T23:45:10.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-18T23:45:10.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-18T23:45:10.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4334 | 2026-05-18T23:45:10.168Z | |
| 4335 | 2026-05-18T23:45:10.168Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4336 | 2026-05-18T23:45:10.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-18T23:45:10.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-18T23:45:11.061Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4339 | 2026-05-18T23:45:11.062Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4340 | 2026-05-18T23:45:11.249Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4341 | 2026-05-18T23:45:11.279Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4342 | 2026-05-18T23:45:11.300Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4343 | 2026-05-18T23:45:11.303Z | Checking diff v0.1.13 |
| 4344 | 2026-05-18T23:45:11.303Z | Checking yansi v1.0.1 |
| 4345 | 2026-05-18T23:45:11.330Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4346 | 2026-05-18T23:45:11.385Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4347 | 2026-05-18T23:45:11.582Z | Checking pretty_assertions v1.4.1 |
| 4348 | 2026-05-18T23:45:12.210Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4349 | 2026-05-18T23:45:12.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4350 | 2026-05-18T23:45:35.845Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4351 | 2026-05-18T23:45:35.848Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4352 | 2026-05-18T23:45:35.848Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4353 | 2026-05-18T23:45:35.848Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4354 | 2026-05-18T23:45:35.848Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4355 | 2026-05-18T23:45:35.848Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4356 | 2026-05-18T23:45:36.695Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4357 | 2026-05-18T23:45:37.796Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4358 | 2026-05-18T23:46:16.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4359 | 2026-05-18T23:46:16.880Z | |
| 4360 | 2026-05-18T23:46:16.880Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4361 | 2026-05-18T23:46:17.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4362 | 2026-05-18T23:46:17.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4363 | 2026-05-18T23:46:17.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4364 | 2026-05-18T23:46:17.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4365 | 2026-05-18T23:46:17.478Z | |
| 4366 | 2026-05-18T23:46:17.478Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4367 | 2026-05-18T23:46:18.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-18T23:46:18.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-18T23:46:18.250Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4370 | 2026-05-18T23:46:18.372Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4371 | 2026-05-18T23:46:18.375Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4372 | 2026-05-18T23:46:44.022Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4373 | 2026-05-18T23:46:44.414Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4374 | 2026-05-18T23:46:46.106Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4375 | 2026-05-18T23:46:46.564Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4376 | 2026-05-18T23:46:49.499Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4377 | 2026-05-18T23:47:12.151Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4378 | 2026-05-18T23:47:12.864Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4379 | 2026-05-18T23:47:14.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.01s |
| 4380 | 2026-05-18T23:47:14.720Z | |
| 4381 | 2026-05-18T23:47:14.720Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4382 | 2026-05-18T23:47:15.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4383 | 2026-05-18T23:47:15.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4384 | 2026-05-18T23:47:15.440Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4385 | 2026-05-18T23:47:16.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4386 | 2026-05-18T23:47:16.339Z | |
| 4387 | 2026-05-18T23:47:16.339Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4388 | 2026-05-18T23:47:16.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-18T23:47:16.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-18T23:47:16.995Z | Compiling blake3 v1.8.3 |
| 4391 | 2026-05-18T23:47:17.107Z | Checking arrayvec v0.7.6 |
| 4392 | 2026-05-18T23:47:17.107Z | Checking constant_time_eq v0.4.2 |
| 4393 | 2026-05-18T23:47:17.113Z | Checking arrayref v0.3.9 |
| 4394 | 2026-05-18T23:47:17.125Z | Checking topological-sort v0.2.2 |
| 4395 | 2026-05-18T23:47:17.125Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4396 | 2026-05-18T23:47:17.131Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4397 | 2026-05-18T23:47:17.131Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4398 | 2026-05-18T23:47:17.167Z | Checking shell-words v1.1.1 |
| 4399 | 2026-05-18T23:47:17.895Z | Checking omicron-zone-package v0.12.2 |
| 4400 | 2026-05-18T23:47:18.618Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4401 | 2026-05-18T23:47:19.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s |
| 4402 | 2026-05-18T23:47:19.638Z | |
| 4403 | 2026-05-18T23:47:19.638Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4404 | 2026-05-18T23:47:20.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4405 | 2026-05-18T23:47:20.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4406 | 2026-05-18T23:47:20.283Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4407 | 2026-05-18T23:47:20.608Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4408 | 2026-05-18T23:47:21.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s |
| 4409 | 2026-05-18T23:47:21.188Z | |
| 4410 | 2026-05-18T23:47:21.188Z | info: running `cargo check --bins` on schema (258/276) |
| 4411 | 2026-05-18T23:47:21.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4412 | 2026-05-18T23:47:21.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4413 | 2026-05-18T23:47:21.926Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4414 | 2026-05-18T23:47:22.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4415 | 2026-05-18T23:47:22.825Z | |
| 4416 | 2026-05-18T23:47:22.826Z | info: running `cargo check --bins` on xtask (259/276) |
| 4417 | 2026-05-18T23:47:23.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-18T23:47:23.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-18T23:47:23.276Z | Checking libc v0.2.185 |
| 4420 | 2026-05-18T23:47:23.357Z | Checking serde v1.0.228 |
| 4421 | 2026-05-18T23:47:23.363Z | Checking zerofrom v0.1.6 |
| 4422 | 2026-05-18T23:47:23.367Z | Checking bitflags v2.11.0 |
| 4423 | 2026-05-18T23:47:23.373Z | Checking smallvec v1.15.1 |
| 4424 | 2026-05-18T23:47:23.379Z | Checking indexmap v2.14.0 |
| 4425 | 2026-05-18T23:47:23.388Z | Checking serde_json v1.0.149 |
| 4426 | 2026-05-18T23:47:23.392Z | Checking num-traits v0.2.19 |
| 4427 | 2026-05-18T23:47:23.463Z | Checking yoke v0.8.1 |
| 4428 | 2026-05-18T23:47:23.511Z | Checking scroll v0.12.0 |
| 4429 | 2026-05-18T23:47:23.549Z | Checking thiserror v1.0.69 |
| 4430 | 2026-05-18T23:47:23.634Z | Checking zerovec v0.11.5 |
| 4431 | 2026-05-18T23:47:23.648Z | Checking zerotrie v0.2.3 |
| 4432 | 2026-05-18T23:47:23.665Z | Checking errno v0.3.14 |
| 4433 | 2026-05-18T23:47:23.740Z | Checking toml_datetime v0.6.11 |
| 4434 | 2026-05-18T23:47:23.757Z | Checking serde_spanned v0.6.9 |
| 4435 | 2026-05-18T23:47:23.787Z | Checking rustix v1.1.3 |
| 4436 | 2026-05-18T23:47:23.875Z | Checking percent-encoding v2.3.2 |
| 4437 | 2026-05-18T23:47:23.889Z | Checking log v0.4.29 |
| 4438 | 2026-05-18T23:47:23.900Z | Checking zerocopy v0.7.35 |
| 4439 | 2026-05-18T23:47:23.911Z | Checking ordered-float v2.10.1 |
| 4440 | 2026-05-18T23:47:23.920Z | Checking toml_edit v0.22.27 |
| 4441 | 2026-05-18T23:47:23.982Z | Checking getrandom v0.4.1 |
| 4442 | 2026-05-18T23:47:24.015Z | Checking form_urlencoded v1.2.2 |
| 4443 | 2026-05-18T23:47:24.036Z | Checking goblin v0.8.2 |
| 4444 | 2026-05-18T23:47:24.068Z | Checking tinystr v0.8.2 |
| 4445 | 2026-05-18T23:47:24.114Z | Checking potential_utf v0.1.4 |
| 4446 | 2026-05-18T23:47:24.135Z | Checking serde-value v0.7.0 |
| 4447 | 2026-05-18T23:47:24.144Z | Checking thiserror v2.0.18 |
| 4448 | 2026-05-18T23:47:24.241Z | Checking icu_collections v2.1.1 |
| 4449 | 2026-05-18T23:47:24.245Z | Checking syn v2.0.117 |
| 4450 | 2026-05-18T23:47:24.245Z | Checking icu_locale_core v2.1.1 |
| 4451 | 2026-05-18T23:47:24.333Z | Checking dtrace-parser v0.2.0 |
| 4452 | 2026-05-18T23:47:24.385Z | Checking thread-id v4.2.2 |
| 4453 | 2026-05-18T23:47:24.472Z | Checking once_cell v1.21.3 |
| 4454 | 2026-05-18T23:47:24.550Z | Checking cargo-platform v0.2.0 |
| 4455 | 2026-05-18T23:47:24.572Z | Checking memmap v0.7.0 |
| 4456 | 2026-05-18T23:47:24.584Z | Checking terminal_size v0.4.3 |
| 4457 | 2026-05-18T23:47:24.667Z | Checking tempfile v3.25.0 |
| 4458 | 2026-05-18T23:47:24.694Z | Checking clap_builder v4.5.60 |
| 4459 | 2026-05-18T23:47:24.705Z | Checking textwrap v0.16.2 |
| 4460 | 2026-05-18T23:47:24.728Z | Checking fs-err v3.3.0 |
| 4461 | 2026-05-18T23:47:24.811Z | Checking icu_provider v2.1.1 |
| 4462 | 2026-05-18T23:47:24.862Z | Checking camino-tempfile v1.4.1 |
| 4463 | 2026-05-18T23:47:24.905Z | Checking anyhow v1.0.102 |
| 4464 | 2026-05-18T23:47:24.919Z | Checking tabled v0.15.0 |
| 4465 | 2026-05-18T23:47:25.077Z | Checking toml v0.8.23 |
| 4466 | 2026-05-18T23:47:25.081Z | Checking macaddr v1.0.1 |
| 4467 | 2026-05-18T23:47:25.081Z | Checking icu_properties v2.1.2 |
| 4468 | 2026-05-18T23:47:25.102Z | Checking icu_normalizer v2.1.1 |
| 4469 | 2026-05-18T23:47:25.492Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4470 | 2026-05-18T23:47:25.503Z | Checking cargo_toml v0.21.0 |
| 4471 | 2026-05-18T23:47:25.839Z | Checking idna_adapter v1.2.1 |
| 4472 | 2026-05-18T23:47:25.876Z | Checking clap v4.5.60 |
| 4473 | 2026-05-18T23:47:25.895Z | Checking dof v0.3.0 |
| 4474 | 2026-05-18T23:47:25.955Z | Checking idna v1.1.0 |
| 4475 | 2026-05-18T23:47:26.155Z | Checking usdt-impl v0.5.0 |
| 4476 | 2026-05-18T23:47:26.302Z | Checking url v2.5.8 |
| 4477 | 2026-05-18T23:47:26.420Z | Checking usdt v0.5.0 |
| 4478 | 2026-05-18T23:47:26.507Z | Checking cargo-util-schemas v0.8.2 |
| 4479 | 2026-05-18T23:47:27.203Z | Checking cargo_metadata v0.21.0 |
| 4480 | 2026-05-18T23:47:27.802Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4481 | 2026-05-18T23:47:28.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
| 4482 | 2026-05-18T23:47:28.343Z | |
| 4483 | 2026-05-18T23:47:28.343Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4484 | 2026-05-18T23:47:28.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4485 | 2026-05-18T23:47:28.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4486 | 2026-05-18T23:47:28.985Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4487 | 2026-05-18T23:47:29.468Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4488 | 2026-05-18T23:47:29.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4489 | 2026-05-18T23:47:30.060Z | |
| 4490 | 2026-05-18T23:47:30.060Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4491 | 2026-05-18T23:47:30.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4492 | 2026-05-18T23:47:30.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4493 | 2026-05-18T23:47:30.858Z | Checking polyval v0.6.2 |
| 4494 | 2026-05-18T23:47:30.983Z | Checking ctr v0.9.2 |
| 4495 | 2026-05-18T23:47:30.996Z | Checking ssh-encoding v0.2.0 |
| 4496 | 2026-05-18T23:47:30.996Z | Checking blowfish v0.9.1 |
| 4497 | 2026-05-18T23:47:31.018Z | Checking password-hash v0.4.2 |
| 4498 | 2026-05-18T23:47:31.035Z | Checking p256 v0.13.2 |
| 4499 | 2026-05-18T23:47:31.043Z | Checking p521 v0.13.3 |
| 4500 | 2026-05-18T23:47:31.062Z | Checking russh-cryptovec v0.7.3 |
| 4501 | 2026-05-18T23:47:31.126Z | Checking ghash v0.5.1 |
| 4502 | 2026-05-18T23:47:31.141Z | Checking md5 v0.7.0 |
| 4503 | 2026-05-18T23:47:31.154Z | Checking bcrypt-pbkdf v0.10.0 |
| 4504 | 2026-05-18T23:47:31.171Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4505 | 2026-05-18T23:47:31.189Z | Checking num-bigint v0.4.6 |
| 4506 | 2026-05-18T23:47:31.236Z | Checking pbkdf2 v0.11.0 |
| 4507 | 2026-05-18T23:47:31.249Z | Checking aes-gcm v0.10.3 |
| 4508 | 2026-05-18T23:47:31.294Z | Checking des v0.8.1 |
| 4509 | 2026-05-18T23:47:31.312Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4510 | 2026-05-18T23:47:31.374Z | Checking hex-literal v0.4.1 |
| 4511 | 2026-05-18T23:47:31.400Z | Checking ssh-cipher v0.2.0 |
| 4512 | 2026-05-18T23:47:31.406Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4513 | 2026-05-18T23:47:31.428Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4514 | 2026-05-18T23:47:31.447Z | Checking socket2 v0.5.10 |
| 4515 | 2026-05-18T23:47:31.463Z | Checking internet-checksum v0.2.1 |
| 4516 | 2026-05-18T23:47:31.571Z | Checking ssh-key v0.6.7 |
| 4517 | 2026-05-18T23:47:31.739Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4518 | 2026-05-18T23:47:32.210Z | Checking russh-keys v0.45.0 |
| 4519 | 2026-05-18T23:47:36.562Z | Checking russh v0.45.0 |
| 4520 | 2026-05-18T23:47:48.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s |
| 4521 | 2026-05-18T23:47:49.132Z | |
| 4522 | 2026-05-18T23:47:49.132Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4523 | 2026-05-18T23:47:49.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4524 | 2026-05-18T23:47:49.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4525 | 2026-05-18T23:47:49.790Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4526 | 2026-05-18T23:47:49.902Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4527 | 2026-05-18T23:47:49.942Z | Checking termios v0.3.3 |
| 4528 | 2026-05-18T23:47:51.110Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4529 | 2026-05-18T23:47:51.264Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4530 | 2026-05-18T23:47:53.051Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4531 | 2026-05-18T23:47:53.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 4532 | 2026-05-18T23:47:53.804Z | |
| 4533 | 2026-05-18T23:47:53.804Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4534 | 2026-05-18T23:47:54.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4535 | 2026-05-18T23:47:54.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4536 | 2026-05-18T23:47:54.530Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4537 | 2026-05-18T23:47:54.538Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4538 | 2026-05-18T23:47:54.675Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4539 | 2026-05-18T23:47:54.683Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4540 | 2026-05-18T23:47:54.683Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4541 | 2026-05-18T23:47:54.683Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4542 | 2026-05-18T23:47:55.385Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4543 | 2026-05-18T23:47:55.720Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4544 | 2026-05-18T23:47:55.735Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4545 | 2026-05-18T23:47:56.370Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4546 | 2026-05-18T23:47:58.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
| 4547 | 2026-05-18T23:47:58.233Z | |
| 4548 | 2026-05-18T23:47:58.233Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4549 | 2026-05-18T23:47:58.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4550 | 2026-05-18T23:47:58.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4551 | 2026-05-18T23:47:58.872Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4552 | 2026-05-18T23:47:59.333Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4553 | 2026-05-18T23:47:59.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4554 | 2026-05-18T23:47:59.834Z | |
| 4555 | 2026-05-18T23:47:59.835Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4556 | 2026-05-18T23:48:00.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4557 | 2026-05-18T23:48:00.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4558 | 2026-05-18T23:48:00.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4559 | 2026-05-18T23:48:00.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4560 | 2026-05-18T23:48:00.429Z | |
| 4561 | 2026-05-18T23:48:00.430Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4562 | 2026-05-18T23:48:00.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-18T23:48:00.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-18T23:48:00.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4565 | 2026-05-18T23:48:00.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4566 | 2026-05-18T23:48:01.030Z | |
| 4567 | 2026-05-18T23:48:01.030Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4568 | 2026-05-18T23:48:01.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-18T23:48:01.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-18T23:48:01.774Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4571 | 2026-05-18T23:48:02.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4572 | 2026-05-18T23:48:02.588Z | |
| 4573 | 2026-05-18T23:48:02.588Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4574 | 2026-05-18T23:48:03.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-18T23:48:03.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-18T23:48:03.237Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4577 | 2026-05-18T23:48:03.289Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4578 | 2026-05-18T23:48:03.522Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4579 | 2026-05-18T23:48:03.522Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4580 | 2026-05-18T23:48:04.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s |
| 4581 | 2026-05-18T23:48:04.516Z | |
| 4582 | 2026-05-18T23:48:04.516Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4583 | 2026-05-18T23:48:05.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4584 | 2026-05-18T23:48:05.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4585 | 2026-05-18T23:48:05.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4586 | 2026-05-18T23:48:05.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4587 | 2026-05-18T23:48:05.095Z | |
| 4588 | 2026-05-18T23:48:05.095Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4589 | 2026-05-18T23:48:05.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-18T23:48:05.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-18T23:48:05.821Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4592 | 2026-05-18T23:48:06.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s |
| 4593 | 2026-05-18T23:48:07.056Z | |
| 4594 | 2026-05-18T23:48:07.056Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4595 | 2026-05-18T23:48:07.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-18T23:48:07.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-18T23:48:07.837Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4598 | 2026-05-18T23:48:08.194Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4599 | 2026-05-18T23:48:08.703Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4600 | 2026-05-18T23:48:08.712Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4601 | 2026-05-18T23:48:14.579Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4602 | 2026-05-18T23:48:14.592Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4603 | 2026-05-18T23:48:15.158Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4604 | 2026-05-18T23:48:15.158Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4605 | 2026-05-18T23:48:15.168Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4606 | 2026-05-18T23:48:15.168Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4607 | 2026-05-18T23:48:15.925Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4608 | 2026-05-18T23:48:16.915Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4609 | 2026-05-18T23:48:17.683Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4610 | 2026-05-18T23:48:18.294Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4611 | 2026-05-18T23:48:22.449Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4612 | 2026-05-18T23:48:28.842Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4613 | 2026-05-18T23:48:28.848Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4614 | 2026-05-18T23:48:28.848Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4615 | 2026-05-18T23:48:28.848Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4616 | 2026-05-18T23:48:30.325Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4617 | 2026-05-18T23:48:31.653Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4618 | 2026-05-18T23:48:32.335Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4619 | 2026-05-18T23:48:33.580Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4620 | 2026-05-18T23:48:34.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.06s |
| 4621 | 2026-05-18T23:48:34.352Z | |
| 4622 | 2026-05-18T23:48:34.352Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4623 | 2026-05-18T23:48:34.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4624 | 2026-05-18T23:48:34.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4625 | 2026-05-18T23:48:35.063Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4626 | 2026-05-18T23:48:35.063Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4627 | 2026-05-18T23:48:35.068Z | Checking rtoolbox v0.0.3 |
| 4628 | 2026-05-18T23:48:35.195Z | Checking tui-tree-widget v0.23.1 |
| 4629 | 2026-05-18T23:48:35.290Z | Checking rpassword v7.4.0 |
| 4630 | 2026-05-18T23:48:36.310Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4631 | 2026-05-18T23:48:39.296Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4632 | 2026-05-18T23:48:41.126Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4633 | 2026-05-18T23:48:42.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s |
| 4634 | 2026-05-18T23:48:42.236Z | |
| 4635 | 2026-05-18T23:48:42.237Z | info: running `cargo check --bins` on wicket (273/276) |
| 4636 | 2026-05-18T23:48:42.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4637 | 2026-05-18T23:48:42.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4638 | 2026-05-18T23:48:42.931Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4639 | 2026-05-18T23:48:43.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4640 | 2026-05-18T23:48:43.489Z | |
| 4641 | 2026-05-18T23:48:43.489Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4642 | 2026-05-18T23:48:44.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-05-18T23:48:44.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-05-18T23:48:44.206Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4645 | 2026-05-18T23:48:44.214Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4646 | 2026-05-18T23:48:44.214Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4647 | 2026-05-18T23:48:44.214Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4648 | 2026-05-18T23:48:46.880Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4649 | 2026-05-18T23:48:46.891Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4650 | 2026-05-18T23:48:48.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 4651 | 2026-05-18T23:48:48.941Z | |
| 4652 | 2026-05-18T23:48:48.941Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4653 | 2026-05-18T23:48:49.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4654 | 2026-05-18T23:48:49.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4655 | 2026-05-18T23:48:49.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4656 | 2026-05-18T23:48:49.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 4657 | 2026-05-18T23:48:49.523Z | |
| 4658 | 2026-05-18T23:48:49.524Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4659 | 2026-05-18T23:48:50.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-18T23:48:50.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-18T23:48:50.196Z | Checking uzers v0.12.2 |
| 4662 | 2026-05-18T23:48:50.471Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4663 | 2026-05-18T23:48:51.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 4664 | 2026-05-18T23:48:51.434Z | |
| 4665 | 2026-05-18T23:48:51.434Z | real 14:12.880036189 |
| 4666 | 2026-05-18T23:48:51.434Z | user 20:34.398197087 |
| 4667 | 2026-05-18T23:48:51.434Z | sys 4:18.288082500 |
| 4668 | 2026-05-18T23:48:51.434Z | trap 0.321321420 |
| 4669 | 2026-05-18T23:48:51.434Z | tflt 0.839962874 |
| 4670 | 2026-05-18T23:48:51.434Z | dflt 1.350778677 |
| 4671 | 2026-05-18T23:48:51.434Z | kflt 0.014640490 |
| 4672 | 2026-05-18T23:48:51.434Z | lock 1:16:50.175903999 |
| 4673 | 2026-05-18T23:48:51.434Z | slp 1:38:51.261215504 |
| 4674 | 2026-05-18T23:48:51.434Z | lat 55.961210673 |
| 4675 | 2026-05-18T23:48:51.438Z | stop 3:31.975968465 |
| 4676 | 2026-05-18T23:48:51.439Z | process exited: duration 988285 ms, exit code 0 |
| |
| 4677 | 2026-05-18T23:48:51.446Z | found 0 output files |