|
|
|
| 1 | 2026-05-18T17:52:26.428Z | job assigned to worker 01KRY3E7WFF6FJ0KKRA5CZ5MW2 [factory aws, i-0371133946c102c3e] (queued for 45 s) |
| |
| 2 | 2026-05-18T17:52:33.468Z | starting task 0: "setup" |
| 3 | 2026-05-18T17:52:33.472Z | ++ uname -s |
| 4 | 2026-05-18T17:52:33.475Z | + kern=SunOS |
| 5 | 2026-05-18T17:52:33.475Z | + build_user=build |
| 6 | 2026-05-18T17:52:33.475Z | + build_uid=12345 |
| 7 | 2026-05-18T17:52:33.475Z | + work_dir=/work |
| 8 | 2026-05-18T17:52:33.475Z | + input_dir=/input |
| 9 | 2026-05-18T17:52:33.475Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-18T17:52:33.475Z | + case "$kern" in |
| 11 | 2026-05-18T17:52:33.475Z | + groupadd -g 12345 build |
| 12 | 2026-05-18T17:52:33.475Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-18T17:52:35.481Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-18T17:52:35.533Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-18T17:52:35.536Z | + home_fs=zfs |
| 16 | 2026-05-18T17:52:35.536Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-18T17:52:35.536Z | + mkdir -p /home/build |
| 18 | 2026-05-18T17:52:35.536Z | + chown build:build /home/build /work |
| 19 | 2026-05-18T17:52:37.537Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-18T17:52:37.540Z | process exited: duration 4072 ms, exit code 0 |
| |
| 21 | 2026-05-18T17:52:37.546Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-18T17:52:37.550Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-18T17:52:37.550Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-18T17:52:37.550Z | * rust toolchain profile = "default" |
| 25 | 2026-05-18T17:52:37.550Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-18T17:52:37.550Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-18T17:52:37.550Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-18T17:52:37.553Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-18T17:52:37.553Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-18T17:52:37.655Z | info: downloading installer |
| 31 | 2026-05-18T17:52:39.002Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-18T17:52:39.002Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-18T17:52:39.003Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-18T17:52:39.006Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-18T17:52:39.015Z | info: profile set to default |
| 36 | 2026-05-18T17:52:39.015Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-18T17:52:39.018Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-18T17:52:39.161Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-18T17:52:39.164Z | info: downloading 6 components |
| 40 | 2026-05-18T17:52:53.703Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-18T17:52:53.703Z | |
| 42 | 2026-05-18T17:52:53.732Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-18T17:52:53.732Z | |
| 44 | 2026-05-18T17:52:53.732Z | |
| 45 | 2026-05-18T17:52:53.732Z | Rust is installed now. Great! |
| 46 | 2026-05-18T17:52:53.732Z | |
| 47 | 2026-05-18T17:52:53.732Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-18T17:52:53.735Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-18T17:52:53.735Z | |
| 50 | 2026-05-18T17:52:53.735Z | To configure your current shell, you need to source |
| 51 | 2026-05-18T17:52:53.735Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-18T17:52:53.735Z | |
| 53 | 2026-05-18T17:52:53.735Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-18T17:52:53.735Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-18T17:52:53.735Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-18T17:52:53.735Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-18T17:52:53.735Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-18T17:52:53.735Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-18T17:52:53.735Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-18T17:52:53.735Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-18T17:52:53.735Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-18T17:52:53.820Z | + rustup --version |
| 63 | 2026-05-18T17:52:53.828Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-18T17:52:53.831Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-18T17:52:53.849Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-18T17:52:53.852Z | + cargo --version |
| 67 | 2026-05-18T17:52:53.865Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-18T17:52:53.868Z | + rustc --version |
| 69 | 2026-05-18T17:52:53.888Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-18T17:52:53.891Z | process exited: duration 16344 ms, exit code 0 |
| |
| 71 | 2026-05-18T17:52:53.896Z | starting task 2: "authentication" |
| 72 | 2026-05-18T17:52:53.913Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-18T17:52:53.920Z | starting task 3: "clone repository" |
| 74 | 2026-05-18T17:52:53.923Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-18T17:52:53.925Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-18T17:52:53.962Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-18T17:53:04.023Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-18T17:53:04.023Z | + git fetch origin 803f96a2100a085a40be511e9185a224f824bce7 |
| 79 | 2026-05-18T17:53:04.345Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-18T17:53:04.345Z | * branch 803f96a2100a085a40be511e9185a224f824bce7 -> FETCH_HEAD |
| 81 | 2026-05-18T17:53:04.356Z | + [[ -n eliza/update-mgs-2026-5-18 ]] |
| 82 | 2026-05-18T17:53:04.363Z | ++ git branch --show-current |
| 83 | 2026-05-18T17:53:04.364Z | + current=main |
| 84 | 2026-05-18T17:53:04.364Z | + [[ main != eliza/update-mgs-2026-5-18 ]] |
| 85 | 2026-05-18T17:53:04.364Z | + git branch -f eliza/update-mgs-2026-5-18 803f96a2100a085a40be511e9185a224f824bce7 |
| 86 | 2026-05-18T17:53:04.364Z | + git checkout -f eliza/update-mgs-2026-5-18 |
| 87 | 2026-05-18T17:53:04.480Z | Switched to branch 'eliza/update-mgs-2026-5-18' |
| 88 | 2026-05-18T17:53:04.483Z | + git reset --hard 803f96a2100a085a40be511e9185a224f824bce7 |
| 89 | 2026-05-18T17:53:04.598Z | HEAD is now at 803f96a21 hakari |
| 90 | 2026-05-18T17:53:04.601Z | process exited: duration 10681 ms, exit code 0 |
| |
| 91 | 2026-05-18T17:53:04.607Z | starting task 4: "build" |
| 92 | 2026-05-18T17:53:04.611Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-18T17:53:04.611Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-18T17:53:04.611Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-18T17:53:04.614Z | + cargo --version |
| 96 | 2026-05-18T17:53:04.621Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-18T17:53:04.624Z | + rustc --version |
| 98 | 2026-05-18T17:53:04.643Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-18T17:53:04.646Z | + source ./env.sh |
| 100 | 2026-05-18T17:53:04.646Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-18T17:53:04.646Z | ++ set -o xtrace |
| 102 | 2026-05-18T17:53:04.649Z | ++++ dirname ./env.sh |
| 103 | 2026-05-18T17:53:04.649Z | +++ readlink -f . |
| 104 | 2026-05-18T17:53:04.652Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-18T17:53:04.652Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-18T17:53:04.652Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-05-18T17:53:04.652Z | ++ 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 |
| 108 | 2026-05-18T17:53:04.652Z | ++ 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 |
| 109 | 2026-05-18T17:53:04.652Z | ++ 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 |
| 110 | 2026-05-18T17:53:04.652Z | ++ 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 |
| 111 | 2026-05-18T17:53:04.652Z | ++ 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 |
| 112 | 2026-05-18T17:53:04.653Z | ++ 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 |
| 113 | 2026-05-18T17:53:04.653Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-18T17:53:04.653Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-18T17:53:04.653Z | + 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 |
| 116 | 2026-05-18T17:53:04.653Z | + 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 |
| 117 | 2026-05-18T17:53:04.653Z | + banner prerequisites |
| 118 | 2026-05-18T17:53:04.656Z | |
| 119 | 2026-05-18T17:53:04.656Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-18T17:53:04.656Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-18T17:53:04.656Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-18T17:53:04.656Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-18T17:53:04.656Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-18T17:53:04.656Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-18T17:53:04.656Z | |
| 126 | 2026-05-18T17:53:04.656Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-18T17:53:06.163Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-18T17:53:06.218Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-18T17:53:06.425Z | Planning: Solver setup ... Done (0.174s) |
| 130 | 2026-05-18T17:53:06.440Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-18T17:53:06.445Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-05-18T17:53:06.456Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-18T17:53:06.475Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-18T17:53:06.488Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-18T17:53:06.491Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-18T17:53:06.679Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 137 | 2026-05-18T17:53:06.682Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-18T17:53:07.464Z | Planning: Evaluating mediators ... Done (0.785s) |
| 139 | 2026-05-18T17:53:07.467Z | Planning: Planning completed in 1.23 seconds |
| 140 | 2026-05-18T17:53:07.474Z | Packages to install: 2 |
| 141 | 2026-05-18T17:53:07.477Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-18T17:53:07.477Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-18T17:53:07.477Z | Create boot environment: No |
| 144 | 2026-05-18T17:53:07.477Z | Create backup boot environment: No |
| 145 | 2026-05-18T17:53:07.477Z | Rebuild boot archive: No |
| 146 | 2026-05-18T17:53:07.477Z | |
| 147 | 2026-05-18T17:53:07.477Z | Changed packages: |
| 148 | 2026-05-18T17:53:07.477Z | helios |
| 149 | 2026-05-18T17:53:07.477Z | developer/build-essential |
| 150 | 2026-05-18T17:53:07.477Z | None -> 11-3.0 |
| 151 | 2026-05-18T17:53:07.477Z | library/libxmlsec1 |
| 152 | 2026-05-18T17:53:07.477Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-18T17:53:07.499Z | |
| 154 | 2026-05-18T17:53:07.499Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-18T17:53:07.978Z | Download: Completed 1.28 MB in 0.48 seconds (2.7M/s) |
| 156 | 2026-05-18T17:53:08.042Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-18T17:53:08.081Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-18T17:53:08.087Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-18T17:53:08.087Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-18T17:53:08.103Z | Finalize: Updating image state ... Done (0.016s) |
| 161 | 2026-05-18T17:53:10.460Z | Finalize: Creating fast lookup database ... Done (2.336s) |
| 162 | 2026-05-18T17:53:10.530Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-18T17:53:10.533Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-18T17:53:10.635Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-18T17:53:10.928Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-18T17:53:11.032Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-18T17:53:11.036Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-18T17:53:11.191Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-18T17:53:11.195Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-18T17:53:11.215Z | Mediators to change: 2 |
| 171 | 2026-05-18T17:53:11.215Z | Create boot environment: No |
| 172 | 2026-05-18T17:53:11.215Z | Create backup boot environment: No |
| 173 | 2026-05-18T17:53:11.267Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-18T17:53:11.270Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-18T17:53:11.276Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-18T17:53:13.219Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-18T17:53:13.285Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-18T17:53:13.288Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-18T17:53:13.363Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-18T17:53:13.646Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-18T17:53:13.751Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-18T17:53:13.754Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-18T17:53:13.911Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-18T17:53:13.914Z | Planning: Planning completed in 0.27 seconds |
| 185 | 2026-05-18T17:53:13.934Z | Mediators to change: 1 |
| 186 | 2026-05-18T17:53:13.934Z | Create boot environment: No |
| 187 | 2026-05-18T17:53:13.934Z | Create backup boot environment: No |
| 188 | 2026-05-18T17:53:13.986Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-18T17:53:13.986Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-18T17:53:13.995Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-18T17:53:15.940Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-18T17:53:16.002Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-18T17:53:16.005Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-18T17:53:16.069Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-18T17:53:16.378Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-18T17:53:16.378Z | apache system 2.4 system |
| 197 | 2026-05-18T17:53:16.378Z | clang system 15 system |
| 198 | 2026-05-18T17:53:16.378Z | csh system system illumos |
| 199 | 2026-05-18T17:53:16.378Z | ctags system system illumos |
| 200 | 2026-05-18T17:53:16.378Z | file vendor vendor darwinsys |
| 201 | 2026-05-18T17:53:16.378Z | file system system illumos |
| 202 | 2026-05-18T17:53:16.378Z | gcc vendor 14 vendor |
| 203 | 2026-05-18T17:53:16.378Z | gcc system 13 system |
| 204 | 2026-05-18T17:53:16.378Z | gcc system 10 system |
| 205 | 2026-05-18T17:53:16.378Z | go system 1.25 system |
| 206 | 2026-05-18T17:53:16.378Z | llvm system 15 system |
| 207 | 2026-05-18T17:53:16.378Z | mariadb system 11.4 system |
| 208 | 2026-05-18T17:53:16.378Z | mta vendor vendor dma |
| 209 | 2026-05-18T17:53:16.378Z | openjdk system 17 system |
| 210 | 2026-05-18T17:53:16.378Z | openjdk system 11 system |
| 211 | 2026-05-18T17:53:16.378Z | openssl vendor 3 vendor |
| 212 | 2026-05-18T17:53:16.378Z | perl system 5.40 system |
| 213 | 2026-05-18T17:53:16.378Z | postgresql system 18 system |
| 214 | 2026-05-18T17:53:16.378Z | postgresql system 17 system |
| 215 | 2026-05-18T17:53:16.378Z | python vendor 3 vendor |
| 216 | 2026-05-18T17:53:16.378Z | python system 2 system |
| 217 | 2026-05-18T17:53:16.378Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-18T17:53:16.378Z | ruby system 3.4 system |
| 219 | 2026-05-18T17:53:16.378Z | ruby system 3.0 system |
| 220 | 2026-05-18T17:53:16.378Z | words vendor vendor american-english |
| 221 | 2026-05-18T17:53:16.378Z | words system system australian-english |
| 222 | 2026-05-18T17:53:16.378Z | words system system british-english |
| 223 | 2026-05-18T17:53:16.378Z | words system system canadian-english |
| 224 | 2026-05-18T17:53:16.378Z | words system system french |
| 225 | 2026-05-18T17:53:16.378Z | words system system italian |
| 226 | 2026-05-18T17:53:16.378Z | words system system ngerman |
| 227 | 2026-05-18T17:53:16.378Z | words system system ogerman |
| 228 | 2026-05-18T17:53:16.378Z | words system system spanish |
| 229 | 2026-05-18T17:53:16.633Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-18T17:53:16.633Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-18T17:53:16.901Z | FMRI IFO |
| 232 | 2026-05-18T17:53:16.901Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-18T17:53:16.901Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-18T17:53:16.901Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-18T17:53:16.901Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-18T17:53:16.901Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-18T17:53:16.901Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-18T17:53:16.901Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-18T17:53:16.901Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-18T17:53:16.901Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-18T17:53:17.140Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-18T17:53:17.396Z | Updating crates.io index |
| 243 | 2026-05-18T17:53:17.429Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-18T17:53:18.174Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-18T17:53:18.607Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-18T17:53:19.177Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-18T17:53:19.990Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-18T17:53:20.553Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-18T17:53:21.963Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-18T17:53:22.813Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-18T17:53:23.151Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-18T17:53:24.025Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-18T17:53:24.296Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-18T17:53:24.758Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-18T17:53:25.123Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-18T17:53:26.111Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-18T17:53:26.633Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-18T17:53:26.910Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-18T17:53:27.270Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-18T17:53:27.602Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-18T17:53:27.965Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-18T17:53:28.188Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-18T17:53:28.426Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-18T17:53:28.658Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-18T17:53:29.085Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-18T17:53:29.520Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-18T17:53:29.903Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-18T17:53:30.204Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-18T17:53:30.810Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-18T17:53:31.617Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-18T17:53:31.855Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-18T17:53:32.688Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-18T17:53:33.100Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-18T17:53:33.611Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-18T17:53:33.932Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-18T17:53:34.279Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-18T17:53:34.568Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-18T17:53:35.154Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-18T17:53:35.426Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-18T17:53:35.727Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-18T17:53:36.092Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-18T17:53:47.942Z | Downloading crates ... |
| 283 | 2026-05-18T17:53:48.012Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-05-18T17:53:48.018Z | Downloaded is_terminal_polyfill v1.70.2 |
| 285 | 2026-05-18T17:53:48.021Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-05-18T17:53:48.022Z | Downloaded anstyle-parse v0.2.7 |
| 287 | 2026-05-18T17:53:48.025Z | Downloaded serde-value v0.7.0 |
| 288 | 2026-05-18T17:53:48.025Z | Downloaded anstyle-query v1.1.5 |
| 289 | 2026-05-18T17:53:48.028Z | Downloaded errno v0.3.14 |
| 290 | 2026-05-18T17:53:48.028Z | Downloaded anstream v0.6.21 |
| 291 | 2026-05-18T17:53:48.028Z | Downloaded digest v0.10.7 |
| 292 | 2026-05-18T17:53:48.031Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2026-05-18T17:53:48.034Z | Downloaded fnv v1.0.7 |
| 294 | 2026-05-18T17:53:48.034Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-05-18T17:53:48.037Z | Downloaded thread-id v4.2.2 |
| 296 | 2026-05-18T17:53:48.037Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-05-18T17:53:48.038Z | Downloaded bytecount v0.6.9 |
| 298 | 2026-05-18T17:53:48.041Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-05-18T17:53:48.041Z | Downloaded camino-tempfile v1.4.1 |
| 300 | 2026-05-18T17:53:48.041Z | Downloaded autocfg v1.5.0 |
| 301 | 2026-05-18T17:53:48.044Z | Downloaded pest_generator v2.8.6 |
| 302 | 2026-05-18T17:53:48.047Z | Downloaded erased-serde v0.4.9 |
| 303 | 2026-05-18T17:53:48.047Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2026-05-18T17:53:48.050Z | Downloaded thiserror-impl v2.0.18 |
| 305 | 2026-05-18T17:53:48.050Z | Downloaded bitflags v2.11.0 |
| 306 | 2026-05-18T17:53:48.053Z | Downloaded clap v4.5.60 |
| 307 | 2026-05-18T17:53:48.056Z | Downloaded zerofrom v0.1.6 |
| 308 | 2026-05-18T17:53:48.059Z | Downloaded anstyle v1.0.13 |
| 309 | 2026-05-18T17:53:48.059Z | Downloaded yoke-derive v0.8.1 |
| 310 | 2026-05-18T17:53:48.059Z | Downloaded utf8parse v0.2.2 |
| 311 | 2026-05-18T17:53:48.062Z | Downloaded cargo_toml v0.21.0 |
| 312 | 2026-05-18T17:53:48.062Z | Downloaded version_check v0.9.5 |
| 313 | 2026-05-18T17:53:48.062Z | Downloaded usdt-attr-macro v0.5.0 |
| 314 | 2026-05-18T17:53:48.062Z | Downloaded smawk v0.3.2 |
| 315 | 2026-05-18T17:53:48.062Z | Downloaded itoa v1.0.17 |
| 316 | 2026-05-18T17:53:48.065Z | Downloaded proc-macro-error-attr v1.0.4 |
| 317 | 2026-05-18T17:53:48.065Z | Downloaded utf8_iter v1.0.4 |
| 318 | 2026-05-18T17:53:48.065Z | Downloaded usdt v0.5.0 |
| 319 | 2026-05-18T17:53:48.065Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2026-05-18T17:53:48.070Z | Downloaded stable_deref_trait v1.2.1 |
| 321 | 2026-05-18T17:53:48.073Z | Downloaded generic-array v0.14.7 |
| 322 | 2026-05-18T17:53:48.073Z | Downloaded writeable v0.6.2 |
| 323 | 2026-05-18T17:53:48.073Z | Downloaded clap_lex v1.0.0 |
| 324 | 2026-05-18T17:53:48.076Z | Downloaded usdt-impl v0.5.0 |
| 325 | 2026-05-18T17:53:48.076Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-05-18T17:53:48.079Z | Downloaded unicode-xid v0.2.6 |
| 327 | 2026-05-18T17:53:48.079Z | Downloaded toml_write v0.1.2 |
| 328 | 2026-05-18T17:53:48.083Z | Downloaded percent-encoding v2.3.2 |
| 329 | 2026-05-18T17:53:48.083Z | Downloaded typeid v1.0.3 |
| 330 | 2026-05-18T17:53:48.083Z | Downloaded tinystr v0.8.2 |
| 331 | 2026-05-18T17:53:48.086Z | Downloaded cpufeatures v0.2.17 |
| 332 | 2026-05-18T17:53:48.086Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-05-18T17:53:48.086Z | Downloaded serde_spanned v0.6.9 |
| 334 | 2026-05-18T17:53:48.090Z | Downloaded swrite v0.1.0 |
| 335 | 2026-05-18T17:53:48.090Z | Downloaded heck v0.5.0 |
| 336 | 2026-05-18T17:53:48.093Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-05-18T17:53:48.096Z | Downloaded zerovec-derive v0.11.2 |
| 338 | 2026-05-18T17:53:48.096Z | Downloaded quote v1.0.45 |
| 339 | 2026-05-18T17:53:48.096Z | Downloaded idna_adapter v1.2.1 |
| 340 | 2026-05-18T17:53:48.099Z | Downloaded strsim v0.11.1 |
| 341 | 2026-05-18T17:53:48.099Z | Downloaded ordered-float v2.10.1 |
| 342 | 2026-05-18T17:53:48.099Z | Downloaded zmij v1.0.21 |
| 343 | 2026-05-18T17:53:48.102Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-05-18T17:53:48.102Z | Downloaded memmap v0.7.0 |
| 345 | 2026-05-18T17:53:48.105Z | Downloaded dof v0.3.0 |
| 346 | 2026-05-18T17:53:48.108Z | Downloaded yoke v0.8.1 |
| 347 | 2026-05-18T17:53:48.108Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2026-05-18T17:53:48.111Z | Downloaded zerocopy v0.7.35 |
| 349 | 2026-05-18T17:53:48.118Z | Downloaded typenum v1.19.0 |
| 350 | 2026-05-18T17:53:48.121Z | Downloaded byteorder v1.5.0 |
| 351 | 2026-05-18T17:53:48.121Z | Downloaded zerotrie v0.2.3 |
| 352 | 2026-05-18T17:53:48.124Z | Downloaded tabled_derive v0.7.0 |
| 353 | 2026-05-18T17:53:48.124Z | Downloaded url v2.5.8 |
| 354 | 2026-05-18T17:53:48.127Z | Downloaded toml_edit v0.22.27 |
| 355 | 2026-05-18T17:53:48.130Z | Downloaded unicode-ident v1.0.24 |
| 356 | 2026-05-18T17:53:48.130Z | Downloaded textwrap v0.16.2 |
| 357 | 2026-05-18T17:53:48.133Z | Downloaded heck v0.4.1 |
| 358 | 2026-05-18T17:53:48.133Z | Downloaded zerovec v0.11.5 |
| 359 | 2026-05-18T17:53:48.136Z | Downloaded terminal_size v0.4.3 |
| 360 | 2026-05-18T17:53:48.136Z | Downloaded potential_utf v0.1.4 |
| 361 | 2026-05-18T17:53:48.136Z | Downloaded toml v0.8.23 |
| 362 | 2026-05-18T17:53:48.139Z | Downloaded pretty-hex v0.4.1 |
| 363 | 2026-05-18T17:53:48.139Z | Downloaded plain v0.2.3 |
| 364 | 2026-05-18T17:53:48.139Z | Downloaded sha2 v0.10.9 |
| 365 | 2026-05-18T17:53:48.142Z | Downloaded macaddr v1.0.1 |
| 366 | 2026-05-18T17:53:48.142Z | Downloaded fastrand v2.3.0 |
| 367 | 2026-05-18T17:53:48.142Z | Downloaded cargo-platform v0.2.0 |
| 368 | 2026-05-18T17:53:48.142Z | Downloaded ucd-trie v0.1.7 |
| 369 | 2026-05-18T17:53:48.145Z | Downloaded scroll_derive v0.12.1 |
| 370 | 2026-05-18T17:53:48.145Z | Downloaded form_urlencoded v1.2.2 |
| 371 | 2026-05-18T17:53:48.151Z | Downloaded winnow v0.7.14 |
| 372 | 2026-05-18T17:53:48.156Z | Downloaded crypto-common v0.1.7 |
| 373 | 2026-05-18T17:53:48.159Z | Downloaded unicode-width v0.1.14 |
| 374 | 2026-05-18T17:53:48.162Z | Downloaded colorchoice v1.0.4 |
| 375 | 2026-05-18T17:53:48.162Z | Downloaded unicode-width v0.2.0 |
| 376 | 2026-05-18T17:53:48.168Z | Downloaded displaydoc v0.2.5 |
| 377 | 2026-05-18T17:53:48.181Z | Downloaded semver v1.0.28 |
| 378 | 2026-05-18T17:53:48.184Z | Downloaded serde_derive v1.0.228 |
| 379 | 2026-05-18T17:53:48.187Z | Downloaded scroll v0.12.0 |
| 380 | 2026-05-18T17:53:48.187Z | Downloaded proc-macro-error v1.0.4 |
| 381 | 2026-05-18T17:53:48.190Z | Downloaded synstructure v0.13.2 |
| 382 | 2026-05-18T17:53:48.193Z | Downloaded serde_tokenstream v0.2.3 |
| 383 | 2026-05-18T17:53:48.196Z | Downloaded cargo_metadata v0.21.0 |
| 384 | 2026-05-18T17:53:48.197Z | Downloaded tempfile v3.25.0 |
| 385 | 2026-05-18T17:53:48.200Z | Downloaded once_cell v1.21.3 |
| 386 | 2026-05-18T17:53:48.208Z | Downloaded getrandom v0.4.1 |
| 387 | 2026-05-18T17:53:48.220Z | Downloaded smallvec v1.15.1 |
| 388 | 2026-05-18T17:53:48.226Z | Downloaded serde-untagged v0.1.9 |
| 389 | 2026-05-18T17:53:48.229Z | Downloaded pest_derive v2.8.6 |
| 390 | 2026-05-18T17:53:48.229Z | Downloaded icu_properties v2.1.2 |
| 391 | 2026-05-18T17:53:48.232Z | Downloaded syn v2.0.117 |
| 392 | 2026-05-18T17:53:48.237Z | Downloaded num-traits v0.2.19 |
| 393 | 2026-05-18T17:53:48.240Z | Downloaded log v0.4.29 |
| 394 | 2026-05-18T17:53:48.240Z | Downloaded icu_provider v2.1.1 |
| 395 | 2026-05-18T17:53:48.243Z | Downloaded camino v1.2.2 |
| 396 | 2026-05-18T17:53:48.243Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-05-18T17:53:48.246Z | Downloaded litemap v0.8.1 |
| 398 | 2026-05-18T17:53:48.246Z | Downloaded clap_derive v4.5.55 |
| 399 | 2026-05-18T17:53:48.250Z | Downloaded fs-err v3.3.0 |
| 400 | 2026-05-18T17:53:48.250Z | Downloaded cargo-util-schemas v0.8.2 |
| 401 | 2026-05-18T17:53:48.250Z | Downloaded proc-macro2 v1.0.106 |
| 402 | 2026-05-18T17:53:48.254Z | Downloaded icu_normalizer v2.1.1 |
| 403 | 2026-05-18T17:53:48.257Z | Downloaded icu_locale_core v2.1.1 |
| 404 | 2026-05-18T17:53:48.262Z | Downloaded papergrid v0.11.0 |
| 405 | 2026-05-18T17:53:48.265Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-05-18T17:53:48.268Z | Downloaded pest_meta v2.8.6 |
| 407 | 2026-05-18T17:53:48.268Z | Downloaded icu_collections v2.1.1 |
| 408 | 2026-05-18T17:53:48.274Z | Downloaded serde v1.0.228 |
| 409 | 2026-05-18T17:53:48.277Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-18T17:53:48.283Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-18T17:53:48.287Z | Downloaded memchr v2.8.0 |
| 412 | 2026-05-18T17:53:48.294Z | Downloaded indexmap v2.14.0 |
| 413 | 2026-05-18T17:53:48.303Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-18T17:53:48.308Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-18T17:53:48.315Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-05-18T17:53:48.319Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-18T17:53:48.324Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-18T17:53:48.332Z | Downloaded tabled v0.15.0 |
| 419 | 2026-05-18T17:53:48.341Z | Downloaded syn v1.0.109 |
| 420 | 2026-05-18T17:53:48.359Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-18T17:53:48.386Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-18T17:53:48.455Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-18T17:53:48.455Z | Compiling quote v1.0.45 |
| 424 | 2026-05-18T17:53:48.458Z | Compiling unicode-ident v1.0.24 |
| 425 | 2026-05-18T17:53:48.458Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-18T17:53:48.458Z | Compiling libc v0.2.185 |
| 427 | 2026-05-18T17:53:48.458Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-18T17:53:48.458Z | Compiling serde v1.0.228 |
| 429 | 2026-05-18T17:53:48.458Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-18T17:53:48.744Z | Compiling memchr v2.8.0 |
| 431 | 2026-05-18T17:53:48.767Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-18T17:53:49.069Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-18T17:53:49.098Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-18T17:53:49.342Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-18T17:53:49.358Z | Compiling itoa v1.0.17 |
| 436 | 2026-05-18T17:53:49.462Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-18T17:53:49.486Z | Compiling pest v2.8.6 |
| 438 | 2026-05-18T17:53:49.509Z | Compiling litemap v0.8.1 |
| 439 | 2026-05-18T17:53:49.603Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-18T17:53:49.646Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-18T17:53:49.825Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-18T17:53:49.829Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-05-18T17:53:49.875Z | Compiling syn v2.0.117 |
| 444 | 2026-05-18T17:53:49.987Z | Compiling errno v0.3.14 |
| 445 | 2026-05-18T17:53:49.990Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-18T17:53:50.048Z | Compiling bitflags v2.11.0 |
| 447 | 2026-05-18T17:53:50.238Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-18T17:53:50.274Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-18T17:53:50.414Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-18T17:53:50.501Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-18T17:53:50.530Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-18T17:53:50.545Z | Compiling smallvec v1.15.1 |
| 453 | 2026-05-18T17:53:50.791Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-18T17:53:50.873Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-18T17:53:50.889Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-18T17:53:50.920Z | Compiling toml_write v0.1.2 |
| 457 | 2026-05-18T17:53:51.101Z | Compiling indexmap v2.14.0 |
| 458 | 2026-05-18T17:53:51.116Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-18T17:53:51.135Z | Compiling syn v1.0.109 |
| 460 | 2026-05-18T17:53:51.169Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-05-18T17:53:51.677Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-18T17:53:51.737Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-05-18T17:53:51.857Z | Compiling thiserror v2.0.18 |
| 464 | 2026-05-18T17:53:51.872Z | Compiling log v0.4.29 |
| 465 | 2026-05-18T17:53:52.060Z | Compiling getrandom v0.4.1 |
| 466 | 2026-05-18T17:53:52.179Z | Compiling camino v1.2.2 |
| 467 | 2026-05-18T17:53:52.195Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-05-18T17:53:52.212Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-18T17:53:52.366Z | Compiling plain v0.2.3 |
| 470 | 2026-05-18T17:53:52.397Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-18T17:53:52.449Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-18T17:53:52.558Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-18T17:53:52.582Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-18T17:53:52.597Z | Compiling anstyle-parse v0.2.7 |
| 475 | 2026-05-18T17:53:52.720Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-05-18T17:53:52.864Z | Compiling anstyle v1.0.13 |
| 477 | 2026-05-18T17:53:53.001Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-18T17:53:53.040Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-05-18T17:53:53.093Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-18T17:53:53.111Z | Compiling colorchoice v1.0.4 |
| 481 | 2026-05-18T17:53:53.114Z | Compiling is_terminal_polyfill v1.70.2 |
| 482 | 2026-05-18T17:53:53.210Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-18T17:53:53.227Z | Compiling serde-untagged v0.1.9 |
| 484 | 2026-05-18T17:53:53.283Z | Compiling semver v1.0.28 |
| 485 | 2026-05-18T17:53:53.344Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-18T17:53:53.465Z | Compiling heck v0.4.1 |
| 487 | 2026-05-18T17:53:53.511Z | Compiling bytecount v0.6.9 |
| 488 | 2026-05-18T17:53:53.532Z | Compiling heck v0.5.0 |
| 489 | 2026-05-18T17:53:53.608Z | Compiling anyhow v1.0.102 |
| 490 | 2026-05-18T17:53:53.624Z | Compiling strsim v0.11.1 |
| 491 | 2026-05-18T17:53:53.647Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-18T17:53:53.691Z | Compiling fastrand v2.3.0 |
| 493 | 2026-05-18T17:53:53.791Z | Compiling fnv v1.0.7 |
| 494 | 2026-05-18T17:53:53.890Z | Compiling clap_lex v1.0.0 |
| 495 | 2026-05-18T17:53:53.907Z | Compiling unicode-width v0.1.14 |
| 496 | 2026-05-18T17:53:53.950Z | Compiling once_cell v1.21.3 |
| 497 | 2026-05-18T17:53:54.078Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-18T17:53:54.120Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-18T17:53:54.165Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-18T17:53:54.182Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-18T17:53:54.243Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-18T17:53:54.292Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-18T17:53:54.362Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-18T17:53:54.486Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-18T17:53:54.681Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-18T17:53:55.408Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-18T17:53:55.490Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-18T17:53:55.571Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-18T17:53:55.574Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-18T17:53:55.653Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-18T17:53:55.784Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-18T17:53:55.980Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-18T17:53:55.995Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-18T17:53:56.298Z | Compiling scroll v0.12.0 |
| 515 | 2026-05-18T17:53:56.357Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-18T17:53:56.374Z | Compiling thiserror-impl v2.0.18 |
| 517 | 2026-05-18T17:53:56.507Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-18T17:53:56.576Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-18T17:53:56.735Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-18T17:53:56.750Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-18T17:53:56.827Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-18T17:53:56.910Z | Compiling goblin v0.8.2 |
| 523 | 2026-05-18T17:53:57.118Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-18T17:53:57.235Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-18T17:53:57.575Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-18T17:53:57.634Z | Compiling serde_spanned v0.6.9 |
| 527 | 2026-05-18T17:53:57.701Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-18T17:53:57.704Z | Compiling dof v0.3.0 |
| 529 | 2026-05-18T17:53:57.734Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-05-18T17:53:57.872Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-18T17:53:57.893Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-18T17:53:57.967Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-18T17:53:58.045Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-18T17:53:58.098Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-18T17:53:58.372Z | Compiling smawk v0.3.2 |
| 536 | 2026-05-18T17:53:58.402Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-18T17:53:58.429Z | Compiling unicode-width v0.2.0 |
| 538 | 2026-05-18T17:53:58.514Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-18T17:53:58.633Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-18T17:53:58.649Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-18T17:53:58.706Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-18T17:53:58.852Z | Compiling idna v1.1.0 |
| 543 | 2026-05-18T17:53:58.952Z | Compiling textwrap v0.16.2 |
| 544 | 2026-05-18T17:53:58.987Z | Compiling clap v4.5.60 |
| 545 | 2026-05-18T17:53:59.088Z | Compiling macaddr v1.0.1 |
| 546 | 2026-05-18T17:53:59.279Z | Compiling url v2.5.8 |
| 547 | 2026-05-18T17:53:59.319Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-18T17:53:59.423Z | Compiling toml v0.8.23 |
| 549 | 2026-05-18T17:53:59.797Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-18T17:54:00.008Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-18T17:54:00.024Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-18T17:54:00.042Z | Compiling swrite v0.1.0 |
| 553 | 2026-05-18T17:54:00.265Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-18T17:54:00.706Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-18T17:54:01.646Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-18T17:54:03.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.74s |
| 557 | 2026-05-18T17:54:03.991Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-18T17:54:04.554Z | Downloading crates ... |
| 559 | 2026-05-18T17:54:04.642Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-18T17:54:04.651Z | Downloaded aead v0.5.2 |
| 561 | 2026-05-18T17:54:04.656Z | Downloaded darling_macro v0.21.3 |
| 562 | 2026-05-18T17:54:04.659Z | Downloaded argon2 v0.5.3 |
| 563 | 2026-05-18T17:54:04.662Z | Downloaded ahash v0.8.12 |
| 564 | 2026-05-18T17:54:04.664Z | Downloaded ciborium-io v0.2.2 |
| 565 | 2026-05-18T17:54:04.665Z | Downloaded csv-core v0.1.13 |
| 566 | 2026-05-18T17:54:04.671Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 567 | 2026-05-18T17:54:04.674Z | Downloaded dunce v1.0.5 |
| 568 | 2026-05-18T17:54:04.674Z | Downloaded downcast-rs v2.0.2 |
| 569 | 2026-05-18T17:54:04.676Z | Downloaded atty v0.2.14 |
| 570 | 2026-05-18T17:54:04.679Z | Downloaded float-cmp v0.10.0 |
| 571 | 2026-05-18T17:54:04.679Z | Downloaded crc32fast v1.5.0 |
| 572 | 2026-05-18T17:54:04.682Z | Downloaded bitfield v0.19.4 |
| 573 | 2026-05-18T17:54:04.684Z | Downloaded defmt-parser v1.0.0 |
| 574 | 2026-05-18T17:54:04.685Z | Downloaded endian-type v0.1.2 |
| 575 | 2026-05-18T17:54:04.687Z | Downloaded crc v3.4.0 |
| 576 | 2026-05-18T17:54:04.687Z | Downloaded display-error-chain v0.2.2 |
| 577 | 2026-05-18T17:54:04.690Z | Downloaded ciborium-ll v0.2.2 |
| 578 | 2026-05-18T17:54:04.692Z | Downloaded fd-lock v4.0.4 |
| 579 | 2026-05-18T17:54:04.712Z | Downloaded cstr-argument v0.1.2 |
| 580 | 2026-05-18T17:54:04.712Z | Downloaded data-encoding v2.10.0 |
| 581 | 2026-05-18T17:54:04.713Z | Downloaded crc-catalog v2.4.0 |
| 582 | 2026-05-18T17:54:04.713Z | Downloaded env_logger v0.11.9 |
| 583 | 2026-05-18T17:54:04.713Z | Downloaded critical-section v1.2.0 |
| 584 | 2026-05-18T17:54:04.713Z | Downloaded async-stream-impl v0.3.6 |
| 585 | 2026-05-18T17:54:04.713Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 586 | 2026-05-18T17:54:04.713Z | Downloaded convert_case v0.4.0 |
| 587 | 2026-05-18T17:54:04.713Z | Downloaded assert_matches v1.5.0 |
| 588 | 2026-05-18T17:54:04.713Z | Downloaded derive_builder_macro v0.20.2 |
| 589 | 2026-05-18T17:54:04.713Z | Downloaded corncobs v0.1.4 |
| 590 | 2026-05-18T17:54:04.713Z | Downloaded compression-codecs v0.4.37 |
| 591 | 2026-05-18T17:54:04.713Z | Downloaded dirs-next v2.0.0 |
| 592 | 2026-05-18T17:54:04.713Z | Downloaded cookie v0.18.1 |
| 593 | 2026-05-18T17:54:04.717Z | Downloaded dyn-clone v1.0.20 |
| 594 | 2026-05-18T17:54:04.717Z | Downloaded block-padding v0.3.3 |
| 595 | 2026-05-18T17:54:04.717Z | Downloaded dirs-sys-next v0.1.2 |
| 596 | 2026-05-18T17:54:04.717Z | Downloaded bitfield-macros v0.19.4 |
| 597 | 2026-05-18T17:54:04.719Z | Downloaded ctr v0.9.2 |
| 598 | 2026-05-18T17:54:04.719Z | Downloaded base16ct v0.2.0 |
| 599 | 2026-05-18T17:54:04.722Z | Downloaded foreign-types v0.5.0 |
| 600 | 2026-05-18T17:54:04.722Z | Downloaded ena v0.14.4 |
| 601 | 2026-05-18T17:54:04.725Z | Downloaded derive-ex v0.1.8 |
| 602 | 2026-05-18T17:54:04.725Z | Downloaded defmt v1.0.1 |
| 603 | 2026-05-18T17:54:04.728Z | Downloaded filetime v0.2.27 |
| 604 | 2026-05-18T17:54:04.728Z | Downloaded foreign-types-macros v0.2.3 |
| 605 | 2026-05-18T17:54:04.731Z | Downloaded embedded-io v0.6.1 |
| 606 | 2026-05-18T17:54:04.731Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 607 | 2026-05-18T17:54:04.731Z | Downloaded cmake v0.1.57 |
| 608 | 2026-05-18T17:54:04.733Z | Downloaded const_format_proc_macros v0.2.34 |
| 609 | 2026-05-18T17:54:04.736Z | Downloaded foreign-types-shared v0.1.1 |
| 610 | 2026-05-18T17:54:04.736Z | Downloaded daft-derive v0.1.5 |
| 611 | 2026-05-18T17:54:04.739Z | Downloaded der_derive v0.7.3 |
| 612 | 2026-05-18T17:54:04.739Z | Downloaded crossbeam-deque v0.8.6 |
| 613 | 2026-05-18T17:54:04.742Z | Downloaded ff v0.13.1 |
| 614 | 2026-05-18T17:54:04.742Z | Downloaded foreign-types-shared v0.3.1 |
| 615 | 2026-05-18T17:54:04.742Z | Downloaded dof v0.4.0 |
| 616 | 2026-05-18T17:54:04.745Z | Downloaded dtrace-parser v0.3.0 |
| 617 | 2026-05-18T17:54:04.746Z | Downloaded debug-ignore v1.0.5 |
| 618 | 2026-05-18T17:54:04.748Z | Downloaded darling_macro v0.23.0 |
| 619 | 2026-05-18T17:54:04.748Z | Downloaded crunchy v0.2.4 |
| 620 | 2026-05-18T17:54:04.748Z | Downloaded crc8 v0.1.1 |
| 621 | 2026-05-18T17:54:04.748Z | Downloaded compression-core v0.4.31 |
| 622 | 2026-05-18T17:54:04.748Z | Downloaded flagset v0.4.7 |
| 623 | 2026-05-18T17:54:04.751Z | Downloaded dsl_auto_type v0.2.0 |
| 624 | 2026-05-18T17:54:04.751Z | Downloaded cpufeatures v0.3.0 |
| 625 | 2026-05-18T17:54:04.754Z | Downloaded cobs v0.3.0 |
| 626 | 2026-05-18T17:54:04.754Z | Downloaded ascii-canvas v3.0.0 |
| 627 | 2026-05-18T17:54:04.754Z | Downloaded cargo_metadata v0.19.2 |
| 628 | 2026-05-18T17:54:04.756Z | Downloaded futures-core v0.3.32 |
| 629 | 2026-05-18T17:54:04.756Z | Downloaded funty v2.0.0 |
| 630 | 2026-05-18T17:54:04.759Z | Downloaded float-ord v0.3.2 |
| 631 | 2026-05-18T17:54:04.759Z | Downloaded atomicwrites v0.4.4 |
| 632 | 2026-05-18T17:54:04.759Z | Downloaded enum-as-inner v0.6.1 |
| 633 | 2026-05-18T17:54:04.762Z | Downloaded fixedbitset v0.4.2 |
| 634 | 2026-05-18T17:54:04.762Z | Downloaded foreign-types v0.3.2 |
| 635 | 2026-05-18T17:54:04.764Z | Downloaded cassowary v0.3.0 |
| 636 | 2026-05-18T17:54:04.764Z | Downloaded find-msvc-tools v0.1.9 |
| 637 | 2026-05-18T17:54:04.764Z | Downloaded either v1.15.0 |
| 638 | 2026-05-18T17:54:04.767Z | Downloaded darling v0.23.0 |
| 639 | 2026-05-18T17:54:04.770Z | Downloaded convert_case v0.10.0 |
| 640 | 2026-05-18T17:54:04.772Z | Downloaded embedded-io v0.4.0 |
| 641 | 2026-05-18T17:54:04.772Z | Downloaded console v0.15.11 |
| 642 | 2026-05-18T17:54:04.775Z | Downloaded bzip2 v0.4.4 |
| 643 | 2026-05-18T17:54:04.775Z | Downloaded bit-set v0.5.3 |
| 644 | 2026-05-18T17:54:04.779Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 645 | 2026-05-18T17:54:04.779Z | Downloaded defmt v0.3.100 |
| 646 | 2026-05-18T17:54:04.779Z | Downloaded async-recursion v1.1.1 |
| 647 | 2026-05-18T17:54:04.781Z | Downloaded gethostname v0.5.0 |
| 648 | 2026-05-18T17:54:04.781Z | Downloaded env_filter v1.0.0 |
| 649 | 2026-05-18T17:54:04.784Z | Downloaded der v0.7.10 |
| 650 | 2026-05-18T17:54:04.787Z | Downloaded fxhash v0.2.1 |
| 651 | 2026-05-18T17:54:04.787Z | Downloaded cargo-platform v0.1.9 |
| 652 | 2026-05-18T17:54:04.789Z | Downloaded castaway v0.2.4 |
| 653 | 2026-05-18T17:54:04.789Z | Downloaded arrayref v0.3.9 |
| 654 | 2026-05-18T17:54:04.790Z | Downloaded futures-macro v0.3.32 |
| 655 | 2026-05-18T17:54:04.792Z | Downloaded futures-task v0.3.32 |
| 656 | 2026-05-18T17:54:04.792Z | Downloaded git-stub v1.0.0 |
| 657 | 2026-05-18T17:54:04.795Z | Downloaded hash32 v0.3.1 |
| 658 | 2026-05-18T17:54:04.795Z | Downloaded ghash v0.5.1 |
| 659 | 2026-05-18T17:54:04.795Z | Downloaded async-stream v0.3.6 |
| 660 | 2026-05-18T17:54:04.798Z | Downloaded globwalk v0.9.1 |
| 661 | 2026-05-18T17:54:04.798Z | Downloaded futures-sink v0.3.32 |
| 662 | 2026-05-18T17:54:04.801Z | Downloaded crossbeam-epoch v0.9.18 |
| 663 | 2026-05-18T17:54:04.801Z | Downloaded fixedbitset v0.5.7 |
| 664 | 2026-05-18T17:54:04.803Z | Downloaded ed25519 v2.2.3 |
| 665 | 2026-05-18T17:54:04.803Z | Downloaded cbc v0.1.2 |
| 666 | 2026-05-18T17:54:04.806Z | Downloaded darling_macro v0.20.11 |
| 667 | 2026-05-18T17:54:04.806Z | Downloaded fs-err v2.11.0 |
| 668 | 2026-05-18T17:54:04.809Z | Downloaded fallible-iterator v0.2.0 |
| 669 | 2026-05-18T17:54:04.809Z | Downloaded erased-serde v0.3.31 |
| 670 | 2026-05-18T17:54:04.811Z | Downloaded constant_time_eq v0.4.2 |
| 671 | 2026-05-18T17:54:04.811Z | Downloaded backoff v0.4.0 |
| 672 | 2026-05-18T17:54:04.815Z | Downloaded hex-literal v0.4.1 |
| 673 | 2026-05-18T17:54:04.815Z | Downloaded arrayvec v0.7.6 |
| 674 | 2026-05-18T17:54:04.817Z | Downloaded derive_more v0.99.20 |
| 675 | 2026-05-18T17:54:04.818Z | Downloaded dropshot_endpoint v0.17.0 |
| 676 | 2026-05-18T17:54:04.820Z | Downloaded home v0.5.12 |
| 677 | 2026-05-18T17:54:04.823Z | Downloaded headers-core v0.3.0 |
| 678 | 2026-05-18T17:54:04.823Z | Downloaded hash32 v0.2.1 |
| 679 | 2026-05-18T17:54:04.823Z | Downloaded http-range v0.1.5 |
| 680 | 2026-05-18T17:54:04.828Z | Downloaded http-body v1.0.1 |
| 681 | 2026-05-18T17:54:04.828Z | Downloaded derive-where v1.6.0 |
| 682 | 2026-05-18T17:54:04.831Z | Downloaded cipher v0.4.4 |
| 683 | 2026-05-18T17:54:04.831Z | Downloaded bzip2 v0.6.1 |
| 684 | 2026-05-18T17:54:04.831Z | Downloaded backon v1.6.0 |
| 685 | 2026-05-18T17:54:04.834Z | Downloaded bcs v0.1.6 |
| 686 | 2026-05-18T17:54:04.834Z | Downloaded derive_builder_core v0.20.2 |
| 687 | 2026-05-18T17:54:04.837Z | Downloaded hostname v0.4.2 |
| 688 | 2026-05-18T17:54:04.837Z | Downloaded bitflags v1.3.2 |
| 689 | 2026-05-18T17:54:04.839Z | Downloaded document-features v0.2.12 |
| 690 | 2026-05-18T17:54:04.839Z | Downloaded indent_write v2.2.0 |
| 691 | 2026-05-18T17:54:04.842Z | Downloaded diesel-dtrace v0.5.0 |
| 692 | 2026-05-18T17:54:04.842Z | Downloaded indoc v1.0.9 |
| 693 | 2026-05-18T17:54:04.845Z | Downloaded inout v0.1.4 |
| 694 | 2026-05-18T17:54:04.845Z | Downloaded hubpack v0.1.2 |
| 695 | 2026-05-18T17:54:04.845Z | Downloaded hubpack_derive v0.1.1 |
| 696 | 2026-05-18T17:54:04.848Z | Downloaded httpdate v1.0.3 |
| 697 | 2026-05-18T17:54:04.848Z | Downloaded derive_builder v0.20.2 |
| 698 | 2026-05-18T17:54:04.851Z | Downloaded globset v0.4.18 |
| 699 | 2026-05-18T17:54:04.851Z | Downloaded futures-executor v0.3.32 |
| 700 | 2026-05-18T17:54:04.854Z | Downloaded blowfish v0.9.1 |
| 701 | 2026-05-18T17:54:04.854Z | Downloaded base64ct v1.8.3 |
| 702 | 2026-05-18T17:54:04.858Z | Downloaded is_ci v1.2.0 |
| 703 | 2026-05-18T17:54:04.858Z | Downloaded illumos-nvpair v0.3.0 |
| 704 | 2026-05-18T17:54:04.861Z | Downloaded ident_case v1.0.1 |
| 705 | 2026-05-18T17:54:04.861Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 706 | 2026-05-18T17:54:04.861Z | Downloaded is-terminal v0.4.17 |
| 707 | 2026-05-18T17:54:04.861Z | Downloaded internet-checksum v0.2.1 |
| 708 | 2026-05-18T17:54:04.861Z | Downloaded git-stub-vcs v0.1.0 |
| 709 | 2026-05-18T17:54:04.863Z | Downloaded chacha20 v0.9.1 |
| 710 | 2026-05-18T17:54:04.864Z | Downloaded instant v0.1.13 |
| 711 | 2026-05-18T17:54:04.864Z | Downloaded instability v0.3.11 |
| 712 | 2026-05-18T17:54:04.866Z | Downloaded camino-tempfile-ext v0.3.3 |
| 713 | 2026-05-18T17:54:04.866Z | Downloaded keccak v0.1.6 |
| 714 | 2026-05-18T17:54:04.870Z | Downloaded foldhash v0.1.5 |
| 715 | 2026-05-18T17:54:04.870Z | Downloaded drift v0.1.4 |
| 716 | 2026-05-18T17:54:04.874Z | Downloaded kstat-rs v0.2.4 |
| 717 | 2026-05-18T17:54:04.877Z | Downloaded elliptic-curve v0.13.8 |
| 718 | 2026-05-18T17:54:04.880Z | Downloaded cookie_store v0.22.1 |
| 719 | 2026-05-18T17:54:04.880Z | Downloaded colored v3.1.1 |
| 720 | 2026-05-18T17:54:04.883Z | Downloaded libscf-sys v1.1.0 |
| 721 | 2026-05-18T17:54:04.883Z | Downloaded lalrpop-util v0.19.12 |
| 722 | 2026-05-18T17:54:04.886Z | Downloaded futures-io v0.3.32 |
| 723 | 2026-05-18T17:54:04.886Z | Downloaded hex v0.4.3 |
| 724 | 2026-05-18T17:54:04.886Z | Downloaded group v0.13.0 |
| 725 | 2026-05-18T17:54:04.888Z | Downloaded lru-slab v0.1.2 |
| 726 | 2026-05-18T17:54:04.888Z | Downloaded lru-cache v0.1.2 |
| 727 | 2026-05-18T17:54:04.888Z | Downloaded lazy_static v1.5.0 |
| 728 | 2026-05-18T17:54:04.891Z | Downloaded lru v0.12.5 |
| 729 | 2026-05-18T17:54:04.891Z | Downloaded glob v0.3.3 |
| 730 | 2026-05-18T17:54:04.894Z | Downloaded http-body-util v0.1.3 |
| 731 | 2026-05-18T17:54:04.894Z | Downloaded ciborium v0.2.2 |
| 732 | 2026-05-18T17:54:04.896Z | Downloaded diff v0.1.13 |
| 733 | 2026-05-18T17:54:04.896Z | Downloaded const-oid v0.9.6 |
| 734 | 2026-05-18T17:54:04.899Z | Downloaded foldhash v0.2.0 |
| 735 | 2026-05-18T17:54:04.899Z | Downloaded highway v1.3.0 |
| 736 | 2026-05-18T17:54:04.903Z | Downloaded darling_core v0.21.3 |
| 737 | 2026-05-18T17:54:04.906Z | Downloaded hyper-staticfile v0.10.1 |
| 738 | 2026-05-18T17:54:04.906Z | Downloaded maybe-uninit v2.0.0 |
| 739 | 2026-05-18T17:54:04.908Z | Downloaded match_cfg v0.1.0 |
| 740 | 2026-05-18T17:54:04.908Z | Downloaded managed v0.8.0 |
| 741 | 2026-05-18T17:54:04.908Z | Downloaded linked-hash-map v0.5.6 |
| 742 | 2026-05-18T17:54:04.911Z | Downloaded mime v0.3.17 |
| 743 | 2026-05-18T17:54:04.911Z | Downloaded hostname v0.3.1 |
| 744 | 2026-05-18T17:54:04.914Z | Downloaded memoffset v0.9.1 |
| 745 | 2026-05-18T17:54:04.914Z | Downloaded md-5 v0.10.6 |
| 746 | 2026-05-18T17:54:04.914Z | Downloaded md5 v0.7.0 |
| 747 | 2026-05-18T17:54:04.916Z | Downloaded maplit v1.0.2 |
| 748 | 2026-05-18T17:54:04.916Z | Downloaded lzss v0.8.2 |
| 749 | 2026-05-18T17:54:04.919Z | Downloaded new_debug_unreachable v1.0.6 |
| 750 | 2026-05-18T17:54:04.919Z | Downloaded ingot-types v0.1.2 |
| 751 | 2026-05-18T17:54:04.922Z | Downloaded humantime v2.3.0 |
| 752 | 2026-05-18T17:54:04.922Z | Downloaded cancel-safe-futures v0.1.5 |
| 753 | 2026-05-18T17:54:04.925Z | Downloaded blake2 v0.10.6 |
| 754 | 2026-05-18T17:54:04.925Z | Downloaded nibble_vec v0.1.0 |
| 755 | 2026-05-18T17:54:04.927Z | Downloaded hyper-tls v0.6.0 |
| 756 | 2026-05-18T17:54:04.927Z | Downloaded ipnetwork v0.21.1 |
| 757 | 2026-05-18T17:54:04.930Z | Downloaded ingot v0.1.1 |
| 758 | 2026-05-18T17:54:04.930Z | Downloaded indoc v2.0.7 |
| 759 | 2026-05-18T17:54:04.933Z | Downloaded nodrop v0.1.14 |
| 760 | 2026-05-18T17:54:04.933Z | Downloaded newtype_derive v0.1.6 |
| 761 | 2026-05-18T17:54:04.936Z | Downloaded newtype-uuid-macros v0.1.0 |
| 762 | 2026-05-18T17:54:04.936Z | Downloaded nonempty v0.12.0 |
| 763 | 2026-05-18T17:54:04.936Z | Downloaded multimap v0.10.1 |
| 764 | 2026-05-18T17:54:04.938Z | Downloaded ipnet v2.11.0 |
| 765 | 2026-05-18T17:54:04.938Z | Downloaded buf-list v1.1.2 |
| 766 | 2026-05-18T17:54:04.941Z | Downloaded newline-converter v0.3.0 |
| 767 | 2026-05-18T17:54:04.941Z | Downloaded libefi-sys v0.1.0 |
| 768 | 2026-05-18T17:54:04.941Z | Downloaded jobserver v0.1.34 |
| 769 | 2026-05-18T17:54:04.944Z | Downloaded getrandom v0.2.17 |
| 770 | 2026-05-18T17:54:04.947Z | Downloaded half v1.8.3 |
| 771 | 2026-05-18T17:54:04.947Z | Downloaded normalize-line-endings v0.3.0 |
| 772 | 2026-05-18T17:54:04.950Z | Downloaded futures-channel v0.3.32 |
| 773 | 2026-05-18T17:54:04.950Z | Downloaded console v0.16.2 |
| 774 | 2026-05-18T17:54:04.953Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 775 | 2026-05-18T17:54:04.953Z | Downloaded openssl-macros v0.1.1 |
| 776 | 2026-05-18T17:54:04.953Z | Downloaded fatfs v0.3.6 |
| 777 | 2026-05-18T17:54:04.955Z | Downloaded num-derive v0.4.2 |
| 778 | 2026-05-18T17:54:04.958Z | Downloaded num-derive v0.3.3 |
| 779 | 2026-05-18T17:54:04.958Z | Downloaded libsw-core v0.3.2 |
| 780 | 2026-05-18T17:54:04.961Z | Downloaded hyper-rustls v0.27.7 |
| 781 | 2026-05-18T17:54:04.961Z | Downloaded chacha20poly1305 v0.10.1 |
| 782 | 2026-05-18T17:54:04.964Z | Downloaded crc-any v2.5.0 |
| 783 | 2026-05-18T17:54:04.964Z | Downloaded dropshot_endpoint v0.16.7 |
| 784 | 2026-05-18T17:54:04.967Z | Downloaded hmac v0.12.1 |
| 785 | 2026-05-18T17:54:04.967Z | Downloaded num_enum_derive v0.5.11 |
| 786 | 2026-05-18T17:54:04.971Z | Downloaded olpc-cjson v0.1.4 |
| 787 | 2026-05-18T17:54:04.971Z | Downloaded openssl-probe v0.2.1 |
| 788 | 2026-05-18T17:54:04.971Z | Downloaded opaque-debug v0.3.1 |
| 789 | 2026-05-18T17:54:04.971Z | Downloaded iana-time-zone v0.1.65 |
| 790 | 2026-05-18T17:54:04.974Z | Downloaded cc v1.2.56 |
| 791 | 2026-05-18T17:54:04.976Z | Downloaded fs_extra v1.3.0 |
| 792 | 2026-05-18T17:54:04.977Z | Downloaded num_threads v0.1.7 |
| 793 | 2026-05-18T17:54:04.979Z | Downloaded getrandom v0.3.4 |
| 794 | 2026-05-18T17:54:04.981Z | Downloaded futures v0.3.32 |
| 795 | 2026-05-18T17:54:04.984Z | Downloaded native-tls v0.2.18 |
| 796 | 2026-05-18T17:54:04.987Z | Downloaded nanorand v0.7.0 |
| 797 | 2026-05-18T17:54:04.987Z | Downloaded multer v3.1.0 |
| 798 | 2026-05-18T17:54:04.990Z | Downloaded parse-display v0.10.0 |
| 799 | 2026-05-18T17:54:04.990Z | Downloaded packed_struct_codegen v0.10.1 |
| 800 | 2026-05-18T17:54:04.992Z | Downloaded parse-size v1.1.0 |
| 801 | 2026-05-18T17:54:04.992Z | Downloaded newtype-uuid v1.3.2 |
| 802 | 2026-05-18T17:54:04.992Z | Downloaded bumpalo v3.20.2 |
| 803 | 2026-05-18T17:54:04.995Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-05-18T17:54:04.995Z | Downloaded flume v0.11.1 |
| 805 | 2026-05-18T17:54:04.997Z | Downloaded ingot-macros v0.1.1 |
| 806 | 2026-05-18T17:54:05.000Z | Downloaded expectorate v1.2.0 |
| 807 | 2026-05-18T17:54:05.000Z | Downloaded crypto-bigint v0.5.5 |
| 808 | 2026-05-18T17:54:05.004Z | Downloaded pbkdf2 v0.12.2 |
| 809 | 2026-05-18T17:54:05.006Z | Downloaded pbkdf2 v0.11.0 |
| 810 | 2026-05-18T17:54:05.007Z | Downloaded libloading v0.8.9 |
| 811 | 2026-05-18T17:54:05.009Z | Downloaded path-slash v0.1.5 |
| 812 | 2026-05-18T17:54:05.009Z | Downloaded lock_api v0.4.14 |
| 813 | 2026-05-18T17:54:05.012Z | Downloaded num_enum_derive v0.7.5 |
| 814 | 2026-05-18T17:54:05.012Z | Downloaded compact_str v0.8.1 |
| 815 | 2026-05-18T17:54:05.015Z | Downloaded peg-runtime v0.8.5 |
| 816 | 2026-05-18T17:54:05.015Z | Downloaded linear-map v1.2.0 |
| 817 | 2026-05-18T17:54:05.017Z | Downloaded phf_shared v0.11.3 |
| 818 | 2026-05-18T17:54:05.017Z | Downloaded phf_shared v0.12.1 |
| 819 | 2026-05-18T17:54:05.020Z | Downloaded libsw v3.5.0 |
| 820 | 2026-05-18T17:54:05.020Z | Downloaded httparse v1.10.1 |
| 821 | 2026-05-18T17:54:05.023Z | Downloaded pin-utils v0.1.0 |
| 822 | 2026-05-18T17:54:05.023Z | Downloaded bytes v1.11.1 |
| 823 | 2026-05-18T17:54:05.025Z | Downloaded num-rational v0.4.2 |
| 824 | 2026-05-18T17:54:05.025Z | Downloaded nu-ansi-term v0.50.3 |
| 825 | 2026-05-18T17:54:05.028Z | Downloaded num_enum v0.7.5 |
| 826 | 2026-05-18T17:54:05.031Z | Downloaded num_enum v0.5.11 |
| 827 | 2026-05-18T17:54:05.033Z | Downloaded phf_shared v0.13.1 |
| 828 | 2026-05-18T17:54:05.036Z | Downloaded num-integer v0.1.46 |
| 829 | 2026-05-18T17:54:05.036Z | Downloaded memmap2 v0.9.10 |
| 830 | 2026-05-18T17:54:05.039Z | Downloaded openssl-probe v0.1.6 |
| 831 | 2026-05-18T17:54:05.039Z | Downloaded mime_guess v2.0.5 |
| 832 | 2026-05-18T17:54:05.042Z | Downloaded predicates-core v1.0.10 |
| 833 | 2026-05-18T17:54:05.042Z | Downloaded powerfmt v0.2.0 |
| 834 | 2026-05-18T17:54:05.042Z | Downloaded num-iter v0.1.45 |
| 835 | 2026-05-18T17:54:05.044Z | Downloaded num-conv v0.2.0 |
| 836 | 2026-05-18T17:54:05.044Z | Downloaded num v0.4.3 |
| 837 | 2026-05-18T17:54:05.044Z | Downloaded precomputed-hash v0.1.1 |
| 838 | 2026-05-18T17:54:05.047Z | Downloaded indexmap v1.9.3 |
| 839 | 2026-05-18T17:54:05.047Z | Downloaded predicates-tree v1.0.13 |
| 840 | 2026-05-18T17:54:05.049Z | Downloaded oxnet v0.1.4 |
| 841 | 2026-05-18T17:54:05.050Z | Downloaded darling v0.21.3 |
| 842 | 2026-05-18T17:54:05.052Z | Downloaded clang-sys v1.8.1 |
| 843 | 2026-05-18T17:54:05.055Z | Downloaded chacha20 v0.10.0 |
| 844 | 2026-05-18T17:54:05.074Z | Downloaded proc-macro-crate v1.3.1 |
| 845 | 2026-05-18T17:54:05.077Z | Downloaded parse-display-derive v0.10.0 |
| 846 | 2026-05-18T17:54:05.077Z | Downloaded packed_struct v0.10.1 |
| 847 | 2026-05-18T17:54:05.077Z | Downloaded owo-colors v4.3.0 |
| 848 | 2026-05-18T17:54:05.080Z | Downloaded ignore v0.4.25 |
| 849 | 2026-05-18T17:54:05.080Z | Downloaded heapless v0.7.17 |
| 850 | 2026-05-18T17:54:05.083Z | Downloaded progenitor-client v0.14.0 |
| 851 | 2026-05-18T17:54:05.085Z | Downloaded progenitor-client v0.11.2 |
| 852 | 2026-05-18T17:54:05.085Z | Downloaded progenitor-client v0.10.0 |
| 853 | 2026-05-18T17:54:05.085Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 854 | 2026-05-18T17:54:05.085Z | Downloaded proc-macro-crate v3.4.0 |
| 855 | 2026-05-18T17:54:05.088Z | Downloaded paste v1.0.15 |
| 856 | 2026-05-18T17:54:05.091Z | Downloaded progenitor-macro v0.10.0 |
| 857 | 2026-05-18T17:54:05.091Z | Downloaded aes v0.8.4 |
| 858 | 2026-05-18T17:54:05.095Z | Downloaded phf v0.13.1 |
| 859 | 2026-05-18T17:54:05.095Z | Downloaded phf v0.12.1 |
| 860 | 2026-05-18T17:54:05.097Z | Downloaded pem-rfc7468 v0.7.0 |
| 861 | 2026-05-18T17:54:05.097Z | Downloaded progenitor-macro v0.14.0 |
| 862 | 2026-05-18T17:54:05.098Z | Downloaded progenitor-macro v0.13.0 |
| 863 | 2026-05-18T17:54:05.100Z | Downloaded progenitor-macro v0.11.2 |
| 864 | 2026-05-18T17:54:05.100Z | Downloaded pem v3.0.6 |
| 865 | 2026-05-18T17:54:05.100Z | Downloaded peg-macros v0.8.5 |
| 866 | 2026-05-18T17:54:05.104Z | Downloaded peg v0.8.5 |
| 867 | 2026-05-18T17:54:05.107Z | Downloaded rand_chacha v0.3.1 |
| 868 | 2026-05-18T17:54:05.107Z | Downloaded quick-error v1.2.3 |
| 869 | 2026-05-18T17:54:05.107Z | Downloaded headers v0.4.1 |
| 870 | 2026-05-18T17:54:05.109Z | Downloaded pin-project-lite v0.2.17 |
| 871 | 2026-05-18T17:54:05.112Z | Downloaded pkcs8 v0.10.2 |
| 872 | 2026-05-18T17:54:05.116Z | Downloaded darling_core v0.20.11 |
| 873 | 2026-05-18T17:54:05.119Z | Downloaded rand_xorshift v0.4.0 |
| 874 | 2026-05-18T17:54:05.119Z | Downloaded radium v0.7.0 |
| 875 | 2026-05-18T17:54:05.122Z | Downloaded postgres-protocol v0.6.10 |
| 876 | 2026-05-18T17:54:05.122Z | Downloaded polyval v0.6.2 |
| 877 | 2026-05-18T17:54:05.125Z | Downloaded predicates v3.1.4 |
| 878 | 2026-05-18T17:54:05.125Z | Downloaded indicatif v0.18.4 |
| 879 | 2026-05-18T17:54:05.128Z | Downloaded ppv-lite86 v0.2.21 |
| 880 | 2026-05-18T17:54:05.131Z | Downloaded crossbeam-channel v0.5.15 |
| 881 | 2026-05-18T17:54:05.134Z | Downloaded ref-cast-impl v1.0.25 |
| 882 | 2026-05-18T17:54:05.134Z | Downloaded recursive v0.1.1 |
| 883 | 2026-05-18T17:54:05.134Z | Downloaded derive_more-impl v2.1.1 |
| 884 | 2026-05-18T17:54:05.137Z | Downloaded ed25519-dalek v2.2.0 |
| 885 | 2026-05-18T17:54:05.140Z | Downloaded progenitor v0.13.0 |
| 886 | 2026-05-18T17:54:05.140Z | Downloaded progenitor v0.11.2 |
| 887 | 2026-05-18T17:54:05.143Z | Downloaded base64 v0.21.7 |
| 888 | 2026-05-18T17:54:05.146Z | Downloaded ref-cast v1.0.25 |
| 889 | 2026-05-18T17:54:05.148Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 890 | 2026-05-18T17:54:05.148Z | Downloaded progenitor v0.10.0 |
| 891 | 2026-05-18T17:54:05.148Z | Downloaded progenitor-client v0.13.0 |
| 892 | 2026-05-18T17:54:05.151Z | Downloaded parking_lot v0.11.2 |
| 893 | 2026-05-18T17:54:05.151Z | Downloaded progenitor-extras v0.2.0 |
| 894 | 2026-05-18T17:54:05.154Z | Downloaded progenitor v0.14.0 |
| 895 | 2026-05-18T17:54:05.154Z | Downloaded proc-macro-error2 v2.0.1 |
| 896 | 2026-05-18T17:54:05.157Z | Downloaded rfc6979 v0.4.0 |
| 897 | 2026-05-18T17:54:05.157Z | Downloaded hickory-resolver v0.25.2 |
| 898 | 2026-05-18T17:54:05.159Z | Downloaded hickory-resolver v0.24.4 |
| 899 | 2026-05-18T17:54:05.162Z | Downloaded async-compression v0.4.41 |
| 900 | 2026-05-18T17:54:05.165Z | Downloaded psl-types v2.0.11 |
| 901 | 2026-05-18T17:54:05.168Z | Downloaded psm v0.1.30 |
| 902 | 2026-05-18T17:54:05.171Z | Downloaded password-hash v0.4.2 |
| 903 | 2026-05-18T17:54:05.171Z | Downloaded rustc-hash v2.1.1 |
| 904 | 2026-05-18T17:54:05.174Z | Downloaded russh-cryptovec v0.7.3 |
| 905 | 2026-05-18T17:54:05.174Z | Downloaded rtoolbox v0.0.3 |
| 906 | 2026-05-18T17:54:05.174Z | Downloaded derive_more v2.1.1 |
| 907 | 2026-05-18T17:54:05.180Z | Downloaded poly1305 v0.8.0 |
| 908 | 2026-05-18T17:54:05.183Z | Downloaded r2d2 v0.8.10 |
| 909 | 2026-05-18T17:54:05.185Z | Downloaded pkcs5 v0.7.1 |
| 910 | 2026-05-18T17:54:05.185Z | Downloaded miniz_oxide v0.8.9 |
| 911 | 2026-05-18T17:54:05.188Z | Downloaded rand_chacha v0.9.0 |
| 912 | 2026-05-18T17:54:05.191Z | Downloaded rustc_version v0.4.1 |
| 913 | 2026-05-18T17:54:05.191Z | Downloaded rustc_version v0.1.7 |
| 914 | 2026-05-18T17:54:05.191Z | Downloaded heapless v0.8.0 |
| 915 | 2026-05-18T17:54:05.193Z | Downloaded papergrid v0.17.0 |
| 916 | 2026-05-18T17:54:05.196Z | Downloaded same-file v1.0.6 |
| 917 | 2026-05-18T17:54:05.199Z | Downloaded postgres-types v0.2.12 |
| 918 | 2026-05-18T17:54:05.201Z | Downloaded parking_lot v0.12.5 |
| 919 | 2026-05-18T17:54:05.202Z | Downloaded p256 v0.13.2 |
| 920 | 2026-05-18T17:54:05.204Z | Downloaded scheduled-thread-pool v0.2.7 |
| 921 | 2026-05-18T17:54:05.207Z | Downloaded sapling-renderdag v0.1.0 |
| 922 | 2026-05-18T17:54:05.207Z | Downloaded salsa20 v0.10.2 |
| 923 | 2026-05-18T17:54:05.208Z | Downloaded flate2 v1.1.9 |
| 924 | 2026-05-18T17:54:05.210Z | Downloaded rand_seeder v0.4.0 |
| 925 | 2026-05-18T17:54:05.213Z | Downloaded scopeguard v1.2.0 |
| 926 | 2026-05-18T17:54:05.213Z | Downloaded primeorder v0.13.6 |
| 927 | 2026-05-18T17:54:05.217Z | Downloaded crossterm v0.29.0 |
| 928 | 2026-05-18T17:54:05.220Z | Downloaded rand_core v0.10.0 |
| 929 | 2026-05-18T17:54:05.220Z | Downloaded oso v0.27.3 |
| 930 | 2026-05-18T17:54:05.223Z | Downloaded secrecy v0.8.0 |
| 931 | 2026-05-18T17:54:05.223Z | Downloaded dropshot-api-manager v0.7.1 |
| 932 | 2026-05-18T17:54:05.226Z | Downloaded darling_core v0.23.0 |
| 933 | 2026-05-18T17:54:05.229Z | Downloaded scrypt v0.11.0 |
| 934 | 2026-05-18T17:54:05.232Z | Downloaded semver v0.1.20 |
| 935 | 2026-05-18T17:54:05.232Z | Downloaded resolv-conf v0.7.6 |
| 936 | 2026-05-18T17:54:05.232Z | Downloaded base64 v0.22.1 |
| 937 | 2026-05-18T17:54:05.234Z | Downloaded scroll_derive v0.13.1 |
| 938 | 2026-05-18T17:54:05.234Z | Downloaded parking_lot_core v0.9.12 |
| 939 | 2026-05-18T17:54:05.237Z | Downloaded oxide-tokio-rt v0.1.4 |
| 940 | 2026-05-18T17:54:05.240Z | Downloaded secrecy v0.10.3 |
| 941 | 2026-05-18T17:54:05.240Z | Downloaded quinn-udp v0.5.14 |
| 942 | 2026-05-18T17:54:05.240Z | Downloaded pkg-config v0.3.32 |
| 943 | 2026-05-18T17:54:05.244Z | Downloaded serde-big-array v0.5.1 |
| 944 | 2026-05-18T17:54:05.244Z | Downloaded serde_bytes v0.11.19 |
| 945 | 2026-05-18T17:54:05.247Z | Downloaded serde_repr v0.1.20 |
| 946 | 2026-05-18T17:54:05.247Z | Downloaded sha1 v0.10.6 |
| 947 | 2026-05-18T17:54:05.247Z | Downloaded seq-macro v0.3.6 |
| 948 | 2026-05-18T17:54:05.249Z | Downloaded rand_core v0.6.4 |
| 949 | 2026-05-18T17:54:05.250Z | Downloaded prefix-trie v0.7.0 |
| 950 | 2026-05-18T17:54:05.252Z | Downloaded pkcs1 v0.7.5 |
| 951 | 2026-05-18T17:54:05.252Z | Downloaded serde_plain v1.0.2 |
| 952 | 2026-05-18T17:54:05.255Z | Downloaded pin-project-internal v1.1.11 |
| 953 | 2026-05-18T17:54:05.255Z | Downloaded shell-words v1.1.1 |
| 954 | 2026-05-18T17:54:05.258Z | Downloaded serde_urlencoded v0.7.1 |
| 955 | 2026-05-18T17:54:05.258Z | Downloaded serde_spanned v1.0.4 |
| 956 | 2026-05-18T17:54:05.258Z | Downloaded omicron-zone-package v0.12.2 |
| 957 | 2026-05-18T17:54:05.260Z | Downloaded signature v2.2.0 |
| 958 | 2026-05-18T17:54:05.263Z | Downloaded signal-hook-tokio v0.3.1 |
| 959 | 2026-05-18T17:54:05.263Z | Downloaded minimal-lexical v0.2.1 |
| 960 | 2026-05-18T17:54:05.266Z | Downloaded jiff-static v0.2.21 |
| 961 | 2026-05-18T17:54:05.269Z | Downloaded sigpipe v0.1.3 |
| 962 | 2026-05-18T17:54:05.269Z | Downloaded rustls-pemfile v1.0.4 |
| 963 | 2026-05-18T17:54:05.272Z | Downloaded rustls-native-certs v0.8.3 |
| 964 | 2026-05-18T17:54:05.272Z | Downloaded rand_core v0.9.5 |
| 965 | 2026-05-18T17:54:05.274Z | Downloaded rusty-fork v0.3.1 |
| 966 | 2026-05-18T17:54:05.274Z | Downloaded rustversion v1.0.22 |
| 967 | 2026-05-18T17:54:05.277Z | Downloaded rustls-pemfile v2.2.0 |
| 968 | 2026-05-18T17:54:05.277Z | Downloaded diesel_derives v2.3.7 |
| 969 | 2026-05-18T17:54:05.281Z | Downloaded siphasher v1.0.2 |
| 970 | 2026-05-18T17:54:05.283Z | Downloaded openssl-sys v0.9.115 |
| 971 | 2026-05-18T17:54:05.286Z | Downloaded hashbrown v0.12.3 |
| 972 | 2026-05-18T17:54:05.289Z | Downloaded postcard v1.1.3 |
| 973 | 2026-05-18T17:54:05.292Z | Downloaded pin-project v1.1.11 |
| 974 | 2026-05-18T17:54:05.296Z | Downloaded slog-envlogger v2.2.0 |
| 975 | 2026-05-18T17:54:05.299Z | Downloaded sec1 v0.7.3 |
| 976 | 2026-05-18T17:54:05.301Z | Downloaded crossterm v0.28.1 |
| 977 | 2026-05-18T17:54:05.304Z | Downloaded progenitor-impl v0.14.0 |
| 978 | 2026-05-18T17:54:05.307Z | Downloaded slog-bunyan v2.5.0 |
| 979 | 2026-05-18T17:54:05.307Z | Downloaded half v2.7.1 |
| 980 | 2026-05-18T17:54:05.310Z | Downloaded serde-hex v0.1.0 |
| 981 | 2026-05-18T17:54:05.310Z | Downloaded scroll v0.13.0 |
| 982 | 2026-05-18T17:54:05.313Z | Downloaded num-complex v0.4.6 |
| 983 | 2026-05-18T17:54:05.313Z | Downloaded litrs v1.0.0 |
| 984 | 2026-05-18T17:54:05.316Z | Downloaded sqlparser_derive v0.5.0 |
| 985 | 2026-05-18T17:54:05.316Z | Downloaded serde_path_to_error v0.1.20 |
| 986 | 2026-05-18T17:54:05.316Z | Downloaded progenitor-impl v0.13.0 |
| 987 | 2026-05-18T17:54:05.319Z | Downloaded sct v0.7.1 |
| 988 | 2026-05-18T17:54:05.322Z | Downloaded hyper-util v0.1.20 |
| 989 | 2026-05-18T17:54:05.324Z | Downloaded ssh-encoding v0.2.0 |
| 990 | 2026-05-18T17:54:05.327Z | Downloaded ssh-cipher v0.2.0 |
| 991 | 2026-05-18T17:54:05.327Z | Downloaded signal-hook-mio v0.2.5 |
| 992 | 2026-05-18T17:54:05.327Z | Downloaded shlex v1.3.0 |
| 993 | 2026-05-18T17:54:05.329Z | Downloaded hashbrown v0.13.2 |
| 994 | 2026-05-18T17:54:05.332Z | Downloaded simd-adler32 v0.3.8 |
| 995 | 2026-05-18T17:54:05.332Z | Downloaded signal-hook-registry v1.4.8 |
| 996 | 2026-05-18T17:54:05.335Z | Downloaded aes-gcm v0.10.3 |
| 997 | 2026-05-18T17:54:05.337Z | Downloaded pretty_assertions v1.4.1 |
| 998 | 2026-05-18T17:54:05.337Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2026-05-18T17:54:05.341Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1000 | 2026-05-18T17:54:05.341Z | Downloaded const_format v0.2.35 |
| 1001 | 2026-05-18T17:54:05.343Z | Downloaded strum v0.26.3 |
| 1002 | 2026-05-18T17:54:05.343Z | Downloaded structmeta v0.3.0 |
| 1003 | 2026-05-18T17:54:05.346Z | Downloaded strum v0.27.2 |
| 1004 | 2026-05-18T17:54:05.346Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1005 | 2026-05-18T17:54:05.346Z | Downloaded slab v0.4.12 |
| 1006 | 2026-05-18T17:54:05.349Z | Downloaded password-hash v0.5.0 |
| 1007 | 2026-05-18T17:54:05.349Z | Downloaded schemars_derive v0.8.22 |
| 1008 | 2026-05-18T17:54:05.352Z | Downloaded rcgen v0.12.1 |
| 1009 | 2026-05-18T17:54:05.352Z | Downloaded progenitor-impl v0.11.2 |
| 1010 | 2026-05-18T17:54:05.354Z | Downloaded http v1.4.0 |
| 1011 | 2026-05-18T17:54:05.357Z | Downloaded take_mut v0.2.2 |
| 1012 | 2026-05-18T17:54:05.357Z | Downloaded tabled_derive v0.11.0 |
| 1013 | 2026-05-18T17:54:05.360Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-05-18T17:54:05.360Z | Downloaded sync-ptr v0.1.4 |
| 1015 | 2026-05-18T17:54:05.360Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-05-18T17:54:05.363Z | Downloaded supports-color v3.0.2 |
| 1017 | 2026-05-18T17:54:05.363Z | Downloaded tagptr v0.2.0 |
| 1018 | 2026-05-18T17:54:05.363Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-05-18T17:54:05.365Z | Downloaded smallvec v0.6.14 |
| 1020 | 2026-05-18T17:54:05.365Z | Downloaded time-core v0.1.8 |
| 1021 | 2026-05-18T17:54:05.369Z | Downloaded thread-id v5.1.0 |
| 1022 | 2026-05-18T17:54:05.369Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-05-18T17:54:05.369Z | Downloaded progenitor-impl v0.10.0 |
| 1024 | 2026-05-18T17:54:05.374Z | Downloaded tap v1.0.1 |
| 1025 | 2026-05-18T17:54:05.374Z | Downloaded slog-term v2.9.2 |
| 1026 | 2026-05-18T17:54:05.380Z | Downloaded slog-scope v4.4.1 |
| 1027 | 2026-05-18T17:54:05.380Z | Downloaded slog-json v2.6.1 |
| 1028 | 2026-05-18T17:54:05.380Z | Downloaded testing_table v0.3.0 |
| 1029 | 2026-05-18T17:54:05.380Z | Downloaded smf v0.2.3 |
| 1030 | 2026-05-18T17:54:05.380Z | Downloaded aho-corasick v1.1.4 |
| 1031 | 2026-05-18T17:54:05.383Z | Downloaded spki v0.7.3 |
| 1032 | 2026-05-18T17:54:05.383Z | Downloaded sqlformat v0.3.5 |
| 1033 | 2026-05-18T17:54:05.385Z | Downloaded snafu-derive v0.8.9 |
| 1034 | 2026-05-18T17:54:05.385Z | Downloaded termtree v0.5.1 |
| 1035 | 2026-05-18T17:54:05.388Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1036 | 2026-05-18T17:54:05.388Z | Downloaded ron v0.8.1 |
| 1037 | 2026-05-18T17:54:05.391Z | Downloaded russh-keys v0.45.0 |
| 1038 | 2026-05-18T17:54:05.394Z | Downloaded stacker v0.1.23 |
| 1039 | 2026-05-18T17:54:05.396Z | Downloaded serde_with_macros v3.17.0 |
| 1040 | 2026-05-18T17:54:05.396Z | Downloaded static_assertions v1.1.0 |
| 1041 | 2026-05-18T17:54:05.399Z | Downloaded num-bigint v0.4.6 |
| 1042 | 2026-05-18T17:54:05.402Z | Downloaded slog-stdlog v4.1.1 |
| 1043 | 2026-05-18T17:54:05.402Z | Downloaded slog-dtrace v0.3.0 |
| 1044 | 2026-05-18T17:54:05.405Z | Downloaded hickory-server v0.25.2 |
| 1045 | 2026-05-18T17:54:05.407Z | Downloaded stringprep v0.1.5 |
| 1046 | 2026-05-18T17:54:05.407Z | Downloaded ryu v1.0.23 |
| 1047 | 2026-05-18T17:54:05.411Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1048 | 2026-05-18T17:54:05.414Z | Downloaded tinyvec_macros v0.1.1 |
| 1049 | 2026-05-18T17:54:05.414Z | Downloaded strum_macros v0.24.3 |
| 1050 | 2026-05-18T17:54:05.414Z | Downloaded rustls-pki-types v1.14.0 |
| 1051 | 2026-05-18T17:54:05.417Z | Downloaded tokio-macros v2.7.0 |
| 1052 | 2026-05-18T17:54:05.417Z | Downloaded mio v1.2.0 |
| 1053 | 2026-05-18T17:54:05.420Z | Downloaded rayon-core v1.13.0 |
| 1054 | 2026-05-18T17:54:05.422Z | Downloaded support-bundle-viewer v0.1.2 |
| 1055 | 2026-05-18T17:54:05.425Z | Downloaded slog-async v2.8.0 |
| 1056 | 2026-05-18T17:54:05.425Z | Downloaded prettyplease v0.2.37 |
| 1057 | 2026-05-18T17:54:05.428Z | Downloaded termios v0.3.3 |
| 1058 | 2026-05-18T17:54:05.431Z | Downloaded schemars v0.8.22 |
| 1059 | 2026-05-18T17:54:05.436Z | Downloaded itertools v0.10.5 |
| 1060 | 2026-05-18T17:54:05.440Z | Downloaded nom v7.1.3 |
| 1061 | 2026-05-18T17:54:05.443Z | Downloaded thiserror-no-std v2.0.2 |
| 1062 | 2026-05-18T17:54:05.446Z | Downloaded tower-layer v0.3.3 |
| 1063 | 2026-05-18T17:54:05.450Z | Downloaded rand v0.8.6 |
| 1064 | 2026-05-18T17:54:05.453Z | Downloaded thread_local v1.1.9 |
| 1065 | 2026-05-18T17:54:05.453Z | Downloaded tiny-keccak v2.0.2 |
| 1066 | 2026-05-18T17:54:05.453Z | Downloaded serde_cbor v0.11.2 |
| 1067 | 2026-05-18T17:54:05.455Z | Downloaded publicsuffix v2.3.0 |
| 1068 | 2026-05-18T17:54:05.460Z | Downloaded libxml v0.3.3 |
| 1069 | 2026-05-18T17:54:05.463Z | Downloaded try-lock v0.2.5 |
| 1070 | 2026-05-18T17:54:05.463Z | Downloaded time-macros v0.2.27 |
| 1071 | 2026-05-18T17:54:05.463Z | Downloaded iri-string v0.7.10 |
| 1072 | 2026-05-18T17:54:05.468Z | Downloaded trait-variant v0.1.2 |
| 1073 | 2026-05-18T17:54:05.471Z | Downloaded string_cache v0.8.9 |
| 1074 | 2026-05-18T17:54:05.471Z | Downloaded signal-hook v0.3.18 |
| 1075 | 2026-05-18T17:54:05.474Z | Downloaded tower-service v0.3.3 |
| 1076 | 2026-05-18T17:54:05.474Z | Downloaded strum_macros v0.26.4 |
| 1077 | 2026-05-18T17:54:05.474Z | Downloaded tls_codec_derive v0.4.2 |
| 1078 | 2026-05-18T17:54:05.476Z | Downloaded tls_codec v0.4.2 |
| 1079 | 2026-05-18T17:54:05.476Z | Downloaded parking_lot_core v0.8.6 |
| 1080 | 2026-05-18T17:54:05.479Z | Downloaded async-bb8-diesel v0.2.1 |
| 1081 | 2026-05-18T17:54:05.482Z | Downloaded crossbeam-utils v0.8.21 |
| 1082 | 2026-05-18T17:54:05.482Z | Downloaded universal-hash v0.5.1 |
| 1083 | 2026-05-18T17:54:05.485Z | Downloaded unit-prefix v0.5.2 |
| 1084 | 2026-05-18T17:54:05.485Z | Downloaded tokio-dtrace v0.1.1 |
| 1085 | 2026-05-18T17:54:05.485Z | Downloaded async-trait v0.1.89 |
| 1086 | 2026-05-18T17:54:05.488Z | Downloaded typify-macro v0.6.2 |
| 1087 | 2026-05-18T17:54:05.488Z | Downloaded tokio-native-tls v0.3.1 |
| 1088 | 2026-05-18T17:54:05.491Z | Downloaded typify-macro v0.4.3 |
| 1089 | 2026-05-18T17:54:05.491Z | Downloaded defmt-macros v1.0.1 |
| 1090 | 2026-05-18T17:54:05.493Z | Downloaded unicode-truncate v1.1.0 |
| 1091 | 2026-05-18T17:54:05.493Z | Downloaded similar v2.7.0 |
| 1092 | 2026-05-18T17:54:05.496Z | Downloaded hashbrown v0.16.1 |
| 1093 | 2026-05-18T17:54:05.500Z | Downloaded term v1.2.1 |
| 1094 | 2026-05-18T17:54:05.503Z | Downloaded slog v2.8.2 |
| 1095 | 2026-05-18T17:54:05.505Z | Downloaded usdt v0.6.0 |
| 1096 | 2026-05-18T17:54:05.505Z | Downloaded utf-8 v0.7.6 |
| 1097 | 2026-05-18T17:54:05.508Z | Downloaded usdt-macro v0.6.0 |
| 1098 | 2026-05-18T17:54:05.508Z | Downloaded num-bigint-dig v0.8.6 |
| 1099 | 2026-05-18T17:54:05.511Z | Downloaded tokio-tungstenite v0.23.1 |
| 1100 | 2026-05-18T17:54:05.514Z | Downloaded untrusted v0.9.0 |
| 1101 | 2026-05-18T17:54:05.514Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1102 | 2026-05-18T17:54:05.516Z | Downloaded topological-sort v0.2.2 |
| 1103 | 2026-05-18T17:54:05.516Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1104 | 2026-05-18T17:54:05.516Z | Downloaded socket2 v0.5.10 |
| 1105 | 2026-05-18T17:54:05.519Z | Downloaded schemars v0.9.0 |
| 1106 | 2026-05-18T17:54:05.525Z | Downloaded iddqd v0.3.18 |
| 1107 | 2026-05-18T17:54:05.530Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1108 | 2026-05-18T17:54:05.532Z | Downloaded tui-tree-widget v0.23.1 |
| 1109 | 2026-05-18T17:54:05.535Z | Downloaded hyper v1.8.1 |
| 1110 | 2026-05-18T17:54:05.538Z | Downloaded waitgroup v0.1.2 |
| 1111 | 2026-05-18T17:54:05.541Z | Downloaded qorb v0.4.1 |
| 1112 | 2026-05-18T17:54:05.543Z | Downloaded spin v0.9.8 |
| 1113 | 2026-05-18T17:54:05.543Z | Downloaded socket2 v0.6.3 |
| 1114 | 2026-05-18T17:54:05.546Z | Downloaded samael v0.0.19 |
| 1115 | 2026-05-18T17:54:05.550Z | Downloaded wait-timeout v0.2.1 |
| 1116 | 2026-05-18T17:54:05.553Z | Downloaded unicase v2.9.0 |
| 1117 | 2026-05-18T17:54:05.553Z | Downloaded void v1.0.2 |
| 1118 | 2026-05-18T17:54:05.553Z | Downloaded hashbrown v0.15.5 |
| 1119 | 2026-05-18T17:54:05.556Z | Downloaded rsa v0.9.10 |
| 1120 | 2026-05-18T17:54:05.559Z | Downloaded xshell-macros v0.2.7 |
| 1121 | 2026-05-18T17:54:05.559Z | Downloaded tokio-rustls v0.24.1 |
| 1122 | 2026-05-18T17:54:05.561Z | Downloaded rand v0.9.2 |
| 1123 | 2026-05-18T17:54:05.564Z | Downloaded rustls-webpki v0.103.9 |
| 1124 | 2026-05-18T17:54:05.567Z | Downloaded term v0.7.0 |
| 1125 | 2026-05-18T17:54:05.569Z | Downloaded tokio-rustls v0.25.0 |
| 1126 | 2026-05-18T17:54:05.569Z | Downloaded schemars v1.2.1 |
| 1127 | 2026-05-18T17:54:05.596Z | Downloaded zeroize_derive v1.4.3 |
| 1128 | 2026-05-18T17:54:05.596Z | Downloaded libm v0.2.16 |
| 1129 | 2026-05-18T17:54:05.596Z | Downloaded vergen-git2 v1.0.7 |
| 1130 | 2026-05-18T17:54:05.596Z | Downloaded subprocess v0.2.15 |
| 1131 | 2026-05-18T17:54:05.596Z | Downloaded tokio-stream v0.1.18 |
| 1132 | 2026-05-18T17:54:05.596Z | Downloaded usdt-impl v0.6.0 |
| 1133 | 2026-05-18T17:54:05.596Z | Downloaded vergen-lib v0.1.6 |
| 1134 | 2026-05-18T17:54:05.596Z | Downloaded strum_macros v0.27.2 |
| 1135 | 2026-05-18T17:54:05.596Z | Downloaded xattr v1.6.1 |
| 1136 | 2026-05-18T17:54:05.596Z | Downloaded usdt-attr-macro v0.6.0 |
| 1137 | 2026-05-18T17:54:05.596Z | Downloaded tokio-rustls v0.26.4 |
| 1138 | 2026-05-18T17:54:05.600Z | Downloaded itertools v0.12.1 |
| 1139 | 2026-05-18T17:54:05.602Z | Downloaded snafu v0.8.9 |
| 1140 | 2026-05-18T17:54:05.605Z | Downloaded zone v0.3.1 |
| 1141 | 2026-05-18T17:54:05.607Z | Downloaded vsss-rs v3.3.4 |
| 1142 | 2026-05-18T17:54:05.607Z | Downloaded want v0.3.1 |
| 1143 | 2026-05-18T17:54:05.607Z | Downloaded vergen-gitcl v1.0.8 |
| 1144 | 2026-05-18T17:54:05.610Z | Downloaded futures-util v0.3.32 |
| 1145 | 2026-05-18T17:54:05.615Z | Downloaded zone_cfg_derive v0.3.1 |
| 1146 | 2026-05-18T17:54:05.618Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1147 | 2026-05-18T17:54:05.618Z | Downloaded test-strategy v0.4.5 |
| 1148 | 2026-05-18T17:54:05.620Z | Downloaded tinyvec v1.10.0 |
| 1149 | 2026-05-18T17:54:05.623Z | Downloaded walkdir v2.5.0 |
| 1150 | 2026-05-18T17:54:05.623Z | Downloaded wyz v0.5.1 |
| 1151 | 2026-05-18T17:54:05.626Z | Downloaded rand v0.10.0 |
| 1152 | 2026-05-18T17:54:05.628Z | Downloaded p521 v0.13.3 |
| 1153 | 2026-05-18T17:54:05.631Z | Downloaded itertools v0.13.0 |
| 1154 | 2026-05-18T17:54:05.633Z | Downloaded h2 v0.4.13 |
| 1155 | 2026-05-18T17:54:05.637Z | Downloaded whoami v2.1.0 |
| 1156 | 2026-05-18T17:54:05.640Z | Downloaded xshell v0.2.7 |
| 1157 | 2026-05-18T17:54:05.640Z | Downloaded hkdf v0.12.4 |
| 1158 | 2026-05-18T17:54:05.643Z | Downloaded whoami v1.6.1 |
| 1159 | 2026-05-18T17:54:05.645Z | Downloaded vergen v9.0.6 |
| 1160 | 2026-05-18T17:54:05.645Z | Downloaded unicode-properties v0.1.4 |
| 1161 | 2026-05-18T17:54:05.648Z | Downloaded twox-hash v2.1.2 |
| 1162 | 2026-05-18T17:54:05.648Z | Downloaded tracing-attributes v0.1.31 |
| 1163 | 2026-05-18T17:54:05.651Z | Downloaded toml v0.7.8 |
| 1164 | 2026-05-18T17:54:05.651Z | Downloaded tar v0.4.45 |
| 1165 | 2026-05-18T17:54:05.654Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1166 | 2026-05-18T17:54:05.656Z | Downloaded quinn v0.11.9 |
| 1167 | 2026-05-18T17:54:05.656Z | Downloaded zeroize v1.8.2 |
| 1168 | 2026-05-18T17:54:05.659Z | Downloaded tokio-tungstenite v0.21.0 |
| 1169 | 2026-05-18T17:54:05.659Z | Downloaded steno v0.4.1 |
| 1170 | 2026-05-18T17:54:05.662Z | Downloaded tungstenite v0.23.0 |
| 1171 | 2026-05-18T17:54:05.665Z | Downloaded zstd-safe v7.2.4 |
| 1172 | 2026-05-18T17:54:05.665Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1173 | 2026-05-18T17:54:05.667Z | Downloaded unarray v0.1.4 |
| 1174 | 2026-05-18T17:54:05.670Z | Downloaded untrusted v0.7.1 |
| 1175 | 2026-05-18T17:54:05.670Z | Downloaded daft v0.1.5 |
| 1176 | 2026-05-18T17:54:05.670Z | Downloaded zstd v0.13.3 |
| 1177 | 2026-05-18T17:54:05.673Z | Downloaded typify v0.6.2 |
| 1178 | 2026-05-18T17:54:05.676Z | Downloaded uzers v0.12.2 |
| 1179 | 2026-05-18T17:54:05.676Z | Downloaded itertools v0.14.0 |
| 1180 | 2026-05-18T17:54:05.679Z | Downloaded yasna v0.5.2 |
| 1181 | 2026-05-18T17:54:05.682Z | Downloaded typify v0.4.3 |
| 1182 | 2026-05-18T17:54:05.685Z | Downloaded deranged v0.5.8 |
| 1183 | 2026-05-18T17:54:05.685Z | Downloaded difflib v0.4.0 |
| 1184 | 2026-05-18T17:54:05.687Z | Downloaded unsafe-libyaml v0.2.11 |
| 1185 | 2026-05-18T17:54:05.687Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1186 | 2026-05-18T17:54:05.690Z | Downloaded cfg_aliases v0.2.1 |
| 1187 | 2026-05-18T17:54:05.690Z | Downloaded russh v0.45.0 |
| 1188 | 2026-05-18T17:54:05.694Z | Downloaded uuid v1.23.0 |
| 1189 | 2026-05-18T17:54:05.697Z | Downloaded bitfield-struct v0.6.2 |
| 1190 | 2026-05-18T17:54:05.697Z | Downloaded ecdsa v0.16.9 |
| 1191 | 2026-05-18T17:54:05.697Z | Downloaded bit-set v0.8.0 |
| 1192 | 2026-05-18T17:54:05.700Z | Downloaded bit-vec v0.6.3 |
| 1193 | 2026-05-18T17:54:05.700Z | Downloaded ar_archive_writer v0.5.1 |
| 1194 | 2026-05-18T17:54:05.700Z | Downloaded rustyline v14.0.0 |
| 1195 | 2026-05-18T17:54:05.703Z | Downloaded cexpr v0.6.0 |
| 1196 | 2026-05-18T17:54:05.706Z | Downloaded byte-wrapper v0.1.0 |
| 1197 | 2026-05-18T17:54:05.708Z | Downloaded atomic-waker v1.1.2 |
| 1198 | 2026-05-18T17:54:05.708Z | Downloaded des v0.8.1 |
| 1199 | 2026-05-18T17:54:05.708Z | Downloaded darling v0.20.11 |
| 1200 | 2026-05-18T17:54:05.711Z | Downloaded vte v0.14.1 |
| 1201 | 2026-05-18T17:54:05.714Z | Downloaded bb8 v0.8.6 |
| 1202 | 2026-05-18T17:54:05.714Z | Downloaded cfg_aliases v0.1.1 |
| 1203 | 2026-05-18T17:54:05.714Z | Downloaded array-init v0.0.4 |
| 1204 | 2026-05-18T17:54:05.717Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1205 | 2026-05-18T17:54:05.719Z | Downloaded colored v2.2.0 |
| 1206 | 2026-05-18T17:54:05.719Z | Downloaded bit-vec v0.8.0 |
| 1207 | 2026-05-18T17:54:05.722Z | Downloaded arc-swap v1.8.2 |
| 1208 | 2026-05-18T17:54:05.725Z | Downloaded unicode-bidi v0.3.18 |
| 1209 | 2026-05-18T17:54:05.725Z | Downloaded allocator-api2 v0.2.21 |
| 1210 | 2026-05-18T17:54:05.737Z | Downloaded toml_edit v0.19.15 |
| 1211 | 2026-05-18T17:54:05.746Z | Downloaded tracing-core v0.1.36 |
| 1212 | 2026-05-18T17:54:05.750Z | Downloaded aws-lc-rs v1.16.3 |
| 1213 | 2026-05-18T17:54:05.754Z | Downloaded tungstenite v0.21.0 |
| 1214 | 2026-05-18T17:54:05.757Z | Downloaded blake3 v1.8.3 |
| 1215 | 2026-05-18T17:54:05.761Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-18T17:54:05.765Z | Downloaded reedline v0.40.0 |
| 1217 | 2026-05-18T17:54:05.769Z | Downloaded p384 v0.13.1 |
| 1218 | 2026-05-18T17:54:05.772Z | Downloaded rpassword v7.4.0 |
| 1219 | 2026-05-18T17:54:05.775Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-05-18T17:54:05.777Z | Downloaded reqwest v0.12.28 |
| 1221 | 2026-05-18T17:54:05.781Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1222 | 2026-05-18T17:54:05.784Z | Downloaded zerocopy v0.6.6 |
| 1223 | 2026-05-18T17:54:05.784Z | Downloaded zip v0.6.6 |
| 1224 | 2026-05-18T17:54:05.787Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-05-18T17:54:05.799Z | Downloaded rayon v1.11.0 |
| 1226 | 2026-05-18T17:54:05.809Z | Downloaded unicode_categories v0.1.1 |
| 1227 | 2026-05-18T17:54:05.816Z | Downloaded regex v1.12.3 |
| 1228 | 2026-05-18T17:54:05.820Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-05-18T17:54:05.822Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-05-18T17:54:05.827Z | Downloaded portable-atomic v1.13.1 |
| 1231 | 2026-05-18T17:54:05.832Z | Downloaded salty v0.3.0 |
| 1232 | 2026-05-18T17:54:05.836Z | Downloaded typed-path v0.9.3 |
| 1233 | 2026-05-18T17:54:05.840Z | Downloaded reqwest v0.13.2 |
| 1234 | 2026-05-18T17:54:05.843Z | Downloaded zerocopy-derive v0.8.40 |
| 1235 | 2026-05-18T17:54:05.849Z | Downloaded bitvec v1.0.1 |
| 1236 | 2026-05-18T17:54:05.858Z | Downloaded chrono v0.4.44 |
| 1237 | 2026-05-18T17:54:05.862Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-05-18T17:54:05.866Z | Downloaded unicode-normalization v0.1.25 |
| 1239 | 2026-05-18T17:54:05.869Z | Downloaded tower v0.5.3 |
| 1240 | 2026-05-18T17:54:05.874Z | Downloaded tokio-util v0.7.18 |
| 1241 | 2026-05-18T17:54:05.878Z | Downloaded zip v4.6.1 |
| 1242 | 2026-05-18T17:54:05.881Z | Downloaded goblin v0.10.5 |
| 1243 | 2026-05-18T17:54:05.886Z | Downloaded bindgen v0.71.1 |
| 1244 | 2026-05-18T17:54:05.891Z | Downloaded tower-http v0.6.8 |
| 1245 | 2026-05-18T17:54:05.895Z | Downloaded quick-xml v0.37.5 |
| 1246 | 2026-05-18T17:54:05.899Z | Downloaded proptest v1.10.0 |
| 1247 | 2026-05-18T17:54:05.905Z | Downloaded serde_with v3.17.0 |
| 1248 | 2026-05-18T17:54:05.912Z | Downloaded lalrpop v0.19.12 |
| 1249 | 2026-05-18T17:54:05.920Z | Downloaded unicode-segmentation v1.12.0 |
| 1250 | 2026-05-18T17:54:05.922Z | Downloaded petname v2.0.2 |
| 1251 | 2026-05-18T17:54:05.925Z | Downloaded curve25519-dalek v4.1.3 |
| 1252 | 2026-05-18T17:54:05.931Z | Downloaded tough v0.22.0 |
| 1253 | 2026-05-18T17:54:05.936Z | Downloaded winnow v0.6.26 |
| 1254 | 2026-05-18T17:54:05.941Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-18T17:54:05.954Z | Downloaded winnow v0.5.40 |
| 1256 | 2026-05-18T17:54:05.958Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-18T17:54:05.964Z | Downloaded radix_trie v0.2.1 |
| 1258 | 2026-05-18T17:54:05.967Z | Downloaded moka v0.12.13 |
| 1259 | 2026-05-18T17:54:05.973Z | Downloaded dropshot v0.16.7 |
| 1260 | 2026-05-18T17:54:05.986Z | Downloaded tabled v0.20.0 |
| 1261 | 2026-05-18T17:54:05.997Z | Downloaded nix v0.28.0 |
| 1262 | 2026-05-18T17:54:06.003Z | Downloaded zlib-rs v0.6.2 |
| 1263 | 2026-05-18T17:54:06.007Z | Downloaded object v0.30.4 |
| 1264 | 2026-05-18T17:54:06.012Z | Downloaded dropshot v0.17.0 |
| 1265 | 2026-05-18T17:54:06.026Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-05-18T17:54:06.033Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-18T17:54:06.046Z | Downloaded rustls-webpki v0.101.7 |
| 1268 | 2026-05-18T17:54:06.058Z | Downloaded regress v0.11.1 |
| 1269 | 2026-05-18T17:54:06.064Z | Downloaded regress v0.10.5 |
| 1270 | 2026-05-18T17:54:06.069Z | Downloaded openssl v0.10.79 |
| 1271 | 2026-05-18T17:54:06.076Z | Downloaded diesel v2.3.7 |
| 1272 | 2026-05-18T17:54:06.089Z | Downloaded time v0.3.47 |
| 1273 | 2026-05-18T17:54:06.096Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-05-18T17:54:06.103Z | Downloaded bstr v1.12.1 |
| 1275 | 2026-05-18T17:54:06.108Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-05-18T17:54:06.126Z | Downloaded regex-syntax v0.6.29 |
| 1277 | 2026-05-18T17:54:06.129Z | Downloaded nix v0.29.0 |
| 1278 | 2026-05-18T17:54:06.136Z | Downloaded vcpkg v0.2.15 |
| 1279 | 2026-05-18T17:54:06.159Z | Downloaded sqlparser v0.61.0 |
| 1280 | 2026-05-18T17:54:06.165Z | Downloaded object v0.37.3 |
| 1281 | 2026-05-18T17:54:06.171Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-05-18T17:54:06.173Z | Downloaded typify-impl v0.4.3 |
| 1283 | 2026-05-18T17:54:06.181Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-05-18T17:54:06.187Z | Downloaded zerocopy v0.8.40 |
| 1285 | 2026-05-18T17:54:06.192Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-18T17:54:06.200Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-05-18T17:54:06.206Z | Downloaded rustls v0.22.4 |
| 1288 | 2026-05-18T17:54:06.213Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-05-18T17:54:06.217Z | Downloaded nix v0.31.2 |
| 1290 | 2026-05-18T17:54:06.224Z | Downloaded zerocopy-derive v0.6.6 |
| 1291 | 2026-05-18T17:54:06.230Z | Downloaded rustls v0.23.37 |
| 1292 | 2026-05-18T17:54:06.236Z | Downloaded rustix v0.38.44 |
| 1293 | 2026-05-18T17:54:06.248Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-05-18T17:54:06.258Z | Downloaded hickory-proto v0.24.4 |
| 1295 | 2026-05-18T17:54:06.266Z | Downloaded jiff v0.2.21 |
| 1296 | 2026-05-18T17:54:06.308Z | Downloaded csv v1.4.0 |
| 1297 | 2026-05-18T17:54:06.319Z | Downloaded sha3 v0.10.8 |
| 1298 | 2026-05-18T17:54:06.327Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-05-18T17:54:06.349Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-18T17:54:06.356Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-05-18T17:54:06.367Z | Downloaded sled v0.34.7 |
| 1302 | 2026-05-18T17:54:06.373Z | Downloaded ratatui v0.29.0 |
| 1303 | 2026-05-18T17:54:06.410Z | Downloaded regex-automata v0.4.14 |
| 1304 | 2026-05-18T17:54:06.418Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1305 | 2026-05-18T17:54:06.424Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-05-18T17:54:06.436Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-05-18T17:54:06.445Z | Downloaded ring v0.17.14 |
| 1308 | 2026-05-18T17:54:06.467Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-05-18T17:54:06.492Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1310 | 2026-05-18T17:54:06.502Z | Downloaded libz-sys v1.1.24 |
| 1311 | 2026-05-18T17:54:06.609Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-18T17:54:07.087Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-18T17:54:07.334Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-18T17:54:07.335Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-18T17:54:07.337Z | Compiling log v0.4.29 |
| 1316 | 2026-05-18T17:54:07.337Z | Compiling shlex v1.3.0 |
| 1317 | 2026-05-18T17:54:07.484Z | Compiling find-msvc-tools v0.1.9 |
| 1318 | 2026-05-18T17:54:07.487Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-05-18T17:54:07.493Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-18T17:54:07.525Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-18T17:54:07.679Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-18T17:54:07.679Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-18T17:54:07.705Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-18T17:54:07.778Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-18T17:54:07.795Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-18T17:54:07.815Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-18T17:54:07.861Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-18T17:54:07.931Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-05-18T17:54:08.038Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-05-18T17:54:08.136Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-05-18T17:54:08.195Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-18T17:54:08.320Z | Compiling bitflags v2.11.0 |
| 1333 | 2026-05-18T17:54:08.408Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-05-18T17:54:08.495Z | Compiling jobserver v0.1.34 |
| 1335 | 2026-05-18T17:54:08.550Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-18T17:54:08.564Z | Compiling errno v0.3.14 |
| 1337 | 2026-05-18T17:54:08.710Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-18T17:54:08.769Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-05-18T17:54:08.826Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-05-18T17:54:08.885Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-18T17:54:08.977Z | Compiling libm v0.2.16 |
| 1342 | 2026-05-18T17:54:09.070Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-18T17:54:09.130Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-18T17:54:09.131Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-18T17:54:09.188Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-18T17:54:09.270Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-18T17:54:09.360Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-18T17:54:09.447Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-18T17:54:09.448Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-05-18T17:54:09.543Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-05-18T17:54:09.543Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-18T17:54:09.611Z | Compiling getrandom v0.4.1 |
| 1353 | 2026-05-18T17:54:09.611Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-05-18T17:54:09.670Z | Compiling slab v0.4.12 |
| 1355 | 2026-05-18T17:54:09.756Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-18T17:54:09.756Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-18T17:54:09.756Z | Compiling getrandom v0.3.4 |
| 1358 | 2026-05-18T17:54:09.852Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-18T17:54:09.852Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-18T17:54:10.142Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-18T17:54:10.181Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-18T17:54:10.231Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-18T17:54:10.279Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-18T17:54:10.311Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-18T17:54:10.326Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-18T17:54:10.445Z | Compiling flagset v0.4.7 |
| 1367 | 2026-05-18T17:54:10.492Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-18T17:54:10.574Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-18T17:54:10.588Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-18T17:54:10.591Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-05-18T17:54:10.660Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-05-18T17:54:10.836Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-18T17:54:10.856Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-18T17:54:10.872Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-18T17:54:10.875Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-18T17:54:11.152Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-18T17:54:11.249Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-18T17:54:11.579Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-18T17:54:11.684Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-18T17:54:11.861Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-18T17:54:12.038Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-18T17:54:12.137Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-18T17:54:12.190Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-18T17:54:12.215Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-18T17:54:12.357Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-18T17:54:12.777Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-18T17:54:13.005Z | Compiling zerovec-derive v0.11.2 |
| 1388 | 2026-05-18T17:54:13.385Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-18T17:54:13.559Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-18T17:54:13.601Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-18T17:54:13.706Z | Compiling yoke v0.8.1 |
| 1392 | 2026-05-18T17:54:13.729Z | Compiling block-buffer v0.10.4 |
| 1393 | 2026-05-18T17:54:13.886Z | Compiling digest v0.10.7 |
| 1394 | 2026-05-18T17:54:13.890Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-18T17:54:14.146Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-18T17:54:14.146Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-18T17:54:14.176Z | Compiling futures-macro v0.3.32 |
| 1398 | 2026-05-18T17:54:14.450Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-18T17:54:14.602Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-18T17:54:14.615Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-18T17:54:14.650Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-05-18T17:54:14.770Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-18T17:54:14.793Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-18T17:54:14.807Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-18T17:54:14.964Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-18T17:54:14.967Z | Compiling futures-util v0.3.32 |
| 1407 | 2026-05-18T17:54:15.224Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-18T17:54:15.262Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-05-18T17:54:15.485Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-18T17:54:15.611Z | Compiling icu_provider v2.1.1 |
| 1411 | 2026-05-18T17:54:15.628Z | Compiling chrono v0.4.44 |
| 1412 | 2026-05-18T17:54:15.909Z | Compiling icu_normalizer v2.1.1 |
| 1413 | 2026-05-18T17:54:16.125Z | Compiling tokio v1.52.1 |
| 1414 | 2026-05-18T17:54:16.254Z | Compiling icu_properties v2.1.2 |
| 1415 | 2026-05-18T17:54:16.510Z | Compiling der v0.7.10 |
| 1416 | 2026-05-18T17:54:16.627Z | Compiling http v1.4.0 |
| 1417 | 2026-05-18T17:54:16.821Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-18T17:54:17.055Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-18T17:54:17.139Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-05-18T17:54:17.220Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-05-18T17:54:17.264Z | Compiling idna v1.1.0 |
| 1422 | 2026-05-18T17:54:17.280Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-05-18T17:54:17.307Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-05-18T17:54:17.358Z | Compiling spki v0.7.3 |
| 1425 | 2026-05-18T17:54:17.523Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-18T17:54:17.559Z | Compiling url v2.5.8 |
| 1427 | 2026-05-18T17:54:17.709Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-18T17:54:17.712Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-18T17:54:17.870Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-05-18T17:54:17.901Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-18T17:54:17.959Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-18T17:54:18.173Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-05-18T17:54:18.300Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-18T17:54:18.333Z | Compiling httparse v1.10.1 |
| 1435 | 2026-05-18T17:54:18.366Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-18T17:54:18.485Z | Compiling openssl-probe v0.2.1 |
| 1437 | 2026-05-18T17:54:18.583Z | Compiling tracing v0.1.44 |
| 1438 | 2026-05-18T17:54:18.656Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-18T17:54:18.703Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-05-18T17:54:18.831Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-18T17:54:18.846Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-18T17:54:18.933Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-18T17:54:18.936Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-18T17:54:19.006Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-18T17:54:19.172Z | Compiling atomic-waker v1.1.2 |
| 1446 | 2026-05-18T17:54:19.297Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-18T17:54:19.403Z | Compiling schemars v0.8.22 |
| 1448 | 2026-05-18T17:54:19.521Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-05-18T17:54:19.600Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-05-18T17:54:19.665Z | Compiling tower-layer v0.3.3 |
| 1451 | 2026-05-18T17:54:19.700Z | Compiling rustls v0.23.37 |
| 1452 | 2026-05-18T17:54:19.735Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-05-18T17:54:19.807Z | Compiling tokio-util v0.7.18 |
| 1454 | 2026-05-18T17:54:19.820Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-05-18T17:54:19.865Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-05-18T17:54:20.151Z | Compiling want v0.3.1 |
| 1457 | 2026-05-18T17:54:20.266Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-18T17:54:20.567Z | Compiling h2 v0.4.13 |
| 1459 | 2026-05-18T17:54:20.600Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-18T17:54:20.680Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-18T17:54:20.811Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-18T17:54:21.029Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-05-18T17:54:21.114Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-18T17:54:21.202Z | Compiling openssl v0.10.79 |
| 1465 | 2026-05-18T17:54:21.268Z | Compiling pin-utils v0.1.0 |
| 1466 | 2026-05-18T17:54:21.341Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-18T17:54:21.414Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-18T17:54:21.478Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-18T17:54:21.743Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-18T17:54:21.788Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-18T17:54:22.178Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-18T17:54:22.193Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-18T17:54:22.196Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-05-18T17:54:22.400Z | Compiling num-conv v0.2.0 |
| 1475 | 2026-05-18T17:54:22.465Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-05-18T17:54:22.529Z | Compiling time-core v0.1.8 |
| 1477 | 2026-05-18T17:54:22.556Z | Compiling native-tls v0.2.18 |
| 1478 | 2026-05-18T17:54:22.667Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-18T17:54:22.680Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-18T17:54:23.116Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-18T17:54:23.568Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-18T17:54:23.618Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-18T17:54:23.698Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-18T17:54:23.713Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-18T17:54:23.965Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-18T17:54:23.996Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-18T17:54:24.073Z | Compiling crossbeam-utils v0.8.21 |
| 1488 | 2026-05-18T17:54:24.257Z | Compiling quick-error v1.2.3 |
| 1489 | 2026-05-18T17:54:24.354Z | Compiling unicode-segmentation v1.12.0 |
| 1490 | 2026-05-18T17:54:24.368Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-18T17:54:24.494Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-05-18T17:54:24.547Z | Compiling simd-adler32 v0.3.8 |
| 1493 | 2026-05-18T17:54:24.719Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-18T17:54:24.733Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-05-18T17:54:24.788Z | Compiling num_threads v0.1.7 |
| 1496 | 2026-05-18T17:54:24.883Z | Compiling syn v1.0.109 |
| 1497 | 2026-05-18T17:54:24.953Z | Compiling time v0.3.47 |
| 1498 | 2026-05-18T17:54:25.225Z | Compiling bit-set v0.8.0 |
| 1499 | 2026-05-18T17:54:25.403Z | Compiling rusty-fork v0.3.1 |
| 1500 | 2026-05-18T17:54:25.418Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-18T17:54:25.709Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-18T17:54:25.875Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-18T17:54:25.953Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-18T17:54:26.232Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-18T17:54:26.354Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-18T17:54:26.475Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-18T17:54:26.503Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-18T17:54:26.532Z | Compiling thiserror-impl v1.0.69 |
| 1509 | 2026-05-18T17:54:26.637Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-18T17:54:26.665Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-18T17:54:26.827Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-18T17:54:26.872Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-18T17:54:27.006Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-18T17:54:27.154Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-18T17:54:27.238Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-18T17:54:27.280Z | Compiling allocator-api2 v0.2.21 |
| 1517 | 2026-05-18T17:54:27.413Z | Compiling paste v1.0.15 |
| 1518 | 2026-05-18T17:54:27.596Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-05-18T17:54:27.620Z | Compiling signal-hook v0.3.18 |
| 1520 | 2026-05-18T17:54:27.675Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-05-18T17:54:27.763Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-05-18T17:54:27.784Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-05-18T17:54:27.922Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-05-18T17:54:27.951Z | Compiling unarray v0.1.4 |
| 1525 | 2026-05-18T17:54:27.973Z | Compiling ryu v1.0.23 |
| 1526 | 2026-05-18T17:54:27.992Z | Compiling adler2 v2.0.1 |
| 1527 | 2026-05-18T17:54:28.055Z | Compiling proptest v1.10.0 |
| 1528 | 2026-05-18T17:54:28.117Z | Compiling serde_urlencoded v0.7.1 |
| 1529 | 2026-05-18T17:54:28.132Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-18T17:54:28.354Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-05-18T17:54:28.386Z | Compiling thiserror v1.0.69 |
| 1532 | 2026-05-18T17:54:28.784Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-18T17:54:29.044Z | Compiling tower-http v0.6.8 |
| 1534 | 2026-05-18T17:54:29.331Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-18T17:54:29.350Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-18T17:54:29.376Z | Compiling tokio-native-tls v0.3.1 |
| 1537 | 2026-05-18T17:54:29.435Z | Compiling heck v0.4.1 |
| 1538 | 2026-05-18T17:54:29.537Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-18T17:54:29.653Z | Compiling bstr v1.12.1 |
| 1540 | 2026-05-18T17:54:29.772Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-05-18T17:54:29.829Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-18T17:54:29.832Z | Compiling erased-serde v0.3.31 |
| 1543 | 2026-05-18T17:54:29.929Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-05-18T17:54:30.080Z | Compiling serde_spanned v0.6.9 |
| 1545 | 2026-05-18T17:54:30.227Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-05-18T17:54:30.240Z | Compiling zerocopy-derive v0.7.35 |
| 1547 | 2026-05-18T17:54:30.292Z | Compiling async-trait v0.1.89 |
| 1548 | 2026-05-18T17:54:30.308Z | Compiling pin-project-internal v1.1.11 |
| 1549 | 2026-05-18T17:54:30.409Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-05-18T17:54:30.577Z | Compiling vergen-lib v0.1.6 |
| 1551 | 2026-05-18T17:54:30.721Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-05-18T17:54:30.756Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-05-18T17:54:30.949Z | Compiling ff v0.13.1 |
| 1554 | 2026-05-18T17:54:31.050Z | Compiling memoffset v0.9.1 |
| 1555 | 2026-05-18T17:54:31.115Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-05-18T17:54:31.119Z | Compiling cfg_aliases v0.2.1 |
| 1557 | 2026-05-18T17:54:31.199Z | Compiling ref-cast v1.0.25 |
| 1558 | 2026-05-18T17:54:31.290Z | Compiling litrs v1.0.0 |
| 1559 | 2026-05-18T17:54:31.293Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-05-18T17:54:31.345Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-05-18T17:54:31.434Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-05-18T17:54:31.448Z | Compiling smoltcp v0.9.1 |
| 1563 | 2026-05-18T17:54:31.502Z | Compiling fallible-iterator v0.2.0 |
| 1564 | 2026-05-18T17:54:31.530Z | Compiling rustix v0.38.44 |
| 1565 | 2026-05-18T17:54:31.796Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-18T17:54:31.811Z | Compiling document-features v0.2.12 |
| 1567 | 2026-05-18T17:54:31.887Z | Compiling pin-project v1.1.11 |
| 1568 | 2026-05-18T17:54:31.966Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-05-18T17:54:32.083Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-05-18T17:54:32.134Z | Compiling nix v0.31.2 |
| 1571 | 2026-05-18T17:54:32.350Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-18T17:54:32.364Z | Compiling group v0.13.0 |
| 1573 | 2026-05-18T17:54:32.386Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-05-18T17:54:32.547Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-05-18T17:54:32.861Z | Compiling rand v0.8.6 |
| 1576 | 2026-05-18T17:54:32.886Z | Compiling darling v0.21.3 |
| 1577 | 2026-05-18T17:54:32.955Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-18T17:54:32.968Z | Compiling oxnet v0.1.4 |
| 1579 | 2026-05-18T17:54:32.982Z | Compiling snafu-derive v0.8.9 |
| 1580 | 2026-05-18T17:54:33.080Z | Compiling hyper-tls v0.6.0 |
| 1581 | 2026-05-18T17:54:33.271Z | Compiling hubpack_derive v0.1.1 |
| 1582 | 2026-05-18T17:54:33.444Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-18T17:54:34.026Z | Compiling phf_shared v0.13.1 |
| 1584 | 2026-05-18T17:54:34.175Z | Compiling lazy_static v1.5.0 |
| 1585 | 2026-05-18T17:54:34.259Z | Compiling regex v1.12.3 |
| 1586 | 2026-05-18T17:54:34.273Z | Compiling strum_macros v0.27.2 |
| 1587 | 2026-05-18T17:54:34.351Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-18T17:54:34.684Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-05-18T17:54:34.687Z | Compiling cargo-platform v0.1.9 |
| 1590 | 2026-05-18T17:54:34.751Z | Compiling hex v0.4.3 |
| 1591 | 2026-05-18T17:54:34.840Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-05-18T17:54:34.943Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-05-18T17:54:34.946Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-05-18T17:54:35.002Z | Compiling daft-derive v0.1.5 |
| 1595 | 2026-05-18T17:54:35.020Z | Compiling ref-cast-impl v1.0.25 |
| 1596 | 2026-05-18T17:54:35.090Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-05-18T17:54:35.546Z | Compiling vergen v9.0.6 |
| 1598 | 2026-05-18T17:54:35.711Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-18T17:54:35.729Z | Compiling ahash v0.8.12 |
| 1600 | 2026-05-18T17:54:35.743Z | Compiling encoding_rs v0.8.35 |
| 1601 | 2026-05-18T17:54:35.896Z | Compiling foldhash v0.2.0 |
| 1602 | 2026-05-18T17:54:35.929Z | Compiling object v0.37.3 |
| 1603 | 2026-05-18T17:54:36.167Z | Compiling same-file v1.0.6 |
| 1604 | 2026-05-18T17:54:36.236Z | Compiling mime v0.3.17 |
| 1605 | 2026-05-18T17:54:36.258Z | Compiling managed v0.8.0 |
| 1606 | 2026-05-18T17:54:36.330Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-18T17:54:36.473Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-05-18T17:54:36.497Z | Compiling winnow v0.5.40 |
| 1609 | 2026-05-18T17:54:36.729Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-05-18T17:54:36.906Z | Compiling bitflags v1.3.2 |
| 1611 | 2026-05-18T17:54:36.906Z | Compiling clap_builder v4.5.60 |
| 1612 | 2026-05-18T17:54:37.019Z | Compiling hashbrown v0.15.5 |
| 1613 | 2026-05-18T17:54:37.151Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-05-18T17:54:37.277Z | Compiling zopfli v0.8.3 |
| 1615 | 2026-05-18T17:54:37.360Z | Compiling walkdir v2.5.0 |
| 1616 | 2026-05-18T17:54:37.615Z | Compiling strum v0.27.2 |
| 1617 | 2026-05-18T17:54:37.667Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-05-18T17:54:37.780Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-05-18T17:54:37.890Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-18T17:54:37.949Z | Compiling daft v0.1.5 |
| 1621 | 2026-05-18T17:54:38.220Z | Compiling dof v0.3.0 |
| 1622 | 2026-05-18T17:54:38.281Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-05-18T17:54:38.349Z | Compiling snafu v0.8.9 |
| 1624 | 2026-05-18T17:54:38.700Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-18T17:54:39.000Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-18T17:54:39.157Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-05-18T17:54:39.275Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-18T17:54:39.290Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-18T17:54:39.502Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-18T17:54:39.599Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-05-18T17:54:39.761Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-18T17:54:39.825Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-18T17:54:39.959Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-18T17:54:40.366Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-05-18T17:54:40.398Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-18T17:54:40.691Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-18T17:54:40.872Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-18T17:54:40.891Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-18T17:54:40.989Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-18T17:54:41.069Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-18T17:54:41.131Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-05-18T17:54:41.147Z | Compiling clap_derive v4.5.55 |
| 1643 | 2026-05-18T17:54:41.161Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-05-18T17:54:41.488Z | Compiling serde-big-array v0.5.1 |
| 1645 | 2026-05-18T17:54:41.503Z | Compiling serde_plain v1.0.2 |
| 1646 | 2026-05-18T17:54:41.635Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-05-18T17:54:41.660Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-18T17:54:41.694Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-05-18T17:54:41.757Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-05-18T17:54:41.827Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-18T17:54:41.977Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-18T17:54:41.989Z | Compiling memmap2 v0.9.10 |
| 1653 | 2026-05-18T17:54:42.061Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-18T17:54:42.198Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-18T17:54:42.216Z | Compiling difflib v0.4.0 |
| 1656 | 2026-05-18T17:54:42.361Z | Compiling precomputed-hash v0.1.1 |
| 1657 | 2026-05-18T17:54:42.376Z | Compiling whoami v2.1.0 |
| 1658 | 2026-05-18T17:54:42.394Z | Compiling static_assertions v1.1.0 |
| 1659 | 2026-05-18T17:54:42.447Z | Compiling rustc-hash v2.1.1 |
| 1660 | 2026-05-18T17:54:42.466Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-05-18T17:54:42.561Z | Compiling keccak v0.1.6 |
| 1662 | 2026-05-18T17:54:42.574Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-05-18T17:54:42.749Z | Compiling data-encoding v2.10.0 |
| 1664 | 2026-05-18T17:54:42.771Z | Compiling either v1.15.0 |
| 1665 | 2026-05-18T17:54:42.879Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-05-18T17:54:42.906Z | Compiling fixedbitset v0.5.7 |
| 1667 | 2026-05-18T17:54:42.950Z | Compiling jiff v0.2.21 |
| 1668 | 2026-05-18T17:54:42.972Z | Compiling fixedbitset v0.4.2 |
| 1669 | 2026-05-18T17:54:43.182Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-05-18T17:54:43.198Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-05-18T17:54:43.364Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-05-18T17:54:43.431Z | Compiling itertools v0.13.0 |
| 1673 | 2026-05-18T17:54:43.785Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-05-18T17:54:44.015Z | Compiling clap v4.5.60 |
| 1675 | 2026-05-18T17:54:44.102Z | Compiling strum v0.26.3 |
| 1676 | 2026-05-18T17:54:44.237Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-05-18T17:54:44.338Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-05-18T17:54:44.650Z | Compiling predicates v3.1.4 |
| 1679 | 2026-05-18T17:54:44.653Z | Compiling iddqd v0.3.18 |
| 1680 | 2026-05-18T17:54:44.685Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1681 | 2026-05-18T17:54:45.097Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-05-18T17:54:45.305Z | Compiling toml_edit v0.22.27 |
| 1683 | 2026-05-18T17:54:45.448Z | Compiling usdt v0.6.0 |
| 1684 | 2026-05-18T17:54:45.703Z | Compiling zip v4.6.1 |
| 1685 | 2026-05-18T17:54:45.797Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-05-18T17:54:46.423Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-05-18T17:54:46.572Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-18T17:54:46.696Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-18T17:54:46.820Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-05-18T17:54:47.094Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-05-18T17:54:47.500Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-18T17:54:48.040Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-18T17:54:48.492Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-18T17:54:48.507Z | Compiling similar v2.7.0 |
| 1695 | 2026-05-18T17:54:48.617Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-18T17:54:48.644Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-18T17:54:48.758Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-18T17:54:48.947Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-18T17:54:49.033Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1700 | 2026-05-18T17:54:49.106Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-18T17:54:49.120Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-18T17:54:49.333Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-05-18T17:54:49.347Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-18T17:54:49.369Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-05-18T17:54:49.536Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-05-18T17:54:49.611Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-05-18T17:54:49.651Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-05-18T17:54:49.791Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-18T17:54:49.890Z | Compiling filetime v0.2.27 |
| 1710 | 2026-05-18T17:54:49.893Z | Compiling xattr v1.6.1 |
| 1711 | 2026-05-18T17:54:49.920Z | Compiling term v1.2.1 |
| 1712 | 2026-05-18T17:54:50.066Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-05-18T17:54:50.066Z | Compiling tar v0.4.45 |
| 1714 | 2026-05-18T17:54:50.176Z | Compiling slog-term v2.9.2 |
| 1715 | 2026-05-18T17:55:00.146Z | Compiling rustls-webpki v0.103.9 |
| 1716 | 2026-05-18T17:55:02.934Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-05-18T17:55:02.934Z | Compiling rustls-platform-verifier v0.6.2 |
| 1718 | 2026-05-18T17:55:03.135Z | Compiling hyper-rustls v0.27.7 |
| 1719 | 2026-05-18T17:55:03.341Z | Compiling reqwest v0.12.28 |
| 1720 | 2026-05-18T17:55:03.354Z | Compiling reqwest v0.13.2 |
| 1721 | 2026-05-18T17:55:04.590Z | Compiling tough v0.22.0 |
| 1722 | 2026-05-18T17:55:07.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-05-18T17:55:07.341Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-05-18T17:55:10.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1725 | 2026-05-18T17:55:10.305Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1726 | 2026-05-18T17:55:10.358Z | May 18 17:55:09.471 INFO Starting download, target: Clickhouse |
| 1727 | 2026-05-18T17:55:10.358Z | May 18 17:55:09.471 INFO Starting download, target: Console |
| 1728 | 2026-05-18T17:55:10.358Z | May 18 17:55:09.471 INFO Starting download, target: Cockroach |
| 1729 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Starting download, target: DendriteStub |
| 1730 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.471 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-05-18T17:55:10.361Z | May 18 17:55:09.472 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1738 | 2026-05-18T17:55:10.785Z | May 18 17:55:09.875 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-05-18T17:55:10.975Z | May 18 17:55:10.082 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-05-18T17:55:11.428Z | May 18 17:55:10.535 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1741 | 2026-05-18T17:55:11.666Z | May 18 17:55:10.774 INFO Download complete, target: Console |
| 1742 | 2026-05-18T17:55:12.117Z | May 18 17:55:11.223 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-18T17:55:12.275Z | May 18 17:55:11.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-05-18T17:55:12.311Z | May 18 17:55:11.421 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1745 | 2026-05-18T17:55:12.645Z | May 18 17:55:11.758 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-05-18T17:55:12.645Z | May 18 17:55:11.758 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-05-18T17:55:14.499Z | May 18 17:55:13.605 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-18T17:55:14.618Z | May 18 17:55:13.731 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-05-18T17:55:17.205Z | May 18 17:55:16.318 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-05-18T17:55:17.318Z | May 18 17:55:16.431 INFO Download complete, target: Cockroach |
| 1751 | 2026-05-18T17:55:18.948Z | May 18 17:55:18.061 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-05-18T17:55:19.053Z | May 18 17:55:18.166 INFO Download complete, target: Clickhouse |
| 1753 | 2026-05-18T17:55:19.070Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1754 | 2026-05-18T17:55:19.073Z | |
| 1755 | 2026-05-18T17:55:19.073Z | real 2:14.413069445 |
| 1756 | 2026-05-18T17:55:19.073Z | user 6:54.019219526 |
| 1757 | 2026-05-18T17:55:19.073Z | sys 1:21.867660883 |
| 1758 | 2026-05-18T17:55:19.073Z | trap 0.222083208 |
| 1759 | 2026-05-18T17:55:19.073Z | tflt 0.708394335 |
| 1760 | 2026-05-18T17:55:19.073Z | dflt 0.663784424 |
| 1761 | 2026-05-18T17:55:19.073Z | kflt 0.032749051 |
| 1762 | 2026-05-18T17:55:19.073Z | lock 21:35.446472145 |
| 1763 | 2026-05-18T17:55:19.073Z | slp 21:15.195470761 |
| 1764 | 2026-05-18T17:55:19.073Z | lat 40.828373968 |
| 1765 | 2026-05-18T17:55:19.073Z | stop 1:55.775919980 |
| 1766 | 2026-05-18T17:55:19.073Z | + banner hack-check |
| 1767 | 2026-05-18T17:55:19.073Z | |
| 1768 | 2026-05-18T17:55:19.073Z | # # ## #### # # #### # # ###### #### # # |
| 1769 | 2026-05-18T17:55:19.073Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-05-18T17:55:19.073Z | ###### # # # #### ##### # ###### ##### # #### |
| 1771 | 2026-05-18T17:55:19.073Z | # # ###### # # # # # # # # # # |
| 1772 | 2026-05-18T17:55:19.073Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-18T17:55:19.073Z | # # # # #### # # #### # # ###### #### # # |
| 1774 | 2026-05-18T17:55:19.073Z | |
| 1775 | 2026-05-18T17:55:19.073Z | + export CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-18T17:55:19.073Z | + CARGO_INCREMENTAL=0 |
| 1777 | 2026-05-18T17:55:19.073Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1778 | 2026-05-18T17:55:19.599Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1779 | 2026-05-18T17:55:19.818Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1780 | 2026-05-18T17:55:21.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1781 | 2026-05-18T17:55:21.752Z | Running `target/debug/xtask check-features --ci` |
| 1782 | 2026-05-18T17:55:21.787Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1783 | 2026-05-18T17:55:21.800Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1784 | 2026-05-18T17:55:22.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1785 | 2026-05-18T17:55:22.293Z | Running `target/debug/xtask download cargo-hack` |
| 1786 | 2026-05-18T17:55:23.082Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1787 | 2026-05-18T17:55:23.388Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1788 | 2026-05-18T17:55:25.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 1789 | 2026-05-18T17:55:25.990Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1790 | 2026-05-18T17:55:26.032Z | May 18 17:55:25.145 INFO Starting download, target: CargoHack |
| 1791 | 2026-05-18T17:55:26.035Z | May 18 17:55:25.145 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1792 | 2026-05-18T17:55:26.402Z | May 18 17:55:25.515 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1793 | 2026-05-18T17:55:26.451Z | May 18 17:55:25.563 INFO Download complete, target: CargoHack |
| 1794 | 2026-05-18T17:55:26.454Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1795 | 2026-05-18T17:55:26.466Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1796 | 2026-05-18T17:55:26.618Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1797 | 2026-05-18T17:55:27.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2026-05-18T17:55:27.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2026-05-18T17:55:27.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2026-05-18T17:55:27.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1801 | 2026-05-18T17:55:27.203Z | |
| 1802 | 2026-05-18T17:55:27.203Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1803 | 2026-05-18T17:55:27.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-18T17:55:27.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-18T17:55:27.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-18T17:55:27.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1807 | 2026-05-18T17:55:27.787Z | |
| 1808 | 2026-05-18T17:55:27.787Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1809 | 2026-05-18T17:55:28.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-18T17:55:28.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-18T17:55:28.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-18T17:55:28.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1813 | 2026-05-18T17:55:28.371Z | |
| 1814 | 2026-05-18T17:55:28.371Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1815 | 2026-05-18T17:55:28.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-18T17:55:28.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-18T17:55:28.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-18T17:55:28.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1819 | 2026-05-18T17:55:28.952Z | |
| 1820 | 2026-05-18T17:55:28.952Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1821 | 2026-05-18T17:55:29.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-18T17:55:29.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-18T17:55:29.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-18T17:55:29.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1825 | 2026-05-18T17:55:29.523Z | |
| 1826 | 2026-05-18T17:55:29.523Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1827 | 2026-05-18T17:55:30.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-18T17:55:30.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-18T17:55:30.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-18T17:55:30.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1831 | 2026-05-18T17:55:30.128Z | |
| 1832 | 2026-05-18T17:55:30.128Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1833 | 2026-05-18T17:55:30.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-18T17:55:30.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-18T17:55:30.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-18T17:55:30.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-18T17:55:30.716Z | |
| 1838 | 2026-05-18T17:55:30.716Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1839 | 2026-05-18T17:55:31.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-18T17:55:31.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-18T17:55:31.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-18T17:55:31.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1843 | 2026-05-18T17:55:31.308Z | |
| 1844 | 2026-05-18T17:55:31.308Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1845 | 2026-05-18T17:55:31.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-18T17:55:31.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-18T17:55:31.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-18T17:55:31.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2026-05-18T17:55:31.779Z | |
| 1850 | 2026-05-18T17:55:31.780Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1851 | 2026-05-18T17:55:32.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-18T17:55:32.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-18T17:55:32.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-18T17:55:32.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1855 | 2026-05-18T17:55:32.245Z | |
| 1856 | 2026-05-18T17:55:32.245Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1857 | 2026-05-18T17:55:32.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-18T17:55:32.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-18T17:55:32.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-18T17:55:32.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2026-05-18T17:55:32.712Z | |
| 1862 | 2026-05-18T17:55:32.712Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1863 | 2026-05-18T17:55:33.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-18T17:55:33.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-18T17:55:33.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-18T17:55:33.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-18T17:55:33.183Z | |
| 1868 | 2026-05-18T17:55:33.183Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1869 | 2026-05-18T17:55:33.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-18T17:55:33.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-18T17:55:33.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-18T17:55:33.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-18T17:55:33.648Z | |
| 1874 | 2026-05-18T17:55:33.648Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1875 | 2026-05-18T17:55:34.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-18T17:55:34.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-18T17:55:34.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-18T17:55:34.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-18T17:55:34.118Z | |
| 1880 | 2026-05-18T17:55:34.118Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1881 | 2026-05-18T17:55:34.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-18T17:55:34.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-18T17:55:34.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-18T17:55:34.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-18T17:55:34.584Z | |
| 1886 | 2026-05-18T17:55:34.584Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1887 | 2026-05-18T17:55:34.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-18T17:55:34.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-18T17:55:34.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-18T17:55:34.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1891 | 2026-05-18T17:55:35.047Z | |
| 1892 | 2026-05-18T17:55:35.047Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1893 | 2026-05-18T17:55:35.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-18T17:55:35.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-18T17:55:35.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-18T17:55:35.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-18T17:55:35.511Z | |
| 1898 | 2026-05-18T17:55:35.511Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1899 | 2026-05-18T17:55:35.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-18T17:55:35.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-18T17:55:35.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-18T17:55:35.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2026-05-18T17:55:35.981Z | |
| 1904 | 2026-05-18T17:55:35.981Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1905 | 2026-05-18T17:55:36.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-18T17:55:36.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-18T17:55:36.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-18T17:55:36.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2026-05-18T17:55:36.448Z | |
| 1910 | 2026-05-18T17:55:36.448Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1911 | 2026-05-18T17:55:36.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-18T17:55:36.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-18T17:55:36.859Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-18T17:55:36.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1915 | 2026-05-18T17:55:36.921Z | |
| 1916 | 2026-05-18T17:55:36.921Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1917 | 2026-05-18T17:55:37.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-18T17:55:37.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-18T17:55:37.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-18T17:55:37.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1921 | 2026-05-18T17:55:37.395Z | |
| 1922 | 2026-05-18T17:55:37.395Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1923 | 2026-05-18T17:55:37.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-18T17:55:37.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-18T17:55:37.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-18T17:55:37.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1927 | 2026-05-18T17:55:37.870Z | |
| 1928 | 2026-05-18T17:55:37.870Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1929 | 2026-05-18T17:55:38.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-18T17:55:38.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-18T17:55:38.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-18T17:55:38.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1933 | 2026-05-18T17:55:38.345Z | |
| 1934 | 2026-05-18T17:55:38.345Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1935 | 2026-05-18T17:55:38.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-18T17:55:38.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-18T17:55:38.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-18T17:55:38.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1939 | 2026-05-18T17:55:38.819Z | |
| 1940 | 2026-05-18T17:55:38.819Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1941 | 2026-05-18T17:55:39.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-18T17:55:39.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-18T17:55:39.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-18T17:55:39.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1945 | 2026-05-18T17:55:39.289Z | |
| 1946 | 2026-05-18T17:55:39.289Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1947 | 2026-05-18T17:55:39.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-18T17:55:39.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-18T17:55:39.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-18T17:55:39.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1951 | 2026-05-18T17:55:39.758Z | |
| 1952 | 2026-05-18T17:55:39.758Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1953 | 2026-05-18T17:55:40.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-18T17:55:40.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-18T17:55:40.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-18T17:55:40.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1957 | 2026-05-18T17:55:40.228Z | |
| 1958 | 2026-05-18T17:55:40.228Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1959 | 2026-05-18T17:55:40.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-18T17:55:40.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-18T17:55:40.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-18T17:55:40.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1963 | 2026-05-18T17:55:40.696Z | |
| 1964 | 2026-05-18T17:55:40.696Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1965 | 2026-05-18T17:55:41.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-18T17:55:41.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-18T17:55:41.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-18T17:55:41.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1969 | 2026-05-18T17:55:41.171Z | |
| 1970 | 2026-05-18T17:55:41.171Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1971 | 2026-05-18T17:55:41.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-18T17:55:41.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-18T17:55:41.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-18T17:55:41.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1975 | 2026-05-18T17:55:41.639Z | |
| 1976 | 2026-05-18T17:55:41.640Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1977 | 2026-05-18T17:55:42.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-18T17:55:42.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-18T17:55:42.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-18T17:55:42.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1981 | 2026-05-18T17:55:42.111Z | |
| 1982 | 2026-05-18T17:55:42.111Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1983 | 2026-05-18T17:55:42.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-18T17:55:42.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-18T17:55:42.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-18T17:55:42.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-18T17:55:42.581Z | |
| 1988 | 2026-05-18T17:55:42.581Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1989 | 2026-05-18T17:55:42.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-18T17:55:42.996Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-18T17:55:42.996Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-18T17:55:43.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1993 | 2026-05-18T17:55:43.052Z | |
| 1994 | 2026-05-18T17:55:43.053Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1995 | 2026-05-18T17:55:43.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-18T17:55:43.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-18T17:55:43.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-18T17:55:43.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-18T17:55:43.517Z | |
| 2000 | 2026-05-18T17:55:43.517Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2001 | 2026-05-18T17:55:43.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-18T17:55:43.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-18T17:55:43.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-18T17:55:43.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-18T17:55:43.989Z | |
| 2006 | 2026-05-18T17:55:43.989Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2007 | 2026-05-18T17:55:44.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-18T17:55:44.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-18T17:55:44.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-18T17:55:44.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-18T17:55:44.460Z | |
| 2012 | 2026-05-18T17:55:44.460Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2013 | 2026-05-18T17:55:44.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-18T17:55:44.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-18T17:55:44.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-18T17:55:44.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2017 | 2026-05-18T17:55:44.930Z | |
| 2018 | 2026-05-18T17:55:44.930Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2019 | 2026-05-18T17:55:45.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-18T17:55:45.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-18T17:55:45.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-18T17:55:45.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-18T17:55:45.403Z | |
| 2024 | 2026-05-18T17:55:45.403Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2025 | 2026-05-18T17:55:45.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-18T17:55:45.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-18T17:55:45.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-18T17:55:45.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2029 | 2026-05-18T17:55:45.877Z | |
| 2030 | 2026-05-18T17:55:45.877Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2031 | 2026-05-18T17:55:46.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-18T17:55:46.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-18T17:55:46.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-18T17:55:46.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2035 | 2026-05-18T17:55:46.351Z | |
| 2036 | 2026-05-18T17:55:46.351Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2037 | 2026-05-18T17:55:46.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-18T17:55:46.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-18T17:55:46.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-18T17:55:46.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2041 | 2026-05-18T17:55:46.822Z | |
| 2042 | 2026-05-18T17:55:46.822Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2043 | 2026-05-18T17:55:47.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-18T17:55:47.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-18T17:55:47.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-18T17:55:47.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2047 | 2026-05-18T17:55:47.296Z | |
| 2048 | 2026-05-18T17:55:47.296Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2049 | 2026-05-18T17:55:47.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-18T17:55:47.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-18T17:55:47.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-18T17:55:47.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2053 | 2026-05-18T17:55:47.770Z | |
| 2054 | 2026-05-18T17:55:47.770Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2055 | 2026-05-18T17:55:48.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-18T17:55:48.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-18T17:55:48.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-18T17:55:48.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2059 | 2026-05-18T17:55:48.265Z | |
| 2060 | 2026-05-18T17:55:48.265Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2061 | 2026-05-18T17:55:48.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-18T17:55:48.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-18T17:55:48.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-18T17:55:48.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2065 | 2026-05-18T17:55:48.722Z | |
| 2066 | 2026-05-18T17:55:48.722Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2067 | 2026-05-18T17:55:49.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-18T17:55:49.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-18T17:55:49.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-18T17:55:49.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2071 | 2026-05-18T17:55:50.201Z | |
| 2072 | 2026-05-18T17:55:50.201Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2073 | 2026-05-18T17:55:50.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-18T17:55:50.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-18T17:55:50.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-18T17:55:50.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2077 | 2026-05-18T17:55:50.204Z | |
| 2078 | 2026-05-18T17:55:50.204Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2079 | 2026-05-18T17:55:50.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-18T17:55:50.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-18T17:55:50.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-18T17:55:50.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 2083 | 2026-05-18T17:55:50.204Z | |
| 2084 | 2026-05-18T17:55:50.204Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2085 | 2026-05-18T17:55:50.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-18T17:55:50.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-18T17:55:50.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-18T17:55:50.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2089 | 2026-05-18T17:55:50.791Z | |
| 2090 | 2026-05-18T17:55:50.791Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2091 | 2026-05-18T17:55:51.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-18T17:55:51.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-18T17:55:51.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-18T17:55:51.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2095 | 2026-05-18T17:55:51.431Z | |
| 2096 | 2026-05-18T17:55:51.431Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2097 | 2026-05-18T17:55:51.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-18T17:55:51.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-18T17:55:51.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-18T17:55:51.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2101 | 2026-05-18T17:55:52.067Z | |
| 2102 | 2026-05-18T17:55:52.067Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2103 | 2026-05-18T17:55:52.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-18T17:55:52.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-18T17:55:52.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-18T17:55:52.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2107 | 2026-05-18T17:55:52.702Z | |
| 2108 | 2026-05-18T17:55:52.702Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2109 | 2026-05-18T17:55:53.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-18T17:55:53.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-18T17:55:53.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-18T17:55:53.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2113 | 2026-05-18T17:55:53.304Z | |
| 2114 | 2026-05-18T17:55:53.304Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2115 | 2026-05-18T17:55:53.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-18T17:55:53.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-18T17:55:53.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-18T17:55:53.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2119 | 2026-05-18T17:55:53.891Z | |
| 2120 | 2026-05-18T17:55:53.891Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2121 | 2026-05-18T17:55:54.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-18T17:55:54.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-18T17:55:54.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-18T17:55:54.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2125 | 2026-05-18T17:55:54.494Z | |
| 2126 | 2026-05-18T17:55:54.494Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2127 | 2026-05-18T17:55:55.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-18T17:55:55.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-18T17:55:55.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-18T17:55:55.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2131 | 2026-05-18T17:55:55.098Z | |
| 2132 | 2026-05-18T17:55:55.098Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2133 | 2026-05-18T17:55:55.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-18T17:55:55.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-18T17:55:55.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-18T17:55:55.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2137 | 2026-05-18T17:55:55.705Z | |
| 2138 | 2026-05-18T17:55:55.705Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2139 | 2026-05-18T17:55:56.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-18T17:55:56.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-18T17:55:56.223Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-18T17:55:56.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2143 | 2026-05-18T17:55:56.315Z | |
| 2144 | 2026-05-18T17:55:56.315Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2145 | 2026-05-18T17:55:56.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-18T17:55:56.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-18T17:55:56.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-18T17:55:56.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2149 | 2026-05-18T17:55:56.901Z | |
| 2150 | 2026-05-18T17:55:56.901Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2151 | 2026-05-18T17:55:57.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-18T17:55:57.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-18T17:55:57.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-18T17:55:57.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2155 | 2026-05-18T17:55:57.489Z | |
| 2156 | 2026-05-18T17:55:57.489Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2157 | 2026-05-18T17:55:57.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-18T17:55:57.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-18T17:55:57.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-18T17:55:57.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2161 | 2026-05-18T17:55:58.074Z | |
| 2162 | 2026-05-18T17:55:58.074Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2163 | 2026-05-18T17:55:58.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-18T17:55:58.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-18T17:55:58.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-18T17:55:58.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2167 | 2026-05-18T17:55:58.659Z | |
| 2168 | 2026-05-18T17:55:58.659Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2169 | 2026-05-18T17:55:59.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-18T17:55:59.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-18T17:55:59.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-18T17:55:59.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2173 | 2026-05-18T17:55:59.262Z | |
| 2174 | 2026-05-18T17:55:59.262Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2175 | 2026-05-18T17:55:59.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-18T17:55:59.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-18T17:55:59.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-18T17:55:59.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2179 | 2026-05-18T17:55:59.868Z | |
| 2180 | 2026-05-18T17:55:59.868Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2181 | 2026-05-18T17:56:00.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-18T17:56:00.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-18T17:56:00.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-18T17:56:00.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2185 | 2026-05-18T17:56:00.450Z | |
| 2186 | 2026-05-18T17:56:00.450Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2187 | 2026-05-18T17:56:00.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-18T17:56:00.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-18T17:56:00.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-18T17:56:00.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2191 | 2026-05-18T17:56:01.037Z | |
| 2192 | 2026-05-18T17:56:01.037Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2193 | 2026-05-18T17:56:01.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-18T17:56:01.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-18T17:56:01.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-18T17:56:01.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2197 | 2026-05-18T17:56:01.627Z | |
| 2198 | 2026-05-18T17:56:01.627Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2199 | 2026-05-18T17:56:02.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-18T17:56:02.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-18T17:56:02.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-18T17:56:02.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2203 | 2026-05-18T17:56:02.225Z | |
| 2204 | 2026-05-18T17:56:02.225Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2205 | 2026-05-18T17:56:02.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-18T17:56:02.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-18T17:56:02.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-18T17:56:02.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2209 | 2026-05-18T17:56:02.825Z | |
| 2210 | 2026-05-18T17:56:02.825Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2211 | 2026-05-18T17:56:03.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-18T17:56:03.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-18T17:56:03.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-18T17:56:03.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2215 | 2026-05-18T17:56:03.421Z | |
| 2216 | 2026-05-18T17:56:03.421Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2217 | 2026-05-18T17:56:03.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-18T17:56:03.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-18T17:56:03.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-18T17:56:03.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2221 | 2026-05-18T17:56:04.014Z | |
| 2222 | 2026-05-18T17:56:04.014Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2223 | 2026-05-18T17:56:04.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-18T17:56:04.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-18T17:56:04.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-18T17:56:04.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2227 | 2026-05-18T17:56:04.607Z | |
| 2228 | 2026-05-18T17:56:04.607Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2229 | 2026-05-18T17:56:05.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-18T17:56:05.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-18T17:56:05.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-18T17:56:05.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2233 | 2026-05-18T17:56:05.227Z | |
| 2234 | 2026-05-18T17:56:05.227Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2235 | 2026-05-18T17:56:05.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-18T17:56:05.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-18T17:56:05.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-18T17:56:05.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2239 | 2026-05-18T17:56:05.843Z | |
| 2240 | 2026-05-18T17:56:05.843Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2241 | 2026-05-18T17:56:06.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-18T17:56:06.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-18T17:56:06.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-05-18T17:56:06.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2245 | 2026-05-18T17:56:06.428Z | |
| 2246 | 2026-05-18T17:56:06.428Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2247 | 2026-05-18T17:56:06.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-05-18T17:56:06.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-05-18T17:56:07.044Z | Checking cfg-if v1.0.4 |
| 2250 | 2026-05-18T17:56:07.048Z | Checking libc v0.2.185 |
| 2251 | 2026-05-18T17:56:07.048Z | Checking serde_core v1.0.228 |
| 2252 | 2026-05-18T17:56:07.161Z | Checking zeroize v1.8.2 |
| 2253 | 2026-05-18T17:56:07.169Z | Checking memchr v2.8.0 |
| 2254 | 2026-05-18T17:56:07.178Z | Checking log v0.4.29 |
| 2255 | 2026-05-18T17:56:07.188Z | Checking smallvec v1.15.1 |
| 2256 | 2026-05-18T17:56:07.199Z | Checking typenum v1.19.0 |
| 2257 | 2026-05-18T17:56:07.201Z | Checking subtle v2.6.1 |
| 2258 | 2026-05-18T17:56:07.296Z | Checking itoa v1.0.17 |
| 2259 | 2026-05-18T17:56:07.331Z | Checking scopeguard v1.2.0 |
| 2260 | 2026-05-18T17:56:07.350Z | Checking stable_deref_trait v1.2.1 |
| 2261 | 2026-05-18T17:56:07.363Z | Checking const-oid v0.9.6 |
| 2262 | 2026-05-18T17:56:07.421Z | Checking zerofrom v0.1.6 |
| 2263 | 2026-05-18T17:56:07.433Z | Checking lock_api v0.4.14 |
| 2264 | 2026-05-18T17:56:07.449Z | Checking pin-project-lite v0.2.17 |
| 2265 | 2026-05-18T17:56:07.530Z | Checking yoke v0.8.1 |
| 2266 | 2026-05-18T17:56:07.543Z | Checking portable-atomic v1.13.1 |
| 2267 | 2026-05-18T17:56:07.554Z | Checking getrandom v0.2.17 |
| 2268 | 2026-05-18T17:56:07.557Z | Checking errno v0.3.14 |
| 2269 | 2026-05-18T17:56:07.629Z | Checking parking_lot_core v0.9.12 |
| 2270 | 2026-05-18T17:56:07.661Z | Checking signal-hook-registry v1.4.8 |
| 2271 | 2026-05-18T17:56:07.690Z | Checking zerovec v0.11.5 |
| 2272 | 2026-05-18T17:56:07.704Z | Checking rand_core v0.6.4 |
| 2273 | 2026-05-18T17:56:07.713Z | Checking generic-array v0.14.7 |
| 2274 | 2026-05-18T17:56:07.809Z | Checking critical-section v1.2.0 |
| 2275 | 2026-05-18T17:56:07.812Z | Checking futures-core v0.3.32 |
| 2276 | 2026-05-18T17:56:07.866Z | Checking parking_lot v0.12.5 |
| 2277 | 2026-05-18T17:56:07.903Z | Checking mio v1.2.0 |
| 2278 | 2026-05-18T17:56:07.933Z | Checking once_cell v1.21.3 |
| 2279 | 2026-05-18T17:56:07.944Z | Checking zerocopy v0.8.40 |
| 2280 | 2026-05-18T17:56:08.022Z | Checking zmij v1.0.21 |
| 2281 | 2026-05-18T17:56:08.049Z | Checking socket2 v0.6.3 |
| 2282 | 2026-05-18T17:56:08.100Z | Checking libm v0.2.16 |
| 2283 | 2026-05-18T17:56:08.112Z | Checking tinystr v0.8.2 |
| 2284 | 2026-05-18T17:56:08.140Z | Checking crypto-common v0.1.7 |
| 2285 | 2026-05-18T17:56:08.175Z | Checking block-buffer v0.10.4 |
| 2286 | 2026-05-18T17:56:08.230Z | Checking equivalent v1.0.2 |
| 2287 | 2026-05-18T17:56:08.257Z | Checking percent-encoding v2.3.2 |
| 2288 | 2026-05-18T17:56:08.278Z | Checking writeable v0.6.2 |
| 2289 | 2026-05-18T17:56:08.281Z | Checking litemap v0.8.1 |
| 2290 | 2026-05-18T17:56:08.304Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-18T17:56:08.315Z | Checking digest v0.10.7 |
| 2292 | 2026-05-18T17:56:08.400Z | Checking zerotrie v0.2.3 |
| 2293 | 2026-05-18T17:56:08.434Z | Checking futures-sink v0.3.32 |
| 2294 | 2026-05-18T17:56:08.448Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-18T17:56:08.462Z | Checking icu_locale_core v2.1.1 |
| 2296 | 2026-05-18T17:56:08.518Z | Checking cpufeatures v0.2.17 |
| 2297 | 2026-05-18T17:56:08.529Z | Checking futures-channel v0.3.32 |
| 2298 | 2026-05-18T17:56:08.583Z | Checking slab v0.4.12 |
| 2299 | 2026-05-18T17:56:08.618Z | Checking serde v1.0.228 |
| 2300 | 2026-05-18T17:56:08.634Z | Checking bitflags v2.11.0 |
| 2301 | 2026-05-18T17:56:08.713Z | Checking serde_json v1.0.149 |
| 2302 | 2026-05-18T17:56:08.733Z | Checking futures-io v0.3.32 |
| 2303 | 2026-05-18T17:56:08.750Z | Checking futures-task v0.3.32 |
| 2304 | 2026-05-18T17:56:08.796Z | Checking hmac v0.12.1 |
| 2305 | 2026-05-18T17:56:08.800Z | Checking num-traits v0.2.19 |
| 2306 | 2026-05-18T17:56:08.853Z | Checking icu_normalizer_data v2.1.1 |
| 2307 | 2026-05-18T17:56:08.880Z | Checking futures-util v0.3.32 |
| 2308 | 2026-05-18T17:56:08.922Z | Checking icu_properties_data v2.1.2 |
| 2309 | 2026-05-18T17:56:08.956Z | Checking hashbrown v0.17.0 |
| 2310 | 2026-05-18T17:56:09.000Z | Checking icu_provider v2.1.1 |
| 2311 | 2026-05-18T17:56:09.016Z | Checking bytes v1.11.1 |
| 2312 | 2026-05-18T17:56:09.051Z | Checking rand_core v0.10.0 |
| 2313 | 2026-05-18T17:56:09.193Z | Checking getrandom v0.4.1 |
| 2314 | 2026-05-18T17:56:09.226Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-18T17:56:09.331Z | Checking icu_properties v2.1.2 |
| 2316 | 2026-05-18T17:56:09.358Z | Checking block-padding v0.3.3 |
| 2317 | 2026-05-18T17:56:09.371Z | Checking utf8_iter v1.0.4 |
| 2318 | 2026-05-18T17:56:09.413Z | Checking indexmap v2.14.0 |
| 2319 | 2026-05-18T17:56:09.450Z | Checking tokio v1.52.1 |
| 2320 | 2026-05-18T17:56:09.481Z | Checking inout v0.1.4 |
| 2321 | 2026-05-18T17:56:09.495Z | Checking sha2 v0.10.9 |
| 2322 | 2026-05-18T17:56:09.525Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-18T17:56:09.618Z | Checking cipher v0.4.4 |
| 2324 | 2026-05-18T17:56:09.651Z | Checking getrandom v0.3.4 |
| 2325 | 2026-05-18T17:56:09.756Z | Checking base64ct v1.8.3 |
| 2326 | 2026-05-18T17:56:09.786Z | Checking fnv v1.0.7 |
| 2327 | 2026-05-18T17:56:09.823Z | Checking byteorder v1.5.0 |
| 2328 | 2026-05-18T17:56:09.884Z | Checking flagset v0.4.7 |
| 2329 | 2026-05-18T17:56:09.977Z | Checking rand_core v0.9.5 |
| 2330 | 2026-05-18T17:56:09.991Z | Checking pem-rfc7468 v0.7.0 |
| 2331 | 2026-05-18T17:56:10.005Z | Checking http v1.4.0 |
| 2332 | 2026-05-18T17:56:10.021Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-18T17:56:10.147Z | Checking der v0.7.10 |
| 2334 | 2026-05-18T17:56:10.159Z | Checking idna_adapter v1.2.1 |
| 2335 | 2026-05-18T17:56:10.174Z | Checking salsa20 v0.10.2 |
| 2336 | 2026-05-18T17:56:10.274Z | Checking idna v1.1.0 |
| 2337 | 2026-05-18T17:56:10.298Z | Checking uuid v1.23.0 |
| 2338 | 2026-05-18T17:56:10.511Z | Checking url v2.5.8 |
| 2339 | 2026-05-18T17:56:10.555Z | Checking pbkdf2 v0.12.2 |
| 2340 | 2026-05-18T17:56:10.599Z | Checking rustix v1.1.3 |
| 2341 | 2026-05-18T17:56:10.666Z | Checking tracing-core v0.1.36 |
| 2342 | 2026-05-18T17:56:10.684Z | Checking ppv-lite86 v0.2.21 |
| 2343 | 2026-05-18T17:56:10.788Z | Checking rustls-pki-types v1.14.0 |
| 2344 | 2026-05-18T17:56:10.874Z | Checking spki v0.7.3 |
| 2345 | 2026-05-18T17:56:10.945Z | Checking base64 v0.22.1 |
| 2346 | 2026-05-18T17:56:10.970Z | Checking iana-time-zone v0.1.65 |
| 2347 | 2026-05-18T17:56:10.978Z | Checking rand_chacha v0.9.0 |
| 2348 | 2026-05-18T17:56:11.034Z | Checking tracing v0.1.44 |
| 2349 | 2026-05-18T17:56:11.068Z | Checking chrono v0.4.44 |
| 2350 | 2026-05-18T17:56:11.081Z | Checking scrypt v0.11.0 |
| 2351 | 2026-05-18T17:56:11.173Z | Checking http-body v1.0.1 |
| 2352 | 2026-05-18T17:56:11.186Z | Checking aes v0.8.4 |
| 2353 | 2026-05-18T17:56:11.211Z | Checking cbc v0.1.2 |
| 2354 | 2026-05-18T17:56:11.236Z | Checking aws-lc-sys v0.40.0 |
| 2355 | 2026-05-18T17:56:11.302Z | Checking openssl-probe v0.2.1 |
| 2356 | 2026-05-18T17:56:11.320Z | Checking tinyvec_macros v0.1.1 |
| 2357 | 2026-05-18T17:56:11.334Z | Checking untrusted v0.9.0 |
| 2358 | 2026-05-18T17:56:11.388Z | Checking untrusted v0.7.1 |
| 2359 | 2026-05-18T17:56:11.403Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-18T17:56:11.436Z | Checking ring v0.17.14 |
| 2361 | 2026-05-18T17:56:11.449Z | Checking rand v0.9.2 |
| 2362 | 2026-05-18T17:56:11.494Z | Checking tower-service v0.3.3 |
| 2363 | 2026-05-18T17:56:11.565Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-05-18T17:56:11.578Z | Checking atomic-waker v1.1.2 |
| 2365 | 2026-05-18T17:56:11.673Z | Checking tower-layer v0.3.3 |
| 2366 | 2026-05-18T17:56:11.708Z | Checking try-lock v0.2.5 |
| 2367 | 2026-05-18T17:56:11.732Z | Checking aws-lc-rs v1.16.3 |
| 2368 | 2026-05-18T17:56:11.802Z | Checking want v0.3.1 |
| 2369 | 2026-05-18T17:56:11.814Z | Checking pkcs8 v0.10.2 |
| 2370 | 2026-05-18T17:56:11.828Z | Checking ipnet v2.11.0 |
| 2371 | 2026-05-18T17:56:11.908Z | Checking httparse v1.10.1 |
| 2372 | 2026-05-18T17:56:11.920Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-05-18T17:56:11.933Z | Checking dyn-clone v1.0.20 |
| 2374 | 2026-05-18T17:56:11.989Z | Checking fastrand v2.3.0 |
| 2375 | 2026-05-18T17:56:12.031Z | Checking pin-utils v0.1.0 |
| 2376 | 2026-05-18T17:56:12.081Z | Checking plain v0.2.3 |
| 2377 | 2026-05-18T17:56:12.098Z | Checking httpdate v1.0.3 |
| 2378 | 2026-05-18T17:56:12.112Z | Checking foreign-types-shared v0.1.1 |
| 2379 | 2026-05-18T17:56:12.162Z | Checking tempfile v3.25.0 |
| 2380 | 2026-05-18T17:56:12.182Z | Checking unicode-normalization v0.1.25 |
| 2381 | 2026-05-18T17:56:12.210Z | Checking foreign-types v0.3.2 |
| 2382 | 2026-05-18T17:56:12.239Z | Checking semver v1.0.28 |
| 2383 | 2026-05-18T17:56:12.257Z | Checking openssl-sys v0.9.115 |
| 2384 | 2026-05-18T17:56:12.351Z | Checking spin v0.9.8 |
| 2385 | 2026-05-18T17:56:12.422Z | Checking unicode-ident v1.0.24 |
| 2386 | 2026-05-18T17:56:12.444Z | Checking ucd-trie v0.1.7 |
| 2387 | 2026-05-18T17:56:12.530Z | Checking proc-macro2 v1.0.106 |
| 2388 | 2026-05-18T17:56:12.544Z | Checking schemars v0.8.22 |
| 2389 | 2026-05-18T17:56:12.557Z | Checking rustls-webpki v0.103.9 |
| 2390 | 2026-05-18T17:56:12.576Z | Checking pest v2.8.6 |
| 2391 | 2026-05-18T17:56:12.589Z | Checking regex-automata v0.4.14 |
| 2392 | 2026-05-18T17:56:12.603Z | Checking rustls-native-certs v0.8.3 |
| 2393 | 2026-05-18T17:56:12.635Z | Checking openssl v0.10.79 |
| 2394 | 2026-05-18T17:56:12.689Z | Checking tokio-util v0.7.18 |
| 2395 | 2026-05-18T17:56:12.723Z | Checking thiserror v2.0.18 |
| 2396 | 2026-05-18T17:56:12.823Z | Checking sync_wrapper v1.0.2 |
| 2397 | 2026-05-18T17:56:12.838Z | Checking wait-timeout v0.2.1 |
| 2398 | 2026-05-18T17:56:12.923Z | Checking quick-error v1.2.3 |
| 2399 | 2026-05-18T17:56:12.951Z | Checking pretty-hex v0.4.1 |
| 2400 | 2026-05-18T17:56:12.975Z | Checking rustls v0.23.37 |
| 2401 | 2026-05-18T17:56:13.020Z | Checking simd-adler32 v0.3.8 |
| 2402 | 2026-05-18T17:56:13.063Z | Checking anstyle v1.0.13 |
| 2403 | 2026-05-18T17:56:13.182Z | Checking bit-vec v0.8.0 |
| 2404 | 2026-05-18T17:56:13.195Z | Checking utf8parse v0.2.2 |
| 2405 | 2026-05-18T17:56:13.246Z | Checking siphasher v1.0.2 |
| 2406 | 2026-05-18T17:56:13.289Z | Checking powerfmt v0.2.0 |
| 2407 | 2026-05-18T17:56:13.302Z | Checking h2 v0.4.13 |
| 2408 | 2026-05-18T17:56:13.370Z | Checking bit-set v0.8.0 |
| 2409 | 2026-05-18T17:56:13.392Z | Checking anstyle-parse v0.2.7 |
| 2410 | 2026-05-18T17:56:13.434Z | Checking deranged v0.5.8 |
| 2411 | 2026-05-18T17:56:13.509Z | Checking rusty-fork v0.3.1 |
| 2412 | 2026-05-18T17:56:13.539Z | Checking tower v0.5.3 |
| 2413 | 2026-05-18T17:56:13.642Z | Checking quote v1.0.45 |
| 2414 | 2026-05-18T17:56:13.671Z | Compiling newtype-uuid v1.3.2 |
| 2415 | 2026-05-18T17:56:13.789Z | Checking http-body-util v0.1.3 |
| 2416 | 2026-05-18T17:56:13.852Z | Checking webpki-roots v1.0.6 |
| 2417 | 2026-05-18T17:56:13.914Z | Checking crossbeam-utils v0.8.21 |
| 2418 | 2026-05-18T17:56:13.964Z | Checking rand_xorshift v0.4.0 |
| 2419 | 2026-05-18T17:56:14.004Z | Checking crc32fast v1.5.0 |
| 2420 | 2026-05-18T17:56:14.078Z | Checking scroll v0.13.0 |
| 2421 | 2026-05-18T17:56:14.141Z | Checking signature v2.2.0 |
| 2422 | 2026-05-18T17:56:14.239Z | Checking num_threads v0.1.7 |
| 2423 | 2026-05-18T17:56:14.267Z | Checking unicode-bidi v0.3.18 |
| 2424 | 2026-05-18T17:56:14.299Z | Checking num-conv v0.2.0 |
| 2425 | 2026-05-18T17:56:14.322Z | Checking unicode-properties v0.1.4 |
| 2426 | 2026-05-18T17:56:14.348Z | Checking allocator-api2 v0.2.21 |
| 2427 | 2026-05-18T17:56:14.402Z | Checking time-core v0.1.8 |
| 2428 | 2026-05-18T17:56:14.413Z | Checking is_terminal_polyfill v1.70.2 |
| 2429 | 2026-05-18T17:56:14.499Z | Checking adler2 v2.0.1 |
| 2430 | 2026-05-18T17:56:14.511Z | Checking unarray v0.1.4 |
| 2431 | 2026-05-18T17:56:14.540Z | Checking colorchoice v1.0.4 |
| 2432 | 2026-05-18T17:56:14.559Z | Checking ryu v1.0.23 |
| 2433 | 2026-05-18T17:56:14.603Z | Checking iri-string v0.7.10 |
| 2434 | 2026-05-18T17:56:14.615Z | Checking anstyle-query v1.1.5 |
| 2435 | 2026-05-18T17:56:14.629Z | Checking proptest v1.10.0 |
| 2436 | 2026-05-18T17:56:14.642Z | Checking miniz_oxide v0.8.9 |
| 2437 | 2026-05-18T17:56:14.655Z | Checking native-tls v0.2.18 |
| 2438 | 2026-05-18T17:56:14.689Z | Checking serde_urlencoded v0.7.1 |
| 2439 | 2026-05-18T17:56:14.701Z | Checking anstream v0.6.21 |
| 2440 | 2026-05-18T17:56:14.836Z | Checking tokio-native-tls v0.3.1 |
| 2441 | 2026-05-18T17:56:14.898Z | Checking stringprep v0.1.5 |
| 2442 | 2026-05-18T17:56:14.911Z | Checking time v0.3.47 |
| 2443 | 2026-05-18T17:56:14.992Z | Checking bstr v1.12.1 |
| 2444 | 2026-05-18T17:56:15.003Z | Checking goblin v0.10.5 |
| 2445 | 2026-05-18T17:56:15.050Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-05-18T17:56:15.273Z | Compiling daft v0.1.5 |
| 2447 | 2026-05-18T17:56:15.391Z | Checking tokio-rustls v0.26.4 |
| 2448 | 2026-05-18T17:56:15.407Z | Checking syn v2.0.117 |
| 2449 | 2026-05-18T17:56:15.553Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-18T17:56:15.627Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-18T17:56:15.650Z | Checking tower-http v0.6.8 |
| 2452 | 2026-05-18T17:56:15.769Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-18T17:56:15.828Z | Checking thiserror v1.0.69 |
| 2454 | 2026-05-18T17:56:15.922Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-18T17:56:15.925Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2456 | 2026-05-18T17:56:15.993Z | Checking num-integer v0.1.46 |
| 2457 | 2026-05-18T17:56:16.023Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-18T17:56:16.037Z | Checking serde_spanned v0.6.9 |
| 2459 | 2026-05-18T17:56:16.050Z | Checking toml_datetime v0.6.11 |
| 2460 | 2026-05-18T17:56:16.073Z | Checking md-5 v0.10.6 |
| 2461 | 2026-05-18T17:56:16.159Z | Checking ff v0.13.1 |
| 2462 | 2026-05-18T17:56:16.207Z | Checking zlib-rs v0.6.2 |
| 2463 | 2026-05-18T17:56:16.210Z | Checking base16ct v0.2.0 |
| 2464 | 2026-05-18T17:56:16.231Z | Checking psl-types v2.0.11 |
| 2465 | 2026-05-18T17:56:16.283Z | Checking fallible-iterator v0.2.0 |
| 2466 | 2026-05-18T17:56:16.337Z | Checking publicsuffix v2.3.0 |
| 2467 | 2026-05-18T17:56:16.340Z | Checking sec1 v0.7.3 |
| 2468 | 2026-05-18T17:56:16.491Z | Checking group v0.13.0 |
| 2469 | 2026-05-18T17:56:16.547Z | Checking postgres-protocol v0.6.10 |
| 2470 | 2026-05-18T17:56:16.550Z | Compiling iddqd v0.3.18 |
| 2471 | 2026-05-18T17:56:16.598Z | Checking num-iter v0.1.45 |
| 2472 | 2026-05-18T17:56:16.633Z | Checking heapless v0.7.17 |
| 2473 | 2026-05-18T17:56:16.706Z | Checking cookie v0.18.1 |
| 2474 | 2026-05-18T17:56:16.854Z | Checking zstd-safe v7.2.4 |
| 2475 | 2026-05-18T17:56:16.911Z | Checking hyper-util v0.1.20 |
| 2476 | 2026-05-18T17:56:16.933Z | Checking goblin v0.8.2 |
| 2477 | 2026-05-18T17:56:17.016Z | Checking rand v0.8.6 |
| 2478 | 2026-05-18T17:56:17.037Z | Checking oxnet v0.1.4 |
| 2479 | 2026-05-18T17:56:17.077Z | Checking flate2 v1.1.9 |
| 2480 | 2026-05-18T17:56:17.270Z | Checking dtrace-parser v0.3.0 |
| 2481 | 2026-05-18T17:56:17.318Z | Checking dof v0.4.0 |
| 2482 | 2026-05-18T17:56:17.365Z | Checking phf_shared v0.13.1 |
| 2483 | 2026-05-18T17:56:17.505Z | Checking lazy_static v1.5.0 |
| 2484 | 2026-05-18T17:56:17.529Z | Checking zerocopy v0.7.35 |
| 2485 | 2026-05-18T17:56:17.559Z | Checking pin-project v1.1.11 |
| 2486 | 2026-05-18T17:56:17.590Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2487 | 2026-05-18T17:56:17.649Z | Checking terminal_size v0.4.3 |
| 2488 | 2026-05-18T17:56:17.666Z | Checking signal-hook v0.3.18 |
| 2489 | 2026-05-18T17:56:17.679Z | Checking futures-executor v0.3.32 |
| 2490 | 2026-05-18T17:56:17.692Z | Checking hex v0.4.3 |
| 2491 | 2026-05-18T17:56:17.758Z | Checking hkdf v0.12.4 |
| 2492 | 2026-05-18T17:56:17.818Z | Checking crypto-bigint v0.5.5 |
| 2493 | 2026-05-18T17:56:17.848Z | Checking thread-id v5.1.0 |
| 2494 | 2026-05-18T17:56:17.887Z | Checking encoding_rs v0.8.35 |
| 2495 | 2026-05-18T17:56:17.911Z | Checking same-file v1.0.6 |
| 2496 | 2026-05-18T17:56:17.923Z | Checking strsim v0.11.1 |
| 2497 | 2026-05-18T17:56:17.945Z | Checking winnow v0.5.40 |
| 2498 | 2026-05-18T17:56:18.016Z | Checking bumpalo v3.20.2 |
| 2499 | 2026-05-18T17:56:18.019Z | Checking foldhash v0.2.0 |
| 2500 | 2026-05-18T17:56:18.079Z | Checking foldhash v0.1.5 |
| 2501 | 2026-05-18T17:56:18.163Z | Checking hyper-rustls v0.27.7 |
| 2502 | 2026-05-18T17:56:18.178Z | Checking hyper-tls v0.6.0 |
| 2503 | 2026-05-18T17:56:18.206Z | Checking mime v0.3.17 |
| 2504 | 2026-05-18T17:56:18.209Z | Checking clap_lex v1.0.0 |
| 2505 | 2026-05-18T17:56:18.341Z | Checking winnow v0.7.14 |
| 2506 | 2026-05-18T17:56:18.362Z | Checking libbz2-rs-sys v0.2.2 |
| 2507 | 2026-05-18T17:56:18.365Z | Checking bitflags v1.3.2 |
| 2508 | 2026-05-18T17:56:18.386Z | Compiling rayon-core v1.13.0 |
| 2509 | 2026-05-18T17:56:18.444Z | Checking managed v0.8.0 |
| 2510 | 2026-05-18T17:56:18.558Z | Checking either v1.15.0 |
| 2511 | 2026-05-18T17:56:18.625Z | Checking smoltcp v0.9.1 |
| 2512 | 2026-05-18T17:56:18.702Z | Checking elliptic-curve v0.13.8 |
| 2513 | 2026-05-18T17:56:18.755Z | Checking bzip2 v0.6.1 |
| 2514 | 2026-05-18T17:56:18.769Z | Checking clap_builder v4.5.60 |
| 2515 | 2026-05-18T17:56:18.811Z | Checking dof v0.3.0 |
| 2516 | 2026-05-18T17:56:18.823Z | Checking reqwest v0.12.28 |
| 2517 | 2026-05-18T17:56:18.912Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2518 | 2026-05-18T17:56:19.003Z | Checking zopfli v0.8.3 |
| 2519 | 2026-05-18T17:56:19.084Z | Checking toml_edit v0.19.15 |
| 2520 | 2026-05-18T17:56:19.096Z | Checking hashbrown v0.15.5 |
| 2521 | 2026-05-18T17:56:19.109Z | Checking hashbrown v0.16.1 |
| 2522 | 2026-05-18T17:56:19.212Z | Checking walkdir v2.5.0 |
| 2523 | 2026-05-18T17:56:19.325Z | Checking usdt-impl v0.6.0 |
| 2524 | 2026-05-18T17:56:19.371Z | Checking signal-hook-mio v0.2.5 |
| 2525 | 2026-05-18T17:56:19.473Z | Checking futures v0.3.32 |
| 2526 | 2026-05-18T17:56:19.521Z | Checking bzip2 v0.4.4 |
| 2527 | 2026-05-18T17:56:19.550Z | Checking snafu v0.8.9 |
| 2528 | 2026-05-18T17:56:19.553Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-05-18T17:56:19.593Z | Checking phf v0.13.1 |
| 2530 | 2026-05-18T17:56:19.671Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-18T17:56:19.683Z | Checking cookie_store v0.22.1 |
| 2532 | 2026-05-18T17:56:19.735Z | Checking postgres-types v0.2.12 |
| 2533 | 2026-05-18T17:56:19.784Z | Checking dtrace-parser v0.2.0 |
| 2534 | 2026-05-18T17:56:19.860Z | Checking rustls-platform-verifier v0.6.2 |
| 2535 | 2026-05-18T17:56:19.863Z | Checking globset v0.4.18 |
| 2536 | 2026-05-18T17:56:19.986Z | Checking crossbeam-deque v0.8.6 |
| 2537 | 2026-05-18T17:56:19.999Z | Checking regex v1.12.3 |
| 2538 | 2026-05-18T17:56:20.016Z | Checking ed25519 v2.2.3 |
| 2539 | 2026-05-18T17:56:20.029Z | Checking phf_shared v0.11.3 |
| 2540 | 2026-05-18T17:56:20.060Z | Checking olpc-cjson v0.1.4 |
| 2541 | 2026-05-18T17:56:20.110Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-18T17:56:20.128Z | Checking ref-cast v1.0.25 |
| 2543 | 2026-05-18T17:56:20.158Z | Checking strum v0.27.2 |
| 2544 | 2026-05-18T17:56:20.169Z | Checking hubpack v0.1.2 |
| 2545 | 2026-05-18T17:56:20.189Z | Checking memoffset v0.9.1 |
| 2546 | 2026-05-18T17:56:20.201Z | Checking rustix v0.38.44 |
| 2547 | 2026-05-18T17:56:20.218Z | Checking pkcs1 v0.7.5 |
| 2548 | 2026-05-18T17:56:20.263Z | Checking pem v3.0.6 |
| 2549 | 2026-05-18T17:56:20.266Z | Checking float-cmp v0.10.0 |
| 2550 | 2026-05-18T17:56:20.286Z | Checking erased-serde v0.3.31 |
| 2551 | 2026-05-18T17:56:20.329Z | Checking serde_plain v1.0.2 |
| 2552 | 2026-05-18T17:56:20.386Z | Checking serde-big-array v0.5.1 |
| 2553 | 2026-05-18T17:56:20.408Z | Checking rfc6979 v0.4.0 |
| 2554 | 2026-05-18T17:56:20.424Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-18T17:56:20.436Z | Checking thread-id v4.2.2 |
| 2556 | 2026-05-18T17:56:20.465Z | Checking env_filter v1.0.0 |
| 2557 | 2026-05-18T17:56:20.508Z | Checking keccak v0.1.6 |
| 2558 | 2026-05-18T17:56:20.520Z | Checking jiff v0.2.21 |
| 2559 | 2026-05-18T17:56:20.523Z | Checking precomputed-hash v0.1.1 |
| 2560 | 2026-05-18T17:56:20.577Z | Checking data-encoding v2.10.0 |
| 2561 | 2026-05-18T17:56:20.595Z | Checking typed-path v0.9.3 |
| 2562 | 2026-05-18T17:56:20.607Z | Checking normalize-line-endings v0.3.0 |
| 2563 | 2026-05-18T17:56:20.664Z | Checking predicates-core v1.0.10 |
| 2564 | 2026-05-18T17:56:20.667Z | Checking unicode-segmentation v1.12.0 |
| 2565 | 2026-05-18T17:56:20.689Z | Checking difflib v0.4.0 |
| 2566 | 2026-05-18T17:56:20.786Z | Checking new_debug_unreachable v1.0.6 |
| 2567 | 2026-05-18T17:56:20.842Z | Checking toml_write v0.1.2 |
| 2568 | 2026-05-18T17:56:20.853Z | Checking rustc-hash v2.1.1 |
| 2569 | 2026-05-18T17:56:20.865Z | Checking static_assertions v1.1.0 |
| 2570 | 2026-05-18T17:56:20.881Z | Checking whoami v2.1.0 |
| 2571 | 2026-05-18T17:56:20.951Z | Checking fixedbitset v0.4.2 |
| 2572 | 2026-05-18T17:56:20.961Z | Checking fixedbitset v0.5.7 |
| 2573 | 2026-05-18T17:56:20.982Z | Checking similar v2.7.0 |
| 2574 | 2026-05-18T17:56:20.994Z | Checking crossterm v0.28.1 |
| 2575 | 2026-05-18T17:56:21.005Z | Checking toml_edit v0.22.27 |
| 2576 | 2026-05-18T17:56:21.068Z | Checking tokio-postgres v0.7.16 |
| 2577 | 2026-05-18T17:56:21.080Z | Checking petgraph v0.6.5 |
| 2578 | 2026-05-18T17:56:21.151Z | Checking petgraph v0.8.3 |
| 2579 | 2026-05-18T17:56:21.367Z | Checking tough v0.22.0 |
| 2580 | 2026-05-18T17:56:21.693Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2581 | 2026-05-18T17:56:22.072Z | Checking ed25519-dalek v2.2.0 |
| 2582 | 2026-05-18T17:56:22.194Z | Checking predicates v3.1.4 |
| 2583 | 2026-05-18T17:56:22.300Z | Checking string_cache v0.8.9 |
| 2584 | 2026-05-18T17:56:22.313Z | Checking hickory-proto v0.25.2 |
| 2585 | 2026-05-18T17:56:22.316Z | Checking slog v2.8.2 |
| 2586 | 2026-05-18T17:56:22.466Z | Checking sha3 v0.10.8 |
| 2587 | 2026-05-18T17:56:22.487Z | Checking env_logger v0.11.9 |
| 2588 | 2026-05-18T17:56:22.583Z | Checking usdt v0.6.0 |
| 2589 | 2026-05-18T17:56:22.666Z | Checking ecdsa v0.16.9 |
| 2590 | 2026-05-18T17:56:22.677Z | Checking usdt-impl v0.5.0 |
| 2591 | 2026-05-18T17:56:22.702Z | Checking rsa v0.9.10 |
| 2592 | 2026-05-18T17:56:22.729Z | Checking zip v4.6.1 |
| 2593 | 2026-05-18T17:56:22.742Z | Checking nix v0.31.2 |
| 2594 | 2026-05-18T17:56:22.994Z | Checking toml v0.7.8 |
| 2595 | 2026-05-18T17:56:23.162Z | Checking reqwest v0.13.2 |
| 2596 | 2026-05-18T17:56:23.264Z | Checking clap v4.5.60 |
| 2597 | 2026-05-18T17:56:23.294Z | Checking zip v0.6.6 |
| 2598 | 2026-05-18T17:56:23.298Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2599 | 2026-05-18T17:56:23.356Z | Checking itertools v0.13.0 |
| 2600 | 2026-05-18T17:56:23.388Z | Checking serde_with v3.17.0 |
| 2601 | 2026-05-18T17:56:23.613Z | Checking strum v0.26.3 |
| 2602 | 2026-05-18T17:56:23.626Z | Checking fs-err v3.3.0 |
| 2603 | 2026-05-18T17:56:23.723Z | Checking ahash v0.8.12 |
| 2604 | 2026-05-18T17:56:23.735Z | Checking object v0.37.3 |
| 2605 | 2026-05-18T17:56:23.917Z | Checking tokio-stream v0.1.18 |
| 2606 | 2026-05-18T17:56:23.920Z | Checking buf-list v1.1.2 |
| 2607 | 2026-05-18T17:56:23.973Z | Checking camino v1.2.2 |
| 2608 | 2026-05-18T17:56:23.999Z | Checking anyhow v1.0.102 |
| 2609 | 2026-05-18T17:56:24.099Z | Checking x509-cert v0.2.5 |
| 2610 | 2026-05-18T17:56:24.193Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2611 | 2026-05-18T17:56:24.220Z | Checking openapiv3 v2.2.0 |
| 2612 | 2026-05-18T17:56:24.307Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2613 | 2026-05-18T17:56:24.369Z | Checking sha1 v0.10.6 |
| 2614 | 2026-05-18T17:56:24.453Z | Checking lalrpop-util v0.19.12 |
| 2615 | 2026-05-18T17:56:24.492Z | Checking peg-runtime v0.8.5 |
| 2616 | 2026-05-18T17:56:24.529Z | Checking rayon v1.11.0 |
| 2617 | 2026-05-18T17:56:24.609Z | Checking sigpipe v0.1.3 |
| 2618 | 2026-05-18T17:56:24.630Z | Checking glob v0.3.3 |
| 2619 | 2026-05-18T17:56:25.968Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2620 | 2026-05-18T17:56:26.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.80s |
| 2621 | 2026-05-18T17:56:26.401Z | |
| 2622 | 2026-05-18T17:56:26.401Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2623 | 2026-05-18T17:56:26.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2026-05-18T17:56:26.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2026-05-18T17:56:26.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2026-05-18T17:56:26.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2627 | 2026-05-18T17:56:27.006Z | |
| 2628 | 2026-05-18T17:56:27.006Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2629 | 2026-05-18T17:56:27.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2026-05-18T17:56:27.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2026-05-18T17:56:27.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2026-05-18T17:56:27.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2633 | 2026-05-18T17:56:27.608Z | |
| 2634 | 2026-05-18T17:56:27.608Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2635 | 2026-05-18T17:56:28.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-05-18T17:56:28.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-05-18T17:56:28.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-05-18T17:56:28.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2639 | 2026-05-18T17:56:28.222Z | |
| 2640 | 2026-05-18T17:56:28.222Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2641 | 2026-05-18T17:56:28.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-05-18T17:56:28.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-05-18T17:56:28.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-05-18T17:56:28.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2645 | 2026-05-18T17:56:28.827Z | |
| 2646 | 2026-05-18T17:56:28.827Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2647 | 2026-05-18T17:56:29.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-05-18T17:56:29.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-05-18T17:56:29.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-05-18T17:56:29.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2651 | 2026-05-18T17:56:29.427Z | |
| 2652 | 2026-05-18T17:56:29.427Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2653 | 2026-05-18T17:56:29.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-05-18T17:56:29.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-05-18T17:56:29.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-05-18T17:56:29.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2657 | 2026-05-18T17:56:30.031Z | |
| 2658 | 2026-05-18T17:56:30.031Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2659 | 2026-05-18T17:56:30.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-05-18T17:56:30.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-05-18T17:56:30.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2026-05-18T17:56:30.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2663 | 2026-05-18T17:56:30.614Z | |
| 2664 | 2026-05-18T17:56:30.614Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2665 | 2026-05-18T17:56:31.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2026-05-18T17:56:31.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2026-05-18T17:56:31.301Z | Compiling structmeta-derive v0.3.0 |
| 2668 | 2026-05-18T17:56:31.418Z | Compiling rustls v0.22.4 |
| 2669 | 2026-05-18T17:56:31.427Z | Compiling multer v3.1.0 |
| 2670 | 2026-05-18T17:56:31.436Z | Compiling async-stream-impl v0.3.6 |
| 2671 | 2026-05-18T17:56:31.439Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2672 | 2026-05-18T17:56:31.457Z | Compiling dropshot v0.17.0 |
| 2673 | 2026-05-18T17:56:31.472Z | Compiling newtype-uuid-macros v0.1.0 |
| 2674 | 2026-05-18T17:56:31.472Z | Compiling dropshot_endpoint v0.17.0 |
| 2675 | 2026-05-18T17:56:31.604Z | Checking newtype-uuid v1.3.2 |
| 2676 | 2026-05-18T17:56:31.649Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2677 | 2026-05-18T17:56:31.710Z | Checking rustls-webpki v0.102.8 |
| 2678 | 2026-05-18T17:56:31.799Z | Checking daft v0.1.5 |
| 2679 | 2026-05-18T17:56:31.814Z | Checking thread_local v1.1.9 |
| 2680 | 2026-05-18T17:56:31.976Z | Checking compression-core v0.4.31 |
| 2681 | 2026-05-18T17:56:32.002Z | Checking match_cfg v0.1.0 |
| 2682 | 2026-05-18T17:56:32.040Z | Checking iddqd v0.3.18 |
| 2683 | 2026-05-18T17:56:32.067Z | Checking hostname v0.3.1 |
| 2684 | 2026-05-18T17:56:32.098Z | Checking compression-codecs v0.4.37 |
| 2685 | 2026-05-18T17:56:32.101Z | Checking crossbeam-channel v0.5.15 |
| 2686 | 2026-05-18T17:56:32.162Z | Checking slog-json v2.6.1 |
| 2687 | 2026-05-18T17:56:32.207Z | Checking serde_spanned v1.0.4 |
| 2688 | 2026-05-18T17:56:32.262Z | Checking is-terminal v0.4.17 |
| 2689 | 2026-05-18T17:56:32.309Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2690 | 2026-05-18T17:56:32.333Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-18T17:56:32.349Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-18T17:56:32.435Z | Checking term v1.2.1 |
| 2693 | 2026-05-18T17:56:32.437Z | Checking debug-ignore v1.0.5 |
| 2694 | 2026-05-18T17:56:32.462Z | Compiling structmeta v0.3.0 |
| 2695 | 2026-05-18T17:56:32.505Z | Checking slog-async v2.8.0 |
| 2696 | 2026-05-18T17:56:32.525Z | Checking toml v1.0.6+spec-1.1.0 |
| 2697 | 2026-05-18T17:56:32.539Z | Checking slog-bunyan v2.5.0 |
| 2698 | 2026-05-18T17:56:32.648Z | Checking slog-term v2.9.2 |
| 2699 | 2026-05-18T17:56:32.651Z | Checking async-compression v0.4.41 |
| 2700 | 2026-05-18T17:56:32.673Z | Compiling derive-ex v0.1.8 |
| 2701 | 2026-05-18T17:56:32.677Z | Compiling parse-display-derive v0.10.0 |
| 2702 | 2026-05-18T17:56:32.903Z | Checking async-stream v0.3.6 |
| 2703 | 2026-05-18T17:56:32.907Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2704 | 2026-05-18T17:56:32.926Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2705 | 2026-05-18T17:56:32.993Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-05-18T17:56:33.014Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2707 | 2026-05-18T17:56:33.093Z | Checking waitgroup v0.1.2 |
| 2708 | 2026-05-18T17:56:33.150Z | Checking backon v1.6.0 |
| 2709 | 2026-05-18T17:56:33.190Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-05-18T17:56:33.231Z | Checking serde_path_to_error v0.1.20 |
| 2711 | 2026-05-18T17:56:33.244Z | Checking hostname v0.4.2 |
| 2712 | 2026-05-18T17:56:33.308Z | Checking instant v0.1.13 |
| 2713 | 2026-05-18T17:56:33.394Z | Checking backoff v0.4.0 |
| 2714 | 2026-05-18T17:56:33.495Z | Checking progenitor-extras v0.2.0 |
| 2715 | 2026-05-18T17:56:33.524Z | Checking tokio-rustls v0.25.0 |
| 2716 | 2026-05-18T17:56:33.541Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2717 | 2026-05-18T17:56:33.563Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2026-05-18T17:56:33.724Z | Checking itertools v0.14.0 |
| 2719 | 2026-05-18T17:56:33.750Z | Checking progenitor-client v0.10.0 |
| 2720 | 2026-05-18T17:56:33.926Z | Checking regress v0.10.5 |
| 2721 | 2026-05-18T17:56:33.973Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2722 | 2026-05-18T17:56:34.192Z | Checking macaddr v1.0.1 |
| 2723 | 2026-05-18T17:56:34.355Z | Compiling test-strategy v0.4.5 |
| 2724 | 2026-05-18T17:56:34.369Z | Checking parse-display v0.10.0 |
| 2725 | 2026-05-18T17:56:35.511Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-05-18T17:56:35.897Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-05-18T17:56:35.973Z | Checking num-rational v0.4.2 |
| 2728 | 2026-05-18T17:56:36.259Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-05-18T17:56:36.495Z | Checking num-complex v0.4.6 |
| 2730 | 2026-05-18T17:56:37.048Z | Checking num v0.4.3 |
| 2731 | 2026-05-18T17:56:37.122Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2026-05-18T17:56:37.155Z | Compiling usdt-attr-macro v0.5.0 |
| 2733 | 2026-05-18T17:56:37.263Z | Checking memmap v0.7.0 |
| 2734 | 2026-05-18T17:56:37.291Z | Compiling float-ord v0.3.2 |
| 2735 | 2026-05-18T17:56:37.393Z | Checking unicode-width v0.2.0 |
| 2736 | 2026-05-18T17:56:37.407Z | Compiling convert_case v0.4.0 |
| 2737 | 2026-05-18T17:56:37.639Z | Checking console v0.15.11 |
| 2738 | 2026-05-18T17:56:37.770Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-05-18T17:56:37.844Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-05-18T17:56:37.916Z | Checking usdt v0.5.0 |
| 2741 | 2026-05-18T17:56:37.919Z | Checking atomicwrites v0.4.4 |
| 2742 | 2026-05-18T17:56:37.952Z | Compiling toml v0.8.23 |
| 2743 | 2026-05-18T17:56:38.055Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-18T17:56:38.079Z | Compiling minimal-lexical v0.2.1 |
| 2745 | 2026-05-18T17:56:38.223Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-05-18T17:56:38.330Z | Compiling nom v7.1.3 |
| 2747 | 2026-05-18T17:56:38.344Z | Checking expectorate v1.2.0 |
| 2748 | 2026-05-18T17:56:38.917Z | Checking camino-tempfile v1.4.1 |
| 2749 | 2026-05-18T17:56:39.079Z | Checking hickory-proto v0.24.4 |
| 2750 | 2026-05-18T17:56:39.092Z | Checking phf_shared v0.12.1 |
| 2751 | 2026-05-18T17:56:39.234Z | Compiling slog-dtrace v0.3.0 |
| 2752 | 2026-05-18T17:56:39.360Z | Checking heck v0.5.0 |
| 2753 | 2026-05-18T17:56:39.423Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-05-18T17:56:39.486Z | Checking resolv-conf v0.7.6 |
| 2755 | 2026-05-18T17:56:39.664Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-05-18T17:56:39.677Z | Checking phf v0.12.1 |
| 2757 | 2026-05-18T17:56:39.680Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2758 | 2026-05-18T17:56:39.836Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2759 | 2026-05-18T17:56:39.863Z | Checking tokio-dtrace v0.1.1 |
| 2760 | 2026-05-18T17:56:40.053Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2761 | 2026-05-18T17:56:40.184Z | Compiling derive-where v1.6.0 |
| 2762 | 2026-05-18T17:56:40.333Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-05-18T17:56:40.527Z | Checking highway v1.3.0 |
| 2764 | 2026-05-18T17:56:40.757Z | Checking const_format v0.2.35 |
| 2765 | 2026-05-18T17:56:40.963Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-05-18T17:56:40.992Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2767 | 2026-05-18T17:56:41.147Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-05-18T17:56:41.391Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2769 | 2026-05-18T17:56:41.500Z | Checking gethostname v0.5.0 |
| 2770 | 2026-05-18T17:56:41.564Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2771 | 2026-05-18T17:56:41.585Z | Checking bcs v0.1.6 |
| 2772 | 2026-05-18T17:56:41.600Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2773 | 2026-05-18T17:56:41.654Z | Checking qorb v0.4.1 |
| 2774 | 2026-05-18T17:56:41.692Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2775 | 2026-05-18T17:56:41.757Z | Checking termtree v0.5.1 |
| 2776 | 2026-05-18T17:56:44.981Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-05-18T17:56:47.741Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-05-18T17:56:49.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s |
| 2779 | 2026-05-18T17:56:50.053Z | |
| 2780 | 2026-05-18T17:56:50.053Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2781 | 2026-05-18T17:56:50.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-05-18T17:56:50.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-05-18T17:56:50.744Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-05-18T17:56:50.856Z | Compiling stacker v0.1.23 |
| 2785 | 2026-05-18T17:56:50.862Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-05-18T17:56:50.869Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-05-18T17:56:50.869Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-05-18T17:56:50.885Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-05-18T17:56:50.896Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-05-18T17:56:50.896Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-05-18T17:56:50.918Z | Compiling nix v0.28.0 |
| 2792 | 2026-05-18T17:56:51.004Z | Checking vte v0.14.1 |
| 2793 | 2026-05-18T17:56:51.021Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-05-18T17:56:51.105Z | Checking endian-type v0.1.2 |
| 2795 | 2026-05-18T17:56:51.115Z | Checking bytecount v0.6.9 |
| 2796 | 2026-05-18T17:56:51.155Z | Checking strip-ansi-escapes v0.2.1 |
| 2797 | 2026-05-18T17:56:51.159Z | Compiling derive_more-impl v2.1.1 |
| 2798 | 2026-05-18T17:56:51.179Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-05-18T17:56:51.222Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-05-18T17:56:51.234Z | Checking papergrid v0.11.0 |
| 2801 | 2026-05-18T17:56:51.291Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-05-18T17:56:51.412Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-05-18T17:56:51.425Z | Checking winnow v0.6.26 |
| 2804 | 2026-05-18T17:56:51.681Z | Compiling psm v0.1.30 |
| 2805 | 2026-05-18T17:56:51.750Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-05-18T17:56:51.838Z | Checking home v0.5.12 |
| 2807 | 2026-05-18T17:56:51.942Z | Checking nu-ansi-term v0.50.3 |
| 2808 | 2026-05-18T17:56:52.013Z | Checking derive_more v2.1.1 |
| 2809 | 2026-05-18T17:56:52.090Z | Checking unicode_categories v0.1.1 |
| 2810 | 2026-05-18T17:56:52.140Z | Checking tabled v0.15.0 |
| 2811 | 2026-05-18T17:56:52.152Z | Checking reedline v0.40.0 |
| 2812 | 2026-05-18T17:56:52.181Z | Checking rustyline v14.0.0 |
| 2813 | 2026-05-18T17:56:52.240Z | Checking crossterm v0.29.0 |
| 2814 | 2026-05-18T17:56:52.436Z | Checking recursive v0.1.1 |
| 2815 | 2026-05-18T17:56:52.519Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-05-18T17:56:52.531Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-05-18T17:56:52.551Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-05-18T17:56:52.766Z | Checking peg v0.8.5 |
| 2819 | 2026-05-18T17:57:03.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
| 2820 | 2026-05-18T17:57:03.830Z | |
| 2821 | 2026-05-18T17:57:03.830Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2822 | 2026-05-18T17:57:04.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-05-18T17:57:04.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-05-18T17:57:04.510Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-05-18T17:57:07.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 2826 | 2026-05-18T17:57:08.133Z | |
| 2827 | 2026-05-18T17:57:08.133Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2828 | 2026-05-18T17:57:08.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-18T17:57:08.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-18T17:57:08.814Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-18T17:57:11.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2832 | 2026-05-18T17:57:11.437Z | |
| 2833 | 2026-05-18T17:57:11.437Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2834 | 2026-05-18T17:57:11.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-18T17:57:11.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-18T17:57:12.113Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-18T17:57:15.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s |
| 2838 | 2026-05-18T17:57:15.488Z | |
| 2839 | 2026-05-18T17:57:15.488Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2840 | 2026-05-18T17:57:16.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-18T17:57:16.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-18T17:57:16.171Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-18T17:57:19.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
| 2844 | 2026-05-18T17:57:19.586Z | |
| 2845 | 2026-05-18T17:57:19.586Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2846 | 2026-05-18T17:57:20.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-18T17:57:20.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-18T17:57:20.262Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-18T17:57:22.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s |
| 2850 | 2026-05-18T17:57:23.030Z | |
| 2851 | 2026-05-18T17:57:23.030Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2852 | 2026-05-18T17:57:23.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-18T17:57:23.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-18T17:57:23.705Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-18T17:57:26.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s |
| 2856 | 2026-05-18T17:57:26.510Z | |
| 2857 | 2026-05-18T17:57:26.510Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2858 | 2026-05-18T17:57:27.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-18T17:57:27.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-18T17:57:27.216Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-05-18T17:57:30.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
| 2862 | 2026-05-18T17:57:30.771Z | |
| 2863 | 2026-05-18T17:57:30.771Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2864 | 2026-05-18T17:57:31.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-18T17:57:31.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-18T17:57:31.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-05-18T17:57:31.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2868 | 2026-05-18T17:57:31.369Z | |
| 2869 | 2026-05-18T17:57:31.369Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2870 | 2026-05-18T17:57:31.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-05-18T17:57:31.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-05-18T17:57:32.010Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-05-18T17:57:32.243Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2874 | 2026-05-18T17:57:32.254Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2875 | 2026-05-18T17:57:32.506Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-05-18T17:57:35.406Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-05-18T17:57:36.615Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-05-18T17:57:36.776Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-05-18T17:57:37.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s |
| 2880 | 2026-05-18T17:57:37.617Z | |
| 2881 | 2026-05-18T17:57:37.617Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2882 | 2026-05-18T17:57:38.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-05-18T17:57:38.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-05-18T17:57:38.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-05-18T17:57:38.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2886 | 2026-05-18T17:57:38.220Z | |
| 2887 | 2026-05-18T17:57:38.220Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2888 | 2026-05-18T17:57:38.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-18T17:57:38.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-18T17:57:38.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-18T17:57:38.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2892 | 2026-05-18T17:57:38.871Z | |
| 2893 | 2026-05-18T17:57:38.871Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2894 | 2026-05-18T17:57:39.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-18T17:57:39.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-18T17:57:39.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-18T17:57:39.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2898 | 2026-05-18T17:57:39.484Z | |
| 2899 | 2026-05-18T17:57:39.484Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2900 | 2026-05-18T17:57:39.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-18T17:57:40.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-18T17:57:40.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-18T17:57:40.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-05-18T17:57:40.095Z | |
| 2905 | 2026-05-18T17:57:40.095Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2906 | 2026-05-18T17:57:40.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-18T17:57:40.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-18T17:57:40.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-18T17:57:40.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2910 | 2026-05-18T17:57:40.697Z | |
| 2911 | 2026-05-18T17:57:40.697Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2912 | 2026-05-18T17:57:41.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-18T17:57:41.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-18T17:57:41.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-18T17:57:41.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2916 | 2026-05-18T17:57:41.301Z | |
| 2917 | 2026-05-18T17:57:41.301Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2918 | 2026-05-18T17:57:41.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-18T17:57:41.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-18T17:57:41.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-18T17:57:41.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2922 | 2026-05-18T17:57:41.889Z | |
| 2923 | 2026-05-18T17:57:41.889Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2924 | 2026-05-18T17:57:42.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-18T17:57:42.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-18T17:57:42.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-18T17:57:42.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2928 | 2026-05-18T17:57:42.502Z | |
| 2929 | 2026-05-18T17:57:42.502Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2930 | 2026-05-18T17:57:42.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-18T17:57:43.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-18T17:57:43.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-05-18T17:57:43.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2934 | 2026-05-18T17:57:43.086Z | |
| 2935 | 2026-05-18T17:57:43.086Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2936 | 2026-05-18T17:57:43.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-05-18T17:57:43.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-05-18T17:57:43.805Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-05-18T17:57:43.923Z | Checking secrecy v0.10.3 |
| 2940 | 2026-05-18T17:57:43.932Z | Compiling heapless v0.8.0 |
| 2941 | 2026-05-18T17:57:43.939Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-05-18T17:57:43.947Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2943 | 2026-05-18T17:57:43.950Z | Checking hash32 v0.3.1 |
| 2944 | 2026-05-18T17:57:43.968Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-05-18T17:57:43.971Z | Compiling smoltcp v0.11.0 |
| 2946 | 2026-05-18T17:57:44.026Z | Checking cobs v0.3.0 |
| 2947 | 2026-05-18T17:57:44.083Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2948 | 2026-05-18T17:57:44.160Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-05-18T17:57:44.185Z | Checking half v2.7.1 |
| 2950 | 2026-05-18T17:57:44.198Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-18T17:57:44.292Z | Checking ciborium-io v0.2.2 |
| 2952 | 2026-05-18T17:57:44.374Z | Checking opaque-debug v0.3.1 |
| 2953 | 2026-05-18T17:57:44.399Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2954 | 2026-05-18T17:57:44.415Z | Checking postcard v1.1.3 |
| 2955 | 2026-05-18T17:57:44.435Z | Checking ciborium-ll v0.2.2 |
| 2956 | 2026-05-18T17:57:44.448Z | Compiling proc-macro-crate v3.4.0 |
| 2957 | 2026-05-18T17:57:44.605Z | Checking poly1305 v0.8.0 |
| 2958 | 2026-05-18T17:57:44.679Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-05-18T17:57:44.696Z | Checking password-hash v0.5.0 |
| 2960 | 2026-05-18T17:57:44.879Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-05-18T17:57:44.936Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-05-18T17:57:44.952Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2963 | 2026-05-18T17:57:44.974Z | Checking blake2 v0.10.6 |
| 2964 | 2026-05-18T17:57:45.004Z | Compiling num_enum_derive v0.7.5 |
| 2965 | 2026-05-18T17:57:45.077Z | Checking aead v0.5.2 |
| 2966 | 2026-05-18T17:57:45.184Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2967 | 2026-05-18T17:57:45.210Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-05-18T17:57:45.223Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2969 | 2026-05-18T17:57:45.259Z | Checking thiserror-no-std v2.0.2 |
| 2970 | 2026-05-18T17:57:45.346Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-05-18T17:57:45.346Z | Checking foreign-types-shared v0.3.1 |
| 2972 | 2026-05-18T17:57:45.387Z | Checking vsss-rs v3.3.4 |
| 2973 | 2026-05-18T17:57:45.429Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-05-18T17:57:45.442Z | Compiling num_enum_derive v0.5.11 |
| 2975 | 2026-05-18T17:57:45.454Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-18T17:57:45.576Z | Checking argon2 v0.5.3 |
| 2977 | 2026-05-18T17:57:45.644Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2978 | 2026-05-18T17:57:45.791Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-05-18T17:57:45.869Z | Checking ciborium v0.2.2 |
| 2980 | 2026-05-18T17:57:46.019Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-05-18T17:57:46.032Z | Checking num_enum v0.7.5 |
| 2982 | 2026-05-18T17:57:46.044Z | Checking tabwriter v1.4.1 |
| 2983 | 2026-05-18T17:57:46.142Z | Checking byte-wrapper v0.1.0 |
| 2984 | 2026-05-18T17:57:46.186Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-05-18T17:57:46.287Z | Checking cstr-argument v0.1.2 |
| 2986 | 2026-05-18T17:57:46.302Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2987 | 2026-05-18T17:57:46.344Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-05-18T17:57:46.406Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2989 | 2026-05-18T17:57:46.453Z | Checking num_enum v0.5.11 |
| 2990 | 2026-05-18T17:57:46.491Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2991 | 2026-05-18T17:57:46.545Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2992 | 2026-05-18T17:57:46.563Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2993 | 2026-05-18T17:57:46.576Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2994 | 2026-05-18T17:57:46.605Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2995 | 2026-05-18T17:57:46.710Z | Checking rand v0.10.0 |
| 2996 | 2026-05-18T17:57:46.723Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-18T17:57:46.739Z | Checking ingot-types v0.1.2 |
| 2998 | 2026-05-18T17:57:46.741Z | Checking colored v3.1.1 |
| 2999 | 2026-05-18T17:57:46.768Z | Checking indent_write v2.2.0 |
| 3000 | 2026-05-18T17:57:46.901Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-05-18T17:57:46.941Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-05-18T17:57:47.045Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3003 | 2026-05-18T17:57:47.092Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3004 | 2026-05-18T17:57:47.095Z | Checking ingot v0.1.1 |
| 3005 | 2026-05-18T17:57:47.117Z | Checking itertools v0.12.1 |
| 3006 | 2026-05-18T17:57:47.171Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-05-18T17:57:47.195Z | Checking swrite v0.1.0 |
| 3008 | 2026-05-18T17:57:47.207Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3009 | 2026-05-18T17:57:47.281Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-05-18T17:57:47.407Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3011 | 2026-05-18T17:57:47.539Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-18T17:57:47.557Z | Checking dropshot-api-manager-types v0.7.1 |
| 3013 | 2026-05-18T17:57:47.585Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3014 | 2026-05-18T17:57:47.599Z | Checking smf v0.2.3 |
| 3015 | 2026-05-18T17:57:47.646Z | Checking nanorand v0.7.0 |
| 3016 | 2026-05-18T17:57:47.719Z | Checking whoami v1.6.1 |
| 3017 | 2026-05-18T17:57:47.830Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-05-18T17:57:47.843Z | Checking flume v0.11.1 |
| 3019 | 2026-05-18T17:57:48.068Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3020 | 2026-05-18T17:57:48.109Z | Checking zone v0.3.1 |
| 3021 | 2026-05-18T17:57:48.652Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-18T17:57:49.613Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-18T17:57:50.515Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3024 | 2026-05-18T17:57:53.648Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-05-18T17:57:55.681Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-05-18T17:57:56.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 3027 | 2026-05-18T17:57:56.959Z | |
| 3028 | 2026-05-18T17:57:56.959Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3029 | 2026-05-18T17:57:57.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-05-18T17:57:57.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-05-18T17:57:57.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-05-18T17:57:57.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3033 | 2026-05-18T17:57:57.563Z | |
| 3034 | 2026-05-18T17:57:57.563Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3035 | 2026-05-18T17:57:58.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-18T17:57:58.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-18T17:57:58.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-18T17:57:58.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3039 | 2026-05-18T17:57:58.164Z | |
| 3040 | 2026-05-18T17:57:58.164Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3041 | 2026-05-18T17:57:58.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-18T17:57:58.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-18T17:57:58.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-18T17:57:58.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3045 | 2026-05-18T17:57:58.774Z | |
| 3046 | 2026-05-18T17:57:58.774Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3047 | 2026-05-18T17:57:59.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-18T17:57:59.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-18T17:57:59.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-18T17:57:59.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-05-18T17:57:59.380Z | |
| 3052 | 2026-05-18T17:57:59.380Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3053 | 2026-05-18T17:57:59.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-18T17:57:59.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-18T17:57:59.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-18T17:57:59.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3057 | 2026-05-18T17:57:59.988Z | |
| 3058 | 2026-05-18T17:57:59.988Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3059 | 2026-05-18T17:58:00.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-18T17:58:00.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-18T17:58:00.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-18T17:58:00.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3063 | 2026-05-18T17:58:00.589Z | |
| 3064 | 2026-05-18T17:58:00.589Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3065 | 2026-05-18T17:58:01.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-18T17:58:01.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-18T17:58:01.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-18T17:58:01.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3069 | 2026-05-18T17:58:01.195Z | |
| 3070 | 2026-05-18T17:58:01.195Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3071 | 2026-05-18T17:58:01.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-18T17:58:01.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-18T17:58:01.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-18T17:58:01.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3075 | 2026-05-18T17:58:01.783Z | |
| 3076 | 2026-05-18T17:58:01.783Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3077 | 2026-05-18T17:58:02.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-18T17:58:02.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-18T17:58:02.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-18T17:58:02.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3081 | 2026-05-18T17:58:02.385Z | |
| 3082 | 2026-05-18T17:58:02.385Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3083 | 2026-05-18T17:58:02.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-18T17:58:02.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-18T17:58:02.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-18T17:58:02.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3087 | 2026-05-18T17:58:02.987Z | |
| 3088 | 2026-05-18T17:58:02.987Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3089 | 2026-05-18T17:58:03.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-18T17:58:03.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-18T17:58:03.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-18T17:58:03.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3093 | 2026-05-18T17:58:03.587Z | |
| 3094 | 2026-05-18T17:58:03.587Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3095 | 2026-05-18T17:58:04.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-18T17:58:04.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-18T17:58:04.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-18T17:58:04.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3099 | 2026-05-18T17:58:04.224Z | |
| 3100 | 2026-05-18T17:58:04.224Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3101 | 2026-05-18T17:58:04.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-18T17:58:04.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-18T17:58:04.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-18T17:58:04.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3105 | 2026-05-18T17:58:04.859Z | |
| 3106 | 2026-05-18T17:58:04.859Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3107 | 2026-05-18T17:58:05.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-18T17:58:05.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-18T17:58:05.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-18T17:58:05.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3111 | 2026-05-18T17:58:05.448Z | |
| 3112 | 2026-05-18T17:58:05.448Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3113 | 2026-05-18T17:58:05.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-18T17:58:05.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-18T17:58:05.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-18T17:58:05.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3117 | 2026-05-18T17:58:06.033Z | |
| 3118 | 2026-05-18T17:58:06.033Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3119 | 2026-05-18T17:58:06.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-18T17:58:06.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-18T17:58:06.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-18T17:58:06.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3123 | 2026-05-18T17:58:06.622Z | |
| 3124 | 2026-05-18T17:58:06.622Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3125 | 2026-05-18T17:58:07.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-18T17:58:07.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-18T17:58:07.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-18T17:58:07.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3129 | 2026-05-18T17:58:07.216Z | |
| 3130 | 2026-05-18T17:58:07.216Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3131 | 2026-05-18T17:58:07.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-18T17:58:07.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-18T17:58:07.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-18T17:58:07.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3135 | 2026-05-18T17:58:07.807Z | |
| 3136 | 2026-05-18T17:58:07.807Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3137 | 2026-05-18T17:58:08.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-18T17:58:08.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-18T17:58:08.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-18T17:58:08.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3141 | 2026-05-18T17:58:08.413Z | |
| 3142 | 2026-05-18T17:58:08.413Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3143 | 2026-05-18T17:58:08.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-18T17:58:08.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-18T17:58:08.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-18T17:58:08.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3147 | 2026-05-18T17:58:09.032Z | |
| 3148 | 2026-05-18T17:58:09.032Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3149 | 2026-05-18T17:58:09.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-18T17:58:09.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-18T17:58:09.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-18T17:58:09.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3153 | 2026-05-18T17:58:09.650Z | |
| 3154 | 2026-05-18T17:58:09.650Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3155 | 2026-05-18T17:58:10.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-18T17:58:10.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-18T17:58:10.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-18T17:58:10.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3159 | 2026-05-18T17:58:10.233Z | |
| 3160 | 2026-05-18T17:58:10.233Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3161 | 2026-05-18T17:58:10.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-18T17:58:10.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-18T17:58:10.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-05-18T17:58:10.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3165 | 2026-05-18T17:58:10.843Z | |
| 3166 | 2026-05-18T17:58:10.843Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3167 | 2026-05-18T17:58:11.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-05-18T17:58:11.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-05-18T17:58:11.534Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-05-18T17:58:11.651Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-05-18T17:58:11.658Z | Checking csv-core v0.1.13 |
| 3172 | 2026-05-18T17:58:11.665Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-05-18T17:58:11.672Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-05-18T17:58:11.675Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-05-18T17:58:11.693Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-05-18T17:58:11.703Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-05-18T17:58:11.813Z | Checking csv v1.4.0 |
| 3178 | 2026-05-18T17:58:11.852Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-05-18T17:58:11.866Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-05-18T17:58:11.893Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-05-18T17:58:11.912Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-05-18T17:58:12.188Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-05-18T17:58:12.516Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-18T17:58:12.519Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3185 | 2026-05-18T17:58:12.861Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-05-18T17:58:18.721Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-05-18T17:58:19.256Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-05-18T17:58:21.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s |
| 3189 | 2026-05-18T17:58:21.765Z | |
| 3190 | 2026-05-18T17:58:21.765Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3191 | 2026-05-18T17:58:22.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-05-18T17:58:22.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-05-18T17:58:22.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-05-18T17:58:22.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3195 | 2026-05-18T17:58:22.362Z | |
| 3196 | 2026-05-18T17:58:22.362Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3197 | 2026-05-18T17:58:22.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-18T17:58:22.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-18T17:58:22.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-18T17:58:22.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-05-18T17:58:23.038Z | |
| 3202 | 2026-05-18T17:58:23.038Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3203 | 2026-05-18T17:58:23.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-18T17:58:23.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-18T17:58:23.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-18T17:58:23.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3207 | 2026-05-18T17:58:23.725Z | |
| 3208 | 2026-05-18T17:58:23.725Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3209 | 2026-05-18T17:58:24.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-18T17:58:24.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-18T17:58:24.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-05-18T17:58:24.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3213 | 2026-05-18T17:58:24.377Z | |
| 3214 | 2026-05-18T17:58:24.377Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3215 | 2026-05-18T17:58:24.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-05-18T17:58:24.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-05-18T17:58:25.141Z | Compiling regress v0.11.1 |
| 3218 | 2026-05-18T17:58:25.279Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-05-18T17:58:25.292Z | Compiling radium v0.7.0 |
| 3220 | 2026-05-18T17:58:25.304Z | Compiling semver v0.1.20 |
| 3221 | 2026-05-18T17:58:25.318Z | Checking tap v1.0.1 |
| 3222 | 2026-05-18T17:58:25.321Z | Compiling maybe-uninit v2.0.0 |
| 3223 | 2026-05-18T17:58:25.377Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3224 | 2026-05-18T17:58:25.416Z | Checking wyz v0.5.1 |
| 3225 | 2026-05-18T17:58:25.553Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-05-18T17:58:25.589Z | Checking progenitor-client v0.13.0 |
| 3227 | 2026-05-18T17:58:25.633Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-05-18T17:58:25.747Z | Checking funty v2.0.0 |
| 3229 | 2026-05-18T17:58:25.770Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-05-18T17:58:25.829Z | Compiling serde_yaml v0.9.34+deprecated |
| 3231 | 2026-05-18T17:58:25.957Z | Compiling cancel-safe-futures v0.1.5 |
| 3232 | 2026-05-18T17:58:26.010Z | Compiling owo-colors v4.3.0 |
| 3233 | 2026-05-18T17:58:26.063Z | Compiling packed_struct v0.10.1 |
| 3234 | 2026-05-18T17:58:26.161Z | Checking crc-catalog v2.4.0 |
| 3235 | 2026-05-18T17:58:26.256Z | Checking crc v3.4.0 |
| 3236 | 2026-05-18T17:58:26.369Z | Checking bitvec v1.0.1 |
| 3237 | 2026-05-18T17:58:26.443Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3238 | 2026-05-18T17:58:26.458Z | Checking zerocopy v0.6.6 |
| 3239 | 2026-05-18T17:58:26.496Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3240 | 2026-05-18T17:58:26.691Z | Checking typify-impl v0.6.2 |
| 3241 | 2026-05-18T17:58:26.754Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3242 | 2026-05-18T17:58:26.833Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-05-18T17:58:26.973Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-05-18T17:58:27.004Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-05-18T17:58:27.120Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-05-18T17:58:27.306Z | Checking nodrop v0.1.14 |
| 3247 | 2026-05-18T17:58:27.342Z | Checking libsw v3.5.0 |
| 3248 | 2026-05-18T17:58:27.399Z | Checking array-init v0.0.4 |
| 3249 | 2026-05-18T17:58:27.492Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-18T17:58:27.663Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-05-18T17:58:27.700Z | Checking smallvec v0.6.14 |
| 3252 | 2026-05-18T17:58:27.714Z | Checking bitfield v0.19.4 |
| 3253 | 2026-05-18T17:58:27.838Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-05-18T17:58:27.935Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-05-18T17:58:27.979Z | Checking base64 v0.21.7 |
| 3256 | 2026-05-18T17:58:28.057Z | Checking smawk v0.3.2 |
| 3257 | 2026-05-18T17:58:28.141Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-05-18T17:58:28.190Z | Checking tagptr v0.2.0 |
| 3259 | 2026-05-18T17:58:28.219Z | Checking unicode-linebreak v0.1.5 |
| 3260 | 2026-05-18T17:58:28.256Z | Checking linear-map v1.2.0 |
| 3261 | 2026-05-18T17:58:28.326Z | Checking moka v0.12.13 |
| 3262 | 2026-05-18T17:58:28.426Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-05-18T17:58:28.439Z | Checking textwrap v0.16.2 |
| 3264 | 2026-05-18T17:58:28.451Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3265 | 2026-05-18T17:58:28.466Z | Checking ron v0.8.1 |
| 3266 | 2026-05-18T17:58:28.587Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3267 | 2026-05-18T17:58:28.645Z | Checking steno v0.4.1 |
| 3268 | 2026-05-18T17:58:28.875Z | Checking serde-hex v0.1.0 |
| 3269 | 2026-05-18T17:58:28.956Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-18T17:58:28.959Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-05-18T17:58:28.983Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-05-18T17:58:29.129Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-05-18T17:58:29.379Z | Checking humantime v2.3.0 |
| 3274 | 2026-05-18T17:58:29.552Z | Checking crc-any v2.5.0 |
| 3275 | 2026-05-18T17:58:29.566Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3276 | 2026-05-18T17:58:29.569Z | Checking object v0.30.4 |
| 3277 | 2026-05-18T17:58:29.640Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3278 | 2026-05-18T17:58:29.704Z | Checking hickory-resolver v0.25.2 |
| 3279 | 2026-05-18T17:58:29.726Z | Checking void v1.0.2 |
| 3280 | 2026-05-18T17:58:29.785Z | Checking half v1.8.3 |
| 3281 | 2026-05-18T17:58:29.812Z | Checking utf-8 v0.7.6 |
| 3282 | 2026-05-18T17:58:29.850Z | Checking path-slash v0.1.5 |
| 3283 | 2026-05-18T17:58:29.945Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-18T17:58:29.958Z | Checking lzss v0.8.2 |
| 3285 | 2026-05-18T17:58:29.981Z | Checking serde_cbor v0.11.2 |
| 3286 | 2026-05-18T17:58:30.289Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3287 | 2026-05-18T17:58:30.358Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3288 | 2026-05-18T17:58:30.372Z | Checking nix v0.27.1 |
| 3289 | 2026-05-18T17:58:30.400Z | Checking kstat-rs v0.2.4 |
| 3290 | 2026-05-18T17:58:30.449Z | Checking fxhash v0.2.1 |
| 3291 | 2026-05-18T17:58:30.464Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3292 | 2026-05-18T17:58:30.569Z | Checking serde_bytes v0.11.19 |
| 3293 | 2026-05-18T17:58:30.588Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3294 | 2026-05-18T17:58:30.603Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3295 | 2026-05-18T17:58:30.742Z | Checking tokio-tungstenite v0.23.1 |
| 3296 | 2026-05-18T17:58:30.876Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3297 | 2026-05-18T17:58:30.892Z | Checking signal-hook-tokio v0.3.1 |
| 3298 | 2026-05-18T17:58:31.194Z | Compiling typify-macro v0.6.2 |
| 3299 | 2026-05-18T17:58:31.947Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3300 | 2026-05-18T17:58:32.319Z | Compiling typify v0.6.2 |
| 3301 | 2026-05-18T17:58:32.399Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-05-18T17:58:32.399Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-05-18T17:58:32.839Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-05-18T17:58:33.167Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3305 | 2026-05-18T17:58:33.970Z | Compiling progenitor-macro v0.13.0 |
| 3306 | 2026-05-18T17:58:34.008Z | Compiling progenitor-macro v0.14.0 |
| 3307 | 2026-05-18T17:58:36.398Z | Checking progenitor v0.13.0 |
| 3308 | 2026-05-18T17:58:36.524Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3309 | 2026-05-18T17:58:36.669Z | Checking progenitor v0.14.0 |
| 3310 | 2026-05-18T17:58:36.782Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3311 | 2026-05-18T17:58:39.516Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3312 | 2026-05-18T17:58:47.118Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3313 | 2026-05-18T17:58:53.475Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3314 | 2026-05-18T17:58:54.828Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3315 | 2026-05-18T17:58:55.327Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3316 | 2026-05-18T17:58:57.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s |
| 3317 | 2026-05-18T17:58:57.602Z | |
| 3318 | 2026-05-18T17:58:57.602Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3319 | 2026-05-18T17:58:58.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-05-18T17:58:58.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-05-18T17:58:58.110Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-05-18T17:58:58.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3323 | 2026-05-18T17:58:58.203Z | |
| 3324 | 2026-05-18T17:58:58.203Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3325 | 2026-05-18T17:58:58.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-18T17:58:58.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-18T17:58:58.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-18T17:58:58.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3329 | 2026-05-18T17:58:58.806Z | |
| 3330 | 2026-05-18T17:58:58.806Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3331 | 2026-05-18T17:58:59.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-18T17:58:59.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-18T17:58:59.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-18T17:58:59.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3335 | 2026-05-18T17:58:59.396Z | |
| 3336 | 2026-05-18T17:58:59.396Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3337 | 2026-05-18T17:58:59.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-18T17:58:59.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-18T17:58:59.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-18T17:58:59.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3341 | 2026-05-18T17:59:00.006Z | |
| 3342 | 2026-05-18T17:59:00.006Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3343 | 2026-05-18T17:59:00.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-18T17:59:00.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-18T17:59:00.513Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-18T17:59:00.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3347 | 2026-05-18T17:59:00.606Z | |
| 3348 | 2026-05-18T17:59:00.606Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3349 | 2026-05-18T17:59:01.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-18T17:59:01.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-18T17:59:01.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-18T17:59:01.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3353 | 2026-05-18T17:59:01.200Z | |
| 3354 | 2026-05-18T17:59:01.200Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3355 | 2026-05-18T17:59:01.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-18T17:59:01.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-18T17:59:01.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-18T17:59:01.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3359 | 2026-05-18T17:59:01.804Z | |
| 3360 | 2026-05-18T17:59:01.804Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3361 | 2026-05-18T17:59:02.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-18T17:59:02.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-18T17:59:02.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-18T17:59:02.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3365 | 2026-05-18T17:59:02.408Z | |
| 3366 | 2026-05-18T17:59:02.408Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3367 | 2026-05-18T17:59:02.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-18T17:59:02.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-18T17:59:02.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-18T17:59:02.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3371 | 2026-05-18T17:59:03.012Z | |
| 3372 | 2026-05-18T17:59:03.012Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3373 | 2026-05-18T17:59:03.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-18T17:59:03.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-18T17:59:03.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-18T17:59:03.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3377 | 2026-05-18T17:59:03.618Z | |
| 3378 | 2026-05-18T17:59:03.618Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3379 | 2026-05-18T17:59:04.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-18T17:59:04.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-18T17:59:04.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-18T17:59:04.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3383 | 2026-05-18T17:59:04.218Z | |
| 3384 | 2026-05-18T17:59:04.218Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3385 | 2026-05-18T17:59:04.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-18T17:59:04.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-18T17:59:04.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-18T17:59:04.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3389 | 2026-05-18T17:59:04.819Z | |
| 3390 | 2026-05-18T17:59:04.819Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3391 | 2026-05-18T17:59:05.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-18T17:59:05.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-18T17:59:05.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-18T17:59:05.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3395 | 2026-05-18T17:59:05.423Z | |
| 3396 | 2026-05-18T17:59:05.423Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3397 | 2026-05-18T17:59:05.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-18T17:59:05.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-18T17:59:05.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-18T17:59:05.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3401 | 2026-05-18T17:59:06.026Z | |
| 3402 | 2026-05-18T17:59:06.026Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3403 | 2026-05-18T17:59:06.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-18T17:59:06.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-18T17:59:06.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-18T17:59:06.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-05-18T17:59:06.619Z | |
| 3408 | 2026-05-18T17:59:06.619Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3409 | 2026-05-18T17:59:07.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-18T17:59:07.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-18T17:59:07.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-18T17:59:07.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3413 | 2026-05-18T17:59:07.220Z | |
| 3414 | 2026-05-18T17:59:07.220Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3415 | 2026-05-18T17:59:07.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-18T17:59:07.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-18T17:59:07.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-18T17:59:07.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3419 | 2026-05-18T17:59:07.826Z | |
| 3420 | 2026-05-18T17:59:07.826Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3421 | 2026-05-18T17:59:08.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-18T17:59:08.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-18T17:59:08.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-18T17:59:08.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3425 | 2026-05-18T17:59:08.427Z | |
| 3426 | 2026-05-18T17:59:08.427Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3427 | 2026-05-18T17:59:08.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-18T17:59:08.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-18T17:59:08.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-18T17:59:08.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3431 | 2026-05-18T17:59:09.033Z | |
| 3432 | 2026-05-18T17:59:09.034Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3433 | 2026-05-18T17:59:09.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-18T17:59:09.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-18T17:59:09.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-18T17:59:09.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3437 | 2026-05-18T17:59:09.640Z | |
| 3438 | 2026-05-18T17:59:09.640Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3439 | 2026-05-18T17:59:10.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-18T17:59:10.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-18T17:59:10.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-18T17:59:10.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3443 | 2026-05-18T17:59:10.245Z | |
| 3444 | 2026-05-18T17:59:10.245Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3445 | 2026-05-18T17:59:10.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-18T17:59:10.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-18T17:59:10.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-18T17:59:10.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3449 | 2026-05-18T17:59:10.876Z | |
| 3450 | 2026-05-18T17:59:10.876Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3451 | 2026-05-18T17:59:11.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-18T17:59:11.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-18T17:59:11.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-05-18T17:59:11.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3455 | 2026-05-18T17:59:11.484Z | |
| 3456 | 2026-05-18T17:59:11.484Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3457 | 2026-05-18T17:59:11.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-05-18T17:59:12.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-05-18T17:59:12.138Z | Compiling parking_lot_core v0.8.6 |
| 3460 | 2026-05-18T17:59:12.138Z | Compiling atomicwrites v0.4.4 |
| 3461 | 2026-05-18T17:59:12.141Z | Compiling git-stub v1.0.0 |
| 3462 | 2026-05-18T17:59:12.141Z | Checking prefix-trie v0.7.0 |
| 3463 | 2026-05-18T17:59:12.141Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3464 | 2026-05-18T17:59:12.373Z | Compiling git-stub-vcs v0.1.0 |
| 3465 | 2026-05-18T17:59:12.541Z | Checking hickory-server v0.25.2 |
| 3466 | 2026-05-18T17:59:12.641Z | Checking parking_lot v0.11.2 |
| 3467 | 2026-05-18T17:59:12.652Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3468 | 2026-05-18T17:59:12.739Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3469 | 2026-05-18T17:59:12.739Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3470 | 2026-05-18T17:59:12.807Z | Checking sled v0.34.7 |
| 3471 | 2026-05-18T17:59:14.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 3472 | 2026-05-18T17:59:14.875Z | |
| 3473 | 2026-05-18T17:59:14.875Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3474 | 2026-05-18T17:59:15.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-18T17:59:15.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-18T17:59:15.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-18T17:59:15.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3478 | 2026-05-18T17:59:15.476Z | |
| 3479 | 2026-05-18T17:59:15.476Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3480 | 2026-05-18T17:59:15.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-18T17:59:15.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-18T17:59:15.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-05-18T17:59:15.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3484 | 2026-05-18T17:59:16.079Z | |
| 3485 | 2026-05-18T17:59:16.079Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3486 | 2026-05-18T17:59:16.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-18T17:59:16.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-18T17:59:16.804Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-05-18T17:59:18.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 3490 | 2026-05-18T17:59:18.764Z | |
| 3491 | 2026-05-18T17:59:18.764Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3492 | 2026-05-18T17:59:19.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-18T17:59:19.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-18T17:59:19.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-18T17:59:19.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3496 | 2026-05-18T17:59:19.417Z | |
| 3497 | 2026-05-18T17:59:19.417Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3498 | 2026-05-18T17:59:19.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-18T17:59:19.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-18T17:59:19.977Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-18T17:59:19.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3502 | 2026-05-18T17:59:20.082Z | |
| 3503 | 2026-05-18T17:59:20.082Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3504 | 2026-05-18T17:59:20.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-18T17:59:20.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-18T17:59:20.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-18T17:59:20.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-05-18T17:59:20.671Z | |
| 3509 | 2026-05-18T17:59:20.671Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3510 | 2026-05-18T17:59:21.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-18T17:59:21.172Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-18T17:59:21.172Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-18T17:59:21.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3514 | 2026-05-18T17:59:21.261Z | |
| 3515 | 2026-05-18T17:59:21.261Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3516 | 2026-05-18T17:59:21.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-18T17:59:21.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-18T17:59:21.812Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-18T17:59:21.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3520 | 2026-05-18T17:59:21.915Z | |
| 3521 | 2026-05-18T17:59:21.915Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3522 | 2026-05-18T17:59:22.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-18T17:59:22.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-18T17:59:22.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-05-18T17:59:22.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3526 | 2026-05-18T17:59:22.506Z | |
| 3527 | 2026-05-18T17:59:22.506Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3528 | 2026-05-18T17:59:23.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-05-18T17:59:23.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-05-18T17:59:23.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-05-18T17:59:23.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3532 | 2026-05-18T17:59:23.149Z | |
| 3533 | 2026-05-18T17:59:23.149Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3534 | 2026-05-18T17:59:23.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-05-18T17:59:23.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-05-18T17:59:23.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-05-18T17:59:23.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3538 | 2026-05-18T17:59:23.790Z | |
| 3539 | 2026-05-18T17:59:23.790Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3540 | 2026-05-18T17:59:24.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-05-18T17:59:24.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-05-18T17:59:24.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-05-18T17:59:24.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3544 | 2026-05-18T17:59:24.382Z | |
| 3545 | 2026-05-18T17:59:24.382Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3546 | 2026-05-18T17:59:24.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-05-18T17:59:24.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-05-18T17:59:24.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-05-18T17:59:24.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3550 | 2026-05-18T17:59:24.965Z | |
| 3551 | 2026-05-18T17:59:24.965Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3552 | 2026-05-18T17:59:25.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-05-18T17:59:25.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-05-18T17:59:25.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-05-18T17:59:25.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3556 | 2026-05-18T17:59:25.565Z | |
| 3557 | 2026-05-18T17:59:25.565Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3558 | 2026-05-18T17:59:26.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-05-18T17:59:26.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-05-18T17:59:26.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-05-18T17:59:26.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3562 | 2026-05-18T17:59:26.157Z | |
| 3563 | 2026-05-18T17:59:26.157Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3564 | 2026-05-18T17:59:26.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-05-18T17:59:26.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-05-18T17:59:26.654Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-05-18T17:59:26.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-05-18T17:59:26.742Z | |
| 3569 | 2026-05-18T17:59:26.742Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3570 | 2026-05-18T17:59:27.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-05-18T17:59:27.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-05-18T17:59:27.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-05-18T17:59:27.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3574 | 2026-05-18T17:59:27.394Z | |
| 3575 | 2026-05-18T17:59:27.394Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3576 | 2026-05-18T17:59:27.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-05-18T17:59:27.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-05-18T17:59:27.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-05-18T17:59:27.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3580 | 2026-05-18T17:59:28.043Z | |
| 3581 | 2026-05-18T17:59:28.043Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3582 | 2026-05-18T17:59:28.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-05-18T17:59:28.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-05-18T17:59:28.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-05-18T17:59:28.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3586 | 2026-05-18T17:59:28.692Z | |
| 3587 | 2026-05-18T17:59:28.692Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3588 | 2026-05-18T17:59:29.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-05-18T17:59:29.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-05-18T17:59:29.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-05-18T17:59:29.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3592 | 2026-05-18T17:59:29.316Z | |
| 3593 | 2026-05-18T17:59:29.316Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3594 | 2026-05-18T17:59:29.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-05-18T17:59:29.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-05-18T17:59:29.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-05-18T17:59:29.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-05-18T17:59:29.937Z | |
| 3599 | 2026-05-18T17:59:29.937Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3600 | 2026-05-18T17:59:30.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-05-18T17:59:30.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-05-18T17:59:30.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-05-18T17:59:30.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3604 | 2026-05-18T17:59:30.559Z | |
| 3605 | 2026-05-18T17:59:30.559Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3606 | 2026-05-18T17:59:31.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-05-18T17:59:31.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-05-18T17:59:31.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-05-18T17:59:31.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3610 | 2026-05-18T17:59:31.157Z | |
| 3611 | 2026-05-18T17:59:31.157Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3612 | 2026-05-18T17:59:31.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-05-18T17:59:31.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-05-18T17:59:31.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-05-18T17:59:31.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3616 | 2026-05-18T17:59:31.770Z | |
| 3617 | 2026-05-18T17:59:31.770Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3618 | 2026-05-18T17:59:32.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-05-18T17:59:32.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-05-18T17:59:32.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-05-18T17:59:32.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3622 | 2026-05-18T17:59:32.378Z | |
| 3623 | 2026-05-18T17:59:32.378Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3624 | 2026-05-18T17:59:32.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-05-18T17:59:32.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-05-18T17:59:32.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-05-18T17:59:32.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3628 | 2026-05-18T17:59:32.962Z | |
| 3629 | 2026-05-18T17:59:32.962Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3630 | 2026-05-18T17:59:33.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-05-18T17:59:33.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-05-18T17:59:33.827Z | Compiling typify-impl v0.4.3 |
| 3633 | 2026-05-18T17:59:33.827Z | Compiling libefi-sys v0.1.0 |
| 3634 | 2026-05-18T17:59:33.972Z | Compiling bitfield-struct v0.6.2 |
| 3635 | 2026-05-18T17:59:33.996Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3636 | 2026-05-18T17:59:34.004Z | Compiling xshell-macros v0.2.7 |
| 3637 | 2026-05-18T17:59:34.004Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3638 | 2026-05-18T17:59:34.004Z | Compiling salty v0.3.0 |
| 3639 | 2026-05-18T17:59:34.152Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3640 | 2026-05-18T17:59:34.299Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3641 | 2026-05-18T17:59:34.312Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3642 | 2026-05-18T17:59:34.380Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3643 | 2026-05-18T17:59:34.425Z | Checking xshell v0.2.7 |
| 3644 | 2026-05-18T17:59:34.454Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3645 | 2026-05-18T17:59:34.612Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3646 | 2026-05-18T17:59:34.632Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3647 | 2026-05-18T17:59:34.752Z | Checking primeorder v0.13.6 |
| 3648 | 2026-05-18T17:59:34.777Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3649 | 2026-05-18T17:59:34.882Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3650 | 2026-05-18T17:59:34.911Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3651 | 2026-05-18T17:59:34.935Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3652 | 2026-05-18T17:59:35.015Z | Checking tungstenite v0.21.0 |
| 3653 | 2026-05-18T17:59:35.091Z | Checking p384 v0.13.1 |
| 3654 | 2026-05-18T17:59:35.114Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3655 | 2026-05-18T17:59:35.182Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3656 | 2026-05-18T17:59:35.301Z | Compiling proc-macro-error2 v2.0.1 |
| 3657 | 2026-05-18T17:59:35.510Z | Compiling num-derive v0.3.3 |
| 3658 | 2026-05-18T17:59:35.623Z | Compiling tabled_derive v0.11.0 |
| 3659 | 2026-05-18T17:59:35.771Z | Checking tokio-tungstenite v0.21.0 |
| 3660 | 2026-05-18T17:59:35.965Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3661 | 2026-05-18T17:59:35.982Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3662 | 2026-05-18T17:59:36.047Z | Checking papergrid v0.17.0 |
| 3663 | 2026-05-18T17:59:36.354Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3664 | 2026-05-18T17:59:36.390Z | Checking libscf-sys v1.1.0 |
| 3665 | 2026-05-18T17:59:36.527Z | Checking testing_table v0.3.0 |
| 3666 | 2026-05-18T17:59:36.621Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3667 | 2026-05-18T17:59:36.640Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3668 | 2026-05-18T17:59:36.766Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3669 | 2026-05-18T17:59:36.828Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3670 | 2026-05-18T17:59:37.022Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-18T17:59:37.040Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3672 | 2026-05-18T17:59:37.100Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3673 | 2026-05-18T17:59:37.143Z | Compiling unicase v2.9.0 |
| 3674 | 2026-05-18T17:59:37.221Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3675 | 2026-05-18T17:59:37.236Z | Checking corncobs v0.1.4 |
| 3676 | 2026-05-18T17:59:37.349Z | Compiling mime_guess v2.0.5 |
| 3677 | 2026-05-18T17:59:37.364Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3678 | 2026-05-18T17:59:37.439Z | Checking tabled v0.20.0 |
| 3679 | 2026-05-18T17:59:37.459Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3680 | 2026-05-18T17:59:37.538Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3681 | 2026-05-18T17:59:37.619Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3682 | 2026-05-18T17:59:37.665Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3683 | 2026-05-18T17:59:37.776Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3684 | 2026-05-18T17:59:37.807Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3685 | 2026-05-18T17:59:37.879Z | Checking progenitor-client v0.11.2 |
| 3686 | 2026-05-18T17:59:37.945Z | Checking secrecy v0.8.0 |
| 3687 | 2026-05-18T17:59:38.069Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3688 | 2026-05-18T17:59:38.275Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3689 | 2026-05-18T17:59:38.393Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3690 | 2026-05-18T17:59:38.409Z | Compiling typify-macro v0.4.3 |
| 3691 | 2026-05-18T17:59:38.444Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3692 | 2026-05-18T17:59:38.522Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3693 | 2026-05-18T17:59:38.544Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3694 | 2026-05-18T17:59:38.667Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3695 | 2026-05-18T17:59:38.707Z | Checking filetime v0.2.27 |
| 3696 | 2026-05-18T17:59:38.834Z | Checking xattr v1.6.1 |
| 3697 | 2026-05-18T17:59:38.849Z | Checking crc8 v0.1.1 |
| 3698 | 2026-05-18T17:59:38.968Z | Checking http-range v0.1.5 |
| 3699 | 2026-05-18T17:59:38.989Z | Checking tar v0.4.45 |
| 3700 | 2026-05-18T17:59:39.096Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3701 | 2026-05-18T17:59:39.284Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3702 | 2026-05-18T17:59:39.377Z | Checking illumos-nvpair v0.3.0 |
| 3703 | 2026-05-18T17:59:39.472Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3704 | 2026-05-18T17:59:39.534Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3705 | 2026-05-18T17:59:39.578Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3706 | 2026-05-18T17:59:39.883Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3707 | 2026-05-18T17:59:39.944Z | Checking atty v0.2.14 |
| 3708 | 2026-05-18T17:59:39.960Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3709 | 2026-05-18T17:59:39.975Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3710 | 2026-05-18T17:59:40.046Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3711 | 2026-05-18T17:59:40.123Z | Compiling typify v0.4.3 |
| 3712 | 2026-05-18T17:59:40.315Z | Compiling progenitor-impl v0.11.2 |
| 3713 | 2026-05-18T17:59:40.480Z | Compiling progenitor-impl v0.10.0 |
| 3714 | 2026-05-18T17:59:40.734Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3715 | 2026-05-18T17:59:40.779Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3716 | 2026-05-18T17:59:41.025Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3717 | 2026-05-18T17:59:41.267Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3718 | 2026-05-18T17:59:41.711Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3719 | 2026-05-18T17:59:41.891Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3720 | 2026-05-18T17:59:41.924Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3721 | 2026-05-18T17:59:42.100Z | Checking hyper-staticfile v0.10.1 |
| 3722 | 2026-05-18T17:59:42.131Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3723 | 2026-05-18T17:59:42.252Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3724 | 2026-05-18T17:59:42.353Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3725 | 2026-05-18T17:59:42.385Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3726 | 2026-05-18T17:59:42.514Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3727 | 2026-05-18T17:59:42.719Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3728 | 2026-05-18T17:59:42.782Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3729 | 2026-05-18T17:59:42.828Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3730 | 2026-05-18T17:59:42.921Z | Compiling progenitor-macro v0.11.2 |
| 3731 | 2026-05-18T17:59:43.001Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3732 | 2026-05-18T17:59:43.061Z | Compiling progenitor-macro v0.10.0 |
| 3733 | 2026-05-18T17:59:45.591Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3734 | 2026-05-18T17:59:45.760Z | Checking progenitor v0.11.2 |
| 3735 | 2026-05-18T17:59:45.885Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3736 | 2026-05-18T17:59:45.919Z | Checking progenitor v0.10.0 |
| 3737 | 2026-05-18T17:59:46.046Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3738 | 2026-05-18T17:59:50.490Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3739 | 2026-05-18T18:00:01.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.39s |
| 3740 | 2026-05-18T18:00:01.579Z | |
| 3741 | 2026-05-18T18:00:01.579Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3742 | 2026-05-18T18:00:02.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-18T18:00:02.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-18T18:00:02.371Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-18T18:00:13.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s |
| 3746 | 2026-05-18T18:00:13.340Z | |
| 3747 | 2026-05-18T18:00:13.340Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3748 | 2026-05-18T18:00:13.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-18T18:00:13.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-18T18:00:14.124Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-18T18:00:24.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3752 | 2026-05-18T18:00:24.984Z | |
| 3753 | 2026-05-18T18:00:24.984Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3754 | 2026-05-18T18:00:25.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-18T18:00:25.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-18T18:00:25.772Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-18T18:00:36.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3758 | 2026-05-18T18:00:36.701Z | |
| 3759 | 2026-05-18T18:00:36.701Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3760 | 2026-05-18T18:00:37.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-18T18:00:37.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-18T18:00:37.494Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-18T18:00:48.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3764 | 2026-05-18T18:00:48.352Z | |
| 3765 | 2026-05-18T18:00:48.352Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3766 | 2026-05-18T18:00:48.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-18T18:00:48.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-18T18:00:49.139Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-05-18T18:00:59.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s |
| 3770 | 2026-05-18T18:00:59.990Z | |
| 3771 | 2026-05-18T18:00:59.990Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3772 | 2026-05-18T18:01:00.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-18T18:01:00.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-18T18:01:00.782Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-05-18T18:01:11.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3776 | 2026-05-18T18:01:11.704Z | |
| 3777 | 2026-05-18T18:01:11.704Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3778 | 2026-05-18T18:01:12.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-18T18:01:12.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-18T18:01:12.491Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3781 | 2026-05-18T18:01:23.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3782 | 2026-05-18T18:01:23.371Z | |
| 3783 | 2026-05-18T18:01:23.371Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3784 | 2026-05-18T18:01:23.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-18T18:01:23.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-18T18:01:23.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-18T18:01:23.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3788 | 2026-05-18T18:01:23.982Z | |
| 3789 | 2026-05-18T18:01:23.982Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3790 | 2026-05-18T18:01:24.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-18T18:01:24.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-18T18:01:24.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-18T18:01:24.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3794 | 2026-05-18T18:01:24.589Z | |
| 3795 | 2026-05-18T18:01:24.589Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3796 | 2026-05-18T18:01:25.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-18T18:01:25.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-18T18:01:25.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-18T18:01:25.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-05-18T18:01:25.182Z | |
| 3801 | 2026-05-18T18:01:25.182Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3802 | 2026-05-18T18:01:25.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-18T18:01:25.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-18T18:01:25.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-18T18:01:25.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3806 | 2026-05-18T18:01:25.782Z | |
| 3807 | 2026-05-18T18:01:25.782Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3808 | 2026-05-18T18:01:26.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-18T18:01:26.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-18T18:01:26.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-18T18:01:26.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3812 | 2026-05-18T18:01:26.408Z | |
| 3813 | 2026-05-18T18:01:26.408Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3814 | 2026-05-18T18:01:26.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-18T18:01:26.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-18T18:01:26.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-18T18:01:26.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3818 | 2026-05-18T18:01:27.035Z | |
| 3819 | 2026-05-18T18:01:27.035Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3820 | 2026-05-18T18:01:27.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-18T18:01:27.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-18T18:01:27.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-18T18:01:27.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3824 | 2026-05-18T18:01:27.662Z | |
| 3825 | 2026-05-18T18:01:27.662Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3826 | 2026-05-18T18:01:28.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-18T18:01:28.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-18T18:01:28.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-18T18:01:28.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3830 | 2026-05-18T18:01:28.293Z | |
| 3831 | 2026-05-18T18:01:28.293Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3832 | 2026-05-18T18:01:28.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-18T18:01:28.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-18T18:01:28.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-18T18:01:28.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3836 | 2026-05-18T18:01:28.923Z | |
| 3837 | 2026-05-18T18:01:28.923Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3838 | 2026-05-18T18:01:29.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-18T18:01:29.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-18T18:01:29.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-18T18:01:29.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3842 | 2026-05-18T18:01:29.553Z | |
| 3843 | 2026-05-18T18:01:29.553Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3844 | 2026-05-18T18:01:30.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-18T18:01:30.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-18T18:01:30.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-18T18:01:30.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3848 | 2026-05-18T18:01:30.180Z | |
| 3849 | 2026-05-18T18:01:30.180Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3850 | 2026-05-18T18:01:30.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-18T18:01:30.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-18T18:01:30.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-18T18:01:30.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3854 | 2026-05-18T18:01:30.813Z | |
| 3855 | 2026-05-18T18:01:30.813Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3856 | 2026-05-18T18:01:31.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-18T18:01:31.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-18T18:01:31.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-18T18:01:31.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3860 | 2026-05-18T18:01:31.455Z | |
| 3861 | 2026-05-18T18:01:31.455Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3862 | 2026-05-18T18:01:31.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-18T18:01:31.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-18T18:01:31.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-18T18:01:31.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3866 | 2026-05-18T18:01:32.095Z | |
| 3867 | 2026-05-18T18:01:32.095Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3868 | 2026-05-18T18:01:32.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-18T18:01:32.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-18T18:01:32.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-18T18:01:32.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3872 | 2026-05-18T18:01:32.760Z | |
| 3873 | 2026-05-18T18:01:32.760Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3874 | 2026-05-18T18:01:33.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-18T18:01:33.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-18T18:01:33.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-18T18:01:33.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3878 | 2026-05-18T18:01:33.392Z | |
| 3879 | 2026-05-18T18:01:33.392Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3880 | 2026-05-18T18:01:33.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-18T18:01:33.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-18T18:01:33.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-18T18:01:33.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3884 | 2026-05-18T18:01:34.045Z | |
| 3885 | 2026-05-18T18:01:34.045Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3886 | 2026-05-18T18:01:34.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-18T18:01:34.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-18T18:01:34.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-05-18T18:01:34.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3890 | 2026-05-18T18:01:34.721Z | |
| 3891 | 2026-05-18T18:01:34.721Z | info: running `cargo check --bins` on update-common (210/276) |
| 3892 | 2026-05-18T18:01:35.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-05-18T18:01:35.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-05-18T18:01:35.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-05-18T18:01:35.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3896 | 2026-05-18T18:01:35.345Z | |
| 3897 | 2026-05-18T18:01:35.345Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3898 | 2026-05-18T18:01:35.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-05-18T18:01:35.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-05-18T18:01:35.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-05-18T18:01:35.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3902 | 2026-05-18T18:01:36.018Z | |
| 3903 | 2026-05-18T18:01:36.018Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3904 | 2026-05-18T18:01:36.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-05-18T18:01:36.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-05-18T18:01:36.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3907 | 2026-05-18T18:01:36.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3908 | 2026-05-18T18:01:36.617Z | |
| 3909 | 2026-05-18T18:01:36.618Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3910 | 2026-05-18T18:01:37.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-05-18T18:01:37.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-05-18T18:01:37.409Z | Compiling fs-err v2.11.0 |
| 3913 | 2026-05-18T18:01:37.412Z | Checking ignore v0.4.25 |
| 3914 | 2026-05-18T18:01:37.412Z | Checking arc-swap v1.8.2 |
| 3915 | 2026-05-18T18:01:37.545Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3916 | 2026-05-18T18:01:37.545Z | Checking predicates-tree v1.0.13 |
| 3917 | 2026-05-18T18:01:37.551Z | Checking parse-size v1.1.0 |
| 3918 | 2026-05-18T18:01:37.574Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3919 | 2026-05-18T18:01:37.577Z | Checking rand_seeder v0.4.0 |
| 3920 | 2026-05-18T18:01:37.651Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3921 | 2026-05-18T18:01:37.671Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3922 | 2026-05-18T18:01:37.720Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3923 | 2026-05-18T18:01:37.737Z | Checking slog-scope v4.4.1 |
| 3924 | 2026-05-18T18:01:37.774Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3925 | 2026-05-18T18:01:37.853Z | Compiling petname v2.0.2 |
| 3926 | 2026-05-18T18:01:37.867Z | Checking slog-stdlog v4.1.1 |
| 3927 | 2026-05-18T18:01:37.883Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3928 | 2026-05-18T18:01:37.918Z | Checking globwalk v0.9.1 |
| 3929 | 2026-05-18T18:01:37.952Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3930 | 2026-05-18T18:01:37.983Z | Checking slog-envlogger v2.2.0 |
| 3931 | 2026-05-18T18:01:38.095Z | Checking camino-tempfile-ext v0.3.3 |
| 3932 | 2026-05-18T18:01:38.131Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3933 | 2026-05-18T18:01:38.177Z | Checking sapling-renderdag v0.1.0 |
| 3934 | 2026-05-18T18:01:38.289Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3935 | 2026-05-18T18:01:38.317Z | Checking subprocess v0.2.15 |
| 3936 | 2026-05-18T18:01:38.412Z | Checking sync-ptr v0.1.4 |
| 3937 | 2026-05-18T18:01:38.502Z | Checking colored v2.2.0 |
| 3938 | 2026-05-18T18:01:38.526Z | Checking assert_matches v1.5.0 |
| 3939 | 2026-05-18T18:01:38.598Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3940 | 2026-05-18T18:01:38.754Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3941 | 2026-05-18T18:01:38.754Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3942 | 2026-05-18T18:01:39.441Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3943 | 2026-05-18T18:01:40.780Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3944 | 2026-05-18T18:01:42.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s |
| 3945 | 2026-05-18T18:01:43.205Z | |
| 3946 | 2026-05-18T18:01:43.205Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3947 | 2026-05-18T18:01:43.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-18T18:01:43.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-18T18:01:43.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-18T18:01:43.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3951 | 2026-05-18T18:01:43.804Z | |
| 3952 | 2026-05-18T18:01:43.804Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3953 | 2026-05-18T18:01:44.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-18T18:01:44.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-18T18:01:44.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-18T18:01:44.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3957 | 2026-05-18T18:01:44.432Z | |
| 3958 | 2026-05-18T18:01:44.432Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3959 | 2026-05-18T18:01:44.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-18T18:01:44.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-18T18:01:44.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-18T18:01:44.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3963 | 2026-05-18T18:01:45.090Z | |
| 3964 | 2026-05-18T18:01:45.090Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3965 | 2026-05-18T18:01:45.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-18T18:01:45.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-18T18:01:45.825Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3968 | 2026-05-18T18:01:45.825Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3969 | 2026-05-18T18:01:46.465Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3970 | 2026-05-18T18:01:48.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
| 3971 | 2026-05-18T18:01:48.273Z | |
| 3972 | 2026-05-18T18:01:48.273Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3973 | 2026-05-18T18:01:48.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-18T18:01:48.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-18T18:01:48.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-05-18T18:01:48.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3977 | 2026-05-18T18:01:48.882Z | |
| 3978 | 2026-05-18T18:01:48.882Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3979 | 2026-05-18T18:01:49.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-05-18T18:01:49.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-05-18T18:01:49.506Z | Checking yasna v0.5.2 |
| 3982 | 2026-05-18T18:01:49.905Z | Checking rcgen v0.12.1 |
| 3983 | 2026-05-18T18:01:50.148Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3984 | 2026-05-18T18:01:50.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3985 | 2026-05-18T18:01:50.509Z | |
| 3986 | 2026-05-18T18:01:50.509Z | info: running `cargo check --bins` on clickana (220/276) |
| 3987 | 2026-05-18T18:01:51.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-05-18T18:01:51.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-05-18T18:01:51.169Z | Compiling darling_core v0.23.0 |
| 3990 | 2026-05-18T18:01:51.278Z | Compiling instability v0.3.11 |
| 3991 | 2026-05-18T18:01:51.286Z | Checking castaway v0.2.4 |
| 3992 | 2026-05-18T18:01:51.292Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3993 | 2026-05-18T18:01:51.296Z | Compiling indoc v2.0.7 |
| 3994 | 2026-05-18T18:01:51.296Z | Checking unicode-truncate v1.1.0 |
| 3995 | 2026-05-18T18:01:51.317Z | Checking lru v0.12.5 |
| 3996 | 2026-05-18T18:01:51.317Z | Checking cassowary v0.3.0 |
| 3997 | 2026-05-18T18:01:51.372Z | Checking compact_str v0.8.1 |
| 3998 | 2026-05-18T18:01:52.340Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3999 | 2026-05-18T18:01:52.530Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4000 | 2026-05-18T18:01:52.690Z | Compiling darling_macro v0.23.0 |
| 4001 | 2026-05-18T18:01:53.094Z | Compiling darling v0.23.0 |
| 4002 | 2026-05-18T18:01:53.697Z | Checking ratatui v0.29.0 |
| 4003 | 2026-05-18T18:01:54.742Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4004 | 2026-05-18T18:01:55.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 4005 | 2026-05-18T18:01:55.585Z | |
| 4006 | 2026-05-18T18:01:55.585Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4007 | 2026-05-18T18:01:56.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-18T18:01:56.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-18T18:01:56.316Z | Checking headers-core v0.3.0 |
| 4010 | 2026-05-18T18:01:56.318Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4011 | 2026-05-18T18:01:56.510Z | Checking headers v0.4.1 |
| 4012 | 2026-05-18T18:01:56.872Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4013 | 2026-05-18T18:01:57.714Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4014 | 2026-05-18T18:01:58.207Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4015 | 2026-05-18T18:01:58.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4016 | 2026-05-18T18:01:58.822Z | |
| 4017 | 2026-05-18T18:01:58.822Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4018 | 2026-05-18T18:01:59.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-18T18:01:59.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-18T18:01:59.553Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4021 | 2026-05-18T18:02:00.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4022 | 2026-05-18T18:02:00.499Z | |
| 4023 | 2026-05-18T18:02:00.499Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4024 | 2026-05-18T18:02:00.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-18T18:02:00.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-18T18:02:00.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-05-18T18:02:00.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4028 | 2026-05-18T18:02:00.965Z | |
| 4029 | 2026-05-18T18:02:00.965Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4030 | 2026-05-18T18:02:01.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-05-18T18:02:01.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-05-18T18:02:01.690Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4033 | 2026-05-18T18:02:02.671Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4034 | 2026-05-18T18:02:03.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4035 | 2026-05-18T18:02:03.205Z | |
| 4036 | 2026-05-18T18:02:03.205Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4037 | 2026-05-18T18:02:03.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-05-18T18:02:03.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-05-18T18:02:03.924Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4040 | 2026-05-18T18:02:04.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 4041 | 2026-05-18T18:02:04.871Z | |
| 4042 | 2026-05-18T18:02:04.871Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4043 | 2026-05-18T18:02:05.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-18T18:02:05.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-18T18:02:05.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-05-18T18:02:05.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4047 | 2026-05-18T18:02:05.505Z | |
| 4048 | 2026-05-18T18:02:05.505Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4049 | 2026-05-18T18:02:06.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-18T18:02:06.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-18T18:02:06.113Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4052 | 2026-05-18T18:02:06.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
| 4053 | 2026-05-18T18:02:06.959Z | |
| 4054 | 2026-05-18T18:02:06.959Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4055 | 2026-05-18T18:02:07.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-05-18T18:02:07.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-05-18T18:02:07.707Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4058 | 2026-05-18T18:02:07.707Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4059 | 2026-05-18T18:02:07.710Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4060 | 2026-05-18T18:02:07.710Z | Checking git-stub v1.0.0 |
| 4061 | 2026-05-18T18:02:07.710Z | Compiling trait-variant v0.1.2 |
| 4062 | 2026-05-18T18:02:07.840Z | Checking is_ci v1.2.0 |
| 4063 | 2026-05-18T18:02:07.847Z | Checking maplit v1.0.2 |
| 4064 | 2026-05-18T18:02:07.859Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4065 | 2026-05-18T18:02:07.946Z | Checking supports-color v3.0.2 |
| 4066 | 2026-05-18T18:02:07.959Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4067 | 2026-05-18T18:02:07.971Z | Checking git-stub-vcs v0.1.0 |
| 4068 | 2026-05-18T18:02:08.066Z | Checking drift v0.1.4 |
| 4069 | 2026-05-18T18:02:08.079Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4070 | 2026-05-18T18:02:08.156Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4071 | 2026-05-18T18:02:08.171Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4072 | 2026-05-18T18:02:08.339Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4073 | 2026-05-18T18:02:08.355Z | Checking dropshot-api-manager v0.7.1 |
| 4074 | 2026-05-18T18:02:08.372Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4075 | 2026-05-18T18:02:08.386Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4076 | 2026-05-18T18:02:08.567Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4077 | 2026-05-18T18:02:08.594Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4078 | 2026-05-18T18:02:08.786Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4079 | 2026-05-18T18:02:09.076Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4080 | 2026-05-18T18:02:14.020Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4081 | 2026-05-18T18:02:15.104Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4082 | 2026-05-18T18:02:15.659Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4083 | 2026-05-18T18:02:16.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s |
| 4084 | 2026-05-18T18:02:16.295Z | |
| 4085 | 2026-05-18T18:02:16.295Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4086 | 2026-05-18T18:02:16.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-18T18:02:16.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-18T18:02:16.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-05-18T18:02:16.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4090 | 2026-05-18T18:02:16.900Z | |
| 4091 | 2026-05-18T18:02:16.900Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4092 | 2026-05-18T18:02:17.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-05-18T18:02:17.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-05-18T18:02:17.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-05-18T18:02:17.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4096 | 2026-05-18T18:02:17.539Z | |
| 4097 | 2026-05-18T18:02:17.539Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4098 | 2026-05-18T18:02:18.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-05-18T18:02:18.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-05-18T18:02:18.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-05-18T18:02:18.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4102 | 2026-05-18T18:02:18.182Z | |
| 4103 | 2026-05-18T18:02:18.182Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4104 | 2026-05-18T18:02:18.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-05-18T18:02:18.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-05-18T18:02:18.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-05-18T18:02:18.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4108 | 2026-05-18T18:02:18.826Z | |
| 4109 | 2026-05-18T18:02:18.826Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4110 | 2026-05-18T18:02:19.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-18T18:02:19.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-18T18:02:19.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-05-18T18:02:19.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4114 | 2026-05-18T18:02:19.433Z | |
| 4115 | 2026-05-18T18:02:19.433Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4116 | 2026-05-18T18:02:19.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-05-18T18:02:19.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-05-18T18:02:19.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-05-18T18:02:19.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4120 | 2026-05-18T18:02:20.030Z | |
| 4121 | 2026-05-18T18:02:20.030Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4122 | 2026-05-18T18:02:20.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-05-18T18:02:20.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-05-18T18:02:20.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-05-18T18:02:20.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4126 | 2026-05-18T18:02:20.646Z | |
| 4127 | 2026-05-18T18:02:20.646Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4128 | 2026-05-18T18:02:21.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-05-18T18:02:21.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-05-18T18:02:21.265Z | Checking typeid v1.0.3 |
| 4131 | 2026-05-18T18:02:21.377Z | Checking ordered-float v2.10.1 |
| 4132 | 2026-05-18T18:02:21.395Z | Checking unicode-xid v0.2.6 |
| 4133 | 2026-05-18T18:02:21.409Z | Checking cargo-platform v0.2.0 |
| 4134 | 2026-05-18T18:02:21.418Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4135 | 2026-05-18T18:02:21.441Z | Checking erased-serde v0.4.9 |
| 4136 | 2026-05-18T18:02:21.577Z | Checking serde-value v0.7.0 |
| 4137 | 2026-05-18T18:02:21.748Z | Checking serde-untagged v0.1.9 |
| 4138 | 2026-05-18T18:02:21.904Z | Checking cargo-util-schemas v0.8.2 |
| 4139 | 2026-05-18T18:02:22.574Z | Checking cargo_metadata v0.21.0 |
| 4140 | 2026-05-18T18:02:23.170Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4141 | 2026-05-18T18:02:23.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4142 | 2026-05-18T18:02:24.038Z | |
| 4143 | 2026-05-18T18:02:24.038Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4144 | 2026-05-18T18:02:24.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-05-18T18:02:24.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-05-18T18:02:24.777Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4147 | 2026-05-18T18:02:25.399Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4148 | 2026-05-18T18:02:25.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 4149 | 2026-05-18T18:02:26.111Z | |
| 4150 | 2026-05-18T18:02:26.111Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4151 | 2026-05-18T18:02:26.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-05-18T18:02:26.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-05-18T18:02:26.970Z | Compiling vergen-gitcl v1.0.8 |
| 4154 | 2026-05-18T18:02:26.970Z | Compiling dirs-sys-next v0.1.2 |
| 4155 | 2026-05-18T18:02:26.970Z | Compiling diesel_derives v2.3.7 |
| 4156 | 2026-05-18T18:02:26.970Z | Compiling glob v0.3.3 |
| 4157 | 2026-05-18T18:02:26.973Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4158 | 2026-05-18T18:02:26.973Z | Compiling crunchy v0.2.4 |
| 4159 | 2026-05-18T18:02:26.973Z | Compiling dsl_auto_type v0.2.0 |
| 4160 | 2026-05-18T18:02:27.102Z | Checking scheduled-thread-pool v0.2.7 |
| 4161 | 2026-05-18T18:02:27.247Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4162 | 2026-05-18T18:02:27.282Z | Compiling tiny-keccak v2.0.2 |
| 4163 | 2026-05-18T18:02:27.368Z | Compiling dirs-next v2.0.0 |
| 4164 | 2026-05-18T18:02:27.452Z | Checking r2d2 v0.8.10 |
| 4165 | 2026-05-18T18:02:27.465Z | Compiling clang-sys v1.8.1 |
| 4166 | 2026-05-18T18:02:27.498Z | Compiling term v0.7.0 |
| 4167 | 2026-05-18T18:02:27.513Z | Checking downcast-rs v2.0.2 |
| 4168 | 2026-05-18T18:02:27.526Z | Compiling bit-vec v0.6.3 |
| 4169 | 2026-05-18T18:02:27.627Z | Compiling itertools v0.10.5 |
| 4170 | 2026-05-18T18:02:27.738Z | Compiling bit-set v0.5.3 |
| 4171 | 2026-05-18T18:02:27.846Z | Compiling ascii-canvas v3.0.0 |
| 4172 | 2026-05-18T18:02:27.897Z | Compiling ena v0.14.4 |
| 4173 | 2026-05-18T18:02:27.996Z | Compiling libloading v0.8.9 |
| 4174 | 2026-05-18T18:02:28.016Z | Compiling regex-syntax v0.6.29 |
| 4175 | 2026-05-18T18:02:28.053Z | Compiling bindgen v0.71.1 |
| 4176 | 2026-05-18T18:02:28.087Z | Compiling diff v0.1.13 |
| 4177 | 2026-05-18T18:02:28.107Z | Compiling cexpr v0.6.0 |
| 4178 | 2026-05-18T18:02:28.349Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4179 | 2026-05-18T18:02:28.491Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4180 | 2026-05-18T18:02:28.563Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4181 | 2026-05-18T18:02:28.646Z | Compiling libxml v0.3.3 |
| 4182 | 2026-05-18T18:02:28.695Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4183 | 2026-05-18T18:02:28.786Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4184 | 2026-05-18T18:02:28.895Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4185 | 2026-05-18T18:02:29.011Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4186 | 2026-05-18T18:02:29.088Z | Compiling strum_macros v0.24.3 |
| 4187 | 2026-05-18T18:02:29.205Z | Compiling indoc v1.0.9 |
| 4188 | 2026-05-18T18:02:29.637Z | Compiling lalrpop v0.19.12 |
| 4189 | 2026-05-18T18:02:30.077Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4190 | 2026-05-18T18:02:30.151Z | Checking derive_builder v0.20.2 |
| 4191 | 2026-05-18T18:02:30.266Z | Compiling oso-derive v0.27.3 |
| 4192 | 2026-05-18T18:02:30.282Z | Checking quick-xml v0.37.5 |
| 4193 | 2026-05-18T18:02:30.431Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4194 | 2026-05-18T18:02:30.770Z | Checking openssl-probe v0.1.6 |
| 4195 | 2026-05-18T18:02:30.908Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4196 | 2026-05-18T18:02:31.158Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4197 | 2026-05-18T18:02:31.352Z | Checking bb8 v0.8.6 |
| 4198 | 2026-05-18T18:02:31.645Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4199 | 2026-05-18T18:02:31.667Z | Checking nonempty v0.12.0 |
| 4200 | 2026-05-18T18:02:31.849Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4201 | 2026-05-18T18:02:31.868Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4202 | 2026-05-18T18:02:31.901Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4203 | 2026-05-18T18:02:31.970Z | Checking console v0.16.2 |
| 4204 | 2026-05-18T18:02:32.054Z | Checking unit-prefix v0.5.2 |
| 4205 | 2026-05-18T18:02:32.087Z | Checking support-bundle-viewer v0.1.2 |
| 4206 | 2026-05-18T18:02:32.200Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4207 | 2026-05-18T18:02:32.276Z | Checking indicatif v0.18.4 |
| 4208 | 2026-05-18T18:02:32.331Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4209 | 2026-05-18T18:02:32.528Z | Checking multimap v0.10.1 |
| 4210 | 2026-05-18T18:02:33.007Z | Checking diesel v2.3.7 |
| 4211 | 2026-05-18T18:02:34.904Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4212 | 2026-05-18T18:02:35.356Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4213 | 2026-05-18T18:02:35.453Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4214 | 2026-05-18T18:02:35.647Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4215 | 2026-05-18T18:02:35.961Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4216 | 2026-05-18T18:02:36.601Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4217 | 2026-05-18T18:02:37.099Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4218 | 2026-05-18T18:02:37.762Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4219 | 2026-05-18T18:02:39.811Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4220 | 2026-05-18T18:02:43.215Z | Compiling samael v0.0.19 |
| 4221 | 2026-05-18T18:02:48.300Z | Checking diesel-dtrace v0.5.0 |
| 4222 | 2026-05-18T18:02:48.535Z | Checking async-bb8-diesel v0.2.1 |
| 4223 | 2026-05-18T18:02:50.573Z | Compiling polar-core v0.27.3 |
| 4224 | 2026-05-18T18:02:54.945Z | Checking oso v0.27.3 |
| 4225 | 2026-05-18T18:03:31.077Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4226 | 2026-05-18T18:04:04.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s |
| 4227 | 2026-05-18T18:04:04.760Z | |
| 4228 | 2026-05-18T18:04:04.760Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4229 | 2026-05-18T18:04:05.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-05-18T18:04:05.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-05-18T18:04:05.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-05-18T18:04:05.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4233 | 2026-05-18T18:04:05.429Z | |
| 4234 | 2026-05-18T18:04:05.429Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4235 | 2026-05-18T18:04:05.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-05-18T18:04:05.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-05-18T18:04:05.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-05-18T18:04:05.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4239 | 2026-05-18T18:04:06.082Z | |
| 4240 | 2026-05-18T18:04:06.082Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4241 | 2026-05-18T18:04:06.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-05-18T18:04:06.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-05-18T18:04:06.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-05-18T18:04:06.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4245 | 2026-05-18T18:04:06.672Z | |
| 4246 | 2026-05-18T18:04:06.672Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4247 | 2026-05-18T18:04:07.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-18T18:04:07.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-18T18:04:07.546Z | Compiling libz-sys v1.1.24 |
| 4250 | 2026-05-18T18:04:07.678Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4251 | 2026-05-18T18:04:07.704Z | Compiling vergen-git2 v1.0.7 |
| 4252 | 2026-05-18T18:04:07.707Z | Compiling rustls v0.21.12 |
| 4253 | 2026-05-18T18:04:07.707Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4254 | 2026-05-18T18:04:07.710Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4255 | 2026-05-18T18:04:07.710Z | Checking rustls-webpki v0.101.7 |
| 4256 | 2026-05-18T18:04:07.710Z | Checking sct v0.7.1 |
| 4257 | 2026-05-18T18:04:07.854Z | Compiling nix v0.29.0 |
| 4258 | 2026-05-18T18:04:07.942Z | Compiling dropshot v0.16.7 |
| 4259 | 2026-05-18T18:04:08.026Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4260 | 2026-05-18T18:04:08.039Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4261 | 2026-05-18T18:04:08.173Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4262 | 2026-05-18T18:04:08.195Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4263 | 2026-05-18T18:04:08.209Z | Checking toml v0.9.12+spec-1.1.0 |
| 4264 | 2026-05-18T18:04:08.237Z | Compiling dropshot_endpoint v0.16.7 |
| 4265 | 2026-05-18T18:04:08.420Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4266 | 2026-05-18T18:04:08.468Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4267 | 2026-05-18T18:04:08.678Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4268 | 2026-05-18T18:04:08.769Z | Checking rustls-pemfile v1.0.4 |
| 4269 | 2026-05-18T18:04:08.907Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4270 | 2026-05-18T18:04:09.064Z | Checking twox-hash v2.1.2 |
| 4271 | 2026-05-18T18:04:09.118Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4272 | 2026-05-18T18:04:09.352Z | Checking tokio-rustls v0.24.1 |
| 4273 | 2026-05-18T18:04:09.950Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4274 | 2026-05-18T18:04:09.998Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4275 | 2026-05-18T18:04:10.019Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4276 | 2026-05-18T18:04:10.573Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4277 | 2026-05-18T18:04:10.684Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4278 | 2026-05-18T18:04:10.738Z | Checking fatfs v0.3.6 |
| 4279 | 2026-05-18T18:04:10.795Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4280 | 2026-05-18T18:04:10.824Z | Compiling seq-macro v0.3.6 |
| 4281 | 2026-05-18T18:04:14.552Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4282 | 2026-05-18T18:04:14.674Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4283 | 2026-05-18T18:04:15.083Z | Compiling git2 v0.20.4 |
| 4284 | 2026-05-18T18:04:17.298Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4285 | 2026-05-18T18:05:03.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.24s |
| 4286 | 2026-05-18T18:05:04.135Z | |
| 4287 | 2026-05-18T18:05:04.135Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4288 | 2026-05-18T18:05:04.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-18T18:05:04.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-18T18:05:05.027Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4291 | 2026-05-18T18:05:43.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.67s |
| 4292 | 2026-05-18T18:05:44.030Z | |
| 4293 | 2026-05-18T18:05:44.030Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4294 | 2026-05-18T18:05:44.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-18T18:05:44.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-18T18:05:44.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-18T18:05:44.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4298 | 2026-05-18T18:05:44.622Z | |
| 4299 | 2026-05-18T18:05:44.622Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4300 | 2026-05-18T18:05:45.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-18T18:05:45.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-18T18:05:45.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-18T18:05:45.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4304 | 2026-05-18T18:05:45.265Z | |
| 4305 | 2026-05-18T18:05:45.265Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4306 | 2026-05-18T18:05:45.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-18T18:05:45.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-18T18:05:45.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-18T18:05:45.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4310 | 2026-05-18T18:05:45.924Z | |
| 4311 | 2026-05-18T18:05:45.924Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4312 | 2026-05-18T18:05:46.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-18T18:05:46.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-18T18:05:46.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-18T18:05:46.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4316 | 2026-05-18T18:05:46.583Z | |
| 4317 | 2026-05-18T18:05:46.583Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4318 | 2026-05-18T18:05:47.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-18T18:05:47.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-18T18:05:47.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-18T18:05:47.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4322 | 2026-05-18T18:05:47.216Z | |
| 4323 | 2026-05-18T18:05:47.216Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4324 | 2026-05-18T18:05:47.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-18T18:05:47.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-18T18:05:47.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-18T18:05:47.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4328 | 2026-05-18T18:05:47.869Z | |
| 4329 | 2026-05-18T18:05:47.870Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4330 | 2026-05-18T18:05:48.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-18T18:05:48.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-18T18:05:48.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-18T18:05:48.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4334 | 2026-05-18T18:05:48.528Z | |
| 4335 | 2026-05-18T18:05:48.528Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4336 | 2026-05-18T18:05:49.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-18T18:05:49.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-18T18:05:49.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-18T18:05:49.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4340 | 2026-05-18T18:05:49.187Z | |
| 4341 | 2026-05-18T18:05:49.187Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4342 | 2026-05-18T18:05:49.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-18T18:05:49.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-18T18:05:50.082Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4345 | 2026-05-18T18:05:50.082Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4346 | 2026-05-18T18:05:50.272Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4347 | 2026-05-18T18:05:50.303Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4348 | 2026-05-18T18:05:50.323Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4349 | 2026-05-18T18:05:50.338Z | Checking diff v0.1.13 |
| 4350 | 2026-05-18T18:05:50.341Z | Checking yansi v1.0.1 |
| 4351 | 2026-05-18T18:05:50.353Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4352 | 2026-05-18T18:05:50.405Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4353 | 2026-05-18T18:05:50.597Z | Checking pretty_assertions v1.4.1 |
| 4354 | 2026-05-18T18:05:51.235Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4355 | 2026-05-18T18:05:51.385Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4356 | 2026-05-18T18:06:14.978Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4357 | 2026-05-18T18:06:14.981Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4358 | 2026-05-18T18:06:14.981Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4359 | 2026-05-18T18:06:14.981Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4360 | 2026-05-18T18:06:14.981Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4361 | 2026-05-18T18:06:14.981Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4362 | 2026-05-18T18:06:15.812Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4363 | 2026-05-18T18:06:16.910Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4364 | 2026-05-18T18:06:55.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4365 | 2026-05-18T18:06:55.666Z | |
| 4366 | 2026-05-18T18:06:55.666Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4367 | 2026-05-18T18:06:56.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-18T18:06:56.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-18T18:06:56.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4370 | 2026-05-18T18:06:56.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4371 | 2026-05-18T18:06:56.265Z | |
| 4372 | 2026-05-18T18:06:56.265Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4373 | 2026-05-18T18:06:56.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-05-18T18:06:56.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-05-18T18:06:57.043Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4376 | 2026-05-18T18:06:57.166Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4377 | 2026-05-18T18:06:57.169Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4378 | 2026-05-18T18:07:22.894Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4379 | 2026-05-18T18:07:23.279Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4380 | 2026-05-18T18:07:24.961Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4381 | 2026-05-18T18:07:25.418Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4382 | 2026-05-18T18:07:28.360Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4383 | 2026-05-18T18:07:51.091Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4384 | 2026-05-18T18:07:51.796Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4385 | 2026-05-18T18:07:53.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.15s |
| 4386 | 2026-05-18T18:07:53.647Z | |
| 4387 | 2026-05-18T18:07:53.647Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4388 | 2026-05-18T18:07:54.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-18T18:07:54.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-18T18:07:54.378Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4391 | 2026-05-18T18:07:55.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4392 | 2026-05-18T18:07:55.267Z | |
| 4393 | 2026-05-18T18:07:55.267Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4394 | 2026-05-18T18:07:55.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-05-18T18:07:55.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-05-18T18:07:55.933Z | Compiling blake3 v1.8.3 |
| 4397 | 2026-05-18T18:07:56.044Z | Checking arrayvec v0.7.6 |
| 4398 | 2026-05-18T18:07:56.044Z | Checking constant_time_eq v0.4.2 |
| 4399 | 2026-05-18T18:07:56.047Z | Checking arrayref v0.3.9 |
| 4400 | 2026-05-18T18:07:56.067Z | Checking topological-sort v0.2.2 |
| 4401 | 2026-05-18T18:07:56.067Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4402 | 2026-05-18T18:07:56.070Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4403 | 2026-05-18T18:07:56.070Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4404 | 2026-05-18T18:07:56.117Z | Checking shell-words v1.1.1 |
| 4405 | 2026-05-18T18:07:56.823Z | Checking omicron-zone-package v0.12.2 |
| 4406 | 2026-05-18T18:07:57.527Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4407 | 2026-05-18T18:07:58.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s |
| 4408 | 2026-05-18T18:07:58.526Z | |
| 4409 | 2026-05-18T18:07:58.526Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4410 | 2026-05-18T18:07:59.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-05-18T18:07:59.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-05-18T18:07:59.180Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4413 | 2026-05-18T18:07:59.493Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4414 | 2026-05-18T18:07:59.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 4415 | 2026-05-18T18:08:00.081Z | |
| 4416 | 2026-05-18T18:08:00.081Z | info: running `cargo check --bins` on schema (258/276) |
| 4417 | 2026-05-18T18:08:00.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-18T18:08:00.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-18T18:08:00.814Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4420 | 2026-05-18T18:08:01.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 4421 | 2026-05-18T18:08:01.707Z | |
| 4422 | 2026-05-18T18:08:01.707Z | info: running `cargo check --bins` on xtask (259/276) |
| 4423 | 2026-05-18T18:08:02.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-05-18T18:08:02.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-05-18T18:08:02.174Z | Checking libc v0.2.185 |
| 4426 | 2026-05-18T18:08:02.255Z | Checking serde v1.0.228 |
| 4427 | 2026-05-18T18:08:02.260Z | Checking zerofrom v0.1.6 |
| 4428 | 2026-05-18T18:08:02.263Z | Checking bitflags v2.11.0 |
| 4429 | 2026-05-18T18:08:02.270Z | Checking smallvec v1.15.1 |
| 4430 | 2026-05-18T18:08:02.277Z | Checking indexmap v2.14.0 |
| 4431 | 2026-05-18T18:08:02.287Z | Checking serde_json v1.0.149 |
| 4432 | 2026-05-18T18:08:02.290Z | Checking scroll v0.12.0 |
| 4433 | 2026-05-18T18:08:02.357Z | Checking yoke v0.8.1 |
| 4434 | 2026-05-18T18:08:02.408Z | Checking num-traits v0.2.19 |
| 4435 | 2026-05-18T18:08:02.439Z | Checking thiserror v1.0.69 |
| 4436 | 2026-05-18T18:08:02.517Z | Checking log v0.4.29 |
| 4437 | 2026-05-18T18:08:02.527Z | Checking zerovec v0.11.5 |
| 4438 | 2026-05-18T18:08:02.537Z | Checking zerotrie v0.2.3 |
| 4439 | 2026-05-18T18:08:02.537Z | Checking errno v0.3.14 |
| 4440 | 2026-05-18T18:08:02.636Z | Checking serde_spanned v0.6.9 |
| 4441 | 2026-05-18T18:08:02.661Z | Checking toml_datetime v0.6.11 |
| 4442 | 2026-05-18T18:08:02.664Z | Checking rustix v1.1.3 |
| 4443 | 2026-05-18T18:08:02.758Z | Checking percent-encoding v2.3.2 |
| 4444 | 2026-05-18T18:08:02.775Z | Checking goblin v0.8.2 |
| 4445 | 2026-05-18T18:08:02.790Z | Checking zerocopy v0.7.35 |
| 4446 | 2026-05-18T18:08:02.848Z | Checking toml_edit v0.22.27 |
| 4447 | 2026-05-18T18:08:02.877Z | Checking getrandom v0.4.1 |
| 4448 | 2026-05-18T18:08:02.897Z | Checking form_urlencoded v1.2.2 |
| 4449 | 2026-05-18T18:08:02.922Z | Checking ordered-float v2.10.1 |
| 4450 | 2026-05-18T18:08:02.954Z | Checking tinystr v0.8.2 |
| 4451 | 2026-05-18T18:08:03.005Z | Checking potential_utf v0.1.4 |
| 4452 | 2026-05-18T18:08:03.025Z | Checking thiserror v2.0.18 |
| 4453 | 2026-05-18T18:08:03.124Z | Checking syn v2.0.117 |
| 4454 | 2026-05-18T18:08:03.135Z | Checking icu_collections v2.1.1 |
| 4455 | 2026-05-18T18:08:03.137Z | Checking icu_locale_core v2.1.1 |
| 4456 | 2026-05-18T18:08:03.154Z | Checking serde-value v0.7.0 |
| 4457 | 2026-05-18T18:08:03.282Z | Checking dtrace-parser v0.2.0 |
| 4458 | 2026-05-18T18:08:03.354Z | Checking thread-id v4.2.2 |
| 4459 | 2026-05-18T18:08:03.434Z | Checking once_cell v1.21.3 |
| 4460 | 2026-05-18T18:08:03.446Z | Checking cargo-platform v0.2.0 |
| 4461 | 2026-05-18T18:08:03.480Z | Checking terminal_size v0.4.3 |
| 4462 | 2026-05-18T18:08:03.520Z | Checking memmap v0.7.0 |
| 4463 | 2026-05-18T18:08:03.605Z | Checking clap_builder v4.5.60 |
| 4464 | 2026-05-18T18:08:03.609Z | Checking tempfile v3.25.0 |
| 4465 | 2026-05-18T18:08:03.627Z | Checking textwrap v0.16.2 |
| 4466 | 2026-05-18T18:08:03.648Z | Checking fs-err v3.3.0 |
| 4467 | 2026-05-18T18:08:03.699Z | Checking icu_provider v2.1.1 |
| 4468 | 2026-05-18T18:08:03.800Z | Checking camino-tempfile v1.4.1 |
| 4469 | 2026-05-18T18:08:03.823Z | Checking anyhow v1.0.102 |
| 4470 | 2026-05-18T18:08:03.834Z | Checking tabled v0.15.0 |
| 4471 | 2026-05-18T18:08:03.939Z | Checking icu_properties v2.1.2 |
| 4472 | 2026-05-18T18:08:03.950Z | Checking icu_normalizer v2.1.1 |
| 4473 | 2026-05-18T18:08:03.953Z | Checking toml v0.8.23 |
| 4474 | 2026-05-18T18:08:04.017Z | Checking macaddr v1.0.1 |
| 4475 | 2026-05-18T18:08:04.192Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4476 | 2026-05-18T18:08:04.282Z | Checking cargo_toml v0.21.0 |
| 4477 | 2026-05-18T18:08:04.666Z | Checking dof v0.3.0 |
| 4478 | 2026-05-18T18:08:04.736Z | Checking idna_adapter v1.2.1 |
| 4479 | 2026-05-18T18:08:04.785Z | Checking clap v4.5.60 |
| 4480 | 2026-05-18T18:08:04.851Z | Checking idna v1.1.0 |
| 4481 | 2026-05-18T18:08:04.934Z | Checking usdt-impl v0.5.0 |
| 4482 | 2026-05-18T18:08:05.072Z | Checking url v2.5.8 |
| 4483 | 2026-05-18T18:08:05.183Z | Checking usdt v0.5.0 |
| 4484 | 2026-05-18T18:08:05.404Z | Checking cargo-util-schemas v0.8.2 |
| 4485 | 2026-05-18T18:08:06.090Z | Checking cargo_metadata v0.21.0 |
| 4486 | 2026-05-18T18:08:06.686Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4487 | 2026-05-18T18:08:07.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
| 4488 | 2026-05-18T18:08:07.218Z | |
| 4489 | 2026-05-18T18:08:07.218Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4490 | 2026-05-18T18:08:07.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-05-18T18:08:07.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-05-18T18:08:07.866Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4493 | 2026-05-18T18:08:08.337Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4494 | 2026-05-18T18:08:08.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
| 4495 | 2026-05-18T18:08:08.921Z | |
| 4496 | 2026-05-18T18:08:08.921Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4497 | 2026-05-18T18:08:09.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-05-18T18:08:09.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-05-18T18:08:09.729Z | Checking polyval v0.6.2 |
| 4500 | 2026-05-18T18:08:09.855Z | Checking ctr v0.9.2 |
| 4501 | 2026-05-18T18:08:09.865Z | Checking ssh-encoding v0.2.0 |
| 4502 | 2026-05-18T18:08:09.865Z | Checking blowfish v0.9.1 |
| 4503 | 2026-05-18T18:08:09.886Z | Checking password-hash v0.4.2 |
| 4504 | 2026-05-18T18:08:09.901Z | Checking p521 v0.13.3 |
| 4505 | 2026-05-18T18:08:09.904Z | Checking p256 v0.13.2 |
| 4506 | 2026-05-18T18:08:09.929Z | Checking russh-cryptovec v0.7.3 |
| 4507 | 2026-05-18T18:08:09.994Z | Checking ghash v0.5.1 |
| 4508 | 2026-05-18T18:08:10.007Z | Checking bcrypt-pbkdf v0.10.0 |
| 4509 | 2026-05-18T18:08:10.020Z | Checking md5 v0.7.0 |
| 4510 | 2026-05-18T18:08:10.038Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4511 | 2026-05-18T18:08:10.055Z | Checking num-bigint v0.4.6 |
| 4512 | 2026-05-18T18:08:10.103Z | Checking pbkdf2 v0.11.0 |
| 4513 | 2026-05-18T18:08:10.119Z | Checking aes-gcm v0.10.3 |
| 4514 | 2026-05-18T18:08:10.144Z | Checking des v0.8.1 |
| 4515 | 2026-05-18T18:08:10.161Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4516 | 2026-05-18T18:08:10.182Z | Checking hex-literal v0.4.1 |
| 4517 | 2026-05-18T18:08:10.270Z | Checking ssh-cipher v0.2.0 |
| 4518 | 2026-05-18T18:08:10.285Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4519 | 2026-05-18T18:08:10.288Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4520 | 2026-05-18T18:08:10.311Z | Checking socket2 v0.5.10 |
| 4521 | 2026-05-18T18:08:10.314Z | Checking internet-checksum v0.2.1 |
| 4522 | 2026-05-18T18:08:10.436Z | Checking ssh-key v0.6.7 |
| 4523 | 2026-05-18T18:08:10.552Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4524 | 2026-05-18T18:08:11.063Z | Checking russh-keys v0.45.0 |
| 4525 | 2026-05-18T18:08:11.604Z | Checking russh v0.45.0 |
| 4526 | 2026-05-18T18:08:27.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.89s |
| 4527 | 2026-05-18T18:08:28.024Z | |
| 4528 | 2026-05-18T18:08:28.024Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4529 | 2026-05-18T18:08:28.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-05-18T18:08:28.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-05-18T18:08:28.676Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4532 | 2026-05-18T18:08:28.787Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4533 | 2026-05-18T18:08:28.794Z | Checking termios v0.3.3 |
| 4534 | 2026-05-18T18:08:29.980Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4535 | 2026-05-18T18:08:30.124Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4536 | 2026-05-18T18:08:31.917Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4537 | 2026-05-18T18:08:32.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
| 4538 | 2026-05-18T18:08:32.671Z | |
| 4539 | 2026-05-18T18:08:32.671Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4540 | 2026-05-18T18:08:33.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-05-18T18:08:33.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-05-18T18:08:33.394Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4543 | 2026-05-18T18:08:33.509Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4544 | 2026-05-18T18:08:33.518Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4545 | 2026-05-18T18:08:33.520Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4546 | 2026-05-18T18:08:33.532Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4547 | 2026-05-18T18:08:33.535Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4548 | 2026-05-18T18:08:34.247Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4549 | 2026-05-18T18:08:34.581Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4550 | 2026-05-18T18:08:34.584Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4551 | 2026-05-18T18:08:35.208Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4552 | 2026-05-18T18:08:36.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 4553 | 2026-05-18T18:08:37.042Z | |
| 4554 | 2026-05-18T18:08:37.042Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4555 | 2026-05-18T18:08:37.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-05-18T18:08:37.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-05-18T18:08:37.682Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4558 | 2026-05-18T18:08:38.124Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4559 | 2026-05-18T18:08:38.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
| 4560 | 2026-05-18T18:08:38.619Z | |
| 4561 | 2026-05-18T18:08:38.619Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4562 | 2026-05-18T18:08:39.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-18T18:08:39.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-18T18:08:39.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4565 | 2026-05-18T18:08:39.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4566 | 2026-05-18T18:08:39.215Z | |
| 4567 | 2026-05-18T18:08:39.215Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4568 | 2026-05-18T18:08:39.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-18T18:08:39.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-18T18:08:39.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-05-18T18:08:39.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4572 | 2026-05-18T18:08:39.816Z | |
| 4573 | 2026-05-18T18:08:39.816Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4574 | 2026-05-18T18:08:40.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-18T18:08:40.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-18T18:08:40.572Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4577 | 2026-05-18T18:08:41.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4578 | 2026-05-18T18:08:41.373Z | |
| 4579 | 2026-05-18T18:08:41.373Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4580 | 2026-05-18T18:08:41.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-05-18T18:08:41.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-05-18T18:08:42.028Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4583 | 2026-05-18T18:08:42.031Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4584 | 2026-05-18T18:08:42.304Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4585 | 2026-05-18T18:08:42.307Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4586 | 2026-05-18T18:08:43.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 4587 | 2026-05-18T18:08:43.278Z | |
| 4588 | 2026-05-18T18:08:43.278Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4589 | 2026-05-18T18:08:43.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-18T18:08:43.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-18T18:08:43.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-05-18T18:08:43.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4593 | 2026-05-18T18:08:43.866Z | |
| 4594 | 2026-05-18T18:08:43.866Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4595 | 2026-05-18T18:08:44.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-18T18:08:44.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-18T18:08:44.547Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4598 | 2026-05-18T18:08:45.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4599 | 2026-05-18T18:08:45.817Z | |
| 4600 | 2026-05-18T18:08:45.817Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4601 | 2026-05-18T18:08:46.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-05-18T18:08:46.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-05-18T18:08:46.605Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4604 | 2026-05-18T18:08:46.952Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4605 | 2026-05-18T18:08:47.453Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4606 | 2026-05-18T18:08:47.453Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4607 | 2026-05-18T18:08:53.350Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4608 | 2026-05-18T18:08:53.350Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4609 | 2026-05-18T18:08:53.913Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4610 | 2026-05-18T18:08:53.914Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4611 | 2026-05-18T18:08:53.916Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4612 | 2026-05-18T18:08:53.917Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4613 | 2026-05-18T18:08:54.715Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4614 | 2026-05-18T18:08:55.643Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4615 | 2026-05-18T18:08:56.409Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4616 | 2026-05-18T18:08:57.010Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4617 | 2026-05-18T18:09:01.297Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4618 | 2026-05-18T18:09:07.726Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4619 | 2026-05-18T18:09:07.728Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4620 | 2026-05-18T18:09:07.728Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4621 | 2026-05-18T18:09:07.728Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4622 | 2026-05-18T18:09:09.222Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4623 | 2026-05-18T18:09:10.551Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4624 | 2026-05-18T18:09:11.230Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4625 | 2026-05-18T18:09:12.462Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4626 | 2026-05-18T18:09:13.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.18s |
| 4627 | 2026-05-18T18:09:13.218Z | |
| 4628 | 2026-05-18T18:09:13.218Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4629 | 2026-05-18T18:09:13.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-05-18T18:09:13.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-05-18T18:09:13.936Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4632 | 2026-05-18T18:09:13.939Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4633 | 2026-05-18T18:09:14.061Z | Checking rtoolbox v0.0.3 |
| 4634 | 2026-05-18T18:09:14.068Z | Checking tui-tree-widget v0.23.1 |
| 4635 | 2026-05-18T18:09:14.164Z | Checking rpassword v7.4.0 |
| 4636 | 2026-05-18T18:09:15.169Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4637 | 2026-05-18T18:09:18.118Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4638 | 2026-05-18T18:09:19.939Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4639 | 2026-05-18T18:09:20.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.60s |
| 4640 | 2026-05-18T18:09:21.031Z | |
| 4641 | 2026-05-18T18:09:21.031Z | info: running `cargo check --bins` on wicket (273/276) |
| 4642 | 2026-05-18T18:09:21.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-05-18T18:09:21.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-05-18T18:09:21.722Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4645 | 2026-05-18T18:09:22.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 4646 | 2026-05-18T18:09:22.291Z | |
| 4647 | 2026-05-18T18:09:22.291Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4648 | 2026-05-18T18:09:22.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4649 | 2026-05-18T18:09:22.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4650 | 2026-05-18T18:09:23.020Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4651 | 2026-05-18T18:09:23.023Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4652 | 2026-05-18T18:09:23.023Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4653 | 2026-05-18T18:09:23.023Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4654 | 2026-05-18T18:09:24.000Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4655 | 2026-05-18T18:09:24.569Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4656 | 2026-05-18T18:09:27.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
| 4657 | 2026-05-18T18:09:27.692Z | |
| 4658 | 2026-05-18T18:09:27.693Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4659 | 2026-05-18T18:09:28.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-18T18:09:28.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-18T18:09:28.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4662 | 2026-05-18T18:09:28.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4663 | 2026-05-18T18:09:28.287Z | |
| 4664 | 2026-05-18T18:09:28.287Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4665 | 2026-05-18T18:09:28.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4666 | 2026-05-18T18:09:28.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4667 | 2026-05-18T18:09:28.963Z | Checking uzers v0.12.2 |
| 4668 | 2026-05-18T18:09:29.232Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4669 | 2026-05-18T18:09:29.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4670 | 2026-05-18T18:09:30.177Z | |
| 4671 | 2026-05-18T18:09:30.180Z | real 14:11.095324613 |
| 4672 | 2026-05-18T18:09:30.180Z | user 20:37.905467522 |
| 4673 | 2026-05-18T18:09:30.180Z | sys 4:14.457189263 |
| 4674 | 2026-05-18T18:09:30.180Z | trap 0.325197776 |
| 4675 | 2026-05-18T18:09:30.180Z | tflt 0.764505213 |
| 4676 | 2026-05-18T18:09:30.180Z | dflt 1.260250127 |
| 4677 | 2026-05-18T18:09:30.180Z | kflt 0.005589292 |
| 4678 | 2026-05-18T18:09:30.180Z | lock 1:17:28.475056984 |
| 4679 | 2026-05-18T18:09:30.180Z | slp 1:38:28.949418801 |
| 4680 | 2026-05-18T18:09:30.180Z | lat 54.894274505 |
| 4681 | 2026-05-18T18:09:30.180Z | stop 3:31.613980712 |
| 4682 | 2026-05-18T18:09:30.180Z | process exited: duration 985562 ms, exit code 0 |
| |
| 4683 | 2026-05-18T18:09:30.187Z | found 0 output files |