|
|
|
| 1 | 2026-05-22T15:38:00.782Z | job assigned to worker 01KS85AY2QFRYF2AW9F6AEMADC [factory aws, i-057ae41837d8da80a] (queued for 48 s) |
| |
| 2 | 2026-05-22T15:38:07.314Z | starting task 0: "setup" |
| 3 | 2026-05-22T15:38:07.319Z | ++ uname -s |
| 4 | 2026-05-22T15:38:07.322Z | + kern=SunOS |
| 5 | 2026-05-22T15:38:07.322Z | + build_user=build |
| 6 | 2026-05-22T15:38:07.322Z | + build_uid=12345 |
| 7 | 2026-05-22T15:38:07.322Z | + work_dir=/work |
| 8 | 2026-05-22T15:38:07.322Z | + input_dir=/input |
| 9 | 2026-05-22T15:38:07.322Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-22T15:38:07.322Z | + case "$kern" in |
| 11 | 2026-05-22T15:38:07.322Z | + groupadd -g 12345 build |
| 12 | 2026-05-22T15:38:07.333Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-22T15:38:09.340Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-22T15:38:09.396Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-22T15:38:09.399Z | + home_fs=zfs |
| 16 | 2026-05-22T15:38:09.399Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-22T15:38:09.399Z | + mkdir -p /home/build |
| 18 | 2026-05-22T15:38:09.399Z | + chown build:build /home/build /work |
| 19 | 2026-05-22T15:38:11.400Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-22T15:38:11.403Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-05-22T15:38:11.408Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-22T15:38:11.412Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-22T15:38:11.412Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-22T15:38:11.412Z | * rust toolchain profile = "default" |
| 25 | 2026-05-22T15:38:11.415Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-22T15:38:11.415Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-22T15:38:11.415Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-22T15:38:11.415Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-22T15:38:11.415Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-22T15:38:11.519Z | info: downloading installer |
| 31 | 2026-05-22T15:38:13.116Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-22T15:38:13.117Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-22T15:38:13.117Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-22T15:38:13.117Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-22T15:38:13.129Z | info: profile set to default |
| 36 | 2026-05-22T15:38:13.129Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-22T15:38:13.132Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-22T15:38:13.269Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-22T15:38:13.272Z | info: downloading 6 components |
| 40 | 2026-05-22T15:38:27.809Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-22T15:38:27.809Z | |
| 42 | 2026-05-22T15:38:27.840Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-22T15:38:27.840Z | |
| 44 | 2026-05-22T15:38:27.840Z | |
| 45 | 2026-05-22T15:38:27.840Z | Rust is installed now. Great! |
| 46 | 2026-05-22T15:38:27.840Z | |
| 47 | 2026-05-22T15:38:27.843Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-22T15:38:27.843Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-22T15:38:27.843Z | |
| 50 | 2026-05-22T15:38:27.843Z | To configure your current shell, you need to source |
| 51 | 2026-05-22T15:38:27.843Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-22T15:38:27.843Z | |
| 53 | 2026-05-22T15:38:27.843Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-22T15:38:27.843Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-22T15:38:27.843Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-22T15:38:27.843Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-22T15:38:27.843Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-22T15:38:27.843Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-22T15:38:27.843Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-22T15:38:27.843Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-22T15:38:27.843Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-22T15:38:27.928Z | + rustup --version |
| 63 | 2026-05-22T15:38:27.937Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-22T15:38:27.940Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-22T15:38:27.960Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-22T15:38:27.963Z | + cargo --version |
| 67 | 2026-05-22T15:38:27.977Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-22T15:38:27.979Z | + rustc --version |
| 69 | 2026-05-22T15:38:27.999Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-22T15:38:28.003Z | process exited: duration 16593 ms, exit code 0 |
| |
| 71 | 2026-05-22T15:38:28.008Z | starting task 2: "authentication" |
| 72 | 2026-05-22T15:38:28.025Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-22T15:38:28.030Z | starting task 3: "clone repository" |
| 74 | 2026-05-22T15:38:28.034Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-22T15:38:28.037Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-22T15:38:28.075Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-22T15:38:38.564Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-22T15:38:38.564Z | + git fetch origin 8ca839ac1900af54c53d970939d11dee36717552 |
| 79 | 2026-05-22T15:38:38.859Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-22T15:38:38.859Z | * branch 8ca839ac1900af54c53d970939d11dee36717552 -> FETCH_HEAD |
| 81 | 2026-05-22T15:38:38.869Z | + [[ -n jmcarp/block-size-docs ]] |
| 82 | 2026-05-22T15:38:38.871Z | ++ git branch --show-current |
| 83 | 2026-05-22T15:38:38.871Z | + current=main |
| 84 | 2026-05-22T15:38:38.871Z | + [[ main != jmcarp/block-size-docs ]] |
| 85 | 2026-05-22T15:38:38.871Z | + git branch -f jmcarp/block-size-docs 8ca839ac1900af54c53d970939d11dee36717552 |
| 86 | 2026-05-22T15:38:38.874Z | + git checkout -f jmcarp/block-size-docs |
| 87 | 2026-05-22T15:38:39.110Z | Switched to branch 'jmcarp/block-size-docs' |
| 88 | 2026-05-22T15:38:39.113Z | + git reset --hard 8ca839ac1900af54c53d970939d11dee36717552 |
| 89 | 2026-05-22T15:38:39.126Z | HEAD is now at 8ca839ac1 Fix generated block size docs. |
| 90 | 2026-05-22T15:38:39.129Z | process exited: duration 11096 ms, exit code 0 |
| |
| 91 | 2026-05-22T15:38:39.135Z | starting task 4: "build" |
| 92 | 2026-05-22T15:38:39.139Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-22T15:38:39.141Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-22T15:38:39.141Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-22T15:38:39.141Z | + cargo --version |
| 96 | 2026-05-22T15:38:39.148Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-22T15:38:39.151Z | + rustc --version |
| 98 | 2026-05-22T15:38:39.172Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-22T15:38:39.174Z | + source ./env.sh |
| 100 | 2026-05-22T15:38:39.174Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-22T15:38:39.174Z | ++ set -o xtrace |
| 102 | 2026-05-22T15:38:39.177Z | ++++ dirname ./env.sh |
| 103 | 2026-05-22T15:38:39.188Z | +++ readlink -f . |
| 104 | 2026-05-22T15:38:39.192Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ 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-22T15:38:39.195Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-22T15:38:39.195Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-22T15:38:39.195Z | + 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-22T15:38:39.195Z | + 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-22T15:38:39.195Z | + banner prerequisites |
| 118 | 2026-05-22T15:38:39.195Z | |
| 119 | 2026-05-22T15:38:39.195Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-22T15:38:39.195Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-22T15:38:39.195Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-22T15:38:39.195Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-22T15:38:39.195Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-22T15:38:39.195Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-22T15:38:39.196Z | |
| 126 | 2026-05-22T15:38:39.196Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-22T15:38:40.787Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-22T15:38:40.849Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-22T15:38:41.082Z | Planning: Solver setup ... Done (0.199s) |
| 130 | 2026-05-22T15:38:41.100Z | Planning: Running solver ... Done (0.018s) |
| 131 | 2026-05-22T15:38:41.107Z | Planning: Finding local manifests ... Done (0.002s) |
| 132 | 2026-05-22T15:38:41.119Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-22T15:38:41.135Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-22T15:38:41.148Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-22T15:38:41.151Z | Planning: Merging actions ... Done (0.002s) |
| 136 | 2026-05-22T15:38:41.349Z | Planning: Checking for conflicting actions ... Done (0.199s) |
| 137 | 2026-05-22T15:38:41.352Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-22T15:38:41.972Z | Planning: Evaluating mediators ... Done (0.623s) |
| 139 | 2026-05-22T15:38:41.975Z | Planning: Planning completed in 1.11 seconds |
| 140 | 2026-05-22T15:38:41.982Z | Packages to install: 2 |
| 141 | 2026-05-22T15:38:41.984Z | Estimated space available: 156.07 GB |
| 142 | 2026-05-22T15:38:41.984Z | Estimated space to be consumed: 21.14 MB |
| 143 | 2026-05-22T15:38:41.984Z | Create boot environment: No |
| 144 | 2026-05-22T15:38:41.984Z | Create backup boot environment: No |
| 145 | 2026-05-22T15:38:41.984Z | Rebuild boot archive: No |
| 146 | 2026-05-22T15:38:41.984Z | |
| 147 | 2026-05-22T15:38:41.984Z | Changed packages: |
| 148 | 2026-05-22T15:38:41.984Z | helios |
| 149 | 2026-05-22T15:38:41.985Z | developer/build-essential |
| 150 | 2026-05-22T15:38:41.985Z | None -> 11-3.0 |
| 151 | 2026-05-22T15:38:41.985Z | library/libxmlsec1 |
| 152 | 2026-05-22T15:38:41.985Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-22T15:38:42.006Z | |
| 154 | 2026-05-22T15:38:42.006Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-22T15:38:42.544Z | Download: Completed 1.28 MB in 0.54 seconds (2.4M/s) |
| 156 | 2026-05-22T15:38:42.588Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-22T15:38:42.639Z | Actions: Completed 268 actions in 0.05 seconds. |
| 158 | 2026-05-22T15:38:42.645Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-22T15:38:42.648Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-22T15:38:42.663Z | Finalize: Updating image state ... Done (0.017s) |
| 161 | 2026-05-22T15:38:45.026Z | Finalize: Creating fast lookup database ... Done (2.341s) |
| 162 | 2026-05-22T15:38:45.099Z | Finalize: Reading search index ... Done (0.012s) |
| 163 | 2026-05-22T15:38:45.102Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-22T15:38:45.161Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-22T15:38:45.460Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-22T15:38:45.567Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-22T15:38:45.570Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-22T15:38:45.728Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-22T15:38:45.731Z | Planning: Planning completed in 0.27 seconds |
| 170 | 2026-05-22T15:38:45.750Z | Mediators to change: 2 |
| 171 | 2026-05-22T15:38:45.751Z | Create boot environment: No |
| 172 | 2026-05-22T15:38:45.754Z | Create backup boot environment: No |
| 173 | 2026-05-22T15:38:45.786Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-22T15:38:45.786Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-22T15:38:45.796Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-22T15:38:47.788Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-22T15:38:47.851Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-22T15:38:47.854Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-22T15:38:47.932Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-22T15:38:48.221Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-22T15:38:48.327Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-22T15:38:48.330Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-22T15:38:48.485Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-22T15:38:48.488Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-22T15:38:48.508Z | Mediators to change: 1 |
| 186 | 2026-05-22T15:38:48.511Z | Create boot environment: No |
| 187 | 2026-05-22T15:38:48.511Z | Create backup boot environment: No |
| 188 | 2026-05-22T15:38:48.557Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-22T15:38:48.557Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-22T15:38:48.567Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-22T15:38:50.549Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-22T15:38:50.610Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-22T15:38:50.613Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-22T15:38:50.750Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-22T15:38:51.068Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-22T15:38:51.068Z | apache system 2.4 system |
| 197 | 2026-05-22T15:38:51.068Z | clang system 15 system |
| 198 | 2026-05-22T15:38:51.068Z | csh system system illumos |
| 199 | 2026-05-22T15:38:51.068Z | ctags system system illumos |
| 200 | 2026-05-22T15:38:51.069Z | file vendor vendor darwinsys |
| 201 | 2026-05-22T15:38:51.069Z | file system system illumos |
| 202 | 2026-05-22T15:38:51.069Z | gcc vendor 14 vendor |
| 203 | 2026-05-22T15:38:51.069Z | gcc system 13 system |
| 204 | 2026-05-22T15:38:51.069Z | gcc system 10 system |
| 205 | 2026-05-22T15:38:51.069Z | go system 1.25 system |
| 206 | 2026-05-22T15:38:51.069Z | llvm system 15 system |
| 207 | 2026-05-22T15:38:51.069Z | mariadb system 11.4 system |
| 208 | 2026-05-22T15:38:51.069Z | mta vendor vendor dma |
| 209 | 2026-05-22T15:38:51.069Z | openjdk system 17 system |
| 210 | 2026-05-22T15:38:51.069Z | openjdk system 11 system |
| 211 | 2026-05-22T15:38:51.069Z | openssl vendor 3 vendor |
| 212 | 2026-05-22T15:38:51.069Z | perl system 5.40 system |
| 213 | 2026-05-22T15:38:51.069Z | postgresql system 18 system |
| 214 | 2026-05-22T15:38:51.069Z | postgresql system 17 system |
| 215 | 2026-05-22T15:38:51.070Z | python vendor 3 vendor |
| 216 | 2026-05-22T15:38:51.070Z | python system 2 system |
| 217 | 2026-05-22T15:38:51.070Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-22T15:38:51.070Z | ruby system 3.4 system |
| 219 | 2026-05-22T15:38:51.070Z | ruby system 3.0 system |
| 220 | 2026-05-22T15:38:51.070Z | words vendor vendor american-english |
| 221 | 2026-05-22T15:38:51.070Z | words system system australian-english |
| 222 | 2026-05-22T15:38:51.070Z | words system system british-english |
| 223 | 2026-05-22T15:38:51.070Z | words system system canadian-english |
| 224 | 2026-05-22T15:38:51.070Z | words system system french |
| 225 | 2026-05-22T15:38:51.070Z | words system system italian |
| 226 | 2026-05-22T15:38:51.070Z | words system system ngerman |
| 227 | 2026-05-22T15:38:51.070Z | words system system ogerman |
| 228 | 2026-05-22T15:38:51.070Z | words system system spanish |
| 229 | 2026-05-22T15:38:51.330Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-22T15:38:51.330Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-22T15:38:51.608Z | FMRI IFO |
| 232 | 2026-05-22T15:38:51.608Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-22T15:38:51.608Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-22T15:38:51.608Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-22T15:38:51.608Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-22T15:38:51.608Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-22T15:38:51.608Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-22T15:38:51.608Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-22T15:38:51.608Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-22T15:38:51.608Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-22T15:38:51.865Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-22T15:38:52.131Z | Updating crates.io index |
| 243 | 2026-05-22T15:38:52.134Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-22T15:38:52.410Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-22T15:38:53.325Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-22T15:38:53.654Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-22T15:38:54.758Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-22T15:38:55.246Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-22T15:38:57.077Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-22T15:38:57.911Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-22T15:38:58.183Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-22T15:38:59.136Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-22T15:38:59.534Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-22T15:38:59.841Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-22T15:39:00.226Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-22T15:39:01.143Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-22T15:39:01.629Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-22T15:39:01.883Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-22T15:39:02.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-22T15:39:02.664Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-22T15:39:03.070Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-22T15:39:03.314Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-22T15:39:03.563Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-22T15:39:03.825Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-22T15:39:04.172Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-22T15:39:04.575Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-22T15:39:05.178Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-22T15:39:05.664Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-22T15:39:06.187Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-22T15:39:07.115Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-22T15:39:07.659Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-22T15:39:08.145Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-22T15:39:08.583Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-22T15:39:08.910Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-22T15:39:09.257Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-22T15:39:09.566Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-22T15:39:10.163Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-22T15:39:10.441Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-22T15:39:10.711Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-22T15:39:10.964Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-22T15:39:11.338Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-22T15:39:22.897Z | Downloading crates ... |
| 283 | 2026-05-22T15:39:22.942Z | Downloaded cargo-platform v0.2.0 |
| 284 | 2026-05-22T15:39:22.950Z | Downloaded anstyle-parse v0.2.7 |
| 285 | 2026-05-22T15:39:22.952Z | Downloaded bitflags v2.11.0 |
| 286 | 2026-05-22T15:39:22.955Z | Downloaded scroll v0.12.0 |
| 287 | 2026-05-22T15:39:22.955Z | Downloaded dtrace-parser v0.2.0 |
| 288 | 2026-05-22T15:39:22.958Z | Downloaded errno v0.3.14 |
| 289 | 2026-05-22T15:39:22.961Z | Downloaded terminal_size v0.4.3 |
| 290 | 2026-05-22T15:39:22.961Z | Downloaded stable_deref_trait v1.2.1 |
| 291 | 2026-05-22T15:39:22.961Z | Downloaded cpufeatures v0.2.17 |
| 292 | 2026-05-22T15:39:22.964Z | Downloaded clap_lex v1.0.0 |
| 293 | 2026-05-22T15:39:22.966Z | Downloaded pretty-hex v0.4.1 |
| 294 | 2026-05-22T15:39:22.970Z | Downloaded idna_adapter v1.2.1 |
| 295 | 2026-05-22T15:39:22.973Z | Downloaded crypto-common v0.1.7 |
| 296 | 2026-05-22T15:39:22.973Z | Downloaded zerofrom v0.1.6 |
| 297 | 2026-05-22T15:39:22.976Z | Downloaded dof v0.3.0 |
| 298 | 2026-05-22T15:39:22.976Z | Downloaded colorchoice v1.0.4 |
| 299 | 2026-05-22T15:39:22.980Z | Downloaded yoke-derive v0.8.1 |
| 300 | 2026-05-22T15:39:22.983Z | Downloaded serde_tokenstream v0.2.3 |
| 301 | 2026-05-22T15:39:22.986Z | Downloaded semver v1.0.28 |
| 302 | 2026-05-22T15:39:22.988Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-05-22T15:39:22.988Z | Downloaded toml_write v0.1.2 |
| 304 | 2026-05-22T15:39:22.991Z | Downloaded anstream v0.6.21 |
| 305 | 2026-05-22T15:39:22.991Z | Downloaded utf8_iter v1.0.4 |
| 306 | 2026-05-22T15:39:22.991Z | Downloaded icu_normalizer_data v2.1.1 |
| 307 | 2026-05-22T15:39:22.994Z | Downloaded clap_derive v4.5.55 |
| 308 | 2026-05-22T15:39:22.994Z | Downloaded cargo-util-schemas v0.8.2 |
| 309 | 2026-05-22T15:39:22.997Z | Downloaded usdt v0.5.0 |
| 310 | 2026-05-22T15:39:22.997Z | Downloaded proc-macro2 v1.0.106 |
| 311 | 2026-05-22T15:39:22.999Z | Downloaded version_check v0.9.5 |
| 312 | 2026-05-22T15:39:22.999Z | Downloaded displaydoc v0.2.5 |
| 313 | 2026-05-22T15:39:22.999Z | Downloaded zerotrie v0.2.3 |
| 314 | 2026-05-22T15:39:23.002Z | Downloaded utf8parse v0.2.2 |
| 315 | 2026-05-22T15:39:23.002Z | Downloaded thiserror v1.0.69 |
| 316 | 2026-05-22T15:39:23.005Z | Downloaded zerofrom-derive v0.1.6 |
| 317 | 2026-05-22T15:39:23.005Z | Downloaded typenum v1.19.0 |
| 318 | 2026-05-22T15:39:23.008Z | Downloaded plain v0.2.3 |
| 319 | 2026-05-22T15:39:23.008Z | Downloaded serde-value v0.7.0 |
| 320 | 2026-05-22T15:39:23.008Z | Downloaded fnv v1.0.7 |
| 321 | 2026-05-22T15:39:23.011Z | Downloaded usdt-attr-macro v0.5.0 |
| 322 | 2026-05-22T15:39:23.011Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-05-22T15:39:23.011Z | Downloaded usdt-macro v0.5.0 |
| 324 | 2026-05-22T15:39:23.011Z | Downloaded cargo_metadata v0.21.0 |
| 325 | 2026-05-22T15:39:23.014Z | Downloaded typeid v1.0.3 |
| 326 | 2026-05-22T15:39:23.014Z | Downloaded toml_datetime v0.6.11 |
| 327 | 2026-05-22T15:39:23.014Z | Downloaded tabled_derive v0.7.0 |
| 328 | 2026-05-22T15:39:23.014Z | Downloaded proc-macro-error-attr v1.0.4 |
| 329 | 2026-05-22T15:39:23.017Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-05-22T15:39:23.017Z | Downloaded unicode-xid v0.2.6 |
| 331 | 2026-05-22T15:39:23.017Z | Downloaded zmij v1.0.21 |
| 332 | 2026-05-22T15:39:23.017Z | Downloaded writeable v0.6.2 |
| 333 | 2026-05-22T15:39:23.020Z | Downloaded zerovec-derive v0.11.2 |
| 334 | 2026-05-22T15:39:23.020Z | Downloaded smawk v0.3.2 |
| 335 | 2026-05-22T15:39:23.020Z | Downloaded potential_utf v0.1.4 |
| 336 | 2026-05-22T15:39:23.022Z | Downloaded scroll_derive v0.12.1 |
| 337 | 2026-05-22T15:39:23.022Z | Downloaded thiserror-impl v2.0.18 |
| 338 | 2026-05-22T15:39:23.022Z | Downloaded getrandom v0.4.1 |
| 339 | 2026-05-22T15:39:23.027Z | Downloaded yoke v0.8.1 |
| 340 | 2026-05-22T15:39:23.027Z | Downloaded thiserror-impl v1.0.69 |
| 341 | 2026-05-22T15:39:23.029Z | Downloaded ordered-float v2.10.1 |
| 342 | 2026-05-22T15:39:23.029Z | Downloaded serde_spanned v0.6.9 |
| 343 | 2026-05-22T15:39:23.029Z | Downloaded percent-encoding v2.3.2 |
| 344 | 2026-05-22T15:39:23.029Z | Downloaded block-buffer v0.10.4 |
| 345 | 2026-05-22T15:39:23.030Z | Downloaded cfg-if v1.0.4 |
| 346 | 2026-05-22T15:39:23.030Z | Downloaded tinystr v0.8.2 |
| 347 | 2026-05-22T15:39:23.032Z | Downloaded zerocopy-derive v0.7.35 |
| 348 | 2026-05-22T15:39:23.035Z | Downloaded thiserror v2.0.18 |
| 349 | 2026-05-22T15:39:23.037Z | Downloaded toml v0.8.23 |
| 350 | 2026-05-22T15:39:23.040Z | Downloaded heck v0.4.1 |
| 351 | 2026-05-22T15:39:23.043Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-05-22T15:39:23.043Z | Downloaded textwrap v0.16.2 |
| 353 | 2026-05-22T15:39:23.046Z | Downloaded strsim v0.11.1 |
| 354 | 2026-05-22T15:39:23.049Z | Downloaded ucd-trie v0.1.7 |
| 355 | 2026-05-22T15:39:23.049Z | Downloaded heck v0.5.0 |
| 356 | 2026-05-22T15:39:23.052Z | Downloaded swrite v0.1.0 |
| 357 | 2026-05-22T15:39:23.052Z | Downloaded form_urlencoded v1.2.2 |
| 358 | 2026-05-22T15:39:23.052Z | Downloaded icu_collections v2.1.1 |
| 359 | 2026-05-22T15:39:23.055Z | Downloaded toml_edit v0.22.27 |
| 360 | 2026-05-22T15:39:23.058Z | Downloaded itoa v1.0.17 |
| 361 | 2026-05-22T15:39:23.060Z | Downloaded anstyle v1.0.13 |
| 362 | 2026-05-22T15:39:23.060Z | Downloaded clap v4.5.60 |
| 363 | 2026-05-22T15:39:23.064Z | Downloaded macaddr v1.0.1 |
| 364 | 2026-05-22T15:39:23.066Z | Downloaded equivalent v1.0.2 |
| 365 | 2026-05-22T15:39:23.069Z | Downloaded url v2.5.8 |
| 366 | 2026-05-22T15:39:23.069Z | Downloaded fastrand v2.3.0 |
| 367 | 2026-05-22T15:39:23.072Z | Downloaded bytecount v0.6.9 |
| 368 | 2026-05-22T15:39:23.072Z | Downloaded is_terminal_polyfill v1.70.2 |
| 369 | 2026-05-22T15:39:23.072Z | Downloaded autocfg v1.5.0 |
| 370 | 2026-05-22T15:39:23.075Z | Downloaded memmap v0.7.0 |
| 371 | 2026-05-22T15:39:23.075Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-05-22T15:39:23.077Z | Downloaded generic-array v0.14.7 |
| 373 | 2026-05-22T15:39:23.080Z | Downloaded camino-tempfile v1.4.1 |
| 374 | 2026-05-22T15:39:23.083Z | Downloaded synstructure v0.13.2 |
| 375 | 2026-05-22T15:39:23.086Z | Downloaded zerocopy v0.7.35 |
| 376 | 2026-05-22T15:39:23.093Z | Downloaded winnow v0.7.14 |
| 377 | 2026-05-22T15:39:23.099Z | Downloaded sha2 v0.10.9 |
| 378 | 2026-05-22T15:39:23.101Z | Downloaded serde-untagged v0.1.9 |
| 379 | 2026-05-22T15:39:23.101Z | Downloaded anstyle-query v1.1.5 |
| 380 | 2026-05-22T15:39:23.104Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-05-22T15:39:23.107Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2026-05-22T15:39:23.109Z | Downloaded serde_derive v1.0.228 |
| 383 | 2026-05-22T15:39:23.110Z | Downloaded cargo_toml v0.21.0 |
| 384 | 2026-05-22T15:39:23.112Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-05-22T15:39:23.115Z | Downloaded digest v0.10.7 |
| 386 | 2026-05-22T15:39:23.115Z | Downloaded quote v1.0.45 |
| 387 | 2026-05-22T15:39:23.118Z | Downloaded fs-err v3.3.0 |
| 388 | 2026-05-22T15:39:23.118Z | Downloaded erased-serde v0.4.9 |
| 389 | 2026-05-22T15:39:23.121Z | Downloaded byteorder v1.5.0 |
| 390 | 2026-05-22T15:39:23.121Z | Downloaded camino v1.2.2 |
| 391 | 2026-05-22T15:39:23.128Z | Downloaded tempfile v3.25.0 |
| 392 | 2026-05-22T15:39:23.130Z | Downloaded litemap v0.8.1 |
| 393 | 2026-05-22T15:39:23.133Z | Downloaded memchr v2.8.0 |
| 394 | 2026-05-22T15:39:23.136Z | Downloaded once_cell v1.21.3 |
| 395 | 2026-05-22T15:39:23.141Z | Downloaded pest_derive v2.8.6 |
| 396 | 2026-05-22T15:39:23.144Z | Downloaded smallvec v1.15.1 |
| 397 | 2026-05-22T15:39:23.147Z | Downloaded pest_generator v2.8.6 |
| 398 | 2026-05-22T15:39:23.157Z | Downloaded icu_properties v2.1.2 |
| 399 | 2026-05-22T15:39:23.160Z | Downloaded icu_provider v2.1.1 |
| 400 | 2026-05-22T15:39:23.162Z | Downloaded log v0.4.29 |
| 401 | 2026-05-22T15:39:23.162Z | Downloaded num-traits v0.2.19 |
| 402 | 2026-05-22T15:39:23.169Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-05-22T15:39:23.171Z | Downloaded papergrid v0.11.0 |
| 404 | 2026-05-22T15:39:23.174Z | Downloaded anyhow v1.0.102 |
| 405 | 2026-05-22T15:39:23.177Z | Downloaded icu_normalizer v2.1.1 |
| 406 | 2026-05-22T15:39:23.179Z | Downloaded serde v1.0.228 |
| 407 | 2026-05-22T15:39:23.183Z | Downloaded pest_meta v2.8.6 |
| 408 | 2026-05-22T15:39:23.207Z | Downloaded icu_locale_core v2.1.1 |
| 409 | 2026-05-22T15:39:23.216Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-22T15:39:23.227Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-22T15:39:23.240Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-22T15:39:23.243Z | Downloaded clap_builder v4.5.60 |
| 413 | 2026-05-22T15:39:23.246Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-22T15:39:23.250Z | Downloaded serde_json v1.0.149 |
| 415 | 2026-05-22T15:39:23.254Z | Downloaded syn v1.0.109 |
| 416 | 2026-05-22T15:39:23.259Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-22T15:39:23.266Z | Downloaded goblin v0.8.2 |
| 418 | 2026-05-22T15:39:23.269Z | Downloaded tabled v0.15.0 |
| 419 | 2026-05-22T15:39:23.286Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-22T15:39:23.304Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-22T15:39:23.327Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-22T15:39:23.398Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-22T15:39:23.400Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-22T15:39:23.400Z | Compiling quote v1.0.45 |
| 425 | 2026-05-22T15:39:23.400Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-22T15:39:23.400Z | Compiling libc v0.2.185 |
| 427 | 2026-05-22T15:39:23.400Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-22T15:39:23.400Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-22T15:39:23.400Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-22T15:39:23.726Z | Compiling serde v1.0.228 |
| 431 | 2026-05-22T15:39:23.741Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-22T15:39:23.974Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-22T15:39:23.989Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-22T15:39:24.291Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-22T15:39:24.291Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-05-22T15:39:24.395Z | Compiling writeable v0.6.2 |
| 437 | 2026-05-22T15:39:24.427Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-22T15:39:24.471Z | Compiling pest v2.8.6 |
| 439 | 2026-05-22T15:39:24.567Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-22T15:39:24.627Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-22T15:39:24.646Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-22T15:39:24.837Z | Compiling byteorder v1.5.0 |
| 443 | 2026-05-22T15:39:24.949Z | Compiling errno v0.3.14 |
| 444 | 2026-05-22T15:39:24.966Z | Compiling syn v2.0.117 |
| 445 | 2026-05-22T15:39:25.058Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-22T15:39:25.078Z | Compiling bitflags v2.11.0 |
| 447 | 2026-05-22T15:39:25.303Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-22T15:39:25.321Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-22T15:39:25.337Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-22T15:39:25.501Z | Compiling smallvec v1.15.1 |
| 451 | 2026-05-22T15:39:25.621Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-05-22T15:39:25.697Z | Compiling hashbrown v0.17.0 |
| 453 | 2026-05-22T15:39:25.836Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-22T15:39:25.929Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-22T15:39:26.003Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-22T15:39:26.022Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-22T15:39:26.132Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-22T15:39:26.238Z | Compiling indexmap v2.14.0 |
| 459 | 2026-05-22T15:39:26.428Z | Compiling syn v1.0.109 |
| 460 | 2026-05-22T15:39:26.446Z | Compiling toml_write v0.1.2 |
| 461 | 2026-05-22T15:39:26.919Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-22T15:39:26.937Z | Compiling utf8parse v0.2.2 |
| 463 | 2026-05-22T15:39:27.061Z | Compiling plain v0.2.3 |
| 464 | 2026-05-22T15:39:27.116Z | Compiling camino v1.2.2 |
| 465 | 2026-05-22T15:39:27.182Z | Compiling log v0.4.29 |
| 466 | 2026-05-22T15:39:27.368Z | Compiling getrandom v0.4.1 |
| 467 | 2026-05-22T15:39:27.386Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-22T15:39:27.414Z | Compiling utf8_iter v1.0.4 |
| 469 | 2026-05-22T15:39:27.430Z | Compiling percent-encoding v2.3.2 |
| 470 | 2026-05-22T15:39:27.504Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-22T15:39:27.580Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-22T15:39:27.660Z | Compiling anstyle-parse v0.2.7 |
| 473 | 2026-05-22T15:39:27.819Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-22T15:39:27.836Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-22T15:39:27.855Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-22T15:39:27.982Z | Compiling anstyle v1.0.13 |
| 477 | 2026-05-22T15:39:28.192Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-22T15:39:28.210Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-22T15:39:28.211Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-22T15:39:28.245Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-22T15:39:28.324Z | Compiling anstyle-query v1.1.5 |
| 482 | 2026-05-22T15:39:28.343Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-22T15:39:28.441Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-22T15:39:28.488Z | Compiling semver v1.0.28 |
| 485 | 2026-05-22T15:39:28.593Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-22T15:39:28.613Z | Compiling anyhow v1.0.102 |
| 487 | 2026-05-22T15:39:28.770Z | Compiling once_cell v1.21.3 |
| 488 | 2026-05-22T15:39:28.794Z | Compiling unicode-width v0.1.14 |
| 489 | 2026-05-22T15:39:28.830Z | Compiling clap_lex v1.0.0 |
| 490 | 2026-05-22T15:39:28.854Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-22T15:39:28.992Z | Compiling heck v0.5.0 |
| 492 | 2026-05-22T15:39:29.010Z | Compiling fastrand v2.3.0 |
| 493 | 2026-05-22T15:39:29.081Z | Compiling bytecount v0.6.9 |
| 494 | 2026-05-22T15:39:29.100Z | Compiling strsim v0.11.1 |
| 495 | 2026-05-22T15:39:29.235Z | Compiling heck v0.4.1 |
| 496 | 2026-05-22T15:39:29.253Z | Compiling fnv v1.0.7 |
| 497 | 2026-05-22T15:39:29.273Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-22T15:39:29.292Z | Compiling clap_builder v4.5.60 |
| 499 | 2026-05-22T15:39:29.366Z | Compiling papergrid v0.11.0 |
| 500 | 2026-05-22T15:39:29.615Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-22T15:39:29.634Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-22T15:39:29.678Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-22T15:39:29.719Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-22T15:39:29.811Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-22T15:39:29.913Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-22T15:39:30.745Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-22T15:39:30.945Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-22T15:39:30.979Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-22T15:39:31.015Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-22T15:39:31.145Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-22T15:39:31.284Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-22T15:39:31.402Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-05-22T15:39:31.492Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-22T15:39:31.710Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-22T15:39:31.824Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-22T15:39:32.014Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-22T15:39:32.032Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-22T15:39:32.163Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-22T15:39:32.202Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-22T15:39:32.227Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-22T15:39:32.390Z | Compiling scroll v0.12.0 |
| 522 | 2026-05-22T15:39:32.481Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-22T15:39:32.652Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-22T15:39:32.669Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-22T15:39:32.684Z | Compiling unicode-linebreak v0.1.5 |
| 526 | 2026-05-22T15:39:32.934Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-22T15:39:33.089Z | Compiling smawk v0.3.2 |
| 528 | 2026-05-22T15:39:33.106Z | Compiling unicode-width v0.2.0 |
| 529 | 2026-05-22T15:39:33.230Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-22T15:39:33.233Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-22T15:39:33.264Z | Compiling serde_spanned v0.6.9 |
| 532 | 2026-05-22T15:39:33.299Z | Compiling toml_datetime v0.6.11 |
| 533 | 2026-05-22T15:39:33.389Z | Compiling dof v0.3.0 |
| 534 | 2026-05-22T15:39:33.406Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-05-22T15:39:33.423Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-22T15:39:33.574Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-05-22T15:39:33.794Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-05-22T15:39:33.809Z | Compiling tabled v0.15.0 |
| 539 | 2026-05-22T15:39:33.814Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-22T15:39:34.062Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-22T15:39:34.283Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-22T15:39:34.367Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-22T15:39:34.370Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-05-22T15:39:34.428Z | Compiling idna v1.1.0 |
| 545 | 2026-05-22T15:39:34.445Z | Compiling clap v4.5.60 |
| 546 | 2026-05-22T15:39:34.656Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-22T15:39:34.827Z | Compiling url v2.5.8 |
| 548 | 2026-05-22T15:39:34.997Z | Compiling toml v0.8.23 |
| 549 | 2026-05-22T15:39:35.076Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-22T15:39:35.095Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-22T15:39:35.434Z | Compiling cargo-util-schemas v0.8.2 |
| 552 | 2026-05-22T15:39:35.596Z | Compiling cargo_toml v0.21.0 |
| 553 | 2026-05-22T15:39:35.616Z | Compiling usdt v0.5.0 |
| 554 | 2026-05-22T15:39:36.394Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-22T15:39:37.348Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-22T15:39:39.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.76s |
| 557 | 2026-05-22T15:39:39.694Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-22T15:39:40.270Z | Downloading crates ... |
| 559 | 2026-05-22T15:39:40.373Z | Downloaded async-stream-impl v0.3.6 |
| 560 | 2026-05-22T15:39:40.376Z | Downloaded aead v0.5.2 |
| 561 | 2026-05-22T15:39:40.376Z | Downloaded ascii-canvas v3.0.0 |
| 562 | 2026-05-22T15:39:40.376Z | Downloaded adler2 v2.0.1 |
| 563 | 2026-05-22T15:39:40.380Z | Downloaded atomic-waker v1.1.2 |
| 564 | 2026-05-22T15:39:40.384Z | Downloaded base16ct v0.2.0 |
| 565 | 2026-05-22T15:39:40.384Z | Downloaded ahash v0.8.12 |
| 566 | 2026-05-22T15:39:40.388Z | Downloaded cargo-platform v0.1.9 |
| 567 | 2026-05-22T15:39:40.391Z | Downloaded castaway v0.2.4 |
| 568 | 2026-05-22T15:39:40.391Z | Downloaded arrayref v0.3.9 |
| 569 | 2026-05-22T15:39:40.394Z | Downloaded dirs-next v2.0.0 |
| 570 | 2026-05-22T15:39:40.398Z | Downloaded async-stream v0.3.6 |
| 571 | 2026-05-22T15:39:40.398Z | Downloaded crucible-workspace-hack v0.1.0 |
| 572 | 2026-05-22T15:39:40.398Z | Downloaded async-recursion v1.1.1 |
| 573 | 2026-05-22T15:39:40.400Z | Downloaded embedded-io v0.6.1 |
| 574 | 2026-05-22T15:39:40.401Z | Downloaded crc32fast v1.5.0 |
| 575 | 2026-05-22T15:39:40.404Z | Downloaded assert_matches v1.5.0 |
| 576 | 2026-05-22T15:39:40.404Z | Downloaded document-features v0.2.12 |
| 577 | 2026-05-22T15:39:40.404Z | Downloaded crossbeam-deque v0.8.6 |
| 578 | 2026-05-22T15:39:40.406Z | Downloaded compression-core v0.4.31 |
| 579 | 2026-05-22T15:39:40.406Z | Downloaded bb8 v0.8.6 |
| 580 | 2026-05-22T15:39:40.407Z | Downloaded atty v0.2.14 |
| 581 | 2026-05-22T15:39:40.407Z | Downloaded data-encoding v2.10.0 |
| 582 | 2026-05-22T15:39:40.409Z | Downloaded daft v0.1.7 |
| 583 | 2026-05-22T15:39:40.409Z | Downloaded defmt v1.0.1 |
| 584 | 2026-05-22T15:39:40.412Z | Downloaded crc v3.4.0 |
| 585 | 2026-05-22T15:39:40.412Z | Downloaded atomicwrites v0.4.4 |
| 586 | 2026-05-22T15:39:40.415Z | Downloaded array-init v0.0.4 |
| 587 | 2026-05-22T15:39:40.418Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 588 | 2026-05-22T15:39:40.421Z | Downloaded either v1.15.0 |
| 589 | 2026-05-22T15:39:40.421Z | Downloaded crc8 v0.1.1 |
| 590 | 2026-05-22T15:39:40.421Z | Downloaded dunce v1.0.5 |
| 591 | 2026-05-22T15:39:40.421Z | Downloaded block-padding v0.3.3 |
| 592 | 2026-05-22T15:39:40.423Z | Downloaded derive-ex v0.1.8 |
| 593 | 2026-05-22T15:39:40.423Z | Downloaded ciborium-ll v0.2.2 |
| 594 | 2026-05-22T15:39:40.430Z | Downloaded cfg_aliases v0.2.1 |
| 595 | 2026-05-22T15:39:40.432Z | Downloaded ciborium-io v0.2.2 |
| 596 | 2026-05-22T15:39:40.432Z | Downloaded chacha20 v0.9.1 |
| 597 | 2026-05-22T15:39:40.435Z | Downloaded foldhash v0.2.0 |
| 598 | 2026-05-22T15:39:40.435Z | Downloaded ed25519 v2.2.3 |
| 599 | 2026-05-22T15:39:40.435Z | Downloaded critical-section v1.2.0 |
| 600 | 2026-05-22T15:39:40.438Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-05-22T15:39:40.438Z | Downloaded bitfield v0.19.4 |
| 602 | 2026-05-22T15:39:40.438Z | Downloaded argon2 v0.5.3 |
| 603 | 2026-05-22T15:39:40.442Z | Downloaded async-trait v0.1.89 |
| 604 | 2026-05-22T15:39:40.445Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 605 | 2026-05-22T15:39:40.445Z | Downloaded display-error-chain v0.2.2 |
| 606 | 2026-05-22T15:39:40.445Z | Downloaded embedded-io v0.4.0 |
| 607 | 2026-05-22T15:39:40.445Z | Downloaded darling_macro v0.23.0 |
| 608 | 2026-05-22T15:39:40.448Z | Downloaded arrayvec v0.7.6 |
| 609 | 2026-05-22T15:39:40.450Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-05-22T15:39:40.450Z | Downloaded crunchy v0.2.4 |
| 611 | 2026-05-22T15:39:40.453Z | Downloaded dsl_auto_type v0.2.0 |
| 612 | 2026-05-22T15:39:40.453Z | Downloaded defmt-parser v1.0.0 |
| 613 | 2026-05-22T15:39:40.453Z | Downloaded bitfield-struct v0.6.2 |
| 614 | 2026-05-22T15:39:40.456Z | Downloaded dof v0.4.0 |
| 615 | 2026-05-22T15:39:40.456Z | Downloaded foreign-types-macros v0.2.3 |
| 616 | 2026-05-22T15:39:40.456Z | Downloaded derive_builder_macro v0.20.2 |
| 617 | 2026-05-22T15:39:40.456Z | Downloaded cobs v0.3.0 |
| 618 | 2026-05-22T15:39:40.459Z | Downloaded bit-set v0.5.3 |
| 619 | 2026-05-22T15:39:40.459Z | Downloaded bitfield-macros v0.19.4 |
| 620 | 2026-05-22T15:39:40.459Z | Downloaded cpufeatures v0.3.0 |
| 621 | 2026-05-22T15:39:40.462Z | Downloaded base64ct v1.8.3 |
| 622 | 2026-05-22T15:39:40.462Z | Downloaded crossbeam-epoch v0.9.18 |
| 623 | 2026-05-22T15:39:40.464Z | Downloaded enum-as-inner v0.6.1 |
| 624 | 2026-05-22T15:39:40.467Z | Downloaded convert_case v0.10.0 |
| 625 | 2026-05-22T15:39:40.467Z | Downloaded convert_case v0.4.0 |
| 626 | 2026-05-22T15:39:40.470Z | Downloaded cfg_aliases v0.1.1 |
| 627 | 2026-05-22T15:39:40.473Z | Downloaded env_filter v1.0.0 |
| 628 | 2026-05-22T15:39:40.473Z | Downloaded endian-type v0.1.2 |
| 629 | 2026-05-22T15:39:40.477Z | Downloaded dyn-clone v1.0.20 |
| 630 | 2026-05-22T15:39:40.477Z | Downloaded bit-vec v0.8.0 |
| 631 | 2026-05-22T15:39:40.480Z | Downloaded byte-wrapper v0.1.0 |
| 632 | 2026-05-22T15:39:40.483Z | Downloaded fd-lock v4.0.4 |
| 633 | 2026-05-22T15:39:40.486Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 634 | 2026-05-22T15:39:40.486Z | Downloaded float-ord v0.3.2 |
| 635 | 2026-05-22T15:39:40.486Z | Downloaded difflib v0.4.0 |
| 636 | 2026-05-22T15:39:40.486Z | Downloaded darling_macro v0.21.3 |
| 637 | 2026-05-22T15:39:40.489Z | Downloaded dtrace-parser v0.3.0 |
| 638 | 2026-05-22T15:39:40.489Z | Downloaded crc-catalog v2.4.0 |
| 639 | 2026-05-22T15:39:40.492Z | Downloaded foreign-types-shared v0.1.1 |
| 640 | 2026-05-22T15:39:40.495Z | Downloaded foreign-types-shared v0.3.1 |
| 641 | 2026-05-22T15:39:40.495Z | Downloaded foreign-types v0.5.0 |
| 642 | 2026-05-22T15:39:40.495Z | Downloaded foreign-types v0.3.2 |
| 643 | 2026-05-22T15:39:40.500Z | Downloaded ghash v0.5.1 |
| 644 | 2026-05-22T15:39:40.503Z | Downloaded fxhash v0.2.1 |
| 645 | 2026-05-22T15:39:40.503Z | Downloaded fixedbitset v0.4.2 |
| 646 | 2026-05-22T15:39:40.503Z | Downloaded defmt v0.3.100 |
| 647 | 2026-05-22T15:39:40.506Z | Downloaded futures-macro v0.3.32 |
| 648 | 2026-05-22T15:39:40.506Z | Downloaded async-bb8-diesel v0.2.1 |
| 649 | 2026-05-22T15:39:40.508Z | Downloaded darling_macro v0.20.11 |
| 650 | 2026-05-22T15:39:40.508Z | Downloaded bit-vec v0.6.3 |
| 651 | 2026-05-22T15:39:40.508Z | Downloaded bzip2 v0.4.4 |
| 652 | 2026-05-22T15:39:40.511Z | Downloaded bitflags v1.3.2 |
| 653 | 2026-05-22T15:39:40.511Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 654 | 2026-05-22T15:39:40.514Z | Downloaded futures-io v0.3.32 |
| 655 | 2026-05-22T15:39:40.514Z | Downloaded erased-serde v0.3.31 |
| 656 | 2026-05-22T15:39:40.517Z | Downloaded derive_builder_core v0.20.2 |
| 657 | 2026-05-22T15:39:40.517Z | Downloaded const-oid v0.9.6 |
| 658 | 2026-05-22T15:39:40.519Z | Downloaded debug-ignore v1.0.5 |
| 659 | 2026-05-22T15:39:40.519Z | Downloaded bit-set v0.8.0 |
| 660 | 2026-05-22T15:39:40.519Z | Downloaded camino-tempfile-ext v0.3.3 |
| 661 | 2026-05-22T15:39:40.523Z | Downloaded dirs-sys-next v0.1.2 |
| 662 | 2026-05-22T15:39:40.523Z | Downloaded async-compression v0.4.41 |
| 663 | 2026-05-22T15:39:40.526Z | Downloaded flagset v0.4.7 |
| 664 | 2026-05-22T15:39:40.529Z | Downloaded backon v1.6.0 |
| 665 | 2026-05-22T15:39:40.529Z | Downloaded globwalk v0.9.1 |
| 666 | 2026-05-22T15:39:40.531Z | Downloaded cipher v0.4.4 |
| 667 | 2026-05-22T15:39:40.531Z | Downloaded const_format_proc_macros v0.2.34 |
| 668 | 2026-05-22T15:39:40.531Z | Downloaded headers-core v0.3.0 |
| 669 | 2026-05-22T15:39:40.534Z | Downloaded hash32 v0.3.1 |
| 670 | 2026-05-22T15:39:40.534Z | Downloaded futures-task v0.3.32 |
| 671 | 2026-05-22T15:39:40.537Z | Downloaded futures-sink v0.3.32 |
| 672 | 2026-05-22T15:39:40.540Z | Downloaded fatfs v0.3.6 |
| 673 | 2026-05-22T15:39:40.540Z | Downloaded hex-literal v0.4.1 |
| 674 | 2026-05-22T15:39:40.544Z | Downloaded drift v0.2.0 |
| 675 | 2026-05-22T15:39:40.547Z | Downloaded git-stub v1.0.0 |
| 676 | 2026-05-22T15:39:40.550Z | Downloaded colored v3.1.1 |
| 677 | 2026-05-22T15:39:40.550Z | Downloaded blake2 v0.10.6 |
| 678 | 2026-05-22T15:39:40.553Z | Downloaded colored v2.2.0 |
| 679 | 2026-05-22T15:39:40.553Z | Downloaded chacha20 v0.10.0 |
| 680 | 2026-05-22T15:39:40.556Z | Downloaded hash32 v0.2.1 |
| 681 | 2026-05-22T15:39:40.556Z | Downloaded cbc v0.1.2 |
| 682 | 2026-05-22T15:39:40.559Z | Downloaded hex v0.4.3 |
| 683 | 2026-05-22T15:39:40.559Z | Downloaded constant_time_eq v0.4.2 |
| 684 | 2026-05-22T15:39:40.562Z | Downloaded fs_extra v1.3.0 |
| 685 | 2026-05-22T15:39:40.562Z | Downloaded cmake v0.1.57 |
| 686 | 2026-05-22T15:39:40.562Z | Downloaded funty v2.0.0 |
| 687 | 2026-05-22T15:39:40.565Z | Downloaded fs-err v2.11.0 |
| 688 | 2026-05-22T15:39:40.565Z | Downloaded corncobs v0.1.4 |
| 689 | 2026-05-22T15:39:40.565Z | Downloaded http-body v1.0.1 |
| 690 | 2026-05-22T15:39:40.568Z | Downloaded hostname v0.4.2 |
| 691 | 2026-05-22T15:39:40.568Z | Downloaded http-range v0.1.5 |
| 692 | 2026-05-22T15:39:40.568Z | Downloaded hubpack v0.1.2 |
| 693 | 2026-05-22T15:39:40.571Z | Downloaded downcast-rs v2.0.2 |
| 694 | 2026-05-22T15:39:40.571Z | Downloaded httpdate v1.0.3 |
| 695 | 2026-05-22T15:39:40.571Z | Downloaded env_logger v0.11.9 |
| 696 | 2026-05-22T15:39:40.574Z | Downloaded ctr v0.9.2 |
| 697 | 2026-05-22T15:39:40.574Z | Downloaded ident_case v1.0.1 |
| 698 | 2026-05-22T15:39:40.574Z | Downloaded backoff v0.4.0 |
| 699 | 2026-05-22T15:39:40.576Z | Downloaded ff v0.13.1 |
| 700 | 2026-05-22T15:39:40.577Z | Downloaded ena v0.14.4 |
| 701 | 2026-05-22T15:39:40.579Z | Downloaded der_derive v0.7.3 |
| 702 | 2026-05-22T15:39:40.579Z | Downloaded defmt-macros v1.0.1 |
| 703 | 2026-05-22T15:39:40.582Z | Downloaded fixedbitset v0.5.7 |
| 704 | 2026-05-22T15:39:40.582Z | Downloaded csv-core v0.1.13 |
| 705 | 2026-05-22T15:39:40.582Z | Downloaded ecdsa v0.16.9 |
| 706 | 2026-05-22T15:39:40.585Z | Downloaded fallible-iterator v0.2.0 |
| 707 | 2026-05-22T15:39:40.585Z | Downloaded hubpack_derive v0.1.1 |
| 708 | 2026-05-22T15:39:40.587Z | Downloaded bzip2 v0.6.1 |
| 709 | 2026-05-22T15:39:40.587Z | Downloaded hostname v0.3.1 |
| 710 | 2026-05-22T15:39:40.587Z | Downloaded home v0.5.12 |
| 711 | 2026-05-22T15:39:40.590Z | Downloaded glob v0.3.3 |
| 712 | 2026-05-22T15:39:40.590Z | Downloaded cookie v0.18.1 |
| 713 | 2026-05-22T15:39:40.593Z | Downloaded cassowary v0.3.0 |
| 714 | 2026-05-22T15:39:40.593Z | Downloaded bcs v0.1.6 |
| 715 | 2026-05-22T15:39:40.593Z | Downloaded indoc v1.0.9 |
| 716 | 2026-05-22T15:39:40.595Z | Downloaded cargo_metadata v0.19.2 |
| 717 | 2026-05-22T15:39:40.598Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 718 | 2026-05-22T15:39:40.598Z | Downloaded globset v0.4.18 |
| 719 | 2026-05-22T15:39:40.598Z | Downloaded find-msvc-tools v0.1.9 |
| 720 | 2026-05-22T15:39:40.601Z | Downloaded derive_builder v0.20.2 |
| 721 | 2026-05-22T15:39:40.604Z | Downloaded futures-executor v0.3.32 |
| 722 | 2026-05-22T15:39:40.604Z | Downloaded crossbeam-utils v0.8.21 |
| 723 | 2026-05-22T15:39:40.607Z | Downloaded inout v0.1.4 |
| 724 | 2026-05-22T15:39:40.607Z | Downloaded hyper-tls v0.6.0 |
| 725 | 2026-05-22T15:39:40.607Z | Downloaded is_ci v1.2.0 |
| 726 | 2026-05-22T15:39:40.611Z | Downloaded internet-checksum v0.2.1 |
| 727 | 2026-05-22T15:39:40.611Z | Downloaded instant v0.1.13 |
| 728 | 2026-05-22T15:39:40.611Z | Downloaded cstr-argument v0.1.2 |
| 729 | 2026-05-22T15:39:40.611Z | Downloaded daft-derive v0.1.7 |
| 730 | 2026-05-22T15:39:40.614Z | Downloaded instability v0.3.11 |
| 731 | 2026-05-22T15:39:40.614Z | Downloaded foldhash v0.1.5 |
| 732 | 2026-05-22T15:39:40.616Z | Downloaded deranged v0.5.8 |
| 733 | 2026-05-22T15:39:40.616Z | Downloaded indent_write v2.2.0 |
| 734 | 2026-05-22T15:39:40.616Z | Downloaded illumos-nvpair v0.3.0 |
| 735 | 2026-05-22T15:39:40.619Z | Downloaded cancel-safe-futures v0.1.5 |
| 736 | 2026-05-22T15:39:40.619Z | Downloaded console v0.16.2 |
| 737 | 2026-05-22T15:39:40.622Z | Downloaded ciborium v0.2.2 |
| 738 | 2026-05-22T15:39:40.622Z | Downloaded blowfish v0.9.1 |
| 739 | 2026-05-22T15:39:40.625Z | Downloaded gethostname v0.5.0 |
| 740 | 2026-05-22T15:39:40.625Z | Downloaded futures-core v0.3.32 |
| 741 | 2026-05-22T15:39:40.625Z | Downloaded der v0.7.10 |
| 742 | 2026-05-22T15:39:40.627Z | Downloaded group v0.13.0 |
| 743 | 2026-05-22T15:39:40.630Z | Downloaded cookie_store v0.22.1 |
| 744 | 2026-05-22T15:39:40.630Z | Downloaded console v0.15.11 |
| 745 | 2026-05-22T15:39:40.634Z | Downloaded http-body-util v0.1.3 |
| 746 | 2026-05-22T15:39:40.634Z | Downloaded compression-codecs v0.4.37 |
| 747 | 2026-05-22T15:39:40.638Z | Downloaded is-terminal v0.4.17 |
| 748 | 2026-05-22T15:39:40.638Z | Downloaded humantime v2.3.0 |
| 749 | 2026-05-22T15:39:40.640Z | Downloaded lalrpop-util v0.19.12 |
| 750 | 2026-05-22T15:39:40.640Z | Downloaded darling_core v0.21.3 |
| 751 | 2026-05-22T15:39:40.644Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-05-22T15:39:40.647Z | Downloaded darling v0.20.11 |
| 753 | 2026-05-22T15:39:40.649Z | Downloaded base64 v0.22.1 |
| 754 | 2026-05-22T15:39:40.652Z | Downloaded filetime v0.2.27 |
| 755 | 2026-05-22T15:39:40.652Z | Downloaded des v0.8.1 |
| 756 | 2026-05-22T15:39:40.655Z | Downloaded arc-swap v1.8.2 |
| 757 | 2026-05-22T15:39:40.658Z | Downloaded clang-sys v1.8.1 |
| 758 | 2026-05-22T15:39:40.658Z | Downloaded managed v0.8.0 |
| 759 | 2026-05-22T15:39:40.658Z | Downloaded allocator-api2 v0.2.21 |
| 760 | 2026-05-22T15:39:40.660Z | Downloaded highway v1.3.0 |
| 761 | 2026-05-22T15:39:40.665Z | Downloaded match_cfg v0.1.0 |
| 762 | 2026-05-22T15:39:40.665Z | Downloaded linked-hash-map v0.5.6 |
| 763 | 2026-05-22T15:39:40.665Z | Downloaded md5 v0.7.0 |
| 764 | 2026-05-22T15:39:40.665Z | Downloaded md-5 v0.10.6 |
| 765 | 2026-05-22T15:39:40.665Z | Downloaded maplit v1.0.2 |
| 766 | 2026-05-22T15:39:40.668Z | Downloaded lzss v0.8.2 |
| 767 | 2026-05-22T15:39:40.668Z | Downloaded darling v0.21.3 |
| 768 | 2026-05-22T15:39:40.671Z | Downloaded lru-cache v0.1.2 |
| 769 | 2026-05-22T15:39:40.671Z | Downloaded lru v0.12.5 |
| 770 | 2026-05-22T15:39:40.673Z | Downloaded lazy_static v1.5.0 |
| 771 | 2026-05-22T15:39:40.673Z | Downloaded getrandom v0.2.17 |
| 772 | 2026-05-22T15:39:40.676Z | Downloaded ingot-types v0.1.2 |
| 773 | 2026-05-22T15:39:40.676Z | Downloaded indoc v2.0.7 |
| 774 | 2026-05-22T15:39:40.679Z | Downloaded kstat-rs v0.2.4 |
| 775 | 2026-05-22T15:39:40.679Z | Downloaded futures-channel v0.3.32 |
| 776 | 2026-05-22T15:39:40.682Z | Downloaded buf-list v1.1.2 |
| 777 | 2026-05-22T15:39:40.682Z | Downloaded diesel-dtrace v0.5.0 |
| 778 | 2026-05-22T15:39:40.685Z | Downloaded newtype_derive v0.1.6 |
| 779 | 2026-05-22T15:39:40.685Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-05-22T15:39:40.685Z | Downloaded newtype-uuid-macros v0.1.0 |
| 781 | 2026-05-22T15:39:40.687Z | Downloaded nibble_vec v0.1.0 |
| 782 | 2026-05-22T15:39:40.688Z | Downloaded memoffset v0.9.1 |
| 783 | 2026-05-22T15:39:40.688Z | Downloaded num-conv v0.2.0 |
| 784 | 2026-05-22T15:39:40.690Z | Downloaded num v0.4.3 |
| 785 | 2026-05-22T15:39:40.690Z | Downloaded num-derive v0.3.3 |
| 786 | 2026-05-22T15:39:40.690Z | Downloaded crc-any v2.5.0 |
| 787 | 2026-05-22T15:39:40.693Z | Downloaded hmac v0.12.1 |
| 788 | 2026-05-22T15:39:40.693Z | Downloaded maybe-uninit v2.0.0 |
| 789 | 2026-05-22T15:39:40.696Z | Downloaded const_format v0.2.35 |
| 790 | 2026-05-22T15:39:40.699Z | Downloaded crossbeam-channel v0.5.15 |
| 791 | 2026-05-22T15:39:40.702Z | Downloaded getrandom v0.3.4 |
| 792 | 2026-05-22T15:39:40.702Z | Downloaded futures v0.3.32 |
| 793 | 2026-05-22T15:39:40.704Z | Downloaded libefi-sys v0.1.0 |
| 794 | 2026-05-22T15:39:40.707Z | Downloaded hyper-staticfile v0.10.1 |
| 795 | 2026-05-22T15:39:40.707Z | Downloaded num-derive v0.4.2 |
| 796 | 2026-05-22T15:39:40.710Z | Downloaded newline-converter v0.3.0 |
| 797 | 2026-05-22T15:39:40.710Z | Downloaded libloading v0.8.9 |
| 798 | 2026-05-22T15:39:40.712Z | Downloaded hyper-rustls v0.27.7 |
| 799 | 2026-05-22T15:39:40.712Z | Downloaded httparse v1.10.1 |
| 800 | 2026-05-22T15:39:40.715Z | Downloaded bumpalo v3.20.2 |
| 801 | 2026-05-22T15:39:40.715Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 802 | 2026-05-22T15:39:40.718Z | Downloaded ipnetwork v0.21.1 |
| 803 | 2026-05-22T15:39:40.721Z | Downloaded num-iter v0.1.45 |
| 804 | 2026-05-22T15:39:40.721Z | Downloaded git-stub-vcs v0.1.0 |
| 805 | 2026-05-22T15:39:40.721Z | Downloaded half v1.8.3 |
| 806 | 2026-05-22T15:39:40.724Z | Downloaded ar_archive_writer v0.5.1 |
| 807 | 2026-05-22T15:39:40.724Z | Downloaded opaque-debug v0.3.1 |
| 808 | 2026-05-22T15:39:40.727Z | Downloaded keccak v0.1.6 |
| 809 | 2026-05-22T15:39:40.727Z | Downloaded normalize-line-endings v0.3.0 |
| 810 | 2026-05-22T15:39:40.727Z | Downloaded nodrop v0.1.14 |
| 811 | 2026-05-22T15:39:40.729Z | Downloaded jobserver v0.1.34 |
| 812 | 2026-05-22T15:39:40.729Z | Downloaded olpc-cjson v0.1.4 |
| 813 | 2026-05-22T15:39:40.732Z | Downloaded linear-map v1.2.0 |
| 814 | 2026-05-22T15:39:40.732Z | Downloaded openssl-probe v0.2.1 |
| 815 | 2026-05-22T15:39:40.732Z | Downloaded ipnet v2.11.0 |
| 816 | 2026-05-22T15:39:40.735Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-05-22T15:39:40.735Z | Downloaded openssl-probe v0.1.6 |
| 818 | 2026-05-22T15:39:40.737Z | Downloaded num_threads v0.1.7 |
| 819 | 2026-05-22T15:39:40.737Z | Downloaded num_enum_derive v0.5.11 |
| 820 | 2026-05-22T15:39:40.738Z | Downloaded half v2.7.1 |
| 821 | 2026-05-22T15:39:40.743Z | Downloaded elliptic-curve v0.13.8 |
| 822 | 2026-05-22T15:39:40.745Z | Downloaded darling v0.23.0 |
| 823 | 2026-05-22T15:39:40.748Z | Downloaded mime v0.3.17 |
| 824 | 2026-05-22T15:39:40.751Z | Downloaded diff v0.1.13 |
| 825 | 2026-05-22T15:39:40.754Z | Downloaded ingot v0.1.1 |
| 826 | 2026-05-22T15:39:40.754Z | Downloaded dropshot_endpoint v0.17.0 |
| 827 | 2026-05-22T15:39:40.757Z | Downloaded parse-display v0.10.0 |
| 828 | 2026-05-22T15:39:40.757Z | Downloaded lru-slab v0.1.2 |
| 829 | 2026-05-22T15:39:40.757Z | Downloaded parse-size v1.1.0 |
| 830 | 2026-05-22T15:39:40.757Z | Downloaded libsw v3.5.0 |
| 831 | 2026-05-22T15:39:40.774Z | Downloaded openssl-macros v0.1.1 |
| 832 | 2026-05-22T15:39:40.777Z | Downloaded peg-runtime v0.8.5 |
| 833 | 2026-05-22T15:39:40.777Z | Downloaded packed_struct_codegen v0.10.1 |
| 834 | 2026-05-22T15:39:40.779Z | Downloaded lock_api v0.4.14 |
| 835 | 2026-05-22T15:39:40.779Z | Downloaded libsw-core v0.3.2 |
| 836 | 2026-05-22T15:39:40.779Z | Downloaded iana-time-zone v0.1.65 |
| 837 | 2026-05-22T15:39:40.782Z | Downloaded pbkdf2 v0.11.0 |
| 838 | 2026-05-22T15:39:40.782Z | Downloaded path-slash v0.1.5 |
| 839 | 2026-05-22T15:39:40.785Z | Downloaded num_enum_derive v0.7.5 |
| 840 | 2026-05-22T15:39:40.785Z | Downloaded num-rational v0.4.2 |
| 841 | 2026-05-22T15:39:40.788Z | Downloaded base64 v0.21.7 |
| 842 | 2026-05-22T15:39:40.788Z | Downloaded dropshot_endpoint v0.16.7 |
| 843 | 2026-05-22T15:39:40.791Z | Downloaded phf_shared v0.12.1 |
| 844 | 2026-05-22T15:39:40.791Z | Downloaded phf_shared v0.11.3 |
| 845 | 2026-05-22T15:39:40.793Z | Downloaded oso-derive v0.27.3 |
| 846 | 2026-05-22T15:39:40.793Z | Downloaded derive_more v2.1.1 |
| 847 | 2026-05-22T15:39:40.798Z | Downloaded phf_shared v0.13.1 |
| 848 | 2026-05-22T15:39:40.801Z | Downloaded oxnet v0.1.4 |
| 849 | 2026-05-22T15:39:40.801Z | Downloaded owo-colors v4.3.0 |
| 850 | 2026-05-22T15:39:40.804Z | Downloaded pbkdf2 v0.12.2 |
| 851 | 2026-05-22T15:39:40.804Z | Downloaded newtype-uuid v1.3.2 |
| 852 | 2026-05-22T15:39:40.804Z | Downloaded powerfmt v0.2.0 |
| 853 | 2026-05-22T15:39:40.807Z | Downloaded native-tls v0.2.18 |
| 854 | 2026-05-22T15:39:40.807Z | Downloaded nanorand v0.7.0 |
| 855 | 2026-05-22T15:39:40.809Z | Downloaded multimap v0.10.1 |
| 856 | 2026-05-22T15:39:40.809Z | Downloaded multer v3.1.0 |
| 857 | 2026-05-22T15:39:40.812Z | Downloaded predicates-core v1.0.10 |
| 858 | 2026-05-22T15:39:40.812Z | Downloaded precomputed-hash v0.1.1 |
| 859 | 2026-05-22T15:39:40.812Z | Downloaded mime_guess v2.0.5 |
| 860 | 2026-05-22T15:39:40.815Z | Downloaded memmap2 v0.9.10 |
| 861 | 2026-05-22T15:39:40.815Z | Downloaded num-integer v0.1.46 |
| 862 | 2026-05-22T15:39:40.815Z | Downloaded num-complex v0.4.6 |
| 863 | 2026-05-22T15:39:40.818Z | Downloaded headers v0.4.1 |
| 864 | 2026-05-22T15:39:40.821Z | Downloaded pin-utils v0.1.0 |
| 865 | 2026-05-22T15:39:40.821Z | Downloaded num_enum v0.5.11 |
| 866 | 2026-05-22T15:39:40.824Z | Downloaded nu-ansi-term v0.50.3 |
| 867 | 2026-05-22T15:39:40.827Z | Downloaded packed_struct v0.10.1 |
| 868 | 2026-05-22T15:39:40.827Z | Downloaded predicates-tree v1.0.13 |
| 869 | 2026-05-22T15:39:40.827Z | Downloaded darling_core v0.23.0 |
| 870 | 2026-05-22T15:39:40.830Z | Downloaded num_enum v0.7.5 |
| 871 | 2026-05-22T15:39:40.833Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 872 | 2026-05-22T15:39:40.836Z | Downloaded password-hash v0.4.2 |
| 873 | 2026-05-22T15:39:40.836Z | Downloaded chacha20poly1305 v0.10.1 |
| 874 | 2026-05-22T15:39:40.838Z | Downloaded cc v1.2.56 |
| 875 | 2026-05-22T15:39:40.838Z | Downloaded flume v0.11.1 |
| 876 | 2026-05-22T15:39:40.841Z | Downloaded litrs v1.0.0 |
| 877 | 2026-05-22T15:39:40.844Z | Downloaded libbz2-rs-sys v0.2.2 |
| 878 | 2026-05-22T15:39:40.844Z | Downloaded proc-macro-crate v3.4.0 |
| 879 | 2026-05-22T15:39:40.847Z | Downloaded proc-macro-crate v1.3.1 |
| 880 | 2026-05-22T15:39:40.847Z | Downloaded peg-macros v0.8.5 |
| 881 | 2026-05-22T15:39:40.847Z | Downloaded nonempty v0.12.0 |
| 882 | 2026-05-22T15:39:40.850Z | Downloaded derive_more v0.99.20 |
| 883 | 2026-05-22T15:39:40.853Z | Downloaded progenitor-client v0.14.0 |
| 884 | 2026-05-22T15:39:40.853Z | Downloaded pem v3.0.6 |
| 885 | 2026-05-22T15:39:40.853Z | Downloaded derive-where v1.6.0 |
| 886 | 2026-05-22T15:39:40.856Z | Downloaded omicron-zone-package v0.12.2 |
| 887 | 2026-05-22T15:39:40.859Z | Downloaded darling_core v0.20.11 |
| 888 | 2026-05-22T15:39:40.862Z | Downloaded quick-error v1.2.3 |
| 889 | 2026-05-22T15:39:40.862Z | Downloaded progenitor-client v0.11.2 |
| 890 | 2026-05-22T15:39:40.864Z | Downloaded progenitor-macro v0.14.0 |
| 891 | 2026-05-22T15:39:40.864Z | Downloaded pin-project-internal v1.1.11 |
| 892 | 2026-05-22T15:39:40.864Z | Downloaded pkg-config v0.3.32 |
| 893 | 2026-05-22T15:39:40.867Z | Downloaded progenitor-client v0.10.0 |
| 894 | 2026-05-22T15:39:40.867Z | Downloaded password-hash v0.5.0 |
| 895 | 2026-05-22T15:39:40.867Z | Downloaded oxide-tokio-rt v0.1.4 |
| 896 | 2026-05-22T15:39:40.870Z | Downloaded polyval v0.6.2 |
| 897 | 2026-05-22T15:39:40.870Z | Downloaded progenitor-macro v0.10.0 |
| 898 | 2026-05-22T15:39:40.870Z | Downloaded postgres-protocol v0.6.10 |
| 899 | 2026-05-22T15:39:40.873Z | Downloaded poly1305 v0.8.0 |
| 900 | 2026-05-22T15:39:40.873Z | Downloaded ppv-lite86 v0.2.21 |
| 901 | 2026-05-22T15:39:40.876Z | Downloaded indexmap v1.9.3 |
| 902 | 2026-05-22T15:39:40.878Z | Downloaded peg v0.8.5 |
| 903 | 2026-05-22T15:39:40.881Z | Downloaded radium v0.7.0 |
| 904 | 2026-05-22T15:39:40.881Z | Downloaded paste v1.0.15 |
| 905 | 2026-05-22T15:39:40.884Z | Downloaded parking_lot_core v0.8.6 |
| 906 | 2026-05-22T15:39:40.884Z | Downloaded crypto-bigint v0.5.5 |
| 907 | 2026-05-22T15:39:40.888Z | Downloaded psl-types v2.0.11 |
| 908 | 2026-05-22T15:39:40.890Z | Downloaded progenitor-macro v0.13.0 |
| 909 | 2026-05-22T15:39:40.890Z | Downloaded progenitor-macro v0.11.2 |
| 910 | 2026-05-22T15:39:40.890Z | Downloaded compact_str v0.8.1 |
| 911 | 2026-05-22T15:39:40.893Z | Downloaded heapless v0.7.17 |
| 912 | 2026-05-22T15:39:40.896Z | Downloaded heapless v0.8.0 |
| 913 | 2026-05-22T15:39:40.901Z | Downloaded predicates v3.1.4 |
| 914 | 2026-05-22T15:39:40.904Z | Downloaded parking_lot v0.12.5 |
| 915 | 2026-05-22T15:39:40.907Z | Downloaded parking_lot v0.11.2 |
| 916 | 2026-05-22T15:39:40.910Z | Downloaded rand_chacha v0.3.1 |
| 917 | 2026-05-22T15:39:40.910Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 918 | 2026-05-22T15:39:40.913Z | Downloaded bytes v1.11.1 |
| 919 | 2026-05-22T15:39:40.915Z | Downloaded proc-macro-error2 v2.0.1 |
| 920 | 2026-05-22T15:39:40.915Z | Downloaded ed25519-dalek v2.2.0 |
| 921 | 2026-05-22T15:39:40.918Z | Downloaded recursive v0.1.1 |
| 922 | 2026-05-22T15:39:40.921Z | Downloaded progenitor v0.10.0 |
| 923 | 2026-05-22T15:39:40.924Z | Downloaded progenitor-client v0.13.0 |
| 924 | 2026-05-22T15:39:40.924Z | Downloaded pem-rfc7468 v0.7.0 |
| 925 | 2026-05-22T15:39:40.927Z | Downloaded rand_xorshift v0.4.0 |
| 926 | 2026-05-22T15:39:40.930Z | Downloaded ref-cast-impl v1.0.25 |
| 927 | 2026-05-22T15:39:40.930Z | Downloaded phf v0.13.1 |
| 928 | 2026-05-22T15:39:40.933Z | Downloaded psm v0.1.30 |
| 929 | 2026-05-22T15:39:40.939Z | Downloaded rustc_version v0.4.1 |
| 930 | 2026-05-22T15:39:40.942Z | Downloaded progenitor v0.11.2 |
| 931 | 2026-05-22T15:39:40.945Z | Downloaded parse-display-derive v0.10.0 |
| 932 | 2026-05-22T15:39:40.948Z | Downloaded pkcs8 v0.10.2 |
| 933 | 2026-05-22T15:39:40.948Z | Downloaded pkcs5 v0.7.1 |
| 934 | 2026-05-22T15:39:40.951Z | Downloaded rand_core v0.10.0 |
| 935 | 2026-05-22T15:39:40.963Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-05-22T15:39:40.963Z | Downloaded rfc6979 v0.4.0 |
| 937 | 2026-05-22T15:39:40.963Z | Downloaded progenitor v0.14.0 |
| 938 | 2026-05-22T15:39:40.963Z | Downloaded progenitor v0.13.0 |
| 939 | 2026-05-22T15:39:40.963Z | Downloaded rustc_version v0.1.7 |
| 940 | 2026-05-22T15:39:40.963Z | Downloaded postgres-types v0.2.12 |
| 941 | 2026-05-22T15:39:40.963Z | Downloaded rustc-hash v2.1.1 |
| 942 | 2026-05-22T15:39:40.963Z | Downloaded ignore v0.4.25 |
| 943 | 2026-05-22T15:39:40.963Z | Downloaded postcard v1.1.3 |
| 944 | 2026-05-22T15:39:40.963Z | Downloaded parking_lot_core v0.9.12 |
| 945 | 2026-05-22T15:39:40.967Z | Downloaded phf v0.12.1 |
| 946 | 2026-05-22T15:39:40.967Z | Downloaded jiff-static v0.2.21 |
| 947 | 2026-05-22T15:39:40.969Z | Downloaded rtoolbox v0.0.3 |
| 948 | 2026-05-22T15:39:40.972Z | Downloaded miniz_oxide v0.8.9 |
| 949 | 2026-05-22T15:39:40.976Z | Downloaded papergrid v0.17.0 |
| 950 | 2026-05-22T15:39:40.980Z | Downloaded rand_core v0.6.4 |
| 951 | 2026-05-22T15:39:40.985Z | Downloaded sapling-renderdag v0.1.0 |
| 952 | 2026-05-22T15:39:40.988Z | Downloaded scheduled-thread-pool v0.2.7 |
| 953 | 2026-05-22T15:39:40.995Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-05-22T15:39:40.997Z | Downloaded pin-project-lite v0.2.17 |
| 955 | 2026-05-22T15:39:41.002Z | Downloaded rand_chacha v0.9.0 |
| 956 | 2026-05-22T15:39:41.005Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-05-22T15:39:41.005Z | Downloaded scopeguard v1.2.0 |
| 958 | 2026-05-22T15:39:41.008Z | Downloaded salsa20 v0.10.2 |
| 959 | 2026-05-22T15:39:41.008Z | Downloaded progenitor-extras v0.2.0 |
| 960 | 2026-05-22T15:39:41.008Z | Downloaded same-file v1.0.6 |
| 961 | 2026-05-22T15:39:41.011Z | Downloaded ref-cast v1.0.25 |
| 962 | 2026-05-22T15:39:41.011Z | Downloaded resolv-conf v0.7.6 |
| 963 | 2026-05-22T15:39:41.014Z | Downloaded flate2 v1.1.9 |
| 964 | 2026-05-22T15:39:41.016Z | Downloaded serde-big-array v0.5.1 |
| 965 | 2026-05-22T15:39:41.016Z | Downloaded seq-macro v0.3.6 |
| 966 | 2026-05-22T15:39:41.019Z | Downloaded diesel_derives v2.3.7 |
| 967 | 2026-05-22T15:39:41.022Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-05-22T15:39:41.022Z | Downloaded rand_seeder v0.4.0 |
| 969 | 2026-05-22T15:39:41.025Z | Downloaded pin-project v1.1.11 |
| 970 | 2026-05-22T15:39:41.029Z | Downloaded semver v0.1.20 |
| 971 | 2026-05-22T15:39:41.032Z | Downloaded secrecy v0.8.0 |
| 972 | 2026-05-22T15:39:41.032Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2026-05-22T15:39:41.035Z | Downloaded derive_more-impl v2.1.1 |
| 974 | 2026-05-22T15:39:41.037Z | Downloaded serde_urlencoded v0.7.1 |
| 975 | 2026-05-22T15:39:41.038Z | Downloaded sha1 v0.10.6 |
| 976 | 2026-05-22T15:39:41.040Z | Downloaded primeorder v0.13.6 |
| 977 | 2026-05-22T15:39:41.041Z | Downloaded p256 v0.13.2 |
| 978 | 2026-05-22T15:39:41.041Z | Downloaded serde_spanned v1.0.4 |
| 979 | 2026-05-22T15:39:41.043Z | Downloaded rustls-pemfile v1.0.4 |
| 980 | 2026-05-22T15:39:41.043Z | Downloaded rusty-fork v0.3.1 |
| 981 | 2026-05-22T15:39:41.046Z | Downloaded hashbrown v0.13.2 |
| 982 | 2026-05-22T15:39:41.048Z | Downloaded serde_bytes v0.11.19 |
| 983 | 2026-05-22T15:39:41.048Z | Downloaded secrecy v0.10.3 |
| 984 | 2026-05-22T15:39:41.048Z | Downloaded indicatif v0.18.4 |
| 985 | 2026-05-22T15:39:41.051Z | Downloaded minimal-lexical v0.2.1 |
| 986 | 2026-05-22T15:39:41.054Z | Downloaded prefix-trie v0.7.0 |
| 987 | 2026-05-22T15:39:41.056Z | Downloaded hashbrown v0.12.3 |
| 988 | 2026-05-22T15:39:41.059Z | Downloaded shell-words v1.1.1 |
| 989 | 2026-05-22T15:39:41.059Z | Downloaded rustversion v1.0.22 |
| 990 | 2026-05-22T15:39:41.062Z | Downloaded signal-hook-tokio v0.3.1 |
| 991 | 2026-05-22T15:39:41.062Z | Downloaded rand_core v0.9.5 |
| 992 | 2026-05-22T15:39:41.064Z | Downloaded russh-cryptovec v0.7.3 |
| 993 | 2026-05-22T15:39:41.064Z | Downloaded scrypt v0.11.0 |
| 994 | 2026-05-22T15:39:41.064Z | Downloaded quinn-udp v0.5.14 |
| 995 | 2026-05-22T15:39:41.067Z | Downloaded oso v0.27.3 |
| 996 | 2026-05-22T15:39:41.073Z | Downloaded schemars_derive v0.8.22 |
| 997 | 2026-05-22T15:39:41.080Z | Downloaded siphasher v1.0.2 |
| 998 | 2026-05-22T15:39:41.082Z | Downloaded sigpipe v0.1.3 |
| 999 | 2026-05-22T15:39:41.082Z | Downloaded signature v2.2.0 |
| 1000 | 2026-05-22T15:39:41.085Z | Downloaded aes v0.8.4 |
| 1001 | 2026-05-22T15:39:41.088Z | Downloaded progenitor-impl v0.10.0 |
| 1002 | 2026-05-22T15:39:41.090Z | Downloaded hickory-resolver v0.25.2 |
| 1003 | 2026-05-22T15:39:41.093Z | Downloaded serde-hex v0.1.0 |
| 1004 | 2026-05-22T15:39:41.096Z | Downloaded serde_path_to_error v0.1.20 |
| 1005 | 2026-05-22T15:39:41.096Z | Downloaded aes-gcm v0.10.3 |
| 1006 | 2026-05-22T15:39:41.099Z | Downloaded serde_derive_internals v0.29.1 |
| 1007 | 2026-05-22T15:39:41.101Z | Downloaded slog-bunyan v2.5.0 |
| 1008 | 2026-05-22T15:39:41.105Z | Downloaded hickory-resolver v0.24.4 |
| 1009 | 2026-05-22T15:39:41.116Z | Downloaded scroll v0.13.0 |
| 1010 | 2026-05-22T15:39:41.119Z | Downloaded itertools v0.10.5 |
| 1011 | 2026-05-22T15:39:41.123Z | Downloaded pretty_assertions v1.4.1 |
| 1012 | 2026-05-22T15:39:41.125Z | Downloaded crossterm v0.28.1 |
| 1013 | 2026-05-22T15:39:41.128Z | Downloaded progenitor-impl v0.13.0 |
| 1014 | 2026-05-22T15:39:41.131Z | Downloaded progenitor-impl v0.11.2 |
| 1015 | 2026-05-22T15:39:41.133Z | Downloaded ssh-encoding v0.2.0 |
| 1016 | 2026-05-22T15:39:41.133Z | Downloaded sct v0.7.1 |
| 1017 | 2026-05-22T15:39:41.136Z | Downloaded serde_repr v0.1.20 |
| 1018 | 2026-05-22T15:39:41.139Z | Downloaded strum v0.26.3 |
| 1019 | 2026-05-22T15:39:41.141Z | Downloaded strum v0.27.2 |
| 1020 | 2026-05-22T15:39:41.142Z | Downloaded signal-hook-registry v1.4.8 |
| 1021 | 2026-05-22T15:39:41.147Z | Downloaded crossterm v0.29.0 |
| 1022 | 2026-05-22T15:39:41.151Z | Downloaded rcgen v0.12.1 |
| 1023 | 2026-05-22T15:39:41.155Z | Downloaded slog-envlogger v2.2.0 |
| 1024 | 2026-05-22T15:39:41.158Z | Downloaded russh-keys v0.45.0 |
| 1025 | 2026-05-22T15:39:41.160Z | Downloaded sync_wrapper v1.0.2 |
| 1026 | 2026-05-22T15:39:41.160Z | Downloaded aho-corasick v1.1.4 |
| 1027 | 2026-05-22T15:39:41.163Z | Downloaded rustls-pki-types v1.14.0 |
| 1028 | 2026-05-22T15:39:41.166Z | Downloaded rustls-native-certs v0.8.3 |
| 1029 | 2026-05-22T15:39:41.166Z | Downloaded subtle v2.6.1 |
| 1030 | 2026-05-22T15:39:41.169Z | Downloaded structmeta-derive v0.3.0 |
| 1031 | 2026-05-22T15:39:41.169Z | Downloaded structmeta v0.3.0 |
| 1032 | 2026-05-22T15:39:41.169Z | Downloaded ssh-cipher v0.2.0 |
| 1033 | 2026-05-22T15:39:41.172Z | Downloaded sync-ptr v0.1.4 |
| 1034 | 2026-05-22T15:39:41.172Z | Downloaded sqlparser_derive v0.5.0 |
| 1035 | 2026-05-22T15:39:41.172Z | Downloaded slog-scope v4.4.1 |
| 1036 | 2026-05-22T15:39:41.172Z | Downloaded slog-async v2.8.0 |
| 1037 | 2026-05-22T15:39:41.175Z | Downloaded tap v1.0.1 |
| 1038 | 2026-05-22T15:39:41.175Z | Downloaded supports-color v3.0.2 |
| 1039 | 2026-05-22T15:39:41.175Z | Downloaded shlex v1.3.0 |
| 1040 | 2026-05-22T15:39:41.178Z | Downloaded tabled_derive v0.11.0 |
| 1041 | 2026-05-22T15:39:41.178Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-05-22T15:39:41.178Z | Downloaded slog-stdlog v4.1.1 |
| 1043 | 2026-05-22T15:39:41.180Z | Downloaded simd-adler32 v0.3.8 |
| 1044 | 2026-05-22T15:39:41.180Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1045 | 2026-05-22T15:39:41.183Z | Downloaded slog-term v2.9.2 |
| 1046 | 2026-05-22T15:39:41.186Z | Downloaded serde_cbor v0.11.2 |
| 1047 | 2026-05-22T15:39:41.186Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1048 | 2026-05-22T15:39:41.189Z | Downloaded spki v0.7.3 |
| 1049 | 2026-05-22T15:39:41.189Z | Downloaded smf v0.2.3 |
| 1050 | 2026-05-22T15:39:41.189Z | Downloaded termtree v0.5.1 |
| 1051 | 2026-05-22T15:39:41.191Z | Downloaded slab v0.4.12 |
| 1052 | 2026-05-22T15:39:41.191Z | Downloaded take_mut v0.2.2 |
| 1053 | 2026-05-22T15:39:41.194Z | Downloaded tagptr v0.2.0 |
| 1054 | 2026-05-22T15:39:41.194Z | Downloaded signal-hook-mio v0.2.5 |
| 1055 | 2026-05-22T15:39:41.194Z | Downloaded hashbrown v0.15.5 |
| 1056 | 2026-05-22T15:39:41.198Z | Downloaded slog-json v2.6.1 |
| 1057 | 2026-05-22T15:39:41.201Z | Downloaded slog-dtrace v0.3.0 |
| 1058 | 2026-05-22T15:39:41.204Z | Downloaded hickory-server v0.25.2 |
| 1059 | 2026-05-22T15:39:41.207Z | Downloaded thread-id v5.1.0 |
| 1060 | 2026-05-22T15:39:41.207Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-05-22T15:39:41.209Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-05-22T15:39:41.209Z | Downloaded stacker v0.1.23 |
| 1063 | 2026-05-22T15:39:41.212Z | Downloaded static_assertions v1.1.0 |
| 1064 | 2026-05-22T15:39:41.212Z | Downloaded strum_macros v0.24.3 |
| 1065 | 2026-05-22T15:39:41.216Z | Downloaded stringprep v0.1.5 |
| 1066 | 2026-05-22T15:39:41.216Z | Downloaded sec1 v0.7.3 |
| 1067 | 2026-05-22T15:39:41.216Z | Downloaded hyper-util v0.1.20 |
| 1068 | 2026-05-22T15:39:41.219Z | Downloaded progenitor-impl v0.14.0 |
| 1069 | 2026-05-22T15:39:41.222Z | Downloaded expectorate v1.2.0 |
| 1070 | 2026-05-22T15:39:41.224Z | Downloaded tinyvec_macros v0.1.1 |
| 1071 | 2026-05-22T15:39:41.230Z | Downloaded ron v0.8.1 |
| 1072 | 2026-05-22T15:39:41.234Z | Downloaded strum_macros v0.27.2 |
| 1073 | 2026-05-22T15:39:41.236Z | Downloaded sqlformat v0.3.5 |
| 1074 | 2026-05-22T15:39:41.241Z | Downloaded quinn v0.11.9 |
| 1075 | 2026-05-22T15:39:41.248Z | Downloaded serde_with_macros v3.17.0 |
| 1076 | 2026-05-22T15:39:41.252Z | Downloaded strum_macros v0.26.4 |
| 1077 | 2026-05-22T15:39:41.255Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1078 | 2026-05-22T15:39:41.255Z | Downloaded string_cache v0.8.9 |
| 1079 | 2026-05-22T15:39:41.259Z | Downloaded tokio-macros v2.7.0 |
| 1080 | 2026-05-22T15:39:41.259Z | Downloaded thiserror-no-std v2.0.2 |
| 1081 | 2026-05-22T15:39:41.261Z | Downloaded hashbrown v0.16.1 |
| 1082 | 2026-05-22T15:39:41.264Z | Downloaded snafu-derive v0.8.9 |
| 1083 | 2026-05-22T15:39:41.268Z | Downloaded mio v1.2.0 |
| 1084 | 2026-05-22T15:39:41.271Z | Downloaded schemars v0.8.22 |
| 1085 | 2026-05-22T15:39:41.278Z | Downloaded num-bigint v0.4.6 |
| 1086 | 2026-05-22T15:39:41.281Z | Downloaded tower-service v0.3.3 |
| 1087 | 2026-05-22T15:39:41.283Z | Downloaded tabwriter v1.4.1 |
| 1088 | 2026-05-22T15:39:41.283Z | Downloaded support-bundle-viewer v0.1.2 |
| 1089 | 2026-05-22T15:39:41.286Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-05-22T15:39:41.286Z | Downloaded trait-variant v0.1.2 |
| 1091 | 2026-05-22T15:39:41.289Z | Downloaded dropshot-api-manager v0.7.2 |
| 1092 | 2026-05-22T15:39:41.292Z | Downloaded termios v0.3.3 |
| 1093 | 2026-05-22T15:39:41.295Z | Downloaded libxml v0.3.3 |
| 1094 | 2026-05-22T15:39:41.298Z | Downloaded tiny-keccak v2.0.2 |
| 1095 | 2026-05-22T15:39:41.301Z | Downloaded http v1.4.0 |
| 1096 | 2026-05-22T15:39:41.304Z | Downloaded slog v2.8.2 |
| 1097 | 2026-05-22T15:39:41.304Z | Downloaded similar v2.7.0 |
| 1098 | 2026-05-22T15:39:41.309Z | Downloaded tower-layer v0.3.3 |
| 1099 | 2026-05-22T15:39:41.313Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-05-22T15:39:41.316Z | Downloaded unarray v0.1.4 |
| 1101 | 2026-05-22T15:39:41.316Z | Downloaded tls_codec_derive v0.4.2 |
| 1102 | 2026-05-22T15:39:41.319Z | Downloaded thread_local v1.1.9 |
| 1103 | 2026-05-22T15:39:41.319Z | Downloaded rsa v0.9.10 |
| 1104 | 2026-05-22T15:39:41.322Z | Downloaded term v1.2.1 |
| 1105 | 2026-05-22T15:39:41.325Z | Downloaded publicsuffix v2.3.0 |
| 1106 | 2026-05-22T15:39:41.327Z | Downloaded qorb v0.4.1 |
| 1107 | 2026-05-22T15:39:41.330Z | Downloaded nom v7.1.3 |
| 1108 | 2026-05-22T15:39:41.333Z | Downloaded term v0.7.0 |
| 1109 | 2026-05-22T15:39:41.336Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1110 | 2026-05-22T15:39:41.336Z | Downloaded untrusted v0.7.1 |
| 1111 | 2026-05-22T15:39:41.339Z | Downloaded universal-hash v0.5.1 |
| 1112 | 2026-05-22T15:39:41.339Z | Downloaded unit-prefix v0.5.2 |
| 1113 | 2026-05-22T15:39:41.339Z | Downloaded unicode-truncate v1.1.0 |
| 1114 | 2026-05-22T15:39:41.342Z | Downloaded tokio-dtrace v0.1.1 |
| 1115 | 2026-05-22T15:39:41.342Z | Downloaded typify-macro v0.4.3 |
| 1116 | 2026-05-22T15:39:41.342Z | Downloaded typify-macro v0.6.2 |
| 1117 | 2026-05-22T15:39:41.345Z | Downloaded tokio-tungstenite v0.21.0 |
| 1118 | 2026-05-22T15:39:41.345Z | Downloaded usdt-attr-macro v0.6.0 |
| 1119 | 2026-05-22T15:39:41.345Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-05-22T15:39:41.348Z | Downloaded rustls-webpki v0.103.9 |
| 1121 | 2026-05-22T15:39:41.348Z | Downloaded tokio-rustls v0.25.0 |
| 1122 | 2026-05-22T15:39:41.351Z | Downloaded tokio-native-tls v0.3.1 |
| 1123 | 2026-05-22T15:39:41.354Z | Downloaded samael v0.0.19 |
| 1124 | 2026-05-22T15:39:41.359Z | Downloaded ryu v1.0.23 |
| 1125 | 2026-05-22T15:39:41.359Z | Downloaded time-macros v0.2.27 |
| 1126 | 2026-05-22T15:39:41.363Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1127 | 2026-05-22T15:39:41.363Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1128 | 2026-05-22T15:39:41.363Z | Downloaded rand v0.8.6 |
| 1129 | 2026-05-22T15:39:41.366Z | Downloaded rayon-core v1.13.0 |
| 1130 | 2026-05-22T15:39:41.366Z | Downloaded untrusted v0.9.0 |
| 1131 | 2026-05-22T15:39:41.370Z | Downloaded usdt-macro v0.6.0 |
| 1132 | 2026-05-22T15:39:41.370Z | Downloaded schemars v0.9.0 |
| 1133 | 2026-05-22T15:39:41.377Z | Downloaded wait-timeout v0.2.1 |
| 1134 | 2026-05-22T15:39:41.380Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-05-22T15:39:41.380Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1136 | 2026-05-22T15:39:41.380Z | Downloaded tokio-tungstenite v0.23.1 |
| 1137 | 2026-05-22T15:39:41.384Z | Downloaded openssl-sys v0.9.115 |
| 1138 | 2026-05-22T15:39:41.387Z | Downloaded libm v0.2.16 |
| 1139 | 2026-05-22T15:39:41.391Z | Downloaded hkdf v0.12.4 |
| 1140 | 2026-05-22T15:39:41.395Z | Downloaded itertools v0.12.1 |
| 1141 | 2026-05-22T15:39:41.398Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-05-22T15:39:41.398Z | Downloaded void v1.0.2 |
| 1143 | 2026-05-22T15:39:41.398Z | Downloaded signal-hook v0.3.18 |
| 1144 | 2026-05-22T15:39:41.402Z | Downloaded want v0.3.1 |
| 1145 | 2026-05-22T15:39:41.402Z | Downloaded iddqd v0.4.1 |
| 1146 | 2026-05-22T15:39:41.404Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-05-22T15:39:41.407Z | Downloaded tui-tree-widget v0.23.1 |
| 1148 | 2026-05-22T15:39:41.407Z | Downloaded tls_codec v0.4.2 |
| 1149 | 2026-05-22T15:39:41.408Z | Downloaded spin v0.9.8 |
| 1150 | 2026-05-22T15:39:41.411Z | Downloaded socket2 v0.6.3 |
| 1151 | 2026-05-22T15:39:41.414Z | Downloaded xshell-macros v0.2.7 |
| 1152 | 2026-05-22T15:39:41.418Z | Downloaded tokio-rustls v0.24.1 |
| 1153 | 2026-05-22T15:39:41.422Z | Downloaded tokio-stream v0.1.18 |
| 1154 | 2026-05-22T15:39:41.422Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-05-22T15:39:41.427Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-05-22T15:39:41.430Z | Downloaded iri-string v0.7.10 |
| 1157 | 2026-05-22T15:39:41.434Z | Downloaded socket2 v0.5.10 |
| 1158 | 2026-05-22T15:39:41.434Z | Downloaded p521 v0.13.3 |
| 1159 | 2026-05-22T15:39:41.437Z | Downloaded rand v0.9.2 |
| 1160 | 2026-05-22T15:39:41.447Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-05-22T15:39:41.450Z | Downloaded schemars v1.2.1 |
| 1162 | 2026-05-22T15:39:41.457Z | Downloaded vsss-rs v3.3.4 |
| 1163 | 2026-05-22T15:39:41.461Z | Downloaded uzers v0.12.2 |
| 1164 | 2026-05-22T15:39:41.461Z | Downloaded subprocess v0.2.15 |
| 1165 | 2026-05-22T15:39:41.464Z | Downloaded zone v0.3.1 |
| 1166 | 2026-05-22T15:39:41.464Z | Downloaded prettyplease v0.2.37 |
| 1167 | 2026-05-22T15:39:41.468Z | Downloaded vergen-lib v0.1.6 |
| 1168 | 2026-05-22T15:39:41.468Z | Downloaded twox-hash v2.1.2 |
| 1169 | 2026-05-22T15:39:41.468Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1170 | 2026-05-22T15:39:41.471Z | Downloaded tar v0.4.45 |
| 1171 | 2026-05-22T15:39:41.471Z | Downloaded tinyvec v1.10.0 |
| 1172 | 2026-05-22T15:39:41.474Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-05-22T15:39:41.474Z | Downloaded vergen-git2 v1.0.7 |
| 1174 | 2026-05-22T15:39:41.474Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-05-22T15:39:41.478Z | Downloaded test-strategy v0.4.5 |
| 1176 | 2026-05-22T15:39:41.478Z | Downloaded whoami v2.1.0 |
| 1177 | 2026-05-22T15:39:41.481Z | Downloaded whoami v1.6.1 |
| 1178 | 2026-05-22T15:39:41.481Z | Downloaded snafu v0.8.9 |
| 1179 | 2026-05-22T15:39:41.485Z | Downloaded blake3 v1.8.3 |
| 1180 | 2026-05-22T15:39:41.488Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1181 | 2026-05-22T15:39:41.492Z | Downloaded toml v0.7.8 |
| 1182 | 2026-05-22T15:39:41.495Z | Downloaded xshell v0.2.7 |
| 1183 | 2026-05-22T15:39:41.495Z | Downloaded unicode-properties v0.1.4 |
| 1184 | 2026-05-22T15:39:41.499Z | Downloaded num-bigint-dig v0.8.6 |
| 1185 | 2026-05-22T15:39:41.501Z | Downloaded itertools v0.13.0 |
| 1186 | 2026-05-22T15:39:41.504Z | Downloaded zeroize v1.8.2 |
| 1187 | 2026-05-22T15:39:41.504Z | Downloaded rand v0.10.0 |
| 1188 | 2026-05-22T15:39:41.507Z | Downloaded usdt-impl v0.6.0 |
| 1189 | 2026-05-22T15:39:41.510Z | Downloaded itertools v0.14.0 |
| 1190 | 2026-05-22T15:39:41.514Z | Downloaded h2 v0.4.13 |
| 1191 | 2026-05-22T15:39:41.518Z | Downloaded hyper v1.8.1 |
| 1192 | 2026-05-22T15:39:41.521Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-05-22T15:39:41.525Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-05-22T15:39:41.525Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-05-22T15:39:41.527Z | Downloaded vergen v9.0.6 |
| 1196 | 2026-05-22T15:39:41.527Z | Downloaded tungstenite v0.23.0 |
| 1197 | 2026-05-22T15:39:41.530Z | Downloaded aws-lc-rs v1.16.3 |
| 1198 | 2026-05-22T15:39:41.534Z | Downloaded typify v0.4.3 |
| 1199 | 2026-05-22T15:39:41.537Z | Downloaded typify v0.6.2 |
| 1200 | 2026-05-22T15:39:41.540Z | Downloaded zone_cfg_derive v0.3.1 |
| 1201 | 2026-05-22T15:39:41.541Z | Downloaded wyz v0.5.1 |
| 1202 | 2026-05-22T15:39:41.544Z | Downloaded steno v0.4.1 |
| 1203 | 2026-05-22T15:39:41.547Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-05-22T15:39:41.551Z | Downloaded russh v0.45.0 |
| 1205 | 2026-05-22T15:39:41.555Z | Downloaded futures-util v0.3.32 |
| 1206 | 2026-05-22T15:39:41.557Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-05-22T15:39:41.565Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1208 | 2026-05-22T15:39:41.569Z | Downloaded uuid v1.23.0 |
| 1209 | 2026-05-22T15:39:41.572Z | Downloaded tracing-attributes v0.1.31 |
| 1210 | 2026-05-22T15:39:41.572Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1211 | 2026-05-22T15:39:41.576Z | Downloaded ssh-key v0.6.7 |
| 1212 | 2026-05-22T15:39:41.579Z | Downloaded bitvec v1.0.1 |
| 1213 | 2026-05-22T15:39:41.587Z | Downloaded vte v0.14.1 |
| 1214 | 2026-05-22T15:39:41.591Z | Downloaded bindgen v0.71.1 |
| 1215 | 2026-05-22T15:39:41.594Z | Downloaded tracing-core v0.1.36 |
| 1216 | 2026-05-22T15:39:41.594Z | Downloaded reedline v0.40.0 |
| 1217 | 2026-05-22T15:39:41.599Z | Downloaded rpassword v7.4.0 |
| 1218 | 2026-05-22T15:39:41.602Z | Downloaded unsafe-libyaml v0.2.11 |
| 1219 | 2026-05-22T15:39:41.609Z | Downloaded zerocopy v0.6.6 |
| 1220 | 2026-05-22T15:39:41.612Z | Downloaded rustyline v14.0.0 |
| 1221 | 2026-05-22T15:39:41.619Z | Downloaded chrono v0.4.44 |
| 1222 | 2026-05-22T15:39:41.624Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-05-22T15:39:41.633Z | Downloaded zopfli v0.8.3 |
| 1224 | 2026-05-22T15:39:41.636Z | Downloaded reqwest v0.13.2 |
| 1225 | 2026-05-22T15:39:41.645Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-05-22T15:39:41.648Z | Downloaded tokio-postgres v0.7.16 |
| 1227 | 2026-05-22T15:39:41.652Z | Downloaded yansi v1.0.1 |
| 1228 | 2026-05-22T15:39:41.655Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-05-22T15:39:41.662Z | Downloaded zip v0.6.6 |
| 1230 | 2026-05-22T15:39:41.674Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-05-22T15:39:41.678Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-05-22T15:39:41.682Z | Downloaded regex v1.12.3 |
| 1233 | 2026-05-22T15:39:41.685Z | Downloaded unicode-segmentation v1.12.0 |
| 1234 | 2026-05-22T15:39:41.691Z | Downloaded goblin v0.10.5 |
| 1235 | 2026-05-22T15:39:41.706Z | Downloaded portable-atomic v1.13.1 |
| 1236 | 2026-05-22T15:39:41.712Z | Downloaded git2 v0.20.4 |
| 1237 | 2026-05-22T15:39:41.732Z | Downloaded p384 v0.13.1 |
| 1238 | 2026-05-22T15:39:41.735Z | Downloaded zerocopy-derive v0.8.40 |
| 1239 | 2026-05-22T15:39:41.741Z | Downloaded tower v0.5.3 |
| 1240 | 2026-05-22T15:39:41.745Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-05-22T15:39:41.748Z | Downloaded lalrpop v0.19.12 |
| 1242 | 2026-05-22T15:39:41.755Z | Downloaded salty v0.3.0 |
| 1243 | 2026-05-22T15:39:41.763Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-05-22T15:39:41.773Z | Downloaded moka v0.12.13 |
| 1245 | 2026-05-22T15:39:41.788Z | Downloaded nix v0.27.1 |
| 1246 | 2026-05-22T15:39:41.794Z | Downloaded quick-xml v0.37.5 |
| 1247 | 2026-05-22T15:39:41.802Z | Downloaded zip v4.6.1 |
| 1248 | 2026-05-22T15:39:41.805Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-05-22T15:39:41.810Z | Downloaded proptest v1.10.0 |
| 1250 | 2026-05-22T15:39:41.815Z | Downloaded unicode-normalization v0.1.25 |
| 1251 | 2026-05-22T15:39:41.817Z | Downloaded rustls-webpki v0.101.7 |
| 1252 | 2026-05-22T15:39:41.825Z | Downloaded serde_with v3.17.0 |
| 1253 | 2026-05-22T15:39:41.832Z | Downloaded object v0.30.4 |
| 1254 | 2026-05-22T15:39:41.837Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-22T15:39:41.847Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-05-22T15:39:41.850Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-05-22T15:39:41.854Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-05-22T15:39:41.859Z | Downloaded curve25519-dalek v4.1.3 |
| 1259 | 2026-05-22T15:39:41.864Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-05-22T15:39:41.869Z | Downloaded openssl v0.10.79 |
| 1261 | 2026-05-22T15:39:41.874Z | Downloaded winnow v0.5.40 |
| 1262 | 2026-05-22T15:39:41.879Z | Downloaded petname v2.0.2 |
| 1263 | 2026-05-22T15:39:41.883Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-05-22T15:39:41.888Z | Downloaded tough v0.22.0 |
| 1265 | 2026-05-22T15:39:41.899Z | Downloaded tabled v0.20.0 |
| 1266 | 2026-05-22T15:39:41.909Z | Downloaded time v0.3.47 |
| 1267 | 2026-05-22T15:39:41.915Z | Downloaded nix v0.28.0 |
| 1268 | 2026-05-22T15:39:41.922Z | Downloaded hickory-proto v0.24.4 |
| 1269 | 2026-05-22T15:39:41.931Z | Downloaded rustls v0.21.12 |
| 1270 | 2026-05-22T15:39:41.947Z | Downloaded dropshot v0.16.7 |
| 1271 | 2026-05-22T15:39:41.959Z | Downloaded vcpkg v0.2.15 |
| 1272 | 2026-05-22T15:39:41.982Z | Downloaded webpki-roots v1.0.6 |
| 1273 | 2026-05-22T15:39:41.985Z | Downloaded regex-syntax v0.6.29 |
| 1274 | 2026-05-22T15:39:41.990Z | Downloaded nix v0.29.0 |
| 1275 | 2026-05-22T15:39:42.004Z | Downloaded regress v0.11.1 |
| 1276 | 2026-05-22T15:39:42.009Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-05-22T15:39:42.015Z | Downloaded rustix v0.38.44 |
| 1278 | 2026-05-22T15:39:42.028Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-05-22T15:39:42.031Z | Downloaded diesel v2.3.7 |
| 1280 | 2026-05-22T15:39:42.043Z | Downloaded dropshot v0.17.0 |
| 1281 | 2026-05-22T15:39:42.055Z | Downloaded object v0.37.3 |
| 1282 | 2026-05-22T15:39:42.062Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-05-22T15:39:42.067Z | Downloaded smoltcp v0.11.0 |
| 1284 | 2026-05-22T15:39:42.074Z | Downloaded openapiv3 v2.2.0 |
| 1285 | 2026-05-22T15:39:42.082Z | Downloaded rustls v0.22.4 |
| 1286 | 2026-05-22T15:39:42.089Z | Downloaded rustls v0.23.37 |
| 1287 | 2026-05-22T15:39:42.095Z | Downloaded regex-syntax v0.8.10 |
| 1288 | 2026-05-22T15:39:42.100Z | Downloaded hickory-proto v0.25.2 |
| 1289 | 2026-05-22T15:39:42.109Z | Downloaded regress v0.10.5 |
| 1290 | 2026-05-22T15:39:42.114Z | Downloaded nix v0.31.2 |
| 1291 | 2026-05-22T15:39:42.126Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-05-22T15:39:42.150Z | Downloaded ratatui v0.29.0 |
| 1293 | 2026-05-22T15:39:42.161Z | Downloaded sled v0.34.7 |
| 1294 | 2026-05-22T15:39:42.167Z | Downloaded tracing v0.1.44 |
| 1295 | 2026-05-22T15:39:42.179Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-05-22T15:39:42.187Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1297 | 2026-05-22T15:39:42.195Z | Downloaded typify-impl v0.4.3 |
| 1298 | 2026-05-22T15:39:42.219Z | Downloaded zerocopy-derive v0.6.6 |
| 1299 | 2026-05-22T15:39:42.233Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-05-22T15:39:42.247Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-05-22T15:39:42.258Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-05-22T15:39:42.269Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-05-22T15:39:42.286Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-05-22T15:39:42.298Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-22T15:39:42.311Z | Downloaded csv v1.4.0 |
| 1306 | 2026-05-22T15:39:42.337Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-05-22T15:39:42.345Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-05-22T15:39:42.355Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-05-22T15:39:42.387Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-05-22T15:39:42.400Z | Downloaded ring v0.17.14 |
| 1311 | 2026-05-22T15:39:42.474Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-22T15:39:42.990Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-22T15:39:43.243Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-22T15:39:43.243Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-22T15:39:43.246Z | Compiling log v0.4.29 |
| 1316 | 2026-05-22T15:39:43.246Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-22T15:39:43.390Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-22T15:39:43.411Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-22T15:39:43.411Z | Compiling smallvec v1.15.1 |
| 1320 | 2026-05-22T15:39:43.414Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-22T15:39:43.576Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-22T15:39:43.590Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-22T15:39:43.636Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-22T15:39:43.655Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-22T15:39:43.718Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-22T15:39:43.739Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-22T15:39:43.781Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-22T15:39:43.837Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-22T15:39:43.936Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-05-22T15:39:43.951Z | Compiling parking_lot_core v0.9.12 |
| 1331 | 2026-05-22T15:39:44.223Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-22T15:39:44.238Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-22T15:39:44.316Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-22T15:39:44.381Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-22T15:39:44.408Z | Compiling errno v0.3.14 |
| 1336 | 2026-05-22T15:39:44.561Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-22T15:39:44.657Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-05-22T15:39:44.700Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-22T15:39:44.758Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-22T15:39:44.792Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-22T15:39:44.935Z | Compiling critical-section v1.2.0 |
| 1342 | 2026-05-22T15:39:44.951Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-22T15:39:44.967Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-22T15:39:44.995Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-22T15:39:45.054Z | Compiling once_cell v1.21.3 |
| 1346 | 2026-05-22T15:39:45.122Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-22T15:39:45.278Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-22T15:39:45.324Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-22T15:39:45.340Z | Compiling slab v0.4.12 |
| 1350 | 2026-05-22T15:39:45.367Z | Compiling cpufeatures v0.2.17 |
| 1351 | 2026-05-22T15:39:45.433Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-22T15:39:45.448Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-05-22T15:39:45.451Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-05-22T15:39:45.524Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-22T15:39:45.627Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-22T15:39:45.767Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-22T15:39:45.794Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-22T15:39:45.820Z | Compiling getrandom v0.3.4 |
| 1359 | 2026-05-22T15:39:46.181Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-22T15:39:46.207Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-05-22T15:39:46.286Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-22T15:39:46.301Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-22T15:39:46.408Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-05-22T15:39:46.472Z | Compiling synstructure v0.13.2 |
| 1365 | 2026-05-22T15:39:46.574Z | Compiling ident_case v1.0.1 |
| 1366 | 2026-05-22T15:39:46.589Z | Compiling flagset v0.4.7 |
| 1367 | 2026-05-22T15:39:46.619Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-22T15:39:46.705Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-22T15:39:46.720Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-22T15:39:46.735Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-05-22T15:39:46.864Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-05-22T15:39:47.005Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-22T15:39:47.032Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-22T15:39:47.085Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-22T15:39:47.115Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-05-22T15:39:47.320Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-22T15:39:47.408Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-22T15:39:47.761Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-22T15:39:47.929Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-22T15:39:48.068Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-22T15:39:48.309Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-22T15:39:48.356Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-22T15:39:48.422Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-22T15:39:48.490Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-22T15:39:48.602Z | Compiling zerocopy-derive v0.8.40 |
| 1386 | 2026-05-22T15:39:49.030Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-22T15:39:49.304Z | Compiling zerovec-derive v0.11.2 |
| 1388 | 2026-05-22T15:39:49.706Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-22T15:39:49.819Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-22T15:39:49.871Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-22T15:39:49.965Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-05-22T15:39:49.996Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-22T15:39:50.136Z | Compiling digest v0.10.7 |
| 1394 | 2026-05-22T15:39:50.182Z | Compiling tokio-macros v2.7.0 |
| 1395 | 2026-05-22T15:39:50.383Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-05-22T15:39:50.431Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-22T15:39:50.445Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-22T15:39:50.796Z | Compiling hmac v0.12.1 |
| 1399 | 2026-05-22T15:39:50.947Z | Compiling tinystr v0.8.2 |
| 1400 | 2026-05-22T15:39:50.962Z | Compiling potential_utf v0.1.4 |
| 1401 | 2026-05-22T15:39:50.990Z | Compiling block-padding v0.3.3 |
| 1402 | 2026-05-22T15:39:51.124Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-22T15:39:51.152Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-22T15:39:51.155Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-22T15:39:51.239Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-05-22T15:39:51.335Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-22T15:39:51.604Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-22T15:39:51.640Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-05-22T15:39:51.732Z | Compiling salsa20 v0.10.2 |
| 1410 | 2026-05-22T15:39:51.881Z | Compiling bytes v1.11.1 |
| 1411 | 2026-05-22T15:39:51.902Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-05-22T15:39:52.052Z | Compiling chrono v0.4.44 |
| 1413 | 2026-05-22T15:39:52.205Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-22T15:39:52.501Z | Compiling tokio v1.52.1 |
| 1415 | 2026-05-22T15:39:52.630Z | Compiling icu_properties v2.1.2 |
| 1416 | 2026-05-22T15:39:52.748Z | Compiling der v0.7.10 |
| 1417 | 2026-05-22T15:39:53.018Z | Compiling http v1.4.0 |
| 1418 | 2026-05-22T15:39:53.223Z | Compiling ppv-lite86 v0.2.21 |
| 1419 | 2026-05-22T15:39:53.464Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-22T15:39:53.556Z | Compiling idna_adapter v1.2.1 |
| 1421 | 2026-05-22T15:39:53.573Z | Compiling spki v0.7.3 |
| 1422 | 2026-05-22T15:39:53.591Z | Compiling rustls-pki-types v1.14.0 |
| 1423 | 2026-05-22T15:39:53.700Z | Compiling idna v1.1.0 |
| 1424 | 2026-05-22T15:39:53.746Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-05-22T15:39:53.780Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-22T15:39:53.956Z | Compiling http-body v1.0.1 |
| 1427 | 2026-05-22T15:39:53.974Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-22T15:39:54.049Z | Compiling url v2.5.8 |
| 1429 | 2026-05-22T15:39:54.116Z | Compiling rand_chacha v0.9.0 |
| 1430 | 2026-05-22T15:39:54.237Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-22T15:39:54.377Z | Compiling aes v0.8.4 |
| 1432 | 2026-05-22T15:39:54.492Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-22T15:39:54.840Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-22T15:39:54.843Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-05-22T15:39:54.874Z | Compiling untrusted v0.9.0 |
| 1436 | 2026-05-22T15:39:54.967Z | Compiling tinyvec_macros v0.1.1 |
| 1437 | 2026-05-22T15:39:55.032Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-05-22T15:39:55.095Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-05-22T15:39:55.110Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-22T15:39:55.180Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-22T15:39:55.283Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-22T15:39:55.382Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-22T15:39:55.382Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-22T15:39:55.463Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-22T15:39:55.580Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-05-22T15:39:55.755Z | Compiling atomic-waker v1.1.2 |
| 1447 | 2026-05-22T15:39:55.887Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-22T15:39:56.037Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-05-22T15:39:56.066Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-22T15:39:56.182Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-05-22T15:39:56.221Z | Compiling try-lock v0.2.5 |
| 1452 | 2026-05-22T15:39:56.288Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-05-22T15:39:56.305Z | Compiling want v0.3.1 |
| 1454 | 2026-05-22T15:39:56.333Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-22T15:39:56.360Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-22T15:39:56.472Z | Compiling tokio-util v0.7.18 |
| 1457 | 2026-05-22T15:39:56.718Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-22T15:39:57.029Z | Compiling ipnet v2.11.0 |
| 1459 | 2026-05-22T15:39:57.191Z | Compiling h2 v0.4.13 |
| 1460 | 2026-05-22T15:39:57.239Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-22T15:39:57.534Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-22T15:39:57.546Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-05-22T15:39:57.625Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-22T15:39:57.718Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-22T15:39:57.770Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-22T15:39:57.796Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-22T15:39:58.033Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-22T15:39:58.053Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-22T15:39:58.177Z | Compiling unicode-normalization v0.1.25 |
| 1470 | 2026-05-22T15:39:58.393Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-22T15:39:58.654Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-22T15:39:58.754Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-22T15:39:58.796Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-22T15:39:58.932Z | Compiling time-core v0.1.8 |
| 1475 | 2026-05-22T15:39:58.966Z | Compiling powerfmt v0.2.0 |
| 1476 | 2026-05-22T15:39:59.057Z | Compiling native-tls v0.2.18 |
| 1477 | 2026-05-22T15:39:59.089Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-05-22T15:39:59.175Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-22T15:39:59.283Z | Compiling time-macros v0.2.27 |
| 1480 | 2026-05-22T15:39:59.837Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-22T15:40:00.180Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-22T15:40:00.318Z | Compiling hyper v1.8.1 |
| 1483 | 2026-05-22T15:40:00.352Z | Compiling darling v0.20.11 |
| 1484 | 2026-05-22T15:40:00.439Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-22T15:40:00.518Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-22T15:40:00.641Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-22T15:40:00.781Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-05-22T15:40:00.965Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-22T15:40:00.981Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-05-22T15:40:01.091Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-05-22T15:40:01.196Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-05-22T15:40:01.279Z | Compiling bit-vec v0.8.0 |
| 1493 | 2026-05-22T15:40:01.310Z | Compiling usdt-impl v0.6.0 |
| 1494 | 2026-05-22T15:40:01.445Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-22T15:40:01.517Z | Compiling crossbeam-utils v0.8.21 |
| 1496 | 2026-05-22T15:40:01.551Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-05-22T15:40:01.775Z | Compiling time v0.3.47 |
| 1498 | 2026-05-22T15:40:01.974Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-05-22T15:40:02.171Z | Compiling tower v0.5.3 |
| 1500 | 2026-05-22T15:40:02.305Z | Compiling derive_builder_core v0.20.2 |
| 1501 | 2026-05-22T15:40:02.666Z | Compiling dtrace-parser v0.3.0 |
| 1502 | 2026-05-22T15:40:02.801Z | Compiling http-body-util v0.1.3 |
| 1503 | 2026-05-22T15:40:03.062Z | Compiling dof v0.4.0 |
| 1504 | 2026-05-22T15:40:03.205Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-22T15:40:03.248Z | Compiling signature v2.2.0 |
| 1506 | 2026-05-22T15:40:03.334Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2026-05-22T15:40:03.421Z | Compiling scroll_derive v0.12.1 |
| 1508 | 2026-05-22T15:40:03.439Z | Compiling heapless v0.7.17 |
| 1509 | 2026-05-22T15:40:03.442Z | Compiling rand_xorshift v0.4.0 |
| 1510 | 2026-05-22T15:40:03.623Z | Compiling slog v2.8.2 |
| 1511 | 2026-05-22T15:40:03.688Z | Compiling darling_core v0.21.3 |
| 1512 | 2026-05-22T15:40:03.817Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1513 | 2026-05-22T15:40:04.106Z | Compiling thread-id v5.1.0 |
| 1514 | 2026-05-22T15:40:04.122Z | Compiling cookie v0.18.1 |
| 1515 | 2026-05-22T15:40:04.197Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-22T15:40:04.271Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-05-22T15:40:04.310Z | Compiling ryu v1.0.23 |
| 1518 | 2026-05-22T15:40:04.505Z | Compiling unicode-bidi v0.3.18 |
| 1519 | 2026-05-22T15:40:04.527Z | Compiling unicode-properties v0.1.4 |
| 1520 | 2026-05-22T15:40:04.609Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-05-22T15:40:04.625Z | Compiling zstd-safe v7.2.4 |
| 1522 | 2026-05-22T15:40:04.736Z | Compiling unarray v0.1.4 |
| 1523 | 2026-05-22T15:40:04.827Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-22T15:40:04.851Z | Compiling adler2 v2.0.1 |
| 1525 | 2026-05-22T15:40:04.920Z | Compiling signal-hook v0.3.18 |
| 1526 | 2026-05-22T15:40:04.991Z | Compiling miniz_oxide v0.8.9 |
| 1527 | 2026-05-22T15:40:05.133Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-22T15:40:05.163Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-22T15:40:05.278Z | Compiling thiserror v1.0.69 |
| 1530 | 2026-05-22T15:40:05.388Z | Compiling serde_urlencoded v0.7.1 |
| 1531 | 2026-05-22T15:40:05.580Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-22T15:40:05.876Z | Compiling scroll v0.12.0 |
| 1533 | 2026-05-22T15:40:06.106Z | Compiling derive_builder_macro v0.20.2 |
| 1534 | 2026-05-22T15:40:06.142Z | Compiling tokio-native-tls v0.3.1 |
| 1535 | 2026-05-22T15:40:06.312Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-22T15:40:06.325Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-22T15:40:06.451Z | Compiling bstr v1.12.1 |
| 1538 | 2026-05-22T15:40:06.576Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-05-22T15:40:06.761Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-05-22T15:40:06.794Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-05-22T15:40:06.810Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-05-22T15:40:06.911Z | Compiling toml_datetime v0.6.11 |
| 1543 | 2026-05-22T15:40:07.130Z | Compiling md-5 v0.10.6 |
| 1544 | 2026-05-22T15:40:07.145Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-22T15:40:07.189Z | Compiling zerocopy-derive v0.7.35 |
| 1546 | 2026-05-22T15:40:07.300Z | Compiling pin-project-internal v1.1.11 |
| 1547 | 2026-05-22T15:40:07.303Z | Compiling curve25519-dalek v4.1.3 |
| 1548 | 2026-05-22T15:40:07.406Z | Compiling vergen-lib v0.1.6 |
| 1549 | 2026-05-22T15:40:07.591Z | Compiling num-integer v0.1.46 |
| 1550 | 2026-05-22T15:40:07.642Z | Compiling hash32 v0.2.1 |
| 1551 | 2026-05-22T15:40:07.848Z | Compiling ff v0.13.1 |
| 1552 | 2026-05-22T15:40:07.928Z | Compiling memoffset v0.9.1 |
| 1553 | 2026-05-22T15:40:07.992Z | Compiling cfg_aliases v0.2.1 |
| 1554 | 2026-05-22T15:40:08.074Z | Compiling ref-cast v1.0.25 |
| 1555 | 2026-05-22T15:40:08.093Z | Compiling rustix v0.38.44 |
| 1556 | 2026-05-22T15:40:08.136Z | Compiling base16ct v0.2.0 |
| 1557 | 2026-05-22T15:40:08.193Z | Compiling litrs v1.0.0 |
| 1558 | 2026-05-22T15:40:08.323Z | Compiling smoltcp v0.9.1 |
| 1559 | 2026-05-22T15:40:08.391Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-05-22T15:40:08.443Z | Compiling fallible-iterator v0.2.0 |
| 1561 | 2026-05-22T15:40:08.459Z | Compiling num-bigint-dig v0.8.6 |
| 1562 | 2026-05-22T15:40:08.521Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-05-22T15:40:08.691Z | Compiling publicsuffix v2.3.0 |
| 1564 | 2026-05-22T15:40:08.707Z | Compiling pin-project v1.1.11 |
| 1565 | 2026-05-22T15:40:08.721Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-22T15:40:08.766Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-22T15:40:08.899Z | Compiling sec1 v0.7.3 |
| 1568 | 2026-05-22T15:40:09.018Z | Compiling zerocopy v0.7.35 |
| 1569 | 2026-05-22T15:40:09.186Z | Compiling nix v0.31.2 |
| 1570 | 2026-05-22T15:40:09.309Z | Compiling group v0.13.0 |
| 1571 | 2026-05-22T15:40:09.331Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-22T15:40:09.570Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-22T15:40:09.598Z | Compiling darling v0.21.3 |
| 1574 | 2026-05-22T15:40:09.681Z | Compiling rand v0.8.6 |
| 1575 | 2026-05-22T15:40:09.898Z | Compiling oxnet v0.1.4 |
| 1576 | 2026-05-22T15:40:09.923Z | Compiling derive_builder v0.20.2 |
| 1577 | 2026-05-22T15:40:10.072Z | Compiling hyper-tls v0.6.0 |
| 1578 | 2026-05-22T15:40:10.264Z | Compiling goblin v0.8.2 |
| 1579 | 2026-05-22T15:40:10.279Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-22T15:40:10.774Z | Compiling phf_shared v0.13.1 |
| 1581 | 2026-05-22T15:40:10.856Z | Compiling lazy_static v1.5.0 |
| 1582 | 2026-05-22T15:40:10.955Z | Compiling regex v1.12.3 |
| 1583 | 2026-05-22T15:40:10.996Z | Compiling futures-executor v0.3.32 |
| 1584 | 2026-05-22T15:40:11.019Z | Compiling hex v0.4.3 |
| 1585 | 2026-05-22T15:40:11.117Z | Compiling cargo-platform v0.1.9 |
| 1586 | 2026-05-22T15:40:11.267Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-22T15:40:11.295Z | Compiling crypto-bigint v0.5.5 |
| 1588 | 2026-05-22T15:40:11.380Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-05-22T15:40:11.398Z | Compiling flate2 v1.1.9 |
| 1590 | 2026-05-22T15:40:11.437Z | Compiling daft-derive v0.1.7 |
| 1591 | 2026-05-22T15:40:11.525Z | Compiling snafu-derive v0.8.9 |
| 1592 | 2026-05-22T15:40:11.796Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-05-22T15:40:11.828Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-22T15:40:12.196Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1595 | 2026-05-22T15:40:12.384Z | Compiling vergen v9.0.6 |
| 1596 | 2026-05-22T15:40:12.570Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-22T15:40:12.764Z | Compiling ahash v0.8.12 |
| 1598 | 2026-05-22T15:40:12.847Z | Compiling encoding_rs v0.8.35 |
| 1599 | 2026-05-22T15:40:12.974Z | Compiling foldhash v0.2.0 |
| 1600 | 2026-05-22T15:40:13.204Z | Compiling bumpalo v3.20.2 |
| 1601 | 2026-05-22T15:40:13.455Z | Compiling managed v0.8.0 |
| 1602 | 2026-05-22T15:40:13.470Z | Compiling libbz2-rs-sys v0.2.2 |
| 1603 | 2026-05-22T15:40:13.473Z | Compiling foldhash v0.1.5 |
| 1604 | 2026-05-22T15:40:13.646Z | Compiling winnow v0.5.40 |
| 1605 | 2026-05-22T15:40:13.671Z | Compiling mime v0.3.17 |
| 1606 | 2026-05-22T15:40:13.788Z | Compiling same-file v1.0.6 |
| 1607 | 2026-05-22T15:40:13.838Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-05-22T15:40:13.919Z | Compiling unicode-segmentation v1.12.0 |
| 1609 | 2026-05-22T15:40:13.937Z | Compiling object v0.37.3 |
| 1610 | 2026-05-22T15:40:14.172Z | Compiling bzip2 v0.6.1 |
| 1611 | 2026-05-22T15:40:14.262Z | Compiling walkdir v2.5.0 |
| 1612 | 2026-05-22T15:40:14.313Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-22T15:40:14.385Z | Compiling clap_builder v4.5.60 |
| 1614 | 2026-05-22T15:40:14.399Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-05-22T15:40:14.445Z | Compiling snafu v0.8.9 |
| 1616 | 2026-05-22T15:40:14.578Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-05-22T15:40:14.749Z | Compiling hashbrown v0.16.1 |
| 1618 | 2026-05-22T15:40:14.949Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-05-22T15:40:15.207Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-22T15:40:15.346Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-05-22T15:40:15.361Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-22T15:40:15.659Z | Compiling cargo_metadata v0.19.2 |
| 1623 | 2026-05-22T15:40:15.805Z | Compiling futures v0.3.32 |
| 1624 | 2026-05-22T15:40:15.897Z | Compiling phf v0.13.1 |
| 1625 | 2026-05-22T15:40:16.066Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-05-22T15:40:16.192Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-22T15:40:16.331Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-22T15:40:16.797Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-22T15:40:17.011Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-05-22T15:40:17.067Z | Compiling serde_with_macros v3.17.0 |
| 1631 | 2026-05-22T15:40:17.113Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-05-22T15:40:17.442Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-05-22T15:40:17.674Z | Compiling usdt-attr-macro v0.6.0 |
| 1634 | 2026-05-22T15:40:17.699Z | Compiling globset v0.4.18 |
| 1635 | 2026-05-22T15:40:17.929Z | Compiling dtrace-parser v0.2.0 |
| 1636 | 2026-05-22T15:40:18.215Z | Compiling ed25519 v2.2.3 |
| 1637 | 2026-05-22T15:40:18.231Z | Compiling phf_shared v0.11.3 |
| 1638 | 2026-05-22T15:40:18.407Z | Compiling olpc-cjson v0.1.4 |
| 1639 | 2026-05-22T15:40:18.429Z | Compiling pkcs1 v0.7.5 |
| 1640 | 2026-05-22T15:40:18.476Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-22T15:40:18.502Z | Compiling serde_plain v1.0.2 |
| 1642 | 2026-05-22T15:40:18.570Z | Compiling rfc6979 v0.4.0 |
| 1643 | 2026-05-22T15:40:18.625Z | Compiling pem v3.0.6 |
| 1644 | 2026-05-22T15:40:18.698Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-05-22T15:40:18.698Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-05-22T15:40:18.730Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-05-22T15:40:18.841Z | Compiling async-recursion v1.1.1 |
| 1648 | 2026-05-22T15:40:18.958Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-05-22T15:40:19.148Z | Compiling float-cmp v0.10.0 |
| 1650 | 2026-05-22T15:40:19.233Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-05-22T15:40:19.303Z | Compiling thread-id v4.2.2 |
| 1652 | 2026-05-22T15:40:19.397Z | Compiling env_filter v1.0.0 |
| 1653 | 2026-05-22T15:40:19.457Z | Compiling precomputed-hash v0.1.1 |
| 1654 | 2026-05-22T15:40:19.510Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-05-22T15:40:19.525Z | Compiling difflib v0.4.0 |
| 1656 | 2026-05-22T15:40:19.550Z | Compiling whoami v2.1.0 |
| 1657 | 2026-05-22T15:40:19.612Z | Compiling predicates-core v1.0.10 |
| 1658 | 2026-05-22T15:40:19.713Z | Compiling data-encoding v2.10.0 |
| 1659 | 2026-05-22T15:40:19.797Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2026-05-22T15:40:19.938Z | Compiling keccak v0.1.6 |
| 1661 | 2026-05-22T15:40:20.023Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-05-22T15:40:20.089Z | Compiling either v1.15.0 |
| 1663 | 2026-05-22T15:40:20.300Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-05-22T15:40:20.385Z | Compiling jiff v0.2.21 |
| 1665 | 2026-05-22T15:40:20.421Z | Compiling new_debug_unreachable v1.0.6 |
| 1666 | 2026-05-22T15:40:20.500Z | Compiling fixedbitset v0.5.7 |
| 1667 | 2026-05-22T15:40:20.517Z | Compiling clap v4.5.60 |
| 1668 | 2026-05-22T15:40:20.533Z | Compiling strum v0.26.3 |
| 1669 | 2026-05-22T15:40:20.602Z | Compiling string_cache v0.8.9 |
| 1670 | 2026-05-22T15:40:20.722Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1671 | 2026-05-22T15:40:20.788Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-05-22T15:40:20.847Z | Compiling itertools v0.13.0 |
| 1673 | 2026-05-22T15:40:20.862Z | Compiling sha3 v0.10.8 |
| 1674 | 2026-05-22T15:40:21.328Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-05-22T15:40:21.348Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-05-22T15:40:21.785Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-22T15:40:22.148Z | Compiling predicates v3.1.4 |
| 1678 | 2026-05-22T15:40:22.802Z | Compiling toml_edit v0.22.27 |
| 1679 | 2026-05-22T15:40:22.816Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-05-22T15:40:22.880Z | Compiling usdt v0.6.0 |
| 1681 | 2026-05-22T15:40:23.159Z | Compiling zip v4.6.1 |
| 1682 | 2026-05-22T15:40:23.179Z | Compiling usdt-impl v0.5.0 |
| 1683 | 2026-05-22T15:40:23.663Z | Compiling ecdsa v0.16.9 |
| 1684 | 2026-05-22T15:40:23.782Z | Compiling rsa v0.9.10 |
| 1685 | 2026-05-22T15:40:24.021Z | Compiling ed25519-dalek v2.2.0 |
| 1686 | 2026-05-22T15:40:24.080Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-05-22T15:40:24.160Z | Compiling crossterm v0.28.1 |
| 1688 | 2026-05-22T15:40:24.830Z | Compiling zip v0.6.6 |
| 1689 | 2026-05-22T15:40:25.535Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-22T15:40:25.614Z | Compiling iddqd v0.4.1 |
| 1691 | 2026-05-22T15:40:26.195Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-22T15:40:26.211Z | Compiling heck v0.4.1 |
| 1693 | 2026-05-22T15:40:26.226Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-22T15:40:26.313Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-05-22T15:40:26.452Z | Compiling tokio-stream v0.1.18 |
| 1696 | 2026-05-22T15:40:26.650Z | Compiling buf-list v1.1.2 |
| 1697 | 2026-05-22T15:40:26.870Z | Compiling x509-cert v0.2.5 |
| 1698 | 2026-05-22T15:40:26.931Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1699 | 2026-05-22T15:40:26.934Z | Compiling openapiv3 v2.2.0 |
| 1700 | 2026-05-22T15:40:26.949Z | Compiling sha1 v0.10.6 |
| 1701 | 2026-05-22T15:40:27.087Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1702 | 2026-05-22T15:40:27.199Z | Compiling lalrpop-util v0.19.12 |
| 1703 | 2026-05-22T15:40:27.254Z | Compiling peg-runtime v0.8.5 |
| 1704 | 2026-05-22T15:40:27.271Z | Compiling thread_local v1.1.9 |
| 1705 | 2026-05-22T15:40:27.389Z | Compiling slog-async v2.8.0 |
| 1706 | 2026-05-22T15:40:27.404Z | Compiling crossbeam-channel v0.5.15 |
| 1707 | 2026-05-22T15:40:27.534Z | Compiling filetime v0.2.27 |
| 1708 | 2026-05-22T15:40:27.550Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-22T15:40:27.649Z | Compiling xattr v1.6.1 |
| 1710 | 2026-05-22T15:40:27.716Z | Compiling term v1.2.1 |
| 1711 | 2026-05-22T15:40:27.732Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-05-22T15:40:27.848Z | Compiling tar v0.4.45 |
| 1713 | 2026-05-22T15:40:28.311Z | Compiling slog-term v2.9.2 |
| 1714 | 2026-05-22T15:40:38.116Z | Compiling rustls-webpki v0.103.9 |
| 1715 | 2026-05-22T15:40:40.973Z | Compiling tokio-rustls v0.26.4 |
| 1716 | 2026-05-22T15:40:40.973Z | Compiling rustls-platform-verifier v0.6.2 |
| 1717 | 2026-05-22T15:40:41.181Z | Compiling hyper-rustls v0.27.7 |
| 1718 | 2026-05-22T15:40:41.387Z | Compiling reqwest v0.12.28 |
| 1719 | 2026-05-22T15:40:41.387Z | Compiling reqwest v0.13.2 |
| 1720 | 2026-05-22T15:40:42.665Z | Compiling tough v0.22.0 |
| 1721 | 2026-05-22T15:40:45.253Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1722 | 2026-05-22T15:40:45.474Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1723 | 2026-05-22T15:40:48.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1724 | 2026-05-22T15:40:48.594Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1725 | 2026-05-22T15:40:48.740Z | May 22 15:40:47.522 INFO Starting download, target: Clickhouse |
| 1726 | 2026-05-22T15:40:48.740Z | May 22 15:40:47.522 INFO Starting download, target: Cockroach |
| 1727 | 2026-05-22T15:40:48.740Z | May 22 15:40:47.522 INFO Starting download, target: Console |
| 1728 | 2026-05-22T15:40:48.740Z | May 22 15:40:47.522 INFO Starting download, target: DendriteStub |
| 1729 | 2026-05-22T15:40:48.740Z | May 22 15:40:47.522 INFO Starting download, target: MaghemiteMgd |
| 1730 | 2026-05-22T15:40:48.740Z | May 22 15:40:47.522 INFO Starting download, target: TransceiverControl |
| 1731 | 2026-05-22T15:40:48.741Z | May 22 15:40:47.522 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1732 | 2026-05-22T15:40:48.741Z | May 22 15:40:47.522 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-05-22T15:40:48.741Z | May 22 15:40:47.522 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1734 | 2026-05-22T15:40:48.741Z | May 22 15:40:47.522 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1735 | 2026-05-22T15:40:48.741Z | May 22 15:40:47.522 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1736 | 2026-05-22T15:40:48.742Z | May 22 15:40:47.522 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-05-22T15:40:49.723Z | May 22 15:40:48.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-22T15:40:49.969Z | May 22 15:40:48.841 INFO Download complete, target: Console |
| 1739 | 2026-05-22T15:40:50.106Z | May 22 15:40:48.874 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-05-22T15:40:50.212Z | May 22 15:40:49.081 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-05-22T15:40:51.075Z | May 22 15:40:49.958 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-05-22T15:40:52.349Z | May 22 15:40:51.208 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-22T15:40:53.861Z | May 22 15:40:52.752 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-05-22T15:40:54.575Z | May 22 15:40:53.487 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-22T15:40:54.575Z | May 22 15:40:53.487 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-22T15:40:54.607Z | May 22 15:40:53.506 INFO Download complete, target: DendriteStub |
| 1747 | 2026-05-22T15:40:56.204Z | May 22 15:40:55.132 INFO Download complete, target: MaghemiteMgd |
| 1748 | 2026-05-22T15:40:57.799Z | May 22 15:40:56.727 INFO Checking that binary works, target: Clickhouse |
| 1749 | 2026-05-22T15:40:57.938Z | May 22 15:40:56.866 INFO Download complete, target: Clickhouse |
| 1750 | 2026-05-22T15:40:59.088Z | May 22 15:40:58.016 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-05-22T15:40:59.243Z | May 22 15:40:58.169 INFO Download complete, target: Cockroach |
| 1752 | 2026-05-22T15:40:59.257Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1753 | 2026-05-22T15:40:59.261Z | |
| 1754 | 2026-05-22T15:40:59.261Z | real 2:20.047050048 |
| 1755 | 2026-05-22T15:40:59.261Z | user 7:09.184118222 |
| 1756 | 2026-05-22T15:40:59.261Z | sys 1:25.504333014 |
| 1757 | 2026-05-22T15:40:59.261Z | trap 0.223411235 |
| 1758 | 2026-05-22T15:40:59.261Z | tflt 0.723813092 |
| 1759 | 2026-05-22T15:40:59.261Z | dflt 0.677431363 |
| 1760 | 2026-05-22T15:40:59.261Z | kflt 0.037437850 |
| 1761 | 2026-05-22T15:40:59.261Z | lock 22:37.890996259 |
| 1762 | 2026-05-22T15:40:59.261Z | slp 21:56.003826077 |
| 1763 | 2026-05-22T15:40:59.261Z | lat 46.969587724 |
| 1764 | 2026-05-22T15:40:59.261Z | stop 2:05.185631321 |
| 1765 | 2026-05-22T15:40:59.261Z | + banner hack-check |
| 1766 | 2026-05-22T15:40:59.261Z | |
| 1767 | 2026-05-22T15:40:59.261Z | # # ## #### # # #### # # ###### #### # # |
| 1768 | 2026-05-22T15:40:59.261Z | # # # # # # # # # # # # # # # # # |
| 1769 | 2026-05-22T15:40:59.261Z | ###### # # # #### ##### # ###### ##### # #### |
| 1770 | 2026-05-22T15:40:59.261Z | # # ###### # # # # # # # # # # |
| 1771 | 2026-05-22T15:40:59.261Z | # # # # # # # # # # # # # # # # # |
| 1772 | 2026-05-22T15:40:59.261Z | # # # # #### # # #### # # ###### #### # # |
| 1773 | 2026-05-22T15:40:59.261Z | |
| 1774 | 2026-05-22T15:40:59.261Z | + export CARGO_INCREMENTAL=0 |
| 1775 | 2026-05-22T15:40:59.261Z | + CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-22T15:40:59.261Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1777 | 2026-05-22T15:40:59.810Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1778 | 2026-05-22T15:41:00.021Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1779 | 2026-05-22T15:41:01.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s |
| 1780 | 2026-05-22T15:41:01.993Z | Running `target/debug/xtask check-features --ci` |
| 1781 | 2026-05-22T15:41:02.022Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1782 | 2026-05-22T15:41:02.026Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1783 | 2026-05-22T15:41:02.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1784 | 2026-05-22T15:41:02.570Z | Running `target/debug/xtask download cargo-hack` |
| 1785 | 2026-05-22T15:41:03.399Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1786 | 2026-05-22T15:41:03.719Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1787 | 2026-05-22T15:41:06.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
| 1788 | 2026-05-22T15:41:06.424Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1789 | 2026-05-22T15:41:06.469Z | May 22 15:41:05.396 INFO Starting download, target: CargoHack |
| 1790 | 2026-05-22T15:41:06.472Z | May 22 15:41:05.397 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1791 | 2026-05-22T15:41:06.915Z | May 22 15:41:05.843 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1792 | 2026-05-22T15:41:06.964Z | May 22 15:41:05.892 INFO Download complete, target: CargoHack |
| 1793 | 2026-05-22T15:41:06.967Z | 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" |
| 1794 | 2026-05-22T15:41:06.981Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1795 | 2026-05-22T15:41:07.145Z | info: running `cargo check --bins` on api_identity (1/295) |
| 1796 | 2026-05-22T15:41:07.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1797 | 2026-05-22T15:41:07.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1798 | 2026-05-22T15:41:07.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1799 | 2026-05-22T15:41:07.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1800 | 2026-05-22T15:41:07.785Z | |
| 1801 | 2026-05-22T15:41:07.785Z | info: running `cargo check --bins` on bootstore (2/295) |
| 1802 | 2026-05-22T15:41:08.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1803 | 2026-05-22T15:41:08.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1804 | 2026-05-22T15:41:08.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1805 | 2026-05-22T15:41:08.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1806 | 2026-05-22T15:41:08.396Z | |
| 1807 | 2026-05-22T15:41:08.396Z | info: running `cargo check --bins` on omicron-ledger (3/295) |
| 1808 | 2026-05-22T15:41:08.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1809 | 2026-05-22T15:41:08.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1810 | 2026-05-22T15:41:08.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1811 | 2026-05-22T15:41:08.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1812 | 2026-05-22T15:41:09.007Z | |
| 1813 | 2026-05-22T15:41:09.008Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295) |
| 1814 | 2026-05-22T15:41:09.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1815 | 2026-05-22T15:41:09.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1816 | 2026-05-22T15:41:09.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1817 | 2026-05-22T15:41:09.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1818 | 2026-05-22T15:41:09.622Z | |
| 1819 | 2026-05-22T15:41:09.622Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295) |
| 1820 | 2026-05-22T15:41:10.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1821 | 2026-05-22T15:41:10.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1822 | 2026-05-22T15:41:10.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1823 | 2026-05-22T15:41:10.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1824 | 2026-05-22T15:41:10.241Z | |
| 1825 | 2026-05-22T15:41:10.241Z | info: running `cargo check --bins` on omicron-certificates (6/295) |
| 1826 | 2026-05-22T15:41:10.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1827 | 2026-05-22T15:41:10.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1828 | 2026-05-22T15:41:10.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1829 | 2026-05-22T15:41:10.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1830 | 2026-05-22T15:41:10.861Z | |
| 1831 | 2026-05-22T15:41:10.861Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/295) |
| 1832 | 2026-05-22T15:41:11.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1833 | 2026-05-22T15:41:11.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1834 | 2026-05-22T15:41:11.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1835 | 2026-05-22T15:41:11.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1836 | 2026-05-22T15:41:11.489Z | |
| 1837 | 2026-05-22T15:41:11.489Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295) |
| 1838 | 2026-05-22T15:41:12.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1839 | 2026-05-22T15:41:12.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1840 | 2026-05-22T15:41:12.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1841 | 2026-05-22T15:41:12.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1842 | 2026-05-22T15:41:12.110Z | |
| 1843 | 2026-05-22T15:41:12.110Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295) |
| 1844 | 2026-05-22T15:41:12.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1845 | 2026-05-22T15:41:12.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1846 | 2026-05-22T15:41:12.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1847 | 2026-05-22T15:41:12.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1848 | 2026-05-22T15:41:12.596Z | |
| 1849 | 2026-05-22T15:41:12.597Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295) |
| 1850 | 2026-05-22T15:41:13.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1851 | 2026-05-22T15:41:13.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1852 | 2026-05-22T15:41:13.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1853 | 2026-05-22T15:41:13.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1854 | 2026-05-22T15:41:13.079Z | |
| 1855 | 2026-05-22T15:41:13.079Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295) |
| 1856 | 2026-05-22T15:41:13.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1857 | 2026-05-22T15:41:13.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1858 | 2026-05-22T15:41:13.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1859 | 2026-05-22T15:41:13.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1860 | 2026-05-22T15:41:13.556Z | |
| 1861 | 2026-05-22T15:41:13.556Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295) |
| 1862 | 2026-05-22T15:41:13.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1863 | 2026-05-22T15:41:13.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1864 | 2026-05-22T15:41:13.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1865 | 2026-05-22T15:41:13.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1866 | 2026-05-22T15:41:14.040Z | |
| 1867 | 2026-05-22T15:41:14.040Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295) |
| 1868 | 2026-05-22T15:41:14.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1869 | 2026-05-22T15:41:14.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1870 | 2026-05-22T15:41:14.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1871 | 2026-05-22T15:41:14.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1872 | 2026-05-22T15:41:14.522Z | |
| 1873 | 2026-05-22T15:41:14.522Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295) |
| 1874 | 2026-05-22T15:41:14.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1875 | 2026-05-22T15:41:14.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1876 | 2026-05-22T15:41:14.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1877 | 2026-05-22T15:41:14.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1878 | 2026-05-22T15:41:15.005Z | |
| 1879 | 2026-05-22T15:41:15.005Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295) |
| 1880 | 2026-05-22T15:41:15.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1881 | 2026-05-22T15:41:15.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1882 | 2026-05-22T15:41:15.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1883 | 2026-05-22T15:41:15.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1884 | 2026-05-22T15:41:15.489Z | |
| 1885 | 2026-05-22T15:41:15.489Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295) |
| 1886 | 2026-05-22T15:41:15.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1887 | 2026-05-22T15:41:15.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1888 | 2026-05-22T15:41:15.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1889 | 2026-05-22T15:41:15.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1890 | 2026-05-22T15:41:15.976Z | |
| 1891 | 2026-05-22T15:41:15.976Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295) |
| 1892 | 2026-05-22T15:41:16.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1893 | 2026-05-22T15:41:16.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1894 | 2026-05-22T15:41:16.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1895 | 2026-05-22T15:41:16.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1896 | 2026-05-22T15:41:16.467Z | |
| 1897 | 2026-05-22T15:41:16.467Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295) |
| 1898 | 2026-05-22T15:41:16.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1899 | 2026-05-22T15:41:16.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1900 | 2026-05-22T15:41:16.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1901 | 2026-05-22T15:41:16.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1902 | 2026-05-22T15:41:16.957Z | |
| 1903 | 2026-05-22T15:41:16.957Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295) |
| 1904 | 2026-05-22T15:41:17.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1905 | 2026-05-22T15:41:17.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1906 | 2026-05-22T15:41:17.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1907 | 2026-05-22T15:41:17.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1908 | 2026-05-22T15:41:17.446Z | |
| 1909 | 2026-05-22T15:41:17.446Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295) |
| 1910 | 2026-05-22T15:41:17.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1911 | 2026-05-22T15:41:17.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1912 | 2026-05-22T15:41:17.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1913 | 2026-05-22T15:41:17.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1914 | 2026-05-22T15:41:17.937Z | |
| 1915 | 2026-05-22T15:41:17.937Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295) |
| 1916 | 2026-05-22T15:41:18.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1917 | 2026-05-22T15:41:18.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1918 | 2026-05-22T15:41:18.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1919 | 2026-05-22T15:41:18.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1920 | 2026-05-22T15:41:18.426Z | |
| 1921 | 2026-05-22T15:41:18.426Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295) |
| 1922 | 2026-05-22T15:41:18.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1923 | 2026-05-22T15:41:18.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1924 | 2026-05-22T15:41:18.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1925 | 2026-05-22T15:41:18.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1926 | 2026-05-22T15:41:18.915Z | |
| 1927 | 2026-05-22T15:41:18.915Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295) |
| 1928 | 2026-05-22T15:41:19.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1929 | 2026-05-22T15:41:19.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1930 | 2026-05-22T15:41:19.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1931 | 2026-05-22T15:41:19.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1932 | 2026-05-22T15:41:19.397Z | |
| 1933 | 2026-05-22T15:41:19.397Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295) |
| 1934 | 2026-05-22T15:41:19.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1935 | 2026-05-22T15:41:19.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1936 | 2026-05-22T15:41:19.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1937 | 2026-05-22T15:41:19.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1938 | 2026-05-22T15:41:19.879Z | |
| 1939 | 2026-05-22T15:41:19.879Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295) |
| 1940 | 2026-05-22T15:41:20.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1941 | 2026-05-22T15:41:20.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1942 | 2026-05-22T15:41:20.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1943 | 2026-05-22T15:41:20.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1944 | 2026-05-22T15:41:20.365Z | |
| 1945 | 2026-05-22T15:41:20.365Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295) |
| 1946 | 2026-05-22T15:41:20.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1947 | 2026-05-22T15:41:20.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1948 | 2026-05-22T15:41:20.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1949 | 2026-05-22T15:41:20.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1950 | 2026-05-22T15:41:20.846Z | |
| 1951 | 2026-05-22T15:41:20.846Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295) |
| 1952 | 2026-05-22T15:41:21.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2026-05-22T15:41:21.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2026-05-22T15:41:21.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1955 | 2026-05-22T15:41:21.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1956 | 2026-05-22T15:41:21.323Z | |
| 1957 | 2026-05-22T15:41:21.323Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295) |
| 1958 | 2026-05-22T15:41:21.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1959 | 2026-05-22T15:41:21.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1960 | 2026-05-22T15:41:21.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1961 | 2026-05-22T15:41:21.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1962 | 2026-05-22T15:41:21.806Z | |
| 1963 | 2026-05-22T15:41:21.806Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295) |
| 1964 | 2026-05-22T15:41:22.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1965 | 2026-05-22T15:41:22.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1966 | 2026-05-22T15:41:22.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1967 | 2026-05-22T15:41:22.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1968 | 2026-05-22T15:41:22.289Z | |
| 1969 | 2026-05-22T15:41:22.289Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295) |
| 1970 | 2026-05-22T15:41:22.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1971 | 2026-05-22T15:41:22.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1972 | 2026-05-22T15:41:22.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1973 | 2026-05-22T15:41:22.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1974 | 2026-05-22T15:41:22.772Z | |
| 1975 | 2026-05-22T15:41:22.772Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295) |
| 1976 | 2026-05-22T15:41:23.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1977 | 2026-05-22T15:41:23.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1978 | 2026-05-22T15:41:23.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1979 | 2026-05-22T15:41:23.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1980 | 2026-05-22T15:41:23.259Z | |
| 1981 | 2026-05-22T15:41:23.259Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295) |
| 1982 | 2026-05-22T15:41:23.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1983 | 2026-05-22T15:41:23.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1984 | 2026-05-22T15:41:23.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1985 | 2026-05-22T15:41:23.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1986 | 2026-05-22T15:41:23.746Z | |
| 1987 | 2026-05-22T15:41:23.746Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295) |
| 1988 | 2026-05-22T15:41:24.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1989 | 2026-05-22T15:41:24.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1990 | 2026-05-22T15:41:24.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1991 | 2026-05-22T15:41:24.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1992 | 2026-05-22T15:41:24.232Z | |
| 1993 | 2026-05-22T15:41:24.232Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295) |
| 1994 | 2026-05-22T15:41:24.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1995 | 2026-05-22T15:41:24.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1996 | 2026-05-22T15:41:24.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1997 | 2026-05-22T15:41:24.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1998 | 2026-05-22T15:41:24.709Z | |
| 1999 | 2026-05-22T15:41:24.709Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295) |
| 2000 | 2026-05-22T15:41:25.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2001 | 2026-05-22T15:41:25.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2002 | 2026-05-22T15:41:25.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2003 | 2026-05-22T15:41:25.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2004 | 2026-05-22T15:41:25.200Z | |
| 2005 | 2026-05-22T15:41:25.200Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295) |
| 2006 | 2026-05-22T15:41:25.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2007 | 2026-05-22T15:41:25.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2008 | 2026-05-22T15:41:25.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2009 | 2026-05-22T15:41:25.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2010 | 2026-05-22T15:41:25.694Z | |
| 2011 | 2026-05-22T15:41:25.694Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295) |
| 2012 | 2026-05-22T15:41:26.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2013 | 2026-05-22T15:41:26.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2014 | 2026-05-22T15:41:26.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2015 | 2026-05-22T15:41:26.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 2016 | 2026-05-22T15:41:26.186Z | |
| 2017 | 2026-05-22T15:41:26.186Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295) |
| 2018 | 2026-05-22T15:41:26.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2019 | 2026-05-22T15:41:26.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2020 | 2026-05-22T15:41:26.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2021 | 2026-05-22T15:41:26.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2022 | 2026-05-22T15:41:26.671Z | |
| 2023 | 2026-05-22T15:41:26.671Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295) |
| 2024 | 2026-05-22T15:41:27.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2025 | 2026-05-22T15:41:27.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2026 | 2026-05-22T15:41:27.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2027 | 2026-05-22T15:41:27.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2028 | 2026-05-22T15:41:27.162Z | |
| 2029 | 2026-05-22T15:41:27.162Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295) |
| 2030 | 2026-05-22T15:41:27.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2031 | 2026-05-22T15:41:27.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2032 | 2026-05-22T15:41:27.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2033 | 2026-05-22T15:41:27.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2034 | 2026-05-22T15:41:27.652Z | |
| 2035 | 2026-05-22T15:41:27.652Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295) |
| 2036 | 2026-05-22T15:41:28.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2037 | 2026-05-22T15:41:28.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2038 | 2026-05-22T15:41:28.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2039 | 2026-05-22T15:41:28.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2040 | 2026-05-22T15:41:28.145Z | |
| 2041 | 2026-05-22T15:41:28.145Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295) |
| 2042 | 2026-05-22T15:41:28.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2043 | 2026-05-22T15:41:28.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2044 | 2026-05-22T15:41:28.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2045 | 2026-05-22T15:41:28.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2046 | 2026-05-22T15:41:28.631Z | |
| 2047 | 2026-05-22T15:41:28.631Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295) |
| 2048 | 2026-05-22T15:41:29.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2049 | 2026-05-22T15:41:29.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2050 | 2026-05-22T15:41:29.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2051 | 2026-05-22T15:41:29.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2052 | 2026-05-22T15:41:29.119Z | |
| 2053 | 2026-05-22T15:41:29.119Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295) |
| 2054 | 2026-05-22T15:41:29.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2055 | 2026-05-22T15:41:29.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2056 | 2026-05-22T15:41:29.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2057 | 2026-05-22T15:41:29.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2058 | 2026-05-22T15:41:29.607Z | |
| 2059 | 2026-05-22T15:41:29.607Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295) |
| 2060 | 2026-05-22T15:41:30.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2061 | 2026-05-22T15:41:30.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2062 | 2026-05-22T15:41:30.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2063 | 2026-05-22T15:41:30.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2064 | 2026-05-22T15:41:30.095Z | |
| 2065 | 2026-05-22T15:41:30.095Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295) |
| 2066 | 2026-05-22T15:41:30.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2067 | 2026-05-22T15:41:30.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2068 | 2026-05-22T15:41:30.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2069 | 2026-05-22T15:41:30.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2070 | 2026-05-22T15:41:30.581Z | |
| 2071 | 2026-05-22T15:41:30.581Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295) |
| 2072 | 2026-05-22T15:41:31.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2073 | 2026-05-22T15:41:31.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2074 | 2026-05-22T15:41:31.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2075 | 2026-05-22T15:41:31.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2076 | 2026-05-22T15:41:31.066Z | |
| 2077 | 2026-05-22T15:41:31.066Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295) |
| 2078 | 2026-05-22T15:41:31.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2079 | 2026-05-22T15:41:31.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2080 | 2026-05-22T15:41:31.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2081 | 2026-05-22T15:41:31.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 2082 | 2026-05-22T15:41:31.558Z | |
| 2083 | 2026-05-22T15:41:31.558Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295) |
| 2084 | 2026-05-22T15:41:32.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2085 | 2026-05-22T15:41:32.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2086 | 2026-05-22T15:41:32.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2087 | 2026-05-22T15:41:32.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2088 | 2026-05-22T15:41:32.223Z | |
| 2089 | 2026-05-22T15:41:32.223Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295) |
| 2090 | 2026-05-22T15:41:32.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2091 | 2026-05-22T15:41:32.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2092 | 2026-05-22T15:41:32.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2093 | 2026-05-22T15:41:32.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2094 | 2026-05-22T15:41:32.884Z | |
| 2095 | 2026-05-22T15:41:32.884Z | info: running `cargo check --bins` on nexus-config (51/295) |
| 2096 | 2026-05-22T15:41:33.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2097 | 2026-05-22T15:41:33.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2098 | 2026-05-22T15:41:33.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2099 | 2026-05-22T15:41:33.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2100 | 2026-05-22T15:41:33.544Z | |
| 2101 | 2026-05-22T15:41:33.544Z | info: running `cargo check --bins` on nexus-types (52/295) |
| 2102 | 2026-05-22T15:41:34.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2103 | 2026-05-22T15:41:34.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2104 | 2026-05-22T15:41:34.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2105 | 2026-05-22T15:41:34.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2106 | 2026-05-22T15:41:34.204Z | |
| 2107 | 2026-05-22T15:41:34.204Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295) |
| 2108 | 2026-05-22T15:41:34.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2109 | 2026-05-22T15:41:34.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2110 | 2026-05-22T15:41:34.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2111 | 2026-05-22T15:41:34.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2112 | 2026-05-22T15:41:34.836Z | |
| 2113 | 2026-05-22T15:41:34.836Z | info: running `cargo check --bins` on omicron-passwords (54/295) |
| 2114 | 2026-05-22T15:41:35.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2115 | 2026-05-22T15:41:35.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2116 | 2026-05-22T15:41:35.362Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2117 | 2026-05-22T15:41:35.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2118 | 2026-05-22T15:41:35.455Z | |
| 2119 | 2026-05-22T15:41:35.455Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/295) |
| 2120 | 2026-05-22T15:41:35.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2026-05-22T15:41:35.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2026-05-22T15:41:35.981Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2123 | 2026-05-22T15:41:35.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2124 | 2026-05-22T15:41:36.076Z | |
| 2125 | 2026-05-22T15:41:36.077Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295) |
| 2126 | 2026-05-22T15:41:36.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2127 | 2026-05-22T15:41:36.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2128 | 2026-05-22T15:41:36.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2129 | 2026-05-22T15:41:36.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2130 | 2026-05-22T15:41:36.698Z | |
| 2131 | 2026-05-22T15:41:36.698Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295) |
| 2132 | 2026-05-22T15:41:37.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2133 | 2026-05-22T15:41:37.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2134 | 2026-05-22T15:41:37.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2135 | 2026-05-22T15:41:37.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2136 | 2026-05-22T15:41:37.329Z | |
| 2137 | 2026-05-22T15:41:37.329Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295) |
| 2138 | 2026-05-22T15:41:37.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2139 | 2026-05-22T15:41:37.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2140 | 2026-05-22T15:41:37.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2141 | 2026-05-22T15:41:37.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2142 | 2026-05-22T15:41:37.953Z | |
| 2143 | 2026-05-22T15:41:37.953Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295) |
| 2144 | 2026-05-22T15:41:38.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2145 | 2026-05-22T15:41:38.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2146 | 2026-05-22T15:41:38.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2147 | 2026-05-22T15:41:38.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2148 | 2026-05-22T15:41:38.567Z | |
| 2149 | 2026-05-22T15:41:38.568Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295) |
| 2150 | 2026-05-22T15:41:39.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2151 | 2026-05-22T15:41:39.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2152 | 2026-05-22T15:41:39.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2153 | 2026-05-22T15:41:39.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2154 | 2026-05-22T15:41:39.171Z | |
| 2155 | 2026-05-22T15:41:39.171Z | info: running `cargo check --bins --no-default-features` on gfss (61/295) |
| 2156 | 2026-05-22T15:41:39.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2157 | 2026-05-22T15:41:39.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2158 | 2026-05-22T15:41:39.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2159 | 2026-05-22T15:41:39.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2160 | 2026-05-22T15:41:39.764Z | |
| 2161 | 2026-05-22T15:41:39.764Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295) |
| 2162 | 2026-05-22T15:41:40.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2163 | 2026-05-22T15:41:40.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2164 | 2026-05-22T15:41:40.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2165 | 2026-05-22T15:41:40.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2166 | 2026-05-22T15:41:40.363Z | |
| 2167 | 2026-05-22T15:41:40.363Z | info: running `cargo check --bins` on clickhouse-admin-types (63/295) |
| 2168 | 2026-05-22T15:41:40.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2169 | 2026-05-22T15:41:40.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2170 | 2026-05-22T15:41:40.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2171 | 2026-05-22T15:41:40.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2172 | 2026-05-22T15:41:40.981Z | |
| 2173 | 2026-05-22T15:41:40.981Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/295) |
| 2174 | 2026-05-22T15:41:41.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2175 | 2026-05-22T15:41:41.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2176 | 2026-05-22T15:41:41.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2177 | 2026-05-22T15:41:41.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2178 | 2026-05-22T15:41:41.610Z | |
| 2179 | 2026-05-22T15:41:41.610Z | info: running `cargo check --bins` on cockroach-admin-types (65/295) |
| 2180 | 2026-05-22T15:41:42.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2181 | 2026-05-22T15:41:42.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2182 | 2026-05-22T15:41:42.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2183 | 2026-05-22T15:41:42.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2184 | 2026-05-22T15:41:42.220Z | |
| 2185 | 2026-05-22T15:41:42.221Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/295) |
| 2186 | 2026-05-22T15:41:42.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2187 | 2026-05-22T15:41:42.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2188 | 2026-05-22T15:41:42.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2189 | 2026-05-22T15:41:42.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2190 | 2026-05-22T15:41:42.834Z | |
| 2191 | 2026-05-22T15:41:42.834Z | info: running `cargo check --bins` on ereport-types (67/295) |
| 2192 | 2026-05-22T15:41:43.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2193 | 2026-05-22T15:41:43.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2194 | 2026-05-22T15:41:43.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2195 | 2026-05-22T15:41:43.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2196 | 2026-05-22T15:41:43.451Z | |
| 2197 | 2026-05-22T15:41:43.451Z | info: running `cargo check --bins` on gateway-client (68/295) |
| 2198 | 2026-05-22T15:41:43.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2199 | 2026-05-22T15:41:43.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2200 | 2026-05-22T15:41:43.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2201 | 2026-05-22T15:41:43.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2202 | 2026-05-22T15:41:44.087Z | |
| 2203 | 2026-05-22T15:41:44.087Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/295) |
| 2204 | 2026-05-22T15:41:44.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2205 | 2026-05-22T15:41:44.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2206 | 2026-05-22T15:41:44.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2207 | 2026-05-22T15:41:44.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2208 | 2026-05-22T15:41:44.709Z | |
| 2209 | 2026-05-22T15:41:44.709Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295) |
| 2210 | 2026-05-22T15:41:45.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2211 | 2026-05-22T15:41:45.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2212 | 2026-05-22T15:41:45.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2213 | 2026-05-22T15:41:45.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2214 | 2026-05-22T15:41:45.329Z | |
| 2215 | 2026-05-22T15:41:45.329Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295) |
| 2216 | 2026-05-22T15:41:45.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2217 | 2026-05-22T15:41:45.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2218 | 2026-05-22T15:41:45.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2219 | 2026-05-22T15:41:45.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2220 | 2026-05-22T15:41:45.943Z | |
| 2221 | 2026-05-22T15:41:45.943Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295) |
| 2222 | 2026-05-22T15:41:46.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2223 | 2026-05-22T15:41:46.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2224 | 2026-05-22T15:41:46.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2225 | 2026-05-22T15:41:46.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2226 | 2026-05-22T15:41:46.558Z | |
| 2227 | 2026-05-22T15:41:46.558Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/295) |
| 2228 | 2026-05-22T15:41:47.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2229 | 2026-05-22T15:41:47.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2230 | 2026-05-22T15:41:47.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2231 | 2026-05-22T15:41:47.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2232 | 2026-05-22T15:41:47.190Z | |
| 2233 | 2026-05-22T15:41:47.190Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295) |
| 2234 | 2026-05-22T15:41:47.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2235 | 2026-05-22T15:41:47.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2236 | 2026-05-22T15:41:47.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2237 | 2026-05-22T15:41:47.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2238 | 2026-05-22T15:41:47.821Z | |
| 2239 | 2026-05-22T15:41:47.821Z | info: running `cargo check --bins` on key-manager-types (75/295) |
| 2240 | 2026-05-22T15:41:48.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2241 | 2026-05-22T15:41:48.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2242 | 2026-05-22T15:41:48.334Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2243 | 2026-05-22T15:41:48.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2244 | 2026-05-22T15:41:48.427Z | |
| 2245 | 2026-05-22T15:41:48.427Z | info: running `cargo check --bins` on oxlog (76/295) |
| 2246 | 2026-05-22T15:41:48.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2247 | 2026-05-22T15:41:48.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2248 | 2026-05-22T15:41:49.057Z | Checking cfg-if v1.0.4 |
| 2249 | 2026-05-22T15:41:49.061Z | Checking libc v0.2.185 |
| 2250 | 2026-05-22T15:41:49.062Z | Checking serde_core v1.0.228 |
| 2251 | 2026-05-22T15:41:49.175Z | Checking zeroize v1.8.2 |
| 2252 | 2026-05-22T15:41:49.183Z | Checking memchr v2.8.0 |
| 2253 | 2026-05-22T15:41:49.190Z | Checking log v0.4.29 |
| 2254 | 2026-05-22T15:41:49.200Z | Checking smallvec v1.15.1 |
| 2255 | 2026-05-22T15:41:49.212Z | Checking typenum v1.19.0 |
| 2256 | 2026-05-22T15:41:49.215Z | Checking subtle v2.6.1 |
| 2257 | 2026-05-22T15:41:49.311Z | Checking itoa v1.0.17 |
| 2258 | 2026-05-22T15:41:49.347Z | Checking scopeguard v1.2.0 |
| 2259 | 2026-05-22T15:41:49.366Z | Checking stable_deref_trait v1.2.1 |
| 2260 | 2026-05-22T15:41:49.379Z | Checking const-oid v0.9.6 |
| 2261 | 2026-05-22T15:41:49.439Z | Checking zerofrom v0.1.6 |
| 2262 | 2026-05-22T15:41:49.453Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-22T15:41:49.457Z | Checking pin-project-lite v0.2.17 |
| 2264 | 2026-05-22T15:41:49.552Z | Checking yoke v0.8.1 |
| 2265 | 2026-05-22T15:41:49.566Z | Checking getrandom v0.2.17 |
| 2266 | 2026-05-22T15:41:49.566Z | Checking errno v0.3.14 |
| 2267 | 2026-05-22T15:41:49.590Z | Checking parking_lot_core v0.9.12 |
| 2268 | 2026-05-22T15:41:49.678Z | Checking portable-atomic v1.13.1 |
| 2269 | 2026-05-22T15:41:49.690Z | Checking signal-hook-registry v1.4.8 |
| 2270 | 2026-05-22T15:41:49.708Z | Checking rand_core v0.6.4 |
| 2271 | 2026-05-22T15:41:49.719Z | Checking zerovec v0.11.5 |
| 2272 | 2026-05-22T15:41:49.742Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-22T15:41:49.776Z | Checking critical-section v1.2.0 |
| 2274 | 2026-05-22T15:41:49.844Z | Checking futures-core v0.3.32 |
| 2275 | 2026-05-22T15:41:49.876Z | Checking parking_lot v0.12.5 |
| 2276 | 2026-05-22T15:41:49.880Z | Checking mio v1.2.0 |
| 2277 | 2026-05-22T15:41:49.964Z | Checking zerocopy v0.8.40 |
| 2278 | 2026-05-22T15:41:50.048Z | Checking zmij v1.0.21 |
| 2279 | 2026-05-22T15:41:50.066Z | Checking socket2 v0.6.3 |
| 2280 | 2026-05-22T15:41:50.076Z | Checking once_cell v1.21.3 |
| 2281 | 2026-05-22T15:41:50.145Z | Checking tinystr v0.8.2 |
| 2282 | 2026-05-22T15:41:50.169Z | Checking libm v0.2.16 |
| 2283 | 2026-05-22T15:41:50.184Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-22T15:41:50.244Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-22T15:41:50.258Z | Checking writeable v0.6.2 |
| 2286 | 2026-05-22T15:41:50.303Z | Checking percent-encoding v2.3.2 |
| 2287 | 2026-05-22T15:41:50.316Z | Checking equivalent v1.0.2 |
| 2288 | 2026-05-22T15:41:50.328Z | Checking litemap v0.8.1 |
| 2289 | 2026-05-22T15:41:50.378Z | Checking digest v0.10.7 |
| 2290 | 2026-05-22T15:41:50.395Z | Checking potential_utf v0.1.4 |
| 2291 | 2026-05-22T15:41:50.414Z | Checking zerotrie v0.2.3 |
| 2292 | 2026-05-22T15:41:50.442Z | Checking futures-sink v0.3.32 |
| 2293 | 2026-05-22T15:41:50.500Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-22T15:41:50.524Z | Checking icu_collections v2.1.1 |
| 2295 | 2026-05-22T15:41:50.543Z | Checking futures-channel v0.3.32 |
| 2296 | 2026-05-22T15:41:50.577Z | Checking futures-io v0.3.32 |
| 2297 | 2026-05-22T15:41:50.661Z | Checking cpufeatures v0.2.17 |
| 2298 | 2026-05-22T15:41:50.664Z | Checking serde v1.0.228 |
| 2299 | 2026-05-22T15:41:50.689Z | Checking bitflags v2.11.0 |
| 2300 | 2026-05-22T15:41:50.730Z | Checking serde_json v1.0.149 |
| 2301 | 2026-05-22T15:41:50.744Z | Checking slab v0.4.12 |
| 2302 | 2026-05-22T15:41:50.836Z | Checking futures-task v0.3.32 |
| 2303 | 2026-05-22T15:41:50.852Z | Checking hmac v0.12.1 |
| 2304 | 2026-05-22T15:41:50.878Z | Checking num-traits v0.2.19 |
| 2305 | 2026-05-22T15:41:50.900Z | Checking icu_properties_data v2.1.2 |
| 2306 | 2026-05-22T15:41:50.976Z | Checking futures-util v0.3.32 |
| 2307 | 2026-05-22T15:41:50.989Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-05-22T15:41:51.029Z | Checking rand_core v0.10.0 |
| 2309 | 2026-05-22T15:41:51.056Z | Checking icu_provider v2.1.1 |
| 2310 | 2026-05-22T15:41:51.069Z | Checking hashbrown v0.17.0 |
| 2311 | 2026-05-22T15:41:51.081Z | Checking bytes v1.11.1 |
| 2312 | 2026-05-22T15:41:51.168Z | Checking getrandom v0.4.1 |
| 2313 | 2026-05-22T15:41:51.287Z | Checking icu_properties v2.1.2 |
| 2314 | 2026-05-22T15:41:51.318Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-22T15:41:51.417Z | Checking block-padding v0.3.3 |
| 2316 | 2026-05-22T15:41:51.432Z | Checking utf8_iter v1.0.4 |
| 2317 | 2026-05-22T15:41:51.525Z | Checking tokio v1.52.1 |
| 2318 | 2026-05-22T15:41:51.535Z | Checking indexmap v2.14.0 |
| 2319 | 2026-05-22T15:41:51.551Z | Checking inout v0.1.4 |
| 2320 | 2026-05-22T15:41:51.566Z | Checking sha2 v0.10.9 |
| 2321 | 2026-05-22T15:41:51.632Z | Checking form_urlencoded v1.2.2 |
| 2322 | 2026-05-22T15:41:51.693Z | Checking cipher v0.4.4 |
| 2323 | 2026-05-22T15:41:51.764Z | Checking getrandom v0.3.4 |
| 2324 | 2026-05-22T15:41:51.846Z | Checking byteorder v1.5.0 |
| 2325 | 2026-05-22T15:41:51.911Z | Checking fnv v1.0.7 |
| 2326 | 2026-05-22T15:41:51.915Z | Checking base64ct v1.8.3 |
| 2327 | 2026-05-22T15:41:52.013Z | Checking flagset v0.4.7 |
| 2328 | 2026-05-22T15:41:52.057Z | Checking rand_core v0.9.5 |
| 2329 | 2026-05-22T15:41:52.108Z | Checking http v1.4.0 |
| 2330 | 2026-05-22T15:41:52.144Z | Checking regex-syntax v0.8.10 |
| 2331 | 2026-05-22T15:41:52.158Z | Checking idna_adapter v1.2.1 |
| 2332 | 2026-05-22T15:41:52.171Z | Checking pem-rfc7468 v0.7.0 |
| 2333 | 2026-05-22T15:41:52.250Z | Checking salsa20 v0.10.2 |
| 2334 | 2026-05-22T15:41:52.286Z | Checking idna v1.1.0 |
| 2335 | 2026-05-22T15:41:52.341Z | Checking der v0.7.10 |
| 2336 | 2026-05-22T15:41:52.396Z | Checking uuid v1.23.0 |
| 2337 | 2026-05-22T15:41:52.553Z | Checking url v2.5.8 |
| 2338 | 2026-05-22T15:41:52.726Z | Checking pbkdf2 v0.12.2 |
| 2339 | 2026-05-22T15:41:52.741Z | Checking rustix v1.1.3 |
| 2340 | 2026-05-22T15:41:52.844Z | Checking tracing-core v0.1.36 |
| 2341 | 2026-05-22T15:41:52.887Z | Checking ppv-lite86 v0.2.21 |
| 2342 | 2026-05-22T15:41:53.014Z | Checking rustls-pki-types v1.14.0 |
| 2343 | 2026-05-22T15:41:53.038Z | Checking base64 v0.22.1 |
| 2344 | 2026-05-22T15:41:53.148Z | Checking spki v0.7.3 |
| 2345 | 2026-05-22T15:41:53.173Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-05-22T15:41:53.192Z | Checking rand_chacha v0.9.0 |
| 2347 | 2026-05-22T15:41:53.283Z | Checking chrono v0.4.44 |
| 2348 | 2026-05-22T15:41:53.298Z | Checking tracing v0.1.44 |
| 2349 | 2026-05-22T15:41:53.313Z | Checking scrypt v0.11.0 |
| 2350 | 2026-05-22T15:41:53.327Z | Checking http-body v1.0.1 |
| 2351 | 2026-05-22T15:41:53.399Z | Checking cbc v0.1.2 |
| 2352 | 2026-05-22T15:41:53.457Z | Checking aes v0.8.4 |
| 2353 | 2026-05-22T15:41:53.472Z | Checking aws-lc-sys v0.40.0 |
| 2354 | 2026-05-22T15:41:53.504Z | Checking untrusted v0.9.0 |
| 2355 | 2026-05-22T15:41:53.533Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-05-22T15:41:53.582Z | Checking openssl-probe v0.2.1 |
| 2357 | 2026-05-22T15:41:53.600Z | Checking untrusted v0.7.1 |
| 2358 | 2026-05-22T15:41:53.616Z | Checking ring v0.17.14 |
| 2359 | 2026-05-22T15:41:53.632Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-22T15:41:53.688Z | Checking rand v0.9.2 |
| 2361 | 2026-05-22T15:41:53.714Z | Checking tower-service v0.3.3 |
| 2362 | 2026-05-22T15:41:53.808Z | Checking try-lock v0.2.5 |
| 2363 | 2026-05-22T15:41:53.860Z | Checking pkcs5 v0.7.1 |
| 2364 | 2026-05-22T15:41:53.908Z | Checking atomic-waker v1.1.2 |
| 2365 | 2026-05-22T15:41:53.944Z | Checking tower-layer v0.3.3 |
| 2366 | 2026-05-22T15:41:54.007Z | Checking aws-lc-rs v1.16.3 |
| 2367 | 2026-05-22T15:41:54.010Z | Checking want v0.3.1 |
| 2368 | 2026-05-22T15:41:54.097Z | Checking ipnet v2.11.0 |
| 2369 | 2026-05-22T15:41:54.116Z | Checking pkcs8 v0.10.2 |
| 2370 | 2026-05-22T15:41:54.141Z | Checking httparse v1.10.1 |
| 2371 | 2026-05-22T15:41:54.170Z | Checking aho-corasick v1.1.4 |
| 2372 | 2026-05-22T15:41:54.185Z | Checking plain v0.2.3 |
| 2373 | 2026-05-22T15:41:54.291Z | Checking fastrand v2.3.0 |
| 2374 | 2026-05-22T15:41:54.305Z | Checking httpdate v1.0.3 |
| 2375 | 2026-05-22T15:41:54.347Z | Checking foreign-types-shared v0.1.1 |
| 2376 | 2026-05-22T15:41:54.360Z | Checking dyn-clone v1.0.20 |
| 2377 | 2026-05-22T15:41:54.432Z | Checking pin-utils v0.1.0 |
| 2378 | 2026-05-22T15:41:54.449Z | Checking foreign-types v0.3.2 |
| 2379 | 2026-05-22T15:41:54.465Z | Checking unicode-normalization v0.1.25 |
| 2380 | 2026-05-22T15:41:54.478Z | Checking tempfile v3.25.0 |
| 2381 | 2026-05-22T15:41:54.503Z | Checking semver v1.0.28 |
| 2382 | 2026-05-22T15:41:54.516Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-22T15:41:54.642Z | Checking spin v0.9.8 |
| 2384 | 2026-05-22T15:41:54.673Z | Checking ucd-trie v0.1.7 |
| 2385 | 2026-05-22T15:41:54.714Z | Checking unicode-ident v1.0.24 |
| 2386 | 2026-05-22T15:41:54.815Z | Checking pest v2.8.6 |
| 2387 | 2026-05-22T15:41:54.829Z | Checking proc-macro2 v1.0.106 |
| 2388 | 2026-05-22T15:41:54.841Z | Checking schemars v0.8.22 |
| 2389 | 2026-05-22T15:41:54.862Z | Checking regex-automata v0.4.14 |
| 2390 | 2026-05-22T15:41:54.880Z | Checking rustls-webpki v0.103.9 |
| 2391 | 2026-05-22T15:41:54.893Z | Checking rustls-native-certs v0.8.3 |
| 2392 | 2026-05-22T15:41:54.910Z | Checking openssl v0.10.79 |
| 2393 | 2026-05-22T15:41:54.946Z | Checking tokio-util v0.7.18 |
| 2394 | 2026-05-22T15:41:55.017Z | Checking thiserror v2.0.18 |
| 2395 | 2026-05-22T15:41:55.121Z | Checking sync_wrapper v1.0.2 |
| 2396 | 2026-05-22T15:41:55.139Z | Checking wait-timeout v0.2.1 |
| 2397 | 2026-05-22T15:41:55.226Z | Checking pretty-hex v0.4.1 |
| 2398 | 2026-05-22T15:41:55.261Z | Checking powerfmt v0.2.0 |
| 2399 | 2026-05-22T15:41:55.310Z | Checking rustls v0.23.37 |
| 2400 | 2026-05-22T15:41:55.343Z | Checking siphasher v1.0.2 |
| 2401 | 2026-05-22T15:41:55.415Z | Checking anstyle v1.0.13 |
| 2402 | 2026-05-22T15:41:55.494Z | Checking quick-error v1.2.3 |
| 2403 | 2026-05-22T15:41:55.507Z | Checking utf8parse v0.2.2 |
| 2404 | 2026-05-22T15:41:55.569Z | Checking h2 v0.4.13 |
| 2405 | 2026-05-22T15:41:55.597Z | Checking bit-vec v0.8.0 |
| 2406 | 2026-05-22T15:41:55.601Z | Checking simd-adler32 v0.3.8 |
| 2407 | 2026-05-22T15:41:55.624Z | Checking anstyle-parse v0.2.7 |
| 2408 | 2026-05-22T15:41:55.777Z | Checking rusty-fork v0.3.1 |
| 2409 | 2026-05-22T15:41:55.781Z | Checking deranged v0.5.8 |
| 2410 | 2026-05-22T15:41:55.802Z | Checking bit-set v0.8.0 |
| 2411 | 2026-05-22T15:41:55.923Z | Checking tower v0.5.3 |
| 2412 | 2026-05-22T15:41:55.945Z | Checking quote v1.0.45 |
| 2413 | 2026-05-22T15:41:55.961Z | Compiling newtype-uuid v1.3.2 |
| 2414 | 2026-05-22T15:41:56.120Z | Checking http-body-util v0.1.3 |
| 2415 | 2026-05-22T15:41:56.141Z | Checking webpki-roots v1.0.6 |
| 2416 | 2026-05-22T15:41:56.261Z | Checking crossbeam-utils v0.8.21 |
| 2417 | 2026-05-22T15:41:56.308Z | Checking rand_xorshift v0.4.0 |
| 2418 | 2026-05-22T15:41:56.341Z | Checking crc32fast v1.5.0 |
| 2419 | 2026-05-22T15:41:56.429Z | Checking scroll v0.13.0 |
| 2420 | 2026-05-22T15:41:56.482Z | Checking signature v2.2.0 |
| 2421 | 2026-05-22T15:41:56.603Z | Checking iri-string v0.7.10 |
| 2422 | 2026-05-22T15:41:56.618Z | Checking ryu v1.0.23 |
| 2423 | 2026-05-22T15:41:56.658Z | Checking allocator-api2 v0.2.21 |
| 2424 | 2026-05-22T15:41:56.735Z | Checking time-core v0.1.8 |
| 2425 | 2026-05-22T15:41:56.752Z | Checking unarray v0.1.4 |
| 2426 | 2026-05-22T15:41:56.756Z | Checking anstyle-query v1.1.5 |
| 2427 | 2026-05-22T15:41:56.860Z | Checking colorchoice v1.0.4 |
| 2428 | 2026-05-22T15:41:56.875Z | Checking adler2 v2.0.1 |
| 2429 | 2026-05-22T15:41:56.897Z | Checking unicode-properties v0.1.4 |
| 2430 | 2026-05-22T15:41:56.947Z | Checking unicode-bidi v0.3.18 |
| 2431 | 2026-05-22T15:41:56.962Z | Checking num_threads v0.1.7 |
| 2432 | 2026-05-22T15:41:56.979Z | Checking num-conv v0.2.0 |
| 2433 | 2026-05-22T15:41:57.023Z | Checking native-tls v0.2.18 |
| 2434 | 2026-05-22T15:41:57.051Z | Checking is_terminal_polyfill v1.70.2 |
| 2435 | 2026-05-22T15:41:57.075Z | Checking miniz_oxide v0.8.9 |
| 2436 | 2026-05-22T15:41:57.095Z | Checking time v0.3.47 |
| 2437 | 2026-05-22T15:41:57.134Z | Checking anstream v0.6.21 |
| 2438 | 2026-05-22T15:41:57.199Z | Checking tokio-native-tls v0.3.1 |
| 2439 | 2026-05-22T15:41:57.250Z | Checking stringprep v0.1.5 |
| 2440 | 2026-05-22T15:41:57.361Z | Checking proptest v1.10.0 |
| 2441 | 2026-05-22T15:41:57.375Z | Checking bstr v1.12.1 |
| 2442 | 2026-05-22T15:41:57.410Z | Checking serde_urlencoded v0.7.1 |
| 2443 | 2026-05-22T15:41:57.461Z | Checking goblin v0.10.5 |
| 2444 | 2026-05-22T15:41:57.621Z | Checking crossbeam-epoch v0.9.18 |
| 2445 | 2026-05-22T15:41:57.690Z | Checking tower-http v0.6.8 |
| 2446 | 2026-05-22T15:41:57.778Z | Checking tokio-rustls v0.26.4 |
| 2447 | 2026-05-22T15:41:57.793Z | Checking syn v2.0.117 |
| 2448 | 2026-05-22T15:41:57.847Z | Compiling daft v0.1.7 |
| 2449 | 2026-05-22T15:41:57.975Z | Checking ipnetwork v0.21.1 |
| 2450 | 2026-05-22T15:41:58.010Z | Checking rand_chacha v0.3.1 |
| 2451 | 2026-05-22T15:41:58.125Z | Checking scroll v0.12.0 |
| 2452 | 2026-05-22T15:41:58.192Z | Checking thiserror v1.0.69 |
| 2453 | 2026-05-22T15:41:58.225Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2454 | 2026-05-22T15:41:58.280Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-22T15:41:58.292Z | Checking num-integer v0.1.46 |
| 2456 | 2026-05-22T15:41:58.333Z | Checking serde_spanned v0.6.9 |
| 2457 | 2026-05-22T15:41:58.346Z | Checking hyper v1.8.1 |
| 2458 | 2026-05-22T15:41:58.359Z | Checking toml_datetime v0.6.11 |
| 2459 | 2026-05-22T15:41:58.438Z | Checking md-5 v0.10.6 |
| 2460 | 2026-05-22T15:41:58.457Z | Checking ff v0.13.1 |
| 2461 | 2026-05-22T15:41:58.514Z | Checking fallible-iterator v0.2.0 |
| 2462 | 2026-05-22T15:41:58.539Z | Checking psl-types v2.0.11 |
| 2463 | 2026-05-22T15:41:58.575Z | Checking zlib-rs v0.6.2 |
| 2464 | 2026-05-22T15:41:58.588Z | Checking base16ct v0.2.0 |
| 2465 | 2026-05-22T15:41:58.656Z | Checking publicsuffix v2.3.0 |
| 2466 | 2026-05-22T15:41:58.710Z | Checking sec1 v0.7.3 |
| 2467 | 2026-05-22T15:41:58.787Z | Checking postgres-protocol v0.6.10 |
| 2468 | 2026-05-22T15:41:58.817Z | Checking group v0.13.0 |
| 2469 | 2026-05-22T15:41:58.922Z | Checking num-iter v0.1.45 |
| 2470 | 2026-05-22T15:41:58.968Z | Checking heapless v0.7.17 |
| 2471 | 2026-05-22T15:41:59.038Z | Checking goblin v0.8.2 |
| 2472 | 2026-05-22T15:41:59.103Z | Checking zstd-safe v7.2.4 |
| 2473 | 2026-05-22T15:41:59.268Z | Checking hyper-util v0.1.20 |
| 2474 | 2026-05-22T15:41:59.282Z | Checking cookie v0.18.1 |
| 2475 | 2026-05-22T15:41:59.352Z | Checking rand v0.8.6 |
| 2476 | 2026-05-22T15:41:59.383Z | Checking oxnet v0.1.4 |
| 2477 | 2026-05-22T15:41:59.475Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-22T15:41:59.515Z | Compiling iddqd v0.4.1 |
| 2479 | 2026-05-22T15:41:59.629Z | Checking dtrace-parser v0.3.0 |
| 2480 | 2026-05-22T15:41:59.784Z | Checking phf_shared v0.13.1 |
| 2481 | 2026-05-22T15:41:59.861Z | Checking dof v0.4.0 |
| 2482 | 2026-05-22T15:41:59.879Z | Checking lazy_static v1.5.0 |
| 2483 | 2026-05-22T15:41:59.892Z | Checking pin-project v1.1.11 |
| 2484 | 2026-05-22T15:41:59.972Z | Checking zerocopy v0.7.35 |
| 2485 | 2026-05-22T15:41:59.989Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2486 | 2026-05-22T15:41:59.993Z | Checking signal-hook v0.3.18 |
| 2487 | 2026-05-22T15:42:00.075Z | Checking terminal_size v0.4.3 |
| 2488 | 2026-05-22T15:42:00.145Z | Checking futures-executor v0.3.32 |
| 2489 | 2026-05-22T15:42:00.193Z | Checking hex v0.4.3 |
| 2490 | 2026-05-22T15:42:00.193Z | Checking hkdf v0.12.4 |
| 2491 | 2026-05-22T15:42:00.301Z | Checking crypto-bigint v0.5.5 |
| 2492 | 2026-05-22T15:42:00.345Z | Checking thread-id v5.1.0 |
| 2493 | 2026-05-22T15:42:00.428Z | Checking encoding_rs v0.8.35 |
| 2494 | 2026-05-22T15:42:00.431Z | Checking bitflags v1.3.2 |
| 2495 | 2026-05-22T15:42:00.489Z | Checking managed v0.8.0 |
| 2496 | 2026-05-22T15:42:00.517Z | Checking winnow v0.7.14 |
| 2497 | 2026-05-22T15:42:00.531Z | Compiling rayon-core v1.13.0 |
| 2498 | 2026-05-22T15:42:00.602Z | Checking hyper-rustls v0.27.7 |
| 2499 | 2026-05-22T15:42:00.686Z | Checking hyper-tls v0.6.0 |
| 2500 | 2026-05-22T15:42:00.720Z | Checking foldhash v0.1.5 |
| 2501 | 2026-05-22T15:42:00.791Z | Checking mime v0.3.17 |
| 2502 | 2026-05-22T15:42:00.828Z | Checking winnow v0.5.40 |
| 2503 | 2026-05-22T15:42:00.859Z | Checking strsim v0.11.1 |
| 2504 | 2026-05-22T15:42:00.873Z | Checking clap_lex v1.0.0 |
| 2505 | 2026-05-22T15:42:00.980Z | Checking foldhash v0.2.0 |
| 2506 | 2026-05-22T15:42:01.031Z | Checking same-file v1.0.6 |
| 2507 | 2026-05-22T15:42:01.034Z | Checking either v1.15.0 |
| 2508 | 2026-05-22T15:42:01.064Z | Checking libbz2-rs-sys v0.2.2 |
| 2509 | 2026-05-22T15:42:01.139Z | Checking bumpalo v3.20.2 |
| 2510 | 2026-05-22T15:42:01.164Z | Checking walkdir v2.5.0 |
| 2511 | 2026-05-22T15:42:01.226Z | Checking hashbrown v0.16.1 |
| 2512 | 2026-05-22T15:42:01.270Z | Checking elliptic-curve v0.13.8 |
| 2513 | 2026-05-22T15:42:01.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2514 | 2026-05-22T15:42:01.370Z | Checking zopfli v0.8.3 |
| 2515 | 2026-05-22T15:42:01.458Z | Checking reqwest v0.12.28 |
| 2516 | 2026-05-22T15:42:01.476Z | Checking bzip2 v0.6.1 |
| 2517 | 2026-05-22T15:42:01.540Z | Checking dof v0.3.0 |
| 2518 | 2026-05-22T15:42:01.598Z | Checking clap_builder v4.5.60 |
| 2519 | 2026-05-22T15:42:01.646Z | Checking hashbrown v0.15.5 |
| 2520 | 2026-05-22T15:42:01.742Z | Checking smoltcp v0.9.1 |
| 2521 | 2026-05-22T15:42:01.757Z | Checking usdt-impl v0.6.0 |
| 2522 | 2026-05-22T15:42:01.789Z | Checking futures v0.3.32 |
| 2523 | 2026-05-22T15:42:01.844Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-22T15:42:01.877Z | Checking bzip2 v0.4.4 |
| 2525 | 2026-05-22T15:42:01.952Z | Checking snafu v0.8.9 |
| 2526 | 2026-05-22T15:42:02.048Z | Checking phf v0.13.1 |
| 2527 | 2026-05-22T15:42:02.051Z | Checking toml_edit v0.19.15 |
| 2528 | 2026-05-22T15:42:02.051Z | Checking num-bigint-dig v0.8.6 |
| 2529 | 2026-05-22T15:42:02.201Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-05-22T15:42:02.201Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-22T15:42:02.359Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-22T15:42:02.386Z | Checking dtrace-parser v0.2.0 |
| 2533 | 2026-05-22T15:42:02.402Z | Checking crossbeam-deque v0.8.6 |
| 2534 | 2026-05-22T15:42:02.428Z | Checking globset v0.4.18 |
| 2535 | 2026-05-22T15:42:02.560Z | Checking rustls-platform-verifier v0.6.2 |
| 2536 | 2026-05-22T15:42:02.589Z | Checking regex v1.12.3 |
| 2537 | 2026-05-22T15:42:02.631Z | Checking ed25519 v2.2.3 |
| 2538 | 2026-05-22T15:42:02.686Z | Checking phf_shared v0.11.3 |
| 2539 | 2026-05-22T15:42:02.699Z | Checking olpc-cjson v0.1.4 |
| 2540 | 2026-05-22T15:42:02.712Z | Checking ref-cast v1.0.25 |
| 2541 | 2026-05-22T15:42:02.816Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-22T15:42:02.829Z | Checking strum v0.27.2 |
| 2543 | 2026-05-22T15:42:02.842Z | Checking hubpack v0.1.2 |
| 2544 | 2026-05-22T15:42:02.854Z | Checking memoffset v0.9.1 |
| 2545 | 2026-05-22T15:42:02.886Z | Checking rustix v0.38.44 |
| 2546 | 2026-05-22T15:42:02.933Z | Checking pkcs1 v0.7.5 |
| 2547 | 2026-05-22T15:42:02.949Z | Checking pem v3.0.6 |
| 2548 | 2026-05-22T15:42:02.952Z | Checking float-cmp v0.10.0 |
| 2549 | 2026-05-22T15:42:02.952Z | Checking serde_plain v1.0.2 |
| 2550 | 2026-05-22T15:42:03.010Z | Checking erased-serde v0.3.31 |
| 2551 | 2026-05-22T15:42:03.081Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-05-22T15:42:03.122Z | Checking rfc6979 v0.4.0 |
| 2553 | 2026-05-22T15:42:03.122Z | Checking memmap2 v0.9.10 |
| 2554 | 2026-05-22T15:42:03.153Z | Checking thread-id v4.2.2 |
| 2555 | 2026-05-22T15:42:03.167Z | Checking env_filter v1.0.0 |
| 2556 | 2026-05-22T15:42:03.219Z | Checking fixedbitset v0.4.2 |
| 2557 | 2026-05-22T15:42:03.234Z | Checking data-encoding v2.10.0 |
| 2558 | 2026-05-22T15:42:03.246Z | Checking unicode-segmentation v1.12.0 |
| 2559 | 2026-05-22T15:42:03.296Z | Checking predicates-core v1.0.10 |
| 2560 | 2026-05-22T15:42:03.315Z | Checking whoami v2.1.0 |
| 2561 | 2026-05-22T15:42:03.373Z | Checking fixedbitset v0.5.7 |
| 2562 | 2026-05-22T15:42:03.409Z | Checking precomputed-hash v0.1.1 |
| 2563 | 2026-05-22T15:42:03.422Z | Checking typed-path v0.9.3 |
| 2564 | 2026-05-22T15:42:03.496Z | Checking jiff v0.2.21 |
| 2565 | 2026-05-22T15:42:03.510Z | Checking toml_write v0.1.2 |
| 2566 | 2026-05-22T15:42:03.523Z | Checking static_assertions v1.1.0 |
| 2567 | 2026-05-22T15:42:03.569Z | Checking normalize-line-endings v0.3.0 |
| 2568 | 2026-05-22T15:42:03.582Z | Checking difflib v0.4.0 |
| 2569 | 2026-05-22T15:42:03.595Z | Checking new_debug_unreachable v1.0.6 |
| 2570 | 2026-05-22T15:42:03.617Z | Checking keccak v0.1.6 |
| 2571 | 2026-05-22T15:42:03.659Z | Checking ed25519-dalek v2.2.0 |
| 2572 | 2026-05-22T15:42:03.672Z | Checking string_cache v0.8.9 |
| 2573 | 2026-05-22T15:42:03.686Z | Checking toml_edit v0.22.27 |
| 2574 | 2026-05-22T15:42:03.730Z | Checking crossterm v0.28.1 |
| 2575 | 2026-05-22T15:42:03.766Z | Checking predicates v3.1.4 |
| 2576 | 2026-05-22T15:42:03.785Z | Checking sha3 v0.10.8 |
| 2577 | 2026-05-22T15:42:03.839Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2578 | 2026-05-22T15:42:03.892Z | Checking petgraph v0.8.3 |
| 2579 | 2026-05-22T15:42:03.996Z | Checking similar v2.7.0 |
| 2580 | 2026-05-22T15:42:04.068Z | Checking tokio-postgres v0.7.16 |
| 2581 | 2026-05-22T15:42:04.226Z | Checking tough v0.22.0 |
| 2582 | 2026-05-22T15:42:04.391Z | Checking hickory-proto v0.25.2 |
| 2583 | 2026-05-22T15:42:04.463Z | Checking slog v2.8.2 |
| 2584 | 2026-05-22T15:42:04.747Z | Checking petgraph v0.6.5 |
| 2585 | 2026-05-22T15:42:04.806Z | Checking env_logger v0.11.9 |
| 2586 | 2026-05-22T15:42:05.006Z | Checking usdt v0.6.0 |
| 2587 | 2026-05-22T15:42:05.182Z | Checking ecdsa v0.16.9 |
| 2588 | 2026-05-22T15:42:05.370Z | Checking usdt-impl v0.5.0 |
| 2589 | 2026-05-22T15:42:05.531Z | Checking toml v0.7.8 |
| 2590 | 2026-05-22T15:42:05.531Z | Checking rsa v0.9.10 |
| 2591 | 2026-05-22T15:42:05.664Z | Checking clap v4.5.60 |
| 2592 | 2026-05-22T15:42:05.751Z | Checking nix v0.31.2 |
| 2593 | 2026-05-22T15:42:05.842Z | Checking zip v4.6.1 |
| 2594 | 2026-05-22T15:42:06.036Z | Checking reqwest v0.13.2 |
| 2595 | 2026-05-22T15:42:06.230Z | Checking zip v0.6.6 |
| 2596 | 2026-05-22T15:42:06.330Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2597 | 2026-05-22T15:42:06.415Z | Checking itertools v0.13.0 |
| 2598 | 2026-05-22T15:42:06.437Z | Checking serde_with v3.17.0 |
| 2599 | 2026-05-22T15:42:06.557Z | Checking strum v0.26.3 |
| 2600 | 2026-05-22T15:42:06.659Z | Checking fs-err v3.3.0 |
| 2601 | 2026-05-22T15:42:06.677Z | Checking ahash v0.8.12 |
| 2602 | 2026-05-22T15:42:06.781Z | Checking object v0.37.3 |
| 2603 | 2026-05-22T15:42:06.807Z | Checking tokio-stream v0.1.18 |
| 2604 | 2026-05-22T15:42:06.876Z | Checking buf-list v1.1.2 |
| 2605 | 2026-05-22T15:42:06.902Z | Checking anyhow v1.0.102 |
| 2606 | 2026-05-22T15:42:06.960Z | Checking camino v1.2.2 |
| 2607 | 2026-05-22T15:42:07.059Z | Checking x509-cert v0.2.5 |
| 2608 | 2026-05-22T15:42:07.105Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2609 | 2026-05-22T15:42:07.202Z | Checking openapiv3 v2.2.0 |
| 2610 | 2026-05-22T15:42:07.215Z | Checking sha1 v0.10.6 |
| 2611 | 2026-05-22T15:42:07.341Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2612 | 2026-05-22T15:42:07.383Z | Checking lalrpop-util v0.19.12 |
| 2613 | 2026-05-22T15:42:07.386Z | Checking peg-runtime v0.8.5 |
| 2614 | 2026-05-22T15:42:07.489Z | Checking rayon v1.11.0 |
| 2615 | 2026-05-22T15:42:07.537Z | Checking sigpipe v0.1.3 |
| 2616 | 2026-05-22T15:42:07.540Z | Checking glob v0.3.3 |
| 2617 | 2026-05-22T15:42:09.061Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2618 | 2026-05-22T15:42:09.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.91s |
| 2619 | 2026-05-22T15:42:09.518Z | |
| 2620 | 2026-05-22T15:42:09.518Z | info: running `cargo check --bins` on internal-dns-types (77/295) |
| 2621 | 2026-05-22T15:42:10.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2622 | 2026-05-22T15:42:10.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2623 | 2026-05-22T15:42:10.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2624 | 2026-05-22T15:42:10.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2625 | 2026-05-22T15:42:10.139Z | |
| 2626 | 2026-05-22T15:42:10.139Z | info: running `cargo check --bins` on internal-dns-types-versions (78/295) |
| 2627 | 2026-05-22T15:42:10.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2026-05-22T15:42:10.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2026-05-22T15:42:10.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2026-05-22T15:42:10.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2631 | 2026-05-22T15:42:10.763Z | |
| 2632 | 2026-05-22T15:42:10.763Z | info: running `cargo check --bins` on nexus-types-versions (79/295) |
| 2633 | 2026-05-22T15:42:11.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2026-05-22T15:42:11.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2026-05-22T15:42:11.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2026-05-22T15:42:11.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2637 | 2026-05-22T15:42:11.402Z | |
| 2638 | 2026-05-22T15:42:11.402Z | info: running `cargo check --bins` on oxql-types (80/295) |
| 2639 | 2026-05-22T15:42:11.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2026-05-22T15:42:11.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2026-05-22T15:42:11.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2026-05-22T15:42:11.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2643 | 2026-05-22T15:42:12.032Z | |
| 2644 | 2026-05-22T15:42:12.032Z | info: running `cargo check --bins` on oximeter-types (81/295) |
| 2645 | 2026-05-22T15:42:12.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2026-05-22T15:42:12.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2026-05-22T15:42:12.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2026-05-22T15:42:12.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2649 | 2026-05-22T15:42:12.648Z | |
| 2650 | 2026-05-22T15:42:12.648Z | info: running `cargo check --bins` on oximeter-types-versions (82/295) |
| 2651 | 2026-05-22T15:42:13.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2026-05-22T15:42:13.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2026-05-22T15:42:13.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2026-05-22T15:42:13.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2655 | 2026-05-22T15:42:13.273Z | |
| 2656 | 2026-05-22T15:42:13.273Z | info: running `cargo check --bins` on oximeter-macro-impl (83/295) |
| 2657 | 2026-05-22T15:42:13.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2026-05-22T15:42:13.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2026-05-22T15:42:13.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2026-05-22T15:42:13.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2661 | 2026-05-22T15:42:13.878Z | |
| 2662 | 2026-05-22T15:42:13.878Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/295) |
| 2663 | 2026-05-22T15:42:14.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2026-05-22T15:42:14.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2026-05-22T15:42:14.593Z | Compiling structmeta-derive v0.3.0 |
| 2666 | 2026-05-22T15:42:14.716Z | Compiling rustls v0.22.4 |
| 2667 | 2026-05-22T15:42:14.723Z | Compiling multer v3.1.0 |
| 2668 | 2026-05-22T15:42:14.735Z | Compiling async-stream-impl v0.3.6 |
| 2669 | 2026-05-22T15:42:14.736Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2670 | 2026-05-22T15:42:14.753Z | Compiling dropshot v0.17.0 |
| 2671 | 2026-05-22T15:42:14.769Z | Compiling newtype-uuid-macros v0.1.0 |
| 2672 | 2026-05-22T15:42:14.769Z | Compiling dropshot_endpoint v0.17.0 |
| 2673 | 2026-05-22T15:42:14.893Z | Checking newtype-uuid v1.3.2 |
| 2674 | 2026-05-22T15:42:14.980Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2675 | 2026-05-22T15:42:15.020Z | Checking rustls-webpki v0.102.8 |
| 2676 | 2026-05-22T15:42:15.096Z | Checking daft v0.1.7 |
| 2677 | 2026-05-22T15:42:15.123Z | Checking thread_local v1.1.9 |
| 2678 | 2026-05-22T15:42:15.298Z | Checking compression-core v0.4.31 |
| 2679 | 2026-05-22T15:42:15.324Z | Checking match_cfg v0.1.0 |
| 2680 | 2026-05-22T15:42:15.345Z | Checking iddqd v0.4.1 |
| 2681 | 2026-05-22T15:42:15.394Z | Checking hostname v0.3.1 |
| 2682 | 2026-05-22T15:42:15.427Z | Checking compression-codecs v0.4.37 |
| 2683 | 2026-05-22T15:42:15.443Z | Checking crossbeam-channel v0.5.15 |
| 2684 | 2026-05-22T15:42:15.492Z | Checking slog-json v2.6.1 |
| 2685 | 2026-05-22T15:42:15.536Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2686 | 2026-05-22T15:42:15.593Z | Checking serde_spanned v1.0.4 |
| 2687 | 2026-05-22T15:42:15.648Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-05-22T15:42:15.728Z | Checking debug-ignore v1.0.5 |
| 2689 | 2026-05-22T15:42:15.744Z | Checking term v1.2.1 |
| 2690 | 2026-05-22T15:42:15.745Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-22T15:42:15.786Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2692 | 2026-05-22T15:42:15.800Z | Compiling structmeta v0.3.0 |
| 2693 | 2026-05-22T15:42:15.828Z | Checking slog-bunyan v2.5.0 |
| 2694 | 2026-05-22T15:42:15.858Z | Checking slog-async v2.8.0 |
| 2695 | 2026-05-22T15:42:15.941Z | Checking async-compression v0.4.41 |
| 2696 | 2026-05-22T15:42:15.961Z | Checking slog-term v2.9.2 |
| 2697 | 2026-05-22T15:42:15.976Z | Checking toml v1.0.6+spec-1.1.0 |
| 2698 | 2026-05-22T15:42:16.013Z | Compiling derive-ex v0.1.8 |
| 2699 | 2026-05-22T15:42:16.035Z | Compiling parse-display-derive v0.10.0 |
| 2700 | 2026-05-22T15:42:16.193Z | Checking async-stream v0.3.6 |
| 2701 | 2026-05-22T15:42:16.224Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2702 | 2026-05-22T15:42:16.292Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2703 | 2026-05-22T15:42:16.325Z | Checking progenitor-client v0.14.0 |
| 2704 | 2026-05-22T15:42:16.339Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2705 | 2026-05-22T15:42:16.482Z | Checking waitgroup v0.1.2 |
| 2706 | 2026-05-22T15:42:16.566Z | Checking backon v1.6.0 |
| 2707 | 2026-05-22T15:42:16.581Z | Checking rustls-pemfile v2.2.0 |
| 2708 | 2026-05-22T15:42:16.595Z | Checking serde_path_to_error v0.1.20 |
| 2709 | 2026-05-22T15:42:16.621Z | Checking hostname v0.4.2 |
| 2710 | 2026-05-22T15:42:16.720Z | Checking instant v0.1.13 |
| 2711 | 2026-05-22T15:42:16.820Z | Checking backoff v0.4.0 |
| 2712 | 2026-05-22T15:42:16.906Z | Checking progenitor-extras v0.2.0 |
| 2713 | 2026-05-22T15:42:16.922Z | Checking tokio-rustls v0.25.0 |
| 2714 | 2026-05-22T15:42:16.939Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2715 | 2026-05-22T15:42:17.144Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2716 | 2026-05-22T15:42:17.144Z | Checking itertools v0.14.0 |
| 2717 | 2026-05-22T15:42:17.170Z | Checking progenitor-client v0.10.0 |
| 2718 | 2026-05-22T15:42:17.414Z | Checking regress v0.10.5 |
| 2719 | 2026-05-22T15:42:17.429Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2720 | 2026-05-22T15:42:17.771Z | Compiling test-strategy v0.4.5 |
| 2721 | 2026-05-22T15:42:17.786Z | Checking macaddr v1.0.1 |
| 2722 | 2026-05-22T15:42:17.803Z | Checking parse-display v0.10.0 |
| 2723 | 2026-05-22T15:42:17.975Z | Checking humantime v2.3.0 |
| 2724 | 2026-05-22T15:42:19.179Z | Compiling prettyplease v0.2.37 |
| 2725 | 2026-05-22T15:42:19.288Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2726 | 2026-05-22T15:42:19.528Z | Checking num-rational v0.4.2 |
| 2727 | 2026-05-22T15:42:19.671Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2728 | 2026-05-22T15:42:20.112Z | Checking num-complex v0.4.6 |
| 2729 | 2026-05-22T15:42:20.716Z | Checking num v0.4.3 |
| 2730 | 2026-05-22T15:42:20.765Z | Compiling usdt-attr-macro v0.5.0 |
| 2731 | 2026-05-22T15:42:20.855Z | Compiling usdt-macro v0.5.0 |
| 2732 | 2026-05-22T15:42:20.877Z | Checking memmap v0.7.0 |
| 2733 | 2026-05-22T15:42:20.890Z | Checking float-ord v0.3.2 |
| 2734 | 2026-05-22T15:42:20.991Z | Checking unicode-width v0.2.0 |
| 2735 | 2026-05-22T15:42:21.006Z | Compiling convert_case v0.4.0 |
| 2736 | 2026-05-22T15:42:21.259Z | Checking console v0.15.11 |
| 2737 | 2026-05-22T15:42:21.400Z | Compiling derive_more v0.99.20 |
| 2738 | 2026-05-22T15:42:21.552Z | Checking newline-converter v0.3.0 |
| 2739 | 2026-05-22T15:42:21.592Z | Checking atomicwrites v0.4.4 |
| 2740 | 2026-05-22T15:42:21.626Z | Checking usdt v0.5.0 |
| 2741 | 2026-05-22T15:42:21.669Z | Compiling toml v0.8.23 |
| 2742 | 2026-05-22T15:42:21.728Z | Compiling minimal-lexical v0.2.1 |
| 2743 | 2026-05-22T15:42:21.789Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-22T15:42:21.971Z | Checking lru-cache v0.1.2 |
| 2745 | 2026-05-22T15:42:21.997Z | Compiling nom v7.1.3 |
| 2746 | 2026-05-22T15:42:22.106Z | Checking expectorate v1.2.0 |
| 2747 | 2026-05-22T15:42:22.725Z | Checking camino-tempfile v1.4.1 |
| 2748 | 2026-05-22T15:42:22.843Z | Checking hickory-proto v0.24.4 |
| 2749 | 2026-05-22T15:42:22.905Z | Checking phf_shared v0.12.1 |
| 2750 | 2026-05-22T15:42:23.060Z | Compiling slog-dtrace v0.3.0 |
| 2751 | 2026-05-22T15:42:23.157Z | Checking heck v0.5.0 |
| 2752 | 2026-05-22T15:42:23.264Z | Compiling chrono-tz v0.10.4 |
| 2753 | 2026-05-22T15:42:23.295Z | Checking resolv-conf v0.7.6 |
| 2754 | 2026-05-22T15:42:23.440Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2755 | 2026-05-22T15:42:23.487Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-05-22T15:42:23.523Z | Checking phf v0.12.1 |
| 2757 | 2026-05-22T15:42:23.540Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2758 | 2026-05-22T15:42:23.671Z | Checking tokio-dtrace v0.1.1 |
| 2759 | 2026-05-22T15:42:23.866Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2760 | 2026-05-22T15:42:23.928Z | Compiling derive-where v1.6.0 |
| 2761 | 2026-05-22T15:42:24.121Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2762 | 2026-05-22T15:42:24.410Z | Checking highway v1.3.0 |
| 2763 | 2026-05-22T15:42:24.643Z | Checking const_format v0.2.35 |
| 2764 | 2026-05-22T15:42:24.729Z | Checking hickory-resolver v0.24.4 |
| 2765 | 2026-05-22T15:42:24.877Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2766 | 2026-05-22T15:42:25.035Z | Checking oxide-tokio-rt v0.1.4 |
| 2767 | 2026-05-22T15:42:25.104Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2768 | 2026-05-22T15:42:25.369Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2769 | 2026-05-22T15:42:25.372Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2770 | 2026-05-22T15:42:25.399Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2771 | 2026-05-22T15:42:25.470Z | Checking qorb v0.4.1 |
| 2772 | 2026-05-22T15:42:25.482Z | Checking gethostname v0.5.0 |
| 2773 | 2026-05-22T15:42:25.568Z | Checking bcs v0.1.6 |
| 2774 | 2026-05-22T15:42:25.583Z | Checking termtree v0.5.1 |
| 2775 | 2026-05-22T15:42:28.959Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2776 | 2026-05-22T15:42:31.800Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2777 | 2026-05-22T15:42:34.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.13s |
| 2778 | 2026-05-22T15:42:34.205Z | |
| 2779 | 2026-05-22T15:42:34.205Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295) |
| 2780 | 2026-05-22T15:42:34.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2026-05-22T15:42:34.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2026-05-22T15:42:34.945Z | Compiling ar_archive_writer v0.5.1 |
| 2783 | 2026-05-22T15:42:35.064Z | Compiling stacker v0.1.23 |
| 2784 | 2026-05-22T15:42:35.068Z | Compiling cfg_aliases v0.1.1 |
| 2785 | 2026-05-22T15:42:35.075Z | Compiling convert_case v0.10.0 |
| 2786 | 2026-05-22T15:42:35.078Z | Checking unicode-width v0.1.14 |
| 2787 | 2026-05-22T15:42:35.087Z | Compiling proc-macro-error v1.0.4 |
| 2788 | 2026-05-22T15:42:35.097Z | Checking fd-lock v4.0.4 |
| 2789 | 2026-05-22T15:42:35.097Z | Checking nibble_vec v0.1.0 |
| 2790 | 2026-05-22T15:42:35.129Z | Compiling nix v0.28.0 |
| 2791 | 2026-05-22T15:42:35.219Z | Checking vte v0.14.1 |
| 2792 | 2026-05-22T15:42:35.238Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2793 | 2026-05-22T15:42:35.339Z | Checking endian-type v0.1.2 |
| 2794 | 2026-05-22T15:42:35.357Z | Checking bytecount v0.6.9 |
| 2795 | 2026-05-22T15:42:35.391Z | Compiling derive_more-impl v2.1.1 |
| 2796 | 2026-05-22T15:42:35.406Z | Compiling tabled_derive v0.7.0 |
| 2797 | 2026-05-22T15:42:35.418Z | Checking strip-ansi-escapes v0.2.1 |
| 2798 | 2026-05-22T15:42:35.462Z | Checking papergrid v0.11.0 |
| 2799 | 2026-05-22T15:42:35.476Z | Checking radix_trie v0.2.1 |
| 2800 | 2026-05-22T15:42:35.526Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2801 | 2026-05-22T15:42:35.692Z | Compiling peg-macros v0.8.5 |
| 2802 | 2026-05-22T15:42:35.692Z | Checking winnow v0.6.26 |
| 2803 | 2026-05-22T15:42:35.947Z | Compiling psm v0.1.30 |
| 2804 | 2026-05-22T15:42:36.014Z | Compiling sqlparser_derive v0.5.0 |
| 2805 | 2026-05-22T15:42:36.119Z | Checking unicode_categories v0.1.1 |
| 2806 | 2026-05-22T15:42:36.235Z | Checking derive_more v2.1.1 |
| 2807 | 2026-05-22T15:42:36.281Z | Checking home v0.5.12 |
| 2808 | 2026-05-22T15:42:36.321Z | Checking nu-ansi-term v0.50.3 |
| 2809 | 2026-05-22T15:42:36.391Z | Checking crossterm v0.29.0 |
| 2810 | 2026-05-22T15:42:36.404Z | Checking tabled v0.15.0 |
| 2811 | 2026-05-22T15:42:36.492Z | Checking rustyline v14.0.0 |
| 2812 | 2026-05-22T15:42:36.538Z | Checking reedline v0.40.0 |
| 2813 | 2026-05-22T15:42:36.753Z | Checking recursive v0.1.1 |
| 2814 | 2026-05-22T15:42:36.818Z | Checking display-error-chain v0.2.2 |
| 2815 | 2026-05-22T15:42:36.851Z | Checking sqlparser v0.61.0 |
| 2816 | 2026-05-22T15:42:36.879Z | Checking sqlformat v0.3.5 |
| 2817 | 2026-05-22T15:42:37.097Z | Checking peg v0.8.5 |
| 2818 | 2026-05-22T15:42:48.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
| 2819 | 2026-05-22T15:42:48.597Z | |
| 2820 | 2026-05-22T15:42:48.597Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295) |
| 2821 | 2026-05-22T15:42:49.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2026-05-22T15:42:49.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2026-05-22T15:42:49.300Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2026-05-22T15:42:52.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 2825 | 2026-05-22T15:42:53.032Z | |
| 2826 | 2026-05-22T15:42:53.032Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295) |
| 2827 | 2026-05-22T15:42:53.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2026-05-22T15:42:53.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2026-05-22T15:42:53.737Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2026-05-22T15:42:56.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 2831 | 2026-05-22T15:42:56.430Z | |
| 2832 | 2026-05-22T15:42:56.430Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295) |
| 2833 | 2026-05-22T15:42:56.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2026-05-22T15:42:56.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2026-05-22T15:42:57.120Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2026-05-22T15:43:00.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
| 2837 | 2026-05-22T15:43:00.616Z | |
| 2838 | 2026-05-22T15:43:00.616Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295) |
| 2839 | 2026-05-22T15:43:01.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2026-05-22T15:43:01.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2026-05-22T15:43:01.318Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2026-05-22T15:43:04.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
| 2843 | 2026-05-22T15:43:04.840Z | |
| 2844 | 2026-05-22T15:43:04.840Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295) |
| 2845 | 2026-05-22T15:43:05.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2026-05-22T15:43:05.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2026-05-22T15:43:05.538Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2848 | 2026-05-22T15:43:08.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 2849 | 2026-05-22T15:43:08.390Z | |
| 2850 | 2026-05-22T15:43:08.390Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295) |
| 2851 | 2026-05-22T15:43:08.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2026-05-22T15:43:08.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2026-05-22T15:43:09.094Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2854 | 2026-05-22T15:43:11.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
| 2855 | 2026-05-22T15:43:11.974Z | |
| 2856 | 2026-05-22T15:43:11.974Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295) |
| 2857 | 2026-05-22T15:43:12.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2026-05-22T15:43:12.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2026-05-22T15:43:12.690Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2860 | 2026-05-22T15:43:16.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 2861 | 2026-05-22T15:43:16.430Z | |
| 2862 | 2026-05-22T15:43:16.430Z | info: running `cargo check --bins` on oximeter (93/295) |
| 2863 | 2026-05-22T15:43:16.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2026-05-22T15:43:16.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2026-05-22T15:43:16.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2026-05-22T15:43:16.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2867 | 2026-05-22T15:43:17.066Z | |
| 2868 | 2026-05-22T15:43:17.066Z | info: running `cargo check --bins` on oximeter-schema (94/295) |
| 2869 | 2026-05-22T15:43:17.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2026-05-22T15:43:17.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2026-05-22T15:43:17.734Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2872 | 2026-05-22T15:43:17.903Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2026-05-22T15:43:17.906Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-05-22T15:43:18.253Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2875 | 2026-05-22T15:43:21.255Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2876 | 2026-05-22T15:43:22.536Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2877 | 2026-05-22T15:43:22.753Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2878 | 2026-05-22T15:43:23.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.38s |
| 2879 | 2026-05-22T15:43:23.640Z | |
| 2880 | 2026-05-22T15:43:23.640Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/295) |
| 2881 | 2026-05-22T15:43:24.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2026-05-22T15:43:24.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2026-05-22T15:43:24.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2026-05-22T15:43:24.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2885 | 2026-05-22T15:43:24.262Z | |
| 2886 | 2026-05-22T15:43:24.262Z | info: running `cargo check --bins` on oximeter-test-utils (96/295) |
| 2887 | 2026-05-22T15:43:24.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2026-05-22T15:43:24.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2026-05-22T15:43:24.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2890 | 2026-05-22T15:43:24.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2891 | 2026-05-22T15:43:24.930Z | |
| 2892 | 2026-05-22T15:43:24.930Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295) |
| 2893 | 2026-05-22T15:43:25.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2894 | 2026-05-22T15:43:25.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2895 | 2026-05-22T15:43:25.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2896 | 2026-05-22T15:43:25.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2897 | 2026-05-22T15:43:25.567Z | |
| 2898 | 2026-05-22T15:43:25.567Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295) |
| 2899 | 2026-05-22T15:43:26.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2900 | 2026-05-22T15:43:26.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2901 | 2026-05-22T15:43:26.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2902 | 2026-05-22T15:43:26.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2903 | 2026-05-22T15:43:26.197Z | |
| 2904 | 2026-05-22T15:43:26.197Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295) |
| 2905 | 2026-05-22T15:43:26.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2906 | 2026-05-22T15:43:26.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2907 | 2026-05-22T15:43:26.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2908 | 2026-05-22T15:43:26.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2909 | 2026-05-22T15:43:26.836Z | |
| 2910 | 2026-05-22T15:43:26.836Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295) |
| 2911 | 2026-05-22T15:43:27.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2912 | 2026-05-22T15:43:27.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2913 | 2026-05-22T15:43:27.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2914 | 2026-05-22T15:43:27.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2915 | 2026-05-22T15:43:27.459Z | |
| 2916 | 2026-05-22T15:43:27.459Z | info: running `cargo check --bins` on trust-quorum-types (101/295) |
| 2917 | 2026-05-22T15:43:27.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2918 | 2026-05-22T15:43:27.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2919 | 2026-05-22T15:43:27.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2920 | 2026-05-22T15:43:27.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2921 | 2026-05-22T15:43:28.065Z | |
| 2922 | 2026-05-22T15:43:28.065Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/295) |
| 2923 | 2026-05-22T15:43:28.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2924 | 2026-05-22T15:43:28.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2925 | 2026-05-22T15:43:28.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2926 | 2026-05-22T15:43:28.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2927 | 2026-05-22T15:43:28.694Z | |
| 2928 | 2026-05-22T15:43:28.694Z | info: running `cargo check --bins` on update-engine (103/295) |
| 2929 | 2026-05-22T15:43:29.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2930 | 2026-05-22T15:43:29.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2931 | 2026-05-22T15:43:29.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2932 | 2026-05-22T15:43:29.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2933 | 2026-05-22T15:43:29.307Z | |
| 2934 | 2026-05-22T15:43:29.307Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/295) |
| 2935 | 2026-05-22T15:43:29.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2936 | 2026-05-22T15:43:29.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2937 | 2026-05-22T15:43:30.055Z | Compiling crucible-workspace-hack v0.1.0 |
| 2938 | 2026-05-22T15:43:30.175Z | Checking secrecy v0.10.3 |
| 2939 | 2026-05-22T15:43:30.182Z | Compiling heapless v0.8.0 |
| 2940 | 2026-05-22T15:43:30.189Z | Compiling ingot-macros v0.1.1 |
| 2941 | 2026-05-22T15:43:30.195Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2942 | 2026-05-22T15:43:30.198Z | Checking hash32 v0.3.1 |
| 2943 | 2026-05-22T15:43:30.213Z | Compiling smoltcp v0.11.0 |
| 2944 | 2026-05-22T15:43:30.213Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-05-22T15:43:30.282Z | Checking cobs v0.3.0 |
| 2946 | 2026-05-22T15:43:30.327Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2947 | 2026-05-22T15:43:30.439Z | Checking universal-hash v0.5.1 |
| 2948 | 2026-05-22T15:43:30.442Z | Checking half v2.7.1 |
| 2949 | 2026-05-22T15:43:30.467Z | Checking ciborium-io v0.2.2 |
| 2950 | 2026-05-22T15:43:30.570Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2951 | 2026-05-22T15:43:30.600Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-05-22T15:43:30.619Z | Checking postcard v1.1.3 |
| 2953 | 2026-05-22T15:43:30.674Z | Checking poly1305 v0.8.0 |
| 2954 | 2026-05-22T15:43:30.724Z | Checking ciborium-ll v0.2.2 |
| 2955 | 2026-05-22T15:43:30.763Z | Compiling proc-macro-crate v3.4.0 |
| 2956 | 2026-05-22T15:43:30.927Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2957 | 2026-05-22T15:43:30.947Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2958 | 2026-05-22T15:43:30.962Z | Checking password-hash v0.5.0 |
| 2959 | 2026-05-22T15:43:31.213Z | Checking chacha20 v0.9.1 |
| 2960 | 2026-05-22T15:43:31.240Z | Compiling proc-macro-crate v1.3.1 |
| 2961 | 2026-05-22T15:43:31.256Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2962 | 2026-05-22T15:43:31.318Z | Checking blake2 v0.10.6 |
| 2963 | 2026-05-22T15:43:31.357Z | Compiling num_enum_derive v0.7.5 |
| 2964 | 2026-05-22T15:43:31.419Z | Checking aead v0.5.2 |
| 2965 | 2026-05-22T15:43:31.507Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2966 | 2026-05-22T15:43:31.574Z | Compiling foreign-types-macros v0.2.3 |
| 2967 | 2026-05-22T15:43:31.577Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2968 | 2026-05-22T15:43:31.602Z | Checking thiserror-no-std v2.0.2 |
| 2969 | 2026-05-22T15:43:31.679Z | Checking foreign-types-shared v0.3.1 |
| 2970 | 2026-05-22T15:43:31.697Z | Checking cpufeatures v0.3.0 |
| 2971 | 2026-05-22T15:43:31.727Z | Checking vsss-rs v3.3.4 |
| 2972 | 2026-05-22T15:43:31.775Z | Compiling num_enum_derive v0.5.11 |
| 2973 | 2026-05-22T15:43:31.780Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-05-22T15:43:31.857Z | Checking argon2 v0.5.3 |
| 2975 | 2026-05-22T15:43:32.018Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-22T15:43:32.156Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2977 | 2026-05-22T15:43:32.191Z | Checking foreign-types v0.5.0 |
| 2978 | 2026-05-22T15:43:32.269Z | Checking ciborium v0.2.2 |
| 2979 | 2026-05-22T15:43:32.410Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2980 | 2026-05-22T15:43:32.451Z | Checking tabwriter v1.4.1 |
| 2981 | 2026-05-22T15:43:32.467Z | Checking num_enum v0.7.5 |
| 2982 | 2026-05-22T15:43:32.584Z | Checking byte-wrapper v0.1.0 |
| 2983 | 2026-05-22T15:43:32.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2984 | 2026-05-22T15:43:32.703Z | Checking cstr-argument v0.1.2 |
| 2985 | 2026-05-22T15:43:32.717Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2986 | 2026-05-22T15:43:32.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2987 | 2026-05-22T15:43:32.838Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2988 | 2026-05-22T15:43:32.878Z | Checking num_enum v0.5.11 |
| 2989 | 2026-05-22T15:43:32.893Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2990 | 2026-05-22T15:43:32.995Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2991 | 2026-05-22T15:43:33.024Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2992 | 2026-05-22T15:43:33.039Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2993 | 2026-05-22T15:43:33.053Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2994 | 2026-05-22T15:43:33.157Z | Checking rand v0.10.0 |
| 2995 | 2026-05-22T15:43:33.181Z | Checking ingot-types v0.1.2 |
| 2996 | 2026-05-22T15:43:33.194Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2997 | 2026-05-22T15:43:33.205Z | Checking indent_write v2.2.0 |
| 2998 | 2026-05-22T15:43:33.241Z | Checking colored v3.1.1 |
| 2999 | 2026-05-22T15:43:33.339Z | Compiling zone_cfg_derive v0.3.1 |
| 3000 | 2026-05-22T15:43:33.454Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3001 | 2026-05-22T15:43:33.511Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3002 | 2026-05-22T15:43:33.553Z | Checking ingot v0.1.1 |
| 3003 | 2026-05-22T15:43:33.633Z | Checking itertools v0.12.1 |
| 3004 | 2026-05-22T15:43:33.649Z | Compiling num-derive v0.4.2 |
| 3005 | 2026-05-22T15:43:33.690Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3006 | 2026-05-22T15:43:33.704Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3007 | 2026-05-22T15:43:33.802Z | Checking swrite v0.1.0 |
| 3008 | 2026-05-22T15:43:33.880Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3009 | 2026-05-22T15:43:33.919Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3010 | 2026-05-22T15:43:34.024Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3011 | 2026-05-22T15:43:34.047Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-22T15:43:34.077Z | Checking dropshot-api-manager-types v0.7.2 |
| 3013 | 2026-05-22T15:43:34.149Z | Checking smf v0.2.3 |
| 3014 | 2026-05-22T15:43:34.164Z | Checking nanorand v0.7.0 |
| 3015 | 2026-05-22T15:43:34.246Z | Checking whoami v1.6.1 |
| 3016 | 2026-05-22T15:43:34.356Z | Checking flume v0.11.1 |
| 3017 | 2026-05-22T15:43:34.380Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-05-22T15:43:34.583Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3019 | 2026-05-22T15:43:34.697Z | Checking zone v0.3.1 |
| 3020 | 2026-05-22T15:43:35.151Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3021 | 2026-05-22T15:43:36.150Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-22T15:43:37.055Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-22T15:43:40.354Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3024 | 2026-05-22T15:43:42.462Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3025 | 2026-05-22T15:43:43.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s |
| 3026 | 2026-05-22T15:43:43.805Z | |
| 3027 | 2026-05-22T15:43:43.805Z | info: running `cargo check --bins` on clickhouse-admin-api (105/295) |
| 3028 | 2026-05-22T15:43:44.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3029 | 2026-05-22T15:43:44.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3030 | 2026-05-22T15:43:44.338Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3031 | 2026-05-22T15:43:44.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3032 | 2026-05-22T15:43:44.439Z | |
| 3033 | 2026-05-22T15:43:44.439Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/295) |
| 3034 | 2026-05-22T15:43:44.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3035 | 2026-05-22T15:43:44.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3036 | 2026-05-22T15:43:44.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3037 | 2026-05-22T15:43:44.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3038 | 2026-05-22T15:43:45.073Z | |
| 3039 | 2026-05-22T15:43:45.074Z | info: running `cargo check --bins` on bootstrap-agent-client (107/295) |
| 3040 | 2026-05-22T15:43:45.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3041 | 2026-05-22T15:43:45.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3042 | 2026-05-22T15:43:45.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3043 | 2026-05-22T15:43:45.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3044 | 2026-05-22T15:43:45.705Z | |
| 3045 | 2026-05-22T15:43:45.705Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295) |
| 3046 | 2026-05-22T15:43:46.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3047 | 2026-05-22T15:43:46.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3048 | 2026-05-22T15:43:46.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3049 | 2026-05-22T15:43:46.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3050 | 2026-05-22T15:43:46.335Z | |
| 3051 | 2026-05-22T15:43:46.335Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295) |
| 3052 | 2026-05-22T15:43:46.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3053 | 2026-05-22T15:43:46.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3054 | 2026-05-22T15:43:46.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3055 | 2026-05-22T15:43:46.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3056 | 2026-05-22T15:43:46.954Z | |
| 3057 | 2026-05-22T15:43:46.954Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/295) |
| 3058 | 2026-05-22T15:43:47.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2026-05-22T15:43:47.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2026-05-22T15:43:47.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2026-05-22T15:43:47.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3062 | 2026-05-22T15:43:47.579Z | |
| 3063 | 2026-05-22T15:43:47.579Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/295) |
| 3064 | 2026-05-22T15:43:48.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2026-05-22T15:43:48.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2026-05-22T15:43:48.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3067 | 2026-05-22T15:43:48.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3068 | 2026-05-22T15:43:48.209Z | |
| 3069 | 2026-05-22T15:43:48.209Z | info: running `cargo check --bins` on cockroach-admin-client (112/295) |
| 3070 | 2026-05-22T15:43:48.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2026-05-22T15:43:48.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2026-05-22T15:43:48.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3073 | 2026-05-22T15:43:48.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3074 | 2026-05-22T15:43:48.834Z | |
| 3075 | 2026-05-22T15:43:48.834Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/295) |
| 3076 | 2026-05-22T15:43:49.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3077 | 2026-05-22T15:43:49.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3078 | 2026-05-22T15:43:49.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3079 | 2026-05-22T15:43:49.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3080 | 2026-05-22T15:43:49.469Z | |
| 3081 | 2026-05-22T15:43:49.469Z | info: running `cargo check --bins` on dns-service-client (114/295) |
| 3082 | 2026-05-22T15:43:49.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3083 | 2026-05-22T15:43:50.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3084 | 2026-05-22T15:43:50.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3085 | 2026-05-22T15:43:50.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3086 | 2026-05-22T15:43:50.105Z | |
| 3087 | 2026-05-22T15:43:50.106Z | info: running `cargo check --bins` on installinator-client (115/295) |
| 3088 | 2026-05-22T15:43:50.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3089 | 2026-05-22T15:43:50.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3090 | 2026-05-22T15:43:50.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3091 | 2026-05-22T15:43:50.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3092 | 2026-05-22T15:43:50.742Z | |
| 3093 | 2026-05-22T15:43:50.742Z | info: running `cargo check --bins` on nexus-client (116/295) |
| 3094 | 2026-05-22T15:43:51.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3095 | 2026-05-22T15:43:51.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3096 | 2026-05-22T15:43:51.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3097 | 2026-05-22T15:43:51.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3098 | 2026-05-22T15:43:51.417Z | |
| 3099 | 2026-05-22T15:43:51.417Z | info: running `cargo check --bins` on nexus-lockstep-client (117/295) |
| 3100 | 2026-05-22T15:43:51.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3101 | 2026-05-22T15:43:51.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3102 | 2026-05-22T15:43:51.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3103 | 2026-05-22T15:43:51.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3104 | 2026-05-22T15:43:52.092Z | |
| 3105 | 2026-05-22T15:43:52.092Z | info: running `cargo check --bins` on ntp-admin-client (118/295) |
| 3106 | 2026-05-22T15:43:52.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3107 | 2026-05-22T15:43:52.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3108 | 2026-05-22T15:43:52.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3109 | 2026-05-22T15:43:52.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3110 | 2026-05-22T15:43:52.720Z | |
| 3111 | 2026-05-22T15:43:52.720Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/295) |
| 3112 | 2026-05-22T15:43:53.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2026-05-22T15:43:53.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2026-05-22T15:43:53.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2026-05-22T15:43:53.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3116 | 2026-05-22T15:43:53.343Z | |
| 3117 | 2026-05-22T15:43:53.343Z | info: running `cargo check --bins` on oxide-client (120/295) |
| 3118 | 2026-05-22T15:43:53.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2026-05-22T15:43:53.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2026-05-22T15:43:53.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2026-05-22T15:43:53.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3122 | 2026-05-22T15:43:53.958Z | |
| 3123 | 2026-05-22T15:43:53.958Z | info: running `cargo check --bins` on oximeter-client (121/295) |
| 3124 | 2026-05-22T15:43:54.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2026-05-22T15:43:54.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2026-05-22T15:43:54.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2026-05-22T15:43:54.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3128 | 2026-05-22T15:43:54.592Z | |
| 3129 | 2026-05-22T15:43:54.592Z | info: running `cargo check --bins` on repo-depot-client (122/295) |
| 3130 | 2026-05-22T15:43:55.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2026-05-22T15:43:55.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2026-05-22T15:43:55.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2026-05-22T15:43:55.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3134 | 2026-05-22T15:43:55.211Z | |
| 3135 | 2026-05-22T15:43:55.211Z | info: running `cargo check --bins` on sled-agent-client (123/295) |
| 3136 | 2026-05-22T15:43:55.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2026-05-22T15:43:55.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2026-05-22T15:43:55.752Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2026-05-22T15:43:55.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3140 | 2026-05-22T15:43:55.856Z | |
| 3141 | 2026-05-22T15:43:55.856Z | info: running `cargo check --bins` on wicketd-client (124/295) |
| 3142 | 2026-05-22T15:43:56.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2026-05-22T15:43:56.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2026-05-22T15:43:56.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2026-05-22T15:43:56.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3146 | 2026-05-22T15:43:56.521Z | |
| 3147 | 2026-05-22T15:43:56.521Z | info: running `cargo check --bins` on installinator-common (125/295) |
| 3148 | 2026-05-22T15:43:57.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2026-05-22T15:43:57.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2026-05-22T15:43:57.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2026-05-22T15:43:57.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3152 | 2026-05-22T15:43:57.177Z | |
| 3153 | 2026-05-22T15:43:57.177Z | info: running `cargo check --bins` on installinator-common-versions (126/295) |
| 3154 | 2026-05-22T15:43:57.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2026-05-22T15:43:57.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2026-05-22T15:43:57.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2026-05-22T15:43:57.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3158 | 2026-05-22T15:43:57.794Z | |
| 3159 | 2026-05-22T15:43:57.794Z | info: running `cargo check --bins` on wicket-common (127/295) |
| 3160 | 2026-05-22T15:43:58.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2026-05-22T15:43:58.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2026-05-22T15:43:58.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3163 | 2026-05-22T15:43:58.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3164 | 2026-05-22T15:43:58.441Z | |
| 3165 | 2026-05-22T15:43:58.441Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/295) |
| 3166 | 2026-05-22T15:43:58.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2026-05-22T15:43:58.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2026-05-22T15:43:59.171Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3169 | 2026-05-22T15:43:59.288Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3170 | 2026-05-22T15:43:59.296Z | Checking csv-core v0.1.13 |
| 3171 | 2026-05-22T15:43:59.303Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3172 | 2026-05-22T15:43:59.309Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3173 | 2026-05-22T15:43:59.312Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-05-22T15:43:59.327Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3175 | 2026-05-22T15:43:59.339Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3176 | 2026-05-22T15:43:59.457Z | Checking csv v1.4.0 |
| 3177 | 2026-05-22T15:43:59.491Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3178 | 2026-05-22T15:43:59.518Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3179 | 2026-05-22T15:43:59.543Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3180 | 2026-05-22T15:43:59.558Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3181 | 2026-05-22T15:43:59.807Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3182 | 2026-05-22T15:44:00.178Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3183 | 2026-05-22T15:44:00.178Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3184 | 2026-05-22T15:44:00.526Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3185 | 2026-05-22T15:44:06.547Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3186 | 2026-05-22T15:44:07.098Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3187 | 2026-05-22T15:44:09.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s |
| 3188 | 2026-05-22T15:44:09.777Z | |
| 3189 | 2026-05-22T15:44:09.777Z | info: running `cargo check --bins` on cockroach-admin-api (129/295) |
| 3190 | 2026-05-22T15:44:10.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2026-05-22T15:44:10.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2026-05-22T15:44:10.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2026-05-22T15:44:10.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3194 | 2026-05-22T15:44:10.433Z | |
| 3195 | 2026-05-22T15:44:10.433Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295) |
| 3196 | 2026-05-22T15:44:11.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2026-05-22T15:44:11.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2026-05-22T15:44:11.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2026-05-22T15:44:11.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3200 | 2026-05-22T15:44:11.149Z | |
| 3201 | 2026-05-22T15:44:11.150Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295) |
| 3202 | 2026-05-22T15:44:11.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2026-05-22T15:44:11.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2026-05-22T15:44:11.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2026-05-22T15:44:11.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3206 | 2026-05-22T15:44:11.877Z | |
| 3207 | 2026-05-22T15:44:11.877Z | info: running `cargo check --bins` on gateway-test-utils (132/295) |
| 3208 | 2026-05-22T15:44:12.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2026-05-22T15:44:12.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2026-05-22T15:44:12.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2026-05-22T15:44:12.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3212 | 2026-05-22T15:44:12.573Z | |
| 3213 | 2026-05-22T15:44:12.573Z | info: running `cargo check --bins` on omicron-gateway (133/295) |
| 3214 | 2026-05-22T15:44:13.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2026-05-22T15:44:13.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2026-05-22T15:44:13.407Z | Compiling regress v0.11.1 |
| 3217 | 2026-05-22T15:44:13.551Z | Compiling unsafe-libyaml v0.2.11 |
| 3218 | 2026-05-22T15:44:13.565Z | Compiling radium v0.7.0 |
| 3219 | 2026-05-22T15:44:13.568Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-22T15:44:13.592Z | Compiling maybe-uninit v2.0.0 |
| 3221 | 2026-05-22T15:44:13.595Z | Checking tap v1.0.1 |
| 3222 | 2026-05-22T15:44:13.617Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3223 | 2026-05-22T15:44:13.778Z | Compiling rustc_version v0.1.7 |
| 3224 | 2026-05-22T15:44:13.870Z | Checking wyz v0.5.1 |
| 3225 | 2026-05-22T15:44:13.977Z | Checking progenitor-client v0.13.0 |
| 3226 | 2026-05-22T15:44:14.019Z | Compiling newtype_derive v0.1.6 |
| 3227 | 2026-05-22T15:44:14.036Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-05-22T15:44:14.064Z | Compiling cancel-safe-futures v0.1.5 |
| 3229 | 2026-05-22T15:44:14.220Z | Compiling serde_yaml v0.9.34+deprecated |
| 3230 | 2026-05-22T15:44:14.237Z | Compiling packed_struct v0.10.1 |
| 3231 | 2026-05-22T15:44:14.284Z | Checking crc-catalog v2.4.0 |
| 3232 | 2026-05-22T15:44:14.362Z | Compiling owo-colors v4.3.0 |
| 3233 | 2026-05-22T15:44:14.388Z | Checking funty v2.0.0 |
| 3234 | 2026-05-22T15:44:14.527Z | Checking crc v3.4.0 |
| 3235 | 2026-05-22T15:44:14.739Z | Checking bitvec v1.0.1 |
| 3236 | 2026-05-22T15:44:14.812Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3237 | 2026-05-22T15:44:14.850Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3238 | 2026-05-22T15:44:14.930Z | Checking zerocopy v0.6.6 |
| 3239 | 2026-05-22T15:44:15.139Z | Checking typify-impl v0.6.2 |
| 3240 | 2026-05-22T15:44:15.260Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3241 | 2026-05-22T15:44:15.310Z | Compiling packed_struct_codegen v0.10.1 |
| 3242 | 2026-05-22T15:44:15.400Z | Checking libsw-core v0.3.2 |
| 3243 | 2026-05-22T15:44:15.544Z | Compiling bitfield-macros v0.19.4 |
| 3244 | 2026-05-22T15:44:15.569Z | Compiling indexmap v1.9.3 |
| 3245 | 2026-05-22T15:44:15.791Z | Checking nodrop v0.1.14 |
| 3246 | 2026-05-22T15:44:15.850Z | Checking libsw v3.5.0 |
| 3247 | 2026-05-22T15:44:15.893Z | Checking array-init v0.0.4 |
| 3248 | 2026-05-22T15:44:16.022Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3249 | 2026-05-22T15:44:16.170Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3250 | 2026-05-22T15:44:16.232Z | Checking smallvec v0.6.14 |
| 3251 | 2026-05-22T15:44:16.332Z | Checking bitfield v0.19.4 |
| 3252 | 2026-05-22T15:44:16.424Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3253 | 2026-05-22T15:44:16.476Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3254 | 2026-05-22T15:44:16.610Z | Checking smawk v0.3.2 |
| 3255 | 2026-05-22T15:44:16.627Z | Checking base64 v0.21.7 |
| 3256 | 2026-05-22T15:44:16.714Z | Checking unicode-linebreak v0.1.5 |
| 3257 | 2026-05-22T15:44:16.750Z | Checking hashbrown v0.12.3 |
| 3258 | 2026-05-22T15:44:16.866Z | Checking tagptr v0.2.0 |
| 3259 | 2026-05-22T15:44:16.882Z | Checking linear-map v1.2.0 |
| 3260 | 2026-05-22T15:44:16.935Z | Checking textwrap v0.16.2 |
| 3261 | 2026-05-22T15:44:17.014Z | Checking moka v0.12.13 |
| 3262 | 2026-05-22T15:44:17.047Z | Checking ron v0.8.1 |
| 3263 | 2026-05-22T15:44:17.061Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3264 | 2026-05-22T15:44:17.099Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3265 | 2026-05-22T15:44:17.167Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3266 | 2026-05-22T15:44:17.290Z | Checking steno v0.4.1 |
| 3267 | 2026-05-22T15:44:17.533Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-05-22T15:44:17.622Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3269 | 2026-05-22T15:44:17.636Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-22T15:44:17.708Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3271 | 2026-05-22T15:44:17.788Z | Checking hashbrown v0.13.2 |
| 3272 | 2026-05-22T15:44:18.027Z | Checking crc-any v2.5.0 |
| 3273 | 2026-05-22T15:44:18.215Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-22T15:44:18.232Z | Checking object v0.30.4 |
| 3275 | 2026-05-22T15:44:18.313Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3276 | 2026-05-22T15:44:18.341Z | Checking hickory-resolver v0.25.2 |
| 3277 | 2026-05-22T15:44:18.431Z | Checking path-slash v0.1.5 |
| 3278 | 2026-05-22T15:44:18.450Z | Checking half v1.8.3 |
| 3279 | 2026-05-22T15:44:18.487Z | Checking void v1.0.2 |
| 3280 | 2026-05-22T15:44:18.540Z | Checking utf-8 v0.7.6 |
| 3281 | 2026-05-22T15:44:18.596Z | Checking lzss v0.8.2 |
| 3282 | 2026-05-22T15:44:18.655Z | Checking serde_cbor v0.11.2 |
| 3283 | 2026-05-22T15:44:18.679Z | Checking tungstenite v0.23.0 |
| 3284 | 2026-05-22T15:44:18.932Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3285 | 2026-05-22T15:44:19.041Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3286 | 2026-05-22T15:44:19.059Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3287 | 2026-05-22T15:44:19.083Z | Checking nix v0.27.1 |
| 3288 | 2026-05-22T15:44:19.098Z | Checking kstat-rs v0.2.4 |
| 3289 | 2026-05-22T15:44:19.101Z | Checking fxhash v0.2.1 |
| 3290 | 2026-05-22T15:44:19.232Z | Checking serde_bytes v0.11.19 |
| 3291 | 2026-05-22T15:44:19.278Z | Checking tokio-tungstenite v0.23.1 |
| 3292 | 2026-05-22T15:44:19.292Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3293 | 2026-05-22T15:44:19.407Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3294 | 2026-05-22T15:44:19.489Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3295 | 2026-05-22T15:44:19.546Z | Checking signal-hook-tokio v0.3.1 |
| 3296 | 2026-05-22T15:44:19.852Z | Compiling typify-macro v0.6.2 |
| 3297 | 2026-05-22T15:44:20.665Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3298 | 2026-05-22T15:44:21.033Z | Compiling typify v0.6.2 |
| 3299 | 2026-05-22T15:44:21.126Z | Compiling progenitor-impl v0.13.0 |
| 3300 | 2026-05-22T15:44:21.126Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-05-22T15:44:21.583Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3302 | 2026-05-22T15:44:21.924Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 3303 | 2026-05-22T15:44:22.778Z | Compiling progenitor-macro v0.14.0 |
| 3304 | 2026-05-22T15:44:22.807Z | Compiling progenitor-macro v0.13.0 |
| 3305 | 2026-05-22T15:44:25.458Z | Checking progenitor v0.13.0 |
| 3306 | 2026-05-22T15:44:25.458Z | Checking progenitor v0.14.0 |
| 3307 | 2026-05-22T15:44:25.604Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3308 | 2026-05-22T15:44:25.607Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3309 | 2026-05-22T15:44:28.711Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3310 | 2026-05-22T15:44:36.533Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3311 | 2026-05-22T15:44:43.132Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3312 | 2026-05-22T15:44:44.521Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3313 | 2026-05-22T15:44:45.042Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3314 | 2026-05-22T15:44:47.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.61s |
| 3315 | 2026-05-22T15:44:47.402Z | |
| 3316 | 2026-05-22T15:44:47.402Z | info: running `cargo check --bins` on gateway-api (134/295) |
| 3317 | 2026-05-22T15:44:47.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2026-05-22T15:44:47.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2026-05-22T15:44:47.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3320 | 2026-05-22T15:44:47.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3321 | 2026-05-22T15:44:48.042Z | |
| 3322 | 2026-05-22T15:44:48.042Z | info: running `cargo check --bins` on ipcc (135/295) |
| 3323 | 2026-05-22T15:44:48.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3324 | 2026-05-22T15:44:48.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3325 | 2026-05-22T15:44:48.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3326 | 2026-05-22T15:44:48.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3327 | 2026-05-22T15:44:48.696Z | |
| 3328 | 2026-05-22T15:44:48.696Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295) |
| 3329 | 2026-05-22T15:44:49.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3330 | 2026-05-22T15:44:49.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3331 | 2026-05-22T15:44:49.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3332 | 2026-05-22T15:44:49.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3333 | 2026-05-22T15:44:49.320Z | |
| 3334 | 2026-05-22T15:44:49.321Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295) |
| 3335 | 2026-05-22T15:44:49.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2026-05-22T15:44:49.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2026-05-22T15:44:49.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3338 | 2026-05-22T15:44:49.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3339 | 2026-05-22T15:44:49.965Z | |
| 3340 | 2026-05-22T15:44:49.965Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295) |
| 3341 | 2026-05-22T15:44:50.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3342 | 2026-05-22T15:44:50.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3343 | 2026-05-22T15:44:50.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3344 | 2026-05-22T15:44:50.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3345 | 2026-05-22T15:44:50.594Z | |
| 3346 | 2026-05-22T15:44:50.595Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295) |
| 3347 | 2026-05-22T15:44:51.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2026-05-22T15:44:51.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2026-05-22T15:44:51.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3350 | 2026-05-22T15:44:51.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3351 | 2026-05-22T15:44:51.232Z | |
| 3352 | 2026-05-22T15:44:51.232Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295) |
| 3353 | 2026-05-22T15:44:51.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2026-05-22T15:44:51.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2026-05-22T15:44:51.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3356 | 2026-05-22T15:44:51.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3357 | 2026-05-22T15:44:51.862Z | |
| 3358 | 2026-05-22T15:44:51.862Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295) |
| 3359 | 2026-05-22T15:44:52.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2026-05-22T15:44:52.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2026-05-22T15:44:52.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2026-05-22T15:44:52.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3363 | 2026-05-22T15:44:52.522Z | |
| 3364 | 2026-05-22T15:44:52.522Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295) |
| 3365 | 2026-05-22T15:44:53.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2026-05-22T15:44:53.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2026-05-22T15:44:53.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3368 | 2026-05-22T15:44:53.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3369 | 2026-05-22T15:44:53.157Z | |
| 3370 | 2026-05-22T15:44:53.158Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295) |
| 3371 | 2026-05-22T15:44:53.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3372 | 2026-05-22T15:44:53.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3373 | 2026-05-22T15:44:53.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3374 | 2026-05-22T15:44:53.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3375 | 2026-05-22T15:44:53.790Z | |
| 3376 | 2026-05-22T15:44:53.790Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295) |
| 3377 | 2026-05-22T15:44:54.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2026-05-22T15:44:54.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2026-05-22T15:44:54.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3380 | 2026-05-22T15:44:54.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3381 | 2026-05-22T15:44:54.427Z | |
| 3382 | 2026-05-22T15:44:54.427Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295) |
| 3383 | 2026-05-22T15:44:54.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3384 | 2026-05-22T15:44:54.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3385 | 2026-05-22T15:44:54.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3386 | 2026-05-22T15:44:54.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3387 | 2026-05-22T15:44:55.058Z | |
| 3388 | 2026-05-22T15:44:55.058Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295) |
| 3389 | 2026-05-22T15:44:55.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3390 | 2026-05-22T15:44:55.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3391 | 2026-05-22T15:44:55.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3392 | 2026-05-22T15:44:55.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3393 | 2026-05-22T15:44:55.693Z | |
| 3394 | 2026-05-22T15:44:55.693Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295) |
| 3395 | 2026-05-22T15:44:56.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3396 | 2026-05-22T15:44:56.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3397 | 2026-05-22T15:44:56.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3398 | 2026-05-22T15:44:56.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3399 | 2026-05-22T15:44:56.330Z | |
| 3400 | 2026-05-22T15:44:56.330Z | info: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295) |
| 3401 | 2026-05-22T15:44:56.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3402 | 2026-05-22T15:44:56.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3403 | 2026-05-22T15:44:56.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3404 | 2026-05-22T15:44:56.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3405 | 2026-05-22T15:44:56.978Z | |
| 3406 | 2026-05-22T15:44:56.978Z | info: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295) |
| 3407 | 2026-05-22T15:44:57.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3408 | 2026-05-22T15:44:57.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3409 | 2026-05-22T15:44:57.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3410 | 2026-05-22T15:44:57.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3411 | 2026-05-22T15:44:57.622Z | |
| 3412 | 2026-05-22T15:44:57.622Z | info: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295) |
| 3413 | 2026-05-22T15:44:58.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3414 | 2026-05-22T15:44:58.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3415 | 2026-05-22T15:44:58.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3416 | 2026-05-22T15:44:58.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3417 | 2026-05-22T15:44:58.257Z | |
| 3418 | 2026-05-22T15:44:58.257Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295) |
| 3419 | 2026-05-22T15:44:58.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2026-05-22T15:44:58.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2026-05-22T15:44:58.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3422 | 2026-05-22T15:44:58.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3423 | 2026-05-22T15:44:58.897Z | |
| 3424 | 2026-05-22T15:44:58.897Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295) |
| 3425 | 2026-05-22T15:44:59.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2026-05-22T15:44:59.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2026-05-22T15:44:59.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3428 | 2026-05-22T15:44:59.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3429 | 2026-05-22T15:44:59.532Z | |
| 3430 | 2026-05-22T15:44:59.532Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295) |
| 3431 | 2026-05-22T15:45:00.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2026-05-22T15:45:00.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2026-05-22T15:45:00.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2026-05-22T15:45:00.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3435 | 2026-05-22T15:45:00.179Z | |
| 3436 | 2026-05-22T15:45:00.179Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295) |
| 3437 | 2026-05-22T15:45:00.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2026-05-22T15:45:00.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2026-05-22T15:45:00.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3440 | 2026-05-22T15:45:00.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3441 | 2026-05-22T15:45:00.831Z | |
| 3442 | 2026-05-22T15:45:00.831Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295) |
| 3443 | 2026-05-22T15:45:01.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3444 | 2026-05-22T15:45:01.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3445 | 2026-05-22T15:45:01.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3446 | 2026-05-22T15:45:01.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3447 | 2026-05-22T15:45:01.475Z | |
| 3448 | 2026-05-22T15:45:01.475Z | info: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295) |
| 3449 | 2026-05-22T15:45:02.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3450 | 2026-05-22T15:45:02.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3451 | 2026-05-22T15:45:02.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3452 | 2026-05-22T15:45:02.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3453 | 2026-05-22T15:45:02.122Z | |
| 3454 | 2026-05-22T15:45:02.122Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295) |
| 3455 | 2026-05-22T15:45:02.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3456 | 2026-05-22T15:45:02.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3457 | 2026-05-22T15:45:02.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3458 | 2026-05-22T15:45:02.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3459 | 2026-05-22T15:45:02.766Z | |
| 3460 | 2026-05-22T15:45:02.766Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295) |
| 3461 | 2026-05-22T15:45:03.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3462 | 2026-05-22T15:45:03.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3463 | 2026-05-22T15:45:03.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3464 | 2026-05-22T15:45:03.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3465 | 2026-05-22T15:45:03.392Z | |
| 3466 | 2026-05-22T15:45:03.392Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295) |
| 3467 | 2026-05-22T15:45:03.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3468 | 2026-05-22T15:45:03.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3469 | 2026-05-22T15:45:03.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3470 | 2026-05-22T15:45:03.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3471 | 2026-05-22T15:45:04.018Z | |
| 3472 | 2026-05-22T15:45:04.018Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295) |
| 3473 | 2026-05-22T15:45:04.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3474 | 2026-05-22T15:45:04.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3475 | 2026-05-22T15:45:04.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3476 | 2026-05-22T15:45:04.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3477 | 2026-05-22T15:45:04.652Z | |
| 3478 | 2026-05-22T15:45:04.652Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295) |
| 3479 | 2026-05-22T15:45:05.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3480 | 2026-05-22T15:45:05.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3481 | 2026-05-22T15:45:05.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3482 | 2026-05-22T15:45:05.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3483 | 2026-05-22T15:45:05.295Z | |
| 3484 | 2026-05-22T15:45:05.295Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295) |
| 3485 | 2026-05-22T15:45:05.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3486 | 2026-05-22T15:45:05.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3487 | 2026-05-22T15:45:05.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3488 | 2026-05-22T15:45:05.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3489 | 2026-05-22T15:45:05.925Z | |
| 3490 | 2026-05-22T15:45:05.925Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295) |
| 3491 | 2026-05-22T15:45:06.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3492 | 2026-05-22T15:45:06.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3493 | 2026-05-22T15:45:06.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3494 | 2026-05-22T15:45:06.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3495 | 2026-05-22T15:45:06.556Z | |
| 3496 | 2026-05-22T15:45:06.556Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295) |
| 3497 | 2026-05-22T15:45:07.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3498 | 2026-05-22T15:45:07.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3499 | 2026-05-22T15:45:07.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3500 | 2026-05-22T15:45:07.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3501 | 2026-05-22T15:45:07.181Z | |
| 3502 | 2026-05-22T15:45:07.181Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295) |
| 3503 | 2026-05-22T15:45:07.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3504 | 2026-05-22T15:45:07.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3505 | 2026-05-22T15:45:07.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3506 | 2026-05-22T15:45:07.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3507 | 2026-05-22T15:45:07.806Z | |
| 3508 | 2026-05-22T15:45:07.806Z | info: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295) |
| 3509 | 2026-05-22T15:45:08.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3510 | 2026-05-22T15:45:08.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3511 | 2026-05-22T15:45:08.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3512 | 2026-05-22T15:45:08.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3513 | 2026-05-22T15:45:08.456Z | |
| 3514 | 2026-05-22T15:45:08.456Z | info: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295) |
| 3515 | 2026-05-22T15:45:09.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3516 | 2026-05-22T15:45:09.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3517 | 2026-05-22T15:45:09.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3518 | 2026-05-22T15:45:09.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3519 | 2026-05-22T15:45:09.107Z | |
| 3520 | 2026-05-22T15:45:09.107Z | info: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295) |
| 3521 | 2026-05-22T15:45:09.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3522 | 2026-05-22T15:45:09.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3523 | 2026-05-22T15:45:09.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3524 | 2026-05-22T15:45:09.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3525 | 2026-05-22T15:45:09.748Z | |
| 3526 | 2026-05-22T15:45:09.748Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295) |
| 3527 | 2026-05-22T15:45:10.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3528 | 2026-05-22T15:45:10.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3529 | 2026-05-22T15:45:10.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3530 | 2026-05-22T15:45:10.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3531 | 2026-05-22T15:45:10.401Z | |
| 3532 | 2026-05-22T15:45:10.401Z | info: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295) |
| 3533 | 2026-05-22T15:45:10.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3534 | 2026-05-22T15:45:10.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3535 | 2026-05-22T15:45:10.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3536 | 2026-05-22T15:45:10.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3537 | 2026-05-22T15:45:11.050Z | |
| 3538 | 2026-05-22T15:45:11.050Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295) |
| 3539 | 2026-05-22T15:45:11.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3540 | 2026-05-22T15:45:11.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3541 | 2026-05-22T15:45:11.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3542 | 2026-05-22T15:45:11.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3543 | 2026-05-22T15:45:11.699Z | |
| 3544 | 2026-05-22T15:45:11.699Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295) |
| 3545 | 2026-05-22T15:45:12.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3546 | 2026-05-22T15:45:12.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3547 | 2026-05-22T15:45:12.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3548 | 2026-05-22T15:45:12.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3549 | 2026-05-22T15:45:12.344Z | |
| 3550 | 2026-05-22T15:45:12.344Z | info: running `cargo check --bins` on oximeter-producer (173/295) |
| 3551 | 2026-05-22T15:45:12.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3552 | 2026-05-22T15:45:12.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3553 | 2026-05-22T15:45:12.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3554 | 2026-05-22T15:45:12.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3555 | 2026-05-22T15:45:13.011Z | |
| 3556 | 2026-05-22T15:45:13.011Z | info: running `cargo check --bins` on internal-dns-resolver (174/295) |
| 3557 | 2026-05-22T15:45:13.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3558 | 2026-05-22T15:45:13.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3559 | 2026-05-22T15:45:13.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3560 | 2026-05-22T15:45:13.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3561 | 2026-05-22T15:45:13.640Z | |
| 3562 | 2026-05-22T15:45:13.640Z | info: running `cargo check --bins` on dns-server (175/295) |
| 3563 | 2026-05-22T15:45:14.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3564 | 2026-05-22T15:45:14.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3565 | 2026-05-22T15:45:14.332Z | Compiling parking_lot_core v0.8.6 |
| 3566 | 2026-05-22T15:45:14.332Z | Compiling atomicwrites v0.4.4 |
| 3567 | 2026-05-22T15:45:14.335Z | Compiling git-stub v1.0.0 |
| 3568 | 2026-05-22T15:45:14.335Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3569 | 2026-05-22T15:45:14.450Z | Checking prefix-trie v0.7.0 |
| 3570 | 2026-05-22T15:45:14.579Z | Compiling git-stub-vcs v0.1.0 |
| 3571 | 2026-05-22T15:45:14.747Z | Checking hickory-server v0.25.2 |
| 3572 | 2026-05-22T15:45:14.863Z | Checking parking_lot v0.11.2 |
| 3573 | 2026-05-22T15:45:14.866Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3574 | 2026-05-22T15:45:14.951Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3575 | 2026-05-22T15:45:14.951Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3576 | 2026-05-22T15:45:15.046Z | Checking sled v0.34.7 |
| 3577 | 2026-05-22T15:45:17.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 3578 | 2026-05-22T15:45:17.197Z | |
| 3579 | 2026-05-22T15:45:17.197Z | info: running `cargo check --bins` on dns-server-api (176/295) |
| 3580 | 2026-05-22T15:45:17.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3581 | 2026-05-22T15:45:17.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3582 | 2026-05-22T15:45:17.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3583 | 2026-05-22T15:45:17.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3584 | 2026-05-22T15:45:17.824Z | |
| 3585 | 2026-05-22T15:45:17.825Z | info: running `cargo check --bins` on oximeter-producer-api (177/295) |
| 3586 | 2026-05-22T15:45:18.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3587 | 2026-05-22T15:45:18.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3588 | 2026-05-22T15:45:18.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3589 | 2026-05-22T15:45:18.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3590 | 2026-05-22T15:45:18.446Z | |
| 3591 | 2026-05-22T15:45:18.446Z | info: running `cargo check --bins` on sp-sim (178/295) |
| 3592 | 2026-05-22T15:45:19.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3593 | 2026-05-22T15:45:19.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3594 | 2026-05-22T15:45:19.200Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3595 | 2026-05-22T15:45:21.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 3596 | 2026-05-22T15:45:21.236Z | |
| 3597 | 2026-05-22T15:45:21.236Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295) |
| 3598 | 2026-05-22T15:45:21.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3599 | 2026-05-22T15:45:21.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3600 | 2026-05-22T15:45:21.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3601 | 2026-05-22T15:45:21.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3602 | 2026-05-22T15:45:21.918Z | |
| 3603 | 2026-05-22T15:45:21.918Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295) |
| 3604 | 2026-05-22T15:45:22.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3605 | 2026-05-22T15:45:22.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3606 | 2026-05-22T15:45:22.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3607 | 2026-05-22T15:45:22.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3608 | 2026-05-22T15:45:22.597Z | |
| 3609 | 2026-05-22T15:45:22.597Z | info: running `cargo check --bins` on db-macros (181/295) |
| 3610 | 2026-05-22T15:45:23.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3611 | 2026-05-22T15:45:23.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3612 | 2026-05-22T15:45:23.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3613 | 2026-05-22T15:45:23.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3614 | 2026-05-22T15:45:23.202Z | |
| 3615 | 2026-05-22T15:45:23.202Z | info: running `cargo check --bins` on nexus-macros-common (182/295) |
| 3616 | 2026-05-22T15:45:23.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3617 | 2026-05-22T15:45:23.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3618 | 2026-05-22T15:45:23.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3619 | 2026-05-22T15:45:23.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3620 | 2026-05-22T15:45:23.806Z | |
| 3621 | 2026-05-22T15:45:23.806Z | info: running `cargo check --bins` on nexus-auth (183/295) |
| 3622 | 2026-05-22T15:45:24.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3623 | 2026-05-22T15:45:24.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3624 | 2026-05-22T15:45:24.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3625 | 2026-05-22T15:45:24.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3626 | 2026-05-22T15:45:24.476Z | |
| 3627 | 2026-05-22T15:45:24.476Z | info: running `cargo check --bins` on authz-macros (184/295) |
| 3628 | 2026-05-22T15:45:24.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3629 | 2026-05-22T15:45:24.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3630 | 2026-05-22T15:45:24.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3631 | 2026-05-22T15:45:24.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3632 | 2026-05-22T15:45:25.084Z | |
| 3633 | 2026-05-22T15:45:25.084Z | info: running `cargo check --bins` on nexus-db-fixed-data (185/295) |
| 3634 | 2026-05-22T15:45:25.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3635 | 2026-05-22T15:45:25.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3636 | 2026-05-22T15:45:25.649Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3637 | 2026-05-22T15:45:25.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3638 | 2026-05-22T15:45:25.760Z | |
| 3639 | 2026-05-22T15:45:25.760Z | info: running `cargo check --bins` on nexus-db-model (186/295) |
| 3640 | 2026-05-22T15:45:26.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3641 | 2026-05-22T15:45:26.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3642 | 2026-05-22T15:45:26.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3643 | 2026-05-22T15:45:26.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3644 | 2026-05-22T15:45:26.433Z | |
| 3645 | 2026-05-22T15:45:26.433Z | info: running `cargo check --bins` on nexus-db-schema (187/295) |
| 3646 | 2026-05-22T15:45:26.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3647 | 2026-05-22T15:45:26.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3648 | 2026-05-22T15:45:26.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3649 | 2026-05-22T15:45:26.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3650 | 2026-05-22T15:45:27.056Z | |
| 3651 | 2026-05-22T15:45:27.057Z | info: running `cargo check --bins` on omicron-rpaths (188/295) |
| 3652 | 2026-05-22T15:45:27.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3653 | 2026-05-22T15:45:27.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3654 | 2026-05-22T15:45:27.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3655 | 2026-05-22T15:45:27.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3656 | 2026-05-22T15:45:27.671Z | |
| 3657 | 2026-05-22T15:45:27.671Z | info: running `cargo check --bins` on nexus-defaults (189/295) |
| 3658 | 2026-05-22T15:45:28.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3659 | 2026-05-22T15:45:28.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3660 | 2026-05-22T15:45:28.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3661 | 2026-05-22T15:45:28.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3662 | 2026-05-22T15:45:28.300Z | |
| 3663 | 2026-05-22T15:45:28.300Z | info: running `cargo check --bins` on omicron-cockroach-metrics (190/295) |
| 3664 | 2026-05-22T15:45:28.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3665 | 2026-05-22T15:45:28.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3666 | 2026-05-22T15:45:28.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3667 | 2026-05-22T15:45:28.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3668 | 2026-05-22T15:45:28.911Z | |
| 3669 | 2026-05-22T15:45:28.911Z | info: running `cargo check --bins` on parallel-task-set (191/295) |
| 3670 | 2026-05-22T15:45:29.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3671 | 2026-05-22T15:45:29.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3672 | 2026-05-22T15:45:29.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3673 | 2026-05-22T15:45:29.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3674 | 2026-05-22T15:45:29.517Z | |
| 3675 | 2026-05-22T15:45:29.518Z | info: running `cargo check --bins` on nexus-db-errors (192/295) |
| 3676 | 2026-05-22T15:45:30.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3677 | 2026-05-22T15:45:30.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3678 | 2026-05-22T15:45:30.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3679 | 2026-05-22T15:45:30.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3680 | 2026-05-22T15:45:30.190Z | |
| 3681 | 2026-05-22T15:45:30.190Z | info: running `cargo check --bins` on nexus-db-lookup (193/295) |
| 3682 | 2026-05-22T15:45:30.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3683 | 2026-05-22T15:45:30.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3684 | 2026-05-22T15:45:30.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3685 | 2026-05-22T15:45:30.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3686 | 2026-05-22T15:45:30.867Z | |
| 3687 | 2026-05-22T15:45:30.867Z | info: running `cargo check --bins` on nexus-inventory (194/295) |
| 3688 | 2026-05-22T15:45:31.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3689 | 2026-05-22T15:45:31.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3690 | 2026-05-22T15:45:31.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3691 | 2026-05-22T15:45:31.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3692 | 2026-05-22T15:45:31.532Z | |
| 3693 | 2026-05-22T15:45:31.532Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295) |
| 3694 | 2026-05-22T15:45:32.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3695 | 2026-05-22T15:45:32.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3696 | 2026-05-22T15:45:32.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3697 | 2026-05-22T15:45:32.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3698 | 2026-05-22T15:45:32.179Z | |
| 3699 | 2026-05-22T15:45:32.179Z | info: running `cargo check --bins --no-default-features` on sled-storage (196/295) |
| 3700 | 2026-05-22T15:45:32.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3701 | 2026-05-22T15:45:32.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3702 | 2026-05-22T15:45:32.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3703 | 2026-05-22T15:45:32.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3704 | 2026-05-22T15:45:32.813Z | |
| 3705 | 2026-05-22T15:45:32.814Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295) |
| 3706 | 2026-05-22T15:45:33.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3707 | 2026-05-22T15:45:33.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3708 | 2026-05-22T15:45:33.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3709 | 2026-05-22T15:45:33.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3710 | 2026-05-22T15:45:33.450Z | |
| 3711 | 2026-05-22T15:45:33.450Z | info: running `cargo check --bins` on key-manager (198/295) |
| 3712 | 2026-05-22T15:45:33.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3713 | 2026-05-22T15:45:33.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3714 | 2026-05-22T15:45:33.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3715 | 2026-05-22T15:45:33.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3716 | 2026-05-22T15:45:34.068Z | |
| 3717 | 2026-05-22T15:45:34.068Z | info: running `cargo check --bins --no-default-features` on sled-hardware (199/295) |
| 3718 | 2026-05-22T15:45:34.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3719 | 2026-05-22T15:45:34.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3720 | 2026-05-22T15:45:34.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3721 | 2026-05-22T15:45:34.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3722 | 2026-05-22T15:45:34.700Z | |
| 3723 | 2026-05-22T15:45:34.700Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295) |
| 3724 | 2026-05-22T15:45:35.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3725 | 2026-05-22T15:45:35.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3726 | 2026-05-22T15:45:35.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3727 | 2026-05-22T15:45:35.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3728 | 2026-05-22T15:45:35.338Z | |
| 3729 | 2026-05-22T15:45:35.338Z | info: running `cargo check --bins` on typed-rng (201/295) |
| 3730 | 2026-05-22T15:45:35.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3731 | 2026-05-22T15:45:35.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3732 | 2026-05-22T15:45:35.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3733 | 2026-05-22T15:45:35.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3734 | 2026-05-22T15:45:35.942Z | |
| 3735 | 2026-05-22T15:45:35.942Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295) |
| 3736 | 2026-05-22T15:45:36.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3737 | 2026-05-22T15:45:36.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3738 | 2026-05-22T15:45:36.828Z | Compiling typify-impl v0.4.3 |
| 3739 | 2026-05-22T15:45:36.831Z | Compiling libefi-sys v0.1.0 |
| 3740 | 2026-05-22T15:45:36.977Z | Compiling bitfield-struct v0.6.2 |
| 3741 | 2026-05-22T15:45:36.985Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3742 | 2026-05-22T15:45:36.995Z | Compiling xshell-macros v0.2.7 |
| 3743 | 2026-05-22T15:45:37.008Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3744 | 2026-05-22T15:45:37.037Z | Compiling salty v0.3.0 |
| 3745 | 2026-05-22T15:45:37.100Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3746 | 2026-05-22T15:45:37.239Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3747 | 2026-05-22T15:45:37.367Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3748 | 2026-05-22T15:45:37.383Z | Checking xshell v0.2.7 |
| 3749 | 2026-05-22T15:45:37.408Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3750 | 2026-05-22T15:45:37.520Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3751 | 2026-05-22T15:45:37.618Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3752 | 2026-05-22T15:45:37.634Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3753 | 2026-05-22T15:45:37.719Z | Checking primeorder v0.13.6 |
| 3754 | 2026-05-22T15:45:37.792Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3755 | 2026-05-22T15:45:37.879Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3756 | 2026-05-22T15:45:37.956Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3757 | 2026-05-22T15:45:37.974Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3758 | 2026-05-22T15:45:38.122Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3759 | 2026-05-22T15:45:38.162Z | Checking tungstenite v0.21.0 |
| 3760 | 2026-05-22T15:45:38.193Z | Compiling proc-macro-error2 v2.0.1 |
| 3761 | 2026-05-22T15:45:38.212Z | Checking p384 v0.13.1 |
| 3762 | 2026-05-22T15:45:38.254Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3763 | 2026-05-22T15:45:38.605Z | Compiling num-derive v0.3.3 |
| 3764 | 2026-05-22T15:45:38.644Z | Checking tokio-tungstenite v0.21.0 |
| 3765 | 2026-05-22T15:45:38.862Z | Compiling tabled_derive v0.11.0 |
| 3766 | 2026-05-22T15:45:38.954Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3767 | 2026-05-22T15:45:38.999Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3768 | 2026-05-22T15:45:39.080Z | Checking papergrid v0.17.0 |
| 3769 | 2026-05-22T15:45:39.358Z | Checking testing_table v0.3.0 |
| 3770 | 2026-05-22T15:45:39.394Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3771 | 2026-05-22T15:45:39.461Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3772 | 2026-05-22T15:45:39.526Z | Checking libscf-sys v1.1.0 |
| 3773 | 2026-05-22T15:45:39.715Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3774 | 2026-05-22T15:45:39.893Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3775 | 2026-05-22T15:45:39.917Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3776 | 2026-05-22T15:45:40.003Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3777 | 2026-05-22T15:45:40.061Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3778 | 2026-05-22T15:45:40.137Z | Checking corncobs v0.1.4 |
| 3779 | 2026-05-22T15:45:40.182Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3780 | 2026-05-22T15:45:40.207Z | Compiling unicase v2.9.0 |
| 3781 | 2026-05-22T15:45:40.265Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3782 | 2026-05-22T15:45:40.282Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3783 | 2026-05-22T15:45:40.423Z | Compiling mime_guess v2.0.5 |
| 3784 | 2026-05-22T15:45:40.558Z | Checking tabled v0.20.0 |
| 3785 | 2026-05-22T15:45:40.578Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3786 | 2026-05-22T15:45:40.599Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3787 | 2026-05-22T15:45:40.696Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3788 | 2026-05-22T15:45:40.794Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3789 | 2026-05-22T15:45:40.915Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3790 | 2026-05-22T15:45:40.954Z | Checking progenitor-client v0.11.2 |
| 3791 | 2026-05-22T15:45:40.971Z | Checking secrecy v0.8.0 |
| 3792 | 2026-05-22T15:45:41.107Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3793 | 2026-05-22T15:45:41.142Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3794 | 2026-05-22T15:45:41.464Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3795 | 2026-05-22T15:45:41.499Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3796 | 2026-05-22T15:45:41.529Z | Compiling typify-macro v0.4.3 |
| 3797 | 2026-05-22T15:45:41.604Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3798 | 2026-05-22T15:45:41.687Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3799 | 2026-05-22T15:45:41.749Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3800 | 2026-05-22T15:45:41.795Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3801 | 2026-05-22T15:45:41.898Z | Checking filetime v0.2.27 |
| 3802 | 2026-05-22T15:45:41.971Z | Checking http-range v0.1.5 |
| 3803 | 2026-05-22T15:45:42.045Z | Checking crc8 v0.1.1 |
| 3804 | 2026-05-22T15:45:42.155Z | Checking xattr v1.6.1 |
| 3805 | 2026-05-22T15:45:42.281Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3806 | 2026-05-22T15:45:42.304Z | Checking tar v0.4.45 |
| 3807 | 2026-05-22T15:45:42.489Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3808 | 2026-05-22T15:45:42.684Z | Checking illumos-nvpair v0.3.0 |
| 3809 | 2026-05-22T15:45:42.777Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3810 | 2026-05-22T15:45:42.854Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3811 | 2026-05-22T15:45:42.876Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3812 | 2026-05-22T15:45:43.209Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3813 | 2026-05-22T15:45:43.228Z | Checking atty v0.2.14 |
| 3814 | 2026-05-22T15:45:43.246Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3815 | 2026-05-22T15:45:43.263Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3816 | 2026-05-22T15:45:43.338Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3817 | 2026-05-22T15:45:43.389Z | Compiling typify v0.4.3 |
| 3818 | 2026-05-22T15:45:43.623Z | Compiling progenitor-impl v0.11.2 |
| 3819 | 2026-05-22T15:45:43.882Z | Compiling progenitor-impl v0.10.0 |
| 3820 | 2026-05-22T15:45:44.024Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3821 | 2026-05-22T15:45:44.410Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3822 | 2026-05-22T15:45:44.576Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3823 | 2026-05-22T15:45:44.678Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3824 | 2026-05-22T15:45:45.068Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3825 | 2026-05-22T15:45:45.282Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3826 | 2026-05-22T15:45:45.550Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3827 | 2026-05-22T15:45:45.646Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3828 | 2026-05-22T15:45:45.664Z | Checking hyper-staticfile v0.10.1 |
| 3829 | 2026-05-22T15:45:45.763Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3830 | 2026-05-22T15:45:45.889Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3831 | 2026-05-22T15:45:45.973Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3832 | 2026-05-22T15:45:46.045Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3833 | 2026-05-22T15:45:46.277Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3834 | 2026-05-22T15:45:46.296Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3835 | 2026-05-22T15:45:46.334Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3836 | 2026-05-22T15:45:46.392Z | Compiling progenitor-macro v0.11.2 |
| 3837 | 2026-05-22T15:45:46.586Z | Compiling progenitor-macro v0.10.0 |
| 3838 | 2026-05-22T15:45:46.589Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3839 | 2026-05-22T15:45:49.291Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3840 | 2026-05-22T15:45:49.332Z | Checking progenitor v0.11.2 |
| 3841 | 2026-05-22T15:45:49.469Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3842 | 2026-05-22T15:45:49.620Z | Checking progenitor v0.10.0 |
| 3843 | 2026-05-22T15:45:49.759Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3844 | 2026-05-22T15:45:54.230Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3845 | 2026-05-22T15:46:05.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.37s |
| 3846 | 2026-05-22T15:46:05.544Z | |
| 3847 | 2026-05-22T15:46:05.544Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295) |
| 3848 | 2026-05-22T15:46:06.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3849 | 2026-05-22T15:46:06.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3850 | 2026-05-22T15:46:06.358Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3851 | 2026-05-22T15:46:17.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s |
| 3852 | 2026-05-22T15:46:17.590Z | |
| 3853 | 2026-05-22T15:46:17.590Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295) |
| 3854 | 2026-05-22T15:46:18.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3855 | 2026-05-22T15:46:18.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3856 | 2026-05-22T15:46:18.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3857 | 2026-05-22T15:46:32.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s |
| 3858 | 2026-05-22T15:46:32.496Z | |
| 3859 | 2026-05-22T15:46:32.496Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295) |
| 3860 | 2026-05-22T15:46:32.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3861 | 2026-05-22T15:46:32.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3862 | 2026-05-22T15:46:32.496Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3863 | 2026-05-22T15:46:41.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s |
| 3864 | 2026-05-22T15:46:41.574Z | |
| 3865 | 2026-05-22T15:46:41.574Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295) |
| 3866 | 2026-05-22T15:46:42.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3867 | 2026-05-22T15:46:42.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3868 | 2026-05-22T15:46:42.394Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3869 | 2026-05-22T15:46:53.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s |
| 3870 | 2026-05-22T15:46:53.548Z | |
| 3871 | 2026-05-22T15:46:53.548Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295) |
| 3872 | 2026-05-22T15:46:54.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3873 | 2026-05-22T15:46:54.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3874 | 2026-05-22T15:46:54.373Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3875 | 2026-05-22T15:47:05.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s |
| 3876 | 2026-05-22T15:47:05.576Z | |
| 3877 | 2026-05-22T15:47:05.576Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295) |
| 3878 | 2026-05-22T15:47:06.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3879 | 2026-05-22T15:47:06.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3880 | 2026-05-22T15:47:06.383Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3881 | 2026-05-22T15:47:17.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.71s |
| 3882 | 2026-05-22T15:47:17.523Z | |
| 3883 | 2026-05-22T15:47:17.523Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295) |
| 3884 | 2026-05-22T15:47:18.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3885 | 2026-05-22T15:47:18.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3886 | 2026-05-22T15:47:18.346Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3887 | 2026-05-22T15:47:29.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s |
| 3888 | 2026-05-22T15:47:29.492Z | |
| 3889 | 2026-05-22T15:47:29.492Z | info: running `cargo check --bins` on bootstrap-agent-api (210/295) |
| 3890 | 2026-05-22T15:47:30.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3891 | 2026-05-22T15:47:30.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3892 | 2026-05-22T15:47:30.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3893 | 2026-05-22T15:47:30.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3894 | 2026-05-22T15:47:30.126Z | |
| 3895 | 2026-05-22T15:47:30.126Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295) |
| 3896 | 2026-05-22T15:47:30.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3897 | 2026-05-22T15:47:30.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3898 | 2026-05-22T15:47:30.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3899 | 2026-05-22T15:47:30.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3900 | 2026-05-22T15:47:30.771Z | |
| 3901 | 2026-05-22T15:47:30.771Z | info: running `cargo check --bins` on range-requests (212/295) |
| 3902 | 2026-05-22T15:47:31.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3903 | 2026-05-22T15:47:31.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3904 | 2026-05-22T15:47:31.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3905 | 2026-05-22T15:47:31.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3906 | 2026-05-22T15:47:31.411Z | |
| 3907 | 2026-05-22T15:47:31.411Z | info: running `cargo check --bins` on repo-depot-api (213/295) |
| 3908 | 2026-05-22T15:47:31.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3909 | 2026-05-22T15:47:31.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3910 | 2026-05-22T15:47:31.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3911 | 2026-05-22T15:47:31.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3912 | 2026-05-22T15:47:32.041Z | |
| 3913 | 2026-05-22T15:47:32.041Z | info: running `cargo check --bins` on sled-agent-api (214/295) |
| 3914 | 2026-05-22T15:47:32.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3915 | 2026-05-22T15:47:32.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3916 | 2026-05-22T15:47:32.599Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3917 | 2026-05-22T15:47:32.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3918 | 2026-05-22T15:47:32.706Z | |
| 3919 | 2026-05-22T15:47:32.706Z | info: running `cargo check --bins` on sled-diagnostics (215/295) |
| 3920 | 2026-05-22T15:47:33.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3921 | 2026-05-22T15:47:33.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3922 | 2026-05-22T15:47:33.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3923 | 2026-05-22T15:47:33.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3924 | 2026-05-22T15:47:33.367Z | |
| 3925 | 2026-05-22T15:47:33.367Z | info: running `cargo check --bins` on zfs-test-harness (216/295) |
| 3926 | 2026-05-22T15:47:33.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3927 | 2026-05-22T15:47:33.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3928 | 2026-05-22T15:47:33.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3929 | 2026-05-22T15:47:33.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3930 | 2026-05-22T15:47:34.024Z | |
| 3931 | 2026-05-22T15:47:34.025Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295) |
| 3932 | 2026-05-22T15:47:34.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3933 | 2026-05-22T15:47:34.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3934 | 2026-05-22T15:47:34.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3935 | 2026-05-22T15:47:34.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3936 | 2026-05-22T15:47:34.682Z | |
| 3937 | 2026-05-22T15:47:34.682Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295) |
| 3938 | 2026-05-22T15:47:35.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3939 | 2026-05-22T15:47:35.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3940 | 2026-05-22T15:47:35.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3941 | 2026-05-22T15:47:35.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3942 | 2026-05-22T15:47:35.340Z | |
| 3943 | 2026-05-22T15:47:35.340Z | info: running `cargo check --bins` on sled-agent-early-networking (219/295) |
| 3944 | 2026-05-22T15:47:35.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3945 | 2026-05-22T15:47:35.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3946 | 2026-05-22T15:47:35.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3947 | 2026-05-22T15:47:35.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3948 | 2026-05-22T15:47:36.001Z | |
| 3949 | 2026-05-22T15:47:36.001Z | info: running `cargo check --bins` on sled-agent-health-monitor (220/295) |
| 3950 | 2026-05-22T15:47:36.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3951 | 2026-05-22T15:47:36.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3952 | 2026-05-22T15:47:36.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3953 | 2026-05-22T15:47:36.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3954 | 2026-05-22T15:47:36.646Z | |
| 3955 | 2026-05-22T15:47:36.647Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295) |
| 3956 | 2026-05-22T15:47:37.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3957 | 2026-05-22T15:47:37.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3958 | 2026-05-22T15:47:37.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3959 | 2026-05-22T15:47:37.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3960 | 2026-05-22T15:47:37.298Z | |
| 3961 | 2026-05-22T15:47:37.298Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295) |
| 3962 | 2026-05-22T15:47:37.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3963 | 2026-05-22T15:47:37.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3964 | 2026-05-22T15:47:37.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3965 | 2026-05-22T15:47:37.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3966 | 2026-05-22T15:47:37.959Z | |
| 3967 | 2026-05-22T15:47:37.959Z | info: running `cargo check --bins` on sled-agent-resolvable-files (223/295) |
| 3968 | 2026-05-22T15:47:38.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3969 | 2026-05-22T15:47:38.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3970 | 2026-05-22T15:47:38.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3971 | 2026-05-22T15:47:38.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3972 | 2026-05-22T15:47:38.616Z | |
| 3973 | 2026-05-22T15:47:38.616Z | info: running `cargo check --bins` on sled-agent-rack-setup (224/295) |
| 3974 | 2026-05-22T15:47:39.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3975 | 2026-05-22T15:47:39.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3976 | 2026-05-22T15:47:39.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3977 | 2026-05-22T15:47:39.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3978 | 2026-05-22T15:47:39.290Z | |
| 3979 | 2026-05-22T15:47:39.290Z | info: running `cargo check --bins` on trust-quorum (225/295) |
| 3980 | 2026-05-22T15:47:39.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3981 | 2026-05-22T15:47:39.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3982 | 2026-05-22T15:47:39.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3983 | 2026-05-22T15:47:39.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3984 | 2026-05-22T15:47:39.950Z | |
| 3985 | 2026-05-22T15:47:39.950Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295) |
| 3986 | 2026-05-22T15:47:40.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3987 | 2026-05-22T15:47:40.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3988 | 2026-05-22T15:47:40.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3989 | 2026-05-22T15:47:40.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3990 | 2026-05-22T15:47:40.621Z | |
| 3991 | 2026-05-22T15:47:40.621Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (227/295) |
| 3992 | 2026-05-22T15:47:41.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3993 | 2026-05-22T15:47:41.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3994 | 2026-05-22T15:47:41.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3995 | 2026-05-22T15:47:41.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3996 | 2026-05-22T15:47:41.312Z | |
| 3997 | 2026-05-22T15:47:41.312Z | info: running `cargo check --bins` on update-common (228/295) |
| 3998 | 2026-05-22T15:47:41.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3999 | 2026-05-22T15:47:41.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4000 | 2026-05-22T15:47:41.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4001 | 2026-05-22T15:47:41.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 4002 | 2026-05-22T15:47:41.946Z | |
| 4003 | 2026-05-22T15:47:41.946Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295) |
| 4004 | 2026-05-22T15:47:42.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4005 | 2026-05-22T15:47:42.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4006 | 2026-05-22T15:47:42.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4007 | 2026-05-22T15:47:42.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4008 | 2026-05-22T15:47:42.623Z | |
| 4009 | 2026-05-22T15:47:42.623Z | info: running `cargo check --bins` on omicron-deployment-graph (230/295) |
| 4010 | 2026-05-22T15:47:43.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4011 | 2026-05-22T15:47:43.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4012 | 2026-05-22T15:47:43.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4013 | 2026-05-22T15:47:43.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4014 | 2026-05-22T15:47:43.231Z | |
| 4015 | 2026-05-22T15:47:43.231Z | info: running `cargo check --bins` on reconfigurator-cli (231/295) |
| 4016 | 2026-05-22T15:47:43.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4017 | 2026-05-22T15:47:43.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4018 | 2026-05-22T15:47:44.036Z | Compiling fs-err v2.11.0 |
| 4019 | 2026-05-22T15:47:44.043Z | Checking ignore v0.4.25 |
| 4020 | 2026-05-22T15:47:44.043Z | Checking arc-swap v1.8.2 |
| 4021 | 2026-05-22T15:47:44.175Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 4022 | 2026-05-22T15:47:44.175Z | Checking predicates-tree v1.0.13 |
| 4023 | 2026-05-22T15:47:44.181Z | Checking parse-size v1.1.0 |
| 4024 | 2026-05-22T15:47:44.207Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4025 | 2026-05-22T15:47:44.207Z | Checking rand_seeder v0.4.0 |
| 4026 | 2026-05-22T15:47:44.288Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4027 | 2026-05-22T15:47:44.308Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4028 | 2026-05-22T15:47:44.363Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4029 | 2026-05-22T15:47:44.378Z | Checking slog-scope v4.4.1 |
| 4030 | 2026-05-22T15:47:44.416Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4031 | 2026-05-22T15:47:44.512Z | Checking slog-stdlog v4.1.1 |
| 4032 | 2026-05-22T15:47:44.528Z | Compiling petname v2.0.2 |
| 4033 | 2026-05-22T15:47:44.544Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4034 | 2026-05-22T15:47:44.558Z | Checking globwalk v0.9.1 |
| 4035 | 2026-05-22T15:47:44.606Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4036 | 2026-05-22T15:47:44.636Z | Checking slog-envlogger v2.2.0 |
| 4037 | 2026-05-22T15:47:44.743Z | Checking camino-tempfile-ext v0.3.3 |
| 4038 | 2026-05-22T15:47:44.796Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4039 | 2026-05-22T15:47:44.859Z | Checking sapling-renderdag v0.1.0 |
| 4040 | 2026-05-22T15:47:44.957Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4041 | 2026-05-22T15:47:45.003Z | Checking subprocess v0.2.15 |
| 4042 | 2026-05-22T15:47:45.116Z | Checking sync-ptr v0.1.4 |
| 4043 | 2026-05-22T15:47:45.228Z | Checking colored v2.2.0 |
| 4044 | 2026-05-22T15:47:45.246Z | Checking assert_matches v1.5.0 |
| 4045 | 2026-05-22T15:47:45.315Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4046 | 2026-05-22T15:47:45.493Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 4047 | 2026-05-22T15:47:45.497Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4048 | 2026-05-22T15:47:46.191Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4049 | 2026-05-22T15:47:47.559Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4050 | 2026-05-22T15:47:49.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
| 4051 | 2026-05-22T15:47:50.086Z | |
| 4052 | 2026-05-22T15:47:50.086Z | info: running `cargo check --bins` on omicron-repl-utils (232/295) |
| 4053 | 2026-05-22T15:47:50.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4054 | 2026-05-22T15:47:50.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4055 | 2026-05-22T15:47:50.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4056 | 2026-05-22T15:47:50.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4057 | 2026-05-22T15:47:50.710Z | |
| 4058 | 2026-05-22T15:47:50.710Z | info: running `cargo check --bins` on transient-dns-server (233/295) |
| 4059 | 2026-05-22T15:47:51.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4060 | 2026-05-22T15:47:51.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4061 | 2026-05-22T15:47:51.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4062 | 2026-05-22T15:47:51.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4063 | 2026-05-22T15:47:51.359Z | |
| 4064 | 2026-05-22T15:47:51.359Z | info: running `cargo check --bins` on nexus-test-interface (234/295) |
| 4065 | 2026-05-22T15:47:51.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4066 | 2026-05-22T15:47:51.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4067 | 2026-05-22T15:47:51.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4068 | 2026-05-22T15:47:51.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4069 | 2026-05-22T15:47:52.057Z | |
| 4070 | 2026-05-22T15:47:52.057Z | info: running `cargo check --bins` on oximeter-collector (235/295) |
| 4071 | 2026-05-22T15:47:52.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4072 | 2026-05-22T15:47:52.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4073 | 2026-05-22T15:47:52.813Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4074 | 2026-05-22T15:47:52.813Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4075 | 2026-05-22T15:47:53.471Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4076 | 2026-05-22T15:47:55.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 4077 | 2026-05-22T15:47:55.327Z | |
| 4078 | 2026-05-22T15:47:55.327Z | info: running `cargo check --bins` on oximeter-api (236/295) |
| 4079 | 2026-05-22T15:47:55.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4080 | 2026-05-22T15:47:55.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4081 | 2026-05-22T15:47:55.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4082 | 2026-05-22T15:47:55.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4083 | 2026-05-22T15:47:55.950Z | |
| 4084 | 2026-05-22T15:47:55.951Z | info: running `cargo check --bins` on cert-dev (237/295) |
| 4085 | 2026-05-22T15:47:56.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4086 | 2026-05-22T15:47:56.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4087 | 2026-05-22T15:47:56.579Z | Checking yasna v0.5.2 |
| 4088 | 2026-05-22T15:47:56.986Z | Checking rcgen v0.12.1 |
| 4089 | 2026-05-22T15:47:57.239Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4090 | 2026-05-22T15:47:57.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4091 | 2026-05-22T15:47:57.604Z | |
| 4092 | 2026-05-22T15:47:57.604Z | info: running `cargo check --bins` on clickana (238/295) |
| 4093 | 2026-05-22T15:47:58.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4094 | 2026-05-22T15:47:58.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4095 | 2026-05-22T15:47:58.275Z | Compiling darling_core v0.23.0 |
| 4096 | 2026-05-22T15:47:58.388Z | Compiling instability v0.3.11 |
| 4097 | 2026-05-22T15:47:58.395Z | Checking castaway v0.2.4 |
| 4098 | 2026-05-22T15:47:58.401Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4099 | 2026-05-22T15:47:58.404Z | Compiling indoc v2.0.7 |
| 4100 | 2026-05-22T15:47:58.415Z | Checking unicode-truncate v1.1.0 |
| 4101 | 2026-05-22T15:47:58.418Z | Checking lru v0.12.5 |
| 4102 | 2026-05-22T15:47:58.418Z | Checking cassowary v0.3.0 |
| 4103 | 2026-05-22T15:47:58.486Z | Checking compact_str v0.8.1 |
| 4104 | 2026-05-22T15:47:59.489Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4105 | 2026-05-22T15:47:59.681Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4106 | 2026-05-22T15:47:59.833Z | Compiling darling_macro v0.23.0 |
| 4107 | 2026-05-22T15:48:00.254Z | Compiling darling v0.23.0 |
| 4108 | 2026-05-22T15:48:00.881Z | Checking ratatui v0.29.0 |
| 4109 | 2026-05-22T15:48:01.948Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4110 | 2026-05-22T15:48:02.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
| 4111 | 2026-05-22T15:48:02.838Z | |
| 4112 | 2026-05-22T15:48:02.839Z | info: running `cargo check --bins` on clickhouse-cluster-dev (239/295) |
| 4113 | 2026-05-22T15:48:03.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4114 | 2026-05-22T15:48:03.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4115 | 2026-05-22T15:48:03.585Z | Checking headers-core v0.3.0 |
| 4116 | 2026-05-22T15:48:03.588Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4117 | 2026-05-22T15:48:03.789Z | Checking headers v0.4.1 |
| 4118 | 2026-05-22T15:48:04.172Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4119 | 2026-05-22T15:48:05.079Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4120 | 2026-05-22T15:48:05.597Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4121 | 2026-05-22T15:48:06.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 4122 | 2026-05-22T15:48:06.256Z | |
| 4123 | 2026-05-22T15:48:06.256Z | info: running `cargo check --bins` on ch-dev (240/295) |
| 4124 | 2026-05-22T15:48:06.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4125 | 2026-05-22T15:48:06.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4126 | 2026-05-22T15:48:06.999Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4127 | 2026-05-22T15:48:07.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4128 | 2026-05-22T15:48:07.982Z | |
| 4129 | 2026-05-22T15:48:07.982Z | info: running `cargo check --bins` on dev-tools-common (241/295) |
| 4130 | 2026-05-22T15:48:08.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4131 | 2026-05-22T15:48:08.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4132 | 2026-05-22T15:48:08.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4133 | 2026-05-22T15:48:08.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 4134 | 2026-05-22T15:48:08.473Z | |
| 4135 | 2026-05-22T15:48:08.473Z | info: running `cargo check --bins` on crdb-seed (242/295) |
| 4136 | 2026-05-22T15:48:09.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4137 | 2026-05-22T15:48:09.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4138 | 2026-05-22T15:48:09.224Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4139 | 2026-05-22T15:48:10.244Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4140 | 2026-05-22T15:48:10.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 4141 | 2026-05-22T15:48:10.812Z | |
| 4142 | 2026-05-22T15:48:10.812Z | info: running `cargo check --bins` on db-dev (243/295) |
| 4143 | 2026-05-22T15:48:11.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4144 | 2026-05-22T15:48:11.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4145 | 2026-05-22T15:48:11.554Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4146 | 2026-05-22T15:48:12.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
| 4147 | 2026-05-22T15:48:12.554Z | |
| 4148 | 2026-05-22T15:48:12.554Z | info: running `cargo check --bins` on omicron-dev-lib (244/295) |
| 4149 | 2026-05-22T15:48:13.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4150 | 2026-05-22T15:48:13.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4151 | 2026-05-22T15:48:13.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4152 | 2026-05-22T15:48:13.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 4153 | 2026-05-22T15:48:13.241Z | |
| 4154 | 2026-05-22T15:48:13.241Z | info: running `cargo check --bins` on xtask-downloader (245/295) |
| 4155 | 2026-05-22T15:48:13.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4156 | 2026-05-22T15:48:13.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4157 | 2026-05-22T15:48:13.880Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4158 | 2026-05-22T15:48:14.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 4159 | 2026-05-22T15:48:14.769Z | |
| 4160 | 2026-05-22T15:48:14.769Z | info: running `cargo check --bins` on omicron-dropshot-apis (246/295) |
| 4161 | 2026-05-22T15:48:15.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4162 | 2026-05-22T15:48:15.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4163 | 2026-05-22T15:48:15.550Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4164 | 2026-05-22T15:48:15.550Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4165 | 2026-05-22T15:48:15.554Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4166 | 2026-05-22T15:48:15.554Z | Checking git-stub v1.0.0 |
| 4167 | 2026-05-22T15:48:15.554Z | Compiling trait-variant v0.1.2 |
| 4168 | 2026-05-22T15:48:15.554Z | Checking maplit v1.0.2 |
| 4169 | 2026-05-22T15:48:15.554Z | Checking is_ci v1.2.0 |
| 4170 | 2026-05-22T15:48:15.671Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4171 | 2026-05-22T15:48:15.752Z | Checking supports-color v3.0.2 |
| 4172 | 2026-05-22T15:48:15.752Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4173 | 2026-05-22T15:48:15.856Z | Checking git-stub-vcs v0.1.0 |
| 4174 | 2026-05-22T15:48:15.876Z | Checking drift v0.2.0 |
| 4175 | 2026-05-22T15:48:15.889Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4176 | 2026-05-22T15:48:15.972Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4177 | 2026-05-22T15:48:16.048Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4178 | 2026-05-22T15:48:16.179Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4179 | 2026-05-22T15:48:16.195Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4180 | 2026-05-22T15:48:16.209Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4181 | 2026-05-22T15:48:16.228Z | Checking dropshot-api-manager v0.7.2 |
| 4182 | 2026-05-22T15:48:16.412Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4183 | 2026-05-22T15:48:16.484Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4184 | 2026-05-22T15:48:16.663Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 4185 | 2026-05-22T15:48:16.969Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4186 | 2026-05-22T15:48:18.401Z | error[E0277]: the trait bound `BlockSize: std::convert::From<ByteCount>` is not satisfied |
| 4187 | 2026-05-22T15:48:18.401Z | --> nexus/external-api/src/v2025_11_20_00_local.rs:54:40 |
| 4188 | 2026-05-22T15:48:18.401Z | | |
| 4189 | 2026-05-22T15:48:18.401Z | 54 | block_size: old.block_size.into(), |
| 4190 | 2026-05-22T15:48:18.401Z | | ^^^^ the trait `std::convert::From<ByteCount>` is not implemented for `BlockSize` |
| 4191 | 2026-05-22T15:48:18.401Z | | |
| 4192 | 2026-05-22T15:48:18.401Z | help: the trait `From<ByteCount>` is not implemented for `BlockSize` |
| 4193 | 2026-05-22T15:48:18.401Z | but trait `From<u64>` is implemented for it |
| 4194 | 2026-05-22T15:48:18.401Z | --> common/src/api/external/mod.rs:690:1 |
| 4195 | 2026-05-22T15:48:18.401Z | | |
| 4196 | 2026-05-22T15:48:18.401Z | 690 | impl From<u64> for BlockSize { |
| 4197 | 2026-05-22T15:48:18.401Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 4198 | 2026-05-22T15:48:18.401Z | = help: for that trait implementation, expected `u64`, found `ByteCount` |
| 4199 | 2026-05-22T15:48:18.401Z | = note: required for `ByteCount` to implement `Into<BlockSize>` |
| 4200 | 2026-05-22T15:48:18.401Z | |
| 4201 | 2026-05-22T15:48:19.438Z | For more information about this error, try `rustc --explain E0277`. |
| 4202 | 2026-05-22T15:48:19.528Z | error: could not compile `nexus-external-api` (lib) due to 1 previous error |
| 4203 | 2026-05-22T15:48:19.528Z | warning: build failed, waiting for other jobs to finish... |
| 4204 | 2026-05-22T15:48:22.250Z | error: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/dropshot-apis/Cargo.toml` (exit status: 101) |
| 4205 | 2026-05-22T15:48:22.253Z | Error: cargo-hack install failed: exit status: 1 |
| 4206 | 2026-05-22T15:48:22.256Z | |
| 4207 | 2026-05-22T15:48:22.256Z | real 7:22.986080933 |
| 4208 | 2026-05-22T15:48:22.256Z | user 11:12.669079694 |
| 4209 | 2026-05-22T15:48:22.256Z | sys 3:04.175670443 |
| 4210 | 2026-05-22T15:48:22.256Z | trap 0.202353360 |
| 4211 | 2026-05-22T15:48:22.256Z | tflt 0.308504193 |
| 4212 | 2026-05-22T15:48:22.256Z | dflt 0.794211547 |
| 4213 | 2026-05-22T15:48:22.256Z | kflt 0.001566090 |
| 4214 | 2026-05-22T15:48:22.256Z | lock 35:52.075050053 |
| 4215 | 2026-05-22T15:48:22.256Z | slp 51:36.312503910 |
| 4216 | 2026-05-22T15:48:22.256Z | lat 54.618656095 |
| 4217 | 2026-05-22T15:48:22.256Z | stop 3:09.948185765 |
| 4218 | 2026-05-22T15:48:22.256Z | process exited: duration 583111 ms, exit code 1 |
| |
| 4219 | 2026-05-22T15:48:22.263Z | found 0 output files |