|
|
|
| 1 | 2026-01-31T04:09:18.919Z | job assigned to worker 01KG93T1VVQ06YG8H27XYX9QFD [factory aws, i-0e617645cdf82135d] (queued for 49 s) |
| |
| 2 | 2026-01-31T04:09:27.602Z | starting task 0: "setup" |
| 3 | 2026-01-31T04:09:27.606Z | ++ uname -s |
| 4 | 2026-01-31T04:09:27.610Z | + kern=SunOS |
| 5 | 2026-01-31T04:09:27.610Z | + build_user=build |
| 6 | 2026-01-31T04:09:27.610Z | + build_uid=12345 |
| 7 | 2026-01-31T04:09:27.610Z | + work_dir=/work |
| 8 | 2026-01-31T04:09:27.610Z | + input_dir=/input |
| 9 | 2026-01-31T04:09:27.610Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-31T04:09:27.610Z | + case "$kern" in |
| 11 | 2026-01-31T04:09:27.610Z | + groupadd -g 12345 build |
| 12 | 2026-01-31T04:09:27.614Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-31T04:09:29.618Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-31T04:09:29.731Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-31T04:09:29.734Z | + home_fs=zfs |
| 16 | 2026-01-31T04:09:29.734Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-31T04:09:29.734Z | + mkdir -p /home/build |
| 18 | 2026-01-31T04:09:29.738Z | + chown build:build /home/build /work |
| 19 | 2026-01-31T04:09:31.737Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-31T04:09:31.741Z | process exited: duration 4141 ms, exit code 0 |
| |
| 21 | 2026-01-31T04:09:31.747Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-31T04:09:31.753Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-31T04:09:31.753Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-01-31T04:09:31.753Z | * rust toolchain profile = "default" |
| 25 | 2026-01-31T04:09:31.753Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-01-31T04:09:31.753Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-31T04:09:31.753Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-31T04:09:31.756Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-31T04:09:31.756Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-31T04:09:31.894Z | info: downloading installer |
| 31 | 2026-01-31T04:09:33.638Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-31T04:09:33.638Z | warn: /opt/ooce/bin |
| 33 | 2026-01-31T04:09:33.638Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-31T04:09:33.638Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-31T04:09:33.638Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-31T04:09:33.638Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-31T04:09:33.639Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-31T04:09:33.639Z | error: cannot install while Rust is installed |
| 39 | 2026-01-31T04:09:33.639Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-31T04:09:33.650Z | info: profile set to 'default' |
| 41 | 2026-01-31T04:09:33.650Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-31T04:09:33.654Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-31T04:09:33.823Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-31T04:09:33.823Z | info: downloading component 'cargo' |
| 45 | 2026-01-31T04:09:34.643Z | info: downloading component 'clippy' |
| 46 | 2026-01-31T04:09:35.026Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-31T04:09:36.273Z | info: downloading component 'rust-std' |
| 48 | 2026-01-31T04:09:37.786Z | info: downloading component 'rustc' |
| 49 | 2026-01-31T04:09:45.152Z | info: downloading component 'rustfmt' |
| 50 | 2026-01-31T04:09:45.435Z | info: installing component 'cargo' |
| 51 | 2026-01-31T04:09:46.345Z | info: installing component 'clippy' |
| 52 | 2026-01-31T04:09:46.740Z | info: installing component 'rust-docs' |
| 53 | 2026-01-31T04:09:48.663Z | info: installing component 'rust-std' |
| 54 | 2026-01-31T04:09:50.459Z | info: installing component 'rustc' |
| 55 | 2026-01-31T04:09:57.186Z | info: installing component 'rustfmt' |
| 56 | 2026-01-31T04:09:57.528Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-01-31T04:09:57.528Z | |
| 58 | 2026-01-31T04:09:58.011Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-01-31T04:09:58.011Z | |
| 60 | 2026-01-31T04:09:58.014Z | |
| 61 | 2026-01-31T04:09:58.014Z | Rust is installed now. Great! |
| 62 | 2026-01-31T04:09:58.014Z | |
| 63 | 2026-01-31T04:09:58.014Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-01-31T04:09:58.014Z | environment variable. This has not been done automatically. |
| 65 | 2026-01-31T04:09:58.014Z | |
| 66 | 2026-01-31T04:09:58.014Z | To configure your current shell, you need to source |
| 67 | 2026-01-31T04:09:58.014Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-01-31T04:09:58.014Z | |
| 69 | 2026-01-31T04:09:58.014Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-01-31T04:09:58.014Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-01-31T04:09:58.014Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-01-31T04:09:58.014Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-01-31T04:09:58.138Z | + rustup --version |
| 74 | 2026-01-31T04:09:58.150Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-01-31T04:09:58.152Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-01-31T04:09:58.237Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-01-31T04:09:58.240Z | + cargo --version |
| 78 | 2026-01-31T04:09:58.312Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-01-31T04:09:58.315Z | + rustc --version |
| 80 | 2026-01-31T04:09:58.390Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-01-31T04:09:58.395Z | process exited: duration 26648 ms, exit code 0 |
| |
| 82 | 2026-01-31T04:09:58.402Z | starting task 2: "authentication" |
| 83 | 2026-01-31T04:09:58.423Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-01-31T04:09:58.432Z | starting task 3: "clone repository" |
| 85 | 2026-01-31T04:09:58.435Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-01-31T04:09:58.438Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-01-31T04:09:58.471Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-01-31T04:11:01.637Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-01-31T04:11:01.637Z | + git fetch origin 76eec9d1226b4821e8b9937243a3e24644b52085 |
| 90 | 2026-01-31T04:11:02.369Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-01-31T04:11:02.369Z | * branch 76eec9d1226b4821e8b9937243a3e24644b52085 -> FETCH_HEAD |
| 92 | 2026-01-31T04:11:02.381Z | + [[ -n update-networking-deps ]] |
| 93 | 2026-01-31T04:11:02.384Z | ++ git branch --show-current |
| 94 | 2026-01-31T04:11:02.387Z | + current=main |
| 95 | 2026-01-31T04:11:02.387Z | + [[ main != update-networking-deps ]] |
| 96 | 2026-01-31T04:11:02.387Z | + git branch -f update-networking-deps 76eec9d1226b4821e8b9937243a3e24644b52085 |
| 97 | 2026-01-31T04:11:02.390Z | + git checkout -f update-networking-deps |
| 98 | 2026-01-31T04:11:02.445Z | Switched to branch 'update-networking-deps' |
| 99 | 2026-01-31T04:11:02.448Z | + git reset --hard 76eec9d1226b4821e8b9937243a3e24644b52085 |
| 100 | 2026-01-31T04:11:02.502Z | HEAD is now at 76eec9d12 Pull in latest networking dependencies |
| 101 | 2026-01-31T04:11:02.505Z | process exited: duration 64079 ms, exit code 0 |
| |
| 102 | 2026-01-31T04:11:02.511Z | starting task 4: "build" |
| 103 | 2026-01-31T04:11:02.517Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-01-31T04:11:02.517Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-01-31T04:11:02.517Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-01-31T04:11:02.520Z | + cargo --version |
| 107 | 2026-01-31T04:11:02.579Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-01-31T04:11:02.582Z | + rustc --version |
| 109 | 2026-01-31T04:11:02.654Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-01-31T04:11:02.657Z | + source ./env.sh |
| 111 | 2026-01-31T04:11:02.657Z | ++ OLD_SHELL_OPTS=ehxB |
| 112 | 2026-01-31T04:11:02.657Z | ++ set -o xtrace |
| 113 | 2026-01-31T04:11:02.661Z | ++++ dirname ./env.sh |
| 114 | 2026-01-31T04:11:02.664Z | +++ readlink -f . |
| 115 | 2026-01-31T04:11:02.664Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 116 | 2026-01-31T04:11:02.664Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 117 | 2026-01-31T04:11:02.664Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 118 | 2026-01-31T04:11:02.664Z | ++ 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 |
| 119 | 2026-01-31T04:11:02.664Z | ++ 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 |
| 120 | 2026-01-31T04:11:02.664Z | ++ 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 |
| 121 | 2026-01-31T04:11:02.664Z | ++ 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 |
| 122 | 2026-01-31T04:11:02.664Z | ++ 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 |
| 123 | 2026-01-31T04:11:02.664Z | ++ 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 |
| 124 | 2026-01-31T04:11:02.664Z | ++ case $OLD_SHELL_OPTS in |
| 125 | 2026-01-31T04:11:02.664Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 126 | 2026-01-31T04:11:02.664Z | + 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 |
| 127 | 2026-01-31T04:11:02.664Z | + 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 |
| 128 | 2026-01-31T04:11:02.664Z | + banner prerequisites |
| 129 | 2026-01-31T04:11:02.668Z | |
| 130 | 2026-01-31T04:11:02.668Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 131 | 2026-01-31T04:11:02.668Z | # # # # # # # # # # # # # # # |
| 132 | 2026-01-31T04:11:02.668Z | # # # # ##### # # ##### # # # # # #### # |
| 133 | 2026-01-31T04:11:02.668Z | ##### ##### # ##### # # # # # # # # # |
| 134 | 2026-01-31T04:11:02.668Z | # # # # # # # # # # # # # # # |
| 135 | 2026-01-31T04:11:02.668Z | # # # ###### # # ###### ### # #### # #### # |
| 136 | 2026-01-31T04:11:02.668Z | |
| 137 | 2026-01-31T04:11:02.668Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 138 | 2026-01-31T04:11:13.052Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 139 | 2026-01-31T04:11:23.113Z | Startup: Caching catalogs ... Done |
| 140 | 2026-01-31T04:11:43.519Z | Planning: Solver setup ... Done (18.950s) |
| 141 | 2026-01-31T04:11:43.650Z | Planning: Running solver ... Done (0.152s) |
| 142 | 2026-01-31T04:11:43.803Z | Planning: Finding local manifests ... Done (0.004s) |
| 143 | 2026-01-31T04:11:43.830Z | Planning: Fetching manifests: 0/4 0% complete |
| 144 | 2026-01-31T04:11:43.961Z | Planning: Fetching manifests: 4/4 100% complete |
| 145 | 2026-01-31T04:11:44.003Z | Planning: Package planning ... Done (0.047s) |
| 146 | 2026-01-31T04:11:44.060Z | Planning: Merging actions ... Done (0.049s) |
| 147 | 2026-01-31T04:11:44.339Z | Planning: Checking for conflicting actions ... Done (0.280s) |
| 148 | 2026-01-31T04:11:44.358Z | Planning: Consolidating action changes ... Done (0.011s) |
| 149 | 2026-01-31T04:11:45.384Z | Planning: Evaluating mediators ... Done (1.044s) |
| 150 | 2026-01-31T04:11:45.394Z | Planning: Planning completed in 22.14 seconds |
| 151 | 2026-01-31T04:11:45.410Z | Packages to install: 4 |
| 152 | 2026-01-31T04:11:45.410Z | Mediators to change: 2 |
| 153 | 2026-01-31T04:11:45.413Z | Services to change: 1 |
| 154 | 2026-01-31T04:11:45.413Z | Estimated space available: 155.44 GB |
| 155 | 2026-01-31T04:11:45.414Z | Estimated space to be consumed: 1.80 GB |
| 156 | 2026-01-31T04:11:45.414Z | Create boot environment: No |
| 157 | 2026-01-31T04:11:45.414Z | Create backup boot environment: No |
| 158 | 2026-01-31T04:11:45.414Z | Rebuild boot archive: No |
| 159 | 2026-01-31T04:11:45.414Z | |
| 160 | 2026-01-31T04:11:45.414Z | Changed mediators: |
| 161 | 2026-01-31T04:11:45.414Z | mediator clang: |
| 162 | 2026-01-31T04:11:45.414Z | version: None -> 15 (system default) |
| 163 | 2026-01-31T04:11:45.414Z | |
| 164 | 2026-01-31T04:11:45.414Z | mediator llvm: |
| 165 | 2026-01-31T04:11:45.414Z | version: 14 (system default) -> 15 (system default) |
| 166 | 2026-01-31T04:11:45.414Z | |
| 167 | 2026-01-31T04:11:45.414Z | Changed packages: |
| 168 | 2026-01-31T04:11:45.414Z | helios-dev |
| 169 | 2026-01-31T04:11:45.414Z | developer/build-essential |
| 170 | 2026-01-31T04:11:45.414Z | None -> 11-2.0 |
| 171 | 2026-01-31T04:11:45.414Z | library/libxmlsec1 |
| 172 | 2026-01-31T04:11:45.414Z | None -> 1.2.35-2.0 |
| 173 | 2026-01-31T04:11:45.414Z | ooce/developer/clang-15 |
| 174 | 2026-01-31T04:11:45.414Z | None -> 15.0.7-2.0 |
| 175 | 2026-01-31T04:11:45.414Z | ooce/developer/llvm-15 |
| 176 | 2026-01-31T04:11:45.414Z | None -> 15.0.7-2.0 |
| 177 | 2026-01-31T04:11:45.414Z | |
| 178 | 2026-01-31T04:11:45.414Z | Services: |
| 179 | 2026-01-31T04:11:45.414Z | restart_fmri: |
| 180 | 2026-01-31T04:11:45.414Z | svc:/system/update-man-index:default |
| 181 | 2026-01-31T04:11:45.466Z | |
| 182 | 2026-01-31T04:11:45.466Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 183 | 2026-01-31T04:11:51.533Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (24.2M/s) |
| 184 | 2026-01-31T04:11:59.573Z | Download: 2216/3290 items 117.7/212.6MB 55% complete (12.4M/s) |
| 185 | 2026-01-31T04:12:07.797Z | Download: 2220/3290 items 117.9/212.6MB 55% complete (9.9M/s) |
| 186 | 2026-01-31T04:12:13.446Z | Download: 3289/3290 items 212.5/212.6MB 99% complete (20.7M/s) |
| 187 | 2026-01-31T04:12:13.478Z | Download: Completed 212.60 MB in 28.01 seconds (7.6M/s) |
| 188 | 2026-01-31T04:12:14.393Z | Actions: 1/3689 actions (Installing new actions) |
| 189 | 2026-01-31T04:12:18.927Z | Actions: Completed 3689 actions in 4.56 seconds. |
| 190 | 2026-01-31T04:12:19.338Z | Done (0.407s) |
| 191 | 2026-01-31T04:12:19.338Z | Done (0.000s) |
| 192 | 2026-01-31T04:12:20.405Z | Done (1.067s) |
| 193 | 2026-01-31T04:12:24.911Z | Done (4.155s) |
| 194 | 2026-01-31T04:12:25.000Z | Done (0.019s) |
| 195 | 2026-01-31T04:12:25.003Z | Done (0.000s) |
| 196 | 2026-01-31T04:12:25.156Z | Done (0.000s) |
| 197 | 2026-01-31T04:12:26.092Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2026-01-31T04:12:26.254Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2026-01-31T04:12:26.257Z | Planning: Consolidating action changes ... Done |
| 200 | 2026-01-31T04:12:26.530Z | Planning: Evaluating mediators ... Done |
| 201 | 2026-01-31T04:12:26.533Z | Planning: Planning completed in 0.44 seconds |
| 202 | 2026-01-31T04:12:26.565Z | Mediators to change: 2 |
| 203 | 2026-01-31T04:12:26.568Z | Create boot environment: No |
| 204 | 2026-01-31T04:12:26.568Z | Create backup boot environment: No |
| 205 | 2026-01-31T04:12:26.652Z | Done |
| 206 | 2026-01-31T04:12:26.653Z | Done |
| 207 | 2026-01-31T04:12:27.396Z | Done |
| 208 | 2026-01-31T04:12:30.903Z | Done |
| 209 | 2026-01-31T04:12:30.992Z | Done |
| 210 | 2026-01-31T04:12:30.995Z | Done |
| 211 | 2026-01-31T04:12:31.168Z | Done |
| 212 | 2026-01-31T04:12:31.775Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2026-01-31T04:12:31.778Z | Planning: Merging actions ... Done |
| 214 | 2026-01-31T04:12:31.968Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2026-01-31T04:12:31.971Z | Planning: Consolidating action changes ... Done |
| 216 | 2026-01-31T04:12:32.230Z | Planning: Evaluating mediators ... Done |
| 217 | 2026-01-31T04:12:32.284Z | Planning: Planning completed in 0.76 seconds |
| 218 | 2026-01-31T04:12:32.319Z | Packages to change: 1 |
| 219 | 2026-01-31T04:12:32.319Z | Mediators to change: 1 |
| 220 | 2026-01-31T04:12:32.322Z | Services to change: 1 |
| 221 | 2026-01-31T04:12:32.322Z | Create boot environment: No |
| 222 | 2026-01-31T04:12:32.322Z | Create backup boot environment: Yes |
| 223 | 2026-01-31T04:12:34.830Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2026-01-31T04:12:34.833Z | Actions: Completed 6 actions in 0.00 seconds. |
| 225 | 2026-01-31T04:12:34.833Z | Done |
| 226 | 2026-01-31T04:12:34.833Z | Done |
| 227 | 2026-01-31T04:12:35.045Z | Done |
| 228 | 2026-01-31T04:12:38.760Z | Done |
| 229 | 2026-01-31T04:12:38.844Z | Done |
| 230 | 2026-01-31T04:12:38.847Z | Done |
| 231 | 2026-01-31T04:12:39.003Z | Done |
| 232 | 2026-01-31T04:12:39.454Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2026-01-31T04:12:39.454Z | clang system 15 system |
| 234 | 2026-01-31T04:12:39.454Z | csh system system illumos |
| 235 | 2026-01-31T04:12:39.454Z | ctags system system illumos |
| 236 | 2026-01-31T04:12:39.454Z | file system system illumos |
| 237 | 2026-01-31T04:12:39.454Z | gcc vendor 12 vendor |
| 238 | 2026-01-31T04:12:39.454Z | gcc system 10 system |
| 239 | 2026-01-31T04:12:39.454Z | gcc system 7 system |
| 240 | 2026-01-31T04:12:39.454Z | go system 1.20 system |
| 241 | 2026-01-31T04:12:39.454Z | go system 1.19 system |
| 242 | 2026-01-31T04:12:39.454Z | llvm system 15 system |
| 243 | 2026-01-31T04:12:39.454Z | llvm system 14 system |
| 244 | 2026-01-31T04:12:39.454Z | mariadb system 10.6 system |
| 245 | 2026-01-31T04:12:39.454Z | mta vendor vendor dma |
| 246 | 2026-01-31T04:12:39.454Z | openjdk system 17 system |
| 247 | 2026-01-31T04:12:39.454Z | openjdk system 11 system |
| 248 | 2026-01-31T04:12:39.454Z | openjdk system 1.8 system |
| 249 | 2026-01-31T04:12:39.454Z | openssl vendor 3 vendor |
| 250 | 2026-01-31T04:12:39.454Z | perl system 5.36 system |
| 251 | 2026-01-31T04:12:39.454Z | postgresql system 15 system |
| 252 | 2026-01-31T04:12:39.454Z | postgresql system 13 system |
| 253 | 2026-01-31T04:12:39.454Z | python vendor 3 vendor |
| 254 | 2026-01-31T04:12:39.455Z | python system 2 system |
| 255 | 2026-01-31T04:12:39.455Z | python3 system 3.11 system |
| 256 | 2026-01-31T04:12:39.455Z | ruby system 3.0 system |
| 257 | 2026-01-31T04:12:39.455Z | words vendor vendor american-english |
| 258 | 2026-01-31T04:12:39.455Z | words system system australian-english |
| 259 | 2026-01-31T04:12:39.455Z | words system system british-english |
| 260 | 2026-01-31T04:12:39.455Z | words system system canadian-english |
| 261 | 2026-01-31T04:12:39.455Z | words system system french |
| 262 | 2026-01-31T04:12:39.455Z | words system system italian |
| 263 | 2026-01-31T04:12:39.455Z | words system system ngerman |
| 264 | 2026-01-31T04:12:39.455Z | words system system ogerman |
| 265 | 2026-01-31T04:12:39.455Z | words system system spanish |
| 266 | 2026-01-31T04:12:39.790Z | PUBLISHER TYPE STATUS P LOCATION |
| 267 | 2026-01-31T04:12:39.790Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 268 | 2026-01-31T04:12:46.037Z | FMRI IFO |
| 269 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 270 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 271 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 272 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 273 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 274 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 275 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 276 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 277 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 278 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 279 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 280 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 281 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 282 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 283 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 284 | 2026-01-31T04:12:46.037Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 285 | 2026-01-31T04:12:47.185Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 286 | 2026-01-31T04:12:47.838Z | Updating crates.io index |
| 287 | 2026-01-31T04:12:47.841Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 288 | 2026-01-31T04:12:48.675Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 289 | 2026-01-31T04:12:50.844Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 290 | 2026-01-31T04:12:51.784Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 291 | 2026-01-31T04:12:52.320Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 292 | 2026-01-31T04:12:53.180Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 293 | 2026-01-31T04:12:57.091Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 294 | 2026-01-31T04:13:31.577Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 295 | 2026-01-31T04:13:34.465Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 296 | 2026-01-31T04:13:35.600Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 297 | 2026-01-31T04:13:39.112Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 298 | 2026-01-31T04:13:40.692Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 299 | 2026-01-31T04:13:41.393Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2026-01-31T04:13:42.789Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 301 | 2026-01-31T04:13:43.437Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 302 | 2026-01-31T04:13:45.372Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 303 | 2026-01-31T04:13:46.707Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 304 | 2026-01-31T04:13:47.411Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 305 | 2026-01-31T04:13:48.123Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 306 | 2026-01-31T04:13:48.969Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 307 | 2026-01-31T04:13:49.598Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 308 | 2026-01-31T04:13:50.157Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 309 | 2026-01-31T04:13:50.942Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 310 | 2026-01-31T04:13:51.816Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 311 | 2026-01-31T04:13:54.190Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 312 | 2026-01-31T04:13:54.884Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 313 | 2026-01-31T04:13:55.808Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 314 | 2026-01-31T04:13:56.488Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 315 | 2026-01-31T04:13:58.920Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 316 | 2026-01-31T04:13:59.770Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 317 | 2026-01-31T04:14:00.378Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 318 | 2026-01-31T04:14:01.162Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 319 | 2026-01-31T04:14:02.052Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 320 | 2026-01-31T04:14:02.793Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 321 | 2026-01-31T04:14:03.562Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 322 | 2026-01-31T04:14:04.181Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 323 | 2026-01-31T04:14:04.732Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 324 | 2026-01-31T04:14:05.503Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 325 | 2026-01-31T04:14:44.252Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 326 | 2026-01-31T04:14:46.518Z | Downloading crates ... |
| 327 | 2026-01-31T04:14:46.597Z | Downloaded cargo-platform v0.2.0 |
| 328 | 2026-01-31T04:14:46.600Z | Downloaded block-buffer v0.10.4 |
| 329 | 2026-01-31T04:14:46.604Z | Downloaded anstyle-query v1.1.1 |
| 330 | 2026-01-31T04:14:46.612Z | Downloaded icu_normalizer_data v1.5.0 |
| 331 | 2026-01-31T04:14:46.614Z | Downloaded fnv v1.0.7 |
| 332 | 2026-01-31T04:14:46.617Z | Downloaded dtrace-parser v0.2.0 |
| 333 | 2026-01-31T04:14:46.617Z | Downloaded cpufeatures v0.2.14 |
| 334 | 2026-01-31T04:14:46.621Z | Downloaded byteorder v1.5.0 |
| 335 | 2026-01-31T04:14:46.625Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2026-01-31T04:14:46.628Z | Downloaded zerofrom v0.1.4 |
| 337 | 2026-01-31T04:14:46.628Z | Downloaded once_cell v1.21.3 |
| 338 | 2026-01-31T04:14:46.632Z | Downloaded usdt-attr-macro v0.5.0 |
| 339 | 2026-01-31T04:14:46.635Z | Downloaded serde_derive v1.0.228 |
| 340 | 2026-01-31T04:14:46.638Z | Downloaded thread-id v4.2.2 |
| 341 | 2026-01-31T04:14:46.638Z | Downloaded tempfile v3.24.0 |
| 342 | 2026-01-31T04:14:46.642Z | Downloaded toml v0.8.23 |
| 343 | 2026-01-31T04:14:46.645Z | Downloaded idna v1.0.3 |
| 344 | 2026-01-31T04:14:46.648Z | Downloaded toml_write v0.1.2 |
| 345 | 2026-01-31T04:14:46.648Z | Downloaded usdt-macro v0.5.0 |
| 346 | 2026-01-31T04:14:46.648Z | Downloaded anstream v0.6.18 |
| 347 | 2026-01-31T04:14:46.651Z | Downloaded pest v2.8.2 |
| 348 | 2026-01-31T04:14:46.657Z | Downloaded goblin v0.8.2 |
| 349 | 2026-01-31T04:14:46.663Z | Downloaded yoke v0.7.4 |
| 350 | 2026-01-31T04:14:46.666Z | Downloaded anstyle v1.0.11 |
| 351 | 2026-01-31T04:14:46.666Z | Downloaded cargo_toml v0.21.0 |
| 352 | 2026-01-31T04:14:46.669Z | Downloaded unicode-xid v0.2.6 |
| 353 | 2026-01-31T04:14:46.669Z | Downloaded write16 v1.0.0 |
| 354 | 2026-01-31T04:14:46.671Z | Downloaded utf16_iter v1.0.5 |
| 355 | 2026-01-31T04:14:46.671Z | Downloaded unicode-linebreak v0.1.5 |
| 356 | 2026-01-31T04:14:46.675Z | Downloaded proc-macro-error v1.0.4 |
| 357 | 2026-01-31T04:14:46.678Z | Downloaded utf8parse v0.2.2 |
| 358 | 2026-01-31T04:14:46.678Z | Downloaded pest_derive v2.8.2 |
| 359 | 2026-01-31T04:14:46.681Z | Downloaded zerovec-derive v0.10.3 |
| 360 | 2026-01-31T04:14:46.681Z | Downloaded pest_generator v2.8.2 |
| 361 | 2026-01-31T04:14:46.684Z | Downloaded crypto-common v0.1.6 |
| 362 | 2026-01-31T04:14:46.684Z | Downloaded colorchoice v1.0.2 |
| 363 | 2026-01-31T04:14:46.684Z | Downloaded zerofrom-derive v0.1.4 |
| 364 | 2026-01-31T04:14:46.687Z | Downloaded scroll_derive v0.12.0 |
| 365 | 2026-01-31T04:14:46.687Z | Downloaded yoke-derive v0.7.4 |
| 366 | 2026-01-31T04:14:46.687Z | Downloaded is_terminal_polyfill v1.70.1 |
| 367 | 2026-01-31T04:14:46.690Z | Downloaded toml_datetime v0.6.11 |
| 368 | 2026-01-31T04:14:46.690Z | Downloaded getrandom v0.3.4 |
| 369 | 2026-01-31T04:14:46.693Z | Downloaded cargo_metadata v0.21.0 |
| 370 | 2026-01-31T04:14:46.696Z | Downloaded thiserror v1.0.69 |
| 371 | 2026-01-31T04:14:46.699Z | Downloaded usdt-impl v0.5.0 |
| 372 | 2026-01-31T04:14:46.702Z | Downloaded smawk v0.3.2 |
| 373 | 2026-01-31T04:14:46.705Z | Downloaded proc-macro-error-attr v1.0.4 |
| 374 | 2026-01-31T04:14:46.705Z | Downloaded unicode-ident v1.0.19 |
| 375 | 2026-01-31T04:14:46.709Z | Downloaded swrite v0.1.0 |
| 376 | 2026-01-31T04:14:46.709Z | Downloaded zerocopy-derive v0.7.35 |
| 377 | 2026-01-31T04:14:46.712Z | Downloaded zmij v1.0.15 |
| 378 | 2026-01-31T04:14:46.715Z | Downloaded ordered-float v2.10.1 |
| 379 | 2026-01-31T04:14:46.715Z | Downloaded icu_provider_macros v1.5.0 |
| 380 | 2026-01-31T04:14:46.718Z | Downloaded clap_lex v0.7.4 |
| 381 | 2026-01-31T04:14:46.718Z | Downloaded thiserror-impl v1.0.69 |
| 382 | 2026-01-31T04:14:46.721Z | Downloaded stable_deref_trait v1.2.0 |
| 383 | 2026-01-31T04:14:46.721Z | Downloaded idna_adapter v1.2.0 |
| 384 | 2026-01-31T04:14:46.721Z | Downloaded toml_edit v0.22.27 |
| 385 | 2026-01-31T04:14:46.724Z | Downloaded quote v1.0.40 |
| 386 | 2026-01-31T04:14:46.727Z | Downloaded heck v0.5.0 |
| 387 | 2026-01-31T04:14:46.730Z | Downloaded fastrand v2.1.1 |
| 388 | 2026-01-31T04:14:46.730Z | Downloaded generic-array v0.14.7 |
| 389 | 2026-01-31T04:14:46.730Z | Downloaded equivalent v1.0.2 |
| 390 | 2026-01-31T04:14:46.733Z | Downloaded writeable v0.5.5 |
| 391 | 2026-01-31T04:14:46.733Z | Downloaded macaddr v1.0.1 |
| 392 | 2026-01-31T04:14:46.736Z | Downloaded pretty-hex v0.4.1 |
| 393 | 2026-01-31T04:14:46.736Z | Downloaded version_check v0.9.5 |
| 394 | 2026-01-31T04:14:46.739Z | Downloaded tinystr v0.7.6 |
| 395 | 2026-01-31T04:14:46.739Z | Downloaded plain v0.2.3 |
| 396 | 2026-01-31T04:14:46.742Z | Downloaded heck v0.4.1 |
| 397 | 2026-01-31T04:14:46.742Z | Downloaded bytecount v0.6.8 |
| 398 | 2026-01-31T04:14:46.745Z | Downloaded serde-value v0.7.0 |
| 399 | 2026-01-31T04:14:46.745Z | Downloaded typenum v1.17.0 |
| 400 | 2026-01-31T04:14:46.748Z | Downloaded url v2.5.4 |
| 401 | 2026-01-31T04:14:46.751Z | Downloaded textwrap v0.16.2 |
| 402 | 2026-01-31T04:14:46.751Z | Downloaded digest v0.10.7 |
| 403 | 2026-01-31T04:14:46.754Z | Downloaded serde_tokenstream v0.2.2 |
| 404 | 2026-01-31T04:14:46.754Z | Downloaded terminal_size v0.4.0 |
| 405 | 2026-01-31T04:14:46.758Z | Downloaded strsim v0.11.1 |
| 406 | 2026-01-31T04:14:46.758Z | Downloaded zerovec v0.10.4 |
| 407 | 2026-01-31T04:14:46.762Z | Downloaded displaydoc v0.2.5 |
| 408 | 2026-01-31T04:14:46.764Z | Downloaded zerocopy v0.7.35 |
| 409 | 2026-01-31T04:14:46.780Z | Downloaded litemap v0.7.3 |
| 410 | 2026-01-31T04:14:46.783Z | Downloaded winnow v0.7.14 |
| 411 | 2026-01-31T04:14:46.790Z | Downloaded serde-untagged v0.1.7 |
| 412 | 2026-01-31T04:14:46.793Z | Downloaded num-traits v0.2.19 |
| 413 | 2026-01-31T04:14:46.796Z | Downloaded erased-serde v0.4.6 |
| 414 | 2026-01-31T04:14:46.799Z | Downloaded icu_locid_transform_data v1.5.0 |
| 415 | 2026-01-31T04:14:46.799Z | Downloaded unicode-width v0.2.0 |
| 416 | 2026-01-31T04:14:46.802Z | Downloaded synstructure v0.13.1 |
| 417 | 2026-01-31T04:14:46.805Z | Downloaded cargo-util-schemas v0.8.2 |
| 418 | 2026-01-31T04:14:46.805Z | Downloaded smallvec v1.15.1 |
| 419 | 2026-01-31T04:14:46.808Z | Downloaded semver v1.0.27 |
| 420 | 2026-01-31T04:14:46.808Z | Downloaded serde_core v1.0.228 |
| 421 | 2026-01-31T04:14:46.811Z | Downloaded pest_meta v2.8.2 |
| 422 | 2026-01-31T04:14:46.814Z | Downloaded camino-tempfile v1.4.1 |
| 423 | 2026-01-31T04:14:46.815Z | Downloaded icu_locid v1.5.0 |
| 424 | 2026-01-31T04:14:46.818Z | Downloaded log v0.4.29 |
| 425 | 2026-01-31T04:14:46.821Z | Downloaded clap v4.5.48 |
| 426 | 2026-01-31T04:14:46.828Z | Downloaded serde v1.0.228 |
| 427 | 2026-01-31T04:14:46.832Z | Downloaded icu_normalizer v1.5.0 |
| 428 | 2026-01-31T04:14:46.835Z | Downloaded icu_properties v1.5.1 |
| 429 | 2026-01-31T04:14:46.837Z | Downloaded papergrid v0.11.0 |
| 430 | 2026-01-31T04:14:46.841Z | Downloaded icu_provider v1.5.0 |
| 431 | 2026-01-31T04:14:46.844Z | Downloaded icu_collections v1.5.0 |
| 432 | 2026-01-31T04:14:46.848Z | Downloaded memchr v2.7.4 |
| 433 | 2026-01-31T04:14:46.852Z | Downloaded indexmap v2.13.0 |
| 434 | 2026-01-31T04:14:46.856Z | Downloaded unicode-width v0.1.14 |
| 435 | 2026-01-31T04:14:46.861Z | Downloaded clap_derive v4.5.47 |
| 436 | 2026-01-31T04:14:46.863Z | Downloaded bitflags v2.9.4 |
| 437 | 2026-01-31T04:14:46.866Z | Downloaded autocfg v1.4.0 |
| 438 | 2026-01-31T04:14:46.869Z | Downloaded sha2 v0.10.9 |
| 439 | 2026-01-31T04:14:46.872Z | Downloaded camino v1.2.2 |
| 440 | 2026-01-31T04:14:46.872Z | Downloaded serde_spanned v0.6.9 |
| 441 | 2026-01-31T04:14:46.875Z | Downloaded memmap v0.7.0 |
| 442 | 2026-01-31T04:14:46.875Z | Downloaded form_urlencoded v1.2.2 |
| 443 | 2026-01-31T04:14:46.875Z | Downloaded proc-macro2 v1.0.101 |
| 444 | 2026-01-31T04:14:46.878Z | Downloaded dof v0.3.0 |
| 445 | 2026-01-31T04:14:46.881Z | Downloaded thiserror v2.0.18 |
| 446 | 2026-01-31T04:14:46.884Z | Downloaded hashbrown v0.16.1 |
| 447 | 2026-01-31T04:14:46.888Z | Downloaded serde_json v1.0.149 |
| 448 | 2026-01-31T04:14:46.894Z | Downloaded tabled v0.15.0 |
| 449 | 2026-01-31T04:14:46.908Z | Downloaded clap_builder v4.5.48 |
| 450 | 2026-01-31T04:14:46.913Z | Downloaded fs-err v3.1.1 |
| 451 | 2026-01-31T04:14:46.916Z | Downloaded usdt v0.5.0 |
| 452 | 2026-01-31T04:14:46.916Z | Downloaded icu_properties_data v1.5.0 |
| 453 | 2026-01-31T04:14:46.924Z | Downloaded percent-encoding v2.3.2 |
| 454 | 2026-01-31T04:14:46.927Z | Downloaded itoa v1.0.11 |
| 455 | 2026-01-31T04:14:46.927Z | Downloaded errno v0.3.12 |
| 456 | 2026-01-31T04:14:46.927Z | Downloaded ucd-trie v0.1.7 |
| 457 | 2026-01-31T04:14:46.930Z | Downloaded typeid v1.0.3 |
| 458 | 2026-01-31T04:14:46.930Z | Downloaded thiserror-impl v2.0.18 |
| 459 | 2026-01-31T04:14:46.933Z | Downloaded syn v2.0.114 |
| 460 | 2026-01-31T04:14:46.940Z | Downloaded scroll v0.12.0 |
| 461 | 2026-01-31T04:14:46.943Z | Downloaded anstyle-parse v0.2.5 |
| 462 | 2026-01-31T04:14:46.943Z | Downloaded icu_locid_transform v1.5.0 |
| 463 | 2026-01-31T04:14:46.946Z | Downloaded rustix v1.1.3 |
| 464 | 2026-01-31T04:14:46.965Z | Downloaded rustix v0.38.37 |
| 465 | 2026-01-31T04:14:46.984Z | Downloaded anyhow v1.0.99 |
| 466 | 2026-01-31T04:14:46.987Z | Downloaded utf8_iter v1.0.4 |
| 467 | 2026-01-31T04:14:46.990Z | Downloaded syn v1.0.109 |
| 468 | 2026-01-31T04:14:46.995Z | Downloaded cfg-if v1.0.4 |
| 469 | 2026-01-31T04:14:47.012Z | Downloaded libc v0.2.180 |
| 470 | 2026-01-31T04:14:47.100Z | Compiling proc-macro2 v1.0.101 |
| 471 | 2026-01-31T04:14:47.103Z | Compiling unicode-ident v1.0.19 |
| 472 | 2026-01-31T04:14:47.103Z | Compiling serde_core v1.0.228 |
| 473 | 2026-01-31T04:14:47.103Z | Compiling version_check v0.9.5 |
| 474 | 2026-01-31T04:14:47.103Z | Compiling serde v1.0.228 |
| 475 | 2026-01-31T04:14:47.330Z | Compiling libc v0.2.180 |
| 476 | 2026-01-31T04:14:47.333Z | Compiling memchr v2.7.4 |
| 477 | 2026-01-31T04:14:47.333Z | Compiling thiserror v2.0.18 |
| 478 | 2026-01-31T04:14:47.594Z | Compiling stable_deref_trait v1.2.0 |
| 479 | 2026-01-31T04:14:47.700Z | Compiling zmij v1.0.15 |
| 480 | 2026-01-31T04:14:48.114Z | Compiling writeable v0.5.5 |
| 481 | 2026-01-31T04:14:48.140Z | Compiling litemap v0.7.3 |
| 482 | 2026-01-31T04:14:48.454Z | Compiling autocfg v1.4.0 |
| 483 | 2026-01-31T04:14:48.503Z | Compiling ucd-trie v0.1.7 |
| 484 | 2026-01-31T04:14:48.583Z | Compiling itoa v1.0.11 |
| 485 | 2026-01-31T04:14:48.814Z | Compiling thiserror v1.0.69 |
| 486 | 2026-01-31T04:14:48.858Z | Compiling bitflags v2.9.4 |
| 487 | 2026-01-31T04:14:49.066Z | Compiling icu_locid_transform_data v1.5.0 |
| 488 | 2026-01-31T04:14:49.317Z | Compiling byteorder v1.5.0 |
| 489 | 2026-01-31T04:14:49.403Z | Compiling serde_json v1.0.149 |
| 490 | 2026-01-31T04:14:49.522Z | Compiling quote v1.0.40 |
| 491 | 2026-01-31T04:14:49.767Z | Compiling errno v0.3.12 |
| 492 | 2026-01-31T04:14:49.818Z | Compiling icu_properties_data v1.5.0 |
| 493 | 2026-01-31T04:14:49.919Z | Compiling syn v2.0.114 |
| 494 | 2026-01-31T04:14:50.051Z | Compiling num-traits v0.2.19 |
| 495 | 2026-01-31T04:14:50.077Z | Compiling utf8_iter v1.0.4 |
| 496 | 2026-01-31T04:14:50.122Z | Compiling equivalent v1.0.2 |
| 497 | 2026-01-31T04:14:50.122Z | Compiling write16 v1.0.0 |
| 498 | 2026-01-31T04:14:50.267Z | Compiling hashbrown v0.16.1 |
| 499 | 2026-01-31T04:14:50.306Z | Compiling rustix v0.38.37 |
| 500 | 2026-01-31T04:14:50.332Z | Compiling icu_normalizer_data v1.5.0 |
| 501 | 2026-01-31T04:14:50.384Z | Compiling smallvec v1.15.1 |
| 502 | 2026-01-31T04:14:50.457Z | Compiling typeid v1.0.3 |
| 503 | 2026-01-31T04:14:50.592Z | Compiling utf16_iter v1.0.5 |
| 504 | 2026-01-31T04:14:51.158Z | Compiling usdt-impl v0.5.0 |
| 505 | 2026-01-31T04:14:51.190Z | Compiling proc-macro-error-attr v1.0.4 |
| 506 | 2026-01-31T04:14:51.307Z | Compiling winnow v0.7.14 |
| 507 | 2026-01-31T04:14:51.417Z | Compiling indexmap v2.13.0 |
| 508 | 2026-01-31T04:14:51.521Z | Compiling syn v1.0.109 |
| 509 | 2026-01-31T04:14:51.550Z | Compiling toml_write v0.1.2 |
| 510 | 2026-01-31T04:14:51.729Z | Compiling thread-id v4.2.2 |
| 511 | 2026-01-31T04:14:52.366Z | Compiling proc-macro-error v1.0.4 |
| 512 | 2026-01-31T04:14:52.805Z | Compiling rustix v1.1.3 |
| 513 | 2026-01-31T04:14:52.874Z | Compiling camino v1.2.2 |
| 514 | 2026-01-31T04:14:53.454Z | Compiling log v0.4.29 |
| 515 | 2026-01-31T04:14:53.481Z | Compiling utf8parse v0.2.2 |
| 516 | 2026-01-31T04:14:53.484Z | Compiling plain v0.2.3 |
| 517 | 2026-01-31T04:14:53.648Z | Compiling getrandom v0.3.4 |
| 518 | 2026-01-31T04:14:53.675Z | Compiling percent-encoding v2.3.2 |
| 519 | 2026-01-31T04:14:53.734Z | Compiling anstyle-parse v0.2.5 |
| 520 | 2026-01-31T04:14:53.786Z | Compiling ordered-float v2.10.1 |
| 521 | 2026-01-31T04:14:54.039Z | Compiling form_urlencoded v1.2.2 |
| 522 | 2026-01-31T04:14:54.462Z | Compiling terminal_size v0.4.0 |
| 523 | 2026-01-31T04:14:54.860Z | Compiling colorchoice v1.0.2 |
| 524 | 2026-01-31T04:14:55.062Z | Compiling anstyle-query v1.1.1 |
| 525 | 2026-01-31T04:14:55.094Z | Compiling cfg-if v1.0.4 |
| 526 | 2026-01-31T04:14:55.118Z | Compiling anstyle v1.0.11 |
| 527 | 2026-01-31T04:14:55.212Z | Compiling pretty-hex v0.4.1 |
| 528 | 2026-01-31T04:14:55.242Z | Compiling is_terminal_polyfill v1.70.1 |
| 529 | 2026-01-31T04:14:55.512Z | Compiling anstream v0.6.18 |
| 530 | 2026-01-31T04:14:55.541Z | Compiling semver v1.0.27 |
| 531 | 2026-01-31T04:14:56.220Z | Compiling fs-err v3.1.1 |
| 532 | 2026-01-31T04:14:56.251Z | Compiling unicode-xid v0.2.6 |
| 533 | 2026-01-31T04:14:56.281Z | Compiling heck v0.5.0 |
| 534 | 2026-01-31T04:14:56.455Z | Compiling anyhow v1.0.99 |
| 535 | 2026-01-31T04:14:56.553Z | Compiling synstructure v0.13.1 |
| 536 | 2026-01-31T04:14:56.750Z | Compiling bytecount v0.6.8 |
| 537 | 2026-01-31T04:14:56.777Z | Compiling fnv v1.0.7 |
| 538 | 2026-01-31T04:14:56.944Z | Compiling strsim v0.11.1 |
| 539 | 2026-01-31T04:14:56.992Z | Compiling unicode-width v0.1.14 |
| 540 | 2026-01-31T04:14:57.543Z | Compiling once_cell v1.21.3 |
| 541 | 2026-01-31T04:14:57.571Z | Compiling heck v0.4.1 |
| 542 | 2026-01-31T04:14:57.681Z | Compiling fastrand v2.1.1 |
| 543 | 2026-01-31T04:14:57.709Z | Compiling clap_lex v0.7.4 |
| 544 | 2026-01-31T04:14:57.926Z | Compiling papergrid v0.11.0 |
| 545 | 2026-01-31T04:14:58.163Z | Compiling clap_builder v4.5.48 |
| 546 | 2026-01-31T04:14:58.191Z | Compiling tempfile v3.24.0 |
| 547 | 2026-01-31T04:14:58.195Z | Compiling memmap v0.7.0 |
| 548 | 2026-01-31T04:14:58.389Z | Compiling unicode-width v0.2.0 |
| 549 | 2026-01-31T04:14:58.556Z | Compiling unicode-linebreak v0.1.5 |
| 550 | 2026-01-31T04:14:58.997Z | Compiling smawk v0.3.2 |
| 551 | 2026-01-31T04:14:59.001Z | Compiling camino-tempfile v1.4.1 |
| 552 | 2026-01-31T04:14:59.249Z | Compiling textwrap v0.16.2 |
| 553 | 2026-01-31T04:14:59.607Z | Compiling tabled_derive v0.7.0 |
| 554 | 2026-01-31T04:14:59.887Z | Compiling swrite v0.1.0 |
| 555 | 2026-01-31T04:15:00.042Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 556 | 2026-01-31T04:15:00.662Z | Compiling serde_derive v1.0.228 |
| 557 | 2026-01-31T04:15:00.697Z | Compiling zerofrom-derive v0.1.4 |
| 558 | 2026-01-31T04:15:00.750Z | Compiling yoke-derive v0.7.4 |
| 559 | 2026-01-31T04:15:00.849Z | Compiling thiserror-impl v2.0.18 |
| 560 | 2026-01-31T04:15:00.971Z | Compiling zerovec-derive v0.10.3 |
| 561 | 2026-01-31T04:15:01.200Z | Compiling displaydoc v0.2.5 |
| 562 | 2026-01-31T04:15:02.746Z | Compiling icu_provider_macros v1.5.0 |
| 563 | 2026-01-31T04:15:03.284Z | Compiling thiserror-impl v1.0.69 |
| 564 | 2026-01-31T04:15:03.471Z | Compiling zerocopy-derive v0.7.35 |
| 565 | 2026-01-31T04:15:03.770Z | Compiling scroll_derive v0.12.0 |
| 566 | 2026-01-31T04:15:04.004Z | Compiling zerofrom v0.1.4 |
| 567 | 2026-01-31T04:15:04.161Z | Compiling pest v2.8.2 |
| 568 | 2026-01-31T04:15:04.280Z | Compiling yoke v0.7.4 |
| 569 | 2026-01-31T04:15:04.695Z | Compiling zerovec v0.10.4 |
| 570 | 2026-01-31T04:15:05.208Z | Compiling scroll v0.12.0 |
| 571 | 2026-01-31T04:15:05.376Z | Compiling zerocopy v0.7.35 |
| 572 | 2026-01-31T04:15:05.695Z | Compiling goblin v0.8.2 |
| 573 | 2026-01-31T04:15:05.737Z | Compiling clap_derive v4.5.47 |
| 574 | 2026-01-31T04:15:05.814Z | Compiling tabled v0.15.0 |
| 575 | 2026-01-31T04:15:06.650Z | Compiling tinystr v0.7.6 |
| 576 | 2026-01-31T04:15:06.724Z | Compiling pest_meta v2.8.2 |
| 577 | 2026-01-31T04:15:06.727Z | Compiling icu_collections v1.5.0 |
| 578 | 2026-01-31T04:15:07.090Z | Compiling icu_locid v1.5.0 |
| 579 | 2026-01-31T04:15:08.152Z | Compiling pest_generator v2.8.2 |
| 580 | 2026-01-31T04:15:08.748Z | Compiling icu_provider v1.5.0 |
| 581 | 2026-01-31T04:15:08.821Z | Compiling serde_spanned v0.6.9 |
| 582 | 2026-01-31T04:15:09.111Z | Compiling toml_datetime v0.6.11 |
| 583 | 2026-01-31T04:15:09.142Z | Compiling dof v0.3.0 |
| 584 | 2026-01-31T04:15:09.668Z | Compiling icu_locid_transform v1.5.0 |
| 585 | 2026-01-31T04:15:09.697Z | Compiling toml_edit v0.22.27 |
| 586 | 2026-01-31T04:15:09.756Z | Compiling serde_tokenstream v0.2.2 |
| 587 | 2026-01-31T04:15:09.940Z | Compiling erased-serde v0.4.6 |
| 588 | 2026-01-31T04:15:10.015Z | Compiling serde-value v0.7.0 |
| 589 | 2026-01-31T04:15:10.346Z | Compiling cargo-platform v0.2.0 |
| 590 | 2026-01-31T04:15:10.811Z | Compiling clap v4.5.48 |
| 591 | 2026-01-31T04:15:10.913Z | Compiling macaddr v1.0.1 |
| 592 | 2026-01-31T04:15:10.955Z | Compiling icu_properties v1.5.1 |
| 593 | 2026-01-31T04:15:11.045Z | Compiling pest_derive v2.8.2 |
| 594 | 2026-01-31T04:15:11.075Z | Compiling serde-untagged v0.1.7 |
| 595 | 2026-01-31T04:15:11.860Z | Compiling dtrace-parser v0.2.0 |
| 596 | 2026-01-31T04:15:12.993Z | Compiling toml v0.8.23 |
| 597 | 2026-01-31T04:15:13.594Z | Compiling usdt-attr-macro v0.5.0 |
| 598 | 2026-01-31T04:15:13.594Z | Compiling usdt-macro v0.5.0 |
| 599 | 2026-01-31T04:15:13.811Z | Compiling cargo_toml v0.21.0 |
| 600 | 2026-01-31T04:15:14.467Z | Compiling icu_normalizer v1.5.0 |
| 601 | 2026-01-31T04:15:14.760Z | Compiling usdt v0.5.0 |
| 602 | 2026-01-31T04:15:15.161Z | Compiling idna_adapter v1.2.0 |
| 603 | 2026-01-31T04:15:15.351Z | Compiling idna v1.0.3 |
| 604 | 2026-01-31T04:15:15.738Z | Compiling url v2.5.4 |
| 605 | 2026-01-31T04:15:16.531Z | Compiling cargo-util-schemas v0.8.2 |
| 606 | 2026-01-31T04:15:17.928Z | Compiling cargo_metadata v0.21.0 |
| 607 | 2026-01-31T04:15:19.487Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 608 | 2026-01-31T04:15:22.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
| 609 | 2026-01-31T04:15:23.328Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 610 | 2026-01-31T04:15:24.091Z | Downloading crates ... |
| 611 | 2026-01-31T04:15:24.221Z | Downloaded array-init v0.0.4 |
| 612 | 2026-01-31T04:15:24.231Z | Downloaded bit-vec v0.6.3 |
| 613 | 2026-01-31T04:15:24.235Z | Downloaded blowfish v0.9.1 |
| 614 | 2026-01-31T04:15:24.239Z | Downloaded aho-corasick v1.1.3 |
| 615 | 2026-01-31T04:15:24.247Z | Downloaded base64ct v1.6.0 |
| 616 | 2026-01-31T04:15:24.252Z | Downloaded cargo-platform v0.1.8 |
| 617 | 2026-01-31T04:15:24.257Z | Downloaded crossbeam-deque v0.8.5 |
| 618 | 2026-01-31T04:15:24.261Z | Downloaded foreign-types-shared v0.3.1 |
| 619 | 2026-01-31T04:15:24.265Z | Downloaded castaway v0.2.3 |
| 620 | 2026-01-31T04:15:24.269Z | Downloaded cargo_metadata v0.19.2 |
| 621 | 2026-01-31T04:15:24.274Z | Downloaded document-features v0.2.11 |
| 622 | 2026-01-31T04:15:24.278Z | Downloaded float-ord v0.3.2 |
| 623 | 2026-01-31T04:15:24.282Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 624 | 2026-01-31T04:15:24.288Z | Downloaded endian-type v0.1.2 |
| 625 | 2026-01-31T04:15:24.291Z | Downloaded aead v0.5.2 |
| 626 | 2026-01-31T04:15:24.295Z | Downloaded display-error-chain v0.2.2 |
| 627 | 2026-01-31T04:15:24.299Z | Downloaded dof v0.4.0 |
| 628 | 2026-01-31T04:15:24.304Z | Downloaded fixedbitset v0.5.7 |
| 629 | 2026-01-31T04:15:24.309Z | Downloaded darling_macro v0.21.0 |
| 630 | 2026-01-31T04:15:24.313Z | Downloaded embedded-io v0.6.1 |
| 631 | 2026-01-31T04:15:24.317Z | Downloaded foreign-types-macros v0.2.3 |
| 632 | 2026-01-31T04:15:24.322Z | Downloaded crc-catalog v2.4.0 |
| 633 | 2026-01-31T04:15:24.335Z | Downloaded dropshot-api-manager-types v0.2.4 |
| 634 | 2026-01-31T04:15:24.336Z | Downloaded bitfield-struct v0.6.2 |
| 635 | 2026-01-31T04:15:24.336Z | Downloaded foldhash v0.1.5 |
| 636 | 2026-01-31T04:15:24.338Z | Downloaded flagset v0.4.6 |
| 637 | 2026-01-31T04:15:24.342Z | Downloaded fd-lock v4.0.2 |
| 638 | 2026-01-31T04:15:24.347Z | Downloaded fxhash v0.2.1 |
| 639 | 2026-01-31T04:15:24.350Z | Downloaded futures-task v0.3.31 |
| 640 | 2026-01-31T04:15:24.353Z | Downloaded funty v2.0.0 |
| 641 | 2026-01-31T04:15:24.356Z | Downloaded darling_macro v0.20.10 |
| 642 | 2026-01-31T04:15:24.359Z | Downloaded crc8 v0.1.1 |
| 643 | 2026-01-31T04:15:24.362Z | Downloaded fixedbitset v0.4.2 |
| 644 | 2026-01-31T04:15:24.365Z | Downloaded globwalk v0.9.1 |
| 645 | 2026-01-31T04:15:24.369Z | Downloaded futures-io v0.3.31 |
| 646 | 2026-01-31T04:15:24.373Z | Downloaded headers-core v0.3.0 |
| 647 | 2026-01-31T04:15:24.376Z | Downloaded fs_extra v1.3.0 |
| 648 | 2026-01-31T04:15:24.380Z | Downloaded derive_builder_core v0.20.2 |
| 649 | 2026-01-31T04:15:24.385Z | Downloaded hex v0.4.3 |
| 650 | 2026-01-31T04:15:24.389Z | Downloaded filetime v0.2.26 |
| 651 | 2026-01-31T04:15:24.393Z | Downloaded foreign-types v0.5.0 |
| 652 | 2026-01-31T04:15:24.410Z | Downloaded hyper-tls v0.6.0 |
| 653 | 2026-01-31T04:15:24.414Z | Downloaded ff v0.13.0 |
| 654 | 2026-01-31T04:15:24.418Z | Downloaded http-range v0.1.5 |
| 655 | 2026-01-31T04:15:24.421Z | Downloaded fallible-iterator v0.2.0 |
| 656 | 2026-01-31T04:15:24.424Z | Downloaded group v0.13.0 |
| 657 | 2026-01-31T04:15:24.427Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 658 | 2026-01-31T04:15:24.432Z | Downloaded indent_write v2.2.0 |
| 659 | 2026-01-31T04:15:24.435Z | Downloaded ident_case v1.0.1 |
| 660 | 2026-01-31T04:15:24.438Z | Downloaded cookie_store v0.21.1 |
| 661 | 2026-01-31T04:15:24.443Z | Downloaded derive_more v0.99.20 |
| 662 | 2026-01-31T04:15:24.449Z | Downloaded internet-checksum v0.2.1 |
| 663 | 2026-01-31T04:15:24.452Z | Downloaded crossbeam-epoch v0.9.18 |
| 664 | 2026-01-31T04:15:24.457Z | Downloaded keccak v0.1.5 |
| 665 | 2026-01-31T04:15:24.462Z | Downloaded indoc v1.0.9 |
| 666 | 2026-01-31T04:15:24.465Z | Downloaded lazycell v1.3.0 |
| 667 | 2026-01-31T04:15:24.468Z | Downloaded libsw-core v0.3.1 |
| 668 | 2026-01-31T04:15:24.471Z | Downloaded http-body-util v0.1.3 |
| 669 | 2026-01-31T04:15:24.474Z | Downloaded lalrpop-util v0.19.12 |
| 670 | 2026-01-31T04:15:24.477Z | Downloaded fs-err v2.11.0 |
| 671 | 2026-01-31T04:15:24.480Z | Downloaded half v1.8.3 |
| 672 | 2026-01-31T04:15:24.483Z | Downloaded humantime v2.2.0 |
| 673 | 2026-01-31T04:15:24.486Z | Downloaded mime v0.3.17 |
| 674 | 2026-01-31T04:15:24.489Z | Downloaded lockfree-object-pool v0.1.6 |
| 675 | 2026-01-31T04:15:24.493Z | Downloaded md-5 v0.10.6 |
| 676 | 2026-01-31T04:15:24.497Z | Downloaded maybe-uninit v2.0.0 |
| 677 | 2026-01-31T04:15:24.500Z | Downloaded elliptic-curve v0.13.8 |
| 678 | 2026-01-31T04:15:24.505Z | Downloaded linked-hash-map v0.5.6 |
| 679 | 2026-01-31T04:15:24.508Z | Downloaded maplit v1.0.2 |
| 680 | 2026-01-31T04:15:24.511Z | Downloaded lzss v0.8.2 |
| 681 | 2026-01-31T04:15:24.514Z | Downloaded const_format v0.2.34 |
| 682 | 2026-01-31T04:15:24.521Z | Downloaded multimap v0.10.1 |
| 683 | 2026-01-31T04:15:24.524Z | Downloaded md5 v0.7.0 |
| 684 | 2026-01-31T04:15:24.527Z | Downloaded newtype-uuid-macros v0.1.0 |
| 685 | 2026-01-31T04:15:24.529Z | Downloaded newline-converter v0.3.0 |
| 686 | 2026-01-31T04:15:24.532Z | Downloaded nibble_vec v0.1.0 |
| 687 | 2026-01-31T04:15:24.535Z | Downloaded num-derive v0.3.3 |
| 688 | 2026-01-31T04:15:24.538Z | Downloaded httparse v1.9.5 |
| 689 | 2026-01-31T04:15:24.541Z | Downloaded normalize-line-endings v0.3.0 |
| 690 | 2026-01-31T04:15:24.544Z | Downloaded derive_builder v0.20.2 |
| 691 | 2026-01-31T04:15:24.549Z | Downloaded number_prefix v0.4.0 |
| 692 | 2026-01-31T04:15:24.552Z | Downloaded memoffset v0.9.1 |
| 693 | 2026-01-31T04:15:24.555Z | Downloaded opaque-debug v0.3.1 |
| 694 | 2026-01-31T04:15:24.558Z | Downloaded base64 v0.22.1 |
| 695 | 2026-01-31T04:15:24.562Z | Downloaded iana-time-zone v0.1.63 |
| 696 | 2026-01-31T04:15:24.567Z | Downloaded num-conv v0.1.0 |
| 697 | 2026-01-31T04:15:24.570Z | Downloaded packed_struct_codegen v0.10.1 |
| 698 | 2026-01-31T04:15:24.573Z | Downloaded oso-derive v0.27.3 |
| 699 | 2026-01-31T04:15:24.576Z | Downloaded base64 v0.21.7 |
| 700 | 2026-01-31T04:15:24.579Z | Downloaded mime_guess v2.0.5 |
| 701 | 2026-01-31T04:15:24.582Z | Downloaded openssl-macros v0.1.1 |
| 702 | 2026-01-31T04:15:24.585Z | Downloaded bytes v1.10.1 |
| 703 | 2026-01-31T04:15:24.589Z | Downloaded multer v3.1.0 |
| 704 | 2026-01-31T04:15:24.593Z | Downloaded ingot-macros v0.1.1 |
| 705 | 2026-01-31T04:15:24.596Z | Downloaded parse-size v1.1.0 |
| 706 | 2026-01-31T04:15:24.599Z | Downloaded pbkdf2 v0.11.0 |
| 707 | 2026-01-31T04:15:24.602Z | Downloaded nu-ansi-term v0.50.1 |
| 708 | 2026-01-31T04:15:24.607Z | Downloaded pbkdf2 v0.12.2 |
| 709 | 2026-01-31T04:15:24.610Z | Downloaded nanorand v0.7.0 |
| 710 | 2026-01-31T04:15:24.617Z | Downloaded pin-utils v0.1.0 |
| 711 | 2026-01-31T04:15:24.617Z | Downloaded phf_shared v0.12.1 |
| 712 | 2026-01-31T04:15:24.617Z | Downloaded phf_shared v0.11.2 |
| 713 | 2026-01-31T04:15:24.620Z | Downloaded num_enum v0.5.11 |
| 714 | 2026-01-31T04:15:24.626Z | Downloaded headers v0.4.1 |
| 715 | 2026-01-31T04:15:24.635Z | Downloaded openssl-probe v0.1.5 |
| 716 | 2026-01-31T04:15:24.639Z | Downloaded powerfmt v0.2.0 |
| 717 | 2026-01-31T04:15:24.639Z | Downloaded dropshot-api-manager v0.2.4 |
| 718 | 2026-01-31T04:15:24.642Z | Downloaded precomputed-hash v0.1.1 |
| 719 | 2026-01-31T04:15:24.642Z | Downloaded num-integer v0.1.46 |
| 720 | 2026-01-31T04:15:24.645Z | Downloaded indexmap v1.9.3 |
| 721 | 2026-01-31T04:15:24.649Z | Downloaded predicates-tree v1.0.12 |
| 722 | 2026-01-31T04:15:24.652Z | Downloaded predicates-core v1.0.8 |
| 723 | 2026-01-31T04:15:24.655Z | Downloaded progenitor v0.8.0 |
| 724 | 2026-01-31T04:15:24.658Z | Downloaded progenitor-client v0.8.0 |
| 725 | 2026-01-31T04:15:24.658Z | Downloaded password-hash v0.5.0 |
| 726 | 2026-01-31T04:15:24.661Z | Downloaded radium v0.7.0 |
| 727 | 2026-01-31T04:15:24.664Z | Downloaded parking_lot_core v0.9.10 |
| 728 | 2026-01-31T04:15:24.667Z | Downloaded ignore v0.4.23 |
| 729 | 2026-01-31T04:15:24.671Z | Downloaded progenitor-macro v0.8.0 |
| 730 | 2026-01-31T04:15:24.674Z | Downloaded psl-types v2.0.11 |
| 731 | 2026-01-31T04:15:24.677Z | Downloaded quick-error v1.2.3 |
| 732 | 2026-01-31T04:15:24.680Z | Downloaded progenitor-client v0.11.2 |
| 733 | 2026-01-31T04:15:24.683Z | Downloaded cc v1.2.30 |
| 734 | 2026-01-31T04:15:24.686Z | Downloaded polyval v0.6.2 |
| 735 | 2026-01-31T04:15:24.690Z | Downloaded pkcs8 v0.10.2 |
| 736 | 2026-01-31T04:15:24.693Z | Downloaded poly1305 v0.8.0 |
| 737 | 2026-01-31T04:15:24.697Z | Downloaded rand_chacha v0.3.1 |
| 738 | 2026-01-31T04:15:24.700Z | Downloaded flate2 v1.1.2 |
| 739 | 2026-01-31T04:15:24.706Z | Downloaded postgres-protocol v0.6.8 |
| 740 | 2026-01-31T04:15:24.709Z | Downloaded owo-colors v4.2.2 |
| 741 | 2026-01-31T04:15:24.713Z | Downloaded rand_xorshift v0.4.0 |
| 742 | 2026-01-31T04:15:24.717Z | Downloaded miniz_oxide v0.8.5 |
| 743 | 2026-01-31T04:15:24.720Z | Downloaded ppv-lite86 v0.2.20 |
| 744 | 2026-01-31T04:15:24.723Z | Downloaded progenitor v0.11.2 |
| 745 | 2026-01-31T04:15:24.726Z | Downloaded ref-cast v1.0.25 |
| 746 | 2026-01-31T04:15:24.729Z | Downloaded rustc-hash v2.1.1 |
| 747 | 2026-01-31T04:15:24.733Z | Downloaded r2d2 v0.8.10 |
| 748 | 2026-01-31T04:15:24.736Z | Downloaded quinn-udp v0.5.5 |
| 749 | 2026-01-31T04:15:24.739Z | Downloaded primeorder v0.13.6 |
| 750 | 2026-01-31T04:15:24.742Z | Downloaded hickory-resolver v0.25.2 |
| 751 | 2026-01-31T04:15:24.745Z | Downloaded hickory-resolver v0.24.4 |
| 752 | 2026-01-31T04:15:24.751Z | Downloaded rtoolbox v0.0.2 |
| 753 | 2026-01-31T04:15:24.754Z | Downloaded rustc_version v0.1.7 |
| 754 | 2026-01-31T04:15:24.757Z | Downloaded pkg-config v0.3.31 |
| 755 | 2026-01-31T04:15:24.760Z | Downloaded pkcs5 v0.7.1 |
| 756 | 2026-01-31T04:15:24.763Z | Downloaded postcard v1.0.10 |
| 757 | 2026-01-31T04:15:24.766Z | Downloaded rustc_version v0.4.1 |
| 758 | 2026-01-31T04:15:24.769Z | Downloaded pkcs1 v0.7.5 |
| 759 | 2026-01-31T04:15:24.772Z | Downloaded rand_core v0.9.3 |
| 760 | 2026-01-31T04:15:24.775Z | Downloaded scheduled-thread-pool v0.2.7 |
| 761 | 2026-01-31T04:15:24.778Z | Downloaded papergrid v0.14.0 |
| 762 | 2026-01-31T04:15:24.783Z | Downloaded salsa20 v0.10.2 |
| 763 | 2026-01-31T04:15:24.785Z | Downloaded oso v0.27.3 |
| 764 | 2026-01-31T04:15:24.789Z | Downloaded sapling-renderdag v0.1.0 |
| 765 | 2026-01-31T04:15:24.792Z | Downloaded same-file v1.0.6 |
| 766 | 2026-01-31T04:15:24.795Z | Downloaded scroll_derive v0.13.1 |
| 767 | 2026-01-31T04:15:24.798Z | Downloaded secrecy v0.10.3 |
| 768 | 2026-01-31T04:15:24.798Z | Downloaded scrypt v0.11.0 |
| 769 | 2026-01-31T04:15:24.801Z | Downloaded resolv-conf v0.7.0 |
| 770 | 2026-01-31T04:15:24.804Z | Downloaded hashbrown v0.13.2 |
| 771 | 2026-01-31T04:15:24.809Z | Downloaded progenitor-impl v0.8.0 |
| 772 | 2026-01-31T04:15:24.812Z | Downloaded papergrid v0.17.0 |
| 773 | 2026-01-31T04:15:24.818Z | Downloaded serde_spanned v1.0.4 |
| 774 | 2026-01-31T04:15:24.821Z | Downloaded serde_urlencoded v0.7.1 |
| 775 | 2026-01-31T04:15:24.824Z | Downloaded serde_bytes v0.11.19 |
| 776 | 2026-01-31T04:15:24.827Z | Downloaded shell-words v1.1.0 |
| 777 | 2026-01-31T04:15:24.829Z | Downloaded sha1 v0.10.6 |
| 778 | 2026-01-31T04:15:24.832Z | Downloaded aes v0.8.4 |
| 779 | 2026-01-31T04:15:24.835Z | Downloaded signal-hook-mio v0.2.4 |
| 780 | 2026-01-31T04:15:24.838Z | Downloaded rustc-demangle v0.1.24 |
| 781 | 2026-01-31T04:15:24.841Z | Downloaded serde-big-array v0.5.1 |
| 782 | 2026-01-31T04:15:24.844Z | Downloaded signal-hook-tokio v0.3.1 |
| 783 | 2026-01-31T04:15:24.847Z | Downloaded rustls-pemfile v2.2.0 |
| 784 | 2026-01-31T04:15:24.850Z | Downloaded sigpipe v0.1.3 |
| 785 | 2026-01-31T04:15:24.850Z | Downloaded slog-envlogger v2.2.0 |
| 786 | 2026-01-31T04:15:24.853Z | Downloaded slog-bunyan v2.5.0 |
| 787 | 2026-01-31T04:15:24.855Z | Downloaded p256 v0.13.2 |
| 788 | 2026-01-31T04:15:24.858Z | Downloaded siphasher v1.0.1 |
| 789 | 2026-01-31T04:15:24.861Z | Downloaded simd-adler32 v0.3.7 |
| 790 | 2026-01-31T04:15:24.864Z | Downloaded scroll v0.13.0 |
| 791 | 2026-01-31T04:15:24.867Z | Downloaded rusty-fork v0.3.0 |
| 792 | 2026-01-31T04:15:24.870Z | Downloaded prefix-trie v0.7.0 |
| 793 | 2026-01-31T04:15:24.873Z | Downloaded sec1 v0.7.3 |
| 794 | 2026-01-31T04:15:24.876Z | Downloaded progenitor-impl v0.10.0 |
| 795 | 2026-01-31T04:15:24.879Z | Downloaded schemars_derive v0.8.22 |
| 796 | 2026-01-31T04:15:24.885Z | Downloaded minimal-lexical v0.2.1 |
| 797 | 2026-01-31T04:15:24.887Z | Downloaded serde-hex v0.1.0 |
| 798 | 2026-01-31T04:15:24.890Z | Downloaded strip-ansi-escapes v0.2.0 |
| 799 | 2026-01-31T04:15:24.890Z | Downloaded hyper-util v0.1.19 |
| 800 | 2026-01-31T04:15:24.896Z | Downloaded ssh-cipher v0.2.0 |
| 801 | 2026-01-31T04:15:24.899Z | Downloaded shlex v1.3.0 |
| 802 | 2026-01-31T04:15:24.902Z | Downloaded siphasher v0.3.11 |
| 803 | 2026-01-31T04:15:24.906Z | Downloaded signal-hook-registry v1.4.2 |
| 804 | 2026-01-31T04:15:24.906Z | Downloaded crossterm v0.28.1 |
| 805 | 2026-01-31T04:15:24.912Z | Downloaded strum v0.27.2 |
| 806 | 2026-01-31T04:15:24.915Z | Downloaded crossterm v0.29.0 |
| 807 | 2026-01-31T04:15:24.921Z | Downloaded sync-ptr v0.1.4 |
| 808 | 2026-01-31T04:15:24.924Z | Downloaded slog-dtrace v0.3.0 |
| 809 | 2026-01-31T04:15:24.927Z | Downloaded slog-stdlog v4.1.1 |
| 810 | 2026-01-31T04:15:24.927Z | Downloaded snafu-derive v0.8.5 |
| 811 | 2026-01-31T04:15:24.931Z | Downloaded sync_wrapper v1.0.1 |
| 812 | 2026-01-31T04:15:24.931Z | Downloaded supports-color v3.0.2 |
| 813 | 2026-01-31T04:15:24.933Z | Downloaded tap v1.0.1 |
| 814 | 2026-01-31T04:15:24.937Z | Downloaded ron v0.7.1 |
| 815 | 2026-01-31T04:15:24.940Z | Downloaded sct v0.7.1 |
| 816 | 2026-01-31T04:15:24.943Z | Downloaded smf v0.2.3 |
| 817 | 2026-01-31T04:15:24.946Z | Downloaded iddqd v0.3.16 |
| 818 | 2026-01-31T04:15:24.952Z | Downloaded take_mut v0.2.2 |
| 819 | 2026-01-31T04:15:24.955Z | Downloaded stringprep v0.1.5 |
| 820 | 2026-01-31T04:15:24.958Z | Downloaded string_cache v0.8.9 |
| 821 | 2026-01-31T04:15:24.958Z | Downloaded tabled_derive v0.11.0 |
| 822 | 2026-01-31T04:15:24.961Z | Downloaded serde_path_to_error v0.1.20 |
| 823 | 2026-01-31T04:15:24.964Z | Downloaded static_assertions v1.1.0 |
| 824 | 2026-01-31T04:15:24.964Z | Downloaded sqlparser_derive v0.2.2 |
| 825 | 2026-01-31T04:15:24.967Z | Downloaded russh-keys v0.45.0 |
| 826 | 2026-01-31T04:15:24.970Z | Downloaded termtree v0.5.1 |
| 827 | 2026-01-31T04:15:24.973Z | Downloaded thread_local v1.1.8 |
| 828 | 2026-01-31T04:15:24.973Z | Downloaded thread-id v5.0.0 |
| 829 | 2026-01-31T04:15:24.976Z | Downloaded serde_cbor v0.11.2 |
| 830 | 2026-01-31T04:15:24.980Z | Downloaded strum_macros v0.27.2 |
| 831 | 2026-01-31T04:15:24.983Z | Downloaded time-core v0.1.6 |
| 832 | 2026-01-31T04:15:24.983Z | Downloaded tinyvec_macros v0.1.1 |
| 833 | 2026-01-31T04:15:24.983Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 834 | 2026-01-31T04:15:24.986Z | Downloaded support-bundle-viewer v0.1.2 |
| 835 | 2026-01-31T04:15:24.989Z | Downloaded subtle v2.6.1 |
| 836 | 2026-01-31T04:15:24.989Z | Downloaded mio v1.0.2 |
| 837 | 2026-01-31T04:15:24.993Z | Downloaded strum_macros v0.26.4 |
| 838 | 2026-01-31T04:15:24.996Z | Downloaded slog-async v2.8.0 |
| 839 | 2026-01-31T04:15:25.000Z | Downloaded testing_table v0.3.0 |
| 840 | 2026-01-31T04:15:25.000Z | Downloaded libm v0.2.8 |
| 841 | 2026-01-31T04:15:25.006Z | Downloaded tagptr v0.2.0 |
| 842 | 2026-01-31T04:15:25.011Z | Downloaded tabled_derive v0.10.0 |
| 843 | 2026-01-31T04:15:25.011Z | Downloaded schemars v0.8.22 |
| 844 | 2026-01-31T04:15:25.020Z | Downloaded spin v0.9.8 |
| 845 | 2026-01-31T04:15:25.025Z | Downloaded termios v0.3.3 |
| 846 | 2026-01-31T04:15:25.025Z | Downloaded nom v7.1.3 |
| 847 | 2026-01-31T04:15:25.029Z | Downloaded ron v0.8.1 |
| 848 | 2026-01-31T04:15:25.034Z | Downloaded signal-hook v0.3.18 |
| 849 | 2026-01-31T04:15:25.038Z | Downloaded topological-sort v0.2.2 |
| 850 | 2026-01-31T04:15:25.041Z | Downloaded libxml v0.3.3 |
| 851 | 2026-01-31T04:15:25.044Z | Downloaded tower-service v0.3.3 |
| 852 | 2026-01-31T04:15:25.047Z | Downloaded rand v0.8.5 |
| 853 | 2026-01-31T04:15:25.049Z | Downloaded tokio-dtrace v0.1.0 |
| 854 | 2026-01-31T04:15:25.052Z | Downloaded try-lock v0.2.5 |
| 855 | 2026-01-31T04:15:25.052Z | Downloaded trait-variant v0.1.2 |
| 856 | 2026-01-31T04:15:25.052Z | Downloaded tower-layer v0.3.3 |
| 857 | 2026-01-31T04:15:25.055Z | Downloaded strum_macros v0.24.3 |
| 858 | 2026-01-31T04:15:25.055Z | Downloaded unarray v0.1.4 |
| 859 | 2026-01-31T04:15:25.058Z | Downloaded typify-macro v0.4.3 |
| 860 | 2026-01-31T04:15:25.058Z | Downloaded typify-macro v0.2.0 |
| 861 | 2026-01-31T04:15:25.061Z | Downloaded slog v2.8.2 |
| 862 | 2026-01-31T04:15:25.064Z | Downloaded tokio-macros v2.6.0 |
| 863 | 2026-01-31T04:15:25.064Z | Downloaded unicode-truncate v1.1.0 |
| 864 | 2026-01-31T04:15:25.067Z | Downloaded tokio-native-tls v0.3.1 |
| 865 | 2026-01-31T04:15:25.067Z | Downloaded socket2 v0.5.10 |
| 866 | 2026-01-31T04:15:25.070Z | Downloaded iri-string v0.7.8 |
| 867 | 2026-01-31T04:15:25.075Z | Downloaded universal-hash v0.5.1 |
| 868 | 2026-01-31T04:15:25.079Z | Downloaded tokio-rustls v0.25.0 |
| 869 | 2026-01-31T04:15:25.079Z | Downloaded usdt-attr-macro v0.6.0 |
| 870 | 2026-01-31T04:15:25.081Z | Downloaded utf-8 v0.7.6 |
| 871 | 2026-01-31T04:15:25.081Z | Downloaded rsa v0.9.8 |
| 872 | 2026-01-31T04:15:25.085Z | Downloaded untrusted v0.7.1 |
| 873 | 2026-01-31T04:15:25.088Z | Downloaded itertools v0.13.0 |
| 874 | 2026-01-31T04:15:25.093Z | Downloaded usdt-macro v0.6.0 |
| 875 | 2026-01-31T04:15:25.096Z | Downloaded serde_with_macros v3.16.1 |
| 876 | 2026-01-31T04:15:25.096Z | Downloaded qorb v0.4.1 |
| 877 | 2026-01-31T04:15:25.100Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 878 | 2026-01-31T04:15:25.103Z | Downloaded blake3 v1.5.4 |
| 879 | 2026-01-31T04:15:25.109Z | Downloaded vte_generate_state_changes v0.1.2 |
| 880 | 2026-01-31T04:15:25.111Z | Downloaded void v1.0.2 |
| 881 | 2026-01-31T04:15:25.112Z | Downloaded tui-tree-widget v0.23.1 |
| 882 | 2026-01-31T04:15:25.114Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 883 | 2026-01-31T04:15:25.114Z | Downloaded quinn v0.11.5 |
| 884 | 2026-01-31T04:15:25.117Z | Downloaded typify v0.2.0 |
| 885 | 2026-01-31T04:15:25.120Z | Downloaded tls_codec v0.4.1 |
| 886 | 2026-01-31T04:15:25.123Z | Downloaded want v0.3.1 |
| 887 | 2026-01-31T04:15:25.123Z | Downloaded which v4.4.2 |
| 888 | 2026-01-31T04:15:25.126Z | Downloaded hkdf v0.12.4 |
| 889 | 2026-01-31T04:15:25.129Z | Downloaded waitgroup v0.1.2 |
| 890 | 2026-01-31T04:15:25.129Z | Downloaded wait-timeout v0.2.0 |
| 891 | 2026-01-31T04:15:25.132Z | Downloaded unicase v2.8.1 |
| 892 | 2026-01-31T04:15:25.132Z | Downloaded subprocess v0.2.9 |
| 893 | 2026-01-31T04:15:25.135Z | Downloaded tokio-rustls v0.24.1 |
| 894 | 2026-01-31T04:15:25.135Z | Downloaded samael v0.0.19 |
| 895 | 2026-01-31T04:15:25.141Z | Downloaded tokio-stream v0.1.17 |
| 896 | 2026-01-31T04:15:25.145Z | Downloaded tokio-tungstenite v0.21.0 |
| 897 | 2026-01-31T04:15:25.148Z | Downloaded tokio-rustls v0.26.0 |
| 898 | 2026-01-31T04:15:25.151Z | Downloaded xattr v1.3.1 |
| 899 | 2026-01-31T04:15:25.154Z | Downloaded itertools v0.14.0 |
| 900 | 2026-01-31T04:15:25.157Z | Downloaded uzers v0.12.1 |
| 901 | 2026-01-31T04:15:25.160Z | Downloaded zone v0.3.1 |
| 902 | 2026-01-31T04:15:25.164Z | Downloaded aws-lc-rs v1.12.4 |
| 903 | 2026-01-31T04:15:25.169Z | Downloaded zeroize_derive v1.4.2 |
| 904 | 2026-01-31T04:15:25.172Z | Downloaded xshell-macros v0.2.7 |
| 905 | 2026-01-31T04:15:25.172Z | Downloaded tracing-attributes v0.1.27 |
| 906 | 2026-01-31T04:15:25.175Z | Downloaded zone v0.1.8 |
| 907 | 2026-01-31T04:15:25.175Z | Downloaded vergen-gitcl v1.0.8 |
| 908 | 2026-01-31T04:15:25.179Z | Downloaded time-macros v0.2.24 |
| 909 | 2026-01-31T04:15:25.179Z | Downloaded vergen-lib v0.1.6 |
| 910 | 2026-01-31T04:15:25.182Z | Downloaded vsss-rs v3.3.4 |
| 911 | 2026-01-31T04:15:25.182Z | Downloaded zone_cfg_derive v0.3.0 |
| 912 | 2026-01-31T04:15:25.185Z | Downloaded zone_cfg_derive v0.1.2 |
| 913 | 2026-01-31T04:15:25.185Z | Downloaded walkdir v2.5.0 |
| 914 | 2026-01-31T04:15:25.185Z | Downloaded twox-hash v2.1.0 |
| 915 | 2026-01-31T04:15:25.188Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 916 | 2026-01-31T04:15:25.191Z | Downloaded unicode-properties v0.1.3 |
| 917 | 2026-01-31T04:15:25.194Z | Downloaded whoami v1.5.2 |
| 918 | 2026-01-31T04:15:25.195Z | Downloaded test-strategy v0.4.3 |
| 919 | 2026-01-31T04:15:25.197Z | Downloaded usdt-impl v0.6.0 |
| 920 | 2026-01-31T04:15:25.200Z | Downloaded h2 v0.4.6 |
| 921 | 2026-01-31T04:15:25.205Z | Downloaded schemars v1.0.4 |
| 922 | 2026-01-31T04:15:25.218Z | Downloaded xshell v0.2.7 |
| 923 | 2026-01-31T04:15:25.221Z | Downloaded vergen v9.0.6 |
| 924 | 2026-01-31T04:15:25.224Z | Downloaded xz2 v0.1.7 |
| 925 | 2026-01-31T04:15:25.224Z | Downloaded vergen-git2 v1.0.7 |
| 926 | 2026-01-31T04:15:25.227Z | Downloaded toml v0.7.8 |
| 927 | 2026-01-31T04:15:25.230Z | Downloaded zeroize v1.8.1 |
| 928 | 2026-01-31T04:15:25.230Z | Downloaded vte v0.11.1 |
| 929 | 2026-01-31T04:15:25.233Z | Downloaded tracing-core v0.1.32 |
| 930 | 2026-01-31T04:15:25.235Z | Downloaded zstd-safe v7.2.3 |
| 931 | 2026-01-31T04:15:25.239Z | Downloaded steno v0.4.1 |
| 932 | 2026-01-31T04:15:25.241Z | Downloaded zstd v0.13.3 |
| 933 | 2026-01-31T04:15:25.244Z | Downloaded unicode-bidi v0.3.17 |
| 934 | 2026-01-31T04:15:25.247Z | Downloaded tungstenite v0.23.0 |
| 935 | 2026-01-31T04:15:25.250Z | Downloaded wyz v0.5.1 |
| 936 | 2026-01-31T04:15:25.250Z | Downloaded bindgen v0.69.5 |
| 937 | 2026-01-31T04:15:25.256Z | Downloaded value-bag v1.12.0 |
| 938 | 2026-01-31T04:15:25.259Z | Downloaded schemars v0.9.0 |
| 939 | 2026-01-31T04:15:25.271Z | Downloaded zerocopy v0.6.6 |
| 940 | 2026-01-31T04:15:25.274Z | Downloaded yasna v0.5.2 |
| 941 | 2026-01-31T04:15:25.277Z | Downloaded uuid v1.19.0 |
| 942 | 2026-01-31T04:15:25.280Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 943 | 2026-01-31T04:15:25.283Z | Downloaded reedline v0.40.0 |
| 944 | 2026-01-31T04:15:25.290Z | Downloaded typify v0.4.3 |
| 945 | 2026-01-31T04:15:25.294Z | Downloaded unsafe-libyaml v0.2.11 |
| 946 | 2026-01-31T04:15:25.297Z | Downloaded tracing v0.1.40 |
| 947 | 2026-01-31T04:15:25.301Z | Downloaded ssh-key v0.6.6 |
| 948 | 2026-01-31T04:15:25.308Z | Downloaded rpassword v7.4.0 |
| 949 | 2026-01-31T04:15:25.310Z | Downloaded p521 v0.13.3 |
| 950 | 2026-01-31T04:15:25.313Z | Downloaded tungstenite v0.21.0 |
| 951 | 2026-01-31T04:15:25.316Z | Downloaded zopfli v0.8.1 |
| 952 | 2026-01-31T04:15:25.320Z | Downloaded toml_edit v0.19.15 |
| 953 | 2026-01-31T04:15:25.335Z | Downloaded chrono v0.4.43 |
| 954 | 2026-01-31T04:15:25.341Z | Downloaded bindgen v0.71.1 |
| 955 | 2026-01-31T04:15:25.348Z | Downloaded yansi v1.0.1 |
| 956 | 2026-01-31T04:15:25.352Z | Downloaded rayon v1.10.0 |
| 957 | 2026-01-31T04:15:25.359Z | Downloaded unicode_categories v0.1.1 |
| 958 | 2026-01-31T04:15:25.362Z | Downloaded unicode-segmentation v1.12.0 |
| 959 | 2026-01-31T04:15:25.365Z | Downloaded lalrpop v0.19.12 |
| 960 | 2026-01-31T04:15:25.375Z | Downloaded reqwest v0.12.24 |
| 961 | 2026-01-31T04:15:25.381Z | Downloaded zip v0.6.6 |
| 962 | 2026-01-31T04:15:25.384Z | Downloaded typed-path v0.9.3 |
| 963 | 2026-01-31T04:15:25.390Z | Downloaded regex v1.11.3 |
| 964 | 2026-01-31T04:15:25.396Z | Downloaded tokio-util v0.7.15 |
| 965 | 2026-01-31T04:15:25.403Z | Downloaded tower-http v0.6.6 |
| 966 | 2026-01-31T04:15:25.411Z | Downloaded goblin v0.10.2 |
| 967 | 2026-01-31T04:15:25.418Z | Downloaded sqlparser v0.45.0 |
| 968 | 2026-01-31T04:15:25.423Z | Downloaded time v0.3.43 |
| 969 | 2026-01-31T04:15:25.430Z | Downloaded x509-cert v0.2.5 |
| 970 | 2026-01-31T04:15:25.436Z | Downloaded object v0.30.4 |
| 971 | 2026-01-31T04:15:25.444Z | Downloaded diesel v2.2.12 |
| 972 | 2026-01-31T04:15:25.461Z | Downloaded unicode-normalization v0.1.24 |
| 973 | 2026-01-31T04:15:25.464Z | Downloaded proptest v1.7.0 |
| 974 | 2026-01-31T04:15:25.473Z | Downloaded zip v4.2.0 |
| 975 | 2026-01-31T04:15:25.478Z | Downloaded rustls-webpki v0.102.8 |
| 976 | 2026-01-31T04:15:25.496Z | Downloaded radix_trie v0.2.1 |
| 977 | 2026-01-31T04:15:25.500Z | Downloaded serde_with v3.16.1 |
| 978 | 2026-01-31T04:15:25.512Z | Downloaded tough v0.20.0 |
| 979 | 2026-01-31T04:15:25.520Z | Downloaded smoltcp v0.9.1 |
| 980 | 2026-01-31T04:15:25.530Z | Downloaded curve25519-dalek v4.1.3 |
| 981 | 2026-01-31T04:15:25.537Z | Downloaded petname v2.0.2 |
| 982 | 2026-01-31T04:15:25.542Z | Downloaded winnow v0.5.40 |
| 983 | 2026-01-31T04:15:25.550Z | Downloaded moka v0.12.10 |
| 984 | 2026-01-31T04:15:25.559Z | Downloaded nix v0.27.1 |
| 985 | 2026-01-31T04:15:25.569Z | Downloaded winnow v0.6.26 |
| 986 | 2026-01-31T04:15:25.577Z | Downloaded polar-core v0.27.3 |
| 987 | 2026-01-31T04:15:25.585Z | Downloaded hickory-proto v0.24.4 |
| 988 | 2026-01-31T04:15:25.598Z | Downloaded zerocopy v0.8.27 |
| 989 | 2026-01-31T04:15:25.619Z | Downloaded zlib-rs v0.5.1 |
| 990 | 2026-01-31T04:15:25.623Z | Downloaded nix v0.28.0 |
| 991 | 2026-01-31T04:15:25.633Z | Downloaded tabled v0.18.0 |
| 992 | 2026-01-31T04:15:25.650Z | Downloaded dropshot v0.16.7 |
| 993 | 2026-01-31T04:15:25.670Z | Downloaded webpki-roots v1.0.1 |
| 994 | 2026-01-31T04:15:25.674Z | Downloaded vcpkg v0.2.15 |
| 995 | 2026-01-31T04:15:25.710Z | Downloaded rustls v0.23.19 |
| 996 | 2026-01-31T04:15:25.720Z | Downloaded openapiv3 v2.2.0 |
| 997 | 2026-01-31T04:15:25.730Z | Downloaded smoltcp v0.11.0 |
| 998 | 2026-01-31T04:15:25.741Z | Downloaded hickory-proto v0.25.2 |
| 999 | 2026-01-31T04:15:25.756Z | Downloaded nix v0.30.1 |
| 1000 | 2026-01-31T04:15:25.767Z | Downloaded regex-syntax v0.6.29 |
| 1001 | 2026-01-31T04:15:25.775Z | Downloaded object v0.36.5 |
| 1002 | 2026-01-31T04:15:25.783Z | Downloaded nix v0.29.0 |
| 1003 | 2026-01-31T04:15:25.793Z | Downloaded sled v0.34.7 |
| 1004 | 2026-01-31T04:15:25.805Z | Downloaded tabled v0.20.0 |
| 1005 | 2026-01-31T04:15:25.820Z | Downloaded ratatui v0.29.0 |
| 1006 | 2026-01-31T04:15:25.837Z | Downloaded rustls v0.21.12 |
| 1007 | 2026-01-31T04:15:25.847Z | Downloaded typify-impl v0.4.3 |
| 1008 | 2026-01-31T04:15:25.859Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1009 | 2026-01-31T04:15:25.870Z | Downloaded typify-impl v0.2.0 |
| 1010 | 2026-01-31T04:15:25.882Z | Downloaded regress v0.10.4 |
| 1011 | 2026-01-31T04:15:25.890Z | Downloaded zerocopy-derive v0.6.6 |
| 1012 | 2026-01-31T04:15:25.899Z | Downloaded regex-syntax v0.8.5 |
| 1013 | 2026-01-31T04:15:25.906Z | Downloaded rustls v0.22.4 |
| 1014 | 2026-01-31T04:15:25.917Z | Downloaded regex-automata v0.4.11 |
| 1015 | 2026-01-31T04:15:25.931Z | Downloaded jiff v0.2.15 |
| 1016 | 2026-01-31T04:15:25.946Z | Downloaded petgraph v0.6.5 |
| 1017 | 2026-01-31T04:15:25.961Z | Downloaded lzma-sys v0.1.20 |
| 1018 | 2026-01-31T04:15:25.988Z | Downloaded chrono-tz v0.10.4 |
| 1019 | 2026-01-31T04:15:26.003Z | Downloaded openssl v0.10.73 |
| 1020 | 2026-01-31T04:15:26.011Z | Downloaded petgraph v0.8.2 |
| 1021 | 2026-01-31T04:15:26.029Z | Downloaded libz-sys v1.1.20 |
| 1022 | 2026-01-31T04:15:26.046Z | Downloaded quick-xml v0.37.2 |
| 1023 | 2026-01-31T04:15:26.052Z | Downloaded quinn-proto v0.11.8 |
| 1024 | 2026-01-31T04:15:26.057Z | Downloaded csv v1.3.1 |
| 1025 | 2026-01-31T04:15:26.074Z | Downloaded salty v0.3.0 |
| 1026 | 2026-01-31T04:15:26.080Z | Downloaded p384 v0.13.1 |
| 1027 | 2026-01-31T04:15:26.084Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1028 | 2026-01-31T04:15:26.099Z | Downloaded sha3 v0.10.8 |
| 1029 | 2026-01-31T04:15:26.105Z | Downloaded git2 v0.20.2 |
| 1030 | 2026-01-31T04:15:26.111Z | Downloaded gimli v0.31.1 |
| 1031 | 2026-01-31T04:15:26.119Z | Downloaded tokio v1.49.0 |
| 1032 | 2026-01-31T04:15:26.156Z | Downloaded zerocopy-derive v0.8.27 |
| 1033 | 2026-01-31T04:15:26.161Z | Downloaded rustls-webpki v0.101.7 |
| 1034 | 2026-01-31T04:15:26.176Z | Downloaded portable-atomic v1.11.0 |
| 1035 | 2026-01-31T04:15:26.180Z | Downloaded tower v0.5.2 |
| 1036 | 2026-01-31T04:15:26.188Z | Downloaded tokio-postgres v0.7.13 |
| 1037 | 2026-01-31T04:15:26.192Z | Downloaded rustyline v14.0.0 |
| 1038 | 2026-01-31T04:15:26.198Z | Downloaded russh v0.45.0 |
| 1039 | 2026-01-31T04:15:26.202Z | Downloaded tar v0.4.44 |
| 1040 | 2026-01-31T04:15:26.205Z | Downloaded snafu v0.8.5 |
| 1041 | 2026-01-31T04:15:26.211Z | Downloaded num-bigint-dig v0.8.6 |
| 1042 | 2026-01-31T04:15:26.217Z | Downloaded tinyvec v1.8.0 |
| 1043 | 2026-01-31T04:15:26.220Z | Downloaded hyper v1.8.1 |
| 1044 | 2026-01-31T04:15:26.225Z | Downloaded usdt v0.6.0 |
| 1045 | 2026-01-31T04:15:26.228Z | Downloaded untrusted v0.9.0 |
| 1046 | 2026-01-31T04:15:26.228Z | Downloaded term v1.1.0 |
| 1047 | 2026-01-31T04:15:26.231Z | Downloaded term v0.7.0 |
| 1048 | 2026-01-31T04:15:26.233Z | Downloaded rand v0.9.2 |
| 1049 | 2026-01-31T04:15:26.237Z | Downloaded itertools v0.12.1 |
| 1050 | 2026-01-31T04:15:26.243Z | Downloaded socket2 v0.6.1 |
| 1051 | 2026-01-31T04:15:26.247Z | Downloaded encoding_rs v0.8.34 |
| 1052 | 2026-01-31T04:15:26.265Z | Downloaded unit-prefix v0.5.1 |
| 1053 | 2026-01-31T04:15:26.268Z | Downloaded tokio-tungstenite v0.23.1 |
| 1054 | 2026-01-31T04:15:26.268Z | Downloaded publicsuffix v2.3.0 |
| 1055 | 2026-01-31T04:15:26.271Z | Downloaded similar v2.7.0 |
| 1056 | 2026-01-31T04:15:26.274Z | Downloaded bitvec v1.0.1 |
| 1057 | 2026-01-31T04:15:26.288Z | Downloaded tls_codec_derive v0.4.1 |
| 1058 | 2026-01-31T04:15:26.291Z | Downloaded tiny-keccak v2.0.2 |
| 1059 | 2026-01-31T04:15:26.294Z | Downloaded thiserror-no-std v2.0.2 |
| 1060 | 2026-01-31T04:15:26.297Z | Downloaded rustls-pki-types v1.10.0 |
| 1061 | 2026-01-31T04:15:26.300Z | Downloaded rayon-core v1.12.1 |
| 1062 | 2026-01-31T04:15:26.302Z | Downloaded http v1.4.0 |
| 1063 | 2026-01-31T04:15:26.305Z | Downloaded hashbrown v0.15.4 |
| 1064 | 2026-01-31T04:15:26.310Z | Downloaded futures-util v0.3.31 |
| 1065 | 2026-01-31T04:15:26.322Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1066 | 2026-01-31T04:15:26.325Z | Downloaded sqlformat v0.3.5 |
| 1067 | 2026-01-31T04:15:26.328Z | Downloaded spki v0.7.3 |
| 1068 | 2026-01-31T04:15:26.331Z | Downloaded num-bigint v0.4.6 |
| 1069 | 2026-01-31T04:15:26.333Z | Downloaded smallvec v0.6.14 |
| 1070 | 2026-01-31T04:15:26.333Z | Downloaded slog-term v2.9.2 |
| 1071 | 2026-01-31T04:15:26.336Z | Downloaded ring v0.17.14 |
| 1072 | 2026-01-31T04:15:26.374Z | Downloaded progenitor-impl v0.11.2 |
| 1073 | 2026-01-31T04:15:26.377Z | Downloaded pretty_assertions v1.4.1 |
| 1074 | 2026-01-31T04:15:26.380Z | Downloaded tabwriter v1.4.0 |
| 1075 | 2026-01-31T04:15:26.380Z | Downloaded prettyplease v0.2.36 |
| 1076 | 2026-01-31T04:15:26.383Z | Downloaded slog-scope v4.4.0 |
| 1077 | 2026-01-31T04:15:26.383Z | Downloaded slog-json v2.6.1 |
| 1078 | 2026-01-31T04:15:26.387Z | Downloaded slab v0.4.9 |
| 1079 | 2026-01-31T04:15:26.390Z | Downloaded ryu v1.0.18 |
| 1080 | 2026-01-31T04:15:26.390Z | Downloaded rustls-pemfile v1.0.4 |
| 1081 | 2026-01-31T04:15:26.393Z | Downloaded rcgen v0.12.1 |
| 1082 | 2026-01-31T04:15:26.396Z | Downloaded itertools v0.10.5 |
| 1083 | 2026-01-31T04:15:26.400Z | Downloaded strum v0.26.3 |
| 1084 | 2026-01-31T04:15:26.403Z | Downloaded structmeta-derive v0.3.0 |
| 1085 | 2026-01-31T04:15:26.403Z | Downloaded structmeta v0.3.0 |
| 1086 | 2026-01-31T04:15:26.403Z | Downloaded ssh-encoding v0.2.0 |
| 1087 | 2026-01-31T04:15:26.406Z | Downloaded serde_derive_internals v0.29.1 |
| 1088 | 2026-01-31T04:15:26.406Z | Downloaded pin-project v1.1.6 |
| 1089 | 2026-01-31T04:15:26.416Z | Downloaded hickory-server v0.25.2 |
| 1090 | 2026-01-31T04:15:26.420Z | Downloaded hashbrown v0.12.3 |
| 1091 | 2026-01-31T04:15:26.424Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1092 | 2026-01-31T04:15:26.483Z | Downloaded signature v2.2.0 |
| 1093 | 2026-01-31T04:15:26.485Z | Downloaded rand_seeder v0.4.0 |
| 1094 | 2026-01-31T04:15:26.485Z | Downloaded scopeguard v1.2.0 |
| 1095 | 2026-01-31T04:15:26.485Z | Downloaded rustversion v1.0.22 |
| 1096 | 2026-01-31T04:15:26.486Z | Downloaded rustls-native-certs v0.8.1 |
| 1097 | 2026-01-31T04:15:26.486Z | Downloaded openssl-sys v0.9.109 |
| 1098 | 2026-01-31T04:15:26.489Z | Downloaded seq-macro v0.3.6 |
| 1099 | 2026-01-31T04:15:26.489Z | Downloaded semver v0.1.20 |
| 1100 | 2026-01-31T04:15:26.492Z | Downloaded secrecy v0.8.0 |
| 1101 | 2026-01-31T04:15:26.492Z | Downloaded serde_repr v0.1.19 |
| 1102 | 2026-01-31T04:15:26.495Z | Downloaded serde_plain v1.0.2 |
| 1103 | 2026-01-31T04:15:26.495Z | Downloaded ref-cast-impl v1.0.25 |
| 1104 | 2026-01-31T04:15:26.495Z | Downloaded jiff-static v0.2.15 |
| 1105 | 2026-01-31T04:15:26.498Z | Downloaded rand_core v0.6.4 |
| 1106 | 2026-01-31T04:15:26.498Z | Downloaded rand_chacha v0.9.0 |
| 1107 | 2026-01-31T04:15:26.501Z | Downloaded postgres-types v0.2.9 |
| 1108 | 2026-01-31T04:15:26.501Z | Downloaded omicron-zone-package v0.12.2 |
| 1109 | 2026-01-31T04:15:26.504Z | Downloaded ed25519-dalek v2.1.1 |
| 1110 | 2026-01-31T04:15:26.507Z | Downloaded expectorate v1.2.0 |
| 1111 | 2026-01-31T04:15:26.510Z | Downloaded heapless v0.7.17 |
| 1112 | 2026-01-31T04:15:26.513Z | Downloaded rustc-hash v1.1.0 |
| 1113 | 2026-01-31T04:15:26.513Z | Downloaded russh-cryptovec v0.7.3 |
| 1114 | 2026-01-31T04:15:26.516Z | Downloaded rfc6979 v0.4.0 |
| 1115 | 2026-01-31T04:15:26.516Z | Downloaded progenitor v0.10.0 |
| 1116 | 2026-01-31T04:15:26.516Z | Downloaded proc-macro-error2 v2.0.1 |
| 1117 | 2026-01-31T04:15:26.519Z | Downloaded parking_lot v0.12.3 |
| 1118 | 2026-01-31T04:15:26.522Z | Downloaded parking_lot v0.11.2 |
| 1119 | 2026-01-31T04:15:26.524Z | Downloaded predicates v3.1.3 |
| 1120 | 2026-01-31T04:15:26.527Z | Downloaded indicatif v0.17.11 |
| 1121 | 2026-01-31T04:15:26.530Z | Downloaded bstr v1.10.0 |
| 1122 | 2026-01-31T04:15:26.536Z | Downloaded num-iter v0.1.45 |
| 1123 | 2026-01-31T04:15:26.540Z | Downloaded crossbeam-channel v0.5.15 |
| 1124 | 2026-01-31T04:15:26.543Z | Downloaded crypto-bigint v0.5.5 |
| 1125 | 2026-01-31T04:15:26.546Z | Downloaded pin-project-lite v0.2.14 |
| 1126 | 2026-01-31T04:15:26.551Z | Downloaded heapless v0.8.0 |
| 1127 | 2026-01-31T04:15:26.554Z | Downloaded indicatif v0.18.0 |
| 1128 | 2026-01-31T04:15:26.557Z | Downloaded pin-project-internal v1.1.6 |
| 1129 | 2026-01-31T04:15:26.560Z | Downloaded phf v0.12.1 |
| 1130 | 2026-01-31T04:15:26.560Z | Downloaded phf v0.11.2 |
| 1131 | 2026-01-31T04:15:26.563Z | Downloaded pem-rfc7468 v0.7.0 |
| 1132 | 2026-01-31T04:15:26.563Z | Downloaded pem v3.0.5 |
| 1133 | 2026-01-31T04:15:26.566Z | Downloaded peg-macros v0.8.5 |
| 1134 | 2026-01-31T04:15:26.566Z | Downloaded parse-display-derive v0.10.0 |
| 1135 | 2026-01-31T04:15:26.569Z | Downloaded bumpalo v3.16.0 |
| 1136 | 2026-01-31T04:15:26.569Z | Downloaded progenitor-client v0.10.0 |
| 1137 | 2026-01-31T04:15:26.572Z | Downloaded pretty-hex v0.2.1 |
| 1138 | 2026-01-31T04:15:26.572Z | Downloaded peg v0.8.5 |
| 1139 | 2026-01-31T04:15:26.574Z | Downloaded paste v1.0.15 |
| 1140 | 2026-01-31T04:15:26.576Z | Downloaded packed_struct v0.10.1 |
| 1141 | 2026-01-31T04:15:26.579Z | Downloaded oxnet v0.1.4 |
| 1142 | 2026-01-31T04:15:26.582Z | Downloaded diesel_derives v2.2.3 |
| 1143 | 2026-01-31T04:15:26.585Z | Downloaded progenitor-macro v0.11.2 |
| 1144 | 2026-01-31T04:15:26.585Z | Downloaded progenitor-macro v0.10.0 |
| 1145 | 2026-01-31T04:15:26.585Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1146 | 2026-01-31T04:15:26.587Z | Downloaded proc-macro-crate v1.3.1 |
| 1147 | 2026-01-31T04:15:26.588Z | Downloaded password-hash v0.4.2 |
| 1148 | 2026-01-31T04:15:26.590Z | Downloaded parking_lot_core v0.8.6 |
| 1149 | 2026-01-31T04:15:26.590Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1150 | 2026-01-31T04:15:26.593Z | Downloaded num-rational v0.4.2 |
| 1151 | 2026-01-31T04:15:26.593Z | Downloaded backtrace v0.3.74 |
| 1152 | 2026-01-31T04:15:26.597Z | Downloaded der v0.7.10 |
| 1153 | 2026-01-31T04:15:26.601Z | Downloaded memmap2 v0.9.8 |
| 1154 | 2026-01-31T04:15:26.604Z | Downloaded litrs v0.4.1 |
| 1155 | 2026-01-31T04:15:26.607Z | Downloaded newtype-uuid v1.3.2 |
| 1156 | 2026-01-31T04:15:26.607Z | Downloaded linear-map v1.2.0 |
| 1157 | 2026-01-31T04:15:26.610Z | Downloaded futures v0.3.31 |
| 1158 | 2026-01-31T04:15:26.613Z | Downloaded aes-gcm v0.10.3 |
| 1159 | 2026-01-31T04:15:26.616Z | Downloaded peg-runtime v0.8.5 |
| 1160 | 2026-01-31T04:15:26.616Z | Downloaded path-slash v0.1.5 |
| 1161 | 2026-01-31T04:15:26.619Z | Downloaded num-complex v0.4.6 |
| 1162 | 2026-01-31T04:15:26.619Z | Downloaded num v0.4.3 |
| 1163 | 2026-01-31T04:15:26.619Z | Downloaded half v2.4.1 |
| 1164 | 2026-01-31T04:15:26.622Z | Downloaded native-tls v0.2.12 |
| 1165 | 2026-01-31T04:15:26.625Z | Downloaded parse-display v0.10.0 |
| 1166 | 2026-01-31T04:15:26.625Z | Downloaded hmac v0.12.1 |
| 1167 | 2026-01-31T04:15:26.628Z | Downloaded lock_api v0.4.12 |
| 1168 | 2026-01-31T04:15:26.628Z | Downloaded arc-swap v1.7.1 |
| 1169 | 2026-01-31T04:15:26.631Z | Downloaded fatfs v0.3.6 |
| 1170 | 2026-01-31T04:15:26.633Z | Downloaded derive_more v2.0.1 |
| 1171 | 2026-01-31T04:15:26.643Z | Downloaded chacha20poly1305 v0.10.1 |
| 1172 | 2026-01-31T04:15:26.646Z | Downloaded olpc-cjson v0.1.4 |
| 1173 | 2026-01-31T04:15:26.646Z | Downloaded num_enum_derive v0.5.11 |
| 1174 | 2026-01-31T04:15:26.646Z | Downloaded hyper-rustls v0.27.7 |
| 1175 | 2026-01-31T04:15:26.646Z | Downloaded compact_str v0.8.0 |
| 1176 | 2026-01-31T04:15:26.649Z | Downloaded libz-rs-sys v0.5.1 |
| 1177 | 2026-01-31T04:15:26.649Z | Downloaded libsw v3.5.0 |
| 1178 | 2026-01-31T04:15:26.653Z | Downloaded num_threads v0.1.7 |
| 1179 | 2026-01-31T04:15:26.653Z | Downloaded num-derive v0.4.2 |
| 1180 | 2026-01-31T04:15:26.656Z | Downloaded nonempty v0.12.0 |
| 1181 | 2026-01-31T04:15:26.656Z | Downloaded libloading v0.8.5 |
| 1182 | 2026-01-31T04:15:26.659Z | Downloaded libefi-sys v0.1.0 |
| 1183 | 2026-01-31T04:15:26.659Z | Downloaded nodrop v0.1.14 |
| 1184 | 2026-01-31T04:15:26.659Z | Downloaded newtype_derive v0.1.6 |
| 1185 | 2026-01-31T04:15:26.659Z | Downloaded lazy_static v1.5.0 |
| 1186 | 2026-01-31T04:15:26.662Z | Downloaded jobserver v0.1.32 |
| 1187 | 2026-01-31T04:15:26.665Z | Downloaded new_debug_unreachable v1.0.6 |
| 1188 | 2026-01-31T04:15:26.665Z | Downloaded ipnet v2.11.0 |
| 1189 | 2026-01-31T04:15:26.665Z | Downloaded hickory-client v0.25.2 |
| 1190 | 2026-01-31T04:15:26.668Z | Downloaded ipnetwork v0.21.1 |
| 1191 | 2026-01-31T04:15:26.668Z | Downloaded ingot-types v0.1.2 |
| 1192 | 2026-01-31T04:15:26.671Z | Downloaded kstat-rs v0.2.4 |
| 1193 | 2026-01-31T04:15:26.671Z | Downloaded managed v0.8.0 |
| 1194 | 2026-01-31T04:15:26.671Z | Downloaded base64 v0.13.1 |
| 1195 | 2026-01-31T04:15:26.674Z | Downloaded lru-cache v0.1.2 |
| 1196 | 2026-01-31T04:15:26.677Z | Downloaded instability v0.3.2 |
| 1197 | 2026-01-31T04:15:26.677Z | Downloaded ingot v0.1.1 |
| 1198 | 2026-01-31T04:15:26.677Z | Downloaded indoc v2.0.6 |
| 1199 | 2026-01-31T04:15:26.680Z | Downloaded dropshot_endpoint v0.16.7 |
| 1200 | 2026-01-31T04:15:26.683Z | Downloaded des v0.8.1 |
| 1201 | 2026-01-31T04:15:26.686Z | Downloaded crc-any v2.5.0 |
| 1202 | 2026-01-31T04:15:26.686Z | Downloaded derive-where v1.5.0 |
| 1203 | 2026-01-31T04:15:26.689Z | Downloaded crossbeam-utils v0.8.21 |
| 1204 | 2026-01-31T04:15:26.693Z | Downloaded match_cfg v0.1.0 |
| 1205 | 2026-01-31T04:15:26.696Z | Downloaded lru v0.12.5 |
| 1206 | 2026-01-31T04:15:26.696Z | Downloaded hyper-staticfile v0.10.1 |
| 1207 | 2026-01-31T04:15:26.699Z | Downloaded libscf-sys v1.1.0 |
| 1208 | 2026-01-31T04:15:26.699Z | Downloaded getrandom v0.2.15 |
| 1209 | 2026-01-31T04:15:26.702Z | Downloaded env_logger v0.11.8 |
| 1210 | 2026-01-31T04:15:26.705Z | Downloaded async-bb8-diesel v0.2.1 |
| 1211 | 2026-01-31T04:15:26.705Z | Downloaded console v0.15.10 |
| 1212 | 2026-01-31T04:15:26.708Z | Downloaded highway v1.3.0 |
| 1213 | 2026-01-31T04:15:26.711Z | Downloaded is_ci v1.2.0 |
| 1214 | 2026-01-31T04:15:26.711Z | Downloaded is-terminal v0.4.13 |
| 1215 | 2026-01-31T04:15:26.711Z | Downloaded const-oid v0.9.6 |
| 1216 | 2026-01-31T04:15:26.714Z | Downloaded instant v0.1.13 |
| 1217 | 2026-01-31T04:15:26.714Z | Downloaded inout v0.1.3 |
| 1218 | 2026-01-31T04:15:26.714Z | Downloaded flume v0.11.1 |
| 1219 | 2026-01-31T04:15:26.717Z | Downloaded ed25519 v2.2.3 |
| 1220 | 2026-01-31T04:15:26.720Z | Downloaded crc32fast v1.4.2 |
| 1221 | 2026-01-31T04:15:26.720Z | Downloaded corncobs v0.1.4 |
| 1222 | 2026-01-31T04:15:26.724Z | Downloaded console v0.16.0 |
| 1223 | 2026-01-31T04:15:26.726Z | Downloaded colored v3.0.0 |
| 1224 | 2026-01-31T04:15:26.726Z | Downloaded chacha20 v0.9.1 |
| 1225 | 2026-01-31T04:15:26.729Z | Downloaded cancel-safe-futures v0.1.5 |
| 1226 | 2026-01-31T04:15:26.732Z | Downloaded blake2 v0.10.6 |
| 1227 | 2026-01-31T04:15:26.735Z | Downloaded darling_core v0.20.10 |
| 1228 | 2026-01-31T04:15:26.738Z | Downloaded bzip2 v0.4.4 |
| 1229 | 2026-01-31T04:15:26.741Z | Downloaded diff v0.1.13 |
| 1230 | 2026-01-31T04:15:26.744Z | Downloaded darling v0.21.0 |
| 1231 | 2026-01-31T04:15:26.769Z | Downloaded cookie v0.18.1 |
| 1232 | 2026-01-31T04:15:26.771Z | Downloaded const_format_proc_macros v0.2.34 |
| 1233 | 2026-01-31T04:15:26.771Z | Downloaded bzip2 v0.5.2 |
| 1234 | 2026-01-31T04:15:26.771Z | Downloaded hubpack_derive v0.1.1 |
| 1235 | 2026-01-31T04:15:26.771Z | Downloaded glob v0.3.2 |
| 1236 | 2026-01-31T04:15:26.772Z | Downloaded foldhash v0.2.0 |
| 1237 | 2026-01-31T04:15:26.772Z | Downloaded globset v0.4.15 |
| 1238 | 2026-01-31T04:15:26.772Z | Downloaded drift v0.1.3 |
| 1239 | 2026-01-31T04:15:26.772Z | Downloaded deranged v0.5.3 |
| 1240 | 2026-01-31T04:15:26.772Z | Downloaded hostname v0.4.2 |
| 1241 | 2026-01-31T04:15:26.772Z | Downloaded gethostname v0.5.0 |
| 1242 | 2026-01-31T04:15:26.772Z | Downloaded bitflags v1.3.2 |
| 1243 | 2026-01-31T04:15:26.772Z | Downloaded ctr v0.9.2 |
| 1244 | 2026-01-31T04:15:26.772Z | Downloaded hubpack v0.1.2 |
| 1245 | 2026-01-31T04:15:26.772Z | Downloaded httpdate v1.0.3 |
| 1246 | 2026-01-31T04:15:26.772Z | Downloaded http-body v1.0.1 |
| 1247 | 2026-01-31T04:15:26.772Z | Downloaded hostname v0.3.1 |
| 1248 | 2026-01-31T04:15:26.775Z | Downloaded home v0.5.9 |
| 1249 | 2026-01-31T04:15:26.775Z | Downloaded hex-literal v0.4.1 |
| 1250 | 2026-01-31T04:15:26.775Z | Downloaded hash32 v0.3.1 |
| 1251 | 2026-01-31T04:15:26.775Z | Downloaded futures-executor v0.3.31 |
| 1252 | 2026-01-31T04:15:26.778Z | Downloaded futures-channel v0.3.31 |
| 1253 | 2026-01-31T04:15:26.781Z | Downloaded foreign-types-shared v0.1.1 |
| 1254 | 2026-01-31T04:15:26.781Z | Downloaded either v1.15.0 |
| 1255 | 2026-01-31T04:15:26.781Z | Downloaded ecdsa v0.16.9 |
| 1256 | 2026-01-31T04:15:26.784Z | Downloaded colored v2.2.0 |
| 1257 | 2026-01-31T04:15:26.787Z | Downloaded clang-sys v1.8.1 |
| 1258 | 2026-01-31T04:15:26.787Z | Downloaded cipher v0.4.4 |
| 1259 | 2026-01-31T04:15:26.789Z | Downloaded ciborium v0.2.2 |
| 1260 | 2026-01-31T04:15:26.790Z | Downloaded cexpr v0.6.0 |
| 1261 | 2026-01-31T04:15:26.794Z | Downloaded ena v0.14.3 |
| 1262 | 2026-01-31T04:15:26.798Z | Downloaded der_derive v0.7.3 |
| 1263 | 2026-01-31T04:15:26.798Z | Downloaded ascii-canvas v3.0.0 |
| 1264 | 2026-01-31T04:15:26.798Z | Downloaded heck v0.3.3 |
| 1265 | 2026-01-31T04:15:26.798Z | Downloaded difflib v0.4.0 |
| 1266 | 2026-01-31T04:15:26.801Z | Downloaded critical-section v1.1.3 |
| 1267 | 2026-01-31T04:15:26.801Z | Downloaded convert_case v0.7.1 |
| 1268 | 2026-01-31T04:15:26.801Z | Downloaded buf-list v1.0.3 |
| 1269 | 2026-01-31T04:15:26.804Z | Downloaded bitfield v0.19.2 |
| 1270 | 2026-01-31T04:15:26.804Z | Downloaded bb8 v0.8.5 |
| 1271 | 2026-01-31T04:15:26.804Z | Downloaded cfg_aliases v0.2.1 |
| 1272 | 2026-01-31T04:15:26.808Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1273 | 2026-01-31T04:15:26.808Z | Downloaded data-encoding v2.9.0 |
| 1274 | 2026-01-31T04:15:26.811Z | Downloaded hash32 v0.2.1 |
| 1275 | 2026-01-31T04:15:26.811Z | Downloaded futures-core v0.3.31 |
| 1276 | 2026-01-31T04:15:26.811Z | Downloaded erased-serde v0.3.31 |
| 1277 | 2026-01-31T04:15:26.814Z | Downloaded embedded-io v0.4.0 |
| 1278 | 2026-01-31T04:15:26.814Z | Downloaded dsl_auto_type v0.1.2 |
| 1279 | 2026-01-31T04:15:26.817Z | Downloaded diesel-dtrace v0.4.2 |
| 1280 | 2026-01-31T04:15:26.817Z | Downloaded ghash v0.5.1 |
| 1281 | 2026-01-31T04:15:26.817Z | Downloaded futures-macro v0.3.31 |
| 1282 | 2026-01-31T04:15:26.819Z | Downloaded crc v3.2.1 |
| 1283 | 2026-01-31T04:15:26.822Z | Downloaded cobs v0.2.3 |
| 1284 | 2026-01-31T04:15:26.822Z | Downloaded cmake v0.1.51 |
| 1285 | 2026-01-31T04:15:26.822Z | Downloaded bcs v0.1.6 |
| 1286 | 2026-01-31T04:15:26.825Z | Downloaded futures-sink v0.3.31 |
| 1287 | 2026-01-31T04:15:26.825Z | Downloaded float-cmp v0.10.0 |
| 1288 | 2026-01-31T04:15:26.828Z | Downloaded env_filter v0.1.2 |
| 1289 | 2026-01-31T04:15:26.828Z | Downloaded enum-as-inner v0.6.1 |
| 1290 | 2026-01-31T04:15:26.828Z | Downloaded derive_builder_macro v0.20.2 |
| 1291 | 2026-01-31T04:15:26.831Z | Downloaded ciborium-io v0.2.2 |
| 1292 | 2026-01-31T04:15:26.831Z | Downloaded cassowary v0.3.0 |
| 1293 | 2026-01-31T04:15:26.831Z | Downloaded async-stream v0.3.6 |
| 1294 | 2026-01-31T04:15:26.834Z | Downloaded dunce v1.0.5 |
| 1295 | 2026-01-31T04:15:26.834Z | Downloaded dyn-clone v1.0.20 |
| 1296 | 2026-01-31T04:15:26.837Z | Downloaded constant_time_eq v0.3.1 |
| 1297 | 2026-01-31T04:15:26.837Z | Downloaded cfg_aliases v0.1.1 |
| 1298 | 2026-01-31T04:15:26.837Z | Downloaded dtrace-parser v0.3.0 |
| 1299 | 2026-01-31T04:15:26.837Z | Downloaded bit-set v0.5.3 |
| 1300 | 2026-01-31T04:15:26.840Z | Downloaded cstr-argument v0.1.2 |
| 1301 | 2026-01-31T04:15:26.840Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1302 | 2026-01-31T04:15:26.840Z | Downloaded async-stream-impl v0.3.6 |
| 1303 | 2026-01-31T04:15:26.844Z | Downloaded assert_matches v1.5.0 |
| 1304 | 2026-01-31T04:15:26.844Z | Downloaded arrayref v0.3.9 |
| 1305 | 2026-01-31T04:15:26.844Z | Downloaded convert_case v0.4.0 |
| 1306 | 2026-01-31T04:15:26.847Z | Downloaded bitfield-macros v0.19.2 |
| 1307 | 2026-01-31T04:15:26.847Z | Downloaded derive-ex v0.1.8 |
| 1308 | 2026-01-31T04:15:26.847Z | Downloaded defmt-macros v0.3.9 |
| 1309 | 2026-01-31T04:15:26.850Z | Downloaded defmt v0.3.8 |
| 1310 | 2026-01-31T04:15:26.853Z | Downloaded darling v0.20.10 |
| 1311 | 2026-01-31T04:15:26.856Z | Downloaded csv-core v0.1.11 |
| 1312 | 2026-01-31T04:15:26.859Z | Downloaded ciborium-ll v0.2.2 |
| 1313 | 2026-01-31T04:15:26.859Z | Downloaded async-trait v0.1.89 |
| 1314 | 2026-01-31T04:15:26.862Z | Downloaded debug-ignore v1.0.5 |
| 1315 | 2026-01-31T04:15:26.865Z | Downloaded atomicwrites v0.4.4 |
| 1316 | 2026-01-31T04:15:26.865Z | Downloaded darling_core v0.21.0 |
| 1317 | 2026-01-31T04:15:26.868Z | Downloaded crunchy v0.2.2 |
| 1318 | 2026-01-31T04:15:26.870Z | Downloaded async-recursion v1.1.1 |
| 1319 | 2026-01-31T04:15:26.875Z | Downloaded dirs-sys-next v0.1.2 |
| 1320 | 2026-01-31T04:15:26.875Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1321 | 2026-01-31T04:15:26.875Z | Downloaded defmt-parser v0.3.4 |
| 1322 | 2026-01-31T04:15:26.879Z | Downloaded bit-set v0.8.0 |
| 1323 | 2026-01-31T04:15:26.879Z | Downloaded base16ct v0.2.0 |
| 1324 | 2026-01-31T04:15:26.879Z | Downloaded atty v0.2.14 |
| 1325 | 2026-01-31T04:15:26.879Z | Downloaded daft-derive v0.1.4 |
| 1326 | 2026-01-31T04:15:26.882Z | Downloaded daft v0.1.4 |
| 1327 | 2026-01-31T04:15:26.885Z | Downloaded cbc v0.1.2 |
| 1328 | 2026-01-31T04:15:26.885Z | Downloaded atomic-waker v1.1.2 |
| 1329 | 2026-01-31T04:15:26.885Z | Downloaded dirs-next v2.0.0 |
| 1330 | 2026-01-31T04:15:26.888Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1331 | 2026-01-31T04:15:26.888Z | Downloaded allocator-api2 v0.2.21 |
| 1332 | 2026-01-31T04:15:26.888Z | Downloaded foreign-types v0.3.2 |
| 1333 | 2026-01-31T04:15:26.891Z | Downloaded derive_more-impl v2.0.1 |
| 1334 | 2026-01-31T04:15:26.893Z | Downloaded block-padding v0.3.3 |
| 1335 | 2026-01-31T04:15:26.893Z | Downloaded backoff v0.4.0 |
| 1336 | 2026-01-31T04:15:26.896Z | Downloaded ahash v0.8.12 |
| 1337 | 2026-01-31T04:15:26.903Z | Downloaded adler2 v2.0.0 |
| 1338 | 2026-01-31T04:15:26.903Z | Downloaded bit-vec v0.8.0 |
| 1339 | 2026-01-31T04:15:26.908Z | Downloaded argon2 v0.5.3 |
| 1340 | 2026-01-31T04:15:26.908Z | Downloaded arrayvec v0.7.6 |
| 1341 | 2026-01-31T04:15:26.908Z | Downloaded addr2line v0.24.2 |
| 1342 | 2026-01-31T04:15:27.062Z | Downloaded aws-lc-sys v0.26.0 |
| 1343 | 2026-01-31T04:15:27.370Z | Compiling value-bag v1.12.0 |
| 1344 | 2026-01-31T04:15:27.370Z | Compiling lock_api v0.4.12 |
| 1345 | 2026-01-31T04:15:27.370Z | Compiling scopeguard v1.2.0 |
| 1346 | 2026-01-31T04:15:27.373Z | Compiling shlex v1.3.0 |
| 1347 | 2026-01-31T04:15:27.373Z | Compiling typenum v1.17.0 |
| 1348 | 2026-01-31T04:15:27.373Z | Compiling syn v2.0.114 |
| 1349 | 2026-01-31T04:15:27.539Z | Compiling getrandom v0.2.15 |
| 1350 | 2026-01-31T04:15:27.542Z | Compiling jobserver v0.1.32 |
| 1351 | 2026-01-31T04:15:27.678Z | Compiling smallvec v1.15.1 |
| 1352 | 2026-01-31T04:15:27.983Z | Compiling log v0.4.29 |
| 1353 | 2026-01-31T04:15:28.004Z | Compiling cc v1.2.30 |
| 1354 | 2026-01-31T04:15:28.050Z | Compiling rand_core v0.6.4 |
| 1355 | 2026-01-31T04:15:28.068Z | Compiling generic-array v0.14.7 |
| 1356 | 2026-01-31T04:15:28.299Z | Compiling subtle v2.6.1 |
| 1357 | 2026-01-31T04:15:28.437Z | Compiling portable-atomic v1.11.0 |
| 1358 | 2026-01-31T04:15:28.496Z | Compiling critical-section v1.1.3 |
| 1359 | 2026-01-31T04:15:28.579Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-01-31T04:15:28.647Z | Compiling pkg-config v0.3.31 |
| 1361 | 2026-01-31T04:15:28.669Z | Compiling getrandom v0.3.4 |
| 1362 | 2026-01-31T04:15:28.711Z | Compiling serde_json v1.0.149 |
| 1363 | 2026-01-31T04:15:29.281Z | Compiling spin v0.9.8 |
| 1364 | 2026-01-31T04:15:29.708Z | Compiling parking_lot_core v0.9.10 |
| 1365 | 2026-01-31T04:15:29.998Z | Compiling pin-project-lite v0.2.14 |
| 1366 | 2026-01-31T04:15:30.028Z | Compiling regex-syntax v0.8.5 |
| 1367 | 2026-01-31T04:15:30.223Z | Compiling libm v0.2.8 |
| 1368 | 2026-01-31T04:15:30.586Z | Compiling rustix v0.38.37 |
| 1369 | 2026-01-31T04:15:30.707Z | Compiling once_cell v1.21.3 |
| 1370 | 2026-01-31T04:15:30.855Z | Compiling signal-hook-registry v1.4.2 |
| 1371 | 2026-01-31T04:15:31.137Z | Compiling num-traits v0.2.19 |
| 1372 | 2026-01-31T04:15:31.341Z | Compiling allocator-api2 v0.2.21 |
| 1373 | 2026-01-31T04:15:31.475Z | Compiling parking_lot v0.12.3 |
| 1374 | 2026-01-31T04:15:31.747Z | Compiling mio v1.0.2 |
| 1375 | 2026-01-31T04:15:32.045Z | Compiling futures-core v0.3.31 |
| 1376 | 2026-01-31T04:15:32.086Z | Compiling lazy_static v1.5.0 |
| 1377 | 2026-01-31T04:15:32.239Z | Compiling aho-corasick v1.1.3 |
| 1378 | 2026-01-31T04:15:32.311Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-01-31T04:15:32.314Z | Compiling socket2 v0.6.1 |
| 1380 | 2026-01-31T04:15:32.818Z | Compiling slab v0.4.9 |
| 1381 | 2026-01-31T04:15:32.940Z | Compiling cpufeatures v0.2.14 |
| 1382 | 2026-01-31T04:15:32.967Z | Compiling futures-sink v0.3.31 |
| 1383 | 2026-01-31T04:15:33.055Z | Compiling glob v0.3.2 |
| 1384 | 2026-01-31T04:15:33.138Z | Compiling either v1.15.0 |
| 1385 | 2026-01-31T04:15:33.233Z | Compiling futures-channel v0.3.31 |
| 1386 | 2026-01-31T04:15:33.553Z | Compiling hashbrown v0.16.1 |
| 1387 | 2026-01-31T04:15:33.633Z | Compiling futures-task v0.3.31 |
| 1388 | 2026-01-31T04:15:33.646Z | Compiling prettyplease v0.2.36 |
| 1389 | 2026-01-31T04:15:33.865Z | Compiling clang-sys v1.8.1 |
| 1390 | 2026-01-31T04:15:33.982Z | Compiling rustversion v1.0.22 |
| 1391 | 2026-01-31T04:15:34.052Z | Compiling pin-utils v0.1.0 |
| 1392 | 2026-01-31T04:15:34.176Z | Compiling futures-io v0.3.31 |
| 1393 | 2026-01-31T04:15:34.435Z | Compiling regex-automata v0.4.11 |
| 1394 | 2026-01-31T04:15:34.493Z | Compiling minimal-lexical v0.2.1 |
| 1395 | 2026-01-31T04:15:34.593Z | Compiling libloading v0.8.5 |
| 1396 | 2026-01-31T04:15:34.715Z | Compiling indexmap v2.13.0 |
| 1397 | 2026-01-31T04:15:34.981Z | Compiling synstructure v0.13.1 |
| 1398 | 2026-01-31T04:15:35.006Z | Compiling nom v7.1.3 |
| 1399 | 2026-01-31T04:15:35.762Z | Compiling base64ct v1.6.0 |
| 1400 | 2026-01-31T04:15:35.924Z | Compiling ident_case v1.0.1 |
| 1401 | 2026-01-31T04:15:36.140Z | Compiling home v0.5.9 |
| 1402 | 2026-01-31T04:15:36.254Z | Compiling bindgen v0.69.5 |
| 1403 | 2026-01-31T04:15:36.335Z | Compiling pem-rfc7468 v0.7.0 |
| 1404 | 2026-01-31T04:15:36.578Z | Compiling itertools v0.12.1 |
| 1405 | 2026-01-31T04:15:36.923Z | Compiling form_urlencoded v1.2.2 |
| 1406 | 2026-01-31T04:15:37.252Z | Compiling flagset v0.4.6 |
| 1407 | 2026-01-31T04:15:37.278Z | Compiling rustc-hash v1.1.0 |
| 1408 | 2026-01-31T04:15:37.452Z | Compiling lazycell v1.3.0 |
| 1409 | 2026-01-31T04:15:37.497Z | Compiling rand_core v0.9.3 |
| 1410 | 2026-01-31T04:15:37.656Z | Compiling cmake v0.1.51 |
| 1411 | 2026-01-31T04:15:38.095Z | Compiling cexpr v0.6.0 |
| 1412 | 2026-01-31T04:15:38.275Z | Compiling paste v1.0.15 |
| 1413 | 2026-01-31T04:15:38.509Z | Compiling iana-time-zone v0.1.63 |
| 1414 | 2026-01-31T04:15:38.796Z | Compiling foldhash v0.1.5 |
| 1415 | 2026-01-31T04:15:38.883Z | Compiling dunce v1.0.5 |
| 1416 | 2026-01-31T04:15:39.057Z | Compiling fs_extra v1.3.0 |
| 1417 | 2026-01-31T04:15:39.151Z | Compiling hashbrown v0.15.4 |
| 1418 | 2026-01-31T04:15:39.251Z | Compiling rustc_version v0.4.1 |
| 1419 | 2026-01-31T04:15:39.440Z | Compiling uuid v1.19.0 |
| 1420 | 2026-01-31T04:15:39.612Z | Compiling zerocopy v0.8.27 |
| 1421 | 2026-01-31T04:15:39.670Z | Compiling regex v1.11.3 |
| 1422 | 2026-01-31T04:15:39.739Z | Compiling serde_derive v1.0.228 |
| 1423 | 2026-01-31T04:15:39.888Z | Compiling zeroize_derive v1.4.2 |
| 1424 | 2026-01-31T04:15:40.391Z | Compiling zerofrom-derive v0.1.4 |
| 1425 | 2026-01-31T04:15:40.430Z | Compiling yoke-derive v0.7.4 |
| 1426 | 2026-01-31T04:15:40.647Z | Compiling zerovec-derive v0.10.3 |
| 1427 | 2026-01-31T04:15:40.904Z | Compiling displaydoc v0.2.5 |
| 1428 | 2026-01-31T04:15:41.276Z | Compiling zeroize v1.8.1 |
| 1429 | 2026-01-31T04:15:42.447Z | Compiling zerocopy-derive v0.7.35 |
| 1430 | 2026-01-31T04:15:43.042Z | Compiling icu_provider_macros v1.5.0 |
| 1431 | 2026-01-31T04:15:43.130Z | Compiling crypto-common v0.1.6 |
| 1432 | 2026-01-31T04:15:43.152Z | Compiling block-buffer v0.10.4 |
| 1433 | 2026-01-31T04:15:43.379Z | Compiling tokio-macros v2.6.0 |
| 1434 | 2026-01-31T04:15:43.444Z | Compiling digest v0.10.7 |
| 1435 | 2026-01-31T04:15:43.773Z | Compiling zerofrom v0.1.4 |
| 1436 | 2026-01-31T04:15:43.976Z | Compiling hmac v0.12.1 |
| 1437 | 2026-01-31T04:15:44.063Z | Compiling yoke v0.7.4 |
| 1438 | 2026-01-31T04:15:44.179Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-01-31T04:15:44.247Z | Compiling block-padding v0.3.3 |
| 1440 | 2026-01-31T04:15:44.348Z | Compiling zerocopy v0.7.35 |
| 1441 | 2026-01-31T04:15:44.397Z | Compiling futures-macro v0.3.31 |
| 1442 | 2026-01-31T04:15:44.457Z | Compiling zerovec v0.10.4 |
| 1443 | 2026-01-31T04:15:44.510Z | Compiling inout v0.1.3 |
| 1444 | 2026-01-31T04:15:44.808Z | Compiling cipher v0.4.4 |
| 1445 | 2026-01-31T04:15:44.910Z | Compiling sha2 v0.10.9 |
| 1446 | 2026-01-31T04:15:45.367Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-01-31T04:15:45.737Z | Compiling ppv-lite86 v0.2.20 |
| 1448 | 2026-01-31T04:15:46.175Z | Compiling tinystr v0.7.6 |
| 1449 | 2026-01-31T04:15:46.426Z | Compiling icu_collections v1.5.0 |
| 1450 | 2026-01-31T04:15:46.453Z | Compiling futures-util v0.3.31 |
| 1451 | 2026-01-31T04:15:46.539Z | Compiling icu_locid v1.5.0 |
| 1452 | 2026-01-31T04:15:46.572Z | Compiling salsa20 v0.10.2 |
| 1453 | 2026-01-31T04:15:46.801Z | Compiling pbkdf2 v0.12.2 |
| 1454 | 2026-01-31T04:15:46.916Z | Compiling serde v1.0.228 |
| 1455 | 2026-01-31T04:15:46.989Z | Compiling vcpkg v0.2.15 |
| 1456 | 2026-01-31T04:15:47.211Z | Compiling thiserror v2.0.18 |
| 1457 | 2026-01-31T04:15:47.384Z | Compiling pest v2.8.2 |
| 1458 | 2026-01-31T04:15:47.584Z | Compiling der v0.7.10 |
| 1459 | 2026-01-31T04:15:47.629Z | Compiling scrypt v0.11.0 |
| 1460 | 2026-01-31T04:15:48.098Z | Compiling bitflags v2.9.4 |
| 1461 | 2026-01-31T04:15:48.101Z | Compiling bytes v1.10.1 |
| 1462 | 2026-01-31T04:15:48.368Z | Compiling icu_provider v1.5.0 |
| 1463 | 2026-01-31T04:15:48.569Z | Compiling chrono v0.4.43 |
| 1464 | 2026-01-31T04:15:48.617Z | Compiling openssl-sys v0.9.109 |
| 1465 | 2026-01-31T04:15:49.357Z | Compiling tokio v1.49.0 |
| 1466 | 2026-01-31T04:15:49.580Z | Compiling icu_locid_transform v1.5.0 |
| 1467 | 2026-01-31T04:15:49.759Z | Compiling spki v0.7.3 |
| 1468 | 2026-01-31T04:15:50.153Z | Compiling pest_meta v2.8.2 |
| 1469 | 2026-01-31T04:15:50.469Z | Compiling http v1.4.0 |
| 1470 | 2026-01-31T04:15:50.496Z | Compiling rand_chacha v0.9.0 |
| 1471 | 2026-01-31T04:15:51.779Z | Compiling icu_properties v1.5.1 |
| 1472 | 2026-01-31T04:15:51.833Z | Compiling cbc v0.1.2 |
| 1473 | 2026-01-31T04:15:51.905Z | Compiling aes v0.8.4 |
| 1474 | 2026-01-31T04:15:52.082Z | Compiling which v4.4.2 |
| 1475 | 2026-01-31T04:15:52.217Z | Compiling zerocopy-derive v0.8.27 |
| 1476 | 2026-01-31T04:15:53.109Z | Compiling pkcs5 v0.7.1 |
| 1477 | 2026-01-31T04:15:53.733Z | Compiling pest_generator v2.8.2 |
| 1478 | 2026-01-31T04:15:54.278Z | Compiling rand v0.9.2 |
| 1479 | 2026-01-31T04:15:54.563Z | Compiling tracing-attributes v0.1.27 |
| 1480 | 2026-01-31T04:15:54.718Z | Compiling serde_derive_internals v0.29.1 |
| 1481 | 2026-01-31T04:15:55.511Z | Compiling icu_normalizer v1.5.0 |
| 1482 | 2026-01-31T04:15:56.007Z | Compiling ring v0.17.14 |
| 1483 | 2026-01-31T04:15:56.383Z | Compiling tracing-core v0.1.32 |
| 1484 | 2026-01-31T04:15:56.862Z | Compiling idna_adapter v1.2.0 |
| 1485 | 2026-01-31T04:15:57.093Z | Compiling idna v1.0.3 |
| 1486 | 2026-01-31T04:15:57.119Z | Compiling schemars v0.8.22 |
| 1487 | 2026-01-31T04:15:57.203Z | Compiling adler2 v2.0.0 |
| 1488 | 2026-01-31T04:15:57.428Z | Compiling aws-lc-rs v1.12.4 |
| 1489 | 2026-01-31T04:15:57.512Z | Compiling rustix v1.1.3 |
| 1490 | 2026-01-31T04:15:57.611Z | Compiling miniz_oxide v0.8.5 |
| 1491 | 2026-01-31T04:15:57.683Z | Compiling tracing v0.1.40 |
| 1492 | 2026-01-31T04:15:57.902Z | Compiling url v2.5.4 |
| 1493 | 2026-01-31T04:15:58.196Z | Compiling tokio-util v0.7.15 |
| 1494 | 2026-01-31T04:15:58.599Z | Compiling schemars_derive v0.8.22 |
| 1495 | 2026-01-31T04:15:58.975Z | Compiling pest_derive v2.8.2 |
| 1496 | 2026-01-31T04:15:59.197Z | Compiling pkcs8 v0.10.2 |
| 1497 | 2026-01-31T04:15:59.641Z | Compiling http-body v1.0.1 |
| 1498 | 2026-01-31T04:15:59.774Z | Compiling scroll_derive v0.13.1 |
| 1499 | 2026-01-31T04:15:59.821Z | Compiling darling_core v0.20.10 |
| 1500 | 2026-01-31T04:15:59.870Z | Compiling httparse v1.9.5 |
| 1501 | 2026-01-31T04:16:00.315Z | Compiling rustls-pki-types v1.10.0 |
| 1502 | 2026-01-31T04:16:00.503Z | Compiling base64 v0.22.1 |
| 1503 | 2026-01-31T04:16:01.174Z | Compiling dyn-clone v1.0.20 |
| 1504 | 2026-01-31T04:16:01.256Z | Compiling tinyvec_macros v0.1.1 |
| 1505 | 2026-01-31T04:16:01.367Z | Compiling tinyvec v1.8.0 |
| 1506 | 2026-01-31T04:16:01.588Z | Compiling scroll v0.13.0 |
| 1507 | 2026-01-31T04:16:02.151Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-01-31T04:16:02.703Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1509 | 2026-01-31T04:16:02.860Z | Compiling try-lock v0.2.5 |
| 1510 | 2026-01-31T04:16:02.907Z | Compiling tower-service v0.3.3 |
| 1511 | 2026-01-31T04:16:03.041Z | Compiling foreign-types-shared v0.1.1 |
| 1512 | 2026-01-31T04:16:03.066Z | Compiling untrusted v0.7.1 |
| 1513 | 2026-01-31T04:16:03.176Z | Compiling tower-layer v0.3.3 |
| 1514 | 2026-01-31T04:16:03.261Z | Compiling atomic-waker v1.1.2 |
| 1515 | 2026-01-31T04:16:03.432Z | Compiling num-conv v0.1.0 |
| 1516 | 2026-01-31T04:16:03.454Z | Compiling openssl v0.10.73 |
| 1517 | 2026-01-31T04:16:03.457Z | Compiling untrusted v0.9.0 |
| 1518 | 2026-01-31T04:16:03.685Z | Compiling openssl-probe v0.1.5 |
| 1519 | 2026-01-31T04:16:03.706Z | Compiling powerfmt v0.2.0 |
| 1520 | 2026-01-31T04:16:03.849Z | Compiling time-core v0.1.6 |
| 1521 | 2026-01-31T04:16:04.032Z | Compiling tempfile v3.24.0 |
| 1522 | 2026-01-31T04:16:04.147Z | Compiling deranged v0.5.3 |
| 1523 | 2026-01-31T04:16:04.217Z | Compiling time-macros v0.2.24 |
| 1524 | 2026-01-31T04:16:04.506Z | Compiling h2 v0.4.6 |
| 1525 | 2026-01-31T04:16:04.864Z | Compiling foreign-types v0.3.2 |
| 1526 | 2026-01-31T04:16:04.953Z | Compiling want v0.3.1 |
| 1527 | 2026-01-31T04:16:05.490Z | Compiling darling_macro v0.20.10 |
| 1528 | 2026-01-31T04:16:06.262Z | Compiling darling v0.20.10 |
| 1529 | 2026-01-31T04:16:06.386Z | Compiling goblin v0.10.2 |
| 1530 | 2026-01-31T04:16:06.827Z | Compiling ipnet v2.11.0 |
| 1531 | 2026-01-31T04:16:07.266Z | Compiling openssl-macros v0.1.1 |
| 1532 | 2026-01-31T04:16:07.933Z | Compiling wait-timeout v0.2.0 |
| 1533 | 2026-01-31T04:16:07.954Z | Compiling bit-vec v0.8.0 |
| 1534 | 2026-01-31T04:16:08.011Z | Compiling gimli v0.31.1 |
| 1535 | 2026-01-31T04:16:08.058Z | Compiling usdt-impl v0.6.0 |
| 1536 | 2026-01-31T04:16:08.419Z | Compiling rustls v0.23.19 |
| 1537 | 2026-01-31T04:16:08.422Z | Compiling num_threads v0.1.7 |
| 1538 | 2026-01-31T04:16:08.422Z | Compiling native-tls v0.2.12 |
| 1539 | 2026-01-31T04:16:08.592Z | Compiling quick-error v1.2.3 |
| 1540 | 2026-01-31T04:16:08.755Z | Compiling crossbeam-utils v0.8.21 |
| 1541 | 2026-01-31T04:16:08.776Z | Compiling httpdate v1.0.3 |
| 1542 | 2026-01-31T04:16:08.808Z | Compiling syn v1.0.109 |
| 1543 | 2026-01-31T04:16:09.318Z | Compiling rusty-fork v0.3.0 |
| 1544 | 2026-01-31T04:16:09.406Z | Compiling time v0.3.43 |
| 1545 | 2026-01-31T04:16:09.536Z | Compiling bit-set v0.8.0 |
| 1546 | 2026-01-31T04:16:10.163Z | Compiling derive_builder_core v0.20.2 |
| 1547 | 2026-01-31T04:16:12.327Z | Compiling addr2line v0.24.2 |
| 1548 | 2026-01-31T04:16:12.432Z | Compiling hyper v1.8.1 |
| 1549 | 2026-01-31T04:16:13.011Z | Compiling unicode-normalization v0.1.24 |
| 1550 | 2026-01-31T04:16:13.084Z | Compiling dof v0.4.0 |
| 1551 | 2026-01-31T04:16:13.774Z | Compiling dtrace-parser v0.3.0 |
| 1552 | 2026-01-31T04:16:13.918Z | Compiling signature v2.2.0 |
| 1553 | 2026-01-31T04:16:14.249Z | Compiling heapless v0.7.17 |
| 1554 | 2026-01-31T04:16:14.727Z | Compiling thiserror-impl v1.0.69 |
| 1555 | 2026-01-31T04:16:15.335Z | Compiling scroll_derive v0.12.0 |
| 1556 | 2026-01-31T04:16:15.589Z | Compiling rand_xorshift v0.4.0 |
| 1557 | 2026-01-31T04:16:15.881Z | Compiling darling_core v0.21.0 |
| 1558 | 2026-01-31T04:16:15.936Z | Compiling slog v2.8.2 |
| 1559 | 2026-01-31T04:16:16.266Z | Compiling thread-id v5.0.0 |
| 1560 | 2026-01-31T04:16:16.402Z | Compiling cookie v0.18.1 |
| 1561 | 2026-01-31T04:16:16.672Z | Compiling crc32fast v1.4.2 |
| 1562 | 2026-01-31T04:16:16.749Z | Compiling object v0.36.5 |
| 1563 | 2026-01-31T04:16:16.984Z | Compiling unicode-bidi v0.3.17 |
| 1564 | 2026-01-31T04:16:17.004Z | Compiling anyhow v1.0.99 |
| 1565 | 2026-01-31T04:16:17.041Z | Compiling rustc-demangle v0.1.24 |
| 1566 | 2026-01-31T04:16:17.554Z | Compiling signal-hook v0.3.18 |
| 1567 | 2026-01-31T04:16:17.617Z | Compiling zlib-rs v0.5.1 |
| 1568 | 2026-01-31T04:16:17.804Z | Compiling unicode-properties v0.1.3 |
| 1569 | 2026-01-31T04:16:17.866Z | Compiling zstd-safe v7.2.3 |
| 1570 | 2026-01-31T04:16:18.144Z | Compiling unarray v0.1.4 |
| 1571 | 2026-01-31T04:16:18.218Z | Compiling siphasher v0.3.11 |
| 1572 | 2026-01-31T04:16:18.240Z | Compiling stringprep v0.1.5 |
| 1573 | 2026-01-31T04:16:18.315Z | Compiling proptest v1.7.0 |
| 1574 | 2026-01-31T04:16:18.608Z | Compiling phf_shared v0.11.2 |
| 1575 | 2026-01-31T04:16:19.036Z | Compiling thiserror v1.0.69 |
| 1576 | 2026-01-31T04:16:19.257Z | Compiling scroll v0.12.0 |
| 1577 | 2026-01-31T04:16:19.892Z | Compiling hyper-util v0.1.19 |
| 1578 | 2026-01-31T04:16:19.934Z | Compiling derive_builder_macro v0.20.2 |
| 1579 | 2026-01-31T04:16:21.895Z | Compiling ipnetwork v0.21.1 |
| 1580 | 2026-01-31T04:16:21.925Z | Compiling darling_macro v0.21.0 |
| 1581 | 2026-01-31T04:16:22.730Z | Compiling erased-serde v0.3.31 |
| 1582 | 2026-01-31T04:16:22.849Z | Compiling serde_tokenstream v0.2.2 |
| 1583 | 2026-01-31T04:16:23.449Z | Compiling backtrace v0.3.74 |
| 1584 | 2026-01-31T04:16:23.623Z | Compiling serde_spanned v0.6.9 |
| 1585 | 2026-01-31T04:16:23.783Z | Compiling toml_datetime v0.6.11 |
| 1586 | 2026-01-31T04:16:23.890Z | Compiling libz-rs-sys v0.5.1 |
| 1587 | 2026-01-31T04:16:24.093Z | Compiling rand_chacha v0.3.1 |
| 1588 | 2026-01-31T04:16:24.215Z | Compiling md-5 v0.10.6 |
| 1589 | 2026-01-31T04:16:24.348Z | Compiling curve25519-dalek v4.1.3 |
| 1590 | 2026-01-31T04:16:24.496Z | Compiling vergen-lib v0.1.6 |
| 1591 | 2026-01-31T04:16:24.791Z | Compiling num-integer v0.1.46 |
| 1592 | 2026-01-31T04:16:24.834Z | Compiling sync_wrapper v1.0.1 |
| 1593 | 2026-01-31T04:16:25.023Z | Compiling ff v0.13.0 |
| 1594 | 2026-01-31T04:16:25.047Z | Compiling hash32 v0.2.1 |
| 1595 | 2026-01-31T04:16:25.276Z | Compiling memoffset v0.9.1 |
| 1596 | 2026-01-31T04:16:25.437Z | Compiling smoltcp v0.9.1 |
| 1597 | 2026-01-31T04:16:25.494Z | Compiling ref-cast v1.0.25 |
| 1598 | 2026-01-31T04:16:25.634Z | Compiling cfg_aliases v0.2.1 |
| 1599 | 2026-01-31T04:16:25.756Z | Compiling num-bigint-dig v0.8.6 |
| 1600 | 2026-01-31T04:16:26.046Z | Compiling litrs v0.4.1 |
| 1601 | 2026-01-31T04:16:26.087Z | Compiling fallible-iterator v0.2.0 |
| 1602 | 2026-01-31T04:16:26.108Z | Compiling base16ct v0.2.0 |
| 1603 | 2026-01-31T04:16:26.126Z | Compiling psl-types v2.0.11 |
| 1604 | 2026-01-31T04:16:26.311Z | Compiling publicsuffix v2.3.0 |
| 1605 | 2026-01-31T04:16:26.314Z | Compiling nix v0.29.0 |
| 1606 | 2026-01-31T04:16:26.477Z | Compiling sec1 v0.7.3 |
| 1607 | 2026-01-31T04:16:26.729Z | Compiling postgres-protocol v0.6.8 |
| 1608 | 2026-01-31T04:16:27.033Z | Compiling num-iter v0.1.45 |
| 1609 | 2026-01-31T04:16:27.121Z | Compiling document-features v0.2.11 |
| 1610 | 2026-01-31T04:16:27.154Z | Compiling group v0.13.0 |
| 1611 | 2026-01-31T04:16:27.347Z | Compiling tower v0.5.2 |
| 1612 | 2026-01-31T04:16:27.517Z | Compiling rand v0.8.5 |
| 1613 | 2026-01-31T04:16:27.937Z | Compiling flate2 v1.1.2 |
| 1614 | 2026-01-31T04:16:28.357Z | Compiling newtype-uuid v1.3.2 |
| 1615 | 2026-01-31T04:16:28.577Z | Compiling darling v0.21.0 |
| 1616 | 2026-01-31T04:16:28.716Z | Compiling oxnet v0.1.4 |
| 1617 | 2026-01-31T04:16:28.836Z | Compiling derive_builder v0.20.2 |
| 1618 | 2026-01-31T04:16:29.065Z | Compiling goblin v0.8.2 |
| 1619 | 2026-01-31T04:16:29.087Z | Compiling tokio-native-tls v0.3.1 |
| 1620 | 2026-01-31T04:16:29.582Z | Compiling rustls-native-certs v0.8.1 |
| 1621 | 2026-01-31T04:16:29.918Z | Compiling webpki-roots v1.0.1 |
| 1622 | 2026-01-31T04:16:30.127Z | Compiling http-body-util v0.1.3 |
| 1623 | 2026-01-31T04:16:30.150Z | Compiling strum_macros v0.27.2 |
| 1624 | 2026-01-31T04:16:30.210Z | Compiling terminal_size v0.4.0 |
| 1625 | 2026-01-31T04:16:30.401Z | Compiling cargo-platform v0.1.8 |
| 1626 | 2026-01-31T04:16:30.453Z | Compiling hkdf v0.12.4 |
| 1627 | 2026-01-31T04:16:30.619Z | Compiling crypto-bigint v0.5.5 |
| 1628 | 2026-01-31T04:16:30.753Z | Compiling daft-derive v0.1.4 |
| 1629 | 2026-01-31T04:16:30.903Z | Compiling ref-cast-impl v1.0.25 |
| 1630 | 2026-01-31T04:16:32.078Z | Compiling async-trait v0.1.89 |
| 1631 | 2026-01-31T04:16:32.135Z | Compiling hubpack_derive v0.1.1 |
| 1632 | 2026-01-31T04:16:32.333Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1633 | 2026-01-31T04:16:33.039Z | Compiling vergen v9.0.6 |
| 1634 | 2026-01-31T04:16:33.378Z | Compiling ahash v0.8.12 |
| 1635 | 2026-01-31T04:16:33.735Z | Compiling fs-err v3.1.1 |
| 1636 | 2026-01-31T04:16:33.763Z | Compiling lockfree-object-pool v0.1.6 |
| 1637 | 2026-01-31T04:16:34.101Z | Compiling unicode-segmentation v1.12.0 |
| 1638 | 2026-01-31T04:16:34.123Z | Compiling bumpalo v3.16.0 |
| 1639 | 2026-01-31T04:16:34.572Z | Compiling buf-list v1.0.3 |
| 1640 | 2026-01-31T04:16:34.634Z | Compiling simd-adler32 v0.3.7 |
| 1641 | 2026-01-31T04:16:34.910Z | Compiling winnow v0.5.40 |
| 1642 | 2026-01-31T04:16:34.959Z | Compiling managed v0.8.0 |
| 1643 | 2026-01-31T04:16:35.162Z | Compiling bitflags v1.3.2 |
| 1644 | 2026-01-31T04:16:35.217Z | Compiling ryu v1.0.18 |
| 1645 | 2026-01-31T04:16:35.303Z | Compiling iri-string v0.7.8 |
| 1646 | 2026-01-31T04:16:35.600Z | Compiling serde_urlencoded v0.7.1 |
| 1647 | 2026-01-31T04:16:36.139Z | Compiling clap_builder v4.5.48 |
| 1648 | 2026-01-31T04:16:36.539Z | Compiling zopfli v0.8.1 |
| 1649 | 2026-01-31T04:16:37.340Z | Compiling strum v0.27.2 |
| 1650 | 2026-01-31T04:16:37.545Z | Compiling dof v0.3.0 |
| 1651 | 2026-01-31T04:16:38.143Z | Compiling toml_edit v0.19.15 |
| 1652 | 2026-01-31T04:16:38.167Z | Compiling tower-http v0.6.6 |
| 1653 | 2026-01-31T04:16:39.054Z | Compiling elliptic-curve v0.13.8 |
| 1654 | 2026-01-31T04:16:39.106Z | Compiling hubpack v0.1.2 |
| 1655 | 2026-01-31T04:16:39.352Z | Compiling daft v0.1.4 |
| 1656 | 2026-01-31T04:16:39.708Z | Compiling cargo_metadata v0.19.2 |
| 1657 | 2026-01-31T04:16:39.891Z | Compiling hyper-tls v0.6.0 |
| 1658 | 2026-01-31T04:16:39.914Z | Compiling signal-hook-mio v0.2.4 |
| 1659 | 2026-01-31T04:16:40.107Z | Compiling cookie_store v0.21.1 |
| 1660 | 2026-01-31T04:16:40.283Z | Compiling zstd v0.13.3 |
| 1661 | 2026-01-31T04:16:41.605Z | Compiling serde_with_macros v3.16.1 |
| 1662 | 2026-01-31T04:16:43.068Z | Compiling postgres-types v0.2.9 |
| 1663 | 2026-01-31T04:16:43.929Z | Compiling usdt-macro v0.6.0 |
| 1664 | 2026-01-31T04:16:44.053Z | Compiling usdt-attr-macro v0.6.0 |
| 1665 | 2026-01-31T04:16:44.107Z | Compiling dtrace-parser v0.2.0 |
| 1666 | 2026-01-31T04:16:44.332Z | Compiling phf v0.11.2 |
| 1667 | 2026-01-31T04:16:44.634Z | Compiling ed25519 v2.2.3 |
| 1668 | 2026-01-31T04:16:44.921Z | Compiling bzip2 v0.4.4 |
| 1669 | 2026-01-31T04:16:45.328Z | Compiling bzip2 v0.5.2 |
| 1670 | 2026-01-31T04:16:45.380Z | Compiling pkcs1 v0.7.5 |
| 1671 | 2026-01-31T04:16:45.646Z | Compiling clap_derive v4.5.47 |
| 1672 | 2026-01-31T04:16:45.700Z | Compiling strum_macros v0.26.4 |
| 1673 | 2026-01-31T04:16:45.941Z | Compiling enum-as-inner v0.6.1 |
| 1674 | 2026-01-31T04:16:46.285Z | Compiling serde-big-array v0.5.1 |
| 1675 | 2026-01-31T04:16:46.332Z | Compiling hex v0.4.3 |
| 1676 | 2026-01-31T04:16:46.545Z | Compiling rfc6979 v0.4.0 |
| 1677 | 2026-01-31T04:16:46.638Z | Compiling serde_repr v0.1.19 |
| 1678 | 2026-01-31T04:16:46.766Z | Compiling bstr v1.10.0 |
| 1679 | 2026-01-31T04:16:46.937Z | Compiling float-cmp v0.10.0 |
| 1680 | 2026-01-31T04:16:46.988Z | Compiling env_filter v0.1.2 |
| 1681 | 2026-01-31T04:16:47.197Z | Compiling memmap2 v0.9.8 |
| 1682 | 2026-01-31T04:16:47.601Z | Compiling socket2 v0.5.10 |
| 1683 | 2026-01-31T04:16:47.621Z | Compiling encoding_rs v0.8.34 |
| 1684 | 2026-01-31T04:16:47.723Z | Compiling fixedbitset v0.5.7 |
| 1685 | 2026-01-31T04:16:48.233Z | Compiling jiff v0.2.15 |
| 1686 | 2026-01-31T04:16:48.376Z | Compiling difflib v0.4.0 |
| 1687 | 2026-01-31T04:16:48.466Z | Compiling predicates-core v1.0.8 |
| 1688 | 2026-01-31T04:16:48.802Z | Compiling normalize-line-endings v0.3.0 |
| 1689 | 2026-01-31T04:16:49.007Z | Compiling foldhash v0.2.0 |
| 1690 | 2026-01-31T04:16:49.431Z | Compiling whoami v1.5.2 |
| 1691 | 2026-01-31T04:16:49.673Z | Compiling new_debug_unreachable v1.0.6 |
| 1692 | 2026-01-31T04:16:49.791Z | Compiling fixedbitset v0.4.2 |
| 1693 | 2026-01-31T04:16:49.940Z | Compiling mime v0.3.17 |
| 1694 | 2026-01-31T04:16:50.001Z | Compiling static_assertions v1.1.0 |
| 1695 | 2026-01-31T04:16:50.023Z | Compiling precomputed-hash v0.1.1 |
| 1696 | 2026-01-31T04:16:50.127Z | Compiling data-encoding v2.9.0 |
| 1697 | 2026-01-31T04:16:50.167Z | Compiling keccak v0.1.5 |
| 1698 | 2026-01-31T04:16:50.236Z | Compiling rustc-hash v2.1.1 |
| 1699 | 2026-01-31T04:16:50.446Z | Compiling iddqd v0.3.16 |
| 1700 | 2026-01-31T04:16:50.468Z | Compiling toml_edit v0.22.27 |
| 1701 | 2026-01-31T04:16:51.302Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-01-31T04:16:51.795Z | Compiling sha3 v0.10.8 |
| 1703 | 2026-01-31T04:16:52.391Z | Compiling string_cache v0.8.9 |
| 1704 | 2026-01-31T04:16:52.836Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1705 | 2026-01-31T04:16:52.856Z | Compiling petgraph v0.6.5 |
| 1706 | 2026-01-31T04:16:53.004Z | Compiling strum v0.26.3 |
| 1707 | 2026-01-31T04:16:53.222Z | Compiling clap v4.5.48 |
| 1708 | 2026-01-31T04:16:53.372Z | Compiling tokio-postgres v0.7.13 |
| 1709 | 2026-01-31T04:16:54.811Z | Compiling predicates v3.1.3 |
| 1710 | 2026-01-31T04:16:56.279Z | Compiling zip v4.2.0 |
| 1711 | 2026-01-31T04:16:56.505Z | Compiling petgraph v0.8.2 |
| 1712 | 2026-01-31T04:16:57.470Z | Compiling similar v2.7.0 |
| 1713 | 2026-01-31T04:16:58.470Z | Compiling usdt-impl v0.5.0 |
| 1714 | 2026-01-31T04:16:58.762Z | Compiling usdt v0.6.0 |
| 1715 | 2026-01-31T04:16:59.268Z | Compiling env_logger v0.11.8 |
| 1716 | 2026-01-31T04:16:59.535Z | Compiling serde_with v3.16.1 |
| 1717 | 2026-01-31T04:16:59.555Z | Compiling ecdsa v0.16.9 |
| 1718 | 2026-01-31T04:16:59.614Z | Compiling rsa v0.9.8 |
| 1719 | 2026-01-31T04:16:59.807Z | Compiling zip v0.6.6 |
| 1720 | 2026-01-31T04:16:59.999Z | Compiling ed25519-dalek v2.1.1 |
| 1721 | 2026-01-31T04:17:01.111Z | Compiling toml v0.7.8 |
| 1722 | 2026-01-31T04:17:01.354Z | Compiling crossterm v0.28.1 |
| 1723 | 2026-01-31T04:17:02.523Z | Compiling heck v0.4.1 |
| 1724 | 2026-01-31T04:17:02.767Z | Compiling crossbeam-epoch v0.9.18 |
| 1725 | 2026-01-31T04:17:02.884Z | Compiling tokio-stream v0.1.17 |
| 1726 | 2026-01-31T04:17:02.983Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1727 | 2026-01-31T04:17:03.175Z | Compiling x509-cert v0.2.5 |
| 1728 | 2026-01-31T04:17:03.412Z | Compiling openapiv3 v2.2.0 |
| 1729 | 2026-01-31T04:17:03.434Z | Compiling sha1 v0.10.6 |
| 1730 | 2026-01-31T04:17:03.790Z | Compiling itertools v0.10.5 |
| 1731 | 2026-01-31T04:17:03.875Z | Compiling itertools v0.13.0 |
| 1732 | 2026-01-31T04:17:03.935Z | Compiling winnow v0.6.26 |
| 1733 | 2026-01-31T04:17:04.505Z | Compiling lalrpop-util v0.19.12 |
| 1734 | 2026-01-31T04:17:04.871Z | Compiling peg-runtime v0.8.5 |
| 1735 | 2026-01-31T04:17:05.476Z | Compiling thread_local v1.1.8 |
| 1736 | 2026-01-31T04:17:05.971Z | Compiling slog-async v2.8.0 |
| 1737 | 2026-01-31T04:17:06.386Z | Compiling crossbeam-channel v0.5.15 |
| 1738 | 2026-01-31T04:17:06.582Z | Compiling xattr v1.3.1 |
| 1739 | 2026-01-31T04:17:06.810Z | Compiling futures-executor v0.3.31 |
| 1740 | 2026-01-31T04:17:06.864Z | Compiling filetime v0.2.26 |
| 1741 | 2026-01-31T04:17:07.177Z | Compiling is-terminal v0.4.13 |
| 1742 | 2026-01-31T04:17:07.242Z | Compiling take_mut v0.2.2 |
| 1743 | 2026-01-31T04:17:07.311Z | Compiling term v1.1.0 |
| 1744 | 2026-01-31T04:17:07.335Z | Compiling futures v0.3.31 |
| 1745 | 2026-01-31T04:17:07.335Z | Compiling tar v0.4.44 |
| 1746 | 2026-01-31T04:17:08.463Z | Compiling slog-term v2.9.2 |
| 1747 | 2026-01-31T04:17:10.279Z | Compiling aws-lc-sys v0.26.0 |
| 1748 | 2026-01-31T04:17:39.890Z | Compiling rustls-webpki v0.102.8 |
| 1749 | 2026-01-31T04:17:44.435Z | Compiling tokio-rustls v0.26.0 |
| 1750 | 2026-01-31T04:17:44.724Z | Compiling hyper-rustls v0.27.7 |
| 1751 | 2026-01-31T04:17:45.083Z | Compiling reqwest v0.12.24 |
| 1752 | 2026-01-31T04:17:48.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1753 | 2026-01-31T04:17:49.065Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1754 | 2026-01-31T04:17:53.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
| 1755 | 2026-01-31T04:17:53.798Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1756 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.315 INFO Starting download, target: Clickhouse |
| 1757 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Starting download, target: Console |
| 1758 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Starting download, target: Cockroach |
| 1759 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Starting download, target: DendriteStub |
| 1760 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Starting download, target: MaghemiteMgd |
| 1761 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Starting download, target: TransceiverControl |
| 1762 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1763 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1764 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1765 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1766 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1767 | 2026-01-31T04:17:53.864Z | Jan 31 04:17:53.322 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1768 | 2026-01-31T04:17:54.114Z | Jan 31 04:17:53.571 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1769 | 2026-01-31T04:17:54.393Z | Jan 31 04:17:53.850 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1770 | 2026-01-31T04:17:54.571Z | Jan 31 04:17:54.028 INFO Download complete, target: TransceiverControl |
| 1771 | 2026-01-31T04:17:54.853Z | Jan 31 04:17:54.310 INFO Download complete, target: Console |
| 1772 | 2026-01-31T04:17:55.171Z | Jan 31 04:17:54.627 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1773 | 2026-01-31T04:17:55.243Z | Jan 31 04:17:54.701 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1774 | 2026-01-31T04:17:56.003Z | Jan 31 04:17:55.461 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1775 | 2026-01-31T04:17:56.003Z | Jan 31 04:17:55.461 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1776 | 2026-01-31T04:17:56.642Z | Jan 31 04:17:56.101 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1777 | 2026-01-31T04:17:59.260Z | Jan 31 04:17:58.719 INFO Download complete, target: MaghemiteMgd |
| 1778 | 2026-01-31T04:17:59.401Z | Jan 31 04:17:58.860 INFO Download complete, target: DendriteStub |
| 1779 | 2026-01-31T04:18:04.051Z | Jan 31 04:18:03.511 INFO Checking that binary works, target: Cockroach |
| 1780 | 2026-01-31T04:18:04.180Z | Jan 31 04:18:03.639 INFO Download complete, target: Cockroach |
| 1781 | 2026-01-31T04:18:07.994Z | Jan 31 04:18:07.452 INFO Checking that binary works, target: Clickhouse |
| 1782 | 2026-01-31T04:18:08.158Z | Jan 31 04:18:07.615 INFO Download complete, target: Clickhouse |
| 1783 | 2026-01-31T04:18:08.176Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1784 | 2026-01-31T04:18:08.179Z | |
| 1785 | 2026-01-31T04:18:08.179Z | real 7:05.548150717 |
| 1786 | 2026-01-31T04:18:08.179Z | user 18:26.756251561 |
| 1787 | 2026-01-31T04:18:08.179Z | sys 2:31.637333634 |
| 1788 | 2026-01-31T04:18:08.179Z | trap 0.667950731 |
| 1789 | 2026-01-31T04:18:08.179Z | tflt 0.994160898 |
| 1790 | 2026-01-31T04:18:08.179Z | dflt 1.304066704 |
| 1791 | 2026-01-31T04:18:08.179Z | kflt 0.025998948 |
| 1792 | 2026-01-31T04:18:08.179Z | lock 45:13.914713787 |
| 1793 | 2026-01-31T04:18:08.179Z | slp 1:11:09.697205137 |
| 1794 | 2026-01-31T04:18:08.179Z | lat 1:22.770166271 |
| 1795 | 2026-01-31T04:18:08.180Z | stop 3:12.751799462 |
| 1796 | 2026-01-31T04:18:08.180Z | + banner hack-check |
| 1797 | 2026-01-31T04:18:08.185Z | |
| 1798 | 2026-01-31T04:18:08.185Z | # # ## #### # # #### # # ###### #### # # |
| 1799 | 2026-01-31T04:18:08.185Z | # # # # # # # # # # # # # # # # # |
| 1800 | 2026-01-31T04:18:08.185Z | ###### # # # #### ##### # ###### ##### # #### |
| 1801 | 2026-01-31T04:18:08.185Z | # # ###### # # # # # # # # # # |
| 1802 | 2026-01-31T04:18:08.185Z | # # # # # # # # # # # # # # # # # |
| 1803 | 2026-01-31T04:18:08.185Z | # # # # #### # # #### # # ###### #### # # |
| 1804 | 2026-01-31T04:18:08.185Z | |
| 1805 | 2026-01-31T04:18:08.185Z | + export CARGO_INCREMENTAL=0 |
| 1806 | 2026-01-31T04:18:08.185Z | + CARGO_INCREMENTAL=0 |
| 1807 | 2026-01-31T04:18:08.185Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1808 | 2026-01-31T04:18:08.947Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1809 | 2026-01-31T04:18:09.244Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1810 | 2026-01-31T04:18:12.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s |
| 1811 | 2026-01-31T04:18:12.462Z | Running `target/debug/xtask check-features --ci` |
| 1812 | 2026-01-31T04:18:12.489Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1813 | 2026-01-31T04:18:12.489Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1814 | 2026-01-31T04:18:13.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 1815 | 2026-01-31T04:18:13.163Z | Running `target/debug/xtask download cargo-hack` |
| 1816 | 2026-01-31T04:18:14.223Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1817 | 2026-01-31T04:18:14.624Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1818 | 2026-01-31T04:18:18.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s |
| 1819 | 2026-01-31T04:18:18.604Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1820 | 2026-01-31T04:18:18.644Z | Jan 31 04:18:18.103 INFO Starting download, target: CargoHack |
| 1821 | 2026-01-31T04:18:18.647Z | Jan 31 04:18:18.104 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1822 | 2026-01-31T04:18:19.175Z | Jan 31 04:18:18.636 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1823 | 2026-01-31T04:18:19.257Z | Jan 31 04:18:18.718 INFO Download complete, target: CargoHack |
| 1824 | 2026-01-31T04:18:19.261Z | running: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1825 | 2026-01-31T04:18:19.281Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1826 | 2026-01-31T04:18:19.492Z | info: running `cargo check --bins` on api_identity (1/248) |
| 1827 | 2026-01-31T04:18:20.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-01-31T04:18:20.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-01-31T04:18:20.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-01-31T04:18:20.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1831 | 2026-01-31T04:18:20.266Z | |
| 1832 | 2026-01-31T04:18:20.267Z | info: running `cargo check --bins` on bootstore (2/248) |
| 1833 | 2026-01-31T04:18:20.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-01-31T04:18:20.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-01-31T04:18:20.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-01-31T04:18:21.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1837 | 2026-01-31T04:18:21.096Z | |
| 1838 | 2026-01-31T04:18:21.096Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/248) |
| 1839 | 2026-01-31T04:18:21.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-01-31T04:18:21.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-01-31T04:18:21.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-01-31T04:18:21.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1843 | 2026-01-31T04:18:21.899Z | |
| 1844 | 2026-01-31T04:18:21.899Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/248) |
| 1845 | 2026-01-31T04:18:22.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-01-31T04:18:22.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-01-31T04:18:22.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-01-31T04:18:22.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1849 | 2026-01-31T04:18:22.686Z | |
| 1850 | 2026-01-31T04:18:22.686Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/248) |
| 1851 | 2026-01-31T04:18:23.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-01-31T04:18:23.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-01-31T04:18:23.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-01-31T04:18:23.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1855 | 2026-01-31T04:18:23.299Z | |
| 1856 | 2026-01-31T04:18:23.300Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/248) |
| 1857 | 2026-01-31T04:18:23.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-01-31T04:18:23.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-01-31T04:18:23.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-01-31T04:18:23.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1861 | 2026-01-31T04:18:23.926Z | |
| 1862 | 2026-01-31T04:18:23.926Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/248) |
| 1863 | 2026-01-31T04:18:24.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-01-31T04:18:24.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-01-31T04:18:24.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-01-31T04:18:24.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1867 | 2026-01-31T04:18:24.548Z | |
| 1868 | 2026-01-31T04:18:24.548Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/248) |
| 1869 | 2026-01-31T04:18:25.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-01-31T04:18:25.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-01-31T04:18:25.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-01-31T04:18:25.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1873 | 2026-01-31T04:18:25.158Z | |
| 1874 | 2026-01-31T04:18:25.158Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/248) |
| 1875 | 2026-01-31T04:18:25.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-01-31T04:18:25.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-01-31T04:18:25.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-01-31T04:18:25.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1879 | 2026-01-31T04:18:25.767Z | |
| 1880 | 2026-01-31T04:18:25.767Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/248) |
| 1881 | 2026-01-31T04:18:26.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-01-31T04:18:26.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-01-31T04:18:26.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-01-31T04:18:26.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1885 | 2026-01-31T04:18:26.368Z | |
| 1886 | 2026-01-31T04:18:26.368Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/248) |
| 1887 | 2026-01-31T04:18:26.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-01-31T04:18:26.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-01-31T04:18:26.917Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-01-31T04:18:26.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1891 | 2026-01-31T04:18:26.973Z | |
| 1892 | 2026-01-31T04:18:26.973Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/248) |
| 1893 | 2026-01-31T04:18:27.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-01-31T04:18:27.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-01-31T04:18:27.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-01-31T04:18:27.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1897 | 2026-01-31T04:18:27.601Z | |
| 1898 | 2026-01-31T04:18:27.601Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/248) |
| 1899 | 2026-01-31T04:18:28.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-01-31T04:18:28.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-01-31T04:18:28.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-01-31T04:18:28.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1903 | 2026-01-31T04:18:28.219Z | |
| 1904 | 2026-01-31T04:18:28.219Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/248) |
| 1905 | 2026-01-31T04:18:28.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-01-31T04:18:28.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-01-31T04:18:28.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-01-31T04:18:28.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1909 | 2026-01-31T04:18:28.827Z | |
| 1910 | 2026-01-31T04:18:28.827Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/248) |
| 1911 | 2026-01-31T04:18:29.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-01-31T04:18:29.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-01-31T04:18:29.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-01-31T04:18:29.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1915 | 2026-01-31T04:18:29.438Z | |
| 1916 | 2026-01-31T04:18:29.438Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/248) |
| 1917 | 2026-01-31T04:18:30.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-01-31T04:18:30.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-01-31T04:18:30.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-01-31T04:18:30.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1921 | 2026-01-31T04:18:30.059Z | |
| 1922 | 2026-01-31T04:18:30.059Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/248) |
| 1923 | 2026-01-31T04:18:30.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-01-31T04:18:30.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-01-31T04:18:30.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-01-31T04:18:30.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1927 | 2026-01-31T04:18:30.673Z | |
| 1928 | 2026-01-31T04:18:30.673Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/248) |
| 1929 | 2026-01-31T04:18:31.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-01-31T04:18:31.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-01-31T04:18:31.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-01-31T04:18:31.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1933 | 2026-01-31T04:18:31.300Z | |
| 1934 | 2026-01-31T04:18:31.300Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/248) |
| 1935 | 2026-01-31T04:18:31.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-01-31T04:18:31.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-01-31T04:18:31.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-01-31T04:18:31.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1939 | 2026-01-31T04:18:31.922Z | |
| 1940 | 2026-01-31T04:18:31.922Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/248) |
| 1941 | 2026-01-31T04:18:32.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-01-31T04:18:32.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-01-31T04:18:32.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-01-31T04:18:32.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1945 | 2026-01-31T04:18:32.537Z | |
| 1946 | 2026-01-31T04:18:32.537Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/248) |
| 1947 | 2026-01-31T04:18:33.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-01-31T04:18:33.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-01-31T04:18:33.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-01-31T04:18:33.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1951 | 2026-01-31T04:18:33.160Z | |
| 1952 | 2026-01-31T04:18:33.160Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/248) |
| 1953 | 2026-01-31T04:18:33.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-01-31T04:18:33.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-01-31T04:18:33.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-01-31T04:18:33.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1957 | 2026-01-31T04:18:33.775Z | |
| 1958 | 2026-01-31T04:18:33.775Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/248) |
| 1959 | 2026-01-31T04:18:34.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-01-31T04:18:34.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-01-31T04:18:34.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-01-31T04:18:34.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1963 | 2026-01-31T04:18:34.391Z | |
| 1964 | 2026-01-31T04:18:34.391Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/248) |
| 1965 | 2026-01-31T04:18:34.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-01-31T04:18:34.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-01-31T04:18:34.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-01-31T04:18:34.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1969 | 2026-01-31T04:18:35.026Z | |
| 1970 | 2026-01-31T04:18:35.026Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/248) |
| 1971 | 2026-01-31T04:18:35.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-01-31T04:18:35.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-01-31T04:18:35.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-01-31T04:18:35.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1975 | 2026-01-31T04:18:35.681Z | |
| 1976 | 2026-01-31T04:18:35.681Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/248) |
| 1977 | 2026-01-31T04:18:36.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-01-31T04:18:36.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-01-31T04:18:36.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-01-31T04:18:36.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1981 | 2026-01-31T04:18:36.310Z | |
| 1982 | 2026-01-31T04:18:36.310Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/248) |
| 1983 | 2026-01-31T04:18:36.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-01-31T04:18:36.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-01-31T04:18:36.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-01-31T04:18:36.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1987 | 2026-01-31T04:18:36.919Z | |
| 1988 | 2026-01-31T04:18:36.919Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/248) |
| 1989 | 2026-01-31T04:18:37.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-01-31T04:18:37.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-01-31T04:18:37.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-01-31T04:18:37.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1993 | 2026-01-31T04:18:37.526Z | |
| 1994 | 2026-01-31T04:18:37.526Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/248) |
| 1995 | 2026-01-31T04:18:38.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-01-31T04:18:38.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-01-31T04:18:38.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-01-31T04:18:38.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1999 | 2026-01-31T04:18:38.147Z | |
| 2000 | 2026-01-31T04:18:38.147Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/248) |
| 2001 | 2026-01-31T04:18:38.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-01-31T04:18:38.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-01-31T04:18:38.707Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-01-31T04:18:38.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2005 | 2026-01-31T04:18:38.764Z | |
| 2006 | 2026-01-31T04:18:38.764Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/248) |
| 2007 | 2026-01-31T04:18:39.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-01-31T04:18:39.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-01-31T04:18:39.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-01-31T04:18:39.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2011 | 2026-01-31T04:18:39.376Z | |
| 2012 | 2026-01-31T04:18:39.377Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/248) |
| 2013 | 2026-01-31T04:18:39.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-01-31T04:18:39.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-01-31T04:18:39.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-01-31T04:18:39.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2017 | 2026-01-31T04:18:39.990Z | |
| 2018 | 2026-01-31T04:18:39.990Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/248) |
| 2019 | 2026-01-31T04:18:40.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-01-31T04:18:40.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-01-31T04:18:40.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-01-31T04:18:40.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2023 | 2026-01-31T04:18:40.600Z | |
| 2024 | 2026-01-31T04:18:40.601Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/248) |
| 2025 | 2026-01-31T04:18:41.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-01-31T04:18:41.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-01-31T04:18:41.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-01-31T04:18:41.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2029 | 2026-01-31T04:18:41.208Z | |
| 2030 | 2026-01-31T04:18:41.208Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/248) |
| 2031 | 2026-01-31T04:18:41.766Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-01-31T04:18:41.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-01-31T04:18:41.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-01-31T04:18:41.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2035 | 2026-01-31T04:18:41.828Z | |
| 2036 | 2026-01-31T04:18:41.828Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/248) |
| 2037 | 2026-01-31T04:18:42.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-01-31T04:18:42.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-01-31T04:18:42.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-01-31T04:18:42.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2041 | 2026-01-31T04:18:42.446Z | |
| 2042 | 2026-01-31T04:18:42.447Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/248) |
| 2043 | 2026-01-31T04:18:43.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-01-31T04:18:43.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-01-31T04:18:43.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-01-31T04:18:43.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2047 | 2026-01-31T04:18:43.068Z | |
| 2048 | 2026-01-31T04:18:43.068Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/248) |
| 2049 | 2026-01-31T04:18:43.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-01-31T04:18:43.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-01-31T04:18:43.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-01-31T04:18:43.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2053 | 2026-01-31T04:18:43.683Z | |
| 2054 | 2026-01-31T04:18:43.683Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/248) |
| 2055 | 2026-01-31T04:18:44.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-01-31T04:18:44.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-01-31T04:18:44.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-01-31T04:18:44.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2059 | 2026-01-31T04:18:44.296Z | |
| 2060 | 2026-01-31T04:18:44.296Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/248) |
| 2061 | 2026-01-31T04:18:44.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-01-31T04:18:44.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-01-31T04:18:44.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-01-31T04:18:44.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2065 | 2026-01-31T04:18:44.911Z | |
| 2066 | 2026-01-31T04:18:44.911Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/248) |
| 2067 | 2026-01-31T04:18:45.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-01-31T04:18:45.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-01-31T04:18:45.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-01-31T04:18:45.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2071 | 2026-01-31T04:18:45.546Z | |
| 2072 | 2026-01-31T04:18:45.546Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/248) |
| 2073 | 2026-01-31T04:18:46.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-01-31T04:18:46.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-01-31T04:18:46.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-01-31T04:18:46.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2077 | 2026-01-31T04:18:46.165Z | |
| 2078 | 2026-01-31T04:18:46.165Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/248) |
| 2079 | 2026-01-31T04:18:46.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-01-31T04:18:46.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-01-31T04:18:46.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-01-31T04:18:46.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2083 | 2026-01-31T04:18:46.771Z | |
| 2084 | 2026-01-31T04:18:46.771Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/248) |
| 2085 | 2026-01-31T04:18:47.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-01-31T04:18:47.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-01-31T04:18:47.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-01-31T04:18:47.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2089 | 2026-01-31T04:18:47.390Z | |
| 2090 | 2026-01-31T04:18:47.390Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (45/248) |
| 2091 | 2026-01-31T04:18:48.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-01-31T04:18:48.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-01-31T04:18:48.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-01-31T04:18:48.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2095 | 2026-01-31T04:18:48.188Z | |
| 2096 | 2026-01-31T04:18:48.188Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/248) |
| 2097 | 2026-01-31T04:18:48.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-01-31T04:18:48.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-01-31T04:18:48.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-01-31T04:18:48.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2101 | 2026-01-31T04:18:49.019Z | |
| 2102 | 2026-01-31T04:18:49.019Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/248) |
| 2103 | 2026-01-31T04:18:49.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-01-31T04:18:49.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-01-31T04:18:49.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-01-31T04:18:49.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2107 | 2026-01-31T04:18:49.822Z | |
| 2108 | 2026-01-31T04:18:49.822Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/248) |
| 2109 | 2026-01-31T04:18:50.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-01-31T04:18:50.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-01-31T04:18:50.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-01-31T04:18:50.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2113 | 2026-01-31T04:18:50.638Z | |
| 2114 | 2026-01-31T04:18:50.638Z | info: running `cargo check --bins` on oxlog (49/248) |
| 2115 | 2026-01-31T04:18:51.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-01-31T04:18:51.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-01-31T04:18:51.448Z | Checking cfg-if v1.0.4 |
| 2118 | 2026-01-31T04:18:51.451Z | Checking libc v0.2.180 |
| 2119 | 2026-01-31T04:18:51.451Z | Checking serde_core v1.0.228 |
| 2120 | 2026-01-31T04:18:51.584Z | Checking zeroize v1.8.1 |
| 2121 | 2026-01-31T04:18:51.587Z | Checking memchr v2.7.4 |
| 2122 | 2026-01-31T04:18:51.609Z | Checking value-bag v1.12.0 |
| 2123 | 2026-01-31T04:18:51.612Z | Checking smallvec v1.15.1 |
| 2124 | 2026-01-31T04:18:51.612Z | Checking typenum v1.17.0 |
| 2125 | 2026-01-31T04:18:51.653Z | Checking scopeguard v1.2.0 |
| 2126 | 2026-01-31T04:18:51.813Z | Checking lock_api v0.4.12 |
| 2127 | 2026-01-31T04:18:51.828Z | Checking subtle v2.6.1 |
| 2128 | 2026-01-31T04:18:51.967Z | Checking const-oid v0.9.6 |
| 2129 | 2026-01-31T04:18:51.999Z | Checking log v0.4.29 |
| 2130 | 2026-01-31T04:18:52.098Z | Checking itoa v1.0.11 |
| 2131 | 2026-01-31T04:18:52.211Z | Checking stable_deref_trait v1.2.0 |
| 2132 | 2026-01-31T04:18:52.323Z | Checking byteorder v1.5.0 |
| 2133 | 2026-01-31T04:18:52.365Z | Checking portable-atomic v1.11.0 |
| 2134 | 2026-01-31T04:18:52.413Z | Checking critical-section v1.1.3 |
| 2135 | 2026-01-31T04:18:52.516Z | Checking zerofrom v0.1.4 |
| 2136 | 2026-01-31T04:18:52.566Z | Checking pin-project-lite v0.2.14 |
| 2137 | 2026-01-31T04:18:52.661Z | Checking getrandom v0.2.15 |
| 2138 | 2026-01-31T04:18:52.702Z | Checking getrandom v0.3.4 |
| 2139 | 2026-01-31T04:18:52.726Z | Checking yoke v0.7.4 |
| 2140 | 2026-01-31T04:18:52.742Z | Checking parking_lot_core v0.9.10 |
| 2141 | 2026-01-31T04:18:52.778Z | Checking generic-array v0.14.7 |
| 2142 | 2026-01-31T04:18:52.894Z | Checking rand_core v0.6.4 |
| 2143 | 2026-01-31T04:18:52.925Z | Checking signal-hook-registry v1.4.2 |
| 2144 | 2026-01-31T04:18:53.047Z | Checking zerovec v0.10.4 |
| 2145 | 2026-01-31T04:18:53.093Z | Checking allocator-api2 v0.2.21 |
| 2146 | 2026-01-31T04:18:53.175Z | Checking parking_lot v0.12.3 |
| 2147 | 2026-01-31T04:18:53.201Z | Checking mio v1.0.2 |
| 2148 | 2026-01-31T04:18:53.387Z | Checking once_cell v1.21.3 |
| 2149 | 2026-01-31T04:18:53.533Z | Checking equivalent v1.0.2 |
| 2150 | 2026-01-31T04:18:53.665Z | Checking libm v0.2.8 |
| 2151 | 2026-01-31T04:18:53.709Z | Checking litemap v0.7.3 |
| 2152 | 2026-01-31T04:18:53.726Z | Checking writeable v0.5.5 |
| 2153 | 2026-01-31T04:18:53.763Z | Checking zerocopy v0.7.35 |
| 2154 | 2026-01-31T04:18:53.853Z | Checking socket2 v0.6.1 |
| 2155 | 2026-01-31T04:18:53.959Z | Checking crypto-common v0.1.6 |
| 2156 | 2026-01-31T04:18:54.035Z | Checking block-buffer v0.10.4 |
| 2157 | 2026-01-31T04:18:54.052Z | Checking zmij v1.0.15 |
| 2158 | 2026-01-31T04:18:54.163Z | Checking percent-encoding v2.3.2 |
| 2159 | 2026-01-31T04:18:54.267Z | Checking digest v0.10.7 |
| 2160 | 2026-01-31T04:18:54.364Z | Checking futures-core v0.3.31 |
| 2161 | 2026-01-31T04:18:54.397Z | Checking cpufeatures v0.2.14 |
| 2162 | 2026-01-31T04:18:54.427Z | Checking icu_locid_transform_data v1.5.0 |
| 2163 | 2026-01-31T04:18:54.501Z | Checking block-padding v0.3.3 |
| 2164 | 2026-01-31T04:18:54.534Z | Checking num-traits v0.2.19 |
| 2165 | 2026-01-31T04:18:54.551Z | Checking hashbrown v0.16.1 |
| 2166 | 2026-01-31T04:18:54.569Z | Checking tinystr v0.7.6 |
| 2167 | 2026-01-31T04:18:54.572Z | Checking icu_collections v1.5.0 |
| 2168 | 2026-01-31T04:18:54.638Z | Checking hmac v0.12.1 |
| 2169 | 2026-01-31T04:18:54.715Z | Checking icu_properties_data v1.5.0 |
| 2170 | 2026-01-31T04:18:54.874Z | Checking inout v0.1.3 |
| 2171 | 2026-01-31T04:18:54.895Z | Checking icu_locid v1.5.0 |
| 2172 | 2026-01-31T04:18:54.951Z | Checking futures-sink v0.3.31 |
| 2173 | 2026-01-31T04:18:54.983Z | Checking ppv-lite86 v0.2.20 |
| 2174 | 2026-01-31T04:18:55.107Z | Checking utf8_iter v1.0.4 |
| 2175 | 2026-01-31T04:18:55.110Z | Checking write16 v1.0.0 |
| 2176 | 2026-01-31T04:18:55.232Z | Checking utf16_iter v1.0.5 |
| 2177 | 2026-01-31T04:18:55.267Z | Checking icu_normalizer_data v1.5.0 |
| 2178 | 2026-01-31T04:18:55.319Z | Checking cipher v0.4.4 |
| 2179 | 2026-01-31T04:18:55.373Z | Checking futures-channel v0.3.31 |
| 2180 | 2026-01-31T04:18:55.411Z | Checking sha2 v0.10.9 |
| 2181 | 2026-01-31T04:18:55.507Z | Checking serde v1.0.228 |
| 2182 | 2026-01-31T04:18:55.591Z | Checking serde_json v1.0.149 |
| 2183 | 2026-01-31T04:18:55.660Z | Checking indexmap v2.13.0 |
| 2184 | 2026-01-31T04:18:55.725Z | Checking slab v0.4.9 |
| 2185 | 2026-01-31T04:18:55.756Z | Checking futures-io v0.3.31 |
| 2186 | 2026-01-31T04:18:55.833Z | Checking icu_provider v1.5.0 |
| 2187 | 2026-01-31T04:18:55.956Z | Checking futures-task v0.3.31 |
| 2188 | 2026-01-31T04:18:55.984Z | Checking base64ct v1.6.0 |
| 2189 | 2026-01-31T04:18:56.019Z | Checking pin-utils v0.1.0 |
| 2190 | 2026-01-31T04:18:56.036Z | Checking errno v0.3.12 |
| 2191 | 2026-01-31T04:18:56.122Z | Checking flagset v0.4.6 |
| 2192 | 2026-01-31T04:18:56.201Z | Checking futures-util v0.3.31 |
| 2193 | 2026-01-31T04:18:56.227Z | Checking form_urlencoded v1.2.2 |
| 2194 | 2026-01-31T04:18:56.336Z | Checking rand_core v0.9.3 |
| 2195 | 2026-01-31T04:18:56.444Z | Checking foldhash v0.1.5 |
| 2196 | 2026-01-31T04:18:56.463Z | Checking pem-rfc7468 v0.7.0 |
| 2197 | 2026-01-31T04:18:56.466Z | Checking icu_locid_transform v1.5.0 |
| 2198 | 2026-01-31T04:18:56.528Z | Checking bytes v1.10.1 |
| 2199 | 2026-01-31T04:18:56.674Z | Checking bitflags v2.9.4 |
| 2200 | 2026-01-31T04:18:56.677Z | Checking fnv v1.0.7 |
| 2201 | 2026-01-31T04:18:56.734Z | Checking der v0.7.10 |
| 2202 | 2026-01-31T04:18:56.833Z | Checking hashbrown v0.15.4 |
| 2203 | 2026-01-31T04:18:56.941Z | Checking salsa20 v0.10.2 |
| 2204 | 2026-01-31T04:18:56.994Z | Checking uuid v1.19.0 |
| 2205 | 2026-01-31T04:18:57.161Z | Checking pbkdf2 v0.12.2 |
| 2206 | 2026-01-31T04:18:57.195Z | Checking spin v0.9.8 |
| 2207 | 2026-01-31T04:18:57.343Z | Checking scrypt v0.11.0 |
| 2208 | 2026-01-31T04:18:57.454Z | Checking icu_properties v1.5.1 |
| 2209 | 2026-01-31T04:18:57.531Z | Checking tokio v1.49.0 |
| 2210 | 2026-01-31T04:18:57.551Z | Checking http v1.4.0 |
| 2211 | 2026-01-31T04:18:57.569Z | Checking rand_chacha v0.9.0 |
| 2212 | 2026-01-31T04:18:57.635Z | Checking aes v0.8.4 |
| 2213 | 2026-01-31T04:18:57.865Z | Checking cbc v0.1.2 |
| 2214 | 2026-01-31T04:18:57.981Z | Checking regex-syntax v0.8.5 |
| 2215 | 2026-01-31T04:18:58.079Z | Checking iana-time-zone v0.1.63 |
| 2216 | 2026-01-31T04:18:58.252Z | Checking chrono v0.4.43 |
| 2217 | 2026-01-31T04:18:58.394Z | Checking spki v0.7.3 |
| 2218 | 2026-01-31T04:18:58.561Z | Checking rand v0.9.2 |
| 2219 | 2026-01-31T04:18:58.694Z | Checking pkcs5 v0.7.1 |
| 2220 | 2026-01-31T04:18:58.808Z | Checking tracing-core v0.1.32 |
| 2221 | 2026-01-31T04:18:59.209Z | Checking thiserror v2.0.18 |
| 2222 | 2026-01-31T04:18:59.377Z | Checking pkcs8 v0.10.2 |
| 2223 | 2026-01-31T04:18:59.426Z | Checking tracing v0.1.40 |
| 2224 | 2026-01-31T04:18:59.611Z | Checking http-body v1.0.1 |
| 2225 | 2026-01-31T04:18:59.724Z | Checking rustls-pki-types v1.10.0 |
| 2226 | 2026-01-31T04:18:59.802Z | Checking plain v0.2.3 |
| 2227 | 2026-01-31T04:18:59.834Z | Checking tinyvec_macros v0.1.1 |
| 2228 | 2026-01-31T04:18:59.935Z | Checking base64 v0.22.1 |
| 2229 | 2026-01-31T04:18:59.972Z | Checking tinyvec v1.8.0 |
| 2230 | 2026-01-31T04:19:00.219Z | Checking lazy_static v1.5.0 |
| 2231 | 2026-01-31T04:19:00.265Z | Checking rustix v1.1.3 |
| 2232 | 2026-01-31T04:19:00.363Z | Checking semver v1.0.27 |
| 2233 | 2026-01-31T04:19:00.437Z | Checking zerocopy v0.8.27 |
| 2234 | 2026-01-31T04:19:00.669Z | Checking aws-lc-sys v0.26.0 |
| 2235 | 2026-01-31T04:19:00.718Z | Checking icu_normalizer v1.5.0 |
| 2236 | 2026-01-31T04:19:00.774Z | Checking foreign-types-shared v0.1.1 |
| 2237 | 2026-01-31T04:19:00.894Z | Checking try-lock v0.2.5 |
| 2238 | 2026-01-31T04:19:01.064Z | Checking openssl-probe v0.1.5 |
| 2239 | 2026-01-31T04:19:01.144Z | Checking dyn-clone v1.0.20 |
| 2240 | 2026-01-31T04:19:01.254Z | Checking tower-service v0.3.3 |
| 2241 | 2026-01-31T04:19:01.272Z | Checking fastrand v2.1.1 |
| 2242 | 2026-01-31T04:19:01.316Z | Checking atomic-waker v1.1.2 |
| 2243 | 2026-01-31T04:19:01.392Z | Checking ucd-trie v0.1.7 |
| 2244 | 2026-01-31T04:19:01.461Z | Checking idna_adapter v1.2.0 |
| 2245 | 2026-01-31T04:19:01.479Z | Checking untrusted v0.7.1 |
| 2246 | 2026-01-31T04:19:01.570Z | Checking adler2 v2.0.0 |
| 2247 | 2026-01-31T04:19:01.612Z | Checking tower-layer v0.3.3 |
| 2248 | 2026-01-31T04:19:01.658Z | Checking idna v1.0.3 |
| 2249 | 2026-01-31T04:19:01.675Z | Checking unicode-ident v1.0.19 |
| 2250 | 2026-01-31T04:19:01.755Z | Checking untrusted v0.9.0 |
| 2251 | 2026-01-31T04:19:01.855Z | Checking proc-macro2 v1.0.101 |
| 2252 | 2026-01-31T04:19:01.882Z | Checking miniz_oxide v0.8.5 |
| 2253 | 2026-01-31T04:19:01.935Z | Checking ring v0.17.14 |
| 2254 | 2026-01-31T04:19:02.123Z | Checking url v2.5.4 |
| 2255 | 2026-01-31T04:19:02.367Z | Checking tempfile v3.24.0 |
| 2256 | 2026-01-31T04:19:02.503Z | Checking pest v2.8.2 |
| 2257 | 2026-01-31T04:19:02.628Z | Checking want v0.3.1 |
| 2258 | 2026-01-31T04:19:02.749Z | Checking foreign-types v0.3.2 |
| 2259 | 2026-01-31T04:19:02.843Z | Checking ipnet v2.11.0 |
| 2260 | 2026-01-31T04:19:02.863Z | Checking httparse v1.9.5 |
| 2261 | 2026-01-31T04:19:02.889Z | Checking aws-lc-rs v1.12.4 |
| 2262 | 2026-01-31T04:19:03.005Z | Checking schemars v0.8.22 |
| 2263 | 2026-01-31T04:19:03.305Z | Checking openssl-sys v0.9.109 |
| 2264 | 2026-01-31T04:19:03.383Z | Checking wait-timeout v0.2.0 |
| 2265 | 2026-01-31T04:19:03.593Z | Checking aho-corasick v1.1.3 |
| 2266 | 2026-01-31T04:19:03.891Z | Checking bit-vec v0.8.0 |
| 2267 | 2026-01-31T04:19:04.201Z | Checking anstyle v1.0.11 |
| 2268 | 2026-01-31T04:19:04.277Z | Checking utf8parse v0.2.2 |
| 2269 | 2026-01-31T04:19:04.435Z | Checking quick-error v1.2.3 |
| 2270 | 2026-01-31T04:19:04.467Z | Checking powerfmt v0.2.0 |
| 2271 | 2026-01-31T04:19:04.545Z | Checking httpdate v1.0.3 |
| 2272 | 2026-01-31T04:19:04.580Z | Checking pretty-hex v0.4.1 |
| 2273 | 2026-01-31T04:19:04.583Z | Checking rustls-webpki v0.102.8 |
| 2274 | 2026-01-31T04:19:04.610Z | Checking rusty-fork v0.3.0 |
| 2275 | 2026-01-31T04:19:04.628Z | Checking tokio-util v0.7.15 |
| 2276 | 2026-01-31T04:19:04.730Z | Checking deranged v0.5.3 |
| 2277 | 2026-01-31T04:19:04.775Z | Checking openssl v0.10.73 |
| 2278 | 2026-01-31T04:19:04.791Z | Checking anstyle-parse v0.2.5 |
| 2279 | 2026-01-31T04:19:04.900Z | Checking bit-set v0.8.0 |
| 2280 | 2026-01-31T04:19:05.037Z | Compiling newtype-uuid v1.3.2 |
| 2281 | 2026-01-31T04:19:05.057Z | Checking quote v1.0.40 |
| 2282 | 2026-01-31T04:19:05.150Z | Checking unicode-normalization v0.1.24 |
| 2283 | 2026-01-31T04:19:05.201Z | Checking regex-automata v0.4.11 |
| 2284 | 2026-01-31T04:19:05.333Z | Checking crossbeam-utils v0.8.21 |
| 2285 | 2026-01-31T04:19:05.352Z | Checking rustix v0.38.37 |
| 2286 | 2026-01-31T04:19:05.400Z | Checking rand_xorshift v0.4.0 |
| 2287 | 2026-01-31T04:19:05.601Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2288 | 2026-01-31T04:19:05.743Z | Checking scroll v0.13.0 |
| 2289 | 2026-01-31T04:19:05.881Z | Checking h2 v0.4.6 |
| 2290 | 2026-01-31T04:19:06.020Z | Checking signature v2.2.0 |
| 2291 | 2026-01-31T04:19:06.078Z | Checking crc32fast v1.4.2 |
| 2292 | 2026-01-31T04:19:06.188Z | Checking num-conv v0.1.0 |
| 2293 | 2026-01-31T04:19:06.228Z | Checking unicode-properties v0.1.3 |
| 2294 | 2026-01-31T04:19:06.347Z | Checking unarray v0.1.4 |
| 2295 | 2026-01-31T04:19:06.445Z | Checking num_threads v0.1.7 |
| 2296 | 2026-01-31T04:19:06.515Z | Checking is_terminal_polyfill v1.70.1 |
| 2297 | 2026-01-31T04:19:06.581Z | Checking colorchoice v1.0.2 |
| 2298 | 2026-01-31T04:19:06.624Z | Checking unicode-bidi v0.3.17 |
| 2299 | 2026-01-31T04:19:06.658Z | Checking siphasher v0.3.11 |
| 2300 | 2026-01-31T04:19:06.745Z | Checking time-core v0.1.6 |
| 2301 | 2026-01-31T04:19:06.971Z | Checking either v1.15.0 |
| 2302 | 2026-01-31T04:19:07.077Z | Checking anstyle-query v1.1.1 |
| 2303 | 2026-01-31T04:19:07.217Z | Checking zlib-rs v0.5.1 |
| 2304 | 2026-01-31T04:19:07.220Z | Checking anstream v0.6.18 |
| 2305 | 2026-01-31T04:19:07.265Z | Checking time v0.3.43 |
| 2306 | 2026-01-31T04:19:07.360Z | Checking stringprep v0.1.5 |
| 2307 | 2026-01-31T04:19:07.605Z | Checking phf_shared v0.11.2 |
| 2308 | 2026-01-31T04:19:07.650Z | Checking proptest v1.7.0 |
| 2309 | 2026-01-31T04:19:07.888Z | Checking goblin v0.10.2 |
| 2310 | 2026-01-31T04:19:08.398Z | Checking crossbeam-epoch v0.9.18 |
| 2311 | 2026-01-31T04:19:08.844Z | Checking syn v2.0.114 |
| 2312 | 2026-01-31T04:19:09.118Z | Checking libz-rs-sys v0.5.1 |
| 2313 | 2026-01-31T04:19:09.317Z | Checking rustls v0.23.19 |
| 2314 | 2026-01-31T04:19:09.514Z | Compiling daft v0.1.4 |
| 2315 | 2026-01-31T04:19:09.590Z | Checking native-tls v0.2.12 |
| 2316 | 2026-01-31T04:19:09.778Z | Checking ipnetwork v0.21.1 |
| 2317 | 2026-01-31T04:19:09.922Z | Checking thiserror v1.0.69 |
| 2318 | 2026-01-31T04:19:10.082Z | Checking scroll v0.12.0 |
| 2319 | 2026-01-31T04:19:10.100Z | Checking serde_spanned v0.6.9 |
| 2320 | 2026-01-31T04:19:10.180Z | Checking toml_datetime v0.6.11 |
| 2321 | 2026-01-31T04:19:10.314Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
| 2322 | 2026-01-31T04:19:10.534Z | Checking num-integer v0.1.46 |
| 2323 | 2026-01-31T04:19:10.537Z | Checking rand_chacha v0.3.1 |
| 2324 | 2026-01-31T04:19:10.537Z | Checking md-5 v0.10.6 |
| 2325 | 2026-01-31T04:19:10.795Z | Checking sync_wrapper v1.0.1 |
| 2326 | 2026-01-31T04:19:10.966Z | Checking ff v0.13.0 |
| 2327 | 2026-01-31T04:19:11.014Z | Checking hash32 v0.2.1 |
| 2328 | 2026-01-31T04:19:11.033Z | Checking fallible-iterator v0.2.0 |
| 2329 | 2026-01-31T04:19:11.206Z | Checking psl-types v2.0.11 |
| 2330 | 2026-01-31T04:19:11.316Z | Checking gimli v0.31.1 |
| 2331 | 2026-01-31T04:19:11.411Z | Checking base16ct v0.2.0 |
| 2332 | 2026-01-31T04:19:11.638Z | Checking postgres-protocol v0.6.8 |
| 2333 | 2026-01-31T04:19:11.641Z | Checking sec1 v0.7.3 |
| 2334 | 2026-01-31T04:19:12.044Z | Compiling iddqd v0.3.16 |
| 2335 | 2026-01-31T04:19:12.202Z | Checking hyper v1.8.1 |
| 2336 | 2026-01-31T04:19:12.273Z | Checking publicsuffix v2.3.0 |
| 2337 | 2026-01-31T04:19:12.431Z | Checking heapless v0.7.17 |
| 2338 | 2026-01-31T04:19:12.581Z | Checking group v0.13.0 |
| 2339 | 2026-01-31T04:19:12.845Z | Checking num-iter v0.1.45 |
| 2340 | 2026-01-31T04:19:13.036Z | Checking rand v0.8.5 |
| 2341 | 2026-01-31T04:19:13.397Z | Checking tower v0.5.2 |
| 2342 | 2026-01-31T04:19:13.810Z | Checking dof v0.4.0 |
| 2343 | 2026-01-31T04:19:14.215Z | Checking goblin v0.8.2 |
| 2344 | 2026-01-31T04:19:14.233Z | Checking zstd-safe v7.2.3 |
| 2345 | 2026-01-31T04:19:14.254Z | Checking hyper-util v0.1.19 |
| 2346 | 2026-01-31T04:19:14.311Z | Checking tokio-rustls v0.26.0 |
| 2347 | 2026-01-31T04:19:14.543Z | Checking oxnet v0.1.4 |
| 2348 | 2026-01-31T04:19:14.611Z | Checking tokio-native-tls v0.3.1 |
| 2349 | 2026-01-31T04:19:14.684Z | Checking cookie v0.18.1 |
| 2350 | 2026-01-31T04:19:14.700Z | Checking flate2 v1.1.2 |
| 2351 | 2026-01-31T04:19:14.749Z | Checking terminal_size v0.4.0 |
| 2352 | 2026-01-31T04:19:14.869Z | Checking dtrace-parser v0.3.0 |
| 2353 | 2026-01-31T04:19:14.941Z | Checking rustls-native-certs v0.8.1 |
| 2354 | 2026-01-31T04:19:14.970Z | Checking webpki-roots v1.0.1 |
| 2355 | 2026-01-31T04:19:15.098Z | Checking addr2line v0.24.2 |
| 2356 | 2026-01-31T04:19:15.116Z | Checking http-body-util v0.1.3 |
| 2357 | 2026-01-31T04:19:15.136Z | Checking signal-hook v0.3.18 |
| 2358 | 2026-01-31T04:19:15.172Z | Checking hkdf v0.12.4 |
| 2359 | 2026-01-31T04:19:15.335Z | Checking crypto-bigint v0.5.5 |
| 2360 | 2026-01-31T04:19:15.376Z | Checking thread-id v5.0.0 |
| 2361 | 2026-01-31T04:19:15.397Z | Checking object v0.36.5 |
| 2362 | 2026-01-31T04:19:15.464Z | Checking winnow v0.5.40 |
| 2363 | 2026-01-31T04:19:15.489Z | Checking rustc-demangle v0.1.24 |
| 2364 | 2026-01-31T04:19:15.515Z | Checking lockfree-object-pool v0.1.6 |
| 2365 | 2026-01-31T04:19:15.622Z | Checking bumpalo v3.16.0 |
| 2366 | 2026-01-31T04:19:15.763Z | Checking simd-adler32 v0.3.7 |
| 2367 | 2026-01-31T04:19:15.926Z | Checking iri-string v0.7.8 |
| 2368 | 2026-01-31T04:19:15.961Z | Checking managed v0.8.0 |
| 2369 | 2026-01-31T04:19:16.133Z | Checking strsim v0.11.1 |
| 2370 | 2026-01-31T04:19:16.361Z | Checking ryu v1.0.18 |
| 2371 | 2026-01-31T04:19:16.440Z | Compiling rayon-core v1.12.1 |
| 2372 | 2026-01-31T04:19:16.627Z | Checking clap_lex v0.7.4 |
| 2373 | 2026-01-31T04:19:16.786Z | Checking bitflags v1.3.2 |
| 2374 | 2026-01-31T04:19:16.898Z | Checking clap_builder v4.5.48 |
| 2375 | 2026-01-31T04:19:16.915Z | Checking smoltcp v0.9.1 |
| 2376 | 2026-01-31T04:19:17.113Z | Checking hyper-rustls v0.27.7 |
| 2377 | 2026-01-31T04:19:17.503Z | Checking hyper-tls v0.6.0 |
| 2378 | 2026-01-31T04:19:17.832Z | Checking serde_urlencoded v0.7.1 |
| 2379 | 2026-01-31T04:19:18.104Z | Checking elliptic-curve v0.13.8 |
| 2380 | 2026-01-31T04:19:18.275Z | Checking zopfli v0.8.1 |
| 2381 | 2026-01-31T04:19:18.300Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2382 | 2026-01-31T04:19:18.337Z | Checking toml_edit v0.19.15 |
| 2383 | 2026-01-31T04:19:18.534Z | Checking tower-http v0.6.6 |
| 2384 | 2026-01-31T04:19:18.621Z | Checking usdt-impl v0.6.0 |
| 2385 | 2026-01-31T04:19:18.748Z | Checking signal-hook-mio v0.2.4 |
| 2386 | 2026-01-31T04:19:18.912Z | Checking cookie_store v0.21.1 |
| 2387 | 2026-01-31T04:19:18.972Z | Checking dof v0.3.0 |
| 2388 | 2026-01-31T04:19:19.078Z | Checking zstd v0.13.3 |
| 2389 | 2026-01-31T04:19:19.180Z | Checking num-bigint-dig v0.8.6 |
| 2390 | 2026-01-31T04:19:19.425Z | Checking postgres-types v0.2.9 |
| 2391 | 2026-01-31T04:19:19.451Z | Checking dtrace-parser v0.2.0 |
| 2392 | 2026-01-31T04:19:19.566Z | Checking bstr v1.10.0 |
| 2393 | 2026-01-31T04:19:19.594Z | Checking regex v1.11.3 |
| 2394 | 2026-01-31T04:19:19.803Z | Checking crossbeam-deque v0.8.5 |
| 2395 | 2026-01-31T04:19:19.952Z | Checking phf v0.11.2 |
| 2396 | 2026-01-31T04:19:20.069Z | Checking ed25519 v2.2.3 |
| 2397 | 2026-01-31T04:19:20.145Z | Checking bzip2 v0.4.4 |
| 2398 | 2026-01-31T04:19:20.193Z | Checking bzip2 v0.5.2 |
| 2399 | 2026-01-31T04:19:20.227Z | Checking curve25519-dalek v4.1.3 |
| 2400 | 2026-01-31T04:19:20.420Z | Checking ref-cast v1.0.25 |
| 2401 | 2026-01-31T04:19:20.435Z | Checking strum v0.27.2 |
| 2402 | 2026-01-31T04:19:20.452Z | Checking hubpack v0.1.2 |
| 2403 | 2026-01-31T04:19:20.501Z | Checking memoffset v0.9.1 |
| 2404 | 2026-01-31T04:19:20.562Z | Checking pkcs1 v0.7.5 |
| 2405 | 2026-01-31T04:19:20.612Z | Checking serde-big-array v0.5.1 |
| 2406 | 2026-01-31T04:19:20.631Z | Checking hex v0.4.3 |
| 2407 | 2026-01-31T04:19:20.765Z | Checking erased-serde v0.3.31 |
| 2408 | 2026-01-31T04:19:20.784Z | Checking float-cmp v0.10.0 |
| 2409 | 2026-01-31T04:19:20.825Z | Checking rfc6979 v0.4.0 |
| 2410 | 2026-01-31T04:19:20.971Z | Checking socket2 v0.5.10 |
| 2411 | 2026-01-31T04:19:21.004Z | Checking memmap2 v0.9.8 |
| 2412 | 2026-01-31T04:19:21.032Z | Checking thread-id v4.2.2 |
| 2413 | 2026-01-31T04:19:21.122Z | Checking env_filter v0.1.2 |
| 2414 | 2026-01-31T04:19:21.125Z | Checking encoding_rs v0.8.34 |
| 2415 | 2026-01-31T04:19:21.158Z | Checking keccak v0.1.5 |
| 2416 | 2026-01-31T04:19:21.194Z | Checking backtrace v0.3.74 |
| 2417 | 2026-01-31T04:19:21.297Z | Checking data-encoding v2.9.0 |
| 2418 | 2026-01-31T04:19:21.371Z | Checking winnow v0.7.14 |
| 2419 | 2026-01-31T04:19:21.450Z | Checking whoami v1.5.2 |
| 2420 | 2026-01-31T04:19:21.485Z | Checking minimal-lexical v0.2.1 |
| 2421 | 2026-01-31T04:19:21.738Z | Checking rustc-hash v2.1.1 |
| 2422 | 2026-01-31T04:19:21.755Z | Checking normalize-line-endings v0.3.0 |
| 2423 | 2026-01-31T04:19:21.758Z | Checking predicates-core v1.0.8 |
| 2424 | 2026-01-31T04:19:21.857Z | Checking foldhash v0.2.0 |
| 2425 | 2026-01-31T04:19:21.874Z | Checking difflib v0.4.0 |
| 2426 | 2026-01-31T04:19:21.891Z | Checking new_debug_unreachable v1.0.6 |
| 2427 | 2026-01-31T04:19:21.908Z | Checking fixedbitset v0.4.2 |
| 2428 | 2026-01-31T04:19:21.972Z | Checking unicode-segmentation v1.12.0 |
| 2429 | 2026-01-31T04:19:21.995Z | Checking jiff v0.2.15 |
| 2430 | 2026-01-31T04:19:22.051Z | Checking precomputed-hash v0.1.1 |
| 2431 | 2026-01-31T04:19:22.132Z | Checking toml_write v0.1.2 |
| 2432 | 2026-01-31T04:19:22.174Z | Checking static_assertions v1.1.0 |
| 2433 | 2026-01-31T04:19:22.191Z | Checking fixedbitset v0.5.7 |
| 2434 | 2026-01-31T04:19:22.206Z | Checking mime v0.3.17 |
| 2435 | 2026-01-31T04:19:22.282Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2436 | 2026-01-31T04:19:22.461Z | Checking predicates v3.1.3 |
| 2437 | 2026-01-31T04:19:22.526Z | Checking string_cache v0.8.9 |
| 2438 | 2026-01-31T04:19:22.551Z | Checking petgraph v0.8.2 |
| 2439 | 2026-01-31T04:19:22.652Z | Checking similar v2.7.0 |
| 2440 | 2026-01-31T04:19:22.822Z | Checking petgraph v0.6.5 |
| 2441 | 2026-01-31T04:19:23.277Z | Checking reqwest v0.12.24 |
| 2442 | 2026-01-31T04:19:23.465Z | Checking ed25519-dalek v2.1.1 |
| 2443 | 2026-01-31T04:19:23.879Z | Checking nom v7.1.3 |
| 2444 | 2026-01-31T04:19:24.239Z | Checking toml_edit v0.22.27 |
| 2445 | 2026-01-31T04:19:24.931Z | Checking hickory-proto v0.25.2 |
| 2446 | 2026-01-31T04:19:25.311Z | Checking slog v2.8.2 |
| 2447 | 2026-01-31T04:19:25.804Z | Checking tokio-postgres v0.7.13 |
| 2448 | 2026-01-31T04:19:25.861Z | Checking anyhow v1.0.99 |
| 2449 | 2026-01-31T04:19:26.205Z | Checking sha3 v0.10.8 |
| 2450 | 2026-01-31T04:19:26.266Z | Checking env_logger v0.11.8 |
| 2451 | 2026-01-31T04:19:26.560Z | Checking usdt v0.6.0 |
| 2452 | 2026-01-31T04:19:26.599Z | Checking usdt-impl v0.5.0 |
| 2453 | 2026-01-31T04:19:26.616Z | Checking rsa v0.9.8 |
| 2454 | 2026-01-31T04:19:26.829Z | Checking serde_with v3.16.1 |
| 2455 | 2026-01-31T04:19:26.884Z | Checking ecdsa v0.16.9 |
| 2456 | 2026-01-31T04:19:27.149Z | Checking toml v0.7.8 |
| 2457 | 2026-01-31T04:19:27.594Z | Checking nix v0.29.0 |
| 2458 | 2026-01-31T04:19:27.612Z | Checking zip v0.6.6 |
| 2459 | 2026-01-31T04:19:27.812Z | Checking zip v4.2.0 |
| 2460 | 2026-01-31T04:19:27.865Z | Checking clap v4.5.48 |
| 2461 | 2026-01-31T04:19:27.998Z | Checking crossterm v0.28.1 |
| 2462 | 2026-01-31T04:19:28.291Z | Checking itertools v0.10.5 |
| 2463 | 2026-01-31T04:19:28.311Z | Checking itertools v0.13.0 |
| 2464 | 2026-01-31T04:19:28.632Z | Checking itertools v0.12.1 |
| 2465 | 2026-01-31T04:19:28.955Z | Checking strum v0.26.3 |
| 2466 | 2026-01-31T04:19:29.062Z | Checking tokio-stream v0.1.17 |
| 2467 | 2026-01-31T04:19:29.132Z | Checking ahash v0.8.12 |
| 2468 | 2026-01-31T04:19:29.532Z | Checking fs-err v3.1.1 |
| 2469 | 2026-01-31T04:19:29.651Z | Checking buf-list v1.0.3 |
| 2470 | 2026-01-31T04:19:29.872Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2471 | 2026-01-31T04:19:29.986Z | Checking x509-cert v0.2.5 |
| 2472 | 2026-01-31T04:19:30.101Z | Checking openapiv3 v2.2.0 |
| 2473 | 2026-01-31T04:19:30.235Z | Checking sha1 v0.10.6 |
| 2474 | 2026-01-31T04:19:30.352Z | Checking winnow v0.6.26 |
| 2475 | 2026-01-31T04:19:30.436Z | Checking lalrpop-util v0.19.12 |
| 2476 | 2026-01-31T04:19:30.530Z | Checking peg-runtime v0.8.5 |
| 2477 | 2026-01-31T04:19:30.718Z | Checking rayon v1.10.0 |
| 2478 | 2026-01-31T04:19:30.736Z | Checking camino v1.2.2 |
| 2479 | 2026-01-31T04:19:30.781Z | Checking sigpipe v0.1.3 |
| 2480 | 2026-01-31T04:19:30.904Z | Checking glob v0.3.2 |
| 2481 | 2026-01-31T04:19:33.206Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2482 | 2026-01-31T04:19:33.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.94s |
| 2483 | 2026-01-31T04:19:33.766Z | |
| 2484 | 2026-01-31T04:19:33.767Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/248) |
| 2485 | 2026-01-31T04:19:34.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2486 | 2026-01-31T04:19:34.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2487 | 2026-01-31T04:19:34.832Z | Compiling regress v0.10.4 |
| 2488 | 2026-01-31T04:19:34.985Z | Compiling unsafe-libyaml v0.2.11 |
| 2489 | 2026-01-31T04:19:34.999Z | Compiling structmeta-derive v0.3.0 |
| 2490 | 2026-01-31T04:19:35.004Z | Compiling rustls v0.22.4 |
| 2491 | 2026-01-31T04:19:35.011Z | Checking newtype-uuid v1.3.2 |
| 2492 | 2026-01-31T04:19:35.044Z | Compiling multer v3.1.0 |
| 2493 | 2026-01-31T04:19:35.044Z | Checking heck v0.5.0 |
| 2494 | 2026-01-31T04:19:35.267Z | Compiling newtype-uuid-macros v0.1.0 |
| 2495 | 2026-01-31T04:19:35.338Z | Compiling async-stream-impl v0.3.6 |
| 2496 | 2026-01-31T04:19:35.362Z | Checking daft v0.1.4 |
| 2497 | 2026-01-31T04:19:35.486Z | Checking futures-executor v0.3.31 |
| 2498 | 2026-01-31T04:19:35.744Z | Compiling dropshot v0.16.7 |
| 2499 | 2026-01-31T04:19:35.832Z | Checking iddqd v0.3.16 |
| 2500 | 2026-01-31T04:19:36.172Z | Compiling serde_yaml v0.9.34+deprecated |
| 2501 | 2026-01-31T04:19:36.655Z | Checking futures v0.3.31 |
| 2502 | 2026-01-31T04:19:36.676Z | Compiling dropshot_endpoint v0.16.7 |
| 2503 | 2026-01-31T04:19:36.776Z | Checking match_cfg v0.1.0 |
| 2504 | 2026-01-31T04:19:36.885Z | Checking hostname v0.3.1 |
| 2505 | 2026-01-31T04:19:36.906Z | Checking thread_local v1.1.8 |
| 2506 | 2026-01-31T04:19:37.029Z | Checking unicode-width v0.1.14 |
| 2507 | 2026-01-31T04:19:37.189Z | Checking crossbeam-channel v0.5.15 |
| 2508 | 2026-01-31T04:19:37.350Z | Compiling structmeta v0.3.0 |
| 2509 | 2026-01-31T04:19:37.507Z | Checking is-terminal v0.4.13 |
| 2510 | 2026-01-31T04:19:37.659Z | Checking take_mut v0.2.2 |
| 2511 | 2026-01-31T04:19:37.702Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2512 | 2026-01-31T04:19:37.745Z | Compiling derive-ex v0.1.8 |
| 2513 | 2026-01-31T04:19:37.829Z | Checking term v1.1.0 |
| 2514 | 2026-01-31T04:19:37.851Z | Compiling parse-display-derive v0.10.0 |
| 2515 | 2026-01-31T04:19:37.927Z | Checking slog-async v2.8.0 |
| 2516 | 2026-01-31T04:19:38.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2517 | 2026-01-31T04:19:38.275Z | Checking slog-term v2.9.2 |
| 2518 | 2026-01-31T04:19:38.388Z | Checking typify-impl v0.4.3 |
| 2519 | 2026-01-31T04:19:39.017Z | Checking debug-ignore v1.0.5 |
| 2520 | 2026-01-31T04:19:39.194Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2521 | 2026-01-31T04:19:40.005Z | Checking toml_parser v1.0.6+spec-1.1.0 |
| 2522 | 2026-01-31T04:19:40.678Z | Checking slog-json v2.6.1 |
| 2523 | 2026-01-31T04:19:40.715Z | Checking macaddr v1.0.1 |
| 2524 | 2026-01-31T04:19:40.968Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2525 | 2026-01-31T04:19:41.032Z | Checking serde_spanned v1.0.4 |
| 2526 | 2026-01-31T04:19:41.082Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2527 | 2026-01-31T04:19:41.265Z | Checking slog-bunyan v2.5.0 |
| 2528 | 2026-01-31T04:19:41.420Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2529 | 2026-01-31T04:19:41.452Z | Checking tabwriter v1.4.0 |
| 2530 | 2026-01-31T04:19:41.470Z | Checking toml v0.9.11+spec-1.1.0 |
| 2531 | 2026-01-31T04:19:41.616Z | Checking async-stream v0.3.6 |
| 2532 | 2026-01-31T04:19:41.753Z | Compiling test-strategy v0.4.3 |
| 2533 | 2026-01-31T04:19:41.842Z | Checking waitgroup v0.1.2 |
| 2534 | 2026-01-31T04:19:42.013Z | Checking rustls-pemfile v2.2.0 |
| 2535 | 2026-01-31T04:19:42.121Z | Checking serde_path_to_error v0.1.20 |
| 2536 | 2026-01-31T04:19:42.176Z | Checking hostname v0.4.2 |
| 2537 | 2026-01-31T04:19:42.244Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2538 | 2026-01-31T04:19:42.334Z | Compiling itertools v0.14.0 |
| 2539 | 2026-01-31T04:19:42.426Z | Checking progenitor-client v0.11.2 |
| 2540 | 2026-01-31T04:19:42.646Z | Checking progenitor-client v0.10.0 |
| 2541 | 2026-01-31T04:19:42.705Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2542 | 2026-01-31T04:19:42.790Z | Checking instant v0.1.13 |
| 2543 | 2026-01-31T04:19:42.846Z | Checking colored v3.0.0 |
| 2544 | 2026-01-31T04:19:42.937Z | Checking backoff v0.4.0 |
| 2545 | 2026-01-31T04:19:43.010Z | Checking tokio-rustls v0.25.0 |
| 2546 | 2026-01-31T04:19:43.055Z | Checking parse-display v0.10.0 |
| 2547 | 2026-01-31T04:19:43.149Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2548 | 2026-01-31T04:19:43.263Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2549 | 2026-01-31T04:19:43.303Z | Compiling proc-macro-crate v1.3.1 |
| 2550 | 2026-01-31T04:19:43.326Z | Compiling proc-macro-error v1.0.4 |
| 2551 | 2026-01-31T04:19:43.926Z | Compiling heapless v0.8.0 |
| 2552 | 2026-01-31T04:19:44.196Z | Compiling num_enum_derive v0.5.11 |
| 2553 | 2026-01-31T04:19:44.273Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2554 | 2026-01-31T04:19:44.706Z | Checking hash32 v0.3.1 |
| 2555 | 2026-01-31T04:19:44.833Z | Compiling smoltcp v0.11.0 |
| 2556 | 2026-01-31T04:19:44.926Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2557 | 2026-01-31T04:19:45.157Z | Compiling ingot-macros v0.1.1 |
| 2558 | 2026-01-31T04:19:45.185Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2559 | 2026-01-31T04:19:45.509Z | Compiling foreign-types-macros v0.2.3 |
| 2560 | 2026-01-31T04:19:45.754Z | Checking cobs v0.2.3 |
| 2561 | 2026-01-31T04:19:45.941Z | Checking foreign-types-shared v0.3.1 |
| 2562 | 2026-01-31T04:19:45.971Z | Compiling crucible-workspace-hack v0.1.0 |
| 2563 | 2026-01-31T04:19:46.133Z | Checking postcard v1.0.10 |
| 2564 | 2026-01-31T04:19:46.446Z | Checking num_enum v0.5.11 |
| 2565 | 2026-01-31T04:19:46.639Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2566 | 2026-01-31T04:19:46.675Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2567 | 2026-01-31T04:19:46.701Z | Checking cstr-argument v0.1.2 |
| 2568 | 2026-01-31T04:19:46.783Z | Checking foreign-types v0.5.0 |
| 2569 | 2026-01-31T04:19:46.910Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2570 | 2026-01-31T04:19:46.931Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2571 | 2026-01-31T04:19:47.132Z | Checking pretty-hex v0.2.1 |
| 2572 | 2026-01-31T04:19:47.310Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2573 | 2026-01-31T04:19:47.333Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2574 | 2026-01-31T04:19:47.423Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2575 | 2026-01-31T04:19:47.460Z | Checking colored v2.2.0 |
| 2576 | 2026-01-31T04:19:47.609Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2577 | 2026-01-31T04:19:47.612Z | Compiling convert_case v0.4.0 |
| 2578 | 2026-01-31T04:19:47.648Z | Checking camino-tempfile v1.4.1 |
| 2579 | 2026-01-31T04:19:47.651Z | Compiling nix v0.30.1 |
| 2580 | 2026-01-31T04:19:47.957Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2581 | 2026-01-31T04:19:48.411Z | Compiling derive_more v0.99.20 |
| 2582 | 2026-01-31T04:19:48.560Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2583 | 2026-01-31T04:19:48.580Z | Compiling zone_cfg_derive v0.3.0 |
| 2584 | 2026-01-31T04:19:48.868Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2585 | 2026-01-31T04:19:49.742Z | Checking smf v0.2.3 |
| 2586 | 2026-01-31T04:19:49.792Z | Compiling num-derive v0.4.2 |
| 2587 | 2026-01-31T04:19:50.377Z | Compiling typify-macro v0.4.3 |
| 2588 | 2026-01-31T04:19:50.490Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2589 | 2026-01-31T04:19:50.665Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2590 | 2026-01-31T04:19:50.954Z | Checking zone v0.3.1 |
| 2591 | 2026-01-31T04:19:51.681Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2592 | 2026-01-31T04:19:51.959Z | Checking ingot-types v0.1.2 |
| 2593 | 2026-01-31T04:19:52.033Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2594 | 2026-01-31T04:19:52.764Z | Checking ingot v0.1.1 |
| 2595 | 2026-01-31T04:19:53.745Z | Checking secrecy v0.10.3 |
| 2596 | 2026-01-31T04:19:54.198Z | Compiling typify v0.4.3 |
| 2597 | 2026-01-31T04:19:54.391Z | Compiling progenitor-impl v0.11.2 |
| 2598 | 2026-01-31T04:19:55.065Z | Compiling typify-impl v0.2.0 |
| 2599 | 2026-01-31T04:19:56.063Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2600 | 2026-01-31T04:19:56.797Z | Checking unicode-width v0.2.0 |
| 2601 | 2026-01-31T04:19:56.847Z | Checking num-rational v0.4.2 |
| 2602 | 2026-01-31T04:19:57.298Z | Compiling usdt-macro v0.5.0 |
| 2603 | 2026-01-31T04:19:57.451Z | Compiling usdt-attr-macro v0.5.0 |
| 2604 | 2026-01-31T04:19:58.322Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2605 | 2026-01-31T04:19:58.450Z | Checking universal-hash v0.5.1 |
| 2606 | 2026-01-31T04:19:58.504Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2607 | 2026-01-31T04:19:58.671Z | Checking num-complex v0.4.6 |
| 2608 | 2026-01-31T04:19:59.008Z | Checking memmap v0.7.0 |
| 2609 | 2026-01-31T04:19:59.244Z | Checking half v2.4.1 |
| 2610 | 2026-01-31T04:19:59.559Z | Checking ciborium-io v0.2.2 |
| 2611 | 2026-01-31T04:19:59.666Z | Checking opaque-debug v0.3.1 |
| 2612 | 2026-01-31T04:19:59.712Z | Compiling num v0.4.3 |
| 2613 | 2026-01-31T04:19:59.734Z | Checking ciborium-ll v0.2.2 |
| 2614 | 2026-01-31T04:19:59.783Z | Checking poly1305 v0.8.0 |
| 2615 | 2026-01-31T04:19:59.961Z | Checking usdt v0.5.0 |
| 2616 | 2026-01-31T04:20:00.046Z | Checking console v0.15.10 |
| 2617 | 2026-01-31T04:20:00.262Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2618 | 2026-01-31T04:20:00.305Z | Checking toml v0.8.23 |
| 2619 | 2026-01-31T04:20:00.606Z | Checking password-hash v0.5.0 |
| 2620 | 2026-01-31T04:20:00.806Z | Checking chacha20 v0.9.1 |
| 2621 | 2026-01-31T04:20:00.828Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2622 | 2026-01-31T04:20:00.982Z | Checking thiserror-no-std v2.0.2 |
| 2623 | 2026-01-31T04:20:01.041Z | Compiling progenitor-macro v0.11.2 |
| 2624 | 2026-01-31T04:20:01.044Z | Checking blake2 v0.10.6 |
| 2625 | 2026-01-31T04:20:01.113Z | Checking aead v0.5.2 |
| 2626 | 2026-01-31T04:20:01.145Z | Compiling float-ord v0.3.2 |
| 2627 | 2026-01-31T04:20:01.238Z | Compiling semver v0.1.20 |
| 2628 | 2026-01-31T04:20:01.339Z | Checking vsss-rs v3.3.4 |
| 2629 | 2026-01-31T04:20:01.364Z | Checking chacha20poly1305 v0.10.1 |
| 2630 | 2026-01-31T04:20:01.384Z | Checking ciborium v0.2.2 |
| 2631 | 2026-01-31T04:20:01.523Z | Checking argon2 v0.5.3 |
| 2632 | 2026-01-31T04:20:01.576Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2633 | 2026-01-31T04:20:01.839Z | Compiling rustc_version v0.1.7 |
| 2634 | 2026-01-31T04:20:02.303Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2635 | 2026-01-31T04:20:02.306Z | Checking siphasher v1.0.1 |
| 2636 | 2026-01-31T04:20:02.360Z | Checking indent_write v2.2.0 |
| 2637 | 2026-01-31T04:20:02.606Z | Checking linked-hash-map v0.5.6 |
| 2638 | 2026-01-31T04:20:02.670Z | Checking phf_shared v0.12.1 |
| 2639 | 2026-01-31T04:20:02.779Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2640 | 2026-01-31T04:20:02.951Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2641 | 2026-01-31T04:20:02.972Z | Checking lru-cache v0.1.2 |
| 2642 | 2026-01-31T04:20:03.178Z | Compiling newtype_derive v0.1.6 |
| 2643 | 2026-01-31T04:20:03.320Z | Compiling progenitor-impl v0.10.0 |
| 2644 | 2026-01-31T04:20:03.691Z | Checking resolv-conf v0.7.0 |
| 2645 | 2026-01-31T04:20:04.061Z | Checking newline-converter v0.3.0 |
| 2646 | 2026-01-31T04:20:04.250Z | Checking hickory-proto v0.24.4 |
| 2647 | 2026-01-31T04:20:04.464Z | Checking atomicwrites v0.4.4 |
| 2648 | 2026-01-31T04:20:04.705Z | Checking prettyplease v0.2.36 |
| 2649 | 2026-01-31T04:20:05.823Z | Checking csv-core v0.1.11 |
| 2650 | 2026-01-31T04:20:05.895Z | Compiling derive-where v1.5.0 |
| 2651 | 2026-01-31T04:20:06.030Z | Compiling pin-project-internal v1.1.6 |
| 2652 | 2026-01-31T04:20:06.199Z | Compiling slog-dtrace v0.3.0 |
| 2653 | 2026-01-31T04:20:06.407Z | Compiling typify-macro v0.2.0 |
| 2654 | 2026-01-31T04:20:06.555Z | Compiling cancel-safe-futures v0.1.5 |
| 2655 | 2026-01-31T04:20:06.939Z | Compiling owo-colors v4.2.2 |
| 2656 | 2026-01-31T04:20:07.580Z | Compiling chrono-tz v0.10.4 |
| 2657 | 2026-01-31T04:20:07.611Z | Checking swrite v0.1.0 |
| 2658 | 2026-01-31T04:20:07.758Z | Compiling const_format_proc_macros v0.2.34 |
| 2659 | 2026-01-31T04:20:08.137Z | Checking csv v1.3.1 |
| 2660 | 2026-01-31T04:20:08.486Z | Checking hickory-resolver v0.24.4 |
| 2661 | 2026-01-31T04:20:08.630Z | Checking pin-project v1.1.6 |
| 2662 | 2026-01-31T04:20:08.793Z | Checking expectorate v1.2.0 |
| 2663 | 2026-01-31T04:20:08.942Z | Checking phf v0.12.1 |
| 2664 | 2026-01-31T04:20:08.987Z | Checking tokio-dtrace v0.1.0 |
| 2665 | 2026-01-31T04:20:09.217Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2666 | 2026-01-31T04:20:09.293Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2667 | 2026-01-31T04:20:09.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2668 | 2026-01-31T04:20:09.855Z | Compiling progenitor-macro v0.10.0 |
| 2669 | 2026-01-31T04:20:10.120Z | Checking pem v3.0.5 |
| 2670 | 2026-01-31T04:20:10.166Z | Compiling typify v0.2.0 |
| 2671 | 2026-01-31T04:20:10.355Z | Compiling progenitor-impl v0.8.0 |
| 2672 | 2026-01-31T04:20:10.415Z | Checking libsw-core v0.3.1 |
| 2673 | 2026-01-31T04:20:10.568Z | Compiling lzma-sys v0.1.20 |
| 2674 | 2026-01-31T04:20:10.590Z | Compiling snafu-derive v0.8.5 |
| 2675 | 2026-01-31T04:20:10.676Z | Compiling async-recursion v1.1.1 |
| 2676 | 2026-01-31T04:20:10.948Z | Checking highway v1.3.0 |
| 2677 | 2026-01-31T04:20:11.361Z | Checking same-file v1.0.6 |
| 2678 | 2026-01-31T04:20:11.503Z | Checking utf-8 v0.7.6 |
| 2679 | 2026-01-31T04:20:11.571Z | Checking arc-swap v1.7.1 |
| 2680 | 2026-01-31T04:20:11.746Z | Checking bytecount v0.6.8 |
| 2681 | 2026-01-31T04:20:11.918Z | Checking papergrid v0.11.0 |
| 2682 | 2026-01-31T04:20:12.011Z | Checking slog-scope v4.4.0 |
| 2683 | 2026-01-31T04:20:12.186Z | Checking tungstenite v0.21.0 |
| 2684 | 2026-01-31T04:20:12.252Z | Checking walkdir v2.5.0 |
| 2685 | 2026-01-31T04:20:12.617Z | Checking libsw v3.5.0 |
| 2686 | 2026-01-31T04:20:12.676Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2687 | 2026-01-31T04:20:13.006Z | Checking qorb v0.4.1 |
| 2688 | 2026-01-31T04:20:13.029Z | Checking const_format v0.2.34 |
| 2689 | 2026-01-31T04:20:13.397Z | Checking oxide-tokio-rt v0.1.2 |
| 2690 | 2026-01-31T04:20:13.458Z | Checking progenitor v0.11.2 |
| 2691 | 2026-01-31T04:20:13.687Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2692 | 2026-01-31T04:20:14.908Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2693 | 2026-01-31T04:20:15.108Z | Checking snafu v0.8.5 |
| 2694 | 2026-01-31T04:20:15.962Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2695 | 2026-01-31T04:20:16.042Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2696 | 2026-01-31T04:20:16.735Z | Compiling tabled_derive v0.7.0 |
| 2697 | 2026-01-31T04:20:16.914Z | Compiling progenitor-macro v0.8.0 |
| 2698 | 2026-01-31T04:20:17.061Z | Checking globset v0.4.15 |
| 2699 | 2026-01-31T04:20:17.503Z | Checking olpc-cjson v0.1.4 |
| 2700 | 2026-01-31T04:20:17.550Z | Checking progenitor-client v0.8.0 |
| 2701 | 2026-01-31T04:20:17.760Z | Checking gethostname v0.5.0 |
| 2702 | 2026-01-31T04:20:17.917Z | Compiling heck v0.3.3 |
| 2703 | 2026-01-31T04:20:17.939Z | Checking bcs v0.1.6 |
| 2704 | 2026-01-31T04:20:18.296Z | Checking serde_plain v1.0.2 |
| 2705 | 2026-01-31T04:20:18.415Z | Checking typed-path v0.9.3 |
| 2706 | 2026-01-31T04:20:18.579Z | Checking termtree v0.5.1 |
| 2707 | 2026-01-31T04:20:18.833Z | Checking linear-map v1.2.0 |
| 2708 | 2026-01-31T04:20:18.858Z | Checking unicode-linebreak v0.1.5 |
| 2709 | 2026-01-31T04:20:19.166Z | Checking smawk v0.3.2 |
| 2710 | 2026-01-31T04:20:19.307Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2711 | 2026-01-31T04:20:19.397Z | Checking textwrap v0.16.2 |
| 2712 | 2026-01-31T04:20:19.832Z | Checking tabled v0.15.0 |
| 2713 | 2026-01-31T04:20:19.959Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2714 | 2026-01-31T04:20:20.300Z | Checking tough v0.20.0 |
| 2715 | 2026-01-31T04:20:22.318Z | Checking progenitor v0.10.0 |
| 2716 | 2026-01-31T04:20:22.558Z | Compiling zone_cfg_derive v0.1.2 |
| 2717 | 2026-01-31T04:20:22.581Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2718 | 2026-01-31T04:20:22.974Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2719 | 2026-01-31T04:20:23.289Z | Checking steno v0.4.1 |
| 2720 | 2026-01-31T04:20:23.933Z | Checking tokio-tungstenite v0.21.0 |
| 2721 | 2026-01-31T04:20:24.656Z | Checking slog-stdlog v4.1.1 |
| 2722 | 2026-01-31T04:20:24.874Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2723 | 2026-01-31T04:20:24.969Z | Checking base64 v0.13.1 |
| 2724 | 2026-01-31T04:20:25.051Z | Checking humantime v2.2.0 |
| 2725 | 2026-01-31T04:20:25.169Z | Checking base64 v0.21.7 |
| 2726 | 2026-01-31T04:20:25.379Z | Checking number_prefix v0.4.0 |
| 2727 | 2026-01-31T04:20:25.404Z | Checking ron v0.7.1 |
| 2728 | 2026-01-31T04:20:25.457Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2729 | 2026-01-31T04:20:25.600Z | Checking indicatif v0.17.11 |
| 2730 | 2026-01-31T04:20:25.677Z | Checking slog-envlogger v2.2.0 |
| 2731 | 2026-01-31T04:20:25.945Z | Checking xz2 v0.1.7 |
| 2732 | 2026-01-31T04:20:25.968Z | Checking zone v0.1.8 |
| 2733 | 2026-01-31T04:20:26.297Z | Checking xattr v1.3.1 |
| 2734 | 2026-01-31T04:20:26.397Z | Checking yasna v0.5.2 |
| 2735 | 2026-01-31T04:20:26.542Z | Checking headers-core v0.3.0 |
| 2736 | 2026-01-31T04:20:26.565Z | Checking filetime v0.2.26 |
| 2737 | 2026-01-31T04:20:26.681Z | Checking subprocess v0.2.9 |
| 2738 | 2026-01-31T04:20:26.725Z | Checking headers v0.4.1 |
| 2739 | 2026-01-31T04:20:26.807Z | Checking tar v0.4.44 |
| 2740 | 2026-01-31T04:20:27.257Z | Checking rcgen v0.12.1 |
| 2741 | 2026-01-31T04:20:28.849Z | Checking progenitor v0.8.0 |
| 2742 | 2026-01-31T04:20:29.016Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2743 | 2026-01-31T04:20:30.195Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2744 | 2026-01-31T04:20:30.198Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2745 | 2026-01-31T04:20:30.198Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2746 | 2026-01-31T04:20:30.785Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2747 | 2026-01-31T04:20:31.321Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2748 | 2026-01-31T04:20:32.091Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2749 | 2026-01-31T04:20:32.321Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2750 | 2026-01-31T04:20:33.284Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2751 | 2026-01-31T04:20:33.287Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2752 | 2026-01-31T04:20:33.400Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2753 | 2026-01-31T04:20:34.276Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2754 | 2026-01-31T04:20:34.356Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2755 | 2026-01-31T04:20:35.632Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2756 | 2026-01-31T04:20:36.391Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2757 | 2026-01-31T04:20:38.330Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2758 | 2026-01-31T04:20:42.067Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2759 | 2026-01-31T04:20:43.100Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2760 | 2026-01-31T04:20:44.336Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2761 | 2026-01-31T04:20:45.607Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2762 | 2026-01-31T04:21:03.839Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2763 | 2026-01-31T04:21:05.916Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2764 | 2026-01-31T04:21:07.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
| 2765 | 2026-01-31T04:21:07.852Z | |
| 2766 | 2026-01-31T04:21:07.853Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/248) |
| 2767 | 2026-01-31T04:21:08.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2026-01-31T04:21:08.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2026-01-31T04:21:08.816Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2770 | 2026-01-31T04:21:10.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.89s |
| 2771 | 2026-01-31T04:21:10.982Z | |
| 2772 | 2026-01-31T04:21:10.982Z | info: running `cargo check --bins` on nexus-config (52/248) |
| 2773 | 2026-01-31T04:21:11.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2026-01-31T04:21:11.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2026-01-31T04:21:11.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2026-01-31T04:21:11.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2777 | 2026-01-31T04:21:11.883Z | |
| 2778 | 2026-01-31T04:21:11.883Z | info: running `cargo check --bins` on nexus-types (53/248) |
| 2779 | 2026-01-31T04:21:12.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2026-01-31T04:21:12.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2026-01-31T04:21:12.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2026-01-31T04:21:12.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2783 | 2026-01-31T04:21:12.750Z | |
| 2784 | 2026-01-31T04:21:12.750Z | info: running `cargo check --bins` on clickhouse-admin-types (54/248) |
| 2785 | 2026-01-31T04:21:13.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2026-01-31T04:21:13.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2026-01-31T04:21:13.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2026-01-31T04:21:13.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2789 | 2026-01-31T04:21:13.561Z | |
| 2790 | 2026-01-31T04:21:13.561Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (55/248) |
| 2791 | 2026-01-31T04:21:14.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2026-01-31T04:21:14.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2026-01-31T04:21:14.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2026-01-31T04:21:14.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2795 | 2026-01-31T04:21:14.363Z | |
| 2796 | 2026-01-31T04:21:14.363Z | info: running `cargo check --bins` on cockroach-admin-types (56/248) |
| 2797 | 2026-01-31T04:21:15.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2026-01-31T04:21:15.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2026-01-31T04:21:15.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2026-01-31T04:21:15.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2801 | 2026-01-31T04:21:15.146Z | |
| 2802 | 2026-01-31T04:21:15.146Z | info: running `cargo check --bins` on cockroach-admin-types-versions (57/248) |
| 2803 | 2026-01-31T04:21:15.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2026-01-31T04:21:15.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2026-01-31T04:21:15.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2026-01-31T04:21:15.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2807 | 2026-01-31T04:21:15.958Z | |
| 2808 | 2026-01-31T04:21:15.958Z | info: running `cargo check --bins` on ereport-types (58/248) |
| 2809 | 2026-01-31T04:21:16.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2026-01-31T04:21:16.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2026-01-31T04:21:16.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2812 | 2026-01-31T04:21:16.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2813 | 2026-01-31T04:21:16.757Z | |
| 2814 | 2026-01-31T04:21:16.757Z | info: running `cargo check --bins` on gateway-client (59/248) |
| 2815 | 2026-01-31T04:21:17.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2026-01-31T04:21:17.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2026-01-31T04:21:17.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2026-01-31T04:21:17.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2819 | 2026-01-31T04:21:17.555Z | |
| 2820 | 2026-01-31T04:21:17.555Z | info: running `cargo check --bins --no-default-features` on gateway-types (60/248) |
| 2821 | 2026-01-31T04:21:18.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-01-31T04:21:18.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-01-31T04:21:18.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2026-01-31T04:21:18.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2825 | 2026-01-31T04:21:18.344Z | |
| 2826 | 2026-01-31T04:21:18.344Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (61/248) |
| 2827 | 2026-01-31T04:21:19.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-01-31T04:21:19.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-01-31T04:21:19.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2026-01-31T04:21:19.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2831 | 2026-01-31T04:21:19.141Z | |
| 2832 | 2026-01-31T04:21:19.141Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (62/248) |
| 2833 | 2026-01-31T04:21:19.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-01-31T04:21:19.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-01-31T04:21:19.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2026-01-31T04:21:19.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2837 | 2026-01-31T04:21:19.946Z | |
| 2838 | 2026-01-31T04:21:19.947Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (63/248) |
| 2839 | 2026-01-31T04:21:20.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-01-31T04:21:20.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-01-31T04:21:20.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2026-01-31T04:21:20.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2843 | 2026-01-31T04:21:20.745Z | |
| 2844 | 2026-01-31T04:21:20.745Z | info: running `cargo check --bins` on internal-dns-types (64/248) |
| 2845 | 2026-01-31T04:21:21.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-01-31T04:21:21.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-01-31T04:21:21.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2026-01-31T04:21:21.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2849 | 2026-01-31T04:21:21.561Z | |
| 2850 | 2026-01-31T04:21:21.562Z | info: running `cargo check --bins` on internal-dns-types-versions (65/248) |
| 2851 | 2026-01-31T04:21:22.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-01-31T04:21:22.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-01-31T04:21:22.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2026-01-31T04:21:22.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2855 | 2026-01-31T04:21:22.362Z | |
| 2856 | 2026-01-31T04:21:22.362Z | info: running `cargo check --bins` on omicron-passwords (66/248) |
| 2857 | 2026-01-31T04:21:23.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-01-31T04:21:23.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-01-31T04:21:23.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2026-01-31T04:21:23.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2861 | 2026-01-31T04:21:23.151Z | |
| 2862 | 2026-01-31T04:21:23.151Z | info: running `cargo check --bins --no-default-features` on oximeter-db (67/248) |
| 2863 | 2026-01-31T04:21:23.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-01-31T04:21:23.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-01-31T04:21:23.990Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2866 | 2026-01-31T04:21:24.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
| 2867 | 2026-01-31T04:21:24.919Z | |
| 2868 | 2026-01-31T04:21:24.919Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (68/248) |
| 2869 | 2026-01-31T04:21:25.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-01-31T04:21:25.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-01-31T04:21:25.780Z | Compiling cfg_aliases v0.1.1 |
| 2872 | 2026-01-31T04:21:25.780Z | Compiling convert_case v0.7.1 |
| 2873 | 2026-01-31T04:21:25.783Z | Compiling vte_generate_state_changes v0.1.2 |
| 2874 | 2026-01-31T04:21:25.783Z | Checking fd-lock v4.0.2 |
| 2875 | 2026-01-31T04:21:25.897Z | Checking nibble_vec v0.1.0 |
| 2876 | 2026-01-31T04:21:25.948Z | Checking endian-type v0.1.2 |
| 2877 | 2026-01-31T04:21:25.965Z | Compiling peg-macros v0.8.5 |
| 2878 | 2026-01-31T04:21:25.965Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2879 | 2026-01-31T04:21:25.999Z | Compiling nix v0.28.0 |
| 2880 | 2026-01-31T04:21:26.119Z | Compiling sqlparser_derive v0.2.2 |
| 2881 | 2026-01-31T04:21:26.148Z | Checking home v0.5.9 |
| 2882 | 2026-01-31T04:21:26.166Z | Checking radix_trie v0.2.1 |
| 2883 | 2026-01-31T04:21:26.315Z | Checking nu-ansi-term v0.50.1 |
| 2884 | 2026-01-31T04:21:26.504Z | Checking vte v0.11.1 |
| 2885 | 2026-01-31T04:21:26.566Z | Checking unicode_categories v0.1.1 |
| 2886 | 2026-01-31T04:21:26.654Z | Compiling derive_more-impl v2.0.1 |
| 2887 | 2026-01-31T04:21:26.735Z | Checking display-error-chain v0.2.2 |
| 2888 | 2026-01-31T04:21:26.847Z | Checking sqlformat v0.3.5 |
| 2889 | 2026-01-31T04:21:27.120Z | Checking sqlparser v0.45.0 |
| 2890 | 2026-01-31T04:21:27.766Z | Checking strip-ansi-escapes v0.2.0 |
| 2891 | 2026-01-31T04:21:27.924Z | Checking reedline v0.40.0 |
| 2892 | 2026-01-31T04:21:28.080Z | Checking derive_more v2.0.1 |
| 2893 | 2026-01-31T04:21:28.177Z | Checking crossterm v0.29.0 |
| 2894 | 2026-01-31T04:21:28.331Z | Checking peg v0.8.5 |
| 2895 | 2026-01-31T04:21:28.696Z | Checking rustyline v14.0.0 |
| 2896 | 2026-01-31T04:21:37.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.63s |
| 2897 | 2026-01-31T04:21:37.755Z | |
| 2898 | 2026-01-31T04:21:37.755Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (69/248) |
| 2899 | 2026-01-31T04:21:38.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-01-31T04:21:38.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-01-31T04:21:38.608Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2902 | 2026-01-31T04:21:44.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s |
| 2903 | 2026-01-31T04:21:44.290Z | |
| 2904 | 2026-01-31T04:21:44.290Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (70/248) |
| 2905 | 2026-01-31T04:21:45.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-01-31T04:21:45.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-01-31T04:21:45.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2908 | 2026-01-31T04:21:48.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
| 2909 | 2026-01-31T04:21:49.146Z | |
| 2910 | 2026-01-31T04:21:49.146Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (71/248) |
| 2911 | 2026-01-31T04:21:49.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-01-31T04:21:49.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-01-31T04:21:50.004Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2914 | 2026-01-31T04:21:55.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
| 2915 | 2026-01-31T04:21:55.382Z | |
| 2916 | 2026-01-31T04:21:55.382Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (72/248) |
| 2917 | 2026-01-31T04:21:56.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-01-31T04:21:56.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-01-31T04:21:56.245Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2920 | 2026-01-31T04:22:01.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s |
| 2921 | 2026-01-31T04:22:01.723Z | |
| 2922 | 2026-01-31T04:22:01.723Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (73/248) |
| 2923 | 2026-01-31T04:22:02.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-01-31T04:22:02.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-01-31T04:22:02.654Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2926 | 2026-01-31T04:22:06.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
| 2927 | 2026-01-31T04:22:06.893Z | |
| 2928 | 2026-01-31T04:22:06.893Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (74/248) |
| 2929 | 2026-01-31T04:22:07.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-01-31T04:22:07.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-01-31T04:22:07.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2932 | 2026-01-31T04:22:11.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
| 2933 | 2026-01-31T04:22:12.003Z | |
| 2934 | 2026-01-31T04:22:12.003Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (75/248) |
| 2935 | 2026-01-31T04:22:12.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-01-31T04:22:12.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-01-31T04:22:12.849Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2938 | 2026-01-31T04:22:18.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
| 2939 | 2026-01-31T04:22:18.451Z | |
| 2940 | 2026-01-31T04:22:18.451Z | info: running `cargo check --bins` on oximeter (76/248) |
| 2941 | 2026-01-31T04:22:19.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2942 | 2026-01-31T04:22:19.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2943 | 2026-01-31T04:22:19.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2944 | 2026-01-31T04:22:19.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2945 | 2026-01-31T04:22:19.266Z | |
| 2946 | 2026-01-31T04:22:19.266Z | info: running `cargo check --bins` on oximeter-macro-impl (77/248) |
| 2947 | 2026-01-31T04:22:19.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2948 | 2026-01-31T04:22:19.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2949 | 2026-01-31T04:22:19.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2950 | 2026-01-31T04:22:19.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2951 | 2026-01-31T04:22:20.042Z | |
| 2952 | 2026-01-31T04:22:20.042Z | info: running `cargo check --bins` on oximeter-schema (78/248) |
| 2953 | 2026-01-31T04:22:20.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2026-01-31T04:22:20.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2026-01-31T04:22:20.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2956 | 2026-01-31T04:22:21.052Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2957 | 2026-01-31T04:22:21.518Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2958 | 2026-01-31T04:22:28.547Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2959 | 2026-01-31T04:22:29.038Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2960 | 2026-01-31T04:22:30.914Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2961 | 2026-01-31T04:22:31.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.90s |
| 2962 | 2026-01-31T04:22:32.143Z | |
| 2963 | 2026-01-31T04:22:32.143Z | info: running `cargo check --bins` on oximeter-types (79/248) |
| 2964 | 2026-01-31T04:22:32.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2965 | 2026-01-31T04:22:32.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2966 | 2026-01-31T04:22:32.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2967 | 2026-01-31T04:22:32.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2968 | 2026-01-31T04:22:32.974Z | |
| 2969 | 2026-01-31T04:22:32.974Z | info: running `cargo check --bins` on oximeter-types-versions (80/248) |
| 2970 | 2026-01-31T04:22:33.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2971 | 2026-01-31T04:22:33.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2972 | 2026-01-31T04:22:33.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2973 | 2026-01-31T04:22:33.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2974 | 2026-01-31T04:22:33.777Z | |
| 2975 | 2026-01-31T04:22:33.778Z | info: running `cargo check --bins` on oximeter-timeseries-macro (81/248) |
| 2976 | 2026-01-31T04:22:34.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2977 | 2026-01-31T04:22:34.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2978 | 2026-01-31T04:22:34.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2979 | 2026-01-31T04:22:34.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2980 | 2026-01-31T04:22:34.587Z | |
| 2981 | 2026-01-31T04:22:34.587Z | info: running `cargo check --bins` on oxql-types (82/248) |
| 2982 | 2026-01-31T04:22:35.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2983 | 2026-01-31T04:22:35.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2984 | 2026-01-31T04:22:35.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2985 | 2026-01-31T04:22:35.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2986 | 2026-01-31T04:22:35.453Z | |
| 2987 | 2026-01-31T04:22:35.453Z | info: running `cargo check --bins` on oximeter-test-utils (83/248) |
| 2988 | 2026-01-31T04:22:36.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2989 | 2026-01-31T04:22:36.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2990 | 2026-01-31T04:22:36.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2991 | 2026-01-31T04:22:36.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 2992 | 2026-01-31T04:22:36.364Z | |
| 2993 | 2026-01-31T04:22:36.364Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (84/248) |
| 2994 | 2026-01-31T04:22:37.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2995 | 2026-01-31T04:22:37.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2996 | 2026-01-31T04:22:37.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2997 | 2026-01-31T04:22:37.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2998 | 2026-01-31T04:22:37.190Z | |
| 2999 | 2026-01-31T04:22:37.190Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (85/248) |
| 3000 | 2026-01-31T04:22:37.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3001 | 2026-01-31T04:22:37.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3002 | 2026-01-31T04:22:37.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3003 | 2026-01-31T04:22:37.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3004 | 2026-01-31T04:22:38.018Z | |
| 3005 | 2026-01-31T04:22:38.018Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (86/248) |
| 3006 | 2026-01-31T04:22:38.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3007 | 2026-01-31T04:22:38.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3008 | 2026-01-31T04:22:38.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3009 | 2026-01-31T04:22:38.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3010 | 2026-01-31T04:22:38.844Z | |
| 3011 | 2026-01-31T04:22:38.844Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (87/248) |
| 3012 | 2026-01-31T04:22:39.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3013 | 2026-01-31T04:22:39.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3014 | 2026-01-31T04:22:39.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3015 | 2026-01-31T04:22:39.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3016 | 2026-01-31T04:22:39.672Z | |
| 3017 | 2026-01-31T04:22:39.672Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (88/248) |
| 3018 | 2026-01-31T04:22:40.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3019 | 2026-01-31T04:22:40.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3020 | 2026-01-31T04:22:40.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3021 | 2026-01-31T04:22:40.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3022 | 2026-01-31T04:22:40.485Z | |
| 3023 | 2026-01-31T04:22:40.485Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (89/248) |
| 3024 | 2026-01-31T04:22:41.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3025 | 2026-01-31T04:22:41.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3026 | 2026-01-31T04:22:41.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3027 | 2026-01-31T04:22:41.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3028 | 2026-01-31T04:22:41.299Z | |
| 3029 | 2026-01-31T04:22:41.299Z | info: running `cargo check --bins --no-default-features` on gfss (90/248) |
| 3030 | 2026-01-31T04:22:41.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2026-01-31T04:22:41.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2026-01-31T04:22:41.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3033 | 2026-01-31T04:22:41.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3034 | 2026-01-31T04:22:42.079Z | |
| 3035 | 2026-01-31T04:22:42.079Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (91/248) |
| 3036 | 2026-01-31T04:22:42.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3037 | 2026-01-31T04:22:42.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3038 | 2026-01-31T04:22:42.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3039 | 2026-01-31T04:22:42.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3040 | 2026-01-31T04:22:42.855Z | |
| 3041 | 2026-01-31T04:22:42.855Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (92/248) |
| 3042 | 2026-01-31T04:22:43.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3043 | 2026-01-31T04:22:43.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3044 | 2026-01-31T04:22:43.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3045 | 2026-01-31T04:22:43.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3046 | 2026-01-31T04:22:43.692Z | |
| 3047 | 2026-01-31T04:22:43.692Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (93/248) |
| 3048 | 2026-01-31T04:22:44.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3049 | 2026-01-31T04:22:44.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3050 | 2026-01-31T04:22:44.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3051 | 2026-01-31T04:22:44.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3052 | 2026-01-31T04:22:44.520Z | |
| 3053 | 2026-01-31T04:22:44.520Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (94/248) |
| 3054 | 2026-01-31T04:22:45.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3055 | 2026-01-31T04:22:45.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3056 | 2026-01-31T04:22:45.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3057 | 2026-01-31T04:22:45.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3058 | 2026-01-31T04:22:45.346Z | |
| 3059 | 2026-01-31T04:22:45.347Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (95/248) |
| 3060 | 2026-01-31T04:22:46.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3061 | 2026-01-31T04:22:46.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3062 | 2026-01-31T04:22:46.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3063 | 2026-01-31T04:22:46.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3064 | 2026-01-31T04:22:46.167Z | |
| 3065 | 2026-01-31T04:22:46.167Z | info: running `cargo check --bins` on trust-quorum-types (96/248) |
| 3066 | 2026-01-31T04:22:46.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3067 | 2026-01-31T04:22:46.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3068 | 2026-01-31T04:22:46.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3069 | 2026-01-31T04:22:46.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3070 | 2026-01-31T04:22:46.987Z | |
| 3071 | 2026-01-31T04:22:46.987Z | info: running `cargo check --bins` on trust-quorum-test-utils (97/248) |
| 3072 | 2026-01-31T04:22:47.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3073 | 2026-01-31T04:22:47.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3074 | 2026-01-31T04:22:47.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3075 | 2026-01-31T04:22:47.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3076 | 2026-01-31T04:22:47.811Z | |
| 3077 | 2026-01-31T04:22:47.811Z | info: running `cargo check --bins` on update-engine (98/248) |
| 3078 | 2026-01-31T04:22:48.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2026-01-31T04:22:48.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2026-01-31T04:22:48.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3081 | 2026-01-31T04:22:48.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3082 | 2026-01-31T04:22:48.587Z | |
| 3083 | 2026-01-31T04:22:48.587Z | info: running `cargo check --bins` on omicron-certificates (99/248) |
| 3084 | 2026-01-31T04:22:49.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2026-01-31T04:22:49.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2026-01-31T04:22:49.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3087 | 2026-01-31T04:22:49.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3088 | 2026-01-31T04:22:49.383Z | |
| 3089 | 2026-01-31T04:22:49.383Z | info: running `cargo check --bins` on omicron-clickhouse-admin (100/248) |
| 3090 | 2026-01-31T04:22:50.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2026-01-31T04:22:50.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2026-01-31T04:22:50.271Z | Checking dropshot-api-manager-types v0.2.4 |
| 3093 | 2026-01-31T04:22:50.271Z | Checking nanorand v0.7.0 |
| 3094 | 2026-01-31T04:22:50.561Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3095 | 2026-01-31T04:22:50.621Z | Checking flume v0.11.1 |
| 3096 | 2026-01-31T04:22:50.935Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3097 | 2026-01-31T04:22:52.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s |
| 3098 | 2026-01-31T04:22:52.548Z | |
| 3099 | 2026-01-31T04:22:52.548Z | info: running `cargo check --bins` on clickhouse-admin-api (101/248) |
| 3100 | 2026-01-31T04:22:53.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-01-31T04:22:53.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-01-31T04:22:53.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-01-31T04:22:53.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3104 | 2026-01-31T04:22:53.375Z | |
| 3105 | 2026-01-31T04:22:53.375Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (102/248) |
| 3106 | 2026-01-31T04:22:54.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-01-31T04:22:54.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-01-31T04:22:54.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-01-31T04:22:54.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3110 | 2026-01-31T04:22:54.196Z | |
| 3111 | 2026-01-31T04:22:54.196Z | info: running `cargo check --bins` on bootstrap-agent-client (103/248) |
| 3112 | 2026-01-31T04:22:54.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-01-31T04:22:54.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-01-31T04:22:54.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-01-31T04:22:54.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3116 | 2026-01-31T04:22:55.008Z | |
| 3117 | 2026-01-31T04:22:55.009Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (104/248) |
| 3118 | 2026-01-31T04:22:55.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-01-31T04:22:55.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-01-31T04:22:55.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-01-31T04:22:55.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3122 | 2026-01-31T04:22:55.816Z | |
| 3123 | 2026-01-31T04:22:55.816Z | info: running `cargo check --bins` on clickhouse-admin-server-client (105/248) |
| 3124 | 2026-01-31T04:22:56.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-01-31T04:22:56.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-01-31T04:22:56.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-01-31T04:22:56.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3128 | 2026-01-31T04:22:56.622Z | |
| 3129 | 2026-01-31T04:22:56.622Z | info: running `cargo check --bins` on clickhouse-admin-single-client (106/248) |
| 3130 | 2026-01-31T04:22:57.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-01-31T04:22:57.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-01-31T04:22:57.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-01-31T04:22:57.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3134 | 2026-01-31T04:22:57.441Z | |
| 3135 | 2026-01-31T04:22:57.441Z | info: running `cargo check --bins` on cockroach-admin-client (107/248) |
| 3136 | 2026-01-31T04:22:58.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-01-31T04:22:58.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-01-31T04:22:58.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-01-31T04:22:58.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3140 | 2026-01-31T04:22:58.222Z | |
| 3141 | 2026-01-31T04:22:58.222Z | info: running `cargo check --bins` on omicron-ddm-admin-client (108/248) |
| 3142 | 2026-01-31T04:22:58.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-01-31T04:22:58.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-01-31T04:22:58.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-01-31T04:22:58.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3146 | 2026-01-31T04:22:59.037Z | |
| 3147 | 2026-01-31T04:22:59.037Z | info: running `cargo check --bins` on dns-service-client (109/248) |
| 3148 | 2026-01-31T04:22:59.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-01-31T04:22:59.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-01-31T04:22:59.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-01-31T04:22:59.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3152 | 2026-01-31T04:22:59.840Z | |
| 3153 | 2026-01-31T04:22:59.840Z | info: running `cargo check --bins` on installinator-client (110/248) |
| 3154 | 2026-01-31T04:23:00.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-01-31T04:23:00.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-01-31T04:23:00.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-01-31T04:23:00.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3158 | 2026-01-31T04:23:00.642Z | |
| 3159 | 2026-01-31T04:23:00.642Z | info: running `cargo check --bins` on nexus-client (111/248) |
| 3160 | 2026-01-31T04:23:01.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-01-31T04:23:01.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-01-31T04:23:01.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-01-31T04:23:01.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3164 | 2026-01-31T04:23:01.503Z | |
| 3165 | 2026-01-31T04:23:01.503Z | info: running `cargo check --bins` on nexus-lockstep-client (112/248) |
| 3166 | 2026-01-31T04:23:02.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-01-31T04:23:02.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-01-31T04:23:02.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3169 | 2026-01-31T04:23:02.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3170 | 2026-01-31T04:23:02.351Z | |
| 3171 | 2026-01-31T04:23:02.351Z | info: running `cargo check --bins` on ntp-admin-client (113/248) |
| 3172 | 2026-01-31T04:23:03.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3173 | 2026-01-31T04:23:03.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3174 | 2026-01-31T04:23:03.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3175 | 2026-01-31T04:23:03.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3176 | 2026-01-31T04:23:03.129Z | |
| 3177 | 2026-01-31T04:23:03.129Z | info: running `cargo check --bins` on oxide-client (114/248) |
| 3178 | 2026-01-31T04:23:03.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2026-01-31T04:23:03.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2026-01-31T04:23:03.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2026-01-31T04:23:03.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3182 | 2026-01-31T04:23:03.908Z | |
| 3183 | 2026-01-31T04:23:03.908Z | info: running `cargo check --bins` on oximeter-client (115/248) |
| 3184 | 2026-01-31T04:23:04.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2026-01-31T04:23:04.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2026-01-31T04:23:04.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2026-01-31T04:23:04.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3188 | 2026-01-31T04:23:04.727Z | |
| 3189 | 2026-01-31T04:23:04.727Z | info: running `cargo check --bins` on repo-depot-client (116/248) |
| 3190 | 2026-01-31T04:23:05.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-01-31T04:23:05.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-01-31T04:23:05.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-01-31T04:23:05.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3194 | 2026-01-31T04:23:05.511Z | |
| 3195 | 2026-01-31T04:23:05.511Z | info: running `cargo check --bins` on sled-agent-client (117/248) |
| 3196 | 2026-01-31T04:23:06.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-01-31T04:23:06.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-01-31T04:23:06.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-01-31T04:23:06.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3200 | 2026-01-31T04:23:06.335Z | |
| 3201 | 2026-01-31T04:23:06.335Z | info: running `cargo check --bins` on wicketd-client (118/248) |
| 3202 | 2026-01-31T04:23:07.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-01-31T04:23:07.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-01-31T04:23:07.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-01-31T04:23:07.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3206 | 2026-01-31T04:23:07.183Z | |
| 3207 | 2026-01-31T04:23:07.183Z | info: running `cargo check --bins` on installinator-common (119/248) |
| 3208 | 2026-01-31T04:23:07.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-01-31T04:23:07.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-01-31T04:23:07.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-01-31T04:23:07.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3212 | 2026-01-31T04:23:08.014Z | |
| 3213 | 2026-01-31T04:23:08.014Z | info: running `cargo check --bins` on installinator-common-versions (120/248) |
| 3214 | 2026-01-31T04:23:08.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-01-31T04:23:08.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-01-31T04:23:08.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2026-01-31T04:23:08.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3218 | 2026-01-31T04:23:08.796Z | |
| 3219 | 2026-01-31T04:23:08.796Z | info: running `cargo check --bins` on wicket-common (121/248) |
| 3220 | 2026-01-31T04:23:09.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2026-01-31T04:23:09.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2026-01-31T04:23:09.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2026-01-31T04:23:09.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3224 | 2026-01-31T04:23:09.621Z | |
| 3225 | 2026-01-31T04:23:09.621Z | info: running `cargo check --bins` on omicron-cockroach-admin (122/248) |
| 3226 | 2026-01-31T04:23:10.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2026-01-31T04:23:10.347Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2026-01-31T04:23:10.501Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3229 | 2026-01-31T04:23:10.507Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3230 | 2026-01-31T04:23:10.507Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3231 | 2026-01-31T04:23:10.621Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3232 | 2026-01-31T04:23:10.842Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3233 | 2026-01-31T04:23:10.866Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3234 | 2026-01-31T04:23:11.268Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3235 | 2026-01-31T04:23:11.272Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3236 | 2026-01-31T04:23:14.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
| 3237 | 2026-01-31T04:23:14.623Z | |
| 3238 | 2026-01-31T04:23:14.623Z | info: running `cargo check --bins` on cockroach-admin-api (123/248) |
| 3239 | 2026-01-31T04:23:15.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3240 | 2026-01-31T04:23:15.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3241 | 2026-01-31T04:23:15.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3242 | 2026-01-31T04:23:15.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3243 | 2026-01-31T04:23:15.447Z | |
| 3244 | 2026-01-31T04:23:15.447Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (124/248) |
| 3245 | 2026-01-31T04:23:16.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3246 | 2026-01-31T04:23:16.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3247 | 2026-01-31T04:23:16.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3248 | 2026-01-31T04:23:16.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3249 | 2026-01-31T04:23:16.373Z | |
| 3250 | 2026-01-31T04:23:16.373Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (125/248) |
| 3251 | 2026-01-31T04:23:17.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3252 | 2026-01-31T04:23:17.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3253 | 2026-01-31T04:23:17.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3254 | 2026-01-31T04:23:17.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
| 3255 | 2026-01-31T04:23:17.289Z | |
| 3256 | 2026-01-31T04:23:17.290Z | info: running `cargo check --bins` on dns-server (126/248) |
| 3257 | 2026-01-31T04:23:18.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3258 | 2026-01-31T04:23:18.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3259 | 2026-01-31T04:23:18.138Z | Compiling parking_lot_core v0.8.6 |
| 3260 | 2026-01-31T04:23:18.141Z | Compiling moka v0.12.10 |
| 3261 | 2026-01-31T04:23:18.141Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3262 | 2026-01-31T04:23:18.141Z | Checking tagptr v0.2.0 |
| 3263 | 2026-01-31T04:23:18.291Z | Checking prefix-trie v0.7.0 |
| 3264 | 2026-01-31T04:23:18.295Z | Checking fxhash v0.2.1 |
| 3265 | 2026-01-31T04:23:18.295Z | Checking hickory-client v0.25.2 |
| 3266 | 2026-01-31T04:23:18.799Z | Checking hickory-server v0.25.2 |
| 3267 | 2026-01-31T04:23:18.922Z | Checking parking_lot v0.11.2 |
| 3268 | 2026-01-31T04:23:19.124Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3269 | 2026-01-31T04:23:19.127Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3270 | 2026-01-31T04:23:19.127Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3271 | 2026-01-31T04:23:19.190Z | Checking sled v0.34.7 |
| 3272 | 2026-01-31T04:23:19.588Z | Checking hickory-resolver v0.25.2 |
| 3273 | 2026-01-31T04:23:21.132Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3274 | 2026-01-31T04:23:22.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
| 3275 | 2026-01-31T04:23:22.812Z | |
| 3276 | 2026-01-31T04:23:22.812Z | info: running `cargo check --bins` on dns-server-api (127/248) |
| 3277 | 2026-01-31T04:23:23.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2026-01-31T04:23:23.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2026-01-31T04:23:23.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3280 | 2026-01-31T04:23:23.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3281 | 2026-01-31T04:23:23.615Z | |
| 3282 | 2026-01-31T04:23:23.616Z | info: running `cargo check --bins` on gateway-test-utils (128/248) |
| 3283 | 2026-01-31T04:23:24.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3284 | 2026-01-31T04:23:24.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3285 | 2026-01-31T04:23:24.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3286 | 2026-01-31T04:23:24.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3287 | 2026-01-31T04:23:24.489Z | |
| 3288 | 2026-01-31T04:23:24.489Z | info: running `cargo check --bins` on omicron-gateway (129/248) |
| 3289 | 2026-01-31T04:23:25.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3290 | 2026-01-31T04:23:25.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3291 | 2026-01-31T04:23:25.433Z | Compiling radium v0.7.0 |
| 3292 | 2026-01-31T04:23:25.436Z | Checking tap v1.0.1 |
| 3293 | 2026-01-31T04:23:25.437Z | Compiling maybe-uninit v2.0.0 |
| 3294 | 2026-01-31T04:23:25.582Z | Compiling zerocopy-derive v0.6.6 |
| 3295 | 2026-01-31T04:23:25.586Z | Compiling packed_struct v0.10.1 |
| 3296 | 2026-01-31T04:23:25.586Z | Checking crc-catalog v2.4.0 |
| 3297 | 2026-01-31T04:23:25.613Z | Checking funty v2.0.0 |
| 3298 | 2026-01-31T04:23:25.630Z | Compiling packed_struct_codegen v0.10.1 |
| 3299 | 2026-01-31T04:23:25.710Z | Checking wyz v0.5.1 |
| 3300 | 2026-01-31T04:23:25.760Z | Checking crc v3.2.1 |
| 3301 | 2026-01-31T04:23:26.087Z | Compiling bitfield-macros v0.19.2 |
| 3302 | 2026-01-31T04:23:26.105Z | Compiling indexmap v1.9.3 |
| 3303 | 2026-01-31T04:23:26.225Z | Checking nodrop v0.1.14 |
| 3304 | 2026-01-31T04:23:26.257Z | Checking smallvec v0.6.14 |
| 3305 | 2026-01-31T04:23:26.373Z | Checking array-init v0.0.4 |
| 3306 | 2026-01-31T04:23:26.431Z | Checking hashbrown v0.12.3 |
| 3307 | 2026-01-31T04:23:26.456Z | Checking bitvec v1.0.1 |
| 3308 | 2026-01-31T04:23:26.502Z | Checking ron v0.8.1 |
| 3309 | 2026-01-31T04:23:26.656Z | Checking hashbrown v0.13.2 |
| 3310 | 2026-01-31T04:23:27.284Z | Checking serde-hex v0.1.0 |
| 3311 | 2026-01-31T04:23:27.453Z | Checking zerocopy v0.6.6 |
| 3312 | 2026-01-31T04:23:27.554Z | Checking bitfield v0.19.2 |
| 3313 | 2026-01-31T04:23:27.588Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3314 | 2026-01-31T04:23:27.675Z | Checking crc-any v2.5.0 |
| 3315 | 2026-01-31T04:23:27.956Z | Checking void v1.0.2 |
| 3316 | 2026-01-31T04:23:28.016Z | Checking path-slash v0.1.5 |
| 3317 | 2026-01-31T04:23:28.025Z | Checking half v1.8.3 |
| 3318 | 2026-01-31T04:23:28.071Z | Checking object v0.30.4 |
| 3319 | 2026-01-31T04:23:28.105Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3320 | 2026-01-31T04:23:28.125Z | Checking tungstenite v0.23.0 |
| 3321 | 2026-01-31T04:23:28.143Z | Checking lzss v0.8.2 |
| 3322 | 2026-01-31T04:23:28.161Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3323 | 2026-01-31T04:23:28.369Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3324 | 2026-01-31T04:23:28.417Z | Checking serde_cbor v0.11.2 |
| 3325 | 2026-01-31T04:23:28.439Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3326 | 2026-01-31T04:23:28.477Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3327 | 2026-01-31T04:23:28.908Z | Checking nix v0.27.1 |
| 3328 | 2026-01-31T04:23:28.973Z | Checking kstat-rs v0.2.4 |
| 3329 | 2026-01-31T04:23:29.208Z | Checking serde_bytes v0.11.19 |
| 3330 | 2026-01-31T04:23:29.293Z | Checking tokio-tungstenite v0.23.1 |
| 3331 | 2026-01-31T04:23:29.342Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3332 | 2026-01-31T04:23:29.539Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3333 | 2026-01-31T04:23:29.773Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3334 | 2026-01-31T04:23:30.116Z | Checking signal-hook-tokio v0.3.1 |
| 3335 | 2026-01-31T04:23:31.472Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3336 | 2026-01-31T04:23:31.899Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3337 | 2026-01-31T04:23:36.198Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3338 | 2026-01-31T04:23:37.580Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3339 | 2026-01-31T04:23:37.991Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3340 | 2026-01-31T04:23:39.696Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3341 | 2026-01-31T04:23:42.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.32s |
| 3342 | 2026-01-31T04:23:43.030Z | |
| 3343 | 2026-01-31T04:23:43.030Z | info: running `cargo check --bins` on gateway-api (130/248) |
| 3344 | 2026-01-31T04:23:43.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3345 | 2026-01-31T04:23:43.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3346 | 2026-01-31T04:23:43.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3347 | 2026-01-31T04:23:43.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3348 | 2026-01-31T04:23:43.834Z | |
| 3349 | 2026-01-31T04:23:43.834Z | info: running `cargo check --bins` on ipcc (131/248) |
| 3350 | 2026-01-31T04:23:44.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3351 | 2026-01-31T04:23:44.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3352 | 2026-01-31T04:23:44.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3353 | 2026-01-31T04:23:44.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3354 | 2026-01-31T04:23:44.634Z | |
| 3355 | 2026-01-31T04:23:44.634Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (132/248) |
| 3356 | 2026-01-31T04:23:45.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2026-01-31T04:23:45.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2026-01-31T04:23:45.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3359 | 2026-01-31T04:23:45.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3360 | 2026-01-31T04:23:45.500Z | |
| 3361 | 2026-01-31T04:23:45.500Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (133/248) |
| 3362 | 2026-01-31T04:23:46.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3363 | 2026-01-31T04:23:46.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3364 | 2026-01-31T04:23:46.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3365 | 2026-01-31T04:23:46.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3366 | 2026-01-31T04:23:46.225Z | |
| 3367 | 2026-01-31T04:23:46.225Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (134/248) |
| 3368 | 2026-01-31T04:23:46.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3369 | 2026-01-31T04:23:46.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3370 | 2026-01-31T04:23:46.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3371 | 2026-01-31T04:23:46.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3372 | 2026-01-31T04:23:47.034Z | |
| 3373 | 2026-01-31T04:23:47.034Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (135/248) |
| 3374 | 2026-01-31T04:23:47.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3375 | 2026-01-31T04:23:47.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3376 | 2026-01-31T04:23:47.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3377 | 2026-01-31T04:23:47.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3378 | 2026-01-31T04:23:47.854Z | |
| 3379 | 2026-01-31T04:23:47.854Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (136/248) |
| 3380 | 2026-01-31T04:23:48.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3381 | 2026-01-31T04:23:48.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3382 | 2026-01-31T04:23:48.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3383 | 2026-01-31T04:23:48.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3384 | 2026-01-31T04:23:48.667Z | |
| 3385 | 2026-01-31T04:23:48.667Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (137/248) |
| 3386 | 2026-01-31T04:23:49.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2026-01-31T04:23:49.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2026-01-31T04:23:49.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3389 | 2026-01-31T04:23:49.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3390 | 2026-01-31T04:23:49.486Z | |
| 3391 | 2026-01-31T04:23:49.486Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (138/248) |
| 3392 | 2026-01-31T04:23:50.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3393 | 2026-01-31T04:23:50.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3394 | 2026-01-31T04:23:50.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3395 | 2026-01-31T04:23:50.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3396 | 2026-01-31T04:23:50.302Z | |
| 3397 | 2026-01-31T04:23:50.302Z | info: running `cargo check --bins` on oximeter-producer (139/248) |
| 3398 | 2026-01-31T04:23:51.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3399 | 2026-01-31T04:23:51.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3400 | 2026-01-31T04:23:51.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3401 | 2026-01-31T04:23:51.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3402 | 2026-01-31T04:23:51.152Z | |
| 3403 | 2026-01-31T04:23:51.152Z | info: running `cargo check --bins` on internal-dns-resolver (140/248) |
| 3404 | 2026-01-31T04:23:51.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3405 | 2026-01-31T04:23:51.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3406 | 2026-01-31T04:23:51.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3407 | 2026-01-31T04:23:51.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3408 | 2026-01-31T04:23:51.969Z | |
| 3409 | 2026-01-31T04:23:51.969Z | info: running `cargo check --bins` on sp-sim (141/248) |
| 3410 | 2026-01-31T04:23:52.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2026-01-31T04:23:52.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2026-01-31T04:23:52.876Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3413 | 2026-01-31T04:23:55.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s |
| 3414 | 2026-01-31T04:23:55.708Z | |
| 3415 | 2026-01-31T04:23:55.708Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (142/248) |
| 3416 | 2026-01-31T04:23:56.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3417 | 2026-01-31T04:23:56.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3418 | 2026-01-31T04:23:56.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3419 | 2026-01-31T04:23:56.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3420 | 2026-01-31T04:23:56.589Z | |
| 3421 | 2026-01-31T04:23:56.590Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (143/248) |
| 3422 | 2026-01-31T04:23:57.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3423 | 2026-01-31T04:23:57.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3424 | 2026-01-31T04:23:57.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3425 | 2026-01-31T04:23:57.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 3426 | 2026-01-31T04:23:57.487Z | |
| 3427 | 2026-01-31T04:23:57.488Z | info: running `cargo check --bins` on db-macros (144/248) |
| 3428 | 2026-01-31T04:23:58.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2026-01-31T04:23:58.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2026-01-31T04:23:58.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3431 | 2026-01-31T04:23:58.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3432 | 2026-01-31T04:23:58.271Z | |
| 3433 | 2026-01-31T04:23:58.271Z | info: running `cargo check --bins` on nexus-macros-common (145/248) |
| 3434 | 2026-01-31T04:23:58.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3435 | 2026-01-31T04:23:58.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3436 | 2026-01-31T04:23:58.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3437 | 2026-01-31T04:23:58.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3438 | 2026-01-31T04:23:59.060Z | |
| 3439 | 2026-01-31T04:23:59.060Z | info: running `cargo check --bins` on nexus-auth (146/248) |
| 3440 | 2026-01-31T04:23:59.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3441 | 2026-01-31T04:23:59.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3442 | 2026-01-31T04:23:59.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3443 | 2026-01-31T04:23:59.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3444 | 2026-01-31T04:23:59.927Z | |
| 3445 | 2026-01-31T04:23:59.927Z | info: running `cargo check --bins` on authz-macros (147/248) |
| 3446 | 2026-01-31T04:24:00.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3447 | 2026-01-31T04:24:00.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3448 | 2026-01-31T04:24:00.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3449 | 2026-01-31T04:24:00.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3450 | 2026-01-31T04:24:00.728Z | |
| 3451 | 2026-01-31T04:24:00.728Z | info: running `cargo check --bins` on nexus-db-fixed-data (148/248) |
| 3452 | 2026-01-31T04:24:01.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2026-01-31T04:24:01.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2026-01-31T04:24:01.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3455 | 2026-01-31T04:24:01.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3456 | 2026-01-31T04:24:01.580Z | |
| 3457 | 2026-01-31T04:24:01.580Z | info: running `cargo check --bins` on nexus-db-model (149/248) |
| 3458 | 2026-01-31T04:24:02.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3459 | 2026-01-31T04:24:02.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3460 | 2026-01-31T04:24:02.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3461 | 2026-01-31T04:24:02.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
| 3462 | 2026-01-31T04:24:02.521Z | |
| 3463 | 2026-01-31T04:24:02.521Z | info: running `cargo check --bins` on nexus-db-schema (150/248) |
| 3464 | 2026-01-31T04:24:03.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3465 | 2026-01-31T04:24:03.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3466 | 2026-01-31T04:24:03.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3467 | 2026-01-31T04:24:03.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3468 | 2026-01-31T04:24:03.323Z | |
| 3469 | 2026-01-31T04:24:03.323Z | info: running `cargo check --bins` on omicron-rpaths (151/248) |
| 3470 | 2026-01-31T04:24:04.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2026-01-31T04:24:04.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2026-01-31T04:24:04.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3473 | 2026-01-31T04:24:04.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3474 | 2026-01-31T04:24:04.117Z | |
| 3475 | 2026-01-31T04:24:04.117Z | info: running `cargo check --bins` on nexus-defaults (152/248) |
| 3476 | 2026-01-31T04:24:04.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3477 | 2026-01-31T04:24:04.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3478 | 2026-01-31T04:24:04.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3479 | 2026-01-31T04:24:04.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3480 | 2026-01-31T04:24:04.915Z | |
| 3481 | 2026-01-31T04:24:04.915Z | info: running `cargo check --bins` on omicron-cockroach-metrics (153/248) |
| 3482 | 2026-01-31T04:24:05.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2026-01-31T04:24:05.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2026-01-31T04:24:05.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3485 | 2026-01-31T04:24:05.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3486 | 2026-01-31T04:24:05.698Z | |
| 3487 | 2026-01-31T04:24:05.698Z | info: running `cargo check --bins` on parallel-task-set (154/248) |
| 3488 | 2026-01-31T04:24:06.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2026-01-31T04:24:06.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2026-01-31T04:24:06.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2026-01-31T04:24:06.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3492 | 2026-01-31T04:24:06.473Z | |
| 3493 | 2026-01-31T04:24:06.473Z | info: running `cargo check --bins` on nexus-db-errors (155/248) |
| 3494 | 2026-01-31T04:24:07.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2026-01-31T04:24:07.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2026-01-31T04:24:07.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2026-01-31T04:24:07.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3498 | 2026-01-31T04:24:07.358Z | |
| 3499 | 2026-01-31T04:24:07.358Z | info: running `cargo check --bins` on nexus-db-lookup (156/248) |
| 3500 | 2026-01-31T04:24:08.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2026-01-31T04:24:08.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2026-01-31T04:24:08.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3503 | 2026-01-31T04:24:08.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3504 | 2026-01-31T04:24:08.225Z | |
| 3505 | 2026-01-31T04:24:08.225Z | info: running `cargo check --bins` on nexus-inventory (157/248) |
| 3506 | 2026-01-31T04:24:08.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2026-01-31T04:24:08.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2026-01-31T04:24:08.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3509 | 2026-01-31T04:24:08.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3510 | 2026-01-31T04:24:09.085Z | |
| 3511 | 2026-01-31T04:24:09.085Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (158/248) |
| 3512 | 2026-01-31T04:24:09.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2026-01-31T04:24:09.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2026-01-31T04:24:09.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3515 | 2026-01-31T04:24:09.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3516 | 2026-01-31T04:24:09.915Z | |
| 3517 | 2026-01-31T04:24:09.915Z | info: running `cargo check --bins --no-default-features` on sled-storage (159/248) |
| 3518 | 2026-01-31T04:24:10.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2026-01-31T04:24:10.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2026-01-31T04:24:10.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3521 | 2026-01-31T04:24:10.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3522 | 2026-01-31T04:24:10.734Z | |
| 3523 | 2026-01-31T04:24:10.735Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (160/248) |
| 3524 | 2026-01-31T04:24:11.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2026-01-31T04:24:11.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2026-01-31T04:24:11.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2026-01-31T04:24:11.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3528 | 2026-01-31T04:24:11.562Z | |
| 3529 | 2026-01-31T04:24:11.562Z | info: running `cargo check --bins` on key-manager (161/248) |
| 3530 | 2026-01-31T04:24:12.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2026-01-31T04:24:12.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2026-01-31T04:24:12.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3533 | 2026-01-31T04:24:12.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3534 | 2026-01-31T04:24:12.369Z | |
| 3535 | 2026-01-31T04:24:12.369Z | info: running `cargo check --bins --no-default-features` on sled-hardware (162/248) |
| 3536 | 2026-01-31T04:24:13.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2026-01-31T04:24:13.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2026-01-31T04:24:13.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3539 | 2026-01-31T04:24:13.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3540 | 2026-01-31T04:24:13.183Z | |
| 3541 | 2026-01-31T04:24:13.183Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (163/248) |
| 3542 | 2026-01-31T04:24:13.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2026-01-31T04:24:13.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2026-01-31T04:24:13.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3545 | 2026-01-31T04:24:13.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3546 | 2026-01-31T04:24:14.002Z | |
| 3547 | 2026-01-31T04:24:14.002Z | info: running `cargo check --bins` on typed-rng (164/248) |
| 3548 | 2026-01-31T04:24:14.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2026-01-31T04:24:14.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2026-01-31T04:24:14.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2026-01-31T04:24:14.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3552 | 2026-01-31T04:24:14.805Z | |
| 3553 | 2026-01-31T04:24:14.805Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (165/248) |
| 3554 | 2026-01-31T04:24:15.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2026-01-31T04:24:15.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2026-01-31T04:24:15.891Z | Compiling libefi-sys v0.1.0 |
| 3557 | 2026-01-31T04:24:15.894Z | Compiling bitfield-struct v0.6.2 |
| 3558 | 2026-01-31T04:24:15.894Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3559 | 2026-01-31T04:24:16.059Z | Compiling xshell-macros v0.2.7 |
| 3560 | 2026-01-31T04:24:16.071Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3561 | 2026-01-31T04:24:16.091Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3562 | 2026-01-31T04:24:16.109Z | Compiling salty v0.3.0 |
| 3563 | 2026-01-31T04:24:16.129Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3564 | 2026-01-31T04:24:16.151Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3565 | 2026-01-31T04:24:16.282Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3566 | 2026-01-31T04:24:16.433Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3567 | 2026-01-31T04:24:16.690Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3568 | 2026-01-31T04:24:16.735Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3569 | 2026-01-31T04:24:16.758Z | Checking xshell v0.2.7 |
| 3570 | 2026-01-31T04:24:16.985Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3571 | 2026-01-31T04:24:17.046Z | Compiling proc-macro-error2 v2.0.1 |
| 3572 | 2026-01-31T04:24:17.086Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3573 | 2026-01-31T04:24:17.108Z | Checking primeorder v0.13.6 |
| 3574 | 2026-01-31T04:24:17.252Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3575 | 2026-01-31T04:24:17.598Z | Compiling num-derive v0.3.3 |
| 3576 | 2026-01-31T04:24:17.621Z | Compiling unicase v2.8.1 |
| 3577 | 2026-01-31T04:24:17.643Z | Compiling tabled_derive v0.11.0 |
| 3578 | 2026-01-31T04:24:17.818Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3579 | 2026-01-31T04:24:17.931Z | Checking p384 v0.13.1 |
| 3580 | 2026-01-31T04:24:18.006Z | Compiling mime_guess v2.0.5 |
| 3581 | 2026-01-31T04:24:18.300Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3582 | 2026-01-31T04:24:18.499Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3583 | 2026-01-31T04:24:19.083Z | Checking papergrid v0.17.0 |
| 3584 | 2026-01-31T04:24:19.128Z | Checking testing_table v0.3.0 |
| 3585 | 2026-01-31T04:24:19.254Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3586 | 2026-01-31T04:24:19.283Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3587 | 2026-01-31T04:24:19.676Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3588 | 2026-01-31T04:24:19.947Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3589 | 2026-01-31T04:24:20.290Z | Checking libscf-sys v1.1.0 |
| 3590 | 2026-01-31T04:24:20.335Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3591 | 2026-01-31T04:24:20.515Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3592 | 2026-01-31T04:24:20.726Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3593 | 2026-01-31T04:24:20.909Z | Checking corncobs v0.1.4 |
| 3594 | 2026-01-31T04:24:20.913Z | Checking tabled v0.20.0 |
| 3595 | 2026-01-31T04:24:21.046Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3596 | 2026-01-31T04:24:21.076Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3597 | 2026-01-31T04:24:21.166Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3598 | 2026-01-31T04:24:21.200Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3599 | 2026-01-31T04:24:21.227Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3600 | 2026-01-31T04:24:21.558Z | Checking secrecy v0.8.0 |
| 3601 | 2026-01-31T04:24:21.786Z | Checking http-range v0.1.5 |
| 3602 | 2026-01-31T04:24:21.998Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3603 | 2026-01-31T04:24:22.028Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3604 | 2026-01-31T04:24:22.345Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3605 | 2026-01-31T04:24:22.670Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3606 | 2026-01-31T04:24:22.919Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3607 | 2026-01-31T04:24:22.980Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 3608 | 2026-01-31T04:24:23.139Z | Checking atty v0.2.14 |
| 3609 | 2026-01-31T04:24:23.172Z | Checking crc8 v0.1.1 |
| 3610 | 2026-01-31T04:24:23.197Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3611 | 2026-01-31T04:24:23.304Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 3612 | 2026-01-31T04:24:23.335Z | Checking hyper-staticfile v0.10.1 |
| 3613 | 2026-01-31T04:24:23.360Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3614 | 2026-01-31T04:24:23.847Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3615 | 2026-01-31T04:24:24.266Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3616 | 2026-01-31T04:24:24.298Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3617 | 2026-01-31T04:24:24.578Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3618 | 2026-01-31T04:24:24.630Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3619 | 2026-01-31T04:24:24.731Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3620 | 2026-01-31T04:24:24.996Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3621 | 2026-01-31T04:24:25.352Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3622 | 2026-01-31T04:24:25.383Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3623 | 2026-01-31T04:24:25.466Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3624 | 2026-01-31T04:24:25.521Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3625 | 2026-01-31T04:24:26.005Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3626 | 2026-01-31T04:24:26.115Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3627 | 2026-01-31T04:24:28.365Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3628 | 2026-01-31T04:24:28.388Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3629 | 2026-01-31T04:24:28.732Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3630 | 2026-01-31T04:24:29.064Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3631 | 2026-01-31T04:24:29.605Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3632 | 2026-01-31T04:24:30.053Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3633 | 2026-01-31T04:24:38.523Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3634 | 2026-01-31T04:24:54.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.34s |
| 3635 | 2026-01-31T04:24:54.373Z | |
| 3636 | 2026-01-31T04:24:54.373Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (166/248) |
| 3637 | 2026-01-31T04:24:55.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3638 | 2026-01-31T04:24:55.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3639 | 2026-01-31T04:24:55.347Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3640 | 2026-01-31T04:25:11.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.84s |
| 3641 | 2026-01-31T04:25:11.458Z | |
| 3642 | 2026-01-31T04:25:11.459Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (167/248) |
| 3643 | 2026-01-31T04:25:12.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3644 | 2026-01-31T04:25:12.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3645 | 2026-01-31T04:25:12.440Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3646 | 2026-01-31T04:25:28.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.66s |
| 3647 | 2026-01-31T04:25:28.339Z | |
| 3648 | 2026-01-31T04:25:28.339Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (168/248) |
| 3649 | 2026-01-31T04:25:29.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3650 | 2026-01-31T04:25:29.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3651 | 2026-01-31T04:25:29.328Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3652 | 2026-01-31T04:25:45.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.83s |
| 3653 | 2026-01-31T04:25:45.407Z | |
| 3654 | 2026-01-31T04:25:45.407Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (169/248) |
| 3655 | 2026-01-31T04:25:46.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3656 | 2026-01-31T04:25:46.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3657 | 2026-01-31T04:25:46.399Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3658 | 2026-01-31T04:26:02.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.82s |
| 3659 | 2026-01-31T04:26:02.474Z | |
| 3660 | 2026-01-31T04:26:02.474Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (170/248) |
| 3661 | 2026-01-31T04:26:03.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3662 | 2026-01-31T04:26:03.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3663 | 2026-01-31T04:26:03.469Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3664 | 2026-01-31T04:26:19.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s |
| 3665 | 2026-01-31T04:26:19.356Z | |
| 3666 | 2026-01-31T04:26:19.356Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (171/248) |
| 3667 | 2026-01-31T04:26:20.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3668 | 2026-01-31T04:26:20.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3669 | 2026-01-31T04:26:20.359Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3670 | 2026-01-31T04:26:36.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.01s |
| 3671 | 2026-01-31T04:26:36.604Z | |
| 3672 | 2026-01-31T04:26:36.604Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (172/248) |
| 3673 | 2026-01-31T04:26:37.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3674 | 2026-01-31T04:26:37.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3675 | 2026-01-31T04:26:37.592Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3676 | 2026-01-31T04:26:53.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.80s |
| 3677 | 2026-01-31T04:26:53.641Z | |
| 3678 | 2026-01-31T04:26:53.641Z | info: running `cargo check --bins` on bootstrap-agent-api (173/248) |
| 3679 | 2026-01-31T04:26:54.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3680 | 2026-01-31T04:26:54.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3681 | 2026-01-31T04:26:54.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3682 | 2026-01-31T04:26:54.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3683 | 2026-01-31T04:26:54.474Z | |
| 3684 | 2026-01-31T04:26:54.474Z | info: running `cargo check --bins` on range-requests (174/248) |
| 3685 | 2026-01-31T04:26:55.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3686 | 2026-01-31T04:26:55.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3687 | 2026-01-31T04:26:55.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3688 | 2026-01-31T04:26:55.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3689 | 2026-01-31T04:26:55.285Z | |
| 3690 | 2026-01-31T04:26:55.285Z | info: running `cargo check --bins` on repo-depot-api (175/248) |
| 3691 | 2026-01-31T04:26:55.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3692 | 2026-01-31T04:26:56.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3693 | 2026-01-31T04:26:56.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3694 | 2026-01-31T04:26:56.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3695 | 2026-01-31T04:26:56.088Z | |
| 3696 | 2026-01-31T04:26:56.088Z | info: running `cargo check --bins` on sled-agent-api (176/248) |
| 3697 | 2026-01-31T04:26:56.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3698 | 2026-01-31T04:26:56.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3699 | 2026-01-31T04:26:56.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3700 | 2026-01-31T04:26:56.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3701 | 2026-01-31T04:26:56.928Z | |
| 3702 | 2026-01-31T04:26:56.928Z | info: running `cargo check --bins` on sled-diagnostics (177/248) |
| 3703 | 2026-01-31T04:26:57.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3704 | 2026-01-31T04:26:57.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3705 | 2026-01-31T04:26:57.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3706 | 2026-01-31T04:26:57.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3707 | 2026-01-31T04:26:57.752Z | |
| 3708 | 2026-01-31T04:26:57.752Z | info: running `cargo check --bins` on zfs-test-harness (178/248) |
| 3709 | 2026-01-31T04:26:58.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3710 | 2026-01-31T04:26:58.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3711 | 2026-01-31T04:26:58.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3712 | 2026-01-31T04:26:58.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3713 | 2026-01-31T04:26:58.568Z | |
| 3714 | 2026-01-31T04:26:58.568Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (179/248) |
| 3715 | 2026-01-31T04:26:59.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3716 | 2026-01-31T04:26:59.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3717 | 2026-01-31T04:26:59.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3718 | 2026-01-31T04:26:59.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3719 | 2026-01-31T04:26:59.430Z | |
| 3720 | 2026-01-31T04:26:59.430Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (180/248) |
| 3721 | 2026-01-31T04:27:00.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3722 | 2026-01-31T04:27:00.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3723 | 2026-01-31T04:27:00.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3724 | 2026-01-31T04:27:00.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3725 | 2026-01-31T04:27:00.259Z | |
| 3726 | 2026-01-31T04:27:00.259Z | info: running `cargo check --bins` on sled-agent-health-monitor (181/248) |
| 3727 | 2026-01-31T04:27:00.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3728 | 2026-01-31T04:27:00.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3729 | 2026-01-31T04:27:00.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3730 | 2026-01-31T04:27:01.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3731 | 2026-01-31T04:27:01.090Z | |
| 3732 | 2026-01-31T04:27:01.090Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (182/248) |
| 3733 | 2026-01-31T04:27:01.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3734 | 2026-01-31T04:27:01.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3735 | 2026-01-31T04:27:01.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3736 | 2026-01-31T04:27:01.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3737 | 2026-01-31T04:27:01.911Z | |
| 3738 | 2026-01-31T04:27:01.911Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (183/248) |
| 3739 | 2026-01-31T04:27:02.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3740 | 2026-01-31T04:27:02.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3741 | 2026-01-31T04:27:02.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3742 | 2026-01-31T04:27:02.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3743 | 2026-01-31T04:27:02.760Z | |
| 3744 | 2026-01-31T04:27:02.760Z | info: running `cargo check --bins` on sled-agent-resolvable-files (184/248) |
| 3745 | 2026-01-31T04:27:03.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3746 | 2026-01-31T04:27:03.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3747 | 2026-01-31T04:27:03.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3748 | 2026-01-31T04:27:03.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3749 | 2026-01-31T04:27:03.593Z | |
| 3750 | 2026-01-31T04:27:03.593Z | info: running `cargo check --bins` on trust-quorum (185/248) |
| 3751 | 2026-01-31T04:27:04.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3752 | 2026-01-31T04:27:04.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3753 | 2026-01-31T04:27:04.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3754 | 2026-01-31T04:27:04.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3755 | 2026-01-31T04:27:04.423Z | |
| 3756 | 2026-01-31T04:27:04.423Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (186/248) |
| 3757 | 2026-01-31T04:27:05.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3758 | 2026-01-31T04:27:05.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3759 | 2026-01-31T04:27:05.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3760 | 2026-01-31T04:27:05.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3761 | 2026-01-31T04:27:05.274Z | |
| 3762 | 2026-01-31T04:27:05.274Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (187/248) |
| 3763 | 2026-01-31T04:27:06.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3764 | 2026-01-31T04:27:06.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3765 | 2026-01-31T04:27:06.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3766 | 2026-01-31T04:27:06.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3767 | 2026-01-31T04:27:06.164Z | |
| 3768 | 2026-01-31T04:27:06.164Z | info: running `cargo check --bins` on update-common (188/248) |
| 3769 | 2026-01-31T04:27:06.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3770 | 2026-01-31T04:27:06.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3771 | 2026-01-31T04:27:06.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3772 | 2026-01-31T04:27:06.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3773 | 2026-01-31T04:27:06.985Z | |
| 3774 | 2026-01-31T04:27:06.985Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (189/248) |
| 3775 | 2026-01-31T04:27:07.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3776 | 2026-01-31T04:27:07.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3777 | 2026-01-31T04:27:07.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3778 | 2026-01-31T04:27:07.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3779 | 2026-01-31T04:27:07.855Z | |
| 3780 | 2026-01-31T04:27:07.855Z | info: running `cargo check --bins` on reconfigurator-cli (190/248) |
| 3781 | 2026-01-31T04:27:08.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3782 | 2026-01-31T04:27:08.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3783 | 2026-01-31T04:27:08.831Z | Compiling fs-err v2.11.0 |
| 3784 | 2026-01-31T04:27:08.831Z | Checking ignore v0.4.23 |
| 3785 | 2026-01-31T04:27:08.834Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3786 | 2026-01-31T04:27:08.959Z | Checking predicates-tree v1.0.12 |
| 3787 | 2026-01-31T04:27:08.963Z | Checking parse-size v1.1.0 |
| 3788 | 2026-01-31T04:27:09.018Z | Checking rand_seeder v0.4.0 |
| 3789 | 2026-01-31T04:27:09.023Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3790 | 2026-01-31T04:27:09.038Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3791 | 2026-01-31T04:27:09.148Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3792 | 2026-01-31T04:27:09.177Z | Compiling petname v2.0.2 |
| 3793 | 2026-01-31T04:27:09.278Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3794 | 2026-01-31T04:27:09.547Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3795 | 2026-01-31T04:27:09.604Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3796 | 2026-01-31T04:27:09.742Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3797 | 2026-01-31T04:27:09.745Z | Checking globwalk v0.9.1 |
| 3798 | 2026-01-31T04:27:09.879Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3799 | 2026-01-31T04:27:10.081Z | Checking camino-tempfile-ext v0.3.2 |
| 3800 | 2026-01-31T04:27:10.106Z | Checking sapling-renderdag v0.1.0 |
| 3801 | 2026-01-31T04:27:10.204Z | Checking sync-ptr v0.1.4 |
| 3802 | 2026-01-31T04:27:10.431Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3803 | 2026-01-31T04:27:10.477Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3804 | 2026-01-31T04:27:10.629Z | Checking assert_matches v1.5.0 |
| 3805 | 2026-01-31T04:27:11.173Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3806 | 2026-01-31T04:27:11.279Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3807 | 2026-01-31T04:27:11.282Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3808 | 2026-01-31T04:27:12.177Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3809 | 2026-01-31T04:27:14.154Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3810 | 2026-01-31T04:27:17.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.56s |
| 3811 | 2026-01-31T04:27:17.641Z | |
| 3812 | 2026-01-31T04:27:17.641Z | info: running `cargo check --bins` on omicron-repl-utils (191/248) |
| 3813 | 2026-01-31T04:27:18.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3814 | 2026-01-31T04:27:18.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3815 | 2026-01-31T04:27:18.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3816 | 2026-01-31T04:27:18.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3817 | 2026-01-31T04:27:18.423Z | |
| 3818 | 2026-01-31T04:27:18.423Z | info: running `cargo check --bins` on nexus-test-interface (192/248) |
| 3819 | 2026-01-31T04:27:19.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3820 | 2026-01-31T04:27:19.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3821 | 2026-01-31T04:27:19.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3822 | 2026-01-31T04:27:19.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3823 | 2026-01-31T04:27:19.288Z | |
| 3824 | 2026-01-31T04:27:19.288Z | info: running `cargo check --bins` on oximeter-collector (193/248) |
| 3825 | 2026-01-31T04:27:20.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3826 | 2026-01-31T04:27:20.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3827 | 2026-01-31T04:27:20.211Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3828 | 2026-01-31T04:27:20.211Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3829 | 2026-01-31T04:27:21.131Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3830 | 2026-01-31T04:27:23.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 3831 | 2026-01-31T04:27:23.609Z | |
| 3832 | 2026-01-31T04:27:23.609Z | info: running `cargo check --bins` on oximeter-api (194/248) |
| 3833 | 2026-01-31T04:27:24.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3834 | 2026-01-31T04:27:24.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3835 | 2026-01-31T04:27:24.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3836 | 2026-01-31T04:27:24.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3837 | 2026-01-31T04:27:24.409Z | |
| 3838 | 2026-01-31T04:27:24.410Z | info: running `cargo check --bins` on cert-dev (195/248) |
| 3839 | 2026-01-31T04:27:25.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3840 | 2026-01-31T04:27:25.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3841 | 2026-01-31T04:27:25.186Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3842 | 2026-01-31T04:27:25.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3843 | 2026-01-31T04:27:25.703Z | |
| 3844 | 2026-01-31T04:27:25.703Z | info: running `cargo check --bins` on clickana (196/248) |
| 3845 | 2026-01-31T04:27:26.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3846 | 2026-01-31T04:27:26.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3847 | 2026-01-31T04:27:26.534Z | Checking castaway v0.2.3 |
| 3848 | 2026-01-31T04:27:26.534Z | Checking unicode-truncate v1.1.0 |
| 3849 | 2026-01-31T04:27:26.537Z | Checking lru v0.12.5 |
| 3850 | 2026-01-31T04:27:26.537Z | Compiling instability v0.3.2 |
| 3851 | 2026-01-31T04:27:26.537Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3852 | 2026-01-31T04:27:26.537Z | Checking cassowary v0.3.0 |
| 3853 | 2026-01-31T04:27:26.651Z | Compiling indoc v2.0.6 |
| 3854 | 2026-01-31T04:27:26.781Z | Checking compact_str v0.8.0 |
| 3855 | 2026-01-31T04:27:27.389Z | Checking ratatui v0.29.0 |
| 3856 | 2026-01-31T04:27:28.364Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3857 | 2026-01-31T04:27:28.620Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3858 | 2026-01-31T04:27:29.819Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3859 | 2026-01-31T04:27:30.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.05s |
| 3860 | 2026-01-31T04:27:30.967Z | |
| 3861 | 2026-01-31T04:27:30.967Z | info: running `cargo check --bins` on clickhouse-cluster-dev (197/248) |
| 3862 | 2026-01-31T04:27:31.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-01-31T04:27:31.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-01-31T04:27:31.895Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3865 | 2026-01-31T04:27:31.899Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3866 | 2026-01-31T04:27:32.663Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3867 | 2026-01-31T04:27:33.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
| 3868 | 2026-01-31T04:27:33.420Z | |
| 3869 | 2026-01-31T04:27:33.420Z | info: running `cargo check --bins` on ch-dev (198/248) |
| 3870 | 2026-01-31T04:27:34.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3871 | 2026-01-31T04:27:34.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3872 | 2026-01-31T04:27:34.351Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3873 | 2026-01-31T04:27:35.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3874 | 2026-01-31T04:27:35.541Z | |
| 3875 | 2026-01-31T04:27:35.541Z | info: running `cargo check --bins` on dev-tools-common (199/248) |
| 3876 | 2026-01-31T04:27:36.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3877 | 2026-01-31T04:27:36.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3878 | 2026-01-31T04:27:36.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3879 | 2026-01-31T04:27:36.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3880 | 2026-01-31T04:27:36.156Z | |
| 3881 | 2026-01-31T04:27:36.156Z | info: running `cargo check --bins` on crdb-seed (200/248) |
| 3882 | 2026-01-31T04:27:36.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3883 | 2026-01-31T04:27:36.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3884 | 2026-01-31T04:27:37.105Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3885 | 2026-01-31T04:27:37.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 3886 | 2026-01-31T04:27:37.854Z | |
| 3887 | 2026-01-31T04:27:37.854Z | info: running `cargo check --bins` on db-dev (201/248) |
| 3888 | 2026-01-31T04:27:38.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3889 | 2026-01-31T04:27:38.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3890 | 2026-01-31T04:27:38.780Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3891 | 2026-01-31T04:27:39.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 3892 | 2026-01-31T04:27:39.995Z | |
| 3893 | 2026-01-31T04:27:39.995Z | info: running `cargo check --bins` on omicron-dev-lib (202/248) |
| 3894 | 2026-01-31T04:27:40.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3895 | 2026-01-31T04:27:40.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3896 | 2026-01-31T04:27:40.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3897 | 2026-01-31T04:27:40.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 3898 | 2026-01-31T04:27:40.879Z | |
| 3899 | 2026-01-31T04:27:40.879Z | info: running `cargo check --bins` on xtask-downloader (203/248) |
| 3900 | 2026-01-31T04:27:41.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3901 | 2026-01-31T04:27:41.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3902 | 2026-01-31T04:27:41.667Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3903 | 2026-01-31T04:27:42.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 3904 | 2026-01-31T04:27:42.827Z | |
| 3905 | 2026-01-31T04:27:42.827Z | info: running `cargo check --bins` on omicron-dropshot-apis (204/248) |
| 3906 | 2026-01-31T04:27:43.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3907 | 2026-01-31T04:27:43.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3908 | 2026-01-31T04:27:43.772Z | Compiling tabled_derive v0.10.0 |
| 3909 | 2026-01-31T04:27:43.772Z | Checking papergrid v0.14.0 |
| 3910 | 2026-01-31T04:27:43.772Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3911 | 2026-01-31T04:27:43.775Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3912 | 2026-01-31T04:27:43.775Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 3913 | 2026-01-31T04:27:43.775Z | Compiling trait-variant v0.1.2 |
| 3914 | 2026-01-31T04:27:43.775Z | Checking is_ci v1.2.0 |
| 3915 | 2026-01-31T04:27:43.897Z | Checking maplit v1.0.2 |
| 3916 | 2026-01-31T04:27:44.068Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3917 | 2026-01-31T04:27:44.109Z | Checking supports-color v3.0.2 |
| 3918 | 2026-01-31T04:27:44.284Z | Checking drift v0.1.3 |
| 3919 | 2026-01-31T04:27:44.326Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3920 | 2026-01-31T04:27:44.378Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3921 | 2026-01-31T04:27:44.711Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3922 | 2026-01-31T04:27:44.796Z | Checking dropshot-api-manager v0.2.4 |
| 3923 | 2026-01-31T04:27:44.822Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3924 | 2026-01-31T04:27:45.060Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3925 | 2026-01-31T04:27:45.380Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3926 | 2026-01-31T04:27:45.574Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3927 | 2026-01-31T04:27:45.769Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 3928 | 2026-01-31T04:27:46.108Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2) |
| 3929 | 2026-01-31T04:27:46.426Z | Checking tabled v0.18.0 |
| 3930 | 2026-01-31T04:27:46.550Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3931 | 2026-01-31T04:27:54.544Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3932 | 2026-01-31T04:27:56.151Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3933 | 2026-01-31T04:27:57.042Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3934 | 2026-01-31T04:27:57.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
| 3935 | 2026-01-31T04:27:57.835Z | |
| 3936 | 2026-01-31T04:27:57.835Z | info: running `cargo check --bins` on installinator-api (205/248) |
| 3937 | 2026-01-31T04:27:58.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3938 | 2026-01-31T04:27:58.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3939 | 2026-01-31T04:27:58.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3940 | 2026-01-31T04:27:58.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3941 | 2026-01-31T04:27:58.661Z | |
| 3942 | 2026-01-31T04:27:58.661Z | info: running `cargo check --bins` on nexus-external-api (206/248) |
| 3943 | 2026-01-31T04:27:59.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3944 | 2026-01-31T04:27:59.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3945 | 2026-01-31T04:27:59.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3946 | 2026-01-31T04:27:59.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3947 | 2026-01-31T04:27:59.520Z | |
| 3948 | 2026-01-31T04:27:59.520Z | info: running `cargo check --bins` on nexus-internal-api (207/248) |
| 3949 | 2026-01-31T04:28:00.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3950 | 2026-01-31T04:28:00.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3951 | 2026-01-31T04:28:00.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3952 | 2026-01-31T04:28:00.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3953 | 2026-01-31T04:28:00.374Z | |
| 3954 | 2026-01-31T04:28:00.374Z | info: running `cargo check --bins` on nexus-lockstep-api (208/248) |
| 3955 | 2026-01-31T04:28:01.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3956 | 2026-01-31T04:28:01.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3957 | 2026-01-31T04:28:01.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3958 | 2026-01-31T04:28:01.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3959 | 2026-01-31T04:28:01.231Z | |
| 3960 | 2026-01-31T04:28:01.231Z | info: running `cargo check --bins` on ntp-admin-api (209/248) |
| 3961 | 2026-01-31T04:28:01.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3962 | 2026-01-31T04:28:02.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3963 | 2026-01-31T04:28:02.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3964 | 2026-01-31T04:28:02.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 3965 | 2026-01-31T04:28:02.098Z | |
| 3966 | 2026-01-31T04:28:02.099Z | info: running `cargo check --bins` on ntp-admin-types-versions (210/248) |
| 3967 | 2026-01-31T04:28:02.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3968 | 2026-01-31T04:28:02.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3969 | 2026-01-31T04:28:02.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3970 | 2026-01-31T04:28:02.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3971 | 2026-01-31T04:28:02.918Z | |
| 3972 | 2026-01-31T04:28:02.918Z | info: running `cargo check --bins` on wicketd-api (211/248) |
| 3973 | 2026-01-31T04:28:03.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-01-31T04:28:03.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-01-31T04:28:03.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-01-31T04:28:03.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3977 | 2026-01-31T04:28:03.751Z | |
| 3978 | 2026-01-31T04:28:03.751Z | info: running `cargo check --bins` on omicron-ls-apis (212/248) |
| 3979 | 2026-01-31T04:28:04.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-01-31T04:28:04.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-01-31T04:28:04.533Z | Checking typeid v1.0.3 |
| 3982 | 2026-01-31T04:28:04.648Z | Checking ordered-float v2.10.1 |
| 3983 | 2026-01-31T04:28:04.662Z | Checking unicode-xid v0.2.6 |
| 3984 | 2026-01-31T04:28:04.675Z | Checking cargo-platform v0.2.0 |
| 3985 | 2026-01-31T04:28:04.739Z | Checking erased-serde v0.4.6 |
| 3986 | 2026-01-31T04:28:05.008Z | Checking serde-value v0.7.0 |
| 3987 | 2026-01-31T04:28:05.316Z | Checking serde-untagged v0.1.7 |
| 3988 | 2026-01-31T04:28:05.549Z | Checking cargo-util-schemas v0.8.2 |
| 3989 | 2026-01-31T04:28:06.766Z | Checking cargo_metadata v0.21.0 |
| 3990 | 2026-01-31T04:28:07.814Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3991 | 2026-01-31T04:28:08.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
| 3992 | 2026-01-31T04:28:09.011Z | |
| 3993 | 2026-01-31T04:28:09.011Z | info: running `cargo check --bins` on mgs-dev (213/248) |
| 3994 | 2026-01-31T04:28:09.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3995 | 2026-01-31T04:28:09.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3996 | 2026-01-31T04:28:09.948Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3997 | 2026-01-31T04:28:10.749Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3998 | 2026-01-31T04:28:11.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
| 3999 | 2026-01-31T04:28:11.640Z | |
| 4000 | 2026-01-31T04:28:11.641Z | info: running `cargo check --bins` on omicron-omdb (214/248) |
| 4001 | 2026-01-31T04:28:12.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4002 | 2026-01-31T04:28:12.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4003 | 2026-01-31T04:28:12.776Z | Compiling vergen-gitcl v1.0.8 |
| 4004 | 2026-01-31T04:28:12.777Z | Compiling dirs-sys-next v0.1.2 |
| 4005 | 2026-01-31T04:28:12.777Z | Compiling crunchy v0.2.2 |
| 4006 | 2026-01-31T04:28:12.780Z | Compiling dsl_auto_type v0.1.2 |
| 4007 | 2026-01-31T04:28:12.780Z | Checking scheduled-thread-pool v0.2.7 |
| 4008 | 2026-01-31T04:28:12.780Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 4009 | 2026-01-31T04:28:12.780Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4010 | 2026-01-31T04:28:12.780Z | Compiling tiny-keccak v2.0.2 |
| 4011 | 2026-01-31T04:28:13.150Z | Compiling dirs-next v2.0.0 |
| 4012 | 2026-01-31T04:28:13.341Z | Compiling term v0.7.0 |
| 4013 | 2026-01-31T04:28:13.361Z | Checking r2d2 v0.8.10 |
| 4014 | 2026-01-31T04:28:13.364Z | Compiling bit-vec v0.6.3 |
| 4015 | 2026-01-31T04:28:13.397Z | Compiling ena v0.14.3 |
| 4016 | 2026-01-31T04:28:13.671Z | Compiling regex-syntax v0.6.29 |
| 4017 | 2026-01-31T04:28:13.795Z | Compiling bit-set v0.5.3 |
| 4018 | 2026-01-31T04:28:13.825Z | Compiling diff v0.1.13 |
| 4019 | 2026-01-31T04:28:14.078Z | Compiling ascii-canvas v3.0.0 |
| 4020 | 2026-01-31T04:28:14.290Z | Compiling diesel_derives v2.2.3 |
| 4021 | 2026-01-31T04:28:14.365Z | Compiling bindgen v0.71.1 |
| 4022 | 2026-01-31T04:28:14.511Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4023 | 2026-01-31T04:28:14.534Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4024 | 2026-01-31T04:28:14.564Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4025 | 2026-01-31T04:28:14.587Z | Compiling libxml v0.3.3 |
| 4026 | 2026-01-31T04:28:14.786Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4027 | 2026-01-31T04:28:14.881Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4028 | 2026-01-31T04:28:15.039Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4029 | 2026-01-31T04:28:15.357Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4030 | 2026-01-31T04:28:15.397Z | Compiling strum_macros v0.24.3 |
| 4031 | 2026-01-31T04:28:15.663Z | Compiling indoc v1.0.9 |
| 4032 | 2026-01-31T04:28:16.629Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4033 | 2026-01-31T04:28:16.980Z | Compiling lalrpop v0.19.12 |
| 4034 | 2026-01-31T04:28:17.519Z | Checking derive_builder v0.20.2 |
| 4035 | 2026-01-31T04:28:17.700Z | Compiling oso-derive v0.27.3 |
| 4036 | 2026-01-31T04:28:17.886Z | Compiling impl-trait-for-tuples v0.2.2 |
| 4037 | 2026-01-31T04:28:18.573Z | Checking quick-xml v0.37.2 |
| 4038 | 2026-01-31T04:28:18.688Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4039 | 2026-01-31T04:28:18.782Z | Compiling diesel-dtrace v0.4.2 |
| 4040 | 2026-01-31T04:28:19.237Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4041 | 2026-01-31T04:28:19.604Z | Checking bb8 v0.8.5 |
| 4042 | 2026-01-31T04:28:20.119Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4043 | 2026-01-31T04:28:20.206Z | Checking nonempty v0.12.0 |
| 4044 | 2026-01-31T04:28:20.492Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4045 | 2026-01-31T04:28:20.513Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4046 | 2026-01-31T04:28:20.615Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4047 | 2026-01-31T04:28:20.897Z | Checking console v0.16.0 |
| 4048 | 2026-01-31T04:28:20.922Z | Checking unit-prefix v0.5.1 |
| 4049 | 2026-01-31T04:28:21.185Z | Checking support-bundle-viewer v0.1.2 |
| 4050 | 2026-01-31T04:28:21.540Z | Checking indicatif v0.18.0 |
| 4051 | 2026-01-31T04:28:21.604Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4052 | 2026-01-31T04:28:21.710Z | Checking multimap v0.10.1 |
| 4053 | 2026-01-31T04:28:24.136Z | Checking diesel v2.2.12 |
| 4054 | 2026-01-31T04:28:44.157Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4055 | 2026-01-31T04:28:45.859Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4056 | 2026-01-31T04:28:46.275Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4057 | 2026-01-31T04:28:46.354Z | Compiling samael v0.0.19 |
| 4058 | 2026-01-31T04:28:47.447Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4059 | 2026-01-31T04:28:47.685Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4060 | 2026-01-31T04:28:47.688Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4061 | 2026-01-31T04:28:49.488Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4062 | 2026-01-31T04:28:50.746Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4063 | 2026-01-31T04:28:55.262Z | Checking async-bb8-diesel v0.2.1 |
| 4064 | 2026-01-31T04:28:56.009Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4065 | 2026-01-31T04:29:03.612Z | Compiling polar-core v0.27.3 |
| 4066 | 2026-01-31T04:29:10.804Z | Checking oso v0.27.3 |
| 4067 | 2026-01-31T04:29:58.347Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4068 | 2026-01-31T04:30:50.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
| 4069 | 2026-01-31T04:30:50.278Z | |
| 4070 | 2026-01-31T04:30:50.278Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (215/248) |
| 4071 | 2026-01-31T04:30:51.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-01-31T04:30:51.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-01-31T04:30:51.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4074 | 2026-01-31T04:30:51.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4075 | 2026-01-31T04:30:51.158Z | |
| 4076 | 2026-01-31T04:30:51.158Z | info: running `cargo check --bins` on nexus-saga-recovery (216/248) |
| 4077 | 2026-01-31T04:30:51.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4078 | 2026-01-31T04:30:51.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4079 | 2026-01-31T04:30:51.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4080 | 2026-01-31T04:30:51.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
| 4081 | 2026-01-31T04:30:52.041Z | |
| 4082 | 2026-01-31T04:30:52.041Z | info: running `cargo check --bins` on nexus-test-utils-macros (217/248) |
| 4083 | 2026-01-31T04:30:52.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4084 | 2026-01-31T04:30:52.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4085 | 2026-01-31T04:30:52.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4086 | 2026-01-31T04:30:52.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 4087 | 2026-01-31T04:30:52.829Z | |
| 4088 | 2026-01-31T04:30:52.829Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (218/248) |
| 4089 | 2026-01-31T04:30:53.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4090 | 2026-01-31T04:30:53.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4091 | 2026-01-31T04:30:53.955Z | Compiling libz-sys v1.1.20 |
| 4092 | 2026-01-31T04:30:53.960Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 4093 | 2026-01-31T04:30:54.104Z | Compiling vergen-git2 v1.0.7 |
| 4094 | 2026-01-31T04:30:54.116Z | Compiling rustls v0.21.12 |
| 4095 | 2026-01-31T04:30:54.119Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4096 | 2026-01-31T04:30:54.130Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4097 | 2026-01-31T04:30:54.134Z | Checking rustls-webpki v0.101.7 |
| 4098 | 2026-01-31T04:30:54.134Z | Checking sct v0.7.1 |
| 4099 | 2026-01-31T04:30:54.452Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4100 | 2026-01-31T04:30:54.471Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4101 | 2026-01-31T04:30:54.491Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4102 | 2026-01-31T04:30:54.550Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4103 | 2026-01-31T04:30:54.887Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4104 | 2026-01-31T04:30:54.904Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4105 | 2026-01-31T04:30:54.967Z | Checking rustls-pemfile v1.0.4 |
| 4106 | 2026-01-31T04:30:54.970Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4107 | 2026-01-31T04:30:55.171Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4108 | 2026-01-31T04:30:55.500Z | Checking twox-hash v2.1.0 |
| 4109 | 2026-01-31T04:30:55.973Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4110 | 2026-01-31T04:30:56.024Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 4111 | 2026-01-31T04:30:56.882Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4112 | 2026-01-31T04:30:56.951Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4113 | 2026-01-31T04:30:57.177Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4114 | 2026-01-31T04:30:57.701Z | Checking tokio-rustls v0.24.1 |
| 4115 | 2026-01-31T04:30:58.094Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4116 | 2026-01-31T04:30:58.157Z | Checking fatfs v0.3.6 |
| 4117 | 2026-01-31T04:30:58.323Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4118 | 2026-01-31T04:30:58.428Z | Compiling seq-macro v0.3.6 |
| 4119 | 2026-01-31T04:31:05.740Z | Compiling git2 v0.20.2 |
| 4120 | 2026-01-31T04:31:07.236Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4121 | 2026-01-31T04:31:07.394Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 4122 | 2026-01-31T04:31:09.909Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4123 | 2026-01-31T04:32:21.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 4124 | 2026-01-31T04:32:22.199Z | |
| 4125 | 2026-01-31T04:32:22.199Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (219/248) |
| 4126 | 2026-01-31T04:32:23.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4127 | 2026-01-31T04:32:23.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4128 | 2026-01-31T04:32:23.304Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4129 | 2026-01-31T04:33:23.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
| 4130 | 2026-01-31T04:33:24.221Z | |
| 4131 | 2026-01-31T04:33:24.221Z | info: running `cargo check --bins` on nexus-background-task-interface (220/248) |
| 4132 | 2026-01-31T04:33:24.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4133 | 2026-01-31T04:33:24.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4134 | 2026-01-31T04:33:24.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4135 | 2026-01-31T04:33:24.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4136 | 2026-01-31T04:33:25.014Z | |
| 4137 | 2026-01-31T04:33:25.014Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (221/248) |
| 4138 | 2026-01-31T04:33:25.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4139 | 2026-01-31T04:33:25.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4140 | 2026-01-31T04:33:25.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4141 | 2026-01-31T04:33:25.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4142 | 2026-01-31T04:33:25.887Z | |
| 4143 | 2026-01-31T04:33:25.887Z | info: running `cargo check --bins` on nexus-mgs-updates (222/248) |
| 4144 | 2026-01-31T04:33:26.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-01-31T04:33:26.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-01-31T04:33:26.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4147 | 2026-01-31T04:33:26.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 4148 | 2026-01-31T04:33:26.746Z | |
| 4149 | 2026-01-31T04:33:26.746Z | info: running `cargo check --bins` on nexus-networking (223/248) |
| 4150 | 2026-01-31T04:33:27.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4151 | 2026-01-31T04:33:27.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4152 | 2026-01-31T04:33:27.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4153 | 2026-01-31T04:33:27.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 4154 | 2026-01-31T04:33:27.639Z | |
| 4155 | 2026-01-31T04:33:27.639Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (224/248) |
| 4156 | 2026-01-31T04:33:28.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4157 | 2026-01-31T04:33:28.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4158 | 2026-01-31T04:33:28.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4159 | 2026-01-31T04:33:28.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4160 | 2026-01-31T04:33:28.514Z | |
| 4161 | 2026-01-31T04:33:28.514Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (225/248) |
| 4162 | 2026-01-31T04:33:29.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4163 | 2026-01-31T04:33:29.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4164 | 2026-01-31T04:33:29.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4165 | 2026-01-31T04:33:29.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 4166 | 2026-01-31T04:33:29.397Z | |
| 4167 | 2026-01-31T04:33:29.397Z | info: running `cargo check --bins` on omicron-dev (226/248) |
| 4168 | 2026-01-31T04:33:30.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4169 | 2026-01-31T04:33:30.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4170 | 2026-01-31T04:33:30.560Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4171 | 2026-01-31T04:33:30.560Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4172 | 2026-01-31T04:33:30.721Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4173 | 2026-01-31T04:33:30.736Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4174 | 2026-01-31T04:33:30.739Z | Checking diff v0.1.13 |
| 4175 | 2026-01-31T04:33:30.739Z | Checking yansi v1.0.1 |
| 4176 | 2026-01-31T04:33:30.739Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4177 | 2026-01-31T04:33:30.739Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4178 | 2026-01-31T04:33:30.976Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4179 | 2026-01-31T04:33:31.262Z | Checking pretty_assertions v1.4.1 |
| 4180 | 2026-01-31T04:33:32.283Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4181 | 2026-01-31T04:34:08.348Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4182 | 2026-01-31T04:34:08.352Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4183 | 2026-01-31T04:34:08.352Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4184 | 2026-01-31T04:34:08.352Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4185 | 2026-01-31T04:34:08.352Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4186 | 2026-01-31T04:34:08.352Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4187 | 2026-01-31T04:34:09.537Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4188 | 2026-01-31T04:34:11.042Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4189 | 2026-01-31T04:35:12.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 42s |
| 4190 | 2026-01-31T04:35:12.418Z | |
| 4191 | 2026-01-31T04:35:12.418Z | info: running `cargo check --bins` on omicron-pins (227/248) |
| 4192 | 2026-01-31T04:35:13.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4193 | 2026-01-31T04:35:13.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4194 | 2026-01-31T04:35:13.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4195 | 2026-01-31T04:35:13.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4196 | 2026-01-31T04:35:13.206Z | |
| 4197 | 2026-01-31T04:35:13.206Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (228/248) |
| 4198 | 2026-01-31T04:35:13.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4199 | 2026-01-31T04:35:13.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4200 | 2026-01-31T04:35:14.183Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4201 | 2026-01-31T04:35:14.312Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4202 | 2026-01-31T04:35:14.315Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4203 | 2026-01-31T04:35:43.667Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4204 | 2026-01-31T04:35:44.173Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4205 | 2026-01-31T04:35:46.926Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4206 | 2026-01-31T04:35:47.499Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4207 | 2026-01-31T04:35:52.222Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4208 | 2026-01-31T04:36:27.692Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4209 | 2026-01-31T04:36:28.554Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4210 | 2026-01-31T04:36:30.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 4211 | 2026-01-31T04:36:31.081Z | |
| 4212 | 2026-01-31T04:36:31.081Z | info: running `cargo check --bins` on reconfigurator-sp-updater (229/248) |
| 4213 | 2026-01-31T04:36:31.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4214 | 2026-01-31T04:36:31.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4215 | 2026-01-31T04:36:31.995Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4216 | 2026-01-31T04:36:32.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 4217 | 2026-01-31T04:36:33.148Z | |
| 4218 | 2026-01-31T04:36:33.148Z | info: running `cargo check --bins` on omicron-releng (230/248) |
| 4219 | 2026-01-31T04:36:33.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4220 | 2026-01-31T04:36:33.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4221 | 2026-01-31T04:36:33.987Z | Compiling blake3 v1.5.4 |
| 4222 | 2026-01-31T04:36:33.991Z | Checking constant_time_eq v0.3.1 |
| 4223 | 2026-01-31T04:36:33.991Z | Checking arrayref v0.3.9 |
| 4224 | 2026-01-31T04:36:34.107Z | Checking arrayvec v0.7.6 |
| 4225 | 2026-01-31T04:36:34.130Z | Checking topological-sort v0.2.2 |
| 4226 | 2026-01-31T04:36:34.133Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4227 | 2026-01-31T04:36:34.133Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4228 | 2026-01-31T04:36:34.145Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4229 | 2026-01-31T04:36:34.209Z | Checking shell-words v1.1.0 |
| 4230 | 2026-01-31T04:36:35.387Z | Checking omicron-zone-package v0.12.2 |
| 4231 | 2026-01-31T04:36:36.623Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4232 | 2026-01-31T04:36:37.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
| 4233 | 2026-01-31T04:36:38.080Z | |
| 4234 | 2026-01-31T04:36:38.080Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (231/248) |
| 4235 | 2026-01-31T04:36:38.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-01-31T04:36:38.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-01-31T04:36:38.912Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4238 | 2026-01-31T04:36:39.314Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4239 | 2026-01-31T04:36:39.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 4240 | 2026-01-31T04:36:40.080Z | |
| 4241 | 2026-01-31T04:36:40.080Z | info: running `cargo check --bins` on xtask (232/248) |
| 4242 | 2026-01-31T04:36:40.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4243 | 2026-01-31T04:36:40.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4244 | 2026-01-31T04:36:40.698Z | Checking bitflags v2.9.4 |
| 4245 | 2026-01-31T04:36:40.701Z | Checking serde v1.0.228 |
| 4246 | 2026-01-31T04:36:40.701Z | Checking zerofrom v0.1.4 |
| 4247 | 2026-01-31T04:36:40.810Z | Checking thiserror v2.0.18 |
| 4248 | 2026-01-31T04:36:40.820Z | Checking hashbrown v0.16.1 |
| 4249 | 2026-01-31T04:36:40.823Z | Checking smallvec v1.15.1 |
| 4250 | 2026-01-31T04:36:40.840Z | Checking serde_json v1.0.149 |
| 4251 | 2026-01-31T04:36:40.843Z | Checking scroll v0.12.0 |
| 4252 | 2026-01-31T04:36:40.953Z | Checking num-traits v0.2.19 |
| 4253 | 2026-01-31T04:36:40.993Z | Checking yoke v0.7.4 |
| 4254 | 2026-01-31T04:36:41.037Z | Checking rustix v0.38.37 |
| 4255 | 2026-01-31T04:36:41.181Z | Checking thiserror v1.0.69 |
| 4256 | 2026-01-31T04:36:41.314Z | Checking percent-encoding v2.3.2 |
| 4257 | 2026-01-31T04:36:41.351Z | Checking zerovec v0.10.4 |
| 4258 | 2026-01-31T04:36:41.354Z | Checking log v0.4.29 |
| 4259 | 2026-01-31T04:36:41.563Z | Checking pest v2.8.2 |
| 4260 | 2026-01-31T04:36:41.662Z | Checking goblin v0.8.2 |
| 4261 | 2026-01-31T04:36:41.773Z | Checking serde_spanned v0.6.9 |
| 4262 | 2026-01-31T04:36:41.818Z | Checking indexmap v2.13.0 |
| 4263 | 2026-01-31T04:36:41.993Z | Checking toml_datetime v0.6.11 |
| 4264 | 2026-01-31T04:36:42.016Z | Checking terminal_size v0.4.0 |
| 4265 | 2026-01-31T04:36:42.209Z | Checking erased-serde v0.4.6 |
| 4266 | 2026-01-31T04:36:42.335Z | Checking zerocopy v0.7.35 |
| 4267 | 2026-01-31T04:36:42.358Z | Checking form_urlencoded v1.2.2 |
| 4268 | 2026-01-31T04:36:42.419Z | Checking ordered-float v2.10.1 |
| 4269 | 2026-01-31T04:36:42.592Z | Checking getrandom v0.3.4 |
| 4270 | 2026-01-31T04:36:42.809Z | Checking syn v2.0.114 |
| 4271 | 2026-01-31T04:36:42.930Z | Checking serde-value v0.7.0 |
| 4272 | 2026-01-31T04:36:42.933Z | Checking tinystr v0.7.6 |
| 4273 | 2026-01-31T04:36:43.089Z | Checking icu_collections v1.5.0 |
| 4274 | 2026-01-31T04:36:43.111Z | Checking toml_edit v0.22.27 |
| 4275 | 2026-01-31T04:36:43.300Z | Checking icu_locid v1.5.0 |
| 4276 | 2026-01-31T04:36:43.359Z | Checking serde-untagged v0.1.7 |
| 4277 | 2026-01-31T04:36:43.612Z | Checking rustix v1.1.3 |
| 4278 | 2026-01-31T04:36:43.755Z | Checking once_cell v1.21.3 |
| 4279 | 2026-01-31T04:36:43.759Z | Checking clap_builder v4.5.48 |
| 4280 | 2026-01-31T04:36:44.087Z | Checking dtrace-parser v0.2.0 |
| 4281 | 2026-01-31T04:36:44.114Z | Checking cargo-platform v0.2.0 |
| 4282 | 2026-01-31T04:36:44.293Z | Checking icu_provider v1.5.0 |
| 4283 | 2026-01-31T04:36:44.462Z | Checking textwrap v0.16.2 |
| 4284 | 2026-01-31T04:36:44.635Z | Checking fs-err v3.1.1 |
| 4285 | 2026-01-31T04:36:44.887Z | Checking anyhow v1.0.99 |
| 4286 | 2026-01-31T04:36:44.946Z | Checking icu_locid_transform v1.5.0 |
| 4287 | 2026-01-31T04:36:44.984Z | Checking tabled v0.15.0 |
| 4288 | 2026-01-31T04:36:45.105Z | Checking tempfile v3.24.0 |
| 4289 | 2026-01-31T04:36:45.259Z | Checking macaddr v1.0.1 |
| 4290 | 2026-01-31T04:36:45.469Z | Checking camino-tempfile v1.4.1 |
| 4291 | 2026-01-31T04:36:45.621Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4292 | 2026-01-31T04:36:45.640Z | Checking toml v0.8.23 |
| 4293 | 2026-01-31T04:36:45.954Z | Checking icu_properties v1.5.1 |
| 4294 | 2026-01-31T04:36:46.298Z | Checking dof v0.3.0 |
| 4295 | 2026-01-31T04:36:46.373Z | Checking cargo_toml v0.21.0 |
| 4296 | 2026-01-31T04:36:46.738Z | Checking clap v4.5.48 |
| 4297 | 2026-01-31T04:36:47.210Z | Checking usdt-impl v0.5.0 |
| 4298 | 2026-01-31T04:36:47.591Z | Checking usdt v0.5.0 |
| 4299 | 2026-01-31T04:36:48.260Z | Checking icu_normalizer v1.5.0 |
| 4300 | 2026-01-31T04:36:48.744Z | Checking idna_adapter v1.2.0 |
| 4301 | 2026-01-31T04:36:48.878Z | Checking idna v1.0.3 |
| 4302 | 2026-01-31T04:36:49.193Z | Checking url v2.5.4 |
| 4303 | 2026-01-31T04:36:49.699Z | Checking cargo-util-schemas v0.8.2 |
| 4304 | 2026-01-31T04:36:50.937Z | Checking cargo_metadata v0.21.0 |
| 4305 | 2026-01-31T04:36:51.983Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4306 | 2026-01-31T04:36:52.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.56s |
| 4307 | 2026-01-31T04:36:52.803Z | |
| 4308 | 2026-01-31T04:36:52.803Z | info: running `cargo check --bins` on end-to-end-tests (233/248) |
| 4309 | 2026-01-31T04:36:53.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4310 | 2026-01-31T04:36:53.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4311 | 2026-01-31T04:36:53.821Z | Checking polyval v0.6.2 |
| 4312 | 2026-01-31T04:36:53.948Z | Checking ctr v0.9.2 |
| 4313 | 2026-01-31T04:36:53.962Z | Checking ssh-encoding v0.2.0 |
| 4314 | 2026-01-31T04:36:53.962Z | Checking blowfish v0.9.1 |
| 4315 | 2026-01-31T04:36:53.985Z | Checking password-hash v0.4.2 |
| 4316 | 2026-01-31T04:36:54.005Z | Checking p256 v0.13.2 |
| 4317 | 2026-01-31T04:36:54.005Z | Checking p521 v0.13.3 |
| 4318 | 2026-01-31T04:36:54.008Z | Checking russh-cryptovec v0.7.3 |
| 4319 | 2026-01-31T04:36:54.177Z | Checking ghash v0.5.1 |
| 4320 | 2026-01-31T04:36:54.210Z | Checking bcrypt-pbkdf v0.10.0 |
| 4321 | 2026-01-31T04:36:54.231Z | Checking md5 v0.7.0 |
| 4322 | 2026-01-31T04:36:54.262Z | Checking num-bigint v0.4.6 |
| 4323 | 2026-01-31T04:36:54.284Z | Checking des v0.8.1 |
| 4324 | 2026-01-31T04:36:54.350Z | Checking aes-gcm v0.10.3 |
| 4325 | 2026-01-31T04:36:54.437Z | Checking pbkdf2 v0.11.0 |
| 4326 | 2026-01-31T04:36:54.482Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4327 | 2026-01-31T04:36:54.512Z | Checking hex-literal v0.4.1 |
| 4328 | 2026-01-31T04:36:54.568Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4329 | 2026-01-31T04:36:54.589Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4330 | 2026-01-31T04:36:54.592Z | Checking ssh-cipher v0.2.0 |
| 4331 | 2026-01-31T04:36:54.669Z | Checking internet-checksum v0.2.1 |
| 4332 | 2026-01-31T04:36:54.889Z | Checking ssh-key v0.6.6 |
| 4333 | 2026-01-31T04:36:55.150Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4334 | 2026-01-31T04:36:55.988Z | Checking russh-keys v0.45.0 |
| 4335 | 2026-01-31T04:36:56.850Z | Checking russh v0.45.0 |
| 4336 | 2026-01-31T04:37:21.947Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4337 | 2026-01-31T04:37:23.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.79s |
| 4338 | 2026-01-31T04:37:23.820Z | |
| 4339 | 2026-01-31T04:37:23.820Z | info: running `cargo check --bins` on gateway-cli (234/248) |
| 4340 | 2026-01-31T04:37:24.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4341 | 2026-01-31T04:37:24.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4342 | 2026-01-31T04:37:24.663Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4343 | 2026-01-31T04:37:24.667Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4344 | 2026-01-31T04:37:24.667Z | Checking termios v0.3.3 |
| 4345 | 2026-01-31T04:37:26.850Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4346 | 2026-01-31T04:37:27.038Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4347 | 2026-01-31T04:37:30.006Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4348 | 2026-01-31T04:37:30.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s |
| 4349 | 2026-01-31T04:37:31.053Z | |
| 4350 | 2026-01-31T04:37:31.053Z | info: running `cargo check --bins --no-default-features` on installinator (235/248) |
| 4351 | 2026-01-31T04:37:31.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4352 | 2026-01-31T04:37:31.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4353 | 2026-01-31T04:37:31.959Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4354 | 2026-01-31T04:37:31.963Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4355 | 2026-01-31T04:37:32.084Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4356 | 2026-01-31T04:37:32.087Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4357 | 2026-01-31T04:37:32.088Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4358 | 2026-01-31T04:37:32.677Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4359 | 2026-01-31T04:37:32.680Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4360 | 2026-01-31T04:37:33.738Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4361 | 2026-01-31T04:37:33.991Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4362 | 2026-01-31T04:37:33.994Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4363 | 2026-01-31T04:37:35.003Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4364 | 2026-01-31T04:37:37.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 4365 | 2026-01-31T04:37:37.604Z | |
| 4366 | 2026-01-31T04:37:37.604Z | info: running `cargo check --bins` on internal-dns-cli (236/248) |
| 4367 | 2026-01-31T04:37:38.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-01-31T04:37:38.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-01-31T04:37:38.429Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4370 | 2026-01-31T04:37:39.064Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4371 | 2026-01-31T04:37:39.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
| 4372 | 2026-01-31T04:37:39.717Z | |
| 4373 | 2026-01-31T04:37:39.717Z | info: running `cargo check --bins` on omicron-live-tests (237/248) |
| 4374 | 2026-01-31T04:37:40.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4375 | 2026-01-31T04:37:40.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4376 | 2026-01-31T04:37:40.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4377 | 2026-01-31T04:37:40.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4378 | 2026-01-31T04:37:40.512Z | |
| 4379 | 2026-01-31T04:37:40.512Z | info: running `cargo check --bins` on live-tests-macros (238/248) |
| 4380 | 2026-01-31T04:37:41.214Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4381 | 2026-01-31T04:37:41.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4382 | 2026-01-31T04:37:41.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4383 | 2026-01-31T04:37:41.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4384 | 2026-01-31T04:37:41.308Z | |
| 4385 | 2026-01-31T04:37:41.308Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (239/248) |
| 4386 | 2026-01-31T04:37:42.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4387 | 2026-01-31T04:37:42.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4388 | 2026-01-31T04:37:42.268Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4389 | 2026-01-31T04:37:43.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4390 | 2026-01-31T04:37:43.255Z | |
| 4391 | 2026-01-31T04:37:43.255Z | info: running `cargo check --bins` on omicron-ntp-admin (240/248) |
| 4392 | 2026-01-31T04:37:43.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4393 | 2026-01-31T04:37:43.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4394 | 2026-01-31T04:37:44.090Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4395 | 2026-01-31T04:37:44.093Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4396 | 2026-01-31T04:37:44.400Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4397 | 2026-01-31T04:37:44.403Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4398 | 2026-01-31T04:37:45.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
| 4399 | 2026-01-31T04:37:45.701Z | |
| 4400 | 2026-01-31T04:37:45.701Z | info: running `cargo check --bins` on ntp-admin-types (241/248) |
| 4401 | 2026-01-31T04:37:46.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4402 | 2026-01-31T04:37:46.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4403 | 2026-01-31T04:37:46.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4404 | 2026-01-31T04:37:46.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 4405 | 2026-01-31T04:37:46.500Z | |
| 4406 | 2026-01-31T04:37:46.500Z | info: running `cargo check --bins` on omicron-package (242/248) |
| 4407 | 2026-01-31T04:37:47.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4408 | 2026-01-31T04:37:47.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4409 | 2026-01-31T04:37:47.349Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4410 | 2026-01-31T04:37:48.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
| 4411 | 2026-01-31T04:37:49.089Z | |
| 4412 | 2026-01-31T04:37:49.089Z | info: running `cargo check --bins` on tqdb (243/248) |
| 4413 | 2026-01-31T04:37:49.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4414 | 2026-01-31T04:37:49.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4415 | 2026-01-31T04:37:50.086Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4416 | 2026-01-31T04:37:50.540Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4417 | 2026-01-31T04:37:51.558Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4418 | 2026-01-31T04:37:51.561Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4419 | 2026-01-31T04:37:57.902Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4420 | 2026-01-31T04:37:59.099Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4421 | 2026-01-31T04:37:59.102Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4422 | 2026-01-31T04:37:59.102Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4423 | 2026-01-31T04:38:00.446Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4424 | 2026-01-31T04:38:00.448Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4425 | 2026-01-31T04:38:18.830Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4426 | 2026-01-31T04:38:18.835Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4427 | 2026-01-31T04:38:18.835Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4428 | 2026-01-31T04:38:18.835Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4429 | 2026-01-31T04:38:21.051Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4430 | 2026-01-31T04:38:23.026Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4431 | 2026-01-31T04:38:23.986Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4432 | 2026-01-31T04:38:25.916Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4433 | 2026-01-31T04:38:26.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.57s |
| 4434 | 2026-01-31T04:38:26.889Z | |
| 4435 | 2026-01-31T04:38:26.889Z | info: running `cargo check --bins` on wicket-dbg (244/248) |
| 4436 | 2026-01-31T04:38:27.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4437 | 2026-01-31T04:38:27.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4438 | 2026-01-31T04:38:27.803Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4439 | 2026-01-31T04:38:27.807Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4440 | 2026-01-31T04:38:27.927Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4441 | 2026-01-31T04:38:27.930Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4442 | 2026-01-31T04:38:27.930Z | Checking rtoolbox v0.0.2 |
| 4443 | 2026-01-31T04:38:27.934Z | Checking tui-tree-widget v0.23.1 |
| 4444 | 2026-01-31T04:38:28.198Z | Checking rpassword v7.4.0 |
| 4445 | 2026-01-31T04:38:28.339Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4446 | 2026-01-31T04:38:29.761Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4447 | 2026-01-31T04:38:36.198Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4448 | 2026-01-31T04:38:37.395Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4449 | 2026-01-31T04:38:42.410Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4450 | 2026-01-31T04:38:45.411Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4451 | 2026-01-31T04:38:46.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.81s |
| 4452 | 2026-01-31T04:38:46.914Z | |
| 4453 | 2026-01-31T04:38:46.914Z | info: running `cargo check --bins` on wicket (245/248) |
| 4454 | 2026-01-31T04:38:47.664Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4455 | 2026-01-31T04:38:47.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4456 | 2026-01-31T04:38:47.788Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4457 | 2026-01-31T04:38:48.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4458 | 2026-01-31T04:38:48.486Z | |
| 4459 | 2026-01-31T04:38:48.486Z | info: running `cargo check --bins` on wicketd (246/248) |
| 4460 | 2026-01-31T04:38:49.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4461 | 2026-01-31T04:38:49.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4462 | 2026-01-31T04:38:49.426Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4463 | 2026-01-31T04:38:49.430Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4464 | 2026-01-31T04:38:49.430Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4465 | 2026-01-31T04:38:51.301Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4466 | 2026-01-31T04:38:52.183Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4467 | 2026-01-31T04:38:56.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.23s |
| 4468 | 2026-01-31T04:38:56.944Z | |
| 4469 | 2026-01-31T04:38:56.944Z | info: running `cargo check --bins` on omicron-workspace-hack (247/248) |
| 4470 | 2026-01-31T04:38:57.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4471 | 2026-01-31T04:38:57.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4472 | 2026-01-31T04:38:57.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4473 | 2026-01-31T04:38:57.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 4474 | 2026-01-31T04:38:57.743Z | |
| 4475 | 2026-01-31T04:38:57.743Z | info: running `cargo check --bins` on zone-setup (248/248) |
| 4476 | 2026-01-31T04:38:58.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4477 | 2026-01-31T04:38:58.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4478 | 2026-01-31T04:38:58.604Z | Checking uzers v0.12.1 |
| 4479 | 2026-01-31T04:38:58.967Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4480 | 2026-01-31T04:39:00.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 4481 | 2026-01-31T04:39:00.270Z | |
| 4482 | 2026-01-31T04:39:00.270Z | real 20:52.207266882 |
| 4483 | 2026-01-31T04:39:00.270Z | user 38:00.095719187 |
| 4484 | 2026-01-31T04:39:00.270Z | sys 6:02.852033516 |
| 4485 | 2026-01-31T04:39:00.270Z | trap 0.739029192 |
| 4486 | 2026-01-31T04:39:00.270Z | tflt 0.760624999 |
| 4487 | 2026-01-31T04:39:00.270Z | dflt 0.934263734 |
| 4488 | 2026-01-31T04:39:00.270Z | kflt 0.001131750 |
| 4489 | 2026-01-31T04:39:00.273Z | lock 1:38:42.481335982 |
| 4490 | 2026-01-31T04:39:00.273Z | slp 3:17:43.945772480 |
| 4491 | 2026-01-31T04:39:00.273Z | lat 1:41.299846912 |
| 4492 | 2026-01-31T04:39:00.273Z | stop 5:14.728015364 |
| 4493 | 2026-01-31T04:39:00.273Z | process exited: duration 1677919 ms, exit code 0 |
| |
| 4494 | 2026-01-31T04:39:00.280Z | found 0 output files |