|
|
|
| 1 | 2026-05-20T06:41:09.348Z | job assigned to worker 01KS21TEXBFJGW1KTEXXTBGTTQ [factory aws, i-0bcc40d4bf8036ab3] (queued for 50 s) |
| |
| 2 | 2026-05-20T06:41:16.292Z | starting task 0: "setup" |
| 3 | 2026-05-20T06:41:16.296Z | ++ uname -s |
| 4 | 2026-05-20T06:41:16.299Z | + kern=SunOS |
| 5 | 2026-05-20T06:41:16.299Z | + build_user=build |
| 6 | 2026-05-20T06:41:16.299Z | + build_uid=12345 |
| 7 | 2026-05-20T06:41:16.299Z | + work_dir=/work |
| 8 | 2026-05-20T06:41:16.299Z | + input_dir=/input |
| 9 | 2026-05-20T06:41:16.299Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T06:41:16.299Z | + case "$kern" in |
| 11 | 2026-05-20T06:41:16.299Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T06:41:16.302Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T06:41:18.306Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T06:41:18.388Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T06:41:18.391Z | + home_fs=zfs |
| 16 | 2026-05-20T06:41:18.391Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T06:41:18.391Z | + mkdir -p /home/build |
| 18 | 2026-05-20T06:41:18.391Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T06:41:20.392Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T06:41:20.395Z | process exited: duration 4105 ms, exit code 0 |
| |
| 21 | 2026-05-20T06:41:20.401Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T06:41:20.405Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-20T06:41:20.406Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-20T06:41:20.406Z | * rust toolchain profile = "default" |
| 25 | 2026-05-20T06:41:20.406Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-20T06:41:20.406Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-20T06:41:20.406Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T06:41:20.409Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T06:41:20.409Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-20T06:41:20.512Z | info: downloading installer |
| 31 | 2026-05-20T06:41:21.910Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-20T06:41:21.910Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-20T06:41:21.910Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-20T06:41:21.910Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-20T06:41:21.923Z | info: profile set to default |
| 36 | 2026-05-20T06:41:21.923Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-20T06:41:21.926Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-20T06:41:22.053Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-20T06:41:22.056Z | info: downloading 6 components |
| 40 | 2026-05-20T06:41:36.323Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-20T06:41:36.323Z | |
| 42 | 2026-05-20T06:41:36.356Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-20T06:41:36.356Z | |
| 44 | 2026-05-20T06:41:36.356Z | |
| 45 | 2026-05-20T06:41:36.356Z | Rust is installed now. Great! |
| 46 | 2026-05-20T06:41:36.356Z | |
| 47 | 2026-05-20T06:41:36.356Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-20T06:41:36.356Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-20T06:41:36.359Z | |
| 50 | 2026-05-20T06:41:36.359Z | To configure your current shell, you need to source |
| 51 | 2026-05-20T06:41:36.359Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-20T06:41:36.359Z | |
| 53 | 2026-05-20T06:41:36.359Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-20T06:41:36.359Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-20T06:41:36.359Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-20T06:41:36.359Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-20T06:41:36.359Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-20T06:41:36.359Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-20T06:41:36.359Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-20T06:41:36.359Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-20T06:41:36.359Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-20T06:41:36.443Z | + rustup --version |
| 63 | 2026-05-20T06:41:36.451Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-20T06:41:36.454Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-20T06:41:36.473Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-20T06:41:36.476Z | + cargo --version |
| 67 | 2026-05-20T06:41:36.488Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-20T06:41:36.491Z | + rustc --version |
| 69 | 2026-05-20T06:41:36.510Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-20T06:41:36.513Z | process exited: duration 16110 ms, exit code 0 |
| |
| 71 | 2026-05-20T06:41:36.519Z | starting task 2: "authentication" |
| 72 | 2026-05-20T06:41:36.535Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-20T06:41:36.541Z | starting task 3: "clone repository" |
| 74 | 2026-05-20T06:41:36.544Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-20T06:41:36.547Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-20T06:41:36.597Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-20T06:41:46.719Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-20T06:41:46.719Z | + git fetch origin dea3c2325e1191619bf63e267d14335d0a9feb40 |
| 79 | 2026-05-20T06:41:46.987Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-20T06:41:46.987Z | * branch dea3c2325e1191619bf63e267d14335d0a9feb40 -> FETCH_HEAD |
| 81 | 2026-05-20T06:41:46.996Z | + [[ -n ben/update-dendrite-for-consistent-duids ]] |
| 82 | 2026-05-20T06:41:46.999Z | ++ git branch --show-current |
| 83 | 2026-05-20T06:41:47.000Z | + current=main |
| 84 | 2026-05-20T06:41:47.000Z | + [[ main != ben/update-dendrite-for-consistent-duids ]] |
| 85 | 2026-05-20T06:41:47.000Z | + git branch -f ben/update-dendrite-for-consistent-duids dea3c2325e1191619bf63e267d14335d0a9feb40 |
| 86 | 2026-05-20T06:41:47.003Z | + git checkout -f ben/update-dendrite-for-consistent-duids |
| 87 | 2026-05-20T06:41:47.237Z | Switched to branch 'ben/update-dendrite-for-consistent-duids' |
| 88 | 2026-05-20T06:41:47.240Z | + git reset --hard dea3c2325e1191619bf63e267d14335d0a9feb40 |
| 89 | 2026-05-20T06:41:47.272Z | HEAD is now at dea3c2325 Pull in consistent DHCPv6 DUID fixes |
| 90 | 2026-05-20T06:41:47.275Z | process exited: duration 10732 ms, exit code 0 |
| |
| 91 | 2026-05-20T06:41:47.281Z | starting task 4: "build" |
| 92 | 2026-05-20T06:41:47.286Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-20T06:41:47.286Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-20T06:41:47.286Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-20T06:41:47.289Z | + cargo --version |
| 96 | 2026-05-20T06:41:47.296Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-20T06:41:47.299Z | + rustc --version |
| 98 | 2026-05-20T06:41:47.318Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-20T06:41:47.321Z | + source ./env.sh |
| 100 | 2026-05-20T06:41:47.321Z | ++ OLD_SHELL_OPTS=ehxB |
| 101 | 2026-05-20T06:41:47.321Z | ++ set -o xtrace |
| 102 | 2026-05-20T06:41:47.324Z | ++++ dirname ./env.sh |
| 103 | 2026-05-20T06:41:47.334Z | +++ readlink -f . |
| 104 | 2026-05-20T06:41:47.339Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 105 | 2026-05-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ 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-20T06:41:47.342Z | ++ case $OLD_SHELL_OPTS in |
| 114 | 2026-05-20T06:41:47.342Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 115 | 2026-05-20T06:41:47.342Z | + 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-20T06:41:47.342Z | + 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-20T06:41:47.342Z | + banner prerequisites |
| 118 | 2026-05-20T06:41:47.342Z | |
| 119 | 2026-05-20T06:41:47.342Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 120 | 2026-05-20T06:41:47.342Z | # # # # # # # # # # # # # # # |
| 121 | 2026-05-20T06:41:47.342Z | # # # # ##### # # ##### # # # # # #### # |
| 122 | 2026-05-20T06:41:47.342Z | ##### ##### # ##### # # # # # # # # # |
| 123 | 2026-05-20T06:41:47.342Z | # # # # # # # # # # # # # # # |
| 124 | 2026-05-20T06:41:47.342Z | # # # ###### # # ###### ### # #### # #### # |
| 125 | 2026-05-20T06:41:47.342Z | |
| 126 | 2026-05-20T06:41:47.342Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 127 | 2026-05-20T06:41:49.120Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-05-20T06:41:49.189Z | Startup: Caching catalogs ... Done |
| 129 | 2026-05-20T06:41:49.393Z | Planning: Solver setup ... Done (0.173s) |
| 130 | 2026-05-20T06:41:49.409Z | Planning: Running solver ... Done (0.016s) |
| 131 | 2026-05-20T06:41:49.414Z | Planning: Finding local manifests ... Done (0.003s) |
| 132 | 2026-05-20T06:41:49.425Z | Planning: Fetching manifests: 0/2 0% complete |
| 133 | 2026-05-20T06:41:49.447Z | Planning: Fetching manifests: 2/2 100% complete |
| 134 | 2026-05-20T06:41:49.460Z | Planning: Package planning ... Done (0.013s) |
| 135 | 2026-05-20T06:41:49.463Z | Planning: Merging actions ... Done (0.001s) |
| 136 | 2026-05-20T06:41:49.648Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 137 | 2026-05-20T06:41:49.652Z | Planning: Consolidating action changes ... Done (0.001s) |
| 138 | 2026-05-20T06:41:51.196Z | Planning: Evaluating mediators ... Done (1.546s) |
| 139 | 2026-05-20T06:41:51.199Z | Planning: Planning completed in 1.99 seconds |
| 140 | 2026-05-20T06:41:51.204Z | Packages to install: 2 |
| 141 | 2026-05-20T06:41:51.204Z | Estimated space available: 156.08 GB |
| 142 | 2026-05-20T06:41:51.207Z | Estimated space to be consumed: 19.74 MB |
| 143 | 2026-05-20T06:41:51.207Z | Create boot environment: No |
| 144 | 2026-05-20T06:41:51.207Z | Create backup boot environment: No |
| 145 | 2026-05-20T06:41:51.207Z | Rebuild boot archive: No |
| 146 | 2026-05-20T06:41:51.208Z | |
| 147 | 2026-05-20T06:41:51.208Z | Changed packages: |
| 148 | 2026-05-20T06:41:51.208Z | helios |
| 149 | 2026-05-20T06:41:51.208Z | developer/build-essential |
| 150 | 2026-05-20T06:41:51.208Z | None -> 11-3.0 |
| 151 | 2026-05-20T06:41:51.208Z | library/libxmlsec1 |
| 152 | 2026-05-20T06:41:51.208Z | None -> 1.2.35-3.0 |
| 153 | 2026-05-20T06:41:51.250Z | |
| 154 | 2026-05-20T06:41:51.251Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 155 | 2026-05-20T06:41:51.821Z | Download: Completed 1.28 MB in 0.57 seconds (2.2M/s) |
| 156 | 2026-05-20T06:41:51.879Z | Actions: 1/268 actions (Installing new actions) |
| 157 | 2026-05-20T06:41:51.917Z | Actions: Completed 268 actions in 0.04 seconds. |
| 158 | 2026-05-20T06:41:51.923Z | Finalize: Updating package state database ... Done (0.006s) |
| 159 | 2026-05-20T06:41:51.923Z | Finalize: Updating package cache ... Done (0.000s) |
| 160 | 2026-05-20T06:41:51.938Z | Finalize: Updating image state ... Done (0.015s) |
| 161 | 2026-05-20T06:41:54.499Z | Finalize: Creating fast lookup database ... Done (2.540s) |
| 162 | 2026-05-20T06:41:54.577Z | Finalize: Reading search index ... Done (0.024s) |
| 163 | 2026-05-20T06:41:54.581Z | Finalize: Updating search index ... Done (0.000s) |
| 164 | 2026-05-20T06:41:54.638Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-05-20T06:41:54.928Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2026-05-20T06:41:55.032Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2026-05-20T06:41:55.035Z | Planning: Consolidating action changes ... Done |
| 168 | 2026-05-20T06:41:55.188Z | Planning: Evaluating mediators ... Done |
| 169 | 2026-05-20T06:41:55.191Z | Planning: Planning completed in 0.26 seconds |
| 170 | 2026-05-20T06:41:55.211Z | Mediators to change: 2 |
| 171 | 2026-05-20T06:41:55.211Z | Create boot environment: No |
| 172 | 2026-05-20T06:41:55.211Z | Create backup boot environment: No |
| 173 | 2026-05-20T06:41:55.260Z | Finalize: Updating package state database ... Done |
| 174 | 2026-05-20T06:41:55.260Z | Finalize: Updating package cache ... Done |
| 175 | 2026-05-20T06:41:55.269Z | Finalize: Updating image state ... Done |
| 176 | 2026-05-20T06:41:57.206Z | Finalize: Creating fast lookup database ... Done |
| 177 | 2026-05-20T06:41:57.264Z | Finalize: Reading search index ... Done |
| 178 | 2026-05-20T06:41:57.268Z | Finalize: Updating search index ... Done |
| 179 | 2026-05-20T06:41:57.314Z | Finalize: Updating package cache ... Done |
| 180 | 2026-05-20T06:41:57.596Z | Planning: Evaluating mediator changes ... Done |
| 181 | 2026-05-20T06:41:57.699Z | Planning: Checking for conflicting actions ... Done |
| 182 | 2026-05-20T06:41:57.702Z | Planning: Consolidating action changes ... Done |
| 183 | 2026-05-20T06:41:57.859Z | Planning: Evaluating mediators ... Done |
| 184 | 2026-05-20T06:41:57.862Z | Planning: Planning completed in 0.26 seconds |
| 185 | 2026-05-20T06:41:57.882Z | Mediators to change: 1 |
| 186 | 2026-05-20T06:41:57.882Z | Create boot environment: No |
| 187 | 2026-05-20T06:41:57.882Z | Create backup boot environment: No |
| 188 | 2026-05-20T06:41:57.922Z | Finalize: Updating package state database ... Done |
| 189 | 2026-05-20T06:41:57.922Z | Finalize: Updating package cache ... Done |
| 190 | 2026-05-20T06:41:57.930Z | Finalize: Updating image state ... Done |
| 191 | 2026-05-20T06:41:59.854Z | Finalize: Creating fast lookup database ... Done |
| 192 | 2026-05-20T06:41:59.914Z | Finalize: Reading search index ... Done |
| 193 | 2026-05-20T06:41:59.918Z | Finalize: Updating search index ... Done |
| 194 | 2026-05-20T06:41:59.969Z | Finalize: Updating package cache ... Done |
| 195 | 2026-05-20T06:42:00.277Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 196 | 2026-05-20T06:42:00.277Z | apache system 2.4 system |
| 197 | 2026-05-20T06:42:00.277Z | clang system 15 system |
| 198 | 2026-05-20T06:42:00.277Z | csh system system illumos |
| 199 | 2026-05-20T06:42:00.277Z | ctags system system illumos |
| 200 | 2026-05-20T06:42:00.277Z | file vendor vendor darwinsys |
| 201 | 2026-05-20T06:42:00.277Z | file system system illumos |
| 202 | 2026-05-20T06:42:00.277Z | gcc vendor 14 vendor |
| 203 | 2026-05-20T06:42:00.277Z | gcc system 13 system |
| 204 | 2026-05-20T06:42:00.277Z | gcc system 10 system |
| 205 | 2026-05-20T06:42:00.277Z | go system 1.25 system |
| 206 | 2026-05-20T06:42:00.277Z | llvm system 15 system |
| 207 | 2026-05-20T06:42:00.277Z | mariadb system 11.4 system |
| 208 | 2026-05-20T06:42:00.277Z | mta vendor vendor dma |
| 209 | 2026-05-20T06:42:00.277Z | openjdk system 17 system |
| 210 | 2026-05-20T06:42:00.277Z | openjdk system 11 system |
| 211 | 2026-05-20T06:42:00.277Z | openssl vendor 3 vendor |
| 212 | 2026-05-20T06:42:00.278Z | perl system 5.40 system |
| 213 | 2026-05-20T06:42:00.278Z | postgresql system 18 system |
| 214 | 2026-05-20T06:42:00.278Z | postgresql system 17 system |
| 215 | 2026-05-20T06:42:00.278Z | python vendor 3 vendor |
| 216 | 2026-05-20T06:42:00.278Z | python system 2 system |
| 217 | 2026-05-20T06:42:00.278Z | python3 vendor 3.13 vendor |
| 218 | 2026-05-20T06:42:00.278Z | ruby system 3.4 system |
| 219 | 2026-05-20T06:42:00.278Z | ruby system 3.0 system |
| 220 | 2026-05-20T06:42:00.278Z | words vendor vendor american-english |
| 221 | 2026-05-20T06:42:00.278Z | words system system australian-english |
| 222 | 2026-05-20T06:42:00.278Z | words system system british-english |
| 223 | 2026-05-20T06:42:00.278Z | words system system canadian-english |
| 224 | 2026-05-20T06:42:00.278Z | words system system french |
| 225 | 2026-05-20T06:42:00.278Z | words system system italian |
| 226 | 2026-05-20T06:42:00.278Z | words system system ngerman |
| 227 | 2026-05-20T06:42:00.278Z | words system system ogerman |
| 228 | 2026-05-20T06:42:00.278Z | words system system spanish |
| 229 | 2026-05-20T06:42:00.529Z | PUBLISHER TYPE STATUS P LOCATION |
| 230 | 2026-05-20T06:42:00.529Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 231 | 2026-05-20T06:42:00.795Z | FMRI IFO |
| 232 | 2026-05-20T06:42:00.795Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 233 | 2026-05-20T06:42:00.795Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 234 | 2026-05-20T06:42:00.795Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 235 | 2026-05-20T06:42:00.795Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 236 | 2026-05-20T06:42:00.795Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 237 | 2026-05-20T06:42:00.795Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 238 | 2026-05-20T06:42:00.795Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 239 | 2026-05-20T06:42:00.795Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 240 | 2026-05-20T06:42:00.795Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 241 | 2026-05-20T06:42:01.027Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 242 | 2026-05-20T06:42:01.287Z | Updating crates.io index |
| 243 | 2026-05-20T06:42:01.326Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 244 | 2026-05-20T06:42:02.119Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 245 | 2026-05-20T06:42:02.428Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 246 | 2026-05-20T06:42:03.271Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 247 | 2026-05-20T06:42:04.083Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 248 | 2026-05-20T06:42:04.576Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 249 | 2026-05-20T06:42:05.921Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 250 | 2026-05-20T06:42:06.777Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 251 | 2026-05-20T06:42:07.051Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 252 | 2026-05-20T06:42:07.756Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 253 | 2026-05-20T06:42:08.226Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 254 | 2026-05-20T06:42:08.564Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 255 | 2026-05-20T06:42:08.787Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 256 | 2026-05-20T06:42:09.795Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 257 | 2026-05-20T06:42:10.260Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-05-20T06:42:10.746Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 259 | 2026-05-20T06:42:11.119Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 260 | 2026-05-20T06:42:11.426Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 261 | 2026-05-20T06:42:11.846Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 262 | 2026-05-20T06:42:12.072Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 263 | 2026-05-20T06:42:12.273Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 264 | 2026-05-20T06:42:12.526Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 265 | 2026-05-20T06:42:12.887Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-05-20T06:42:13.338Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 267 | 2026-05-20T06:42:13.800Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 268 | 2026-05-20T06:42:14.062Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 269 | 2026-05-20T06:42:14.527Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 270 | 2026-05-20T06:42:14.818Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 271 | 2026-05-20T06:42:16.427Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2026-05-20T06:42:17.222Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 273 | 2026-05-20T06:42:17.708Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 274 | 2026-05-20T06:42:17.972Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 275 | 2026-05-20T06:42:18.362Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2026-05-20T06:42:18.663Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 277 | 2026-05-20T06:42:18.990Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-05-20T06:42:19.484Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-05-20T06:42:19.737Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-05-20T06:42:19.940Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-05-20T06:42:20.310Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-05-20T06:42:32.000Z | Downloading crates ... |
| 283 | 2026-05-20T06:42:32.046Z | Downloaded anstream v0.6.21 |
| 284 | 2026-05-20T06:42:32.054Z | Downloaded crypto-common v0.1.7 |
| 285 | 2026-05-20T06:42:32.058Z | Downloaded anyhow v1.0.102 |
| 286 | 2026-05-20T06:42:32.061Z | Downloaded zerofrom-derive v0.1.6 |
| 287 | 2026-05-20T06:42:32.064Z | Downloaded serde_json v1.0.149 |
| 288 | 2026-05-20T06:42:32.066Z | Downloaded errno v0.3.14 |
| 289 | 2026-05-20T06:42:32.069Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-05-20T06:42:32.069Z | Downloaded clap v4.5.60 |
| 291 | 2026-05-20T06:42:32.073Z | Downloaded colorchoice v1.0.4 |
| 292 | 2026-05-20T06:42:32.076Z | Downloaded fnv v1.0.7 |
| 293 | 2026-05-20T06:42:32.076Z | Downloaded displaydoc v0.2.5 |
| 294 | 2026-05-20T06:42:32.079Z | Downloaded clap_lex v1.0.0 |
| 295 | 2026-05-20T06:42:32.079Z | Downloaded cargo_toml v0.21.0 |
| 296 | 2026-05-20T06:42:32.079Z | Downloaded form_urlencoded v1.2.2 |
| 297 | 2026-05-20T06:42:32.082Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-05-20T06:42:32.082Z | Downloaded byteorder v1.5.0 |
| 299 | 2026-05-20T06:42:32.082Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2026-05-20T06:42:32.085Z | Downloaded toml_write v0.1.2 |
| 301 | 2026-05-20T06:42:32.085Z | Downloaded toml_datetime v0.6.11 |
| 302 | 2026-05-20T06:42:32.085Z | Downloaded erased-serde v0.4.9 |
| 303 | 2026-05-20T06:42:32.088Z | Downloaded fastrand v2.3.0 |
| 304 | 2026-05-20T06:42:32.088Z | Downloaded camino-tempfile v1.4.1 |
| 305 | 2026-05-20T06:42:32.088Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-05-20T06:42:32.091Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-05-20T06:42:32.091Z | Downloaded writeable v0.6.2 |
| 308 | 2026-05-20T06:42:32.096Z | Downloaded generic-array v0.14.7 |
| 309 | 2026-05-20T06:42:32.096Z | Downloaded cargo-platform v0.2.0 |
| 310 | 2026-05-20T06:42:32.099Z | Downloaded getrandom v0.4.1 |
| 311 | 2026-05-20T06:42:32.099Z | Downloaded dof v0.3.0 |
| 312 | 2026-05-20T06:42:32.099Z | Downloaded typeid v1.0.3 |
| 313 | 2026-05-20T06:42:32.105Z | Downloaded zerofrom v0.1.6 |
| 314 | 2026-05-20T06:42:32.108Z | Downloaded yoke-derive v0.8.1 |
| 315 | 2026-05-20T06:42:32.108Z | Downloaded thiserror-impl v1.0.69 |
| 316 | 2026-05-20T06:42:32.108Z | Downloaded utf8_iter v1.0.4 |
| 317 | 2026-05-20T06:42:32.108Z | Downloaded usdt v0.5.0 |
| 318 | 2026-05-20T06:42:32.111Z | Downloaded version_check v0.9.5 |
| 319 | 2026-05-20T06:42:32.111Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-05-20T06:42:32.111Z | Downloaded fs-err v3.3.0 |
| 321 | 2026-05-20T06:42:32.111Z | Downloaded digest v0.10.7 |
| 322 | 2026-05-20T06:42:32.114Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-05-20T06:42:32.114Z | Downloaded stable_deref_trait v1.2.1 |
| 324 | 2026-05-20T06:42:32.114Z | Downloaded serde_spanned v0.6.9 |
| 325 | 2026-05-20T06:42:32.114Z | Downloaded macaddr v1.0.1 |
| 326 | 2026-05-20T06:42:32.117Z | Downloaded anstyle-parse v0.2.7 |
| 327 | 2026-05-20T06:42:32.117Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-05-20T06:42:32.117Z | Downloaded equivalent v1.0.2 |
| 329 | 2026-05-20T06:42:32.117Z | Downloaded heck v0.5.0 |
| 330 | 2026-05-20T06:42:32.120Z | Downloaded cpufeatures v0.2.17 |
| 331 | 2026-05-20T06:42:32.120Z | Downloaded cargo_metadata v0.21.0 |
| 332 | 2026-05-20T06:42:32.120Z | Downloaded camino v1.2.2 |
| 333 | 2026-05-20T06:42:32.123Z | Downloaded block-buffer v0.10.4 |
| 334 | 2026-05-20T06:42:32.126Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-05-20T06:42:32.126Z | Downloaded thiserror-impl v2.0.18 |
| 336 | 2026-05-20T06:42:32.128Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2026-05-20T06:42:32.128Z | Downloaded is_terminal_polyfill v1.70.2 |
| 338 | 2026-05-20T06:42:32.128Z | Downloaded thiserror v2.0.18 |
| 339 | 2026-05-20T06:42:32.131Z | Downloaded yoke v0.8.1 |
| 340 | 2026-05-20T06:42:32.134Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-05-20T06:42:32.134Z | Downloaded potential_utf v0.1.4 |
| 342 | 2026-05-20T06:42:32.134Z | Downloaded heck v0.4.1 |
| 343 | 2026-05-20T06:42:32.134Z | Downloaded terminal_size v0.4.3 |
| 344 | 2026-05-20T06:42:32.134Z | Downloaded ordered-float v2.10.1 |
| 345 | 2026-05-20T06:42:32.137Z | Downloaded zerovec-derive v0.11.2 |
| 346 | 2026-05-20T06:42:32.137Z | Downloaded thiserror v1.0.69 |
| 347 | 2026-05-20T06:42:32.140Z | Downloaded zmij v1.0.21 |
| 348 | 2026-05-20T06:42:32.140Z | Downloaded tabled_derive v0.7.0 |
| 349 | 2026-05-20T06:42:32.140Z | Downloaded serde-value v0.7.0 |
| 350 | 2026-05-20T06:42:32.140Z | Downloaded pretty-hex v0.4.1 |
| 351 | 2026-05-20T06:42:32.143Z | Downloaded plain v0.2.3 |
| 352 | 2026-05-20T06:42:32.143Z | Downloaded memmap v0.7.0 |
| 353 | 2026-05-20T06:42:32.143Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-05-20T06:42:32.143Z | Downloaded idna_adapter v1.2.1 |
| 355 | 2026-05-20T06:42:32.146Z | Downloaded zerocopy-derive v0.7.35 |
| 356 | 2026-05-20T06:42:32.149Z | Downloaded tinystr v0.8.2 |
| 357 | 2026-05-20T06:42:32.149Z | Downloaded itoa v1.0.17 |
| 358 | 2026-05-20T06:42:32.152Z | Downloaded ucd-trie v0.1.7 |
| 359 | 2026-05-20T06:42:32.152Z | Downloaded toml v0.8.23 |
| 360 | 2026-05-20T06:42:32.157Z | Downloaded unicode-ident v1.0.24 |
| 361 | 2026-05-20T06:42:32.160Z | Downloaded textwrap v0.16.2 |
| 362 | 2026-05-20T06:42:32.163Z | Downloaded percent-encoding v2.3.2 |
| 363 | 2026-05-20T06:42:32.169Z | Downloaded strsim v0.11.1 |
| 364 | 2026-05-20T06:42:32.171Z | Downloaded smawk v0.3.2 |
| 365 | 2026-05-20T06:42:32.171Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-05-20T06:42:32.175Z | Downloaded typenum v1.19.0 |
| 367 | 2026-05-20T06:42:32.175Z | Downloaded swrite v0.1.0 |
| 368 | 2026-05-20T06:42:32.178Z | Downloaded toml_edit v0.22.27 |
| 369 | 2026-05-20T06:42:32.181Z | Downloaded serde-untagged v0.1.9 |
| 370 | 2026-05-20T06:42:32.192Z | Downloaded url v2.5.8 |
| 371 | 2026-05-20T06:42:32.192Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-05-20T06:42:32.192Z | Downloaded quote v1.0.45 |
| 373 | 2026-05-20T06:42:32.192Z | Downloaded bytecount v0.6.9 |
| 374 | 2026-05-20T06:42:32.195Z | Downloaded anstyle v1.0.13 |
| 375 | 2026-05-20T06:42:32.195Z | Downloaded clap_derive v4.5.55 |
| 376 | 2026-05-20T06:42:32.195Z | Downloaded sha2 v0.10.9 |
| 377 | 2026-05-20T06:42:32.195Z | Downloaded cargo-util-schemas v0.8.2 |
| 378 | 2026-05-20T06:42:32.195Z | Downloaded autocfg v1.5.0 |
| 379 | 2026-05-20T06:42:32.199Z | Downloaded synstructure v0.13.2 |
| 380 | 2026-05-20T06:42:32.204Z | Downloaded scroll v0.12.0 |
| 381 | 2026-05-20T06:42:32.204Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2026-05-20T06:42:32.204Z | Downloaded zerocopy v0.7.35 |
| 383 | 2026-05-20T06:42:32.210Z | Downloaded winnow v0.7.14 |
| 384 | 2026-05-20T06:42:32.216Z | Downloaded smallvec v1.15.1 |
| 385 | 2026-05-20T06:42:32.219Z | Downloaded bitflags v2.11.0 |
| 386 | 2026-05-20T06:42:32.220Z | Downloaded once_cell v1.21.3 |
| 387 | 2026-05-20T06:42:32.220Z | Downloaded pest_generator v2.8.6 |
| 388 | 2026-05-20T06:42:32.223Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-05-20T06:42:32.226Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-05-20T06:42:32.229Z | Downloaded semver v1.0.28 |
| 391 | 2026-05-20T06:42:32.229Z | Downloaded pest_derive v2.8.6 |
| 392 | 2026-05-20T06:42:32.232Z | Downloaded tempfile v3.25.0 |
| 393 | 2026-05-20T06:42:32.235Z | Downloaded serde_core v1.0.228 |
| 394 | 2026-05-20T06:42:32.235Z | Downloaded log v0.4.29 |
| 395 | 2026-05-20T06:42:32.239Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-05-20T06:42:32.242Z | Downloaded serde_tokenstream v0.2.3 |
| 397 | 2026-05-20T06:42:32.252Z | Downloaded icu_properties v2.1.2 |
| 398 | 2026-05-20T06:42:32.255Z | Downloaded papergrid v0.11.0 |
| 399 | 2026-05-20T06:42:32.259Z | Downloaded serde_derive v1.0.228 |
| 400 | 2026-05-20T06:42:32.264Z | Downloaded num-traits v0.2.19 |
| 401 | 2026-05-20T06:42:32.267Z | Downloaded litemap v0.8.1 |
| 402 | 2026-05-20T06:42:32.267Z | Downloaded icu_normalizer_data v2.1.1 |
| 403 | 2026-05-20T06:42:32.267Z | Downloaded icu_normalizer v2.1.1 |
| 404 | 2026-05-20T06:42:32.270Z | Downloaded icu_locale_core v2.1.1 |
| 405 | 2026-05-20T06:42:32.273Z | Downloaded proc-macro2 v1.0.106 |
| 406 | 2026-05-20T06:42:32.279Z | Downloaded memchr v2.8.0 |
| 407 | 2026-05-20T06:42:32.282Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-20T06:42:32.289Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-05-20T06:42:32.292Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-20T06:42:32.296Z | Downloaded pest_meta v2.8.6 |
| 411 | 2026-05-20T06:42:32.299Z | Downloaded indexmap v2.14.0 |
| 412 | 2026-05-20T06:42:32.307Z | Downloaded pest v2.8.6 |
| 413 | 2026-05-20T06:42:32.315Z | Downloaded idna v1.1.0 |
| 414 | 2026-05-20T06:42:32.324Z | Downloaded hashbrown v0.17.0 |
| 415 | 2026-05-20T06:42:32.333Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-20T06:42:32.337Z | Downloaded icu_properties_data v2.1.2 |
| 417 | 2026-05-20T06:42:32.344Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-20T06:42:32.352Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-20T06:42:32.366Z | Downloaded syn v2.0.117 |
| 420 | 2026-05-20T06:42:32.382Z | Downloaded rustix v1.1.3 |
| 421 | 2026-05-20T06:42:32.408Z | Downloaded libc v0.2.185 |
| 422 | 2026-05-20T06:42:32.475Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-05-20T06:42:32.475Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-20T06:42:32.475Z | Compiling quote v1.0.45 |
| 425 | 2026-05-20T06:42:32.475Z | Compiling serde_core v1.0.228 |
| 426 | 2026-05-20T06:42:32.478Z | Compiling libc v0.2.185 |
| 427 | 2026-05-20T06:42:32.478Z | Compiling version_check v0.9.5 |
| 428 | 2026-05-20T06:42:32.478Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-20T06:42:32.478Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-20T06:42:32.800Z | Compiling serde v1.0.228 |
| 431 | 2026-05-20T06:42:32.803Z | Compiling zmij v1.0.21 |
| 432 | 2026-05-20T06:42:32.983Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-20T06:42:33.295Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-20T06:42:33.354Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-20T06:42:33.384Z | Compiling thiserror v1.0.69 |
| 436 | 2026-05-20T06:42:33.540Z | Compiling pest v2.8.6 |
| 437 | 2026-05-20T06:42:33.555Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-20T06:42:33.570Z | Compiling writeable v0.6.2 |
| 439 | 2026-05-20T06:42:33.698Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-20T06:42:33.737Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-20T06:42:33.760Z | Compiling icu_properties_data v2.1.2 |
| 442 | 2026-05-20T06:42:33.850Z | Compiling rustix v1.1.3 |
| 443 | 2026-05-20T06:42:33.997Z | Compiling errno v0.3.14 |
| 444 | 2026-05-20T06:42:34.146Z | Compiling syn v2.0.117 |
| 445 | 2026-05-20T06:42:34.164Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-20T06:42:34.188Z | Compiling serde_json v1.0.149 |
| 447 | 2026-05-20T06:42:34.403Z | Compiling num-traits v0.2.19 |
| 448 | 2026-05-20T06:42:34.500Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-20T06:42:34.582Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-20T06:42:34.606Z | Compiling equivalent v1.0.2 |
| 451 | 2026-05-20T06:42:34.697Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-20T06:42:34.713Z | Compiling typeid v1.0.3 |
| 453 | 2026-05-20T06:42:34.962Z | Compiling thread-id v4.2.2 |
| 454 | 2026-05-20T06:42:35.064Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-20T06:42:35.081Z | Compiling usdt-impl v0.5.0 |
| 456 | 2026-05-20T06:42:35.215Z | Compiling indexmap v2.14.0 |
| 457 | 2026-05-20T06:42:35.246Z | Compiling winnow v0.7.14 |
| 458 | 2026-05-20T06:42:35.271Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-05-20T06:42:35.287Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-20T06:42:35.505Z | Compiling syn v1.0.109 |
| 461 | 2026-05-20T06:42:35.857Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-05-20T06:42:35.873Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-05-20T06:42:36.028Z | Compiling camino v1.2.2 |
| 464 | 2026-05-20T06:42:36.046Z | Compiling log v0.4.29 |
| 465 | 2026-05-20T06:42:36.231Z | Compiling plain v0.2.3 |
| 466 | 2026-05-20T06:42:36.301Z | Compiling percent-encoding v2.3.2 |
| 467 | 2026-05-20T06:42:36.345Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-20T06:42:36.362Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-05-20T06:42:36.390Z | Compiling thiserror v2.0.18 |
| 470 | 2026-05-20T06:42:36.475Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-20T06:42:36.495Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-20T06:42:36.588Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-05-20T06:42:36.729Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-20T06:42:36.845Z | Compiling synstructure v0.13.2 |
| 475 | 2026-05-20T06:42:36.891Z | Compiling pest_generator v2.8.6 |
| 476 | 2026-05-20T06:42:36.947Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-20T06:42:36.978Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-20T06:42:37.100Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-20T06:42:37.103Z | Compiling cfg-if v1.0.4 |
| 480 | 2026-05-20T06:42:37.151Z | Compiling is_terminal_polyfill v1.70.2 |
| 481 | 2026-05-20T06:42:37.167Z | Compiling anstyle v1.0.13 |
| 482 | 2026-05-20T06:42:37.214Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-20T06:42:37.346Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-20T06:42:37.384Z | Compiling semver v1.0.28 |
| 485 | 2026-05-20T06:42:37.458Z | Compiling fs-err v3.3.0 |
| 486 | 2026-05-20T06:42:37.599Z | Compiling heck v0.4.1 |
| 487 | 2026-05-20T06:42:37.641Z | Compiling fnv v1.0.7 |
| 488 | 2026-05-20T06:42:37.644Z | Compiling once_cell v1.21.3 |
| 489 | 2026-05-20T06:42:37.696Z | Compiling clap_lex v1.0.0 |
| 490 | 2026-05-20T06:42:37.731Z | Compiling bytecount v0.6.9 |
| 491 | 2026-05-20T06:42:37.749Z | Compiling unicode-xid v0.2.6 |
| 492 | 2026-05-20T06:42:37.859Z | Compiling fastrand v2.3.0 |
| 493 | 2026-05-20T06:42:37.862Z | Compiling heck v0.5.0 |
| 494 | 2026-05-20T06:42:37.862Z | Compiling anyhow v1.0.102 |
| 495 | 2026-05-20T06:42:37.921Z | Compiling unicode-width v0.1.14 |
| 496 | 2026-05-20T06:42:38.104Z | Compiling strsim v0.11.1 |
| 497 | 2026-05-20T06:42:38.120Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-20T06:42:38.136Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-20T06:42:38.285Z | Compiling clap_builder v4.5.60 |
| 500 | 2026-05-20T06:42:38.416Z | Compiling memmap v0.7.0 |
| 501 | 2026-05-20T06:42:38.445Z | Compiling unicode-width v0.2.0 |
| 502 | 2026-05-20T06:42:38.469Z | Compiling serde_derive v1.0.228 |
| 503 | 2026-05-20T06:42:38.486Z | Compiling zerofrom-derive v0.1.6 |
| 504 | 2026-05-20T06:42:38.594Z | Compiling yoke-derive v0.8.1 |
| 505 | 2026-05-20T06:42:38.681Z | Compiling zerovec-derive v0.11.2 |
| 506 | 2026-05-20T06:42:38.714Z | Compiling displaydoc v0.2.5 |
| 507 | 2026-05-20T06:42:39.437Z | Compiling thiserror-impl v1.0.69 |
| 508 | 2026-05-20T06:42:39.522Z | Compiling zerocopy-derive v0.7.35 |
| 509 | 2026-05-20T06:42:39.724Z | Compiling pest_derive v2.8.6 |
| 510 | 2026-05-20T06:42:39.769Z | Compiling scroll_derive v0.12.1 |
| 511 | 2026-05-20T06:42:39.845Z | Compiling zerofrom v0.1.6 |
| 512 | 2026-05-20T06:42:40.004Z | Compiling yoke v0.8.1 |
| 513 | 2026-05-20T06:42:40.186Z | Compiling zerovec v0.11.5 |
| 514 | 2026-05-20T06:42:40.202Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-05-20T06:42:40.382Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-20T06:42:40.490Z | Compiling scroll v0.12.0 |
| 517 | 2026-05-20T06:42:40.513Z | Compiling thiserror-impl v2.0.18 |
| 518 | 2026-05-20T06:42:40.698Z | Compiling tinystr v0.8.2 |
| 519 | 2026-05-20T06:42:40.760Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-05-20T06:42:40.838Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-20T06:42:40.902Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-05-20T06:42:40.930Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-05-20T06:42:40.946Z | Compiling goblin v0.8.2 |
| 524 | 2026-05-20T06:42:41.269Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-05-20T06:42:41.379Z | Compiling clap_derive v4.5.55 |
| 526 | 2026-05-20T06:42:41.599Z | Compiling icu_provider v2.1.1 |
| 527 | 2026-05-20T06:42:41.794Z | Compiling unicode-linebreak v0.1.5 |
| 528 | 2026-05-20T06:42:41.865Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-20T06:42:41.896Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-20T06:42:41.913Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-20T06:42:41.928Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-20T06:42:42.015Z | Compiling dof v0.3.0 |
| 533 | 2026-05-20T06:42:42.036Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-05-20T06:42:42.153Z | Compiling toml_edit v0.22.27 |
| 535 | 2026-05-20T06:42:42.348Z | Compiling serde-value v0.7.0 |
| 536 | 2026-05-20T06:42:42.394Z | Compiling cargo-platform v0.2.0 |
| 537 | 2026-05-20T06:42:42.463Z | Compiling smawk v0.3.2 |
| 538 | 2026-05-20T06:42:42.602Z | Compiling textwrap v0.16.2 |
| 539 | 2026-05-20T06:42:42.664Z | Compiling tabled v0.15.0 |
| 540 | 2026-05-20T06:42:42.701Z | Compiling macaddr v1.0.1 |
| 541 | 2026-05-20T06:42:42.904Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-20T06:42:42.924Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-20T06:42:42.981Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-05-20T06:42:43.047Z | Compiling idna v1.1.0 |
| 545 | 2026-05-20T06:42:43.123Z | Compiling clap v4.5.60 |
| 546 | 2026-05-20T06:42:43.428Z | Compiling url v2.5.8 |
| 547 | 2026-05-20T06:42:43.558Z | Compiling toml v0.8.23 |
| 548 | 2026-05-20T06:42:43.714Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-05-20T06:42:43.941Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-20T06:42:44.174Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-20T06:42:44.174Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-20T06:42:44.206Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-20T06:42:44.258Z | Compiling swrite v0.1.0 |
| 554 | 2026-05-20T06:42:44.832Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-05-20T06:42:45.778Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-05-20T06:42:47.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.97s |
| 557 | 2026-05-20T06:42:48.080Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-05-20T06:42:48.633Z | Downloading crates ... |
| 559 | 2026-05-20T06:42:48.728Z | Downloaded array-init v0.0.4 |
| 560 | 2026-05-20T06:42:48.733Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-05-20T06:42:48.740Z | Downloaded bitfield-struct v0.6.2 |
| 562 | 2026-05-20T06:42:48.743Z | Downloaded async-trait v0.1.89 |
| 563 | 2026-05-20T06:42:48.746Z | Downloaded arc-swap v1.8.2 |
| 564 | 2026-05-20T06:42:48.750Z | Downloaded ahash v0.8.12 |
| 565 | 2026-05-20T06:42:48.755Z | Downloaded atomicwrites v0.4.4 |
| 566 | 2026-05-20T06:42:48.759Z | Downloaded crucible-workspace-hack v0.1.0 |
| 567 | 2026-05-20T06:42:48.759Z | Downloaded dunce v1.0.5 |
| 568 | 2026-05-20T06:42:48.759Z | Downloaded ciborium-ll v0.2.2 |
| 569 | 2026-05-20T06:42:48.759Z | Downloaded buf-list v1.1.2 |
| 570 | 2026-05-20T06:42:48.764Z | Downloaded crunchy v0.2.4 |
| 571 | 2026-05-20T06:42:48.764Z | Downloaded crossbeam-deque v0.8.6 |
| 572 | 2026-05-20T06:42:48.764Z | Downloaded block-padding v0.3.3 |
| 573 | 2026-05-20T06:42:48.764Z | Downloaded critical-section v1.2.0 |
| 574 | 2026-05-20T06:42:48.768Z | Downloaded ar_archive_writer v0.5.1 |
| 575 | 2026-05-20T06:42:48.768Z | Downloaded crc32fast v1.5.0 |
| 576 | 2026-05-20T06:42:48.768Z | Downloaded bit-vec v0.8.0 |
| 577 | 2026-05-20T06:42:48.771Z | Downloaded enum-as-inner v0.6.1 |
| 578 | 2026-05-20T06:42:48.771Z | Downloaded bitfield-macros v0.19.4 |
| 579 | 2026-05-20T06:42:48.771Z | Downloaded assert_matches v1.5.0 |
| 580 | 2026-05-20T06:42:48.771Z | Downloaded arrayref v0.3.9 |
| 581 | 2026-05-20T06:42:48.774Z | Downloaded defmt v0.3.100 |
| 582 | 2026-05-20T06:42:48.774Z | Downloaded ecdsa v0.16.9 |
| 583 | 2026-05-20T06:42:48.774Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 584 | 2026-05-20T06:42:48.774Z | Downloaded async-stream-impl v0.3.6 |
| 585 | 2026-05-20T06:42:48.777Z | Downloaded async-recursion v1.1.1 |
| 586 | 2026-05-20T06:42:48.777Z | Downloaded bit-set v0.5.3 |
| 587 | 2026-05-20T06:42:48.780Z | Downloaded crc8 v0.1.1 |
| 588 | 2026-05-20T06:42:48.780Z | Downloaded dirs-sys-next v0.1.2 |
| 589 | 2026-05-20T06:42:48.780Z | Downloaded bitfield v0.19.4 |
| 590 | 2026-05-20T06:42:48.783Z | Downloaded crossbeam-utils v0.8.21 |
| 591 | 2026-05-20T06:42:48.783Z | Downloaded bit-set v0.8.0 |
| 592 | 2026-05-20T06:42:48.788Z | Downloaded aead v0.5.2 |
| 593 | 2026-05-20T06:42:48.788Z | Downloaded display-error-chain v0.2.2 |
| 594 | 2026-05-20T06:42:48.788Z | Downloaded bb8 v0.8.6 |
| 595 | 2026-05-20T06:42:48.791Z | Downloaded float-ord v0.3.2 |
| 596 | 2026-05-20T06:42:48.791Z | Downloaded embedded-io v0.6.1 |
| 597 | 2026-05-20T06:42:48.791Z | Downloaded atty v0.2.14 |
| 598 | 2026-05-20T06:42:48.794Z | Downloaded atomic-waker v1.1.2 |
| 599 | 2026-05-20T06:42:48.794Z | Downloaded dyn-clone v1.0.20 |
| 600 | 2026-05-20T06:42:48.794Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-05-20T06:42:48.797Z | Downloaded flagset v0.4.7 |
| 602 | 2026-05-20T06:42:48.797Z | Downloaded float-cmp v0.10.0 |
| 603 | 2026-05-20T06:42:48.797Z | Downloaded cfg_aliases v0.2.1 |
| 604 | 2026-05-20T06:42:48.802Z | Downloaded endian-type v0.1.2 |
| 605 | 2026-05-20T06:42:48.802Z | Downloaded darling_macro v0.21.3 |
| 606 | 2026-05-20T06:42:48.802Z | Downloaded difflib v0.4.0 |
| 607 | 2026-05-20T06:42:48.802Z | Downloaded defmt-parser v1.0.0 |
| 608 | 2026-05-20T06:42:48.802Z | Downloaded cmake v0.1.57 |
| 609 | 2026-05-20T06:42:48.805Z | Downloaded fatfs v0.3.6 |
| 610 | 2026-05-20T06:42:48.805Z | Downloaded camino-tempfile-ext v0.3.3 |
| 611 | 2026-05-20T06:42:48.811Z | Downloaded bitflags v1.3.2 |
| 612 | 2026-05-20T06:42:48.811Z | Downloaded bcs v0.1.6 |
| 613 | 2026-05-20T06:42:48.815Z | Downloaded crossbeam-channel v0.5.15 |
| 614 | 2026-05-20T06:42:48.815Z | Downloaded bzip2 v0.4.4 |
| 615 | 2026-05-20T06:42:48.815Z | Downloaded blake2 v0.10.6 |
| 616 | 2026-05-20T06:42:48.820Z | Downloaded document-features v0.2.12 |
| 617 | 2026-05-20T06:42:48.820Z | Downloaded derive_builder_macro v0.20.2 |
| 618 | 2026-05-20T06:42:48.820Z | Downloaded darling_macro v0.20.11 |
| 619 | 2026-05-20T06:42:48.820Z | Downloaded cstr-argument v0.1.2 |
| 620 | 2026-05-20T06:42:48.820Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 621 | 2026-05-20T06:42:48.824Z | Downloaded backon v1.6.0 |
| 622 | 2026-05-20T06:42:48.824Z | Downloaded der_derive v0.7.3 |
| 623 | 2026-05-20T06:42:48.824Z | Downloaded dtrace-parser v0.3.0 |
| 624 | 2026-05-20T06:42:48.829Z | Downloaded crc v3.4.0 |
| 625 | 2026-05-20T06:42:48.829Z | Downloaded foreign-types v0.3.2 |
| 626 | 2026-05-20T06:42:48.829Z | Downloaded base16ct v0.2.0 |
| 627 | 2026-05-20T06:42:48.829Z | Downloaded ascii-canvas v3.0.0 |
| 628 | 2026-05-20T06:42:48.836Z | Downloaded cfg_aliases v0.1.1 |
| 629 | 2026-05-20T06:42:48.836Z | Downloaded embedded-io v0.4.0 |
| 630 | 2026-05-20T06:42:48.836Z | Downloaded async-stream v0.3.6 |
| 631 | 2026-05-20T06:42:48.836Z | Downloaded cpufeatures v0.3.0 |
| 632 | 2026-05-20T06:42:48.840Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 633 | 2026-05-20T06:42:48.840Z | Downloaded compression-core v0.4.31 |
| 634 | 2026-05-20T06:42:48.840Z | Downloaded cobs v0.3.0 |
| 635 | 2026-05-20T06:42:48.841Z | Downloaded fixedbitset v0.4.2 |
| 636 | 2026-05-20T06:42:48.841Z | Downloaded downcast-rs v2.0.2 |
| 637 | 2026-05-20T06:42:48.841Z | Downloaded foreign-types-shared v0.1.1 |
| 638 | 2026-05-20T06:42:48.841Z | Downloaded foreign-types v0.5.0 |
| 639 | 2026-05-20T06:42:48.841Z | Downloaded crc-catalog v2.4.0 |
| 640 | 2026-05-20T06:42:48.845Z | Downloaded debug-ignore v1.0.5 |
| 641 | 2026-05-20T06:42:48.845Z | Downloaded cargo-platform v0.1.9 |
| 642 | 2026-05-20T06:42:48.845Z | Downloaded foldhash v0.1.5 |
| 643 | 2026-05-20T06:42:48.845Z | Downloaded dsl_auto_type v0.2.0 |
| 644 | 2026-05-20T06:42:48.850Z | Downloaded convert_case v0.4.0 |
| 645 | 2026-05-20T06:42:48.850Z | Downloaded ciborium-io v0.2.2 |
| 646 | 2026-05-20T06:42:48.850Z | Downloaded darling_macro v0.23.0 |
| 647 | 2026-05-20T06:42:48.850Z | Downloaded defmt-macros v1.0.1 |
| 648 | 2026-05-20T06:42:48.854Z | Downloaded fallible-iterator v0.2.0 |
| 649 | 2026-05-20T06:42:48.854Z | Downloaded foreign-types-shared v0.3.1 |
| 650 | 2026-05-20T06:42:48.854Z | Downloaded foreign-types-macros v0.2.3 |
| 651 | 2026-05-20T06:42:48.854Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-20T06:42:48.854Z | Downloaded castaway v0.2.4 |
| 653 | 2026-05-20T06:42:48.858Z | Downloaded cexpr v0.6.0 |
| 654 | 2026-05-20T06:42:48.858Z | Downloaded dof v0.4.0 |
| 655 | 2026-05-20T06:42:48.858Z | Downloaded blowfish v0.9.1 |
| 656 | 2026-05-20T06:42:48.861Z | Downloaded backoff v0.4.0 |
| 657 | 2026-05-20T06:42:48.861Z | Downloaded git-stub v1.0.0 |
| 658 | 2026-05-20T06:42:48.861Z | Downloaded ghash v0.5.1 |
| 659 | 2026-05-20T06:42:48.861Z | Downloaded fxhash v0.2.1 |
| 660 | 2026-05-20T06:42:48.865Z | Downloaded futures-macro v0.3.32 |
| 661 | 2026-05-20T06:42:48.865Z | Downloaded funty v2.0.0 |
| 662 | 2026-05-20T06:42:48.865Z | Downloaded constant_time_eq v0.4.2 |
| 663 | 2026-05-20T06:42:48.869Z | Downloaded cassowary v0.3.0 |
| 664 | 2026-05-20T06:42:48.869Z | Downloaded futures-core v0.3.32 |
| 665 | 2026-05-20T06:42:48.869Z | Downloaded futures-task v0.3.32 |
| 666 | 2026-05-20T06:42:48.873Z | Downloaded chacha20 v0.9.1 |
| 667 | 2026-05-20T06:42:48.873Z | Downloaded cbc v0.1.2 |
| 668 | 2026-05-20T06:42:48.873Z | Downloaded futures-io v0.3.32 |
| 669 | 2026-05-20T06:42:48.873Z | Downloaded hash32 v0.3.1 |
| 670 | 2026-05-20T06:42:48.877Z | Downloaded csv-core v0.1.13 |
| 671 | 2026-05-20T06:42:48.877Z | Downloaded hash32 v0.2.1 |
| 672 | 2026-05-20T06:42:48.877Z | Downloaded ed25519 v2.2.3 |
| 673 | 2026-05-20T06:42:48.881Z | Downloaded diesel-dtrace v0.5.0 |
| 674 | 2026-05-20T06:42:48.881Z | Downloaded bit-vec v0.6.3 |
| 675 | 2026-05-20T06:42:48.882Z | Downloaded ctr v0.9.2 |
| 676 | 2026-05-20T06:42:48.882Z | Downloaded env_logger v0.11.9 |
| 677 | 2026-05-20T06:42:48.886Z | Downloaded arrayvec v0.7.6 |
| 678 | 2026-05-20T06:42:48.886Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 679 | 2026-05-20T06:42:48.886Z | Downloaded chacha20 v0.10.0 |
| 680 | 2026-05-20T06:42:48.890Z | Downloaded const_format_proc_macros v0.2.34 |
| 681 | 2026-05-20T06:42:48.890Z | Downloaded hex-literal v0.4.1 |
| 682 | 2026-05-20T06:42:48.890Z | Downloaded headers-core v0.3.0 |
| 683 | 2026-05-20T06:42:48.890Z | Downloaded byte-wrapper v0.1.0 |
| 684 | 2026-05-20T06:42:48.895Z | Downloaded argon2 v0.5.3 |
| 685 | 2026-05-20T06:42:48.895Z | Downloaded env_filter v1.0.0 |
| 686 | 2026-05-20T06:42:48.895Z | Downloaded derive_builder_core v0.20.2 |
| 687 | 2026-05-20T06:42:48.900Z | Downloaded defmt v1.0.1 |
| 688 | 2026-05-20T06:42:48.900Z | Downloaded daft-derive v0.1.5 |
| 689 | 2026-05-20T06:42:48.904Z | Downloaded foldhash v0.2.0 |
| 690 | 2026-05-20T06:42:48.904Z | Downloaded compression-codecs v0.4.37 |
| 691 | 2026-05-20T06:42:48.907Z | Downloaded find-msvc-tools v0.1.9 |
| 692 | 2026-05-20T06:42:48.907Z | Downloaded ff v0.13.1 |
| 693 | 2026-05-20T06:42:48.907Z | Downloaded fd-lock v4.0.4 |
| 694 | 2026-05-20T06:42:48.911Z | Downloaded hostname v0.4.2 |
| 695 | 2026-05-20T06:42:48.911Z | Downloaded httpdate v1.0.3 |
| 696 | 2026-05-20T06:42:48.916Z | Downloaded fs-err v2.11.0 |
| 697 | 2026-05-20T06:42:48.916Z | Downloaded home v0.5.12 |
| 698 | 2026-05-20T06:42:48.916Z | Downloaded colored v2.2.0 |
| 699 | 2026-05-20T06:42:48.920Z | Downloaded fixedbitset v0.5.7 |
| 700 | 2026-05-20T06:42:48.920Z | Downloaded fs_extra v1.3.0 |
| 701 | 2026-05-20T06:42:48.920Z | Downloaded filetime v0.2.27 |
| 702 | 2026-05-20T06:42:48.924Z | Downloaded ena v0.14.4 |
| 703 | 2026-05-20T06:42:48.924Z | Downloaded http-body v1.0.1 |
| 704 | 2026-05-20T06:42:48.924Z | Downloaded either v1.15.0 |
| 705 | 2026-05-20T06:42:48.924Z | Downloaded hubpack v0.1.2 |
| 706 | 2026-05-20T06:42:48.928Z | Downloaded corncobs v0.1.4 |
| 707 | 2026-05-20T06:42:48.929Z | Downloaded indent_write v2.2.0 |
| 708 | 2026-05-20T06:42:48.929Z | Downloaded illumos-nvpair v0.3.0 |
| 709 | 2026-05-20T06:42:48.929Z | Downloaded erased-serde v0.3.31 |
| 710 | 2026-05-20T06:42:48.933Z | Downloaded deranged v0.5.8 |
| 711 | 2026-05-20T06:42:48.933Z | Downloaded derive-ex v0.1.8 |
| 712 | 2026-05-20T06:42:48.933Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 713 | 2026-05-20T06:42:48.933Z | Downloaded gethostname v0.5.0 |
| 714 | 2026-05-20T06:42:48.938Z | Downloaded hubpack_derive v0.1.1 |
| 715 | 2026-05-20T06:42:48.938Z | Downloaded globset v0.4.18 |
| 716 | 2026-05-20T06:42:48.938Z | Downloaded futures-executor v0.3.32 |
| 717 | 2026-05-20T06:42:48.938Z | Downloaded inout v0.1.4 |
| 718 | 2026-05-20T06:42:48.938Z | Downloaded glob v0.3.3 |
| 719 | 2026-05-20T06:42:48.944Z | Downloaded ident_case v1.0.1 |
| 720 | 2026-05-20T06:42:48.944Z | Downloaded http-range v0.1.5 |
| 721 | 2026-05-20T06:42:48.944Z | Downloaded is-terminal v0.4.17 |
| 722 | 2026-05-20T06:42:48.944Z | Downloaded data-encoding v2.10.0 |
| 723 | 2026-05-20T06:42:48.944Z | Downloaded crypto-bigint v0.5.5 |
| 724 | 2026-05-20T06:42:48.947Z | Downloaded instant v0.1.13 |
| 725 | 2026-05-20T06:42:48.947Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-20T06:42:48.951Z | Downloaded group v0.13.0 |
| 727 | 2026-05-20T06:42:48.951Z | Downloaded globwalk v0.9.1 |
| 728 | 2026-05-20T06:42:48.951Z | Downloaded instability v0.3.11 |
| 729 | 2026-05-20T06:42:48.954Z | Downloaded indoc v1.0.9 |
| 730 | 2026-05-20T06:42:48.954Z | Downloaded hex v0.4.3 |
| 731 | 2026-05-20T06:42:48.954Z | Downloaded is_ci v1.2.0 |
| 732 | 2026-05-20T06:42:48.957Z | Downloaded git-stub-vcs v0.1.0 |
| 733 | 2026-05-20T06:42:48.957Z | Downloaded darling v0.23.0 |
| 734 | 2026-05-20T06:42:48.960Z | Downloaded cookie v0.18.1 |
| 735 | 2026-05-20T06:42:48.963Z | Downloaded drift v0.1.4 |
| 736 | 2026-05-20T06:42:48.968Z | Downloaded kstat-rs v0.2.4 |
| 737 | 2026-05-20T06:42:48.973Z | Downloaded diff v0.1.13 |
| 738 | 2026-05-20T06:42:48.973Z | Downloaded cookie_store v0.22.1 |
| 739 | 2026-05-20T06:42:48.976Z | Downloaded highway v1.3.0 |
| 740 | 2026-05-20T06:42:48.976Z | Downloaded hyper-tls v0.6.0 |
| 741 | 2026-05-20T06:42:48.976Z | Downloaded lru-cache v0.1.2 |
| 742 | 2026-05-20T06:42:48.980Z | Downloaded lru v0.12.5 |
| 743 | 2026-05-20T06:42:48.980Z | Downloaded lalrpop-util v0.19.12 |
| 744 | 2026-05-20T06:42:48.980Z | Downloaded hostname v0.3.1 |
| 745 | 2026-05-20T06:42:48.981Z | Downloaded linked-hash-map v0.5.6 |
| 746 | 2026-05-20T06:42:48.984Z | Downloaded libscf-sys v1.1.0 |
| 747 | 2026-05-20T06:42:48.984Z | Downloaded memoffset v0.9.1 |
| 748 | 2026-05-20T06:42:48.984Z | Downloaded crossterm v0.28.1 |
| 749 | 2026-05-20T06:42:48.987Z | Downloaded console v0.16.2 |
| 750 | 2026-05-20T06:42:48.990Z | Downloaded md-5 v0.10.6 |
| 751 | 2026-05-20T06:42:48.990Z | Downloaded allocator-api2 v0.2.21 |
| 752 | 2026-05-20T06:42:48.994Z | Downloaded maplit v1.0.2 |
| 753 | 2026-05-20T06:42:48.994Z | Downloaded http-body-util v0.1.3 |
| 754 | 2026-05-20T06:42:48.995Z | Downloaded lzss v0.8.2 |
| 755 | 2026-05-20T06:42:48.997Z | Downloaded lru-slab v0.1.2 |
| 756 | 2026-05-20T06:42:48.998Z | Downloaded daft v0.1.5 |
| 757 | 2026-05-20T06:42:48.998Z | Downloaded new_debug_unreachable v1.0.6 |
| 758 | 2026-05-20T06:42:49.002Z | Downloaded hyper-staticfile v0.10.1 |
| 759 | 2026-05-20T06:42:49.002Z | Downloaded maybe-uninit v2.0.0 |
| 760 | 2026-05-20T06:42:49.002Z | Downloaded match_cfg v0.1.0 |
| 761 | 2026-05-20T06:42:49.002Z | Downloaded humantime v2.3.0 |
| 762 | 2026-05-20T06:42:49.007Z | Downloaded md5 v0.7.0 |
| 763 | 2026-05-20T06:42:49.007Z | Downloaded managed v0.8.0 |
| 764 | 2026-05-20T06:42:49.007Z | Downloaded mime v0.3.17 |
| 765 | 2026-05-20T06:42:49.007Z | Downloaded ingot-types v0.1.2 |
| 766 | 2026-05-20T06:42:49.011Z | Downloaded indoc v2.0.7 |
| 767 | 2026-05-20T06:42:49.011Z | Downloaded multimap v0.10.1 |
| 768 | 2026-05-20T06:42:49.011Z | Downloaded lazy_static v1.5.0 |
| 769 | 2026-05-20T06:42:49.011Z | Downloaded ipnet v2.11.0 |
| 770 | 2026-05-20T06:42:49.015Z | Downloaded internet-checksum v0.2.1 |
| 771 | 2026-05-20T06:42:49.015Z | Downloaded ingot v0.1.1 |
| 772 | 2026-05-20T06:42:49.015Z | Downloaded jobserver v0.1.34 |
| 773 | 2026-05-20T06:42:49.018Z | Downloaded newtype-uuid-macros v0.1.0 |
| 774 | 2026-05-20T06:42:49.018Z | Downloaded nodrop v0.1.14 |
| 775 | 2026-05-20T06:42:49.018Z | Downloaded newline-converter v0.3.0 |
| 776 | 2026-05-20T06:42:49.018Z | Downloaded des v0.8.1 |
| 777 | 2026-05-20T06:42:49.023Z | Downloaded derive_builder v0.20.2 |
| 778 | 2026-05-20T06:42:49.027Z | Downloaded num-derive v0.3.3 |
| 779 | 2026-05-20T06:42:49.027Z | Downloaded num-conv v0.2.0 |
| 780 | 2026-05-20T06:42:49.027Z | Downloaded normalize-line-endings v0.3.0 |
| 781 | 2026-05-20T06:42:49.027Z | Downloaded nonempty v0.12.0 |
| 782 | 2026-05-20T06:42:49.027Z | Downloaded nibble_vec v0.1.0 |
| 783 | 2026-05-20T06:42:49.030Z | Downloaded num v0.4.3 |
| 784 | 2026-05-20T06:42:49.030Z | Downloaded darling v0.21.3 |
| 785 | 2026-05-20T06:42:49.034Z | Downloaded darling v0.20.11 |
| 786 | 2026-05-20T06:42:49.040Z | Downloaded libloading v0.8.9 |
| 787 | 2026-05-20T06:42:49.040Z | Downloaded elliptic-curve v0.13.8 |
| 788 | 2026-05-20T06:42:49.042Z | Downloaded hmac v0.12.1 |
| 789 | 2026-05-20T06:42:49.042Z | Downloaded crc-any v2.5.0 |
| 790 | 2026-05-20T06:42:49.043Z | Downloaded async-bb8-diesel v0.2.1 |
| 791 | 2026-05-20T06:42:49.047Z | Downloaded num-iter v0.1.45 |
| 792 | 2026-05-20T06:42:49.047Z | Downloaded lock_api v0.4.14 |
| 793 | 2026-05-20T06:42:49.050Z | Downloaded libsw-core v0.3.2 |
| 794 | 2026-05-20T06:42:49.050Z | Downloaded libsw v3.5.0 |
| 795 | 2026-05-20T06:42:49.050Z | Downloaded olpc-cjson v0.1.4 |
| 796 | 2026-05-20T06:42:49.050Z | Downloaded linear-map v1.2.0 |
| 797 | 2026-05-20T06:42:49.053Z | Downloaded getrandom v0.2.17 |
| 798 | 2026-05-20T06:42:49.053Z | Downloaded opaque-debug v0.3.1 |
| 799 | 2026-05-20T06:42:49.053Z | Downloaded num_threads v0.1.7 |
| 800 | 2026-05-20T06:42:49.056Z | Downloaded iana-time-zone v0.1.65 |
| 801 | 2026-05-20T06:42:49.059Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2026-05-20T06:42:49.059Z | Downloaded httparse v1.10.1 |
| 803 | 2026-05-20T06:42:49.059Z | Downloaded dropshot_endpoint v0.16.7 |
| 804 | 2026-05-20T06:42:49.064Z | Downloaded openssl-probe v0.2.1 |
| 805 | 2026-05-20T06:42:49.067Z | Downloaded openssl-probe v0.1.6 |
| 806 | 2026-05-20T06:42:49.067Z | Downloaded ingot-macros v0.1.1 |
| 807 | 2026-05-20T06:42:49.067Z | Downloaded openssl-macros v0.1.1 |
| 808 | 2026-05-20T06:42:49.067Z | Downloaded hyper-rustls v0.27.7 |
| 809 | 2026-05-20T06:42:49.072Z | Downloaded native-tls v0.2.18 |
| 810 | 2026-05-20T06:42:49.072Z | Downloaded nanorand v0.7.0 |
| 811 | 2026-05-20T06:42:49.075Z | Downloaded packed_struct_codegen v0.10.1 |
| 812 | 2026-05-20T06:42:49.075Z | Downloaded multer v3.1.0 |
| 813 | 2026-05-20T06:42:49.075Z | Downloaded mime_guess v2.0.5 |
| 814 | 2026-05-20T06:42:49.075Z | Downloaded getrandom v0.3.4 |
| 815 | 2026-05-20T06:42:49.079Z | Downloaded newtype_derive v0.1.6 |
| 816 | 2026-05-20T06:42:49.082Z | Downloaded newtype-uuid v1.3.2 |
| 817 | 2026-05-20T06:42:49.082Z | Downloaded futures-channel v0.3.32 |
| 818 | 2026-05-20T06:42:49.082Z | Downloaded flume v0.11.1 |
| 819 | 2026-05-20T06:42:49.088Z | Downloaded parse-display v0.10.0 |
| 820 | 2026-05-20T06:42:49.088Z | Downloaded oso-derive v0.27.3 |
| 821 | 2026-05-20T06:42:49.088Z | Downloaded derive_more v0.99.20 |
| 822 | 2026-05-20T06:42:49.091Z | Downloaded path-slash v0.1.5 |
| 823 | 2026-05-20T06:42:49.091Z | Downloaded parse-size v1.1.0 |
| 824 | 2026-05-20T06:42:49.091Z | Downloaded peg-runtime v0.8.5 |
| 825 | 2026-05-20T06:42:49.091Z | Downloaded nu-ansi-term v0.50.3 |
| 826 | 2026-05-20T06:42:49.096Z | Downloaded pbkdf2 v0.12.2 |
| 827 | 2026-05-20T06:42:49.096Z | Downloaded darling_core v0.23.0 |
| 828 | 2026-05-20T06:42:49.099Z | Downloaded num-complex v0.4.6 |
| 829 | 2026-05-20T06:42:49.099Z | Downloaded const_format v0.2.35 |
| 830 | 2026-05-20T06:42:49.103Z | Downloaded phf_shared v0.11.3 |
| 831 | 2026-05-20T06:42:49.103Z | Downloaded diesel_derives v2.3.7 |
| 832 | 2026-05-20T06:42:49.108Z | Downloaded chacha20poly1305 v0.10.1 |
| 833 | 2026-05-20T06:42:49.112Z | Downloaded bytes v1.11.1 |
| 834 | 2026-05-20T06:42:49.112Z | Downloaded num-rational v0.4.2 |
| 835 | 2026-05-20T06:42:49.117Z | Downloaded futures v0.3.32 |
| 836 | 2026-05-20T06:42:49.117Z | Downloaded num-integer v0.1.46 |
| 837 | 2026-05-20T06:42:49.120Z | Downloaded num-derive v0.4.2 |
| 838 | 2026-05-20T06:42:49.120Z | Downloaded pin-utils v0.1.0 |
| 839 | 2026-05-20T06:42:49.120Z | Downloaded base64 v0.21.7 |
| 840 | 2026-05-20T06:42:49.123Z | Downloaded phf_shared v0.13.1 |
| 841 | 2026-05-20T06:42:49.123Z | Downloaded base64 v0.22.1 |
| 842 | 2026-05-20T06:42:49.128Z | Downloaded num_enum_derive v0.7.5 |
| 843 | 2026-05-20T06:42:49.128Z | Downloaded num_enum v0.7.5 |
| 844 | 2026-05-20T06:42:49.131Z | Downloaded powerfmt v0.2.0 |
| 845 | 2026-05-20T06:42:49.131Z | Downloaded darling_core v0.21.3 |
| 846 | 2026-05-20T06:42:49.136Z | Downloaded predicates-core v1.0.10 |
| 847 | 2026-05-20T06:42:49.136Z | Downloaded num_enum v0.5.11 |
| 848 | 2026-05-20T06:42:49.140Z | Downloaded memmap2 v0.9.10 |
| 849 | 2026-05-20T06:42:49.140Z | Downloaded oxnet v0.1.4 |
| 850 | 2026-05-20T06:42:49.144Z | Downloaded half v2.7.1 |
| 851 | 2026-05-20T06:42:49.144Z | Downloaded precomputed-hash v0.1.1 |
| 852 | 2026-05-20T06:42:49.161Z | Downloaded proc-macro-crate v3.4.0 |
| 853 | 2026-05-20T06:42:49.165Z | Downloaded proc-macro-crate v1.3.1 |
| 854 | 2026-05-20T06:42:49.165Z | Downloaded predicates-tree v1.0.13 |
| 855 | 2026-05-20T06:42:49.165Z | Downloaded pbkdf2 v0.11.0 |
| 856 | 2026-05-20T06:42:49.165Z | Downloaded paste v1.0.15 |
| 857 | 2026-05-20T06:42:49.168Z | Downloaded parse-display-derive v0.10.0 |
| 858 | 2026-05-20T06:42:49.168Z | Downloaded progenitor-client v0.14.0 |
| 859 | 2026-05-20T06:42:49.171Z | Downloaded password-hash v0.4.2 |
| 860 | 2026-05-20T06:42:49.171Z | Downloaded libbz2-rs-sys v0.2.2 |
| 861 | 2026-05-20T06:42:49.171Z | Downloaded darling_core v0.20.11 |
| 862 | 2026-05-20T06:42:49.175Z | Downloaded pem v3.0.6 |
| 863 | 2026-05-20T06:42:49.179Z | Downloaded quick-error v1.2.3 |
| 864 | 2026-05-20T06:42:49.179Z | Downloaded progenitor-macro v0.11.2 |
| 865 | 2026-05-20T06:42:49.179Z | Downloaded progenitor-macro v0.10.0 |
| 866 | 2026-05-20T06:42:49.179Z | Downloaded peg-macros v0.8.5 |
| 867 | 2026-05-20T06:42:49.183Z | Downloaded peg v0.8.5 |
| 868 | 2026-05-20T06:42:49.183Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-05-20T06:42:49.189Z | Downloaded crossterm v0.29.0 |
| 870 | 2026-05-20T06:42:49.193Z | Downloaded async-compression v0.4.41 |
| 871 | 2026-05-20T06:42:49.193Z | Downloaded rand_chacha v0.3.1 |
| 872 | 2026-05-20T06:42:49.193Z | Downloaded radium v0.7.0 |
| 873 | 2026-05-20T06:42:49.208Z | Downloaded pin-project-lite v0.2.17 |
| 874 | 2026-05-20T06:42:49.208Z | Downloaded pin-project-internal v1.1.11 |
| 875 | 2026-05-20T06:42:49.208Z | Downloaded ignore v0.4.25 |
| 876 | 2026-05-20T06:42:49.208Z | Downloaded phf_shared v0.12.1 |
| 877 | 2026-05-20T06:42:49.208Z | Downloaded phf v0.13.1 |
| 878 | 2026-05-20T06:42:49.208Z | Downloaded polyval v0.6.2 |
| 879 | 2026-05-20T06:42:49.209Z | Downloaded flate2 v1.1.9 |
| 880 | 2026-05-20T06:42:49.213Z | Downloaded postgres-protocol v0.6.10 |
| 881 | 2026-05-20T06:42:49.213Z | Downloaded rand_xorshift v0.4.0 |
| 882 | 2026-05-20T06:42:49.213Z | Downloaded indicatif v0.18.4 |
| 883 | 2026-05-20T06:42:49.213Z | Downloaded primeorder v0.13.6 |
| 884 | 2026-05-20T06:42:49.217Z | Downloaded predicates v3.1.4 |
| 885 | 2026-05-20T06:42:49.217Z | Downloaded derive_more v2.1.1 |
| 886 | 2026-05-20T06:42:49.222Z | Downloaded ref-cast-impl v1.0.25 |
| 887 | 2026-05-20T06:42:49.224Z | Downloaded progenitor v0.14.0 |
| 888 | 2026-05-20T06:42:49.229Z | Downloaded parking_lot_core v0.8.6 |
| 889 | 2026-05-20T06:42:49.229Z | Downloaded heapless v0.8.0 |
| 890 | 2026-05-20T06:42:49.231Z | Downloaded derive_more-impl v2.1.1 |
| 891 | 2026-05-20T06:42:49.235Z | Downloaded progenitor-extras v0.2.0 |
| 892 | 2026-05-20T06:42:49.235Z | Downloaded psm v0.1.30 |
| 893 | 2026-05-20T06:42:49.238Z | Downloaded progenitor-client v0.13.0 |
| 894 | 2026-05-20T06:42:49.238Z | Downloaded rtoolbox v0.0.3 |
| 895 | 2026-05-20T06:42:49.238Z | Downloaded proc-macro-error2 v2.0.1 |
| 896 | 2026-05-20T06:42:49.242Z | Downloaded parking_lot_core v0.9.12 |
| 897 | 2026-05-20T06:42:49.245Z | Downloaded hickory-resolver v0.25.2 |
| 898 | 2026-05-20T06:42:49.245Z | Downloaded parking_lot v0.12.5 |
| 899 | 2026-05-20T06:42:49.249Z | Downloaded parking_lot v0.11.2 |
| 900 | 2026-05-20T06:42:49.250Z | Downloaded pkcs5 v0.7.1 |
| 901 | 2026-05-20T06:42:49.252Z | Downloaded dropshot-api-manager v0.7.1 |
| 902 | 2026-05-20T06:42:49.252Z | Downloaded ref-cast v1.0.25 |
| 903 | 2026-05-20T06:42:49.256Z | Downloaded rustc_version v0.4.1 |
| 904 | 2026-05-20T06:42:49.256Z | Downloaded rustc_version v0.1.7 |
| 905 | 2026-05-20T06:42:49.258Z | Downloaded rand_chacha v0.9.0 |
| 906 | 2026-05-20T06:42:49.258Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 907 | 2026-05-20T06:42:49.259Z | Downloaded recursive v0.1.1 |
| 908 | 2026-05-20T06:42:49.259Z | Downloaded progenitor v0.11.2 |
| 909 | 2026-05-20T06:42:49.262Z | Downloaded progenitor v0.10.0 |
| 910 | 2026-05-20T06:42:49.262Z | Downloaded ppv-lite86 v0.2.21 |
| 911 | 2026-05-20T06:42:49.267Z | Downloaded der v0.7.10 |
| 912 | 2026-05-20T06:42:49.267Z | Downloaded rustc-hash v2.1.1 |
| 913 | 2026-05-20T06:42:49.270Z | Downloaded russh-cryptovec v0.7.3 |
| 914 | 2026-05-20T06:42:49.270Z | Downloaded poly1305 v0.8.0 |
| 915 | 2026-05-20T06:42:49.270Z | Downloaded rand_core v0.10.0 |
| 916 | 2026-05-20T06:42:49.271Z | Downloaded rand_core v0.9.5 |
| 917 | 2026-05-20T06:42:49.273Z | Downloaded rand_core v0.6.4 |
| 918 | 2026-05-20T06:42:49.273Z | Downloaded miniz_oxide v0.8.9 |
| 919 | 2026-05-20T06:42:49.277Z | Downloaded p256 v0.13.2 |
| 920 | 2026-05-20T06:42:49.280Z | Downloaded pkg-config v0.3.32 |
| 921 | 2026-05-20T06:42:49.280Z | Downloaded pkcs8 v0.10.2 |
| 922 | 2026-05-20T06:42:49.280Z | Downloaded postgres-types v0.2.12 |
| 923 | 2026-05-20T06:42:49.284Z | Downloaded salsa20 v0.10.2 |
| 924 | 2026-05-20T06:42:49.284Z | Downloaded sapling-renderdag v0.1.0 |
| 925 | 2026-05-20T06:42:49.288Z | Downloaded expectorate v1.2.0 |
| 926 | 2026-05-20T06:42:49.288Z | Downloaded progenitor v0.13.0 |
| 927 | 2026-05-20T06:42:49.288Z | Downloaded scheduled-thread-pool v0.2.7 |
| 928 | 2026-05-20T06:42:49.291Z | Downloaded hashbrown v0.12.3 |
| 929 | 2026-05-20T06:42:49.291Z | Downloaded same-file v1.0.6 |
| 930 | 2026-05-20T06:42:49.291Z | Downloaded scopeguard v1.2.0 |
| 931 | 2026-05-20T06:42:49.294Z | Downloaded scrypt v0.11.0 |
| 932 | 2026-05-20T06:42:49.294Z | Downloaded postcard v1.1.3 |
| 933 | 2026-05-20T06:42:49.297Z | Downloaded omicron-zone-package v0.12.2 |
| 934 | 2026-05-20T06:42:49.297Z | Downloaded progenitor-macro v0.14.0 |
| 935 | 2026-05-20T06:42:49.301Z | Downloaded progenitor-macro v0.13.0 |
| 936 | 2026-05-20T06:42:49.301Z | Downloaded phf v0.12.1 |
| 937 | 2026-05-20T06:42:49.301Z | Downloaded pem-rfc7468 v0.7.0 |
| 938 | 2026-05-20T06:42:49.306Z | Downloaded jiff-static v0.2.21 |
| 939 | 2026-05-20T06:42:49.306Z | Downloaded semver v0.1.20 |
| 940 | 2026-05-20T06:42:49.309Z | Downloaded secrecy v0.10.3 |
| 941 | 2026-05-20T06:42:49.309Z | Downloaded secrecy v0.8.0 |
| 942 | 2026-05-20T06:42:49.309Z | Downloaded rfc6979 v0.4.0 |
| 943 | 2026-05-20T06:42:49.309Z | Downloaded papergrid v0.17.0 |
| 944 | 2026-05-20T06:42:49.311Z | Downloaded serde_repr v0.1.20 |
| 945 | 2026-05-20T06:42:49.311Z | Downloaded hickory-resolver v0.24.4 |
| 946 | 2026-05-20T06:42:49.314Z | Downloaded serde_plain v1.0.2 |
| 947 | 2026-05-20T06:42:49.317Z | Downloaded serde-big-array v0.5.1 |
| 948 | 2026-05-20T06:42:49.317Z | Downloaded serde_spanned v1.0.4 |
| 949 | 2026-05-20T06:42:49.317Z | Downloaded compact_str v0.8.1 |
| 950 | 2026-05-20T06:42:49.320Z | Downloaded bumpalo v3.20.2 |
| 951 | 2026-05-20T06:42:49.320Z | Downloaded serde_bytes v0.11.19 |
| 952 | 2026-05-20T06:42:49.324Z | Downloaded seq-macro v0.3.6 |
| 953 | 2026-05-20T06:42:49.324Z | Downloaded r2d2 v0.8.10 |
| 954 | 2026-05-20T06:42:49.327Z | Downloaded quinn-udp v0.5.14 |
| 955 | 2026-05-20T06:42:49.327Z | Downloaded rustls-native-certs v0.8.3 |
| 956 | 2026-05-20T06:42:49.327Z | Downloaded resolv-conf v0.7.6 |
| 957 | 2026-05-20T06:42:49.327Z | Downloaded rand_seeder v0.4.0 |
| 958 | 2026-05-20T06:42:49.330Z | Downloaded serde_urlencoded v0.7.1 |
| 959 | 2026-05-20T06:42:49.330Z | Downloaded sigpipe v0.1.3 |
| 960 | 2026-05-20T06:42:49.330Z | Downloaded signal-hook-tokio v0.3.1 |
| 961 | 2026-05-20T06:42:49.335Z | Downloaded signal-hook-mio v0.2.5 |
| 962 | 2026-05-20T06:42:49.335Z | Downloaded shell-words v1.1.1 |
| 963 | 2026-05-20T06:42:49.335Z | Downloaded oso v0.27.3 |
| 964 | 2026-05-20T06:42:49.338Z | Downloaded litrs v1.0.0 |
| 965 | 2026-05-20T06:42:49.338Z | Downloaded rustls-pemfile v1.0.4 |
| 966 | 2026-05-20T06:42:49.338Z | Downloaded siphasher v1.0.2 |
| 967 | 2026-05-20T06:42:49.341Z | Downloaded rustversion v1.0.22 |
| 968 | 2026-05-20T06:42:49.341Z | Downloaded sha1 v0.10.6 |
| 969 | 2026-05-20T06:42:49.341Z | Downloaded rusty-fork v0.3.1 |
| 970 | 2026-05-20T06:42:49.344Z | Downloaded rustls-pemfile v2.2.0 |
| 971 | 2026-05-20T06:42:49.344Z | Downloaded password-hash v0.5.0 |
| 972 | 2026-05-20T06:42:49.347Z | Downloaded pin-project v1.1.11 |
| 973 | 2026-05-20T06:42:49.351Z | Downloaded prefix-trie v0.7.0 |
| 974 | 2026-05-20T06:42:49.355Z | Downloaded pkcs1 v0.7.5 |
| 975 | 2026-05-20T06:42:49.355Z | Downloaded slog-envlogger v2.2.0 |
| 976 | 2026-05-20T06:42:49.359Z | Downloaded openssl-sys v0.9.115 |
| 977 | 2026-05-20T06:42:49.359Z | Downloaded scroll v0.13.0 |
| 978 | 2026-05-20T06:42:49.363Z | Downloaded cc v1.2.56 |
| 979 | 2026-05-20T06:42:49.363Z | Downloaded scroll_derive v0.13.1 |
| 980 | 2026-05-20T06:42:49.363Z | Downloaded progenitor-client v0.11.2 |
| 981 | 2026-05-20T06:42:49.363Z | Downloaded schemars_derive v0.8.22 |
| 982 | 2026-05-20T06:42:49.367Z | Downloaded progenitor-client v0.10.0 |
| 983 | 2026-05-20T06:42:49.367Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 984 | 2026-05-20T06:42:49.368Z | Downloaded packed_struct v0.10.1 |
| 985 | 2026-05-20T06:42:49.368Z | Downloaded oxide-tokio-rt v0.1.4 |
| 986 | 2026-05-20T06:42:49.371Z | Downloaded owo-colors v4.3.0 |
| 987 | 2026-05-20T06:42:49.371Z | Downloaded heapless v0.7.17 |
| 988 | 2026-05-20T06:42:49.371Z | Downloaded progenitor-impl v0.14.0 |
| 989 | 2026-05-20T06:42:49.374Z | Downloaded progenitor-impl v0.13.0 |
| 990 | 2026-05-20T06:42:49.374Z | Downloaded hashbrown v0.13.2 |
| 991 | 2026-05-20T06:42:49.377Z | Downloaded sec1 v0.7.3 |
| 992 | 2026-05-20T06:42:49.377Z | Downloaded progenitor-impl v0.11.2 |
| 993 | 2026-05-20T06:42:49.381Z | Downloaded serde_path_to_error v0.1.20 |
| 994 | 2026-05-20T06:42:49.381Z | Downloaded serde_derive_internals v0.29.1 |
| 995 | 2026-05-20T06:42:49.381Z | Downloaded serde-hex v0.1.0 |
| 996 | 2026-05-20T06:42:49.386Z | Downloaded sct v0.7.1 |
| 997 | 2026-05-20T06:42:49.386Z | Downloaded progenitor-impl v0.10.0 |
| 998 | 2026-05-20T06:42:49.389Z | Downloaded headers v0.4.1 |
| 999 | 2026-05-20T06:42:49.390Z | Downloaded ed25519-dalek v2.2.0 |
| 1000 | 2026-05-20T06:42:49.390Z | Downloaded indexmap v1.9.3 |
| 1001 | 2026-05-20T06:42:49.393Z | Downloaded hickory-server v0.25.2 |
| 1002 | 2026-05-20T06:42:49.396Z | Downloaded derive-where v1.6.0 |
| 1003 | 2026-05-20T06:42:49.398Z | Downloaded aes v0.8.4 |
| 1004 | 2026-05-20T06:42:49.398Z | Downloaded ssh-encoding v0.2.0 |
| 1005 | 2026-05-20T06:42:49.401Z | Downloaded libefi-sys v0.1.0 |
| 1006 | 2026-05-20T06:42:49.402Z | Downloaded clang-sys v1.8.1 |
| 1007 | 2026-05-20T06:42:49.402Z | Downloaded bzip2 v0.6.1 |
| 1008 | 2026-05-20T06:42:49.405Z | Downloaded simd-adler32 v0.3.8 |
| 1009 | 2026-05-20T06:42:49.405Z | Downloaded ssh-cipher v0.2.0 |
| 1010 | 2026-05-20T06:42:49.405Z | Downloaded sqlparser_derive v0.5.0 |
| 1011 | 2026-05-20T06:42:49.408Z | Downloaded signal-hook-registry v1.4.8 |
| 1012 | 2026-05-20T06:42:49.408Z | Downloaded shlex v1.3.0 |
| 1013 | 2026-05-20T06:42:49.408Z | Downloaded structmeta-derive v0.3.0 |
| 1014 | 2026-05-20T06:42:49.411Z | Downloaded structmeta v0.3.0 |
| 1015 | 2026-05-20T06:42:49.411Z | Downloaded half v1.8.3 |
| 1016 | 2026-05-20T06:42:49.411Z | Downloaded ipnetwork v0.21.1 |
| 1017 | 2026-05-20T06:42:49.411Z | Downloaded strum v0.27.2 |
| 1018 | 2026-05-20T06:42:49.415Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1019 | 2026-05-20T06:42:49.415Z | Downloaded slog-bunyan v2.5.0 |
| 1020 | 2026-05-20T06:42:49.415Z | Downloaded dropshot_endpoint v0.17.0 |
| 1021 | 2026-05-20T06:42:49.418Z | Downloaded minimal-lexical v0.2.1 |
| 1022 | 2026-05-20T06:42:49.423Z | Downloaded russh-keys v0.45.0 |
| 1023 | 2026-05-20T06:42:49.423Z | Downloaded slog-async v2.8.0 |
| 1024 | 2026-05-20T06:42:49.426Z | Downloaded hyper-util v0.1.20 |
| 1025 | 2026-05-20T06:42:49.426Z | Downloaded slab v0.4.12 |
| 1026 | 2026-05-20T06:42:49.426Z | Downloaded rcgen v0.12.1 |
| 1027 | 2026-05-20T06:42:49.432Z | Downloaded prettyplease v0.2.37 |
| 1028 | 2026-05-20T06:42:49.432Z | Downloaded subtle v2.6.1 |
| 1029 | 2026-05-20T06:42:49.437Z | Downloaded strum v0.26.3 |
| 1030 | 2026-05-20T06:42:49.437Z | Downloaded tabwriter v1.4.1 |
| 1031 | 2026-05-20T06:42:49.437Z | Downloaded smf v0.2.3 |
| 1032 | 2026-05-20T06:42:49.437Z | Downloaded slog-json v2.6.1 |
| 1033 | 2026-05-20T06:42:49.437Z | Downloaded sync_wrapper v1.0.2 |
| 1034 | 2026-05-20T06:42:49.437Z | Downloaded sync-ptr v0.1.4 |
| 1035 | 2026-05-20T06:42:49.437Z | Downloaded supports-color v3.0.2 |
| 1036 | 2026-05-20T06:42:49.441Z | Downloaded tabled_derive v0.11.0 |
| 1037 | 2026-05-20T06:42:49.441Z | Downloaded slog-dtrace v0.3.0 |
| 1038 | 2026-05-20T06:42:49.441Z | Downloaded tap v1.0.1 |
| 1039 | 2026-05-20T06:42:49.441Z | Downloaded termtree v0.5.1 |
| 1040 | 2026-05-20T06:42:49.441Z | Downloaded slog-scope v4.4.1 |
| 1041 | 2026-05-20T06:42:49.445Z | Downloaded pretty_assertions v1.4.1 |
| 1042 | 2026-05-20T06:42:49.445Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-05-20T06:42:49.445Z | Downloaded slog-term v2.9.2 |
| 1044 | 2026-05-20T06:42:49.448Z | Downloaded slog-stdlog v4.1.1 |
| 1045 | 2026-05-20T06:42:49.448Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1046 | 2026-05-20T06:42:49.448Z | Downloaded console v0.15.11 |
| 1047 | 2026-05-20T06:42:49.451Z | Downloaded ciborium v0.2.2 |
| 1048 | 2026-05-20T06:42:49.451Z | Downloaded serde_cbor v0.11.2 |
| 1049 | 2026-05-20T06:42:49.454Z | Downloaded cargo_metadata v0.19.2 |
| 1050 | 2026-05-20T06:42:49.454Z | Downloaded cancel-safe-futures v0.1.5 |
| 1051 | 2026-05-20T06:42:49.457Z | Downloaded tagptr v0.2.0 |
| 1052 | 2026-05-20T06:42:49.457Z | Downloaded thread-id v5.1.0 |
| 1053 | 2026-05-20T06:42:49.457Z | Downloaded take_mut v0.2.2 |
| 1054 | 2026-05-20T06:42:49.457Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1055 | 2026-05-20T06:42:49.461Z | Downloaded const-oid v0.9.6 |
| 1056 | 2026-05-20T06:42:49.461Z | Downloaded colored v3.1.1 |
| 1057 | 2026-05-20T06:42:49.465Z | Downloaded snafu-derive v0.8.9 |
| 1058 | 2026-05-20T06:42:49.465Z | Downloaded base64ct v1.8.3 |
| 1059 | 2026-05-20T06:42:49.465Z | Downloaded stacker v0.1.23 |
| 1060 | 2026-05-20T06:42:49.469Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-05-20T06:42:49.469Z | Downloaded testing_table v0.3.0 |
| 1062 | 2026-05-20T06:42:49.469Z | Downloaded crossbeam-epoch v0.9.18 |
| 1063 | 2026-05-20T06:42:49.469Z | Downloaded aes-gcm v0.10.3 |
| 1064 | 2026-05-20T06:42:49.472Z | Downloaded convert_case v0.10.0 |
| 1065 | 2026-05-20T06:42:49.472Z | Downloaded signature v2.2.0 |
| 1066 | 2026-05-20T06:42:49.474Z | Downloaded rustls-pki-types v1.14.0 |
| 1067 | 2026-05-20T06:42:49.474Z | Downloaded cipher v0.4.4 |
| 1068 | 2026-05-20T06:42:49.478Z | Downloaded sqlformat v0.3.5 |
| 1069 | 2026-05-20T06:42:49.478Z | Downloaded static_assertions v1.1.0 |
| 1070 | 2026-05-20T06:42:49.478Z | Downloaded tinyvec_macros v0.1.1 |
| 1071 | 2026-05-20T06:42:49.481Z | Downloaded spki v0.7.3 |
| 1072 | 2026-05-20T06:42:49.481Z | Downloaded http v1.4.0 |
| 1073 | 2026-05-20T06:42:49.484Z | Downloaded serde_with_macros v3.17.0 |
| 1074 | 2026-05-20T06:42:49.484Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1075 | 2026-05-20T06:42:49.492Z | Downloaded strum_macros v0.27.2 |
| 1076 | 2026-05-20T06:42:49.495Z | Downloaded tokio-macros v2.7.0 |
| 1077 | 2026-05-20T06:42:49.495Z | Downloaded string_cache v0.8.9 |
| 1078 | 2026-05-20T06:42:49.503Z | Downloaded strum_macros v0.24.3 |
| 1079 | 2026-05-20T06:42:49.506Z | Downloaded stringprep v0.1.5 |
| 1080 | 2026-05-20T06:42:49.506Z | Downloaded termios v0.3.3 |
| 1081 | 2026-05-20T06:42:49.510Z | Downloaded rayon-core v1.13.0 |
| 1082 | 2026-05-20T06:42:49.510Z | Downloaded ryu v1.0.23 |
| 1083 | 2026-05-20T06:42:49.513Z | Downloaded strum_macros v0.26.4 |
| 1084 | 2026-05-20T06:42:49.513Z | Downloaded support-bundle-viewer v0.1.2 |
| 1085 | 2026-05-20T06:42:49.518Z | Downloaded itertools v0.10.5 |
| 1086 | 2026-05-20T06:42:49.521Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1087 | 2026-05-20T06:42:49.521Z | Downloaded schemars v0.8.22 |
| 1088 | 2026-05-20T06:42:49.525Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-05-20T06:42:49.531Z | Downloaded topological-sort v0.2.2 |
| 1090 | 2026-05-20T06:42:49.531Z | Downloaded hashbrown v0.16.1 |
| 1091 | 2026-05-20T06:42:49.534Z | Downloaded try-lock v0.2.5 |
| 1092 | 2026-05-20T06:42:49.534Z | Downloaded trait-variant v0.1.2 |
| 1093 | 2026-05-20T06:42:49.534Z | Downloaded thiserror-no-std v2.0.2 |
| 1094 | 2026-05-20T06:42:49.534Z | Downloaded tower-layer v0.3.3 |
| 1095 | 2026-05-20T06:42:49.538Z | Downloaded rand v0.8.6 |
| 1096 | 2026-05-20T06:42:49.538Z | Downloaded quinn v0.11.9 |
| 1097 | 2026-05-20T06:42:49.541Z | Downloaded thread_local v1.1.9 |
| 1098 | 2026-05-20T06:42:49.545Z | Downloaded tiny-keccak v2.0.2 |
| 1099 | 2026-05-20T06:42:49.545Z | Downloaded signal-hook v0.3.18 |
| 1100 | 2026-05-20T06:42:49.548Z | Downloaded tokio-dtrace v0.1.1 |
| 1101 | 2026-05-20T06:42:49.552Z | Downloaded time-macros v0.2.27 |
| 1102 | 2026-05-20T06:42:49.552Z | Downloaded typify-macro v0.4.3 |
| 1103 | 2026-05-20T06:42:49.559Z | Downloaded ron v0.8.1 |
| 1104 | 2026-05-20T06:42:49.563Z | Downloaded mio v1.2.0 |
| 1105 | 2026-05-20T06:42:49.567Z | Downloaded tls_codec_derive v0.4.2 |
| 1106 | 2026-05-20T06:42:49.571Z | Downloaded unarray v0.1.4 |
| 1107 | 2026-05-20T06:42:49.577Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-05-20T06:42:49.577Z | Downloaded similar v2.7.0 |
| 1109 | 2026-05-20T06:42:49.582Z | Downloaded tokio-rustls v0.25.0 |
| 1110 | 2026-05-20T06:42:49.582Z | Downloaded unicode-truncate v1.1.0 |
| 1111 | 2026-05-20T06:42:49.586Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-05-20T06:42:49.586Z | Downloaded tokio-tungstenite v0.23.1 |
| 1113 | 2026-05-20T06:42:49.586Z | Downloaded schemars v0.9.0 |
| 1114 | 2026-05-20T06:42:49.591Z | Downloaded utf-8 v0.7.6 |
| 1115 | 2026-05-20T06:42:49.596Z | Downloaded hashbrown v0.15.5 |
| 1116 | 2026-05-20T06:42:49.600Z | Downloaded usdt-macro v0.6.0 |
| 1117 | 2026-05-20T06:42:49.600Z | Downloaded term v0.7.0 |
| 1118 | 2026-05-20T06:42:49.600Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1119 | 2026-05-20T06:42:49.600Z | Downloaded itertools v0.13.0 |
| 1120 | 2026-05-20T06:42:49.604Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1121 | 2026-05-20T06:42:49.604Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1122 | 2026-05-20T06:42:49.608Z | Downloaded nom v7.1.3 |
| 1123 | 2026-05-20T06:42:49.608Z | Downloaded usdt-attr-macro v0.6.0 |
| 1124 | 2026-05-20T06:42:49.608Z | Downloaded untrusted v0.9.0 |
| 1125 | 2026-05-20T06:42:49.611Z | Downloaded socket2 v0.5.10 |
| 1126 | 2026-05-20T06:42:49.611Z | Downloaded num-bigint v0.4.6 |
| 1127 | 2026-05-20T06:42:49.615Z | Downloaded libxml v0.3.3 |
| 1128 | 2026-05-20T06:42:49.617Z | Downloaded num-bigint-dig v0.8.6 |
| 1129 | 2026-05-20T06:42:49.620Z | Downloaded void v1.0.2 |
| 1130 | 2026-05-20T06:42:49.620Z | Downloaded tls_codec v0.4.2 |
| 1131 | 2026-05-20T06:42:49.621Z | Downloaded untrusted v0.7.1 |
| 1132 | 2026-05-20T06:42:49.624Z | Downloaded universal-hash v0.5.1 |
| 1133 | 2026-05-20T06:42:49.624Z | Downloaded tokio-tungstenite v0.21.0 |
| 1134 | 2026-05-20T06:42:49.624Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-05-20T06:42:49.628Z | Downloaded unicase v2.9.0 |
| 1136 | 2026-05-20T06:42:49.628Z | Downloaded term v1.2.1 |
| 1137 | 2026-05-20T06:42:49.628Z | Downloaded qorb v0.4.1 |
| 1138 | 2026-05-20T06:42:49.631Z | Downloaded spin v0.9.8 |
| 1139 | 2026-05-20T06:42:49.632Z | Downloaded tokio-rustls v0.26.4 |
| 1140 | 2026-05-20T06:42:49.635Z | Downloaded publicsuffix v2.3.0 |
| 1141 | 2026-05-20T06:42:49.635Z | Downloaded rustls-webpki v0.103.9 |
| 1142 | 2026-05-20T06:42:49.638Z | Downloaded futures-util v0.3.32 |
| 1143 | 2026-05-20T06:42:49.642Z | Downloaded xattr v1.6.1 |
| 1144 | 2026-05-20T06:42:49.647Z | Downloaded want v0.3.1 |
| 1145 | 2026-05-20T06:42:49.647Z | Downloaded xshell-macros v0.2.7 |
| 1146 | 2026-05-20T06:42:49.648Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-05-20T06:42:49.648Z | Downloaded rand v0.9.2 |
| 1148 | 2026-05-20T06:42:49.651Z | Downloaded rsa v0.9.10 |
| 1149 | 2026-05-20T06:42:49.651Z | Downloaded subprocess v0.2.15 |
| 1150 | 2026-05-20T06:42:49.655Z | Downloaded tokio-native-tls v0.3.1 |
| 1151 | 2026-05-20T06:42:49.656Z | Downloaded samael v0.0.19 |
| 1152 | 2026-05-20T06:42:49.659Z | Downloaded rand v0.10.0 |
| 1153 | 2026-05-20T06:42:49.659Z | Downloaded usdt v0.6.0 |
| 1154 | 2026-05-20T06:42:49.662Z | Downloaded h2 v0.4.13 |
| 1155 | 2026-05-20T06:42:49.665Z | Downloaded wait-timeout v0.2.1 |
| 1156 | 2026-05-20T06:42:49.665Z | Downloaded tokio-stream v0.1.18 |
| 1157 | 2026-05-20T06:42:49.668Z | Downloaded socket2 v0.6.3 |
| 1158 | 2026-05-20T06:42:49.668Z | Downloaded schemars v1.2.1 |
| 1159 | 2026-05-20T06:42:49.675Z | Downloaded zeroize_derive v1.4.3 |
| 1160 | 2026-05-20T06:42:49.678Z | Downloaded vergen-git2 v1.0.7 |
| 1161 | 2026-05-20T06:42:49.678Z | Downloaded uzers v0.12.2 |
| 1162 | 2026-05-20T06:42:49.678Z | Downloaded zone v0.3.1 |
| 1163 | 2026-05-20T06:42:49.681Z | Downloaded iddqd v0.3.18 |
| 1164 | 2026-05-20T06:42:49.684Z | Downloaded itertools v0.12.1 |
| 1165 | 2026-05-20T06:42:49.688Z | Downloaded snafu v0.8.9 |
| 1166 | 2026-05-20T06:42:49.691Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1167 | 2026-05-20T06:42:49.692Z | Downloaded test-strategy v0.4.5 |
| 1168 | 2026-05-20T06:42:49.695Z | Downloaded vergen-gitcl v1.0.8 |
| 1169 | 2026-05-20T06:42:49.695Z | Downloaded twox-hash v2.1.2 |
| 1170 | 2026-05-20T06:42:49.698Z | Downloaded zone_cfg_derive v0.3.1 |
| 1171 | 2026-05-20T06:42:49.698Z | Downloaded vsss-rs v3.3.4 |
| 1172 | 2026-05-20T06:42:49.698Z | Downloaded vergen-lib v0.1.6 |
| 1173 | 2026-05-20T06:42:49.701Z | Downloaded usdt-impl v0.6.0 |
| 1174 | 2026-05-20T06:42:49.701Z | Downloaded aho-corasick v1.1.4 |
| 1175 | 2026-05-20T06:42:49.704Z | Downloaded slog v2.8.2 |
| 1176 | 2026-05-20T06:42:49.707Z | Downloaded bitvec v1.0.1 |
| 1177 | 2026-05-20T06:42:49.712Z | Downloaded whoami v1.6.1 |
| 1178 | 2026-05-20T06:42:49.716Z | Downloaded tinyvec v1.10.0 |
| 1179 | 2026-05-20T06:42:49.716Z | Downloaded walkdir v2.5.0 |
| 1180 | 2026-05-20T06:42:49.716Z | Downloaded p521 v0.13.3 |
| 1181 | 2026-05-20T06:42:49.721Z | Downloaded unicode-properties v0.1.4 |
| 1182 | 2026-05-20T06:42:49.727Z | Downloaded whoami v2.1.0 |
| 1183 | 2026-05-20T06:42:49.727Z | Downloaded tokio-rustls v0.24.1 |
| 1184 | 2026-05-20T06:42:49.731Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-05-20T06:42:49.731Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1186 | 2026-05-20T06:42:49.731Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1187 | 2026-05-20T06:42:49.734Z | Downloaded toml v0.7.8 |
| 1188 | 2026-05-20T06:42:49.734Z | Downloaded tar v0.4.45 |
| 1189 | 2026-05-20T06:42:49.737Z | Downloaded zeroize v1.8.2 |
| 1190 | 2026-05-20T06:42:49.737Z | Downloaded itertools v0.14.0 |
| 1191 | 2026-05-20T06:42:49.742Z | Downloaded tracing-attributes v0.1.31 |
| 1192 | 2026-05-20T06:42:49.748Z | Downloaded vergen v9.0.6 |
| 1193 | 2026-05-20T06:42:49.756Z | Downloaded typify v0.4.3 |
| 1194 | 2026-05-20T06:42:49.759Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-05-20T06:42:49.759Z | Downloaded zstd v0.13.3 |
| 1196 | 2026-05-20T06:42:49.759Z | Downloaded tracing-core v0.1.36 |
| 1197 | 2026-05-20T06:42:49.762Z | Downloaded libm v0.2.16 |
| 1198 | 2026-05-20T06:42:49.765Z | Downloaded typify v0.6.2 |
| 1199 | 2026-05-20T06:42:49.768Z | Downloaded zstd-safe v7.2.4 |
| 1200 | 2026-05-20T06:42:49.773Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-05-20T06:42:49.773Z | Downloaded wyz v0.5.1 |
| 1202 | 2026-05-20T06:42:49.773Z | Downloaded hyper v1.8.1 |
| 1203 | 2026-05-20T06:42:49.777Z | Downloaded unicode-bidi v0.3.18 |
| 1204 | 2026-05-20T06:42:49.777Z | Downloaded russh v0.45.0 |
| 1205 | 2026-05-20T06:42:49.780Z | Downloaded iri-string v0.7.10 |
| 1206 | 2026-05-20T06:42:49.783Z | Downloaded zerocopy v0.6.6 |
| 1207 | 2026-05-20T06:42:49.787Z | Downloaded hkdf v0.12.4 |
| 1208 | 2026-05-20T06:42:49.787Z | Downloaded rustyline v14.0.0 |
| 1209 | 2026-05-20T06:42:49.801Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1210 | 2026-05-20T06:42:49.815Z | Downloaded blake3 v1.8.3 |
| 1211 | 2026-05-20T06:42:49.826Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-05-20T06:42:49.829Z | Downloaded rpassword v7.4.0 |
| 1213 | 2026-05-20T06:42:49.835Z | Downloaded unsafe-libyaml v0.2.11 |
| 1214 | 2026-05-20T06:42:49.841Z | Downloaded reedline v0.40.0 |
| 1215 | 2026-05-20T06:42:49.847Z | Downloaded uuid v1.23.0 |
| 1216 | 2026-05-20T06:42:49.850Z | Downloaded toml_edit v0.19.15 |
| 1217 | 2026-05-20T06:42:49.856Z | Downloaded zopfli v0.8.3 |
| 1218 | 2026-05-20T06:42:49.859Z | Downloaded vte v0.14.1 |
| 1219 | 2026-05-20T06:42:49.862Z | Downloaded steno v0.4.1 |
| 1220 | 2026-05-20T06:42:49.862Z | Downloaded ssh-key v0.6.7 |
| 1221 | 2026-05-20T06:42:49.866Z | Downloaded unicode_categories v0.1.1 |
| 1222 | 2026-05-20T06:42:49.869Z | Downloaded aws-lc-rs v1.16.3 |
| 1223 | 2026-05-20T06:42:49.873Z | Downloaded tokio-postgres v0.7.16 |
| 1224 | 2026-05-20T06:42:49.875Z | Downloaded yansi v1.0.1 |
| 1225 | 2026-05-20T06:42:49.878Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-05-20T06:42:49.884Z | Downloaded regex v1.12.3 |
| 1227 | 2026-05-20T06:42:49.888Z | Downloaded reqwest v0.13.2 |
| 1228 | 2026-05-20T06:42:49.892Z | Downloaded zip v0.6.6 |
| 1229 | 2026-05-20T06:42:49.895Z | Downloaded portable-atomic v1.13.1 |
| 1230 | 2026-05-20T06:42:49.899Z | Downloaded reqwest v0.12.28 |
| 1231 | 2026-05-20T06:42:49.902Z | Downloaded bindgen v0.71.1 |
| 1232 | 2026-05-20T06:42:49.914Z | Downloaded rayon v1.11.0 |
| 1233 | 2026-05-20T06:42:49.919Z | Downloaded git2 v0.20.4 |
| 1234 | 2026-05-20T06:42:49.924Z | Downloaded tower v0.5.3 |
| 1235 | 2026-05-20T06:42:49.944Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-20T06:42:49.950Z | Downloaded zerocopy-derive v0.8.40 |
| 1237 | 2026-05-20T06:42:49.959Z | Downloaded x509-cert v0.2.5 |
| 1238 | 2026-05-20T06:42:49.964Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-05-20T06:42:49.972Z | Downloaded salty v0.3.0 |
| 1240 | 2026-05-20T06:42:49.976Z | Downloaded rustls-webpki v0.101.7 |
| 1241 | 2026-05-20T06:42:49.980Z | Downloaded quick-xml v0.37.5 |
| 1242 | 2026-05-20T06:42:49.983Z | Downloaded unicode-normalization v0.1.25 |
| 1243 | 2026-05-20T06:42:49.986Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-05-20T06:42:49.989Z | Downloaded moka v0.12.13 |
| 1245 | 2026-05-20T06:42:49.994Z | Downloaded chrono v0.4.44 |
| 1246 | 2026-05-20T06:42:49.998Z | Downloaded goblin v0.10.5 |
| 1247 | 2026-05-20T06:42:50.004Z | Downloaded zip v4.6.1 |
| 1248 | 2026-05-20T06:42:50.007Z | Downloaded tower-http v0.6.8 |
| 1249 | 2026-05-20T06:42:50.010Z | Downloaded proptest v1.10.0 |
| 1250 | 2026-05-20T06:42:50.016Z | Downloaded rustls-webpki v0.102.8 |
| 1251 | 2026-05-20T06:42:50.026Z | Downloaded object v0.30.4 |
| 1252 | 2026-05-20T06:42:50.031Z | Downloaded curve25519-dalek v4.1.3 |
| 1253 | 2026-05-20T06:42:50.036Z | Downloaded tough v0.22.0 |
| 1254 | 2026-05-20T06:42:50.041Z | Downloaded petname v2.0.2 |
| 1255 | 2026-05-20T06:42:50.044Z | Downloaded lalrpop v0.19.12 |
| 1256 | 2026-05-20T06:42:50.058Z | Downloaded winnow v0.5.40 |
| 1257 | 2026-05-20T06:42:50.063Z | Downloaded winnow v0.6.26 |
| 1258 | 2026-05-20T06:42:50.067Z | Downloaded radix_trie v0.2.1 |
| 1259 | 2026-05-20T06:42:50.070Z | Downloaded quinn-proto v0.11.13 |
| 1260 | 2026-05-20T06:42:50.074Z | Downloaded nix v0.27.1 |
| 1261 | 2026-05-20T06:42:50.099Z | Downloaded serde_with v3.17.0 |
| 1262 | 2026-05-20T06:42:50.105Z | Downloaded time v0.3.47 |
| 1263 | 2026-05-20T06:42:50.112Z | Downloaded rustls v0.21.12 |
| 1264 | 2026-05-20T06:42:50.125Z | Downloaded dropshot v0.16.7 |
| 1265 | 2026-05-20T06:42:50.137Z | Downloaded openssl v0.10.79 |
| 1266 | 2026-05-20T06:42:50.142Z | Downloaded nix v0.28.0 |
| 1267 | 2026-05-20T06:42:50.149Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-05-20T06:42:50.152Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-05-20T06:42:50.160Z | Downloaded polar-core v0.27.3 |
| 1270 | 2026-05-20T06:42:50.164Z | Downloaded vcpkg v0.2.15 |
| 1271 | 2026-05-20T06:42:50.185Z | Downloaded smoltcp v0.9.1 |
| 1272 | 2026-05-20T06:42:50.190Z | Downloaded openapiv3 v2.2.0 |
| 1273 | 2026-05-20T06:42:50.197Z | Downloaded nix v0.31.2 |
| 1274 | 2026-05-20T06:42:50.203Z | Downloaded regex-syntax v0.6.29 |
| 1275 | 2026-05-20T06:42:50.206Z | Downloaded zerocopy v0.8.40 |
| 1276 | 2026-05-20T06:42:50.211Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-05-20T06:42:50.219Z | Downloaded webpki-roots v1.0.6 |
| 1278 | 2026-05-20T06:42:50.222Z | Downloaded rustls v0.22.4 |
| 1279 | 2026-05-20T06:42:50.228Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-05-20T06:42:50.234Z | Downloaded regress v0.11.1 |
| 1281 | 2026-05-20T06:42:50.239Z | Downloaded regress v0.10.5 |
| 1282 | 2026-05-20T06:42:50.243Z | Downloaded rustls v0.23.37 |
| 1283 | 2026-05-20T06:42:50.250Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-05-20T06:42:50.262Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-05-20T06:42:50.266Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-20T06:42:50.274Z | Downloaded object v0.37.3 |
| 1287 | 2026-05-20T06:42:50.280Z | Downloaded diesel v2.3.7 |
| 1288 | 2026-05-20T06:42:50.292Z | Downloaded sqlparser v0.61.0 |
| 1289 | 2026-05-20T06:42:50.297Z | Downloaded nix v0.29.0 |
| 1290 | 2026-05-20T06:42:50.303Z | Downloaded dropshot v0.17.0 |
| 1291 | 2026-05-20T06:42:50.315Z | Downloaded sled v0.34.7 |
| 1292 | 2026-05-20T06:42:50.322Z | Downloaded tracing v0.1.44 |
| 1293 | 2026-05-20T06:42:50.332Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-05-20T06:42:50.339Z | Downloaded bstr v1.12.1 |
| 1295 | 2026-05-20T06:42:50.351Z | Downloaded zerocopy-derive v0.6.6 |
| 1296 | 2026-05-20T06:42:50.357Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-05-20T06:42:50.367Z | Downloaded typify-impl v0.4.3 |
| 1298 | 2026-05-20T06:42:50.375Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1299 | 2026-05-20T06:42:50.397Z | Downloaded petgraph v0.6.5 |
| 1300 | 2026-05-20T06:42:50.422Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-05-20T06:42:50.430Z | Downloaded petgraph v0.8.3 |
| 1302 | 2026-05-20T06:42:50.442Z | Downloaded jiff v0.2.21 |
| 1303 | 2026-05-20T06:42:50.451Z | Downloaded csv v1.4.0 |
| 1304 | 2026-05-20T06:42:50.462Z | Downloaded chrono-tz v0.10.4 |
| 1305 | 2026-05-20T06:42:50.472Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-20T06:42:50.483Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-05-20T06:42:50.519Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-05-20T06:42:50.528Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-05-20T06:42:50.531Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-05-20T06:42:50.641Z | Downloaded ring v0.17.14 |
| 1311 | 2026-05-20T06:42:50.695Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-05-20T06:42:51.195Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-05-20T06:42:51.453Z | Compiling libc v0.2.185 |
| 1314 | 2026-05-20T06:42:51.453Z | Compiling serde v1.0.228 |
| 1315 | 2026-05-20T06:42:51.456Z | Compiling log v0.4.29 |
| 1316 | 2026-05-20T06:42:51.456Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-20T06:42:51.618Z | Compiling shlex v1.3.0 |
| 1318 | 2026-05-20T06:42:51.621Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-05-20T06:42:51.629Z | Compiling syn v2.0.117 |
| 1320 | 2026-05-20T06:42:51.642Z | Compiling typenum v1.19.0 |
| 1321 | 2026-05-20T06:42:51.793Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-05-20T06:42:51.816Z | Compiling subtle v2.6.1 |
| 1323 | 2026-05-20T06:42:51.816Z | Compiling scopeguard v1.2.0 |
| 1324 | 2026-05-20T06:42:51.864Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-05-20T06:42:51.921Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-20T06:42:51.935Z | Compiling serde_json v1.0.149 |
| 1327 | 2026-05-20T06:42:52.005Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-05-20T06:42:52.045Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-20T06:42:52.196Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-20T06:42:52.212Z | Compiling portable-atomic v1.13.1 |
| 1331 | 2026-05-20T06:42:52.466Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-20T06:42:52.496Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-20T06:42:52.525Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-20T06:42:52.614Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-20T06:42:52.618Z | Compiling pkg-config v0.3.32 |
| 1336 | 2026-05-20T06:42:52.670Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-20T06:42:52.698Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-20T06:42:52.885Z | Compiling bitflags v2.11.0 |
| 1339 | 2026-05-20T06:42:52.945Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-20T06:42:53.093Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-05-20T06:42:53.110Z | Compiling libm v0.2.16 |
| 1342 | 2026-05-20T06:42:53.132Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-05-20T06:42:53.160Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-20T06:42:53.199Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-20T06:42:53.215Z | Compiling num-traits v0.2.19 |
| 1346 | 2026-05-20T06:42:53.371Z | Compiling percent-encoding v2.3.2 |
| 1347 | 2026-05-20T06:42:53.421Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-05-20T06:42:53.491Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-05-20T06:42:53.546Z | Compiling getrandom v0.4.1 |
| 1350 | 2026-05-20T06:42:53.560Z | Compiling futures-task v0.3.32 |
| 1351 | 2026-05-20T06:42:53.593Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-20T06:42:53.617Z | Compiling slab v0.4.12 |
| 1353 | 2026-05-20T06:42:53.726Z | Compiling cpufeatures v0.2.17 |
| 1354 | 2026-05-20T06:42:53.794Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-05-20T06:42:53.812Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-05-20T06:42:53.826Z | Compiling indexmap v2.14.0 |
| 1357 | 2026-05-20T06:42:53.841Z | Compiling getrandom v0.3.4 |
| 1358 | 2026-05-20T06:42:53.893Z | Compiling rustversion v1.0.22 |
| 1359 | 2026-05-20T06:42:53.968Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-05-20T06:42:54.142Z | Compiling cmake v0.1.57 |
| 1361 | 2026-05-20T06:42:54.156Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-20T06:42:54.287Z | Compiling dunce v1.0.5 |
| 1363 | 2026-05-20T06:42:54.383Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-20T06:42:54.455Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-20T06:42:54.524Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-05-20T06:42:54.538Z | Compiling ident_case v1.0.1 |
| 1367 | 2026-05-20T06:42:54.658Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-20T06:42:54.737Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-20T06:42:54.784Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-05-20T06:42:54.827Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-20T06:42:54.997Z | Compiling flagset v0.4.7 |
| 1372 | 2026-05-20T06:42:55.061Z | Compiling rand_core v0.9.5 |
| 1373 | 2026-05-20T06:42:55.076Z | Compiling ring v0.17.14 |
| 1374 | 2026-05-20T06:42:55.079Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-20T06:42:55.152Z | Compiling aws-lc-rs v1.16.3 |
| 1376 | 2026-05-20T06:42:55.338Z | Compiling uuid v1.23.0 |
| 1377 | 2026-05-20T06:42:55.441Z | Compiling rustc_version v0.4.1 |
| 1378 | 2026-05-20T06:42:55.766Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-05-20T06:42:55.804Z | Compiling openssl-sys v0.9.115 |
| 1380 | 2026-05-20T06:42:56.043Z | Compiling base64 v0.22.1 |
| 1381 | 2026-05-20T06:42:56.158Z | Compiling serde_derive v1.0.228 |
| 1382 | 2026-05-20T06:42:56.326Z | Compiling zeroize_derive v1.4.3 |
| 1383 | 2026-05-20T06:42:56.341Z | Compiling zerofrom-derive v0.1.6 |
| 1384 | 2026-05-20T06:42:56.370Z | Compiling yoke-derive v0.8.1 |
| 1385 | 2026-05-20T06:42:56.651Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-20T06:42:56.976Z | Compiling zeroize v1.8.2 |
| 1387 | 2026-05-20T06:42:57.100Z | Compiling zerocopy-derive v0.8.40 |
| 1388 | 2026-05-20T06:42:57.531Z | Compiling displaydoc v0.2.5 |
| 1389 | 2026-05-20T06:42:57.711Z | Compiling crypto-common v0.1.7 |
| 1390 | 2026-05-20T06:42:57.734Z | Compiling zerofrom v0.1.6 |
| 1391 | 2026-05-20T06:42:57.760Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-05-20T06:42:57.850Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-20T06:42:57.850Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-05-20T06:42:57.923Z | Compiling digest v0.10.7 |
| 1395 | 2026-05-20T06:42:58.040Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-20T06:42:58.162Z | Compiling futures-macro v0.3.32 |
| 1397 | 2026-05-20T06:42:58.251Z | Compiling zerotrie v0.2.3 |
| 1398 | 2026-05-20T06:42:58.531Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-05-20T06:42:58.559Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-20T06:42:58.563Z | Compiling hmac v0.12.1 |
| 1401 | 2026-05-20T06:42:58.716Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-20T06:42:58.731Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-20T06:42:58.745Z | Compiling block-padding v0.3.3 |
| 1404 | 2026-05-20T06:42:58.892Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-20T06:42:58.939Z | Compiling futures-util v0.3.32 |
| 1406 | 2026-05-20T06:42:59.056Z | Compiling cipher v0.4.4 |
| 1407 | 2026-05-20T06:42:59.201Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-20T06:42:59.308Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-20T06:42:59.569Z | Compiling bytes v1.11.1 |
| 1410 | 2026-05-20T06:42:59.572Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-20T06:42:59.596Z | Compiling icu_normalizer v2.1.1 |
| 1412 | 2026-05-20T06:43:00.161Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-20T06:43:00.179Z | Compiling der_derive v0.7.3 |
| 1414 | 2026-05-20T06:43:00.625Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-20T06:43:00.709Z | Compiling http v1.4.0 |
| 1416 | 2026-05-20T06:43:00.757Z | Compiling idna v1.1.0 |
| 1417 | 2026-05-20T06:43:00.947Z | Compiling chrono v0.4.44 |
| 1418 | 2026-05-20T06:43:01.111Z | Compiling url v2.5.8 |
| 1419 | 2026-05-20T06:43:01.220Z | Compiling der v0.7.10 |
| 1420 | 2026-05-20T06:43:01.395Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-05-20T06:43:01.492Z | Compiling salsa20 v0.10.2 |
| 1422 | 2026-05-20T06:43:01.590Z | Compiling pbkdf2 v0.12.2 |
| 1423 | 2026-05-20T06:43:01.625Z | Compiling rustls-pki-types v1.14.0 |
| 1424 | 2026-05-20T06:43:01.701Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-05-20T06:43:01.715Z | Compiling thiserror-impl v2.0.18 |
| 1426 | 2026-05-20T06:43:01.893Z | Compiling scrypt v0.11.0 |
| 1427 | 2026-05-20T06:43:02.058Z | Compiling spki v0.7.3 |
| 1428 | 2026-05-20T06:43:02.141Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-20T06:43:02.260Z | Compiling http-body v1.0.1 |
| 1430 | 2026-05-20T06:43:02.285Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-20T06:43:02.386Z | Compiling cbc v0.1.2 |
| 1432 | 2026-05-20T06:43:02.487Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-20T06:43:02.530Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-20T06:43:02.654Z | Compiling untrusted v0.9.0 |
| 1435 | 2026-05-20T06:43:02.771Z | Compiling openssl-probe v0.2.1 |
| 1436 | 2026-05-20T06:43:02.812Z | Compiling tinyvec_macros v0.1.1 |
| 1437 | 2026-05-20T06:43:02.872Z | Compiling tinyvec v1.10.0 |
| 1438 | 2026-05-20T06:43:02.942Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-05-20T06:43:02.979Z | Compiling tracing v0.1.44 |
| 1440 | 2026-05-20T06:43:03.009Z | Compiling thiserror v2.0.18 |
| 1441 | 2026-05-20T06:43:03.113Z | Compiling pest_generator v2.8.6 |
| 1442 | 2026-05-20T06:43:03.203Z | Compiling rand v0.9.2 |
| 1443 | 2026-05-20T06:43:03.230Z | Compiling serde_derive_internals v0.29.1 |
| 1444 | 2026-05-20T06:43:03.316Z | Compiling aho-corasick v1.1.4 |
| 1445 | 2026-05-20T06:43:03.414Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-20T06:43:03.548Z | Compiling rustls v0.23.37 |
| 1447 | 2026-05-20T06:43:03.715Z | Compiling tower-layer v0.3.3 |
| 1448 | 2026-05-20T06:43:03.787Z | Compiling tokio-util v0.7.18 |
| 1449 | 2026-05-20T06:43:03.873Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-05-20T06:43:03.973Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-05-20T06:43:03.996Z | Compiling schemars v0.8.22 |
| 1452 | 2026-05-20T06:43:04.077Z | Compiling tower-service v0.3.3 |
| 1453 | 2026-05-20T06:43:04.109Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-20T06:43:04.170Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-20T06:43:04.209Z | Compiling want v0.3.1 |
| 1456 | 2026-05-20T06:43:04.366Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-05-20T06:43:04.616Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-20T06:43:04.780Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2026-05-20T06:43:04.969Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-05-20T06:43:05.123Z | Compiling scroll_derive v0.13.1 |
| 1461 | 2026-05-20T06:43:05.136Z | Compiling darling_core v0.20.11 |
| 1462 | 2026-05-20T06:43:05.375Z | Compiling foreign-types-shared v0.1.1 |
| 1463 | 2026-05-20T06:43:05.462Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-05-20T06:43:05.479Z | Compiling httpdate v1.0.3 |
| 1465 | 2026-05-20T06:43:05.533Z | Compiling openssl v0.10.79 |
| 1466 | 2026-05-20T06:43:05.692Z | Compiling tempfile v3.25.0 |
| 1467 | 2026-05-20T06:43:05.730Z | Compiling foreign-types v0.3.2 |
| 1468 | 2026-05-20T06:43:05.801Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-20T06:43:05.914Z | Compiling scroll v0.13.0 |
| 1470 | 2026-05-20T06:43:06.200Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-20T06:43:06.292Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-05-20T06:43:06.465Z | Compiling spin v0.9.8 |
| 1473 | 2026-05-20T06:43:06.560Z | Compiling time-core v0.1.8 |
| 1474 | 2026-05-20T06:43:06.637Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-05-20T06:43:06.659Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-05-20T06:43:06.693Z | Compiling native-tls v0.2.18 |
| 1477 | 2026-05-20T06:43:06.787Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-05-20T06:43:06.825Z | Compiling time-macros v0.2.27 |
| 1479 | 2026-05-20T06:43:06.907Z | Compiling deranged v0.5.8 |
| 1480 | 2026-05-20T06:43:07.386Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-05-20T06:43:07.838Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-20T06:43:07.855Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-20T06:43:07.858Z | Compiling goblin v0.10.5 |
| 1484 | 2026-05-20T06:43:07.933Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-05-20T06:43:08.213Z | Compiling sync_wrapper v1.0.2 |
| 1486 | 2026-05-20T06:43:08.253Z | Compiling wait-timeout v0.2.1 |
| 1487 | 2026-05-20T06:43:08.319Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-05-20T06:43:08.413Z | Compiling siphasher v1.0.2 |
| 1489 | 2026-05-20T06:43:08.499Z | Compiling unicode-segmentation v1.12.0 |
| 1490 | 2026-05-20T06:43:08.513Z | Compiling syn v1.0.109 |
| 1491 | 2026-05-20T06:43:08.594Z | Compiling usdt-impl v0.6.0 |
| 1492 | 2026-05-20T06:43:08.796Z | Compiling crossbeam-utils v0.8.21 |
| 1493 | 2026-05-20T06:43:08.810Z | Compiling quick-error v1.2.3 |
| 1494 | 2026-05-20T06:43:08.869Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-20T06:43:08.910Z | Compiling bit-vec v0.8.0 |
| 1496 | 2026-05-20T06:43:09.070Z | Compiling simd-adler32 v0.3.8 |
| 1497 | 2026-05-20T06:43:09.135Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-05-20T06:43:09.325Z | Compiling rusty-fork v0.3.1 |
| 1499 | 2026-05-20T06:43:09.443Z | Compiling time v0.3.47 |
| 1500 | 2026-05-20T06:43:09.598Z | Compiling tower v0.5.3 |
| 1501 | 2026-05-20T06:43:09.627Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-05-20T06:43:10.123Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-05-20T06:43:10.187Z | Compiling http-body-util v0.1.3 |
| 1504 | 2026-05-20T06:43:10.432Z | Compiling webpki-roots v1.0.6 |
| 1505 | 2026-05-20T06:43:10.553Z | Compiling dof v0.4.0 |
| 1506 | 2026-05-20T06:43:10.567Z | Compiling signature v2.2.0 |
| 1507 | 2026-05-20T06:43:10.593Z | Compiling thiserror-impl v1.0.69 |
| 1508 | 2026-05-20T06:43:10.746Z | Compiling scroll_derive v0.12.1 |
| 1509 | 2026-05-20T06:43:10.874Z | Compiling heapless v0.7.17 |
| 1510 | 2026-05-20T06:43:11.035Z | Compiling rand_xorshift v0.4.0 |
| 1511 | 2026-05-20T06:43:11.114Z | Compiling slog v2.8.2 |
| 1512 | 2026-05-20T06:43:11.198Z | Compiling darling_core v0.21.3 |
| 1513 | 2026-05-20T06:43:11.296Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1514 | 2026-05-20T06:43:11.396Z | Compiling thread-id v5.1.0 |
| 1515 | 2026-05-20T06:43:11.479Z | Compiling cookie v0.18.1 |
| 1516 | 2026-05-20T06:43:11.561Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-05-20T06:43:11.655Z | Compiling unicode-properties v0.1.4 |
| 1518 | 2026-05-20T06:43:11.718Z | Compiling anyhow v1.0.102 |
| 1519 | 2026-05-20T06:43:11.827Z | Compiling unicode-bidi v0.3.18 |
| 1520 | 2026-05-20T06:43:11.857Z | Compiling paste v1.0.15 |
| 1521 | 2026-05-20T06:43:12.023Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-05-20T06:43:12.053Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-05-20T06:43:12.114Z | Compiling unarray v0.1.4 |
| 1524 | 2026-05-20T06:43:12.180Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-05-20T06:43:12.221Z | Compiling ryu v1.0.23 |
| 1526 | 2026-05-20T06:43:12.335Z | Compiling signal-hook v0.3.18 |
| 1527 | 2026-05-20T06:43:12.349Z | Compiling serde_urlencoded v0.7.1 |
| 1528 | 2026-05-20T06:43:12.364Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-20T06:43:12.393Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-20T06:43:12.514Z | Compiling stringprep v0.1.5 |
| 1531 | 2026-05-20T06:43:12.833Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-20T06:43:12.945Z | Compiling thiserror v1.0.69 |
| 1533 | 2026-05-20T06:43:13.044Z | Compiling scroll v0.12.0 |
| 1534 | 2026-05-20T06:43:13.285Z | Compiling derive_builder_macro v0.20.2 |
| 1535 | 2026-05-20T06:43:13.307Z | Compiling tokio-native-tls v0.3.1 |
| 1536 | 2026-05-20T06:43:13.644Z | Compiling darling_macro v0.21.3 |
| 1537 | 2026-05-20T06:43:13.686Z | Compiling heck v0.4.1 |
| 1538 | 2026-05-20T06:43:13.720Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-05-20T06:43:13.774Z | Compiling bstr v1.12.1 |
| 1540 | 2026-05-20T06:43:13.901Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-05-20T06:43:14.087Z | Compiling toml_datetime v0.6.11 |
| 1542 | 2026-05-20T06:43:14.101Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-05-20T06:43:14.115Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-05-20T06:43:14.240Z | Compiling serde_tokenstream v0.2.3 |
| 1545 | 2026-05-20T06:43:14.343Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-05-20T06:43:14.408Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-05-20T06:43:14.500Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-05-20T06:43:14.548Z | Compiling pin-project-internal v1.1.11 |
| 1549 | 2026-05-20T06:43:14.582Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-05-20T06:43:14.687Z | Compiling vergen-lib v0.1.6 |
| 1551 | 2026-05-20T06:43:14.866Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-05-20T06:43:14.908Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-05-20T06:43:15.153Z | Compiling ff v0.13.1 |
| 1554 | 2026-05-20T06:43:15.245Z | Compiling memoffset v0.9.1 |
| 1555 | 2026-05-20T06:43:15.294Z | Compiling zlib-rs v0.6.2 |
| 1556 | 2026-05-20T06:43:15.381Z | Compiling ref-cast v1.0.25 |
| 1557 | 2026-05-20T06:43:15.416Z | Compiling rustix v0.38.44 |
| 1558 | 2026-05-20T06:43:15.437Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-05-20T06:43:15.512Z | Compiling base16ct v0.2.0 |
| 1560 | 2026-05-20T06:43:15.680Z | Compiling num-bigint-dig v0.8.6 |
| 1561 | 2026-05-20T06:43:15.693Z | Compiling psl-types v2.0.11 |
| 1562 | 2026-05-20T06:43:15.696Z | Compiling fallible-iterator v0.2.0 |
| 1563 | 2026-05-20T06:43:15.754Z | Compiling smoltcp v0.9.1 |
| 1564 | 2026-05-20T06:43:15.815Z | Compiling litrs v1.0.0 |
| 1565 | 2026-05-20T06:43:15.880Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-05-20T06:43:16.019Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-05-20T06:43:16.099Z | Compiling pin-project v1.1.11 |
| 1568 | 2026-05-20T06:43:16.189Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-20T06:43:16.202Z | Compiling nix v0.31.2 |
| 1570 | 2026-05-20T06:43:16.333Z | Compiling document-features v0.2.12 |
| 1571 | 2026-05-20T06:43:16.560Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-20T06:43:16.575Z | Compiling group v0.13.0 |
| 1573 | 2026-05-20T06:43:16.578Z | Compiling num-iter v0.1.45 |
| 1574 | 2026-05-20T06:43:16.839Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-05-20T06:43:17.085Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-20T06:43:17.153Z | Compiling rand v0.8.6 |
| 1577 | 2026-05-20T06:43:17.168Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-20T06:43:17.170Z | Compiling snafu-derive v0.8.9 |
| 1579 | 2026-05-20T06:43:17.319Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-20T06:43:17.365Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-05-20T06:43:17.545Z | Compiling hyper-tls v0.6.0 |
| 1582 | 2026-05-20T06:43:17.695Z | Compiling goblin v0.8.2 |
| 1583 | 2026-05-20T06:43:18.101Z | Compiling flate2 v1.1.9 |
| 1584 | 2026-05-20T06:43:18.474Z | Compiling phf_shared v0.13.1 |
| 1585 | 2026-05-20T06:43:18.492Z | Compiling lazy_static v1.5.0 |
| 1586 | 2026-05-20T06:43:18.505Z | Compiling regex v1.12.3 |
| 1587 | 2026-05-20T06:43:18.574Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-05-20T06:43:18.588Z | Compiling futures-executor v0.3.32 |
| 1589 | 2026-05-20T06:43:18.708Z | Compiling hex v0.4.3 |
| 1590 | 2026-05-20T06:43:18.843Z | Compiling cargo-platform v0.1.9 |
| 1591 | 2026-05-20T06:43:18.925Z | Compiling hkdf v0.12.4 |
| 1592 | 2026-05-20T06:43:18.972Z | Compiling crypto-bigint v0.5.5 |
| 1593 | 2026-05-20T06:43:19.053Z | Compiling terminal_size v0.4.3 |
| 1594 | 2026-05-20T06:43:19.080Z | Compiling daft-derive v0.1.5 |
| 1595 | 2026-05-20T06:43:19.094Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2026-05-20T06:43:19.186Z | Compiling ref-cast-impl v1.0.25 |
| 1597 | 2026-05-20T06:43:19.720Z | Compiling vergen v9.0.6 |
| 1598 | 2026-05-20T06:43:19.735Z | Compiling fs-err v3.3.0 |
| 1599 | 2026-05-20T06:43:19.783Z | Compiling ahash v0.8.12 |
| 1600 | 2026-05-20T06:43:19.894Z | Compiling encoding_rs v0.8.35 |
| 1601 | 2026-05-20T06:43:19.913Z | Compiling libbz2-rs-sys v0.2.2 |
| 1602 | 2026-05-20T06:43:20.032Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-20T06:43:20.283Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-05-20T06:43:20.510Z | Compiling bitflags v1.3.2 |
| 1605 | 2026-05-20T06:43:20.524Z | Compiling same-file v1.0.6 |
| 1606 | 2026-05-20T06:43:20.586Z | Compiling winnow v0.5.40 |
| 1607 | 2026-05-20T06:43:20.637Z | Compiling foldhash v0.1.5 |
| 1608 | 2026-05-20T06:43:20.684Z | Compiling mime v0.3.17 |
| 1609 | 2026-05-20T06:43:20.811Z | Compiling object v0.37.3 |
| 1610 | 2026-05-20T06:43:20.940Z | Compiling managed v0.8.0 |
| 1611 | 2026-05-20T06:43:21.154Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-05-20T06:43:21.168Z | Compiling clap_builder v4.5.60 |
| 1613 | 2026-05-20T06:43:21.183Z | Compiling walkdir v2.5.0 |
| 1614 | 2026-05-20T06:43:21.470Z | Compiling strum v0.27.2 |
| 1615 | 2026-05-20T06:43:21.495Z | Compiling hashbrown v0.16.1 |
| 1616 | 2026-05-20T06:43:21.598Z | Compiling bzip2 v0.6.1 |
| 1617 | 2026-05-20T06:43:21.699Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-05-20T06:43:21.846Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-05-20T06:43:21.992Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-20T06:43:22.027Z | Compiling dof v0.3.0 |
| 1621 | 2026-05-20T06:43:22.064Z | Compiling daft v0.1.5 |
| 1622 | 2026-05-20T06:43:22.384Z | Compiling snafu v0.8.9 |
| 1623 | 2026-05-20T06:43:22.461Z | Compiling cargo_metadata v0.19.2 |
| 1624 | 2026-05-20T06:43:22.721Z | Compiling futures v0.3.32 |
| 1625 | 2026-05-20T06:43:22.736Z | Compiling phf v0.13.1 |
| 1626 | 2026-05-20T06:43:22.889Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-05-20T06:43:23.004Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-05-20T06:43:23.644Z | Compiling hubpack v0.1.2 |
| 1629 | 2026-05-20T06:43:23.660Z | Compiling zstd v0.13.3 |
| 1630 | 2026-05-20T06:43:23.777Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-05-20T06:43:23.859Z | Compiling serde_with_macros v3.17.0 |
| 1632 | 2026-05-20T06:43:23.982Z | Compiling postgres-types v0.2.12 |
| 1633 | 2026-05-20T06:43:24.100Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-05-20T06:43:24.464Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-05-20T06:43:24.527Z | Compiling globset v0.4.18 |
| 1636 | 2026-05-20T06:43:24.831Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-05-20T06:43:24.968Z | Compiling ed25519 v2.2.3 |
| 1638 | 2026-05-20T06:43:25.095Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-05-20T06:43:25.237Z | Compiling olpc-cjson v0.1.4 |
| 1640 | 2026-05-20T06:43:25.253Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-05-20T06:43:25.276Z | Compiling strum_macros v0.26.4 |
| 1642 | 2026-05-20T06:43:25.336Z | Compiling clap_derive v4.5.55 |
| 1643 | 2026-05-20T06:43:25.396Z | Compiling enum-as-inner v0.6.1 |
| 1644 | 2026-05-20T06:43:25.624Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-05-20T06:43:25.654Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-05-20T06:43:25.794Z | Compiling rfc6979 v0.4.0 |
| 1647 | 2026-05-20T06:43:25.816Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-20T06:43:25.893Z | Compiling async-recursion v1.1.1 |
| 1649 | 2026-05-20T06:43:25.907Z | Compiling serde_repr v0.1.20 |
| 1650 | 2026-05-20T06:43:25.920Z | Compiling float-cmp v0.10.0 |
| 1651 | 2026-05-20T06:43:26.063Z | Compiling memmap2 v0.9.10 |
| 1652 | 2026-05-20T06:43:26.144Z | Compiling thread-id v4.2.2 |
| 1653 | 2026-05-20T06:43:26.231Z | Compiling env_filter v1.0.0 |
| 1654 | 2026-05-20T06:43:26.272Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-05-20T06:43:26.370Z | Compiling static_assertions v1.1.0 |
| 1656 | 2026-05-20T06:43:26.414Z | Compiling difflib v0.4.0 |
| 1657 | 2026-05-20T06:43:26.448Z | Compiling typed-path v0.9.3 |
| 1658 | 2026-05-20T06:43:26.520Z | Compiling new_debug_unreachable v1.0.6 |
| 1659 | 2026-05-20T06:43:26.534Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-05-20T06:43:26.592Z | Compiling jiff v0.2.21 |
| 1661 | 2026-05-20T06:43:26.961Z | Compiling whoami v2.1.0 |
| 1662 | 2026-05-20T06:43:27.021Z | Compiling either v1.15.0 |
| 1663 | 2026-05-20T06:43:27.089Z | Compiling predicates-core v1.0.10 |
| 1664 | 2026-05-20T06:43:27.210Z | Compiling precomputed-hash v0.1.1 |
| 1665 | 2026-05-20T06:43:27.224Z | Compiling rustc-hash v2.1.1 |
| 1666 | 2026-05-20T06:43:27.264Z | Compiling fixedbitset v0.4.2 |
| 1667 | 2026-05-20T06:43:27.297Z | Compiling fixedbitset v0.5.7 |
| 1668 | 2026-05-20T06:43:27.326Z | Compiling keccak v0.1.6 |
| 1669 | 2026-05-20T06:43:27.343Z | Compiling iddqd v0.3.18 |
| 1670 | 2026-05-20T06:43:27.477Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-05-20T06:43:27.595Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-05-20T06:43:27.645Z | Compiling sha3 v0.10.8 |
| 1673 | 2026-05-20T06:43:28.096Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-05-20T06:43:28.122Z | Compiling predicates v3.1.4 |
| 1675 | 2026-05-20T06:43:28.320Z | Compiling itertools v0.13.0 |
| 1676 | 2026-05-20T06:43:28.407Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-20T06:43:28.458Z | Compiling clap v4.5.60 |
| 1678 | 2026-05-20T06:43:28.540Z | Compiling strum v0.26.3 |
| 1679 | 2026-05-20T06:43:28.671Z | Compiling hickory-proto v0.25.2 |
| 1680 | 2026-05-20T06:43:28.772Z | Compiling toml_edit v0.22.27 |
| 1681 | 2026-05-20T06:43:28.920Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1682 | 2026-05-20T06:43:29.492Z | Compiling zip v4.6.1 |
| 1683 | 2026-05-20T06:43:29.528Z | Compiling env_logger v0.11.9 |
| 1684 | 2026-05-20T06:43:29.888Z | Compiling usdt v0.6.0 |
| 1685 | 2026-05-20T06:43:30.188Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-05-20T06:43:30.482Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-05-20T06:43:30.599Z | Compiling rsa v0.9.10 |
| 1688 | 2026-05-20T06:43:30.771Z | Compiling ed25519-dalek v2.2.0 |
| 1689 | 2026-05-20T06:43:30.784Z | Compiling serde_with v3.17.0 |
| 1690 | 2026-05-20T06:43:30.873Z | Compiling crossterm v0.28.1 |
| 1691 | 2026-05-20T06:43:31.512Z | Compiling zip v0.6.6 |
| 1692 | 2026-05-20T06:43:32.091Z | Compiling toml v0.7.8 |
| 1693 | 2026-05-20T06:43:32.492Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1694 | 2026-05-20T06:43:32.566Z | Compiling similar v2.7.0 |
| 1695 | 2026-05-20T06:43:32.677Z | Compiling crossbeam-epoch v0.9.18 |
| 1696 | 2026-05-20T06:43:32.833Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-05-20T06:43:33.002Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-05-20T06:43:33.113Z | Compiling x509-cert v0.2.5 |
| 1699 | 2026-05-20T06:43:33.275Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1700 | 2026-05-20T06:43:33.305Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-05-20T06:43:33.353Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-05-20T06:43:33.423Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-05-20T06:43:33.571Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-05-20T06:43:33.574Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-05-20T06:43:33.711Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-05-20T06:43:33.761Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-05-20T06:43:33.861Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-05-20T06:43:33.904Z | Compiling is-terminal v0.4.17 |
| 1709 | 2026-05-20T06:43:33.959Z | Compiling filetime v0.2.27 |
| 1710 | 2026-05-20T06:43:33.997Z | Compiling xattr v1.6.1 |
| 1711 | 2026-05-20T06:43:34.071Z | Compiling term v1.2.1 |
| 1712 | 2026-05-20T06:43:34.128Z | Compiling take_mut v0.2.2 |
| 1713 | 2026-05-20T06:43:34.161Z | Compiling tar v0.4.45 |
| 1714 | 2026-05-20T06:43:34.641Z | Compiling slog-term v2.9.2 |
| 1715 | 2026-05-20T06:43:44.350Z | Compiling rustls-webpki v0.103.9 |
| 1716 | 2026-05-20T06:43:47.153Z | Compiling tokio-rustls v0.26.4 |
| 1717 | 2026-05-20T06:43:47.153Z | Compiling rustls-platform-verifier v0.6.2 |
| 1718 | 2026-05-20T06:43:47.337Z | Compiling hyper-rustls v0.27.7 |
| 1719 | 2026-05-20T06:43:47.537Z | Compiling reqwest v0.12.28 |
| 1720 | 2026-05-20T06:43:47.549Z | Compiling reqwest v0.13.2 |
| 1721 | 2026-05-20T06:43:48.762Z | Compiling tough v0.22.0 |
| 1722 | 2026-05-20T06:43:51.285Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1723 | 2026-05-20T06:43:51.500Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1724 | 2026-05-20T06:43:54.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1725 | 2026-05-20T06:43:54.493Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1726 | 2026-05-20T06:43:54.549Z | May 20 06:43:53.600 INFO Starting download, target: Cockroach |
| 1727 | 2026-05-20T06:43:54.549Z | May 20 06:43:53.600 INFO Starting download, target: Clickhouse |
| 1728 | 2026-05-20T06:43:54.549Z | May 20 06:43:53.600 INFO Starting download, target: Console |
| 1729 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.600 INFO Starting download, target: DendriteStub |
| 1730 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Starting download, target: MaghemiteMgd |
| 1731 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Starting download, target: TransceiverControl |
| 1732 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1733 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1736 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1737 | 2026-05-20T06:43:54.553Z | May 20 06:43:53.601 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1738 | 2026-05-20T06:43:54.867Z | May 20 06:43:53.915 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-05-20T06:43:55.085Z | May 20 06:43:54.123 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-05-20T06:43:55.526Z | May 20 06:43:54.560 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1741 | 2026-05-20T06:43:55.791Z | May 20 06:43:54.832 INFO Download complete, target: Console |
| 1742 | 2026-05-20T06:43:56.057Z | May 20 06:43:55.107 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-05-20T06:43:56.385Z | May 20 06:43:55.434 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1744 | 2026-05-20T06:43:56.755Z | May 20 06:43:55.807 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1745 | 2026-05-20T06:43:56.755Z | May 20 06:43:55.807 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1746 | 2026-05-20T06:43:57.095Z | May 20 06:43:56.147 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1747 | 2026-05-20T06:43:58.314Z | May 20 06:43:57.365 INFO Download complete, target: DendriteStub |
| 1748 | 2026-05-20T06:43:58.740Z | May 20 06:43:57.792 INFO Download complete, target: MaghemiteMgd |
| 1749 | 2026-05-20T06:44:01.357Z | May 20 06:44:00.407 INFO Checking that binary works, target: Cockroach |
| 1750 | 2026-05-20T06:44:01.468Z | May 20 06:44:00.519 INFO Download complete, target: Cockroach |
| 1751 | 2026-05-20T06:44:03.792Z | May 20 06:44:02.843 INFO Checking that binary works, target: Clickhouse |
| 1752 | 2026-05-20T06:44:03.886Z | May 20 06:44:02.937 INFO Download complete, target: Clickhouse |
| 1753 | 2026-05-20T06:44:03.952Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1754 | 2026-05-20T06:44:03.958Z | |
| 1755 | 2026-05-20T06:44:03.958Z | real 2:16.594265993 |
| 1756 | 2026-05-20T06:44:03.958Z | user 6:53.729248138 |
| 1757 | 2026-05-20T06:44:03.959Z | sys 1:20.625216315 |
| 1758 | 2026-05-20T06:44:03.959Z | trap 0.211984903 |
| 1759 | 2026-05-20T06:44:03.959Z | tflt 1.065554702 |
| 1760 | 2026-05-20T06:44:03.959Z | dflt 1.310106358 |
| 1761 | 2026-05-20T06:44:03.959Z | kflt 0.087141596 |
| 1762 | 2026-05-20T06:44:03.959Z | lock 22:29.951186251 |
| 1763 | 2026-05-20T06:44:03.959Z | slp 21:15.936951329 |
| 1764 | 2026-05-20T06:44:03.959Z | lat 42.457937273 |
| 1765 | 2026-05-20T06:44:03.959Z | stop 1:59.085658928 |
| 1766 | 2026-05-20T06:44:03.959Z | + banner hack-check |
| 1767 | 2026-05-20T06:44:03.959Z | |
| 1768 | 2026-05-20T06:44:03.959Z | # # ## #### # # #### # # ###### #### # # |
| 1769 | 2026-05-20T06:44:03.959Z | # # # # # # # # # # # # # # # # # |
| 1770 | 2026-05-20T06:44:03.959Z | ###### # # # #### ##### # ###### ##### # #### |
| 1771 | 2026-05-20T06:44:03.959Z | # # ###### # # # # # # # # # # |
| 1772 | 2026-05-20T06:44:03.959Z | # # # # # # # # # # # # # # # # # |
| 1773 | 2026-05-20T06:44:03.959Z | # # # # #### # # #### # # ###### #### # # |
| 1774 | 2026-05-20T06:44:03.959Z | |
| 1775 | 2026-05-20T06:44:03.959Z | + export CARGO_INCREMENTAL=0 |
| 1776 | 2026-05-20T06:44:03.959Z | + CARGO_INCREMENTAL=0 |
| 1777 | 2026-05-20T06:44:03.960Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1778 | 2026-05-20T06:44:04.485Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1779 | 2026-05-20T06:44:04.700Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1780 | 2026-05-20T06:44:06.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1781 | 2026-05-20T06:44:06.634Z | Running `target/debug/xtask check-features --ci` |
| 1782 | 2026-05-20T06:44:06.662Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1783 | 2026-05-20T06:44:06.666Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1784 | 2026-05-20T06:44:07.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1785 | 2026-05-20T06:44:07.173Z | Running `target/debug/xtask download cargo-hack` |
| 1786 | 2026-05-20T06:44:07.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1787 | 2026-05-20T06:44:08.260Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1788 | 2026-05-20T06:44:10.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s |
| 1789 | 2026-05-20T06:44:10.882Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1790 | 2026-05-20T06:44:10.925Z | May 20 06:44:09.976 INFO Starting download, target: CargoHack |
| 1791 | 2026-05-20T06:44:10.928Z | May 20 06:44:09.976 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1792 | 2026-05-20T06:44:11.498Z | May 20 06:44:10.549 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1793 | 2026-05-20T06:44:11.550Z | May 20 06:44:10.598 INFO Download complete, target: CargoHack |
| 1794 | 2026-05-20T06:44:11.555Z | running: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1795 | 2026-05-20T06:44:11.566Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1796 | 2026-05-20T06:44:11.715Z | info: running `cargo check --bins` on api_identity (1/276) |
| 1797 | 2026-05-20T06:44:12.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1798 | 2026-05-20T06:44:12.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1799 | 2026-05-20T06:44:12.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1800 | 2026-05-20T06:44:12.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1801 | 2026-05-20T06:44:12.291Z | |
| 1802 | 2026-05-20T06:44:12.291Z | info: running `cargo check --bins` on bootstore (2/276) |
| 1803 | 2026-05-20T06:44:12.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1804 | 2026-05-20T06:44:12.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1805 | 2026-05-20T06:44:12.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1806 | 2026-05-20T06:44:12.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1807 | 2026-05-20T06:44:12.876Z | |
| 1808 | 2026-05-20T06:44:12.876Z | info: running `cargo check --bins` on omicron-ledger (3/276) |
| 1809 | 2026-05-20T06:44:13.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1810 | 2026-05-20T06:44:13.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1811 | 2026-05-20T06:44:13.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1812 | 2026-05-20T06:44:13.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1813 | 2026-05-20T06:44:13.458Z | |
| 1814 | 2026-05-20T06:44:13.458Z | info: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276) |
| 1815 | 2026-05-20T06:44:13.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1816 | 2026-05-20T06:44:13.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1817 | 2026-05-20T06:44:13.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1818 | 2026-05-20T06:44:13.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1819 | 2026-05-20T06:44:14.043Z | |
| 1820 | 2026-05-20T06:44:14.043Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276) |
| 1821 | 2026-05-20T06:44:14.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1822 | 2026-05-20T06:44:14.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1823 | 2026-05-20T06:44:14.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1824 | 2026-05-20T06:44:14.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1825 | 2026-05-20T06:44:14.627Z | |
| 1826 | 2026-05-20T06:44:14.630Z | info: running `cargo check --bins` on omicron-certificates (6/276) |
| 1827 | 2026-05-20T06:44:15.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1828 | 2026-05-20T06:44:15.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1829 | 2026-05-20T06:44:15.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1830 | 2026-05-20T06:44:15.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1831 | 2026-05-20T06:44:15.223Z | |
| 1832 | 2026-05-20T06:44:15.223Z | info: running `cargo check --bins --no-default-features` on omicron-common (7/276) |
| 1833 | 2026-05-20T06:44:15.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1834 | 2026-05-20T06:44:15.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1835 | 2026-05-20T06:44:15.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1836 | 2026-05-20T06:44:15.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1837 | 2026-05-20T06:44:15.814Z | |
| 1838 | 2026-05-20T06:44:15.815Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276) |
| 1839 | 2026-05-20T06:44:16.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1840 | 2026-05-20T06:44:16.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1841 | 2026-05-20T06:44:16.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1842 | 2026-05-20T06:44:16.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1843 | 2026-05-20T06:44:16.407Z | |
| 1844 | 2026-05-20T06:44:16.407Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276) |
| 1845 | 2026-05-20T06:44:16.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1846 | 2026-05-20T06:44:16.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1847 | 2026-05-20T06:44:16.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1848 | 2026-05-20T06:44:16.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1849 | 2026-05-20T06:44:16.872Z | |
| 1850 | 2026-05-20T06:44:16.872Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276) |
| 1851 | 2026-05-20T06:44:17.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1852 | 2026-05-20T06:44:17.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1853 | 2026-05-20T06:44:17.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1854 | 2026-05-20T06:44:17.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1855 | 2026-05-20T06:44:17.343Z | |
| 1856 | 2026-05-20T06:44:17.343Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276) |
| 1857 | 2026-05-20T06:44:17.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1858 | 2026-05-20T06:44:17.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1859 | 2026-05-20T06:44:17.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1860 | 2026-05-20T06:44:17.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1861 | 2026-05-20T06:44:17.809Z | |
| 1862 | 2026-05-20T06:44:17.809Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276) |
| 1863 | 2026-05-20T06:44:18.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1864 | 2026-05-20T06:44:18.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1865 | 2026-05-20T06:44:18.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1866 | 2026-05-20T06:44:18.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1867 | 2026-05-20T06:44:18.275Z | |
| 1868 | 2026-05-20T06:44:18.275Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276) |
| 1869 | 2026-05-20T06:44:18.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1870 | 2026-05-20T06:44:18.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1871 | 2026-05-20T06:44:18.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1872 | 2026-05-20T06:44:18.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1873 | 2026-05-20T06:44:18.739Z | |
| 1874 | 2026-05-20T06:44:18.740Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276) |
| 1875 | 2026-05-20T06:44:19.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1876 | 2026-05-20T06:44:19.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1877 | 2026-05-20T06:44:19.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1878 | 2026-05-20T06:44:19.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1879 | 2026-05-20T06:44:19.209Z | |
| 1880 | 2026-05-20T06:44:19.209Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276) |
| 1881 | 2026-05-20T06:44:19.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1882 | 2026-05-20T06:44:19.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1883 | 2026-05-20T06:44:19.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1884 | 2026-05-20T06:44:19.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1885 | 2026-05-20T06:44:19.677Z | |
| 1886 | 2026-05-20T06:44:19.677Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276) |
| 1887 | 2026-05-20T06:44:20.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1888 | 2026-05-20T06:44:20.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1889 | 2026-05-20T06:44:20.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1890 | 2026-05-20T06:44:20.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1891 | 2026-05-20T06:44:20.153Z | |
| 1892 | 2026-05-20T06:44:20.153Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276) |
| 1893 | 2026-05-20T06:44:20.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1894 | 2026-05-20T06:44:20.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1895 | 2026-05-20T06:44:20.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1896 | 2026-05-20T06:44:20.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1897 | 2026-05-20T06:44:20.621Z | |
| 1898 | 2026-05-20T06:44:20.621Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276) |
| 1899 | 2026-05-20T06:44:21.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1900 | 2026-05-20T06:44:21.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1901 | 2026-05-20T06:44:21.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1902 | 2026-05-20T06:44:21.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1903 | 2026-05-20T06:44:21.089Z | |
| 1904 | 2026-05-20T06:44:21.089Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276) |
| 1905 | 2026-05-20T06:44:21.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1906 | 2026-05-20T06:44:21.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1907 | 2026-05-20T06:44:21.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1908 | 2026-05-20T06:44:21.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1909 | 2026-05-20T06:44:21.556Z | |
| 1910 | 2026-05-20T06:44:21.556Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276) |
| 1911 | 2026-05-20T06:44:21.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1912 | 2026-05-20T06:44:21.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1913 | 2026-05-20T06:44:21.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1914 | 2026-05-20T06:44:21.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1915 | 2026-05-20T06:44:22.026Z | |
| 1916 | 2026-05-20T06:44:22.026Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276) |
| 1917 | 2026-05-20T06:44:22.434Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1918 | 2026-05-20T06:44:22.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1919 | 2026-05-20T06:44:22.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1920 | 2026-05-20T06:44:22.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1921 | 2026-05-20T06:44:22.495Z | |
| 1922 | 2026-05-20T06:44:22.495Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276) |
| 1923 | 2026-05-20T06:44:22.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1924 | 2026-05-20T06:44:22.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1925 | 2026-05-20T06:44:22.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1926 | 2026-05-20T06:44:22.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1927 | 2026-05-20T06:44:22.966Z | |
| 1928 | 2026-05-20T06:44:22.966Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276) |
| 1929 | 2026-05-20T06:44:23.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1930 | 2026-05-20T06:44:23.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1931 | 2026-05-20T06:44:23.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1932 | 2026-05-20T06:44:23.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1933 | 2026-05-20T06:44:23.436Z | |
| 1934 | 2026-05-20T06:44:23.436Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276) |
| 1935 | 2026-05-20T06:44:23.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1936 | 2026-05-20T06:44:23.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1937 | 2026-05-20T06:44:23.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1938 | 2026-05-20T06:44:23.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1939 | 2026-05-20T06:44:23.910Z | |
| 1940 | 2026-05-20T06:44:23.910Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276) |
| 1941 | 2026-05-20T06:44:24.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1942 | 2026-05-20T06:44:24.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1943 | 2026-05-20T06:44:24.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1944 | 2026-05-20T06:44:24.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1945 | 2026-05-20T06:44:24.382Z | |
| 1946 | 2026-05-20T06:44:24.382Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276) |
| 1947 | 2026-05-20T06:44:24.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1948 | 2026-05-20T06:44:24.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1949 | 2026-05-20T06:44:24.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1950 | 2026-05-20T06:44:24.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1951 | 2026-05-20T06:44:24.858Z | |
| 1952 | 2026-05-20T06:44:24.858Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276) |
| 1953 | 2026-05-20T06:44:25.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1954 | 2026-05-20T06:44:25.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1955 | 2026-05-20T06:44:25.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1956 | 2026-05-20T06:44:25.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1957 | 2026-05-20T06:44:25.328Z | |
| 1958 | 2026-05-20T06:44:25.328Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276) |
| 1959 | 2026-05-20T06:44:25.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1960 | 2026-05-20T06:44:25.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1961 | 2026-05-20T06:44:25.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1962 | 2026-05-20T06:44:25.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1963 | 2026-05-20T06:44:25.803Z | |
| 1964 | 2026-05-20T06:44:25.803Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276) |
| 1965 | 2026-05-20T06:44:26.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1966 | 2026-05-20T06:44:26.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1967 | 2026-05-20T06:44:26.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1968 | 2026-05-20T06:44:26.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1969 | 2026-05-20T06:44:26.273Z | |
| 1970 | 2026-05-20T06:44:26.273Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276) |
| 1971 | 2026-05-20T06:44:26.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1972 | 2026-05-20T06:44:26.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1973 | 2026-05-20T06:44:26.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1974 | 2026-05-20T06:44:26.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1975 | 2026-05-20T06:44:26.741Z | |
| 1976 | 2026-05-20T06:44:26.741Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276) |
| 1977 | 2026-05-20T06:44:27.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1978 | 2026-05-20T06:44:27.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1979 | 2026-05-20T06:44:27.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1980 | 2026-05-20T06:44:27.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1981 | 2026-05-20T06:44:27.205Z | |
| 1982 | 2026-05-20T06:44:27.205Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276) |
| 1983 | 2026-05-20T06:44:27.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1984 | 2026-05-20T06:44:27.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1985 | 2026-05-20T06:44:27.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1986 | 2026-05-20T06:44:27.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1987 | 2026-05-20T06:44:27.660Z | |
| 1988 | 2026-05-20T06:44:27.660Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276) |
| 1989 | 2026-05-20T06:44:28.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1990 | 2026-05-20T06:44:28.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1991 | 2026-05-20T06:44:28.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1992 | 2026-05-20T06:44:28.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1993 | 2026-05-20T06:44:28.119Z | |
| 1994 | 2026-05-20T06:44:28.120Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276) |
| 1995 | 2026-05-20T06:44:28.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1996 | 2026-05-20T06:44:28.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1997 | 2026-05-20T06:44:28.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1998 | 2026-05-20T06:44:28.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1999 | 2026-05-20T06:44:28.582Z | |
| 2000 | 2026-05-20T06:44:28.582Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276) |
| 2001 | 2026-05-20T06:44:28.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2002 | 2026-05-20T06:44:28.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2003 | 2026-05-20T06:44:28.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2004 | 2026-05-20T06:44:28.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2005 | 2026-05-20T06:44:29.043Z | |
| 2006 | 2026-05-20T06:44:29.043Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276) |
| 2007 | 2026-05-20T06:44:29.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2008 | 2026-05-20T06:44:29.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2009 | 2026-05-20T06:44:29.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2010 | 2026-05-20T06:44:29.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2011 | 2026-05-20T06:44:29.503Z | |
| 2012 | 2026-05-20T06:44:29.503Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276) |
| 2013 | 2026-05-20T06:44:29.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2014 | 2026-05-20T06:44:29.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2015 | 2026-05-20T06:44:29.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2016 | 2026-05-20T06:44:29.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2017 | 2026-05-20T06:44:29.962Z | |
| 2018 | 2026-05-20T06:44:29.962Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276) |
| 2019 | 2026-05-20T06:44:30.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2020 | 2026-05-20T06:44:30.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2021 | 2026-05-20T06:44:30.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2022 | 2026-05-20T06:44:30.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2023 | 2026-05-20T06:44:30.423Z | |
| 2024 | 2026-05-20T06:44:30.423Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276) |
| 2025 | 2026-05-20T06:44:30.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2026 | 2026-05-20T06:44:30.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2027 | 2026-05-20T06:44:30.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2028 | 2026-05-20T06:44:30.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2029 | 2026-05-20T06:44:30.883Z | |
| 2030 | 2026-05-20T06:44:30.883Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276) |
| 2031 | 2026-05-20T06:44:31.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2032 | 2026-05-20T06:44:31.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2033 | 2026-05-20T06:44:31.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2034 | 2026-05-20T06:44:31.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2035 | 2026-05-20T06:44:31.343Z | |
| 2036 | 2026-05-20T06:44:31.343Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276) |
| 2037 | 2026-05-20T06:44:31.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2038 | 2026-05-20T06:44:31.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2039 | 2026-05-20T06:44:31.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2040 | 2026-05-20T06:44:31.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2041 | 2026-05-20T06:44:31.805Z | |
| 2042 | 2026-05-20T06:44:31.805Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276) |
| 2043 | 2026-05-20T06:44:32.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2044 | 2026-05-20T06:44:32.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2045 | 2026-05-20T06:44:32.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2046 | 2026-05-20T06:44:32.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2047 | 2026-05-20T06:44:32.266Z | |
| 2048 | 2026-05-20T06:44:32.266Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276) |
| 2049 | 2026-05-20T06:44:32.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2050 | 2026-05-20T06:44:32.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2051 | 2026-05-20T06:44:32.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2052 | 2026-05-20T06:44:32.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2053 | 2026-05-20T06:44:32.726Z | |
| 2054 | 2026-05-20T06:44:32.726Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276) |
| 2055 | 2026-05-20T06:44:33.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2056 | 2026-05-20T06:44:33.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2057 | 2026-05-20T06:44:33.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2058 | 2026-05-20T06:44:33.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2059 | 2026-05-20T06:44:33.186Z | |
| 2060 | 2026-05-20T06:44:33.186Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276) |
| 2061 | 2026-05-20T06:44:33.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2062 | 2026-05-20T06:44:33.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2063 | 2026-05-20T06:44:33.592Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2064 | 2026-05-20T06:44:33.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2065 | 2026-05-20T06:44:33.648Z | |
| 2066 | 2026-05-20T06:44:33.648Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276) |
| 2067 | 2026-05-20T06:44:34.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2068 | 2026-05-20T06:44:34.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2069 | 2026-05-20T06:44:34.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2070 | 2026-05-20T06:44:34.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2071 | 2026-05-20T06:44:34.112Z | |
| 2072 | 2026-05-20T06:44:34.112Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276) |
| 2073 | 2026-05-20T06:44:34.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2074 | 2026-05-20T06:44:34.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2075 | 2026-05-20T06:44:34.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2076 | 2026-05-20T06:44:34.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2077 | 2026-05-20T06:44:34.576Z | |
| 2078 | 2026-05-20T06:44:34.577Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276) |
| 2079 | 2026-05-20T06:44:34.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2080 | 2026-05-20T06:44:34.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2081 | 2026-05-20T06:44:34.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2082 | 2026-05-20T06:44:34.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 2083 | 2026-05-20T06:44:35.040Z | |
| 2084 | 2026-05-20T06:44:35.040Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276) |
| 2085 | 2026-05-20T06:44:35.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2086 | 2026-05-20T06:44:35.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2087 | 2026-05-20T06:44:35.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2088 | 2026-05-20T06:44:35.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2089 | 2026-05-20T06:44:35.668Z | |
| 2090 | 2026-05-20T06:44:35.668Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276) |
| 2091 | 2026-05-20T06:44:36.201Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2092 | 2026-05-20T06:44:36.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2093 | 2026-05-20T06:44:36.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2094 | 2026-05-20T06:44:36.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2095 | 2026-05-20T06:44:36.298Z | |
| 2096 | 2026-05-20T06:44:36.298Z | info: running `cargo check --bins` on nexus-config (51/276) |
| 2097 | 2026-05-20T06:44:36.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2098 | 2026-05-20T06:44:36.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2099 | 2026-05-20T06:44:36.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2100 | 2026-05-20T06:44:36.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2101 | 2026-05-20T06:44:36.916Z | |
| 2102 | 2026-05-20T06:44:36.916Z | info: running `cargo check --bins` on nexus-types (52/276) |
| 2103 | 2026-05-20T06:44:37.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2104 | 2026-05-20T06:44:37.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2105 | 2026-05-20T06:44:37.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2106 | 2026-05-20T06:44:37.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2107 | 2026-05-20T06:44:37.536Z | |
| 2108 | 2026-05-20T06:44:37.536Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276) |
| 2109 | 2026-05-20T06:44:38.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2110 | 2026-05-20T06:44:38.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2111 | 2026-05-20T06:44:38.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2112 | 2026-05-20T06:44:38.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2113 | 2026-05-20T06:44:38.133Z | |
| 2114 | 2026-05-20T06:44:38.133Z | info: running `cargo check --bins` on omicron-passwords (54/276) |
| 2115 | 2026-05-20T06:44:38.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2116 | 2026-05-20T06:44:38.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2117 | 2026-05-20T06:44:38.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2118 | 2026-05-20T06:44:38.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2119 | 2026-05-20T06:44:38.702Z | |
| 2120 | 2026-05-20T06:44:38.702Z | info: running `cargo check --bins --no-default-features` on sled-agent-types (55/276) |
| 2121 | 2026-05-20T06:44:39.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2026-05-20T06:44:39.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2026-05-20T06:44:39.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2124 | 2026-05-20T06:44:39.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2125 | 2026-05-20T06:44:39.296Z | |
| 2126 | 2026-05-20T06:44:39.296Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276) |
| 2127 | 2026-05-20T06:44:39.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2128 | 2026-05-20T06:44:39.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2129 | 2026-05-20T06:44:39.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2130 | 2026-05-20T06:44:39.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2131 | 2026-05-20T06:44:39.888Z | |
| 2132 | 2026-05-20T06:44:39.888Z | info: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276) |
| 2133 | 2026-05-20T06:44:40.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2134 | 2026-05-20T06:44:40.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2135 | 2026-05-20T06:44:40.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2136 | 2026-05-20T06:44:40.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2137 | 2026-05-20T06:44:40.482Z | |
| 2138 | 2026-05-20T06:44:40.482Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276) |
| 2139 | 2026-05-20T06:44:40.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2140 | 2026-05-20T06:44:40.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2141 | 2026-05-20T06:44:40.989Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2142 | 2026-05-20T06:44:40.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2143 | 2026-05-20T06:44:41.076Z | |
| 2144 | 2026-05-20T06:44:41.076Z | info: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276) |
| 2145 | 2026-05-20T06:44:41.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2146 | 2026-05-20T06:44:41.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2147 | 2026-05-20T06:44:41.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2148 | 2026-05-20T06:44:41.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2149 | 2026-05-20T06:44:41.655Z | |
| 2150 | 2026-05-20T06:44:41.655Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276) |
| 2151 | 2026-05-20T06:44:42.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2152 | 2026-05-20T06:44:42.147Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2153 | 2026-05-20T06:44:42.147Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2154 | 2026-05-20T06:44:42.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2155 | 2026-05-20T06:44:42.231Z | |
| 2156 | 2026-05-20T06:44:42.231Z | info: running `cargo check --bins --no-default-features` on gfss (61/276) |
| 2157 | 2026-05-20T06:44:42.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2158 | 2026-05-20T06:44:42.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2159 | 2026-05-20T06:44:42.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2160 | 2026-05-20T06:44:42.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2161 | 2026-05-20T06:44:42.804Z | |
| 2162 | 2026-05-20T06:44:42.805Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276) |
| 2163 | 2026-05-20T06:44:43.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2164 | 2026-05-20T06:44:43.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2165 | 2026-05-20T06:44:43.294Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2166 | 2026-05-20T06:44:43.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 2167 | 2026-05-20T06:44:43.374Z | |
| 2168 | 2026-05-20T06:44:43.374Z | info: running `cargo check --bins` on clickhouse-admin-types (63/276) |
| 2169 | 2026-05-20T06:44:43.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2170 | 2026-05-20T06:44:43.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2171 | 2026-05-20T06:44:43.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2172 | 2026-05-20T06:44:43.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2173 | 2026-05-20T06:44:43.966Z | |
| 2174 | 2026-05-20T06:44:43.966Z | info: running `cargo check --bins` on clickhouse-admin-types-versions (64/276) |
| 2175 | 2026-05-20T06:44:44.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2176 | 2026-05-20T06:44:44.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2177 | 2026-05-20T06:44:44.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2178 | 2026-05-20T06:44:44.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2179 | 2026-05-20T06:44:44.561Z | |
| 2180 | 2026-05-20T06:44:44.561Z | info: running `cargo check --bins` on cockroach-admin-types (65/276) |
| 2181 | 2026-05-20T06:44:45.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2182 | 2026-05-20T06:44:45.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2183 | 2026-05-20T06:44:45.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2184 | 2026-05-20T06:44:45.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2185 | 2026-05-20T06:44:45.134Z | |
| 2186 | 2026-05-20T06:44:45.134Z | info: running `cargo check --bins` on cockroach-admin-types-versions (66/276) |
| 2187 | 2026-05-20T06:44:45.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2188 | 2026-05-20T06:44:45.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2189 | 2026-05-20T06:44:45.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2190 | 2026-05-20T06:44:45.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2191 | 2026-05-20T06:44:45.708Z | |
| 2192 | 2026-05-20T06:44:45.708Z | info: running `cargo check --bins` on ereport-types (67/276) |
| 2193 | 2026-05-20T06:44:46.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2194 | 2026-05-20T06:44:46.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2195 | 2026-05-20T06:44:46.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2196 | 2026-05-20T06:44:46.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2197 | 2026-05-20T06:44:46.296Z | |
| 2198 | 2026-05-20T06:44:46.296Z | info: running `cargo check --bins` on gateway-client (68/276) |
| 2199 | 2026-05-20T06:44:46.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2200 | 2026-05-20T06:44:46.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2201 | 2026-05-20T06:44:46.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2202 | 2026-05-20T06:44:46.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2203 | 2026-05-20T06:44:46.878Z | |
| 2204 | 2026-05-20T06:44:46.878Z | info: running `cargo check --bins --no-default-features` on gateway-types (69/276) |
| 2205 | 2026-05-20T06:44:47.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2206 | 2026-05-20T06:44:47.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2207 | 2026-05-20T06:44:47.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2208 | 2026-05-20T06:44:47.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2209 | 2026-05-20T06:44:47.465Z | |
| 2210 | 2026-05-20T06:44:47.465Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276) |
| 2211 | 2026-05-20T06:44:47.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2212 | 2026-05-20T06:44:47.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2213 | 2026-05-20T06:44:47.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2214 | 2026-05-20T06:44:47.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2215 | 2026-05-20T06:44:48.045Z | |
| 2216 | 2026-05-20T06:44:48.045Z | info: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276) |
| 2217 | 2026-05-20T06:44:48.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2218 | 2026-05-20T06:44:48.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2219 | 2026-05-20T06:44:48.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2220 | 2026-05-20T06:44:48.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2221 | 2026-05-20T06:44:48.625Z | |
| 2222 | 2026-05-20T06:44:48.625Z | info: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276) |
| 2223 | 2026-05-20T06:44:49.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2224 | 2026-05-20T06:44:49.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2225 | 2026-05-20T06:44:49.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2226 | 2026-05-20T06:44:49.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2227 | 2026-05-20T06:44:49.211Z | |
| 2228 | 2026-05-20T06:44:49.212Z | info: running `cargo check --bins --no-default-features` on illumos-utils (73/276) |
| 2229 | 2026-05-20T06:44:49.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2230 | 2026-05-20T06:44:49.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2231 | 2026-05-20T06:44:49.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2232 | 2026-05-20T06:44:49.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2233 | 2026-05-20T06:44:49.817Z | |
| 2234 | 2026-05-20T06:44:49.817Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276) |
| 2235 | 2026-05-20T06:44:50.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2236 | 2026-05-20T06:44:50.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2237 | 2026-05-20T06:44:50.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2238 | 2026-05-20T06:44:50.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2239 | 2026-05-20T06:44:50.422Z | |
| 2240 | 2026-05-20T06:44:50.422Z | info: running `cargo check --bins` on key-manager-types (75/276) |
| 2241 | 2026-05-20T06:44:50.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2242 | 2026-05-20T06:44:50.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2243 | 2026-05-20T06:44:50.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2244 | 2026-05-20T06:44:50.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2245 | 2026-05-20T06:44:50.998Z | |
| 2246 | 2026-05-20T06:44:50.999Z | info: running `cargo check --bins` on oxlog (76/276) |
| 2247 | 2026-05-20T06:44:51.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2248 | 2026-05-20T06:44:51.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2249 | 2026-05-20T06:44:51.603Z | Checking cfg-if v1.0.4 |
| 2250 | 2026-05-20T06:44:51.606Z | Checking libc v0.2.185 |
| 2251 | 2026-05-20T06:44:51.606Z | Checking serde_core v1.0.228 |
| 2252 | 2026-05-20T06:44:51.721Z | Checking zeroize v1.8.2 |
| 2253 | 2026-05-20T06:44:51.728Z | Checking memchr v2.8.0 |
| 2254 | 2026-05-20T06:44:51.736Z | Checking log v0.4.29 |
| 2255 | 2026-05-20T06:44:52.748Z | Checking smallvec v1.15.1 |
| 2256 | 2026-05-20T06:44:52.751Z | Checking typenum v1.19.0 |
| 2257 | 2026-05-20T06:44:52.751Z | Checking subtle v2.6.1 |
| 2258 | 2026-05-20T06:44:52.751Z | Checking itoa v1.0.17 |
| 2259 | 2026-05-20T06:44:52.751Z | Checking scopeguard v1.2.0 |
| 2260 | 2026-05-20T06:44:52.751Z | Checking stable_deref_trait v1.2.1 |
| 2261 | 2026-05-20T06:44:52.751Z | Checking const-oid v0.9.6 |
| 2262 | 2026-05-20T06:44:52.751Z | Checking lock_api v0.4.14 |
| 2263 | 2026-05-20T06:44:52.751Z | Checking zerofrom v0.1.6 |
| 2264 | 2026-05-20T06:44:52.751Z | Checking pin-project-lite v0.2.17 |
| 2265 | 2026-05-20T06:44:52.751Z | Checking portable-atomic v1.13.1 |
| 2266 | 2026-05-20T06:44:52.751Z | Checking getrandom v0.2.17 |
| 2267 | 2026-05-20T06:44:52.751Z | Checking errno v0.3.14 |
| 2268 | 2026-05-20T06:44:52.751Z | Checking yoke v0.8.1 |
| 2269 | 2026-05-20T06:44:52.751Z | Checking parking_lot_core v0.9.12 |
| 2270 | 2026-05-20T06:44:52.751Z | Checking signal-hook-registry v1.4.8 |
| 2271 | 2026-05-20T06:44:52.751Z | Checking rand_core v0.6.4 |
| 2272 | 2026-05-20T06:44:52.752Z | Checking generic-array v0.14.7 |
| 2273 | 2026-05-20T06:44:52.752Z | Checking zerovec v0.11.5 |
| 2274 | 2026-05-20T06:44:52.752Z | Checking critical-section v1.2.0 |
| 2275 | 2026-05-20T06:44:52.752Z | Checking futures-core v0.3.32 |
| 2276 | 2026-05-20T06:44:52.752Z | Checking parking_lot v0.12.5 |
| 2277 | 2026-05-20T06:44:52.752Z | Checking mio v1.2.0 |
| 2278 | 2026-05-20T06:44:52.752Z | Checking once_cell v1.21.3 |
| 2279 | 2026-05-20T06:44:52.752Z | Checking zerocopy v0.8.40 |
| 2280 | 2026-05-20T06:44:52.752Z | Checking zmij v1.0.21 |
| 2281 | 2026-05-20T06:44:52.752Z | Checking socket2 v0.6.3 |
| 2282 | 2026-05-20T06:44:52.752Z | Checking libm v0.2.16 |
| 2283 | 2026-05-20T06:44:52.752Z | Checking crypto-common v0.1.7 |
| 2284 | 2026-05-20T06:44:52.752Z | Checking block-buffer v0.10.4 |
| 2285 | 2026-05-20T06:44:52.752Z | Checking tinystr v0.8.2 |
| 2286 | 2026-05-20T06:44:52.796Z | Checking percent-encoding v2.3.2 |
| 2287 | 2026-05-20T06:44:52.821Z | Checking litemap v0.8.1 |
| 2288 | 2026-05-20T06:44:52.833Z | Checking digest v0.10.7 |
| 2289 | 2026-05-20T06:44:52.843Z | Checking writeable v0.6.2 |
| 2290 | 2026-05-20T06:44:52.897Z | Checking equivalent v1.0.2 |
| 2291 | 2026-05-20T06:44:52.935Z | Checking potential_utf v0.1.4 |
| 2292 | 2026-05-20T06:44:52.977Z | Checking zerotrie v0.2.3 |
| 2293 | 2026-05-20T06:44:52.989Z | Checking icu_locale_core v2.1.1 |
| 2294 | 2026-05-20T06:44:53.001Z | Checking futures-sink v0.3.32 |
| 2295 | 2026-05-20T06:44:53.018Z | Checking futures-io v0.3.32 |
| 2296 | 2026-05-20T06:44:53.056Z | Checking icu_collections v2.1.1 |
| 2297 | 2026-05-20T06:44:53.095Z | Checking futures-channel v0.3.32 |
| 2298 | 2026-05-20T06:44:53.126Z | Checking cpufeatures v0.2.17 |
| 2299 | 2026-05-20T06:44:53.167Z | Checking serde v1.0.228 |
| 2300 | 2026-05-20T06:44:53.191Z | Checking bitflags v2.11.0 |
| 2301 | 2026-05-20T06:44:53.212Z | Checking serde_json v1.0.149 |
| 2302 | 2026-05-20T06:44:53.277Z | Checking futures-task v0.3.32 |
| 2303 | 2026-05-20T06:44:53.332Z | Checking num-traits v0.2.19 |
| 2304 | 2026-05-20T06:44:53.353Z | Checking slab v0.4.12 |
| 2305 | 2026-05-20T06:44:53.356Z | Checking hmac v0.12.1 |
| 2306 | 2026-05-20T06:44:53.406Z | Checking icu_properties_data v2.1.2 |
| 2307 | 2026-05-20T06:44:53.509Z | Checking icu_normalizer_data v2.1.1 |
| 2308 | 2026-05-20T06:44:53.521Z | Checking futures-util v0.3.32 |
| 2309 | 2026-05-20T06:44:53.524Z | Checking icu_provider v2.1.1 |
| 2310 | 2026-05-20T06:44:53.543Z | Checking hashbrown v0.17.0 |
| 2311 | 2026-05-20T06:44:53.569Z | Checking bytes v1.11.1 |
| 2312 | 2026-05-20T06:44:53.580Z | Checking rand_core v0.10.0 |
| 2313 | 2026-05-20T06:44:53.714Z | Checking getrandom v0.4.1 |
| 2314 | 2026-05-20T06:44:53.752Z | Checking icu_normalizer v2.1.1 |
| 2315 | 2026-05-20T06:44:53.858Z | Checking icu_properties v2.1.2 |
| 2316 | 2026-05-20T06:44:53.871Z | Checking block-padding v0.3.3 |
| 2317 | 2026-05-20T06:44:53.885Z | Checking utf8_iter v1.0.4 |
| 2318 | 2026-05-20T06:44:53.996Z | Checking inout v0.1.4 |
| 2319 | 2026-05-20T06:44:54.009Z | Checking tokio v1.52.1 |
| 2320 | 2026-05-20T06:44:54.012Z | Checking indexmap v2.14.0 |
| 2321 | 2026-05-20T06:44:54.030Z | Checking sha2 v0.10.9 |
| 2322 | 2026-05-20T06:44:54.063Z | Checking form_urlencoded v1.2.2 |
| 2323 | 2026-05-20T06:44:54.132Z | Checking cipher v0.4.4 |
| 2324 | 2026-05-20T06:44:54.190Z | Checking getrandom v0.3.4 |
| 2325 | 2026-05-20T06:44:54.300Z | Checking fnv v1.0.7 |
| 2326 | 2026-05-20T06:44:54.330Z | Checking base64ct v1.8.3 |
| 2327 | 2026-05-20T06:44:54.342Z | Checking byteorder v1.5.0 |
| 2328 | 2026-05-20T06:44:54.390Z | Checking flagset v0.4.7 |
| 2329 | 2026-05-20T06:44:54.512Z | Checking rand_core v0.9.5 |
| 2330 | 2026-05-20T06:44:54.533Z | Checking http v1.4.0 |
| 2331 | 2026-05-20T06:44:54.556Z | Checking pem-rfc7468 v0.7.0 |
| 2332 | 2026-05-20T06:44:54.569Z | Checking regex-syntax v0.8.10 |
| 2333 | 2026-05-20T06:44:54.675Z | Checking idna_adapter v1.2.1 |
| 2334 | 2026-05-20T06:44:54.688Z | Checking salsa20 v0.10.2 |
| 2335 | 2026-05-20T06:44:54.709Z | Checking der v0.7.10 |
| 2336 | 2026-05-20T06:44:54.790Z | Checking idna v1.1.0 |
| 2337 | 2026-05-20T06:44:54.815Z | Checking uuid v1.23.0 |
| 2338 | 2026-05-20T06:44:55.026Z | Checking url v2.5.8 |
| 2339 | 2026-05-20T06:44:55.078Z | Checking pbkdf2 v0.12.2 |
| 2340 | 2026-05-20T06:44:55.117Z | Checking rustix v1.1.3 |
| 2341 | 2026-05-20T06:44:55.186Z | Checking tracing-core v0.1.36 |
| 2342 | 2026-05-20T06:44:55.243Z | Checking ppv-lite86 v0.2.21 |
| 2343 | 2026-05-20T06:44:55.416Z | Checking rustls-pki-types v1.14.0 |
| 2344 | 2026-05-20T06:44:55.432Z | Checking spki v0.7.3 |
| 2345 | 2026-05-20T06:44:55.450Z | Checking iana-time-zone v0.1.65 |
| 2346 | 2026-05-20T06:44:55.484Z | Checking base64 v0.22.1 |
| 2347 | 2026-05-20T06:44:55.537Z | Checking rand_chacha v0.9.0 |
| 2348 | 2026-05-20T06:44:55.553Z | Checking chrono v0.4.44 |
| 2349 | 2026-05-20T06:44:55.591Z | Checking tracing v0.1.44 |
| 2350 | 2026-05-20T06:44:55.688Z | Checking scrypt v0.11.0 |
| 2351 | 2026-05-20T06:44:55.711Z | Checking http-body v1.0.1 |
| 2352 | 2026-05-20T06:44:55.727Z | Checking aes v0.8.4 |
| 2353 | 2026-05-20T06:44:55.793Z | Checking cbc v0.1.2 |
| 2354 | 2026-05-20T06:44:55.824Z | Checking aws-lc-sys v0.40.0 |
| 2355 | 2026-05-20T06:44:55.840Z | Checking tinyvec_macros v0.1.1 |
| 2356 | 2026-05-20T06:44:55.856Z | Checking openssl-probe v0.2.1 |
| 2357 | 2026-05-20T06:44:55.902Z | Checking untrusted v0.7.1 |
| 2358 | 2026-05-20T06:44:55.915Z | Checking untrusted v0.9.0 |
| 2359 | 2026-05-20T06:44:55.940Z | Checking tinyvec v1.10.0 |
| 2360 | 2026-05-20T06:44:55.958Z | Checking rand v0.9.2 |
| 2361 | 2026-05-20T06:44:56.010Z | Checking atomic-waker v1.1.2 |
| 2362 | 2026-05-20T06:44:56.022Z | Checking ring v0.17.14 |
| 2363 | 2026-05-20T06:44:56.104Z | Checking tower-layer v0.3.3 |
| 2364 | 2026-05-20T06:44:56.116Z | Checking pkcs5 v0.7.1 |
| 2365 | 2026-05-20T06:44:56.246Z | Checking tower-service v0.3.3 |
| 2366 | 2026-05-20T06:44:56.258Z | Checking try-lock v0.2.5 |
| 2367 | 2026-05-20T06:44:56.315Z | Checking aws-lc-rs v1.16.3 |
| 2368 | 2026-05-20T06:44:56.334Z | Checking ipnet v2.11.0 |
| 2369 | 2026-05-20T06:44:56.349Z | Checking want v0.3.1 |
| 2370 | 2026-05-20T06:44:56.361Z | Checking pkcs8 v0.10.2 |
| 2371 | 2026-05-20T06:44:56.396Z | Checking httparse v1.10.1 |
| 2372 | 2026-05-20T06:44:56.418Z | Checking aho-corasick v1.1.4 |
| 2373 | 2026-05-20T06:44:56.464Z | Checking pin-utils v0.1.0 |
| 2374 | 2026-05-20T06:44:56.530Z | Checking httpdate v1.0.3 |
| 2375 | 2026-05-20T06:44:56.530Z | Checking foreign-types-shared v0.1.1 |
| 2376 | 2026-05-20T06:44:56.583Z | Checking dyn-clone v1.0.20 |
| 2377 | 2026-05-20T06:44:56.596Z | Checking fastrand v2.3.0 |
| 2378 | 2026-05-20T06:44:56.616Z | Checking plain v0.2.3 |
| 2379 | 2026-05-20T06:44:56.670Z | Checking foreign-types v0.3.2 |
| 2380 | 2026-05-20T06:44:56.685Z | Checking unicode-normalization v0.1.25 |
| 2381 | 2026-05-20T06:44:56.714Z | Checking semver v1.0.28 |
| 2382 | 2026-05-20T06:44:56.735Z | Checking openssl-sys v0.9.115 |
| 2383 | 2026-05-20T06:44:56.768Z | Checking tempfile v3.25.0 |
| 2384 | 2026-05-20T06:44:56.921Z | Checking spin v0.9.8 |
| 2385 | 2026-05-20T06:44:56.963Z | Checking ucd-trie v0.1.7 |
| 2386 | 2026-05-20T06:44:57.005Z | Checking unicode-ident v1.0.24 |
| 2387 | 2026-05-20T06:44:57.081Z | Checking schemars v0.8.22 |
| 2388 | 2026-05-20T06:44:57.093Z | Checking pest v2.8.6 |
| 2389 | 2026-05-20T06:44:57.104Z | Checking regex-automata v0.4.14 |
| 2390 | 2026-05-20T06:44:57.116Z | Checking openssl v0.10.79 |
| 2391 | 2026-05-20T06:44:57.116Z | Checking proc-macro2 v1.0.106 |
| 2392 | 2026-05-20T06:44:57.119Z | Checking rustls-native-certs v0.8.3 |
| 2393 | 2026-05-20T06:44:57.163Z | Checking rustls-webpki v0.103.9 |
| 2394 | 2026-05-20T06:44:57.211Z | Checking tokio-util v0.7.18 |
| 2395 | 2026-05-20T06:44:57.254Z | Checking thiserror v2.0.18 |
| 2396 | 2026-05-20T06:44:57.353Z | Checking sync_wrapper v1.0.2 |
| 2397 | 2026-05-20T06:44:57.415Z | Checking wait-timeout v0.2.1 |
| 2398 | 2026-05-20T06:44:57.454Z | Checking quick-error v1.2.3 |
| 2399 | 2026-05-20T06:44:57.532Z | Checking anstyle v1.0.13 |
| 2400 | 2026-05-20T06:44:57.551Z | Checking bit-vec v0.8.0 |
| 2401 | 2026-05-20T06:44:57.553Z | Checking rustls v0.23.37 |
| 2402 | 2026-05-20T06:44:57.707Z | Checking powerfmt v0.2.0 |
| 2403 | 2026-05-20T06:44:57.722Z | Checking siphasher v1.0.2 |
| 2404 | 2026-05-20T06:44:57.739Z | Checking utf8parse v0.2.2 |
| 2405 | 2026-05-20T06:44:57.812Z | Checking h2 v0.4.13 |
| 2406 | 2026-05-20T06:44:57.835Z | Checking pretty-hex v0.4.1 |
| 2407 | 2026-05-20T06:44:57.856Z | Checking simd-adler32 v0.3.8 |
| 2408 | 2026-05-20T06:44:57.866Z | Checking deranged v0.5.8 |
| 2409 | 2026-05-20T06:44:57.946Z | Checking anstyle-parse v0.2.7 |
| 2410 | 2026-05-20T06:44:58.021Z | Checking bit-set v0.8.0 |
| 2411 | 2026-05-20T06:44:58.093Z | Checking rusty-fork v0.3.1 |
| 2412 | 2026-05-20T06:44:58.124Z | Checking tower v0.5.3 |
| 2413 | 2026-05-20T06:44:58.160Z | Checking quote v1.0.45 |
| 2414 | 2026-05-20T06:44:58.256Z | Compiling newtype-uuid v1.3.2 |
| 2415 | 2026-05-20T06:44:58.327Z | Checking http-body-util v0.1.3 |
| 2416 | 2026-05-20T06:44:58.429Z | Checking webpki-roots v1.0.6 |
| 2417 | 2026-05-20T06:44:58.498Z | Checking crossbeam-utils v0.8.21 |
| 2418 | 2026-05-20T06:44:58.540Z | Checking rand_xorshift v0.4.0 |
| 2419 | 2026-05-20T06:44:58.544Z | Checking crc32fast v1.5.0 |
| 2420 | 2026-05-20T06:44:58.658Z | Checking scroll v0.13.0 |
| 2421 | 2026-05-20T06:44:58.686Z | Checking signature v2.2.0 |
| 2422 | 2026-05-20T06:44:58.762Z | Checking is_terminal_polyfill v1.70.2 |
| 2423 | 2026-05-20T06:44:58.810Z | Checking time-core v0.1.8 |
| 2424 | 2026-05-20T06:44:58.822Z | Checking anstyle-query v1.1.5 |
| 2425 | 2026-05-20T06:44:58.846Z | Checking num-conv v0.2.0 |
| 2426 | 2026-05-20T06:44:58.876Z | Checking colorchoice v1.0.4 |
| 2427 | 2026-05-20T06:44:58.907Z | Checking num_threads v0.1.7 |
| 2428 | 2026-05-20T06:44:58.919Z | Checking adler2 v2.0.1 |
| 2429 | 2026-05-20T06:44:58.943Z | Checking unarray v0.1.4 |
| 2430 | 2026-05-20T06:44:58.975Z | Checking ryu v1.0.23 |
| 2431 | 2026-05-20T06:44:58.987Z | Checking iri-string v0.7.10 |
| 2432 | 2026-05-20T06:44:59.004Z | Checking allocator-api2 v0.2.21 |
| 2433 | 2026-05-20T06:44:59.033Z | Checking unicode-bidi v0.3.18 |
| 2434 | 2026-05-20T06:44:59.045Z | Checking unicode-properties v0.1.4 |
| 2435 | 2026-05-20T06:44:59.108Z | Checking serde_urlencoded v0.7.1 |
| 2436 | 2026-05-20T06:44:59.124Z | Checking native-tls v0.2.18 |
| 2437 | 2026-05-20T06:44:59.230Z | Checking proptest v1.10.0 |
| 2438 | 2026-05-20T06:44:59.284Z | Checking miniz_oxide v0.8.9 |
| 2439 | 2026-05-20T06:44:59.298Z | Checking tokio-native-tls v0.3.1 |
| 2440 | 2026-05-20T06:44:59.310Z | Checking time v0.3.47 |
| 2441 | 2026-05-20T06:44:59.322Z | Checking stringprep v0.1.5 |
| 2442 | 2026-05-20T06:44:59.449Z | Checking anstream v0.6.21 |
| 2443 | 2026-05-20T06:44:59.468Z | Checking bstr v1.12.1 |
| 2444 | 2026-05-20T06:44:59.643Z | Checking goblin v0.10.5 |
| 2445 | 2026-05-20T06:44:59.655Z | Checking crossbeam-epoch v0.9.18 |
| 2446 | 2026-05-20T06:44:59.853Z | Compiling daft v0.1.5 |
| 2447 | 2026-05-20T06:44:59.875Z | Checking syn v2.0.117 |
| 2448 | 2026-05-20T06:44:59.915Z | Checking tokio-rustls v0.26.4 |
| 2449 | 2026-05-20T06:45:00.006Z | Checking tower-http v0.6.8 |
| 2450 | 2026-05-20T06:45:00.123Z | Checking ipnetwork v0.21.1 |
| 2451 | 2026-05-20T06:45:00.144Z | Checking rand_chacha v0.3.1 |
| 2452 | 2026-05-20T06:45:00.279Z | Checking scroll v0.12.0 |
| 2453 | 2026-05-20T06:45:00.332Z | Checking thiserror v1.0.69 |
| 2454 | 2026-05-20T06:45:00.345Z | Checking hash32 v0.2.1 |
| 2455 | 2026-05-20T06:45:00.427Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2456 | 2026-05-20T06:45:00.430Z | Checking num-integer v0.1.46 |
| 2457 | 2026-05-20T06:45:00.494Z | Checking serde_spanned v0.6.9 |
| 2458 | 2026-05-20T06:45:00.506Z | Checking toml_datetime v0.6.11 |
| 2459 | 2026-05-20T06:45:00.509Z | Checking hyper v1.8.1 |
| 2460 | 2026-05-20T06:45:00.535Z | Checking md-5 v0.10.6 |
| 2461 | 2026-05-20T06:45:00.614Z | Checking ff v0.13.1 |
| 2462 | 2026-05-20T06:45:00.657Z | Checking zlib-rs v0.6.2 |
| 2463 | 2026-05-20T06:45:00.669Z | Checking fallible-iterator v0.2.0 |
| 2464 | 2026-05-20T06:45:00.682Z | Checking base16ct v0.2.0 |
| 2465 | 2026-05-20T06:45:00.738Z | Checking psl-types v2.0.11 |
| 2466 | 2026-05-20T06:45:00.804Z | Checking sec1 v0.7.3 |
| 2467 | 2026-05-20T06:45:00.851Z | Checking publicsuffix v2.3.0 |
| 2468 | 2026-05-20T06:45:00.936Z | Checking postgres-protocol v0.6.10 |
| 2469 | 2026-05-20T06:45:01.005Z | Checking group v0.13.0 |
| 2470 | 2026-05-20T06:45:01.029Z | Compiling iddqd v0.3.18 |
| 2471 | 2026-05-20T06:45:01.147Z | Checking num-iter v0.1.45 |
| 2472 | 2026-05-20T06:45:01.163Z | Checking zstd-safe v7.2.4 |
| 2473 | 2026-05-20T06:45:01.245Z | Checking goblin v0.8.2 |
| 2474 | 2026-05-20T06:45:01.257Z | Checking heapless v0.7.17 |
| 2475 | 2026-05-20T06:45:01.323Z | Checking cookie v0.18.1 |
| 2476 | 2026-05-20T06:45:01.398Z | Checking hyper-util v0.1.20 |
| 2477 | 2026-05-20T06:45:01.521Z | Checking flate2 v1.1.9 |
| 2478 | 2026-05-20T06:45:01.548Z | Checking rand v0.8.6 |
| 2479 | 2026-05-20T06:45:01.653Z | Checking oxnet v0.1.4 |
| 2480 | 2026-05-20T06:45:01.820Z | Checking dtrace-parser v0.3.0 |
| 2481 | 2026-05-20T06:45:01.883Z | Checking phf_shared v0.13.1 |
| 2482 | 2026-05-20T06:45:01.917Z | Checking dof v0.4.0 |
| 2483 | 2026-05-20T06:45:02.053Z | Checking lazy_static v1.5.0 |
| 2484 | 2026-05-20T06:45:02.065Z | Checking pin-project v1.1.11 |
| 2485 | 2026-05-20T06:45:02.077Z | Checking zerocopy v0.7.35 |
| 2486 | 2026-05-20T06:45:02.105Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2487 | 2026-05-20T06:45:02.140Z | Checking signal-hook v0.3.18 |
| 2488 | 2026-05-20T06:45:02.152Z | Checking terminal_size v0.4.3 |
| 2489 | 2026-05-20T06:45:02.155Z | Checking futures-executor v0.3.32 |
| 2490 | 2026-05-20T06:45:02.185Z | Checking hex v0.4.3 |
| 2491 | 2026-05-20T06:45:02.261Z | Checking hkdf v0.12.4 |
| 2492 | 2026-05-20T06:45:02.305Z | Checking crypto-bigint v0.5.5 |
| 2493 | 2026-05-20T06:45:02.321Z | Checking thread-id v5.1.0 |
| 2494 | 2026-05-20T06:45:02.388Z | Checking encoding_rs v0.8.35 |
| 2495 | 2026-05-20T06:45:02.400Z | Checking managed v0.8.0 |
| 2496 | 2026-05-20T06:45:02.403Z | Checking bumpalo v3.20.2 |
| 2497 | 2026-05-20T06:45:02.539Z | Checking libbz2-rs-sys v0.2.2 |
| 2498 | 2026-05-20T06:45:02.552Z | Checking foldhash v0.1.5 |
| 2499 | 2026-05-20T06:45:02.578Z | Checking clap_lex v1.0.0 |
| 2500 | 2026-05-20T06:45:02.605Z | Checking mime v0.3.17 |
| 2501 | 2026-05-20T06:45:02.645Z | Checking hyper-rustls v0.27.7 |
| 2502 | 2026-05-20T06:45:02.674Z | Checking hyper-tls v0.6.0 |
| 2503 | 2026-05-20T06:45:02.723Z | Checking winnow v0.7.14 |
| 2504 | 2026-05-20T06:45:02.772Z | Checking strsim v0.11.1 |
| 2505 | 2026-05-20T06:45:02.842Z | Checking foldhash v0.2.0 |
| 2506 | 2026-05-20T06:45:02.852Z | Checking same-file v1.0.6 |
| 2507 | 2026-05-20T06:45:02.924Z | Checking either v1.15.0 |
| 2508 | 2026-05-20T06:45:02.936Z | Checking bitflags v1.3.2 |
| 2509 | 2026-05-20T06:45:02.962Z | Compiling rayon-core v1.13.0 |
| 2510 | 2026-05-20T06:45:02.991Z | Checking winnow v0.5.40 |
| 2511 | 2026-05-20T06:45:03.002Z | Checking smoltcp v0.9.1 |
| 2512 | 2026-05-20T06:45:03.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2513 | 2026-05-20T06:45:03.143Z | Checking dof v0.3.0 |
| 2514 | 2026-05-20T06:45:03.156Z | Checking hashbrown v0.16.1 |
| 2515 | 2026-05-20T06:45:03.191Z | Checking elliptic-curve v0.13.8 |
| 2516 | 2026-05-20T06:45:03.285Z | Checking walkdir v2.5.0 |
| 2517 | 2026-05-20T06:45:03.317Z | Checking reqwest v0.12.28 |
| 2518 | 2026-05-20T06:45:03.416Z | Checking clap_builder v4.5.60 |
| 2519 | 2026-05-20T06:45:03.441Z | Checking bzip2 v0.6.1 |
| 2520 | 2026-05-20T06:45:03.494Z | Checking hashbrown v0.15.5 |
| 2521 | 2026-05-20T06:45:03.577Z | Checking zopfli v0.8.3 |
| 2522 | 2026-05-20T06:45:03.601Z | Checking usdt-impl v0.6.0 |
| 2523 | 2026-05-20T06:45:03.643Z | Checking signal-hook-mio v0.2.5 |
| 2524 | 2026-05-20T06:45:03.743Z | Checking futures v0.3.32 |
| 2525 | 2026-05-20T06:45:03.819Z | Checking bzip2 v0.4.4 |
| 2526 | 2026-05-20T06:45:03.871Z | Checking snafu v0.8.9 |
| 2527 | 2026-05-20T06:45:03.883Z | Checking num-bigint-dig v0.8.6 |
| 2528 | 2026-05-20T06:45:03.894Z | Checking phf v0.13.1 |
| 2529 | 2026-05-20T06:45:03.992Z | Checking cookie_store v0.22.1 |
| 2530 | 2026-05-20T06:45:04.057Z | Checking zstd v0.13.3 |
| 2531 | 2026-05-20T06:45:04.124Z | Checking postgres-types v0.2.12 |
| 2532 | 2026-05-20T06:45:04.159Z | Checking toml_edit v0.19.15 |
| 2533 | 2026-05-20T06:45:04.170Z | Checking dtrace-parser v0.2.0 |
| 2534 | 2026-05-20T06:45:04.195Z | Checking rustls-platform-verifier v0.6.2 |
| 2535 | 2026-05-20T06:45:04.242Z | Checking crossbeam-deque v0.8.6 |
| 2536 | 2026-05-20T06:45:04.323Z | Checking globset v0.4.18 |
| 2537 | 2026-05-20T06:45:04.335Z | Checking regex v1.12.3 |
| 2538 | 2026-05-20T06:45:04.401Z | Checking ed25519 v2.2.3 |
| 2539 | 2026-05-20T06:45:04.416Z | Checking phf_shared v0.11.3 |
| 2540 | 2026-05-20T06:45:04.428Z | Checking olpc-cjson v0.1.4 |
| 2541 | 2026-05-20T06:45:04.553Z | Checking curve25519-dalek v4.1.3 |
| 2542 | 2026-05-20T06:45:04.553Z | Checking ref-cast v1.0.25 |
| 2543 | 2026-05-20T06:45:04.578Z | Checking strum v0.27.2 |
| 2544 | 2026-05-20T06:45:04.586Z | Checking hubpack v0.1.2 |
| 2545 | 2026-05-20T06:45:04.604Z | Checking memoffset v0.9.1 |
| 2546 | 2026-05-20T06:45:04.647Z | Checking rustix v0.38.44 |
| 2547 | 2026-05-20T06:45:04.673Z | Checking pkcs1 v0.7.5 |
| 2548 | 2026-05-20T06:45:04.685Z | Checking pem v3.0.6 |
| 2549 | 2026-05-20T06:45:04.688Z | Checking float-cmp v0.10.0 |
| 2550 | 2026-05-20T06:45:04.707Z | Checking erased-serde v0.3.31 |
| 2551 | 2026-05-20T06:45:04.743Z | Checking serde-big-array v0.5.1 |
| 2552 | 2026-05-20T06:45:04.815Z | Checking serde_plain v1.0.2 |
| 2553 | 2026-05-20T06:45:04.830Z | Checking rfc6979 v0.4.0 |
| 2554 | 2026-05-20T06:45:04.869Z | Checking memmap2 v0.9.10 |
| 2555 | 2026-05-20T06:45:04.872Z | Checking thread-id v4.2.2 |
| 2556 | 2026-05-20T06:45:04.941Z | Checking env_filter v1.0.0 |
| 2557 | 2026-05-20T06:45:04.953Z | Checking data-encoding v2.10.0 |
| 2558 | 2026-05-20T06:45:04.957Z | Checking whoami v2.1.0 |
| 2559 | 2026-05-20T06:45:05.035Z | Checking static_assertions v1.1.0 |
| 2560 | 2026-05-20T06:45:05.079Z | Checking fixedbitset v0.4.2 |
| 2561 | 2026-05-20T06:45:05.079Z | Checking toml_write v0.1.2 |
| 2562 | 2026-05-20T06:45:05.103Z | Checking unicode-segmentation v1.12.0 |
| 2563 | 2026-05-20T06:45:05.152Z | Checking typed-path v0.9.3 |
| 2564 | 2026-05-20T06:45:05.181Z | Checking jiff v0.2.21 |
| 2565 | 2026-05-20T06:45:05.218Z | Checking predicates-core v1.0.10 |
| 2566 | 2026-05-20T06:45:05.230Z | Checking difflib v0.4.0 |
| 2567 | 2026-05-20T06:45:05.248Z | Checking fixedbitset v0.5.7 |
| 2568 | 2026-05-20T06:45:05.326Z | Checking rustc-hash v2.1.1 |
| 2569 | 2026-05-20T06:45:05.338Z | Checking new_debug_unreachable v1.0.6 |
| 2570 | 2026-05-20T06:45:05.399Z | Checking keccak v0.1.6 |
| 2571 | 2026-05-20T06:45:05.411Z | Checking precomputed-hash v0.1.1 |
| 2572 | 2026-05-20T06:45:05.414Z | Checking normalize-line-endings v0.3.0 |
| 2573 | 2026-05-20T06:45:05.432Z | Checking crossterm v0.28.1 |
| 2574 | 2026-05-20T06:45:05.454Z | Checking petgraph v0.8.3 |
| 2575 | 2026-05-20T06:45:05.484Z | Checking string_cache v0.8.9 |
| 2576 | 2026-05-20T06:45:05.504Z | Checking predicates v3.1.4 |
| 2577 | 2026-05-20T06:45:05.559Z | Checking sha3 v0.10.8 |
| 2578 | 2026-05-20T06:45:05.646Z | Checking similar v2.7.0 |
| 2579 | 2026-05-20T06:45:05.759Z | Checking ed25519-dalek v2.2.0 |
| 2580 | 2026-05-20T06:45:05.799Z | Checking toml_edit v0.22.27 |
| 2581 | 2026-05-20T06:45:05.916Z | Checking tough v0.22.0 |
| 2582 | 2026-05-20T06:45:05.980Z | Checking petgraph v0.6.5 |
| 2583 | 2026-05-20T06:45:06.018Z | Checking hickory-proto v0.25.2 |
| 2584 | 2026-05-20T06:45:06.123Z | Checking toml v0.7.8 |
| 2585 | 2026-05-20T06:45:06.269Z | Checking tokio-postgres v0.7.16 |
| 2586 | 2026-05-20T06:45:06.424Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2587 | 2026-05-20T06:45:06.863Z | Checking slog v2.8.2 |
| 2588 | 2026-05-20T06:45:07.011Z | Checking env_logger v0.11.9 |
| 2589 | 2026-05-20T06:45:07.129Z | Checking usdt v0.6.0 |
| 2590 | 2026-05-20T06:45:07.198Z | Checking usdt-impl v0.5.0 |
| 2591 | 2026-05-20T06:45:07.210Z | Checking ecdsa v0.16.9 |
| 2592 | 2026-05-20T06:45:07.293Z | Checking rsa v0.9.10 |
| 2593 | 2026-05-20T06:45:07.380Z | Checking zip v4.6.1 |
| 2594 | 2026-05-20T06:45:07.474Z | Checking nix v0.31.2 |
| 2595 | 2026-05-20T06:45:07.494Z | Checking clap v4.5.60 |
| 2596 | 2026-05-20T06:45:07.570Z | Checking reqwest v0.13.2 |
| 2597 | 2026-05-20T06:45:07.753Z | Checking zip v0.6.6 |
| 2598 | 2026-05-20T06:45:07.866Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2599 | 2026-05-20T06:45:07.912Z | Checking itertools v0.13.0 |
| 2600 | 2026-05-20T06:45:07.941Z | Checking serde_with v3.17.0 |
| 2601 | 2026-05-20T06:45:08.073Z | Checking strum v0.26.3 |
| 2602 | 2026-05-20T06:45:08.183Z | Checking fs-err v3.3.0 |
| 2603 | 2026-05-20T06:45:08.194Z | Checking ahash v0.8.12 |
| 2604 | 2026-05-20T06:45:08.383Z | Checking object v0.37.3 |
| 2605 | 2026-05-20T06:45:08.395Z | Checking tokio-stream v0.1.18 |
| 2606 | 2026-05-20T06:45:08.452Z | Checking buf-list v1.1.2 |
| 2607 | 2026-05-20T06:45:08.475Z | Checking camino v1.2.2 |
| 2608 | 2026-05-20T06:45:08.628Z | Checking anyhow v1.0.102 |
| 2609 | 2026-05-20T06:45:08.654Z | Checking x509-cert v0.2.5 |
| 2610 | 2026-05-20T06:45:08.720Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2611 | 2026-05-20T06:45:08.763Z | Checking openapiv3 v2.2.0 |
| 2612 | 2026-05-20T06:45:08.776Z | Checking sha1 v0.10.6 |
| 2613 | 2026-05-20T06:45:08.822Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2614 | 2026-05-20T06:45:08.917Z | Checking peg-runtime v0.8.5 |
| 2615 | 2026-05-20T06:45:08.933Z | Checking lalrpop-util v0.19.12 |
| 2616 | 2026-05-20T06:45:08.991Z | Checking rayon v1.11.0 |
| 2617 | 2026-05-20T06:45:09.034Z | Checking sigpipe v0.1.3 |
| 2618 | 2026-05-20T06:45:09.061Z | Checking glob v0.3.3 |
| 2619 | 2026-05-20T06:45:10.574Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2620 | 2026-05-20T06:45:10.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s |
| 2621 | 2026-05-20T06:45:11.020Z | |
| 2622 | 2026-05-20T06:45:11.020Z | info: running `cargo check --bins` on internal-dns-types (77/276) |
| 2623 | 2026-05-20T06:45:11.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2026-05-20T06:45:11.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2026-05-20T06:45:11.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2026-05-20T06:45:11.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2627 | 2026-05-20T06:45:11.614Z | |
| 2628 | 2026-05-20T06:45:11.614Z | info: running `cargo check --bins` on internal-dns-types-versions (78/276) |
| 2629 | 2026-05-20T06:45:12.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2026-05-20T06:45:12.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2026-05-20T06:45:12.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2026-05-20T06:45:12.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2633 | 2026-05-20T06:45:12.208Z | |
| 2634 | 2026-05-20T06:45:12.208Z | info: running `cargo check --bins` on nexus-types-versions (79/276) |
| 2635 | 2026-05-20T06:45:12.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2026-05-20T06:45:12.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2026-05-20T06:45:12.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2638 | 2026-05-20T06:45:12.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2639 | 2026-05-20T06:45:12.811Z | |
| 2640 | 2026-05-20T06:45:12.811Z | info: running `cargo check --bins` on oxql-types (80/276) |
| 2641 | 2026-05-20T06:45:13.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2642 | 2026-05-20T06:45:13.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2643 | 2026-05-20T06:45:13.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2644 | 2026-05-20T06:45:13.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2645 | 2026-05-20T06:45:13.408Z | |
| 2646 | 2026-05-20T06:45:13.408Z | info: running `cargo check --bins` on oximeter-types (81/276) |
| 2647 | 2026-05-20T06:45:13.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2648 | 2026-05-20T06:45:13.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2649 | 2026-05-20T06:45:13.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2650 | 2026-05-20T06:45:13.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2651 | 2026-05-20T06:45:14.005Z | |
| 2652 | 2026-05-20T06:45:14.005Z | info: running `cargo check --bins` on oximeter-types-versions (82/276) |
| 2653 | 2026-05-20T06:45:14.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2654 | 2026-05-20T06:45:14.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2655 | 2026-05-20T06:45:14.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2656 | 2026-05-20T06:45:14.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2657 | 2026-05-20T06:45:14.606Z | |
| 2658 | 2026-05-20T06:45:14.606Z | info: running `cargo check --bins` on oximeter-macro-impl (83/276) |
| 2659 | 2026-05-20T06:45:15.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2660 | 2026-05-20T06:45:15.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2661 | 2026-05-20T06:45:15.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2662 | 2026-05-20T06:45:15.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2663 | 2026-05-20T06:45:15.185Z | |
| 2664 | 2026-05-20T06:45:15.186Z | info: running `cargo check --bins --no-default-features` on oximeter-db (84/276) |
| 2665 | 2026-05-20T06:45:15.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2666 | 2026-05-20T06:45:15.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2667 | 2026-05-20T06:45:15.867Z | Compiling structmeta-derive v0.3.0 |
| 2668 | 2026-05-20T06:45:15.985Z | Compiling rustls v0.22.4 |
| 2669 | 2026-05-20T06:45:15.995Z | Compiling multer v3.1.0 |
| 2670 | 2026-05-20T06:45:16.005Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2671 | 2026-05-20T06:45:16.005Z | Compiling async-stream-impl v0.3.6 |
| 2672 | 2026-05-20T06:45:16.026Z | Compiling dropshot v0.17.0 |
| 2673 | 2026-05-20T06:45:16.042Z | Compiling dropshot_endpoint v0.17.0 |
| 2674 | 2026-05-20T06:45:16.042Z | Compiling newtype-uuid-macros v0.1.0 |
| 2675 | 2026-05-20T06:45:16.158Z | Checking newtype-uuid v1.3.2 |
| 2676 | 2026-05-20T06:45:16.219Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2677 | 2026-05-20T06:45:16.256Z | Checking rustls-webpki v0.102.8 |
| 2678 | 2026-05-20T06:45:16.359Z | Checking daft v0.1.5 |
| 2679 | 2026-05-20T06:45:16.380Z | Checking thread_local v1.1.9 |
| 2680 | 2026-05-20T06:45:16.547Z | Checking compression-core v0.4.31 |
| 2681 | 2026-05-20T06:45:16.584Z | Checking match_cfg v0.1.0 |
| 2682 | 2026-05-20T06:45:16.599Z | Checking iddqd v0.3.18 |
| 2683 | 2026-05-20T06:45:16.614Z | Checking crossbeam-channel v0.5.15 |
| 2684 | 2026-05-20T06:45:16.657Z | Checking hostname v0.3.1 |
| 2685 | 2026-05-20T06:45:16.669Z | Checking compression-codecs v0.4.37 |
| 2686 | 2026-05-20T06:45:16.750Z | Checking slog-json v2.6.1 |
| 2687 | 2026-05-20T06:45:16.790Z | Checking is-terminal v0.4.17 |
| 2688 | 2026-05-20T06:45:16.832Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2689 | 2026-05-20T06:45:16.880Z | Checking serde_spanned v1.0.4 |
| 2690 | 2026-05-20T06:45:16.901Z | Checking take_mut v0.2.2 |
| 2691 | 2026-05-20T06:45:16.944Z | Checking term v1.2.1 |
| 2692 | 2026-05-20T06:45:17.003Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2693 | 2026-05-20T06:45:17.014Z | Checking debug-ignore v1.0.5 |
| 2694 | 2026-05-20T06:45:17.026Z | Compiling structmeta v0.3.0 |
| 2695 | 2026-05-20T06:45:17.039Z | Checking slog-async v2.8.0 |
| 2696 | 2026-05-20T06:45:17.112Z | Checking slog-bunyan v2.5.0 |
| 2697 | 2026-05-20T06:45:17.159Z | Checking slog-term v2.9.2 |
| 2698 | 2026-05-20T06:45:17.173Z | Checking toml v1.0.6+spec-1.1.0 |
| 2699 | 2026-05-20T06:45:17.205Z | Checking async-compression v0.4.41 |
| 2700 | 2026-05-20T06:45:17.223Z | Checking async-stream v0.3.6 |
| 2701 | 2026-05-20T06:45:17.235Z | Compiling derive-ex v0.1.8 |
| 2702 | 2026-05-20T06:45:17.349Z | Compiling parse-display-derive v0.10.0 |
| 2703 | 2026-05-20T06:45:17.411Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2704 | 2026-05-20T06:45:17.440Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2705 | 2026-05-20T06:45:17.443Z | Checking progenitor-client v0.14.0 |
| 2706 | 2026-05-20T06:45:17.513Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2707 | 2026-05-20T06:45:17.654Z | Checking waitgroup v0.1.2 |
| 2708 | 2026-05-20T06:45:17.681Z | Checking backon v1.6.0 |
| 2709 | 2026-05-20T06:45:17.737Z | Checking rustls-pemfile v2.2.0 |
| 2710 | 2026-05-20T06:45:17.763Z | Checking serde_path_to_error v0.1.20 |
| 2711 | 2026-05-20T06:45:17.777Z | Checking hostname v0.4.2 |
| 2712 | 2026-05-20T06:45:17.843Z | Checking instant v0.1.13 |
| 2713 | 2026-05-20T06:45:17.927Z | Checking backoff v0.4.0 |
| 2714 | 2026-05-20T06:45:18.025Z | Checking progenitor-extras v0.2.0 |
| 2715 | 2026-05-20T06:45:18.075Z | Checking tokio-rustls v0.25.0 |
| 2716 | 2026-05-20T06:45:18.087Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2717 | 2026-05-20T06:45:18.100Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2026-05-20T06:45:18.270Z | Checking itertools v0.14.0 |
| 2719 | 2026-05-20T06:45:18.297Z | Checking progenitor-client v0.10.0 |
| 2720 | 2026-05-20T06:45:18.460Z | Checking regress v0.10.5 |
| 2721 | 2026-05-20T06:45:18.502Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2722 | 2026-05-20T06:45:18.723Z | Checking macaddr v1.0.1 |
| 2723 | 2026-05-20T06:45:18.896Z | Compiling test-strategy v0.4.5 |
| 2724 | 2026-05-20T06:45:19.015Z | Checking parse-display v0.10.0 |
| 2725 | 2026-05-20T06:45:20.072Z | Compiling prettyplease v0.2.37 |
| 2726 | 2026-05-20T06:45:20.413Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2727 | 2026-05-20T06:45:20.537Z | Checking num-rational v0.4.2 |
| 2728 | 2026-05-20T06:45:20.774Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2729 | 2026-05-20T06:45:21.023Z | Checking num-complex v0.4.6 |
| 2730 | 2026-05-20T06:45:21.598Z | Checking num v0.4.3 |
| 2731 | 2026-05-20T06:45:21.673Z | Compiling usdt-attr-macro v0.5.0 |
| 2732 | 2026-05-20T06:45:21.686Z | Compiling usdt-macro v0.5.0 |
| 2733 | 2026-05-20T06:45:21.814Z | Checking memmap v0.7.0 |
| 2734 | 2026-05-20T06:45:21.835Z | Checking float-ord v0.3.2 |
| 2735 | 2026-05-20T06:45:21.944Z | Checking unicode-width v0.2.0 |
| 2736 | 2026-05-20T06:45:21.944Z | Compiling convert_case v0.4.0 |
| 2737 | 2026-05-20T06:45:22.194Z | Checking console v0.15.11 |
| 2738 | 2026-05-20T06:45:22.333Z | Compiling derive_more v0.99.20 |
| 2739 | 2026-05-20T06:45:22.395Z | Checking newline-converter v0.3.0 |
| 2740 | 2026-05-20T06:45:22.432Z | Checking usdt v0.5.0 |
| 2741 | 2026-05-20T06:45:22.474Z | Checking atomicwrites v0.4.4 |
| 2742 | 2026-05-20T06:45:22.503Z | Compiling toml v0.8.23 |
| 2743 | 2026-05-20T06:45:22.600Z | Checking linked-hash-map v0.5.6 |
| 2744 | 2026-05-20T06:45:22.605Z | Compiling minimal-lexical v0.2.1 |
| 2745 | 2026-05-20T06:45:22.781Z | Checking lru-cache v0.1.2 |
| 2746 | 2026-05-20T06:45:22.856Z | Compiling nom v7.1.3 |
| 2747 | 2026-05-20T06:45:22.904Z | Checking expectorate v1.2.0 |
| 2748 | 2026-05-20T06:45:23.441Z | Checking camino-tempfile v1.4.1 |
| 2749 | 2026-05-20T06:45:23.604Z | Checking hickory-proto v0.24.4 |
| 2750 | 2026-05-20T06:45:23.607Z | Checking phf_shared v0.12.1 |
| 2751 | 2026-05-20T06:45:23.761Z | Compiling slog-dtrace v0.3.0 |
| 2752 | 2026-05-20T06:45:23.889Z | Checking heck v0.5.0 |
| 2753 | 2026-05-20T06:45:23.954Z | Compiling chrono-tz v0.10.4 |
| 2754 | 2026-05-20T06:45:24.047Z | Checking resolv-conf v0.7.6 |
| 2755 | 2026-05-20T06:45:24.168Z | Compiling const_format_proc_macros v0.2.34 |
| 2756 | 2026-05-20T06:45:24.227Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2757 | 2026-05-20T06:45:24.286Z | Checking phf v0.12.1 |
| 2758 | 2026-05-20T06:45:24.324Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2759 | 2026-05-20T06:45:24.427Z | Checking tokio-dtrace v0.1.1 |
| 2760 | 2026-05-20T06:45:24.613Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2761 | 2026-05-20T06:45:24.699Z | Compiling derive-where v1.6.0 |
| 2762 | 2026-05-20T06:45:24.863Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2763 | 2026-05-20T06:45:25.141Z | Checking highway v1.3.0 |
| 2764 | 2026-05-20T06:45:25.370Z | Checking const_format v0.2.35 |
| 2765 | 2026-05-20T06:45:25.441Z | Checking hickory-resolver v0.24.4 |
| 2766 | 2026-05-20T06:45:25.600Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2767 | 2026-05-20T06:45:25.700Z | Checking oxide-tokio-rt v0.1.4 |
| 2768 | 2026-05-20T06:45:25.842Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2769 | 2026-05-20T06:45:26.046Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2770 | 2026-05-20T06:45:26.072Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2771 | 2026-05-20T06:45:26.087Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2772 | 2026-05-20T06:45:26.151Z | Checking qorb v0.4.1 |
| 2773 | 2026-05-20T06:45:26.235Z | Checking gethostname v0.5.0 |
| 2774 | 2026-05-20T06:45:26.250Z | Checking bcs v0.1.6 |
| 2775 | 2026-05-20T06:45:26.267Z | Checking termtree v0.5.1 |
| 2776 | 2026-05-20T06:45:29.467Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2777 | 2026-05-20T06:45:32.172Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2778 | 2026-05-20T06:45:34.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s |
| 2779 | 2026-05-20T06:45:34.481Z | |
| 2780 | 2026-05-20T06:45:34.481Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276) |
| 2781 | 2026-05-20T06:45:35.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2026-05-20T06:45:35.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2026-05-20T06:45:35.169Z | Compiling ar_archive_writer v0.5.1 |
| 2784 | 2026-05-20T06:45:35.281Z | Compiling stacker v0.1.23 |
| 2785 | 2026-05-20T06:45:35.287Z | Compiling cfg_aliases v0.1.1 |
| 2786 | 2026-05-20T06:45:35.294Z | Compiling convert_case v0.10.0 |
| 2787 | 2026-05-20T06:45:35.297Z | Checking unicode-width v0.1.14 |
| 2788 | 2026-05-20T06:45:35.309Z | Compiling proc-macro-error v1.0.4 |
| 2789 | 2026-05-20T06:45:35.320Z | Checking fd-lock v4.0.4 |
| 2790 | 2026-05-20T06:45:35.320Z | Checking nibble_vec v0.1.0 |
| 2791 | 2026-05-20T06:45:35.343Z | Compiling nix v0.28.0 |
| 2792 | 2026-05-20T06:45:35.427Z | Checking vte v0.14.1 |
| 2793 | 2026-05-20T06:45:35.444Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2794 | 2026-05-20T06:45:35.529Z | Checking bytecount v0.6.9 |
| 2795 | 2026-05-20T06:45:35.529Z | Checking endian-type v0.1.2 |
| 2796 | 2026-05-20T06:45:35.573Z | Checking strip-ansi-escapes v0.2.1 |
| 2797 | 2026-05-20T06:45:35.592Z | Compiling derive_more-impl v2.1.1 |
| 2798 | 2026-05-20T06:45:35.604Z | Compiling tabled_derive v0.7.0 |
| 2799 | 2026-05-20T06:45:35.636Z | Checking papergrid v0.11.0 |
| 2800 | 2026-05-20T06:45:35.673Z | Checking radix_trie v0.2.1 |
| 2801 | 2026-05-20T06:45:35.699Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2802 | 2026-05-20T06:45:35.834Z | Compiling peg-macros v0.8.5 |
| 2803 | 2026-05-20T06:45:35.879Z | Checking winnow v0.6.26 |
| 2804 | 2026-05-20T06:45:36.119Z | Compiling psm v0.1.30 |
| 2805 | 2026-05-20T06:45:36.157Z | Compiling sqlparser_derive v0.5.0 |
| 2806 | 2026-05-20T06:45:36.264Z | Checking nu-ansi-term v0.50.3 |
| 2807 | 2026-05-20T06:45:36.388Z | Checking derive_more v2.1.1 |
| 2808 | 2026-05-20T06:45:36.466Z | Checking home v0.5.12 |
| 2809 | 2026-05-20T06:45:36.478Z | Checking unicode_categories v0.1.1 |
| 2810 | 2026-05-20T06:45:36.558Z | Checking tabled v0.15.0 |
| 2811 | 2026-05-20T06:45:36.572Z | Checking reedline v0.40.0 |
| 2812 | 2026-05-20T06:45:36.630Z | Checking rustyline v14.0.0 |
| 2813 | 2026-05-20T06:45:36.630Z | Checking crossterm v0.29.0 |
| 2814 | 2026-05-20T06:45:36.874Z | Checking recursive v0.1.1 |
| 2815 | 2026-05-20T06:45:36.917Z | Checking display-error-chain v0.2.2 |
| 2816 | 2026-05-20T06:45:36.965Z | Checking sqlparser v0.61.0 |
| 2817 | 2026-05-20T06:45:37.007Z | Checking sqlformat v0.3.5 |
| 2818 | 2026-05-20T06:45:37.166Z | Checking peg v0.8.5 |
| 2819 | 2026-05-20T06:45:47.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
| 2820 | 2026-05-20T06:45:48.180Z | |
| 2821 | 2026-05-20T06:45:48.180Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276) |
| 2822 | 2026-05-20T06:45:48.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2026-05-20T06:45:48.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2026-05-20T06:45:48.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2825 | 2026-05-20T06:45:52.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s |
| 2826 | 2026-05-20T06:45:52.462Z | |
| 2827 | 2026-05-20T06:45:52.462Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276) |
| 2828 | 2026-05-20T06:45:52.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2026-05-20T06:45:52.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2026-05-20T06:45:53.148Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2831 | 2026-05-20T06:45:55.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s |
| 2832 | 2026-05-20T06:45:55.762Z | |
| 2833 | 2026-05-20T06:45:55.762Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276) |
| 2834 | 2026-05-20T06:45:56.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2026-05-20T06:45:56.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2026-05-20T06:45:56.439Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2837 | 2026-05-20T06:45:59.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 2838 | 2026-05-20T06:45:59.834Z | |
| 2839 | 2026-05-20T06:45:59.834Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276) |
| 2840 | 2026-05-20T06:46:00.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2026-05-20T06:46:00.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2026-05-20T06:46:00.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2843 | 2026-05-20T06:46:03.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
| 2844 | 2026-05-20T06:46:03.940Z | |
| 2845 | 2026-05-20T06:46:03.940Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276) |
| 2846 | 2026-05-20T06:46:04.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2026-05-20T06:46:04.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2026-05-20T06:46:04.621Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2849 | 2026-05-20T06:46:07.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s |
| 2850 | 2026-05-20T06:46:07.357Z | |
| 2851 | 2026-05-20T06:46:07.357Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276) |
| 2852 | 2026-05-20T06:46:07.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2026-05-20T06:46:07.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2026-05-20T06:46:08.032Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2855 | 2026-05-20T06:46:10.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
| 2856 | 2026-05-20T06:46:10.845Z | |
| 2857 | 2026-05-20T06:46:10.845Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276) |
| 2858 | 2026-05-20T06:46:11.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2026-05-20T06:46:11.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2026-05-20T06:46:11.523Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2861 | 2026-05-20T06:46:14.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
| 2862 | 2026-05-20T06:46:15.084Z | |
| 2863 | 2026-05-20T06:46:15.084Z | info: running `cargo check --bins` on oximeter (93/276) |
| 2864 | 2026-05-20T06:46:15.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2026-05-20T06:46:15.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2026-05-20T06:46:15.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2026-05-20T06:46:15.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2868 | 2026-05-20T06:46:15.688Z | |
| 2869 | 2026-05-20T06:46:15.688Z | info: running `cargo check --bins` on oximeter-schema (94/276) |
| 2870 | 2026-05-20T06:46:16.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2026-05-20T06:46:16.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2026-05-20T06:46:16.327Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2873 | 2026-05-20T06:46:16.491Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2874 | 2026-05-20T06:46:16.494Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2875 | 2026-05-20T06:46:16.825Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2876 | 2026-05-20T06:46:19.669Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2877 | 2026-05-20T06:46:20.870Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2878 | 2026-05-20T06:46:21.034Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2879 | 2026-05-20T06:46:21.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
| 2880 | 2026-05-20T06:46:21.882Z | |
| 2881 | 2026-05-20T06:46:21.882Z | info: running `cargo check --bins` on oximeter-timeseries-macro (95/276) |
| 2882 | 2026-05-20T06:46:22.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2883 | 2026-05-20T06:46:22.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2884 | 2026-05-20T06:46:22.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2885 | 2026-05-20T06:46:22.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2886 | 2026-05-20T06:46:22.471Z | |
| 2887 | 2026-05-20T06:46:22.472Z | info: running `cargo check --bins` on oximeter-test-utils (96/276) |
| 2888 | 2026-05-20T06:46:23.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2889 | 2026-05-20T06:46:23.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2890 | 2026-05-20T06:46:23.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2891 | 2026-05-20T06:46:23.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2892 | 2026-05-20T06:46:23.104Z | |
| 2893 | 2026-05-20T06:46:23.104Z | info: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276) |
| 2894 | 2026-05-20T06:46:23.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2895 | 2026-05-20T06:46:23.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2896 | 2026-05-20T06:46:23.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2897 | 2026-05-20T06:46:23.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2898 | 2026-05-20T06:46:23.701Z | |
| 2899 | 2026-05-20T06:46:23.701Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276) |
| 2900 | 2026-05-20T06:46:24.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2901 | 2026-05-20T06:46:24.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2902 | 2026-05-20T06:46:24.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2903 | 2026-05-20T06:46:24.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2904 | 2026-05-20T06:46:24.308Z | |
| 2905 | 2026-05-20T06:46:24.308Z | info: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276) |
| 2906 | 2026-05-20T06:46:24.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2907 | 2026-05-20T06:46:24.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2908 | 2026-05-20T06:46:24.818Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2909 | 2026-05-20T06:46:24.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2910 | 2026-05-20T06:46:24.906Z | |
| 2911 | 2026-05-20T06:46:24.906Z | info: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276) |
| 2912 | 2026-05-20T06:46:25.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2913 | 2026-05-20T06:46:25.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2914 | 2026-05-20T06:46:25.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2915 | 2026-05-20T06:46:25.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2916 | 2026-05-20T06:46:25.506Z | |
| 2917 | 2026-05-20T06:46:25.506Z | info: running `cargo check --bins` on trust-quorum-types (101/276) |
| 2918 | 2026-05-20T06:46:25.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2919 | 2026-05-20T06:46:26.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2920 | 2026-05-20T06:46:26.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2921 | 2026-05-20T06:46:26.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2922 | 2026-05-20T06:46:26.087Z | |
| 2923 | 2026-05-20T06:46:26.087Z | info: running `cargo check --bins` on trust-quorum-test-utils (102/276) |
| 2924 | 2026-05-20T06:46:26.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2925 | 2026-05-20T06:46:26.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2926 | 2026-05-20T06:46:26.598Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2927 | 2026-05-20T06:46:26.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2928 | 2026-05-20T06:46:26.688Z | |
| 2929 | 2026-05-20T06:46:26.688Z | info: running `cargo check --bins` on update-engine (103/276) |
| 2930 | 2026-05-20T06:46:27.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2931 | 2026-05-20T06:46:27.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2932 | 2026-05-20T06:46:27.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2933 | 2026-05-20T06:46:27.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2934 | 2026-05-20T06:46:27.265Z | |
| 2935 | 2026-05-20T06:46:27.265Z | info: running `cargo check --bins` on omicron-clickhouse-admin (104/276) |
| 2936 | 2026-05-20T06:46:27.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2937 | 2026-05-20T06:46:27.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2938 | 2026-05-20T06:46:27.974Z | Compiling crucible-workspace-hack v0.1.0 |
| 2939 | 2026-05-20T06:46:28.091Z | Checking secrecy v0.10.3 |
| 2940 | 2026-05-20T06:46:28.098Z | Compiling heapless v0.8.0 |
| 2941 | 2026-05-20T06:46:28.106Z | Compiling ingot-macros v0.1.1 |
| 2942 | 2026-05-20T06:46:28.112Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2943 | 2026-05-20T06:46:28.115Z | Checking hash32 v0.3.1 |
| 2944 | 2026-05-20T06:46:28.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2945 | 2026-05-20T06:46:28.133Z | Compiling smoltcp v0.11.0 |
| 2946 | 2026-05-20T06:46:28.192Z | Checking cobs v0.3.0 |
| 2947 | 2026-05-20T06:46:28.239Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2948 | 2026-05-20T06:46:28.342Z | Checking universal-hash v0.5.1 |
| 2949 | 2026-05-20T06:46:28.353Z | Checking half v2.7.1 |
| 2950 | 2026-05-20T06:46:28.379Z | Checking ciborium-io v0.2.2 |
| 2951 | 2026-05-20T06:46:28.462Z | Checking opaque-debug v0.3.1 |
| 2952 | 2026-05-20T06:46:28.495Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2953 | 2026-05-20T06:46:28.508Z | Checking postcard v1.1.3 |
| 2954 | 2026-05-20T06:46:28.541Z | Checking poly1305 v0.8.0 |
| 2955 | 2026-05-20T06:46:28.603Z | Checking ciborium-ll v0.2.2 |
| 2956 | 2026-05-20T06:46:28.671Z | Compiling proc-macro-crate v3.4.0 |
| 2957 | 2026-05-20T06:46:28.793Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2958 | 2026-05-20T06:46:28.796Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2959 | 2026-05-20T06:46:28.818Z | Checking password-hash v0.5.0 |
| 2960 | 2026-05-20T06:46:29.053Z | Checking chacha20 v0.9.1 |
| 2961 | 2026-05-20T06:46:29.073Z | Compiling proc-macro-crate v1.3.1 |
| 2962 | 2026-05-20T06:46:29.100Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2963 | 2026-05-20T06:46:29.137Z | Checking blake2 v0.10.6 |
| 2964 | 2026-05-20T06:46:29.240Z | Compiling num_enum_derive v0.7.5 |
| 2965 | 2026-05-20T06:46:29.253Z | Checking aead v0.5.2 |
| 2966 | 2026-05-20T06:46:29.339Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2967 | 2026-05-20T06:46:29.374Z | Compiling foreign-types-macros v0.2.3 |
| 2968 | 2026-05-20T06:46:29.393Z | Checking thiserror-no-std v2.0.2 |
| 2969 | 2026-05-20T06:46:29.396Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2970 | 2026-05-20T06:46:29.480Z | Checking foreign-types-shared v0.3.1 |
| 2971 | 2026-05-20T06:46:29.494Z | Checking cpufeatures v0.3.0 |
| 2972 | 2026-05-20T06:46:29.539Z | Compiling num_enum_derive v0.5.11 |
| 2973 | 2026-05-20T06:46:29.566Z | Checking chacha20 v0.10.0 |
| 2974 | 2026-05-20T06:46:29.580Z | Checking vsss-rs v3.3.4 |
| 2975 | 2026-05-20T06:46:29.640Z | Checking chacha20poly1305 v0.10.1 |
| 2976 | 2026-05-20T06:46:29.767Z | Checking argon2 v0.5.3 |
| 2977 | 2026-05-20T06:46:29.783Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2978 | 2026-05-20T06:46:29.949Z | Checking foreign-types v0.5.0 |
| 2979 | 2026-05-20T06:46:30.090Z | Checking ciborium v0.2.2 |
| 2980 | 2026-05-20T06:46:30.132Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2981 | 2026-05-20T06:46:30.218Z | Checking tabwriter v1.4.1 |
| 2982 | 2026-05-20T06:46:30.268Z | Checking num_enum v0.7.5 |
| 2983 | 2026-05-20T06:46:30.361Z | Checking byte-wrapper v0.1.0 |
| 2984 | 2026-05-20T06:46:30.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2985 | 2026-05-20T06:46:30.406Z | Checking cstr-argument v0.1.2 |
| 2986 | 2026-05-20T06:46:30.501Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2987 | 2026-05-20T06:46:30.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2988 | 2026-05-20T06:46:30.544Z | Checking num_enum v0.5.11 |
| 2989 | 2026-05-20T06:46:30.562Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2990 | 2026-05-20T06:46:30.655Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2991 | 2026-05-20T06:46:30.678Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2992 | 2026-05-20T06:46:30.729Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2993 | 2026-05-20T06:46:30.794Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2994 | 2026-05-20T06:46:30.822Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2995 | 2026-05-20T06:46:30.886Z | Checking rand v0.10.0 |
| 2996 | 2026-05-20T06:46:30.901Z | Checking ingot-types v0.1.2 |
| 2997 | 2026-05-20T06:46:30.911Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2998 | 2026-05-20T06:46:30.937Z | Checking indent_write v2.2.0 |
| 2999 | 2026-05-20T06:46:31.024Z | Checking colored v3.1.1 |
| 3000 | 2026-05-20T06:46:31.064Z | Compiling zone_cfg_derive v0.3.1 |
| 3001 | 2026-05-20T06:46:31.176Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3002 | 2026-05-20T06:46:31.213Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3003 | 2026-05-20T06:46:31.227Z | Checking itertools v0.12.1 |
| 3004 | 2026-05-20T06:46:31.230Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3005 | 2026-05-20T06:46:31.252Z | Checking ingot v0.1.1 |
| 3006 | 2026-05-20T06:46:31.332Z | Compiling num-derive v0.4.2 |
| 3007 | 2026-05-20T06:46:31.346Z | Checking swrite v0.1.0 |
| 3008 | 2026-05-20T06:46:31.383Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3009 | 2026-05-20T06:46:31.432Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3010 | 2026-05-20T06:46:31.584Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3011 | 2026-05-20T06:46:31.702Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3012 | 2026-05-20T06:46:31.743Z | Checking dropshot-api-manager-types v0.7.1 |
| 3013 | 2026-05-20T06:46:31.759Z | Checking smf v0.2.3 |
| 3014 | 2026-05-20T06:46:31.772Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3015 | 2026-05-20T06:46:31.808Z | Checking nanorand v0.7.0 |
| 3016 | 2026-05-20T06:46:31.905Z | Checking whoami v1.6.1 |
| 3017 | 2026-05-20T06:46:31.984Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3018 | 2026-05-20T06:46:32.004Z | Checking flume v0.11.1 |
| 3019 | 2026-05-20T06:46:32.231Z | Checking zone v0.3.1 |
| 3020 | 2026-05-20T06:46:32.246Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3021 | 2026-05-20T06:46:32.804Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3022 | 2026-05-20T06:46:33.757Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3023 | 2026-05-20T06:46:34.659Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3024 | 2026-05-20T06:46:37.814Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3025 | 2026-05-20T06:46:39.837Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3026 | 2026-05-20T06:46:40.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s |
| 3027 | 2026-05-20T06:46:41.127Z | |
| 3028 | 2026-05-20T06:46:41.127Z | info: running `cargo check --bins` on clickhouse-admin-api (105/276) |
| 3029 | 2026-05-20T06:46:41.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2026-05-20T06:46:41.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2026-05-20T06:46:41.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2026-05-20T06:46:41.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3033 | 2026-05-20T06:46:41.726Z | |
| 3034 | 2026-05-20T06:46:41.726Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (106/276) |
| 3035 | 2026-05-20T06:46:42.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2026-05-20T06:46:42.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2026-05-20T06:46:42.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2026-05-20T06:46:42.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3039 | 2026-05-20T06:46:42.324Z | |
| 3040 | 2026-05-20T06:46:42.324Z | info: running `cargo check --bins` on bootstrap-agent-client (107/276) |
| 3041 | 2026-05-20T06:46:42.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2026-05-20T06:46:42.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2026-05-20T06:46:42.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2026-05-20T06:46:42.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3045 | 2026-05-20T06:46:42.929Z | |
| 3046 | 2026-05-20T06:46:42.929Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276) |
| 3047 | 2026-05-20T06:46:43.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2026-05-20T06:46:43.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2026-05-20T06:46:43.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2026-05-20T06:46:43.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3051 | 2026-05-20T06:46:43.543Z | |
| 3052 | 2026-05-20T06:46:43.543Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276) |
| 3053 | 2026-05-20T06:46:44.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2026-05-20T06:46:44.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2026-05-20T06:46:44.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2026-05-20T06:46:44.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3057 | 2026-05-20T06:46:44.154Z | |
| 3058 | 2026-05-20T06:46:44.154Z | info: running `cargo check --bins` on clickhouse-admin-server-client (110/276) |
| 3059 | 2026-05-20T06:46:44.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2026-05-20T06:46:44.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2026-05-20T06:46:44.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2026-05-20T06:46:44.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3063 | 2026-05-20T06:46:44.763Z | |
| 3064 | 2026-05-20T06:46:44.763Z | info: running `cargo check --bins` on clickhouse-admin-single-client (111/276) |
| 3065 | 2026-05-20T06:46:45.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2026-05-20T06:46:45.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2026-05-20T06:46:45.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2026-05-20T06:46:45.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3069 | 2026-05-20T06:46:45.367Z | |
| 3070 | 2026-05-20T06:46:45.367Z | info: running `cargo check --bins` on cockroach-admin-client (112/276) |
| 3071 | 2026-05-20T06:46:45.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2026-05-20T06:46:45.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2026-05-20T06:46:45.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2026-05-20T06:46:45.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3075 | 2026-05-20T06:46:45.957Z | |
| 3076 | 2026-05-20T06:46:45.957Z | info: running `cargo check --bins` on omicron-ddm-admin-client (113/276) |
| 3077 | 2026-05-20T06:46:46.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2026-05-20T06:46:46.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2026-05-20T06:46:46.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3080 | 2026-05-20T06:46:46.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3081 | 2026-05-20T06:46:46.556Z | |
| 3082 | 2026-05-20T06:46:46.557Z | info: running `cargo check --bins` on dns-service-client (114/276) |
| 3083 | 2026-05-20T06:46:47.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2026-05-20T06:46:47.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2026-05-20T06:46:47.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3086 | 2026-05-20T06:46:47.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3087 | 2026-05-20T06:46:47.165Z | |
| 3088 | 2026-05-20T06:46:47.165Z | info: running `cargo check --bins` on installinator-client (115/276) |
| 3089 | 2026-05-20T06:46:47.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2026-05-20T06:46:47.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2026-05-20T06:46:47.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3092 | 2026-05-20T06:46:47.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3093 | 2026-05-20T06:46:47.771Z | |
| 3094 | 2026-05-20T06:46:47.771Z | info: running `cargo check --bins` on nexus-client (116/276) |
| 3095 | 2026-05-20T06:46:48.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2026-05-20T06:46:48.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2026-05-20T06:46:48.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3098 | 2026-05-20T06:46:48.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3099 | 2026-05-20T06:46:48.415Z | |
| 3100 | 2026-05-20T06:46:48.415Z | info: running `cargo check --bins` on nexus-lockstep-client (117/276) |
| 3101 | 2026-05-20T06:46:48.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2026-05-20T06:46:48.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2026-05-20T06:46:48.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2026-05-20T06:46:48.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3105 | 2026-05-20T06:46:49.056Z | |
| 3106 | 2026-05-20T06:46:49.056Z | info: running `cargo check --bins` on ntp-admin-client (118/276) |
| 3107 | 2026-05-20T06:46:49.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2026-05-20T06:46:49.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2026-05-20T06:46:49.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3110 | 2026-05-20T06:46:49.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3111 | 2026-05-20T06:46:49.644Z | |
| 3112 | 2026-05-20T06:46:49.644Z | info: running `cargo check --bins` on ntp-admin-v1-client (119/276) |
| 3113 | 2026-05-20T06:46:50.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2026-05-20T06:46:50.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2026-05-20T06:46:50.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3116 | 2026-05-20T06:46:50.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3117 | 2026-05-20T06:46:50.233Z | |
| 3118 | 2026-05-20T06:46:50.233Z | info: running `cargo check --bins` on oxide-client (120/276) |
| 3119 | 2026-05-20T06:46:50.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3120 | 2026-05-20T06:46:50.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3121 | 2026-05-20T06:46:50.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3122 | 2026-05-20T06:46:50.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3123 | 2026-05-20T06:46:50.825Z | |
| 3124 | 2026-05-20T06:46:50.825Z | info: running `cargo check --bins` on oximeter-client (121/276) |
| 3125 | 2026-05-20T06:46:51.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3126 | 2026-05-20T06:46:51.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3127 | 2026-05-20T06:46:51.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3128 | 2026-05-20T06:46:51.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3129 | 2026-05-20T06:46:51.431Z | |
| 3130 | 2026-05-20T06:46:51.431Z | info: running `cargo check --bins` on repo-depot-client (122/276) |
| 3131 | 2026-05-20T06:46:51.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3132 | 2026-05-20T06:46:51.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3133 | 2026-05-20T06:46:51.932Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3134 | 2026-05-20T06:46:51.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3135 | 2026-05-20T06:46:52.019Z | |
| 3136 | 2026-05-20T06:46:52.019Z | info: running `cargo check --bins` on sled-agent-client (123/276) |
| 3137 | 2026-05-20T06:46:52.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3138 | 2026-05-20T06:46:52.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3139 | 2026-05-20T06:46:52.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3140 | 2026-05-20T06:46:52.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3141 | 2026-05-20T06:46:52.628Z | |
| 3142 | 2026-05-20T06:46:52.628Z | info: running `cargo check --bins` on wicketd-client (124/276) |
| 3143 | 2026-05-20T06:46:53.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2026-05-20T06:46:53.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2026-05-20T06:46:53.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3146 | 2026-05-20T06:46:53.162Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3147 | 2026-05-20T06:46:53.257Z | |
| 3148 | 2026-05-20T06:46:53.257Z | info: running `cargo check --bins` on installinator-common (125/276) |
| 3149 | 2026-05-20T06:46:53.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3150 | 2026-05-20T06:46:53.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3151 | 2026-05-20T06:46:53.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3152 | 2026-05-20T06:46:53.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3153 | 2026-05-20T06:46:53.881Z | |
| 3154 | 2026-05-20T06:46:53.881Z | info: running `cargo check --bins` on installinator-common-versions (126/276) |
| 3155 | 2026-05-20T06:46:54.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3156 | 2026-05-20T06:46:54.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3157 | 2026-05-20T06:46:54.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3158 | 2026-05-20T06:46:54.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3159 | 2026-05-20T06:46:54.477Z | |
| 3160 | 2026-05-20T06:46:54.477Z | info: running `cargo check --bins` on wicket-common (127/276) |
| 3161 | 2026-05-20T06:46:54.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3162 | 2026-05-20T06:46:54.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3163 | 2026-05-20T06:46:54.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3164 | 2026-05-20T06:46:55.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3165 | 2026-05-20T06:46:55.095Z | |
| 3166 | 2026-05-20T06:46:55.095Z | info: running `cargo check --bins` on omicron-cockroach-admin (128/276) |
| 3167 | 2026-05-20T06:46:55.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3168 | 2026-05-20T06:46:55.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3169 | 2026-05-20T06:46:55.791Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3170 | 2026-05-20T06:46:55.906Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3171 | 2026-05-20T06:46:55.914Z | Checking csv-core v0.1.13 |
| 3172 | 2026-05-20T06:46:55.922Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3173 | 2026-05-20T06:46:55.925Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3174 | 2026-05-20T06:46:55.929Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3175 | 2026-05-20T06:46:55.949Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-05-20T06:46:55.961Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3177 | 2026-05-20T06:46:56.072Z | Checking csv v1.4.0 |
| 3178 | 2026-05-20T06:46:56.111Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3179 | 2026-05-20T06:46:56.126Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3180 | 2026-05-20T06:46:56.154Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3181 | 2026-05-20T06:46:56.169Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3182 | 2026-05-20T06:46:56.412Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3183 | 2026-05-20T06:46:56.770Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3184 | 2026-05-20T06:46:56.770Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-05-20T06:46:57.098Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3186 | 2026-05-20T06:47:02.903Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3187 | 2026-05-20T06:47:03.432Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3188 | 2026-05-20T06:47:05.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s |
| 3189 | 2026-05-20T06:47:05.965Z | |
| 3190 | 2026-05-20T06:47:05.965Z | info: running `cargo check --bins` on cockroach-admin-api (129/276) |
| 3191 | 2026-05-20T06:47:06.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3192 | 2026-05-20T06:47:06.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3193 | 2026-05-20T06:47:06.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3194 | 2026-05-20T06:47:06.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3195 | 2026-05-20T06:47:06.571Z | |
| 3196 | 2026-05-20T06:47:06.571Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276) |
| 3197 | 2026-05-20T06:47:07.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3198 | 2026-05-20T06:47:07.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3199 | 2026-05-20T06:47:07.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3200 | 2026-05-20T06:47:07.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3201 | 2026-05-20T06:47:07.249Z | |
| 3202 | 2026-05-20T06:47:07.249Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276) |
| 3203 | 2026-05-20T06:47:07.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3204 | 2026-05-20T06:47:07.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3205 | 2026-05-20T06:47:07.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3206 | 2026-05-20T06:47:07.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3207 | 2026-05-20T06:47:07.925Z | |
| 3208 | 2026-05-20T06:47:07.925Z | info: running `cargo check --bins` on gateway-test-utils (132/276) |
| 3209 | 2026-05-20T06:47:08.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3210 | 2026-05-20T06:47:08.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3211 | 2026-05-20T06:47:08.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3212 | 2026-05-20T06:47:08.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3213 | 2026-05-20T06:47:08.574Z | |
| 3214 | 2026-05-20T06:47:08.574Z | info: running `cargo check --bins` on omicron-gateway (133/276) |
| 3215 | 2026-05-20T06:47:09.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3216 | 2026-05-20T06:47:09.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3217 | 2026-05-20T06:47:09.336Z | Compiling regress v0.11.1 |
| 3218 | 2026-05-20T06:47:09.475Z | Compiling unsafe-libyaml v0.2.11 |
| 3219 | 2026-05-20T06:47:09.517Z | Compiling semver v0.1.20 |
| 3220 | 2026-05-20T06:47:09.520Z | Compiling radium v0.7.0 |
| 3221 | 2026-05-20T06:47:09.520Z | Compiling maybe-uninit v2.0.0 |
| 3222 | 2026-05-20T06:47:09.528Z | Checking tap v1.0.1 |
| 3223 | 2026-05-20T06:47:09.542Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3224 | 2026-05-20T06:47:09.628Z | Checking wyz v0.5.1 |
| 3225 | 2026-05-20T06:47:09.757Z | Compiling rustc_version v0.1.7 |
| 3226 | 2026-05-20T06:47:09.802Z | Checking progenitor-client v0.13.0 |
| 3227 | 2026-05-20T06:47:09.833Z | Compiling zerocopy-derive v0.6.6 |
| 3228 | 2026-05-20T06:47:09.943Z | Compiling owo-colors v4.3.0 |
| 3229 | 2026-05-20T06:47:09.971Z | Compiling newtype_derive v0.1.6 |
| 3230 | 2026-05-20T06:47:10.036Z | Compiling serde_yaml v0.9.34+deprecated |
| 3231 | 2026-05-20T06:47:10.159Z | Compiling cancel-safe-futures v0.1.5 |
| 3232 | 2026-05-20T06:47:10.213Z | Compiling packed_struct v0.10.1 |
| 3233 | 2026-05-20T06:47:10.257Z | Checking crc-catalog v2.4.0 |
| 3234 | 2026-05-20T06:47:10.354Z | Checking funty v2.0.0 |
| 3235 | 2026-05-20T06:47:10.388Z | Checking crc v3.4.0 |
| 3236 | 2026-05-20T06:47:10.592Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3237 | 2026-05-20T06:47:10.647Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3238 | 2026-05-20T06:47:10.677Z | Checking bitvec v1.0.1 |
| 3239 | 2026-05-20T06:47:10.696Z | Checking zerocopy v0.6.6 |
| 3240 | 2026-05-20T06:47:10.891Z | Checking typify-impl v0.6.2 |
| 3241 | 2026-05-20T06:47:10.994Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3242 | 2026-05-20T06:47:11.022Z | Compiling packed_struct_codegen v0.10.1 |
| 3243 | 2026-05-20T06:47:11.114Z | Checking libsw-core v0.3.2 |
| 3244 | 2026-05-20T06:47:11.245Z | Compiling bitfield-macros v0.19.4 |
| 3245 | 2026-05-20T06:47:11.262Z | Compiling indexmap v1.9.3 |
| 3246 | 2026-05-20T06:47:11.455Z | Checking nodrop v0.1.14 |
| 3247 | 2026-05-20T06:47:11.513Z | Checking libsw v3.5.0 |
| 3248 | 2026-05-20T06:47:11.549Z | Checking array-init v0.0.4 |
| 3249 | 2026-05-20T06:47:11.666Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3250 | 2026-05-20T06:47:11.849Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-05-20T06:47:11.942Z | Checking bitfield v0.19.4 |
| 3252 | 2026-05-20T06:47:11.965Z | Checking smallvec v0.6.14 |
| 3253 | 2026-05-20T06:47:12.045Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3254 | 2026-05-20T06:47:12.154Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3255 | 2026-05-20T06:47:12.219Z | Checking unicode-linebreak v0.1.5 |
| 3256 | 2026-05-20T06:47:12.283Z | Checking base64 v0.21.7 |
| 3257 | 2026-05-20T06:47:12.344Z | Checking tagptr v0.2.0 |
| 3258 | 2026-05-20T06:47:12.430Z | Checking linear-map v1.2.0 |
| 3259 | 2026-05-20T06:47:12.455Z | Checking hashbrown v0.12.3 |
| 3260 | 2026-05-20T06:47:12.483Z | Checking smawk v0.3.2 |
| 3261 | 2026-05-20T06:47:12.522Z | Checking ron v0.8.1 |
| 3262 | 2026-05-20T06:47:12.599Z | Checking moka v0.12.13 |
| 3263 | 2026-05-20T06:47:12.613Z | Checking textwrap v0.16.2 |
| 3264 | 2026-05-20T06:47:12.626Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3265 | 2026-05-20T06:47:12.647Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3266 | 2026-05-20T06:47:12.817Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3267 | 2026-05-20T06:47:12.832Z | Checking serde-hex v0.1.0 |
| 3268 | 2026-05-20T06:47:13.038Z | Checking steno v0.4.1 |
| 3269 | 2026-05-20T06:47:13.144Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3270 | 2026-05-20T06:47:13.180Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3271 | 2026-05-20T06:47:13.217Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-05-20T06:47:13.340Z | Checking hashbrown v0.13.2 |
| 3273 | 2026-05-20T06:47:13.618Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3274 | 2026-05-20T06:47:13.756Z | Checking crc-any v2.5.0 |
| 3275 | 2026-05-20T06:47:13.785Z | Checking humantime v2.3.0 |
| 3276 | 2026-05-20T06:47:13.829Z | Checking object v0.30.4 |
| 3277 | 2026-05-20T06:47:13.848Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3278 | 2026-05-20T06:47:13.931Z | Checking hickory-resolver v0.25.2 |
| 3279 | 2026-05-20T06:47:13.968Z | Checking half v1.8.3 |
| 3280 | 2026-05-20T06:47:14.043Z | Checking void v1.0.2 |
| 3281 | 2026-05-20T06:47:14.058Z | Checking path-slash v0.1.5 |
| 3282 | 2026-05-20T06:47:14.151Z | Checking utf-8 v0.7.6 |
| 3283 | 2026-05-20T06:47:14.166Z | Checking lzss v0.8.2 |
| 3284 | 2026-05-20T06:47:14.183Z | Checking serde_cbor v0.11.2 |
| 3285 | 2026-05-20T06:47:14.289Z | Checking tungstenite v0.23.0 |
| 3286 | 2026-05-20T06:47:14.356Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3287 | 2026-05-20T06:47:14.478Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3288 | 2026-05-20T06:47:14.513Z | Checking nix v0.27.1 |
| 3289 | 2026-05-20T06:47:14.565Z | Checking kstat-rs v0.2.4 |
| 3290 | 2026-05-20T06:47:14.669Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3291 | 2026-05-20T06:47:14.704Z | Checking fxhash v0.2.1 |
| 3292 | 2026-05-20T06:47:14.719Z | Checking serde_bytes v0.11.19 |
| 3293 | 2026-05-20T06:47:14.756Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3294 | 2026-05-20T06:47:14.826Z | Checking tokio-tungstenite v0.23.1 |
| 3295 | 2026-05-20T06:47:14.894Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3296 | 2026-05-20T06:47:15.022Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3297 | 2026-05-20T06:47:15.087Z | Checking signal-hook-tokio v0.3.1 |
| 3298 | 2026-05-20T06:47:15.359Z | Compiling typify-macro v0.6.2 |
| 3299 | 2026-05-20T06:47:16.089Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3300 | 2026-05-20T06:47:16.490Z | Compiling typify v0.6.2 |
| 3301 | 2026-05-20T06:47:16.569Z | Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-05-20T06:47:16.569Z | Compiling progenitor-impl v0.14.0 |
| 3303 | 2026-05-20T06:47:16.973Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3304 | 2026-05-20T06:47:17.297Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 3305 | 2026-05-20T06:47:18.159Z | Compiling progenitor-macro v0.14.0 |
| 3306 | 2026-05-20T06:47:18.173Z | Compiling progenitor-macro v0.13.0 |
| 3307 | 2026-05-20T06:47:20.761Z | Checking progenitor v0.13.0 |
| 3308 | 2026-05-20T06:47:20.764Z | Checking progenitor v0.14.0 |
| 3309 | 2026-05-20T06:47:20.890Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3310 | 2026-05-20T06:47:20.893Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3311 | 2026-05-20T06:47:23.870Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3312 | 2026-05-20T06:47:31.439Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3313 | 2026-05-20T06:47:37.741Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3314 | 2026-05-20T06:47:39.095Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3315 | 2026-05-20T06:47:39.603Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3316 | 2026-05-20T06:47:41.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.12s |
| 3317 | 2026-05-20T06:47:41.906Z | |
| 3318 | 2026-05-20T06:47:41.906Z | info: running `cargo check --bins` on gateway-api (134/276) |
| 3319 | 2026-05-20T06:47:42.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3320 | 2026-05-20T06:47:42.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3321 | 2026-05-20T06:47:42.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3322 | 2026-05-20T06:47:42.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3323 | 2026-05-20T06:47:42.499Z | |
| 3324 | 2026-05-20T06:47:42.499Z | info: running `cargo check --bins` on ipcc (135/276) |
| 3325 | 2026-05-20T06:47:43.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3326 | 2026-05-20T06:47:43.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3327 | 2026-05-20T06:47:43.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3328 | 2026-05-20T06:47:43.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3329 | 2026-05-20T06:47:43.092Z | |
| 3330 | 2026-05-20T06:47:43.093Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276) |
| 3331 | 2026-05-20T06:47:43.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3332 | 2026-05-20T06:47:43.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3333 | 2026-05-20T06:47:43.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3334 | 2026-05-20T06:47:43.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3335 | 2026-05-20T06:47:43.678Z | |
| 3336 | 2026-05-20T06:47:43.678Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276) |
| 3337 | 2026-05-20T06:47:44.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3338 | 2026-05-20T06:47:44.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3339 | 2026-05-20T06:47:44.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3340 | 2026-05-20T06:47:44.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3341 | 2026-05-20T06:47:44.278Z | |
| 3342 | 2026-05-20T06:47:44.278Z | info: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276) |
| 3343 | 2026-05-20T06:47:44.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2026-05-20T06:47:44.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2026-05-20T06:47:44.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2026-05-20T06:47:44.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3347 | 2026-05-20T06:47:44.879Z | |
| 3348 | 2026-05-20T06:47:44.879Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276) |
| 3349 | 2026-05-20T06:47:45.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2026-05-20T06:47:45.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2026-05-20T06:47:45.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2026-05-20T06:47:45.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3353 | 2026-05-20T06:47:45.479Z | |
| 3354 | 2026-05-20T06:47:45.479Z | info: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276) |
| 3355 | 2026-05-20T06:47:45.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2026-05-20T06:47:45.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2026-05-20T06:47:45.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3358 | 2026-05-20T06:47:45.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3359 | 2026-05-20T06:47:46.075Z | |
| 3360 | 2026-05-20T06:47:46.076Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276) |
| 3361 | 2026-05-20T06:47:46.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3362 | 2026-05-20T06:47:46.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3363 | 2026-05-20T06:47:46.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3364 | 2026-05-20T06:47:46.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3365 | 2026-05-20T06:47:46.673Z | |
| 3366 | 2026-05-20T06:47:46.674Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276) |
| 3367 | 2026-05-20T06:47:47.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2026-05-20T06:47:47.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2026-05-20T06:47:47.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2026-05-20T06:47:47.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3371 | 2026-05-20T06:47:47.272Z | |
| 3372 | 2026-05-20T06:47:47.272Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276) |
| 3373 | 2026-05-20T06:47:47.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2026-05-20T06:47:47.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2026-05-20T06:47:47.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2026-05-20T06:47:47.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3377 | 2026-05-20T06:47:47.871Z | |
| 3378 | 2026-05-20T06:47:47.871Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276) |
| 3379 | 2026-05-20T06:47:48.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2026-05-20T06:47:48.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2026-05-20T06:47:48.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3382 | 2026-05-20T06:47:48.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3383 | 2026-05-20T06:47:48.470Z | |
| 3384 | 2026-05-20T06:47:48.470Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276) |
| 3385 | 2026-05-20T06:47:48.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3386 | 2026-05-20T06:47:48.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3387 | 2026-05-20T06:47:48.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3388 | 2026-05-20T06:47:48.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3389 | 2026-05-20T06:47:49.064Z | |
| 3390 | 2026-05-20T06:47:49.064Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276) |
| 3391 | 2026-05-20T06:47:49.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2026-05-20T06:47:49.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2026-05-20T06:47:49.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3394 | 2026-05-20T06:47:49.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3395 | 2026-05-20T06:47:49.660Z | |
| 3396 | 2026-05-20T06:47:49.660Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276) |
| 3397 | 2026-05-20T06:47:50.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3398 | 2026-05-20T06:47:50.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3399 | 2026-05-20T06:47:50.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3400 | 2026-05-20T06:47:50.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3401 | 2026-05-20T06:47:50.255Z | |
| 3402 | 2026-05-20T06:47:50.255Z | info: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276) |
| 3403 | 2026-05-20T06:47:50.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3404 | 2026-05-20T06:47:50.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3405 | 2026-05-20T06:47:50.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3406 | 2026-05-20T06:47:50.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3407 | 2026-05-20T06:47:50.850Z | |
| 3408 | 2026-05-20T06:47:50.850Z | info: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276) |
| 3409 | 2026-05-20T06:47:51.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3410 | 2026-05-20T06:47:51.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3411 | 2026-05-20T06:47:51.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3412 | 2026-05-20T06:47:51.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3413 | 2026-05-20T06:47:51.449Z | |
| 3414 | 2026-05-20T06:47:51.449Z | info: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276) |
| 3415 | 2026-05-20T06:47:51.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3416 | 2026-05-20T06:47:51.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3417 | 2026-05-20T06:47:51.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3418 | 2026-05-20T06:47:51.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3419 | 2026-05-20T06:47:52.045Z | |
| 3420 | 2026-05-20T06:47:52.045Z | info: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276) |
| 3421 | 2026-05-20T06:47:52.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3422 | 2026-05-20T06:47:52.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3423 | 2026-05-20T06:47:52.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3424 | 2026-05-20T06:47:52.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3425 | 2026-05-20T06:47:52.640Z | |
| 3426 | 2026-05-20T06:47:52.640Z | info: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276) |
| 3427 | 2026-05-20T06:47:53.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3428 | 2026-05-20T06:47:53.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3429 | 2026-05-20T06:47:53.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3430 | 2026-05-20T06:47:53.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3431 | 2026-05-20T06:47:53.239Z | |
| 3432 | 2026-05-20T06:47:53.239Z | info: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276) |
| 3433 | 2026-05-20T06:47:53.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2026-05-20T06:47:53.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2026-05-20T06:47:53.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3436 | 2026-05-20T06:47:53.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3437 | 2026-05-20T06:47:53.836Z | |
| 3438 | 2026-05-20T06:47:53.836Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276) |
| 3439 | 2026-05-20T06:47:54.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3440 | 2026-05-20T06:47:54.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3441 | 2026-05-20T06:47:54.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3442 | 2026-05-20T06:47:54.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3443 | 2026-05-20T06:47:54.433Z | |
| 3444 | 2026-05-20T06:47:54.433Z | info: running `cargo check --bins` on oximeter-producer (155/276) |
| 3445 | 2026-05-20T06:47:54.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3446 | 2026-05-20T06:47:54.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3447 | 2026-05-20T06:47:54.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3448 | 2026-05-20T06:47:54.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3449 | 2026-05-20T06:47:55.062Z | |
| 3450 | 2026-05-20T06:47:55.062Z | info: running `cargo check --bins` on internal-dns-resolver (156/276) |
| 3451 | 2026-05-20T06:47:55.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3452 | 2026-05-20T06:47:55.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3453 | 2026-05-20T06:47:55.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3454 | 2026-05-20T06:47:55.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3455 | 2026-05-20T06:47:55.657Z | |
| 3456 | 2026-05-20T06:47:55.657Z | info: running `cargo check --bins` on dns-server (157/276) |
| 3457 | 2026-05-20T06:47:56.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3458 | 2026-05-20T06:47:56.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3459 | 2026-05-20T06:47:56.306Z | Compiling parking_lot_core v0.8.6 |
| 3460 | 2026-05-20T06:47:56.306Z | Compiling atomicwrites v0.4.4 |
| 3461 | 2026-05-20T06:47:56.306Z | Compiling git-stub v1.0.0 |
| 3462 | 2026-05-20T06:47:56.309Z | Checking prefix-trie v0.7.0 |
| 3463 | 2026-05-20T06:47:56.309Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3464 | 2026-05-20T06:47:56.540Z | Compiling git-stub-vcs v0.1.0 |
| 3465 | 2026-05-20T06:47:56.718Z | Checking hickory-server v0.25.2 |
| 3466 | 2026-05-20T06:47:56.812Z | Checking parking_lot v0.11.2 |
| 3467 | 2026-05-20T06:47:56.815Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3468 | 2026-05-20T06:47:56.888Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3469 | 2026-05-20T06:47:56.888Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3470 | 2026-05-20T06:47:56.989Z | Checking sled v0.34.7 |
| 3471 | 2026-05-20T06:47:58.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s |
| 3472 | 2026-05-20T06:47:59.038Z | |
| 3473 | 2026-05-20T06:47:59.039Z | info: running `cargo check --bins` on dns-server-api (158/276) |
| 3474 | 2026-05-20T06:47:59.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3475 | 2026-05-20T06:47:59.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3476 | 2026-05-20T06:47:59.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3477 | 2026-05-20T06:47:59.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3478 | 2026-05-20T06:47:59.638Z | |
| 3479 | 2026-05-20T06:47:59.639Z | info: running `cargo check --bins` on oximeter-producer-api (159/276) |
| 3480 | 2026-05-20T06:48:00.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3481 | 2026-05-20T06:48:00.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3482 | 2026-05-20T06:48:00.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3483 | 2026-05-20T06:48:00.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3484 | 2026-05-20T06:48:00.229Z | |
| 3485 | 2026-05-20T06:48:00.229Z | info: running `cargo check --bins` on sp-sim (160/276) |
| 3486 | 2026-05-20T06:48:00.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3487 | 2026-05-20T06:48:00.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3488 | 2026-05-20T06:48:00.946Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3489 | 2026-05-20T06:48:02.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
| 3490 | 2026-05-20T06:48:02.896Z | |
| 3491 | 2026-05-20T06:48:02.896Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276) |
| 3492 | 2026-05-20T06:48:03.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3493 | 2026-05-20T06:48:03.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3494 | 2026-05-20T06:48:03.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3495 | 2026-05-20T06:48:03.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3496 | 2026-05-20T06:48:03.546Z | |
| 3497 | 2026-05-20T06:48:03.547Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276) |
| 3498 | 2026-05-20T06:48:04.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3499 | 2026-05-20T06:48:04.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3500 | 2026-05-20T06:48:04.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3501 | 2026-05-20T06:48:04.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3502 | 2026-05-20T06:48:04.194Z | |
| 3503 | 2026-05-20T06:48:04.194Z | info: running `cargo check --bins` on db-macros (163/276) |
| 3504 | 2026-05-20T06:48:04.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3505 | 2026-05-20T06:48:04.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3506 | 2026-05-20T06:48:04.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3507 | 2026-05-20T06:48:04.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3508 | 2026-05-20T06:48:04.775Z | |
| 3509 | 2026-05-20T06:48:04.775Z | info: running `cargo check --bins` on nexus-macros-common (164/276) |
| 3510 | 2026-05-20T06:48:05.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3511 | 2026-05-20T06:48:05.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3512 | 2026-05-20T06:48:05.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3513 | 2026-05-20T06:48:05.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3514 | 2026-05-20T06:48:05.356Z | |
| 3515 | 2026-05-20T06:48:05.357Z | info: running `cargo check --bins` on nexus-auth (165/276) |
| 3516 | 2026-05-20T06:48:05.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3517 | 2026-05-20T06:48:05.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3518 | 2026-05-20T06:48:05.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3519 | 2026-05-20T06:48:05.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3520 | 2026-05-20T06:48:06.003Z | |
| 3521 | 2026-05-20T06:48:06.003Z | info: running `cargo check --bins` on authz-macros (166/276) |
| 3522 | 2026-05-20T06:48:06.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3523 | 2026-05-20T06:48:06.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3524 | 2026-05-20T06:48:06.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3525 | 2026-05-20T06:48:06.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3526 | 2026-05-20T06:48:06.581Z | |
| 3527 | 2026-05-20T06:48:06.581Z | info: running `cargo check --bins` on nexus-db-fixed-data (167/276) |
| 3528 | 2026-05-20T06:48:07.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3529 | 2026-05-20T06:48:07.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3530 | 2026-05-20T06:48:07.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3531 | 2026-05-20T06:48:07.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3532 | 2026-05-20T06:48:07.217Z | |
| 3533 | 2026-05-20T06:48:07.217Z | info: running `cargo check --bins` on nexus-db-model (168/276) |
| 3534 | 2026-05-20T06:48:07.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3535 | 2026-05-20T06:48:07.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3536 | 2026-05-20T06:48:07.757Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3537 | 2026-05-20T06:48:07.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3538 | 2026-05-20T06:48:07.854Z | |
| 3539 | 2026-05-20T06:48:07.854Z | info: running `cargo check --bins` on nexus-db-schema (169/276) |
| 3540 | 2026-05-20T06:48:08.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3541 | 2026-05-20T06:48:08.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3542 | 2026-05-20T06:48:08.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3543 | 2026-05-20T06:48:08.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3544 | 2026-05-20T06:48:08.436Z | |
| 3545 | 2026-05-20T06:48:08.436Z | info: running `cargo check --bins` on omicron-rpaths (170/276) |
| 3546 | 2026-05-20T06:48:08.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3547 | 2026-05-20T06:48:08.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3548 | 2026-05-20T06:48:08.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3549 | 2026-05-20T06:48:08.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3550 | 2026-05-20T06:48:09.023Z | |
| 3551 | 2026-05-20T06:48:09.023Z | info: running `cargo check --bins` on nexus-defaults (171/276) |
| 3552 | 2026-05-20T06:48:09.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3553 | 2026-05-20T06:48:09.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3554 | 2026-05-20T06:48:09.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3555 | 2026-05-20T06:48:09.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3556 | 2026-05-20T06:48:09.621Z | |
| 3557 | 2026-05-20T06:48:09.621Z | info: running `cargo check --bins` on omicron-cockroach-metrics (172/276) |
| 3558 | 2026-05-20T06:48:10.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3559 | 2026-05-20T06:48:10.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3560 | 2026-05-20T06:48:10.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3561 | 2026-05-20T06:48:10.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3562 | 2026-05-20T06:48:10.210Z | |
| 3563 | 2026-05-20T06:48:10.210Z | info: running `cargo check --bins` on parallel-task-set (173/276) |
| 3564 | 2026-05-20T06:48:10.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3565 | 2026-05-20T06:48:10.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3566 | 2026-05-20T06:48:10.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3567 | 2026-05-20T06:48:10.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3568 | 2026-05-20T06:48:10.799Z | |
| 3569 | 2026-05-20T06:48:10.799Z | info: running `cargo check --bins` on nexus-db-errors (174/276) |
| 3570 | 2026-05-20T06:48:11.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3571 | 2026-05-20T06:48:11.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3572 | 2026-05-20T06:48:11.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3573 | 2026-05-20T06:48:11.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3574 | 2026-05-20T06:48:11.450Z | |
| 3575 | 2026-05-20T06:48:11.450Z | info: running `cargo check --bins` on nexus-db-lookup (175/276) |
| 3576 | 2026-05-20T06:48:11.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3577 | 2026-05-20T06:48:12.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3578 | 2026-05-20T06:48:12.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3579 | 2026-05-20T06:48:12.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3580 | 2026-05-20T06:48:12.101Z | |
| 3581 | 2026-05-20T06:48:12.101Z | info: running `cargo check --bins` on nexus-inventory (176/276) |
| 3582 | 2026-05-20T06:48:12.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3583 | 2026-05-20T06:48:12.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3584 | 2026-05-20T06:48:12.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3585 | 2026-05-20T06:48:12.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3586 | 2026-05-20T06:48:12.746Z | |
| 3587 | 2026-05-20T06:48:12.746Z | info: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276) |
| 3588 | 2026-05-20T06:48:13.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3589 | 2026-05-20T06:48:13.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3590 | 2026-05-20T06:48:13.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3591 | 2026-05-20T06:48:13.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3592 | 2026-05-20T06:48:13.366Z | |
| 3593 | 2026-05-20T06:48:13.366Z | info: running `cargo check --bins --no-default-features` on sled-storage (178/276) |
| 3594 | 2026-05-20T06:48:13.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3595 | 2026-05-20T06:48:13.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3596 | 2026-05-20T06:48:13.889Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3597 | 2026-05-20T06:48:13.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3598 | 2026-05-20T06:48:13.983Z | |
| 3599 | 2026-05-20T06:48:13.983Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276) |
| 3600 | 2026-05-20T06:48:14.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3601 | 2026-05-20T06:48:14.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3602 | 2026-05-20T06:48:14.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3603 | 2026-05-20T06:48:14.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3604 | 2026-05-20T06:48:14.605Z | |
| 3605 | 2026-05-20T06:48:14.605Z | info: running `cargo check --bins` on key-manager (180/276) |
| 3606 | 2026-05-20T06:48:15.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3607 | 2026-05-20T06:48:15.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3608 | 2026-05-20T06:48:15.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3609 | 2026-05-20T06:48:15.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3610 | 2026-05-20T06:48:15.209Z | |
| 3611 | 2026-05-20T06:48:15.209Z | info: running `cargo check --bins --no-default-features` on sled-hardware (181/276) |
| 3612 | 2026-05-20T06:48:15.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3613 | 2026-05-20T06:48:15.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3614 | 2026-05-20T06:48:15.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3615 | 2026-05-20T06:48:15.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3616 | 2026-05-20T06:48:15.827Z | |
| 3617 | 2026-05-20T06:48:15.827Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276) |
| 3618 | 2026-05-20T06:48:16.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3619 | 2026-05-20T06:48:16.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3620 | 2026-05-20T06:48:16.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3621 | 2026-05-20T06:48:16.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3622 | 2026-05-20T06:48:16.449Z | |
| 3623 | 2026-05-20T06:48:16.449Z | info: running `cargo check --bins` on typed-rng (183/276) |
| 3624 | 2026-05-20T06:48:16.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3625 | 2026-05-20T06:48:16.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3626 | 2026-05-20T06:48:16.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3627 | 2026-05-20T06:48:16.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3628 | 2026-05-20T06:48:17.036Z | |
| 3629 | 2026-05-20T06:48:17.036Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276) |
| 3630 | 2026-05-20T06:48:17.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3631 | 2026-05-20T06:48:17.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3632 | 2026-05-20T06:48:17.898Z | Compiling typify-impl v0.4.3 |
| 3633 | 2026-05-20T06:48:17.898Z | Compiling libefi-sys v0.1.0 |
| 3634 | 2026-05-20T06:48:17.901Z | Compiling bitfield-struct v0.6.2 |
| 3635 | 2026-05-20T06:48:18.054Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3636 | 2026-05-20T06:48:18.063Z | Compiling xshell-macros v0.2.7 |
| 3637 | 2026-05-20T06:48:18.095Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3638 | 2026-05-20T06:48:18.104Z | Compiling salty v0.3.0 |
| 3639 | 2026-05-20T06:48:18.162Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3640 | 2026-05-20T06:48:18.289Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3641 | 2026-05-20T06:48:18.392Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3642 | 2026-05-20T06:48:18.425Z | Checking xshell v0.2.7 |
| 3643 | 2026-05-20T06:48:18.448Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3644 | 2026-05-20T06:48:18.540Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3645 | 2026-05-20T06:48:18.652Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3646 | 2026-05-20T06:48:18.667Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3647 | 2026-05-20T06:48:18.739Z | Checking primeorder v0.13.6 |
| 3648 | 2026-05-20T06:48:18.834Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3649 | 2026-05-20T06:48:18.892Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3650 | 2026-05-20T06:48:18.974Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3651 | 2026-05-20T06:48:18.993Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3652 | 2026-05-20T06:48:19.130Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3653 | 2026-05-20T06:48:19.183Z | Checking tungstenite v0.21.0 |
| 3654 | 2026-05-20T06:48:19.219Z | Checking p384 v0.13.1 |
| 3655 | 2026-05-20T06:48:19.235Z | Compiling proc-macro-error2 v2.0.1 |
| 3656 | 2026-05-20T06:48:19.275Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3657 | 2026-05-20T06:48:19.603Z | Compiling num-derive v0.3.3 |
| 3658 | 2026-05-20T06:48:19.636Z | Checking tokio-tungstenite v0.21.0 |
| 3659 | 2026-05-20T06:48:19.875Z | Compiling tabled_derive v0.11.0 |
| 3660 | 2026-05-20T06:48:19.933Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3661 | 2026-05-20T06:48:19.974Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3662 | 2026-05-20T06:48:20.055Z | Checking papergrid v0.17.0 |
| 3663 | 2026-05-20T06:48:20.310Z | Checking testing_table v0.3.0 |
| 3664 | 2026-05-20T06:48:20.349Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3665 | 2026-05-20T06:48:20.408Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3666 | 2026-05-20T06:48:20.477Z | Checking libscf-sys v1.1.0 |
| 3667 | 2026-05-20T06:48:20.654Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3668 | 2026-05-20T06:48:20.824Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3669 | 2026-05-20T06:48:20.853Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3670 | 2026-05-20T06:48:20.926Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3671 | 2026-05-20T06:48:21.022Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3672 | 2026-05-20T06:48:21.061Z | Compiling unicase v2.9.0 |
| 3673 | 2026-05-20T06:48:21.105Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3674 | 2026-05-20T06:48:21.124Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3675 | 2026-05-20T06:48:21.217Z | Checking corncobs v0.1.4 |
| 3676 | 2026-05-20T06:48:21.266Z | Compiling mime_guess v2.0.5 |
| 3677 | 2026-05-20T06:48:21.348Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3678 | 2026-05-20T06:48:21.409Z | Checking tabled v0.20.0 |
| 3679 | 2026-05-20T06:48:21.525Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3680 | 2026-05-20T06:48:21.584Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3681 | 2026-05-20T06:48:21.605Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3682 | 2026-05-20T06:48:21.734Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3683 | 2026-05-20T06:48:21.799Z | Checking progenitor-client v0.11.2 |
| 3684 | 2026-05-20T06:48:21.815Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3685 | 2026-05-20T06:48:21.941Z | Checking secrecy v0.8.0 |
| 3686 | 2026-05-20T06:48:22.027Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3687 | 2026-05-20T06:48:22.045Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3688 | 2026-05-20T06:48:22.344Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3689 | 2026-05-20T06:48:22.412Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3690 | 2026-05-20T06:48:22.436Z | Compiling typify-macro v0.4.3 |
| 3691 | 2026-05-20T06:48:22.451Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3692 | 2026-05-20T06:48:22.523Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3693 | 2026-05-20T06:48:22.611Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3694 | 2026-05-20T06:48:22.627Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3695 | 2026-05-20T06:48:22.715Z | Checking filetime v0.2.27 |
| 3696 | 2026-05-20T06:48:22.792Z | Checking crc8 v0.1.1 |
| 3697 | 2026-05-20T06:48:22.856Z | Checking http-range v0.1.5 |
| 3698 | 2026-05-20T06:48:22.990Z | Checking xattr v1.6.1 |
| 3699 | 2026-05-20T06:48:23.072Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3700 | 2026-05-20T06:48:23.122Z | Checking tar v0.4.45 |
| 3701 | 2026-05-20T06:48:23.259Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3702 | 2026-05-20T06:48:23.396Z | Checking illumos-nvpair v0.3.0 |
| 3703 | 2026-05-20T06:48:23.511Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3704 | 2026-05-20T06:48:23.552Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3705 | 2026-05-20T06:48:23.568Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3706 | 2026-05-20T06:48:23.897Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3707 | 2026-05-20T06:48:23.914Z | Checking atty v0.2.14 |
| 3708 | 2026-05-20T06:48:23.931Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3709 | 2026-05-20T06:48:23.976Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3710 | 2026-05-20T06:48:24.049Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3711 | 2026-05-20T06:48:24.153Z | Compiling typify v0.4.3 |
| 3712 | 2026-05-20T06:48:24.286Z | Compiling progenitor-impl v0.11.2 |
| 3713 | 2026-05-20T06:48:24.510Z | Compiling progenitor-impl v0.10.0 |
| 3714 | 2026-05-20T06:48:24.690Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3715 | 2026-05-20T06:48:25.008Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3716 | 2026-05-20T06:48:25.212Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3717 | 2026-05-20T06:48:25.259Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3718 | 2026-05-20T06:48:25.658Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3719 | 2026-05-20T06:48:25.895Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3720 | 2026-05-20T06:48:26.147Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3721 | 2026-05-20T06:48:26.164Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3722 | 2026-05-20T06:48:26.238Z | Checking hyper-staticfile v0.10.1 |
| 3723 | 2026-05-20T06:48:26.344Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3724 | 2026-05-20T06:48:26.385Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3725 | 2026-05-20T06:48:26.526Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3726 | 2026-05-20T06:48:26.604Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3727 | 2026-05-20T06:48:26.751Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3728 | 2026-05-20T06:48:26.790Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3729 | 2026-05-20T06:48:26.872Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3730 | 2026-05-20T06:48:26.910Z | Compiling progenitor-macro v0.11.2 |
| 3731 | 2026-05-20T06:48:27.036Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3732 | 2026-05-20T06:48:27.097Z | Compiling progenitor-macro v0.10.0 |
| 3733 | 2026-05-20T06:48:29.573Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3734 | 2026-05-20T06:48:29.676Z | Checking progenitor v0.11.2 |
| 3735 | 2026-05-20T06:48:29.806Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3736 | 2026-05-20T06:48:29.957Z | Checking progenitor v0.10.0 |
| 3737 | 2026-05-20T06:48:30.086Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3738 | 2026-05-20T06:48:34.392Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3739 | 2026-05-20T06:48:45.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.21s |
| 3740 | 2026-05-20T06:48:45.466Z | |
| 3741 | 2026-05-20T06:48:45.466Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276) |
| 3742 | 2026-05-20T06:48:46.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3743 | 2026-05-20T06:48:46.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3744 | 2026-05-20T06:48:46.257Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3745 | 2026-05-20T06:48:56.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3746 | 2026-05-20T06:48:57.131Z | |
| 3747 | 2026-05-20T06:48:57.131Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276) |
| 3748 | 2026-05-20T06:48:57.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3749 | 2026-05-20T06:48:57.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3750 | 2026-05-20T06:48:57.920Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3751 | 2026-05-20T06:49:08.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s |
| 3752 | 2026-05-20T06:49:08.826Z | |
| 3753 | 2026-05-20T06:49:08.826Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276) |
| 3754 | 2026-05-20T06:49:09.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3755 | 2026-05-20T06:49:09.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3756 | 2026-05-20T06:49:09.619Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3757 | 2026-05-20T06:49:20.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s |
| 3758 | 2026-05-20T06:49:20.474Z | |
| 3759 | 2026-05-20T06:49:20.474Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276) |
| 3760 | 2026-05-20T06:49:21.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3761 | 2026-05-20T06:49:21.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3762 | 2026-05-20T06:49:21.257Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3763 | 2026-05-20T06:49:31.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s |
| 3764 | 2026-05-20T06:49:32.159Z | |
| 3765 | 2026-05-20T06:49:32.159Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276) |
| 3766 | 2026-05-20T06:49:32.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3767 | 2026-05-20T06:49:32.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3768 | 2026-05-20T06:49:32.941Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3769 | 2026-05-20T06:49:43.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3770 | 2026-05-20T06:49:43.820Z | |
| 3771 | 2026-05-20T06:49:43.820Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276) |
| 3772 | 2026-05-20T06:49:44.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3773 | 2026-05-20T06:49:44.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3774 | 2026-05-20T06:49:44.611Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3775 | 2026-05-20T06:49:55.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s |
| 3776 | 2026-05-20T06:49:55.469Z | |
| 3777 | 2026-05-20T06:49:55.470Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276) |
| 3778 | 2026-05-20T06:49:56.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3779 | 2026-05-20T06:49:56.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3780 | 2026-05-20T06:49:56.255Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3781 | 2026-05-20T06:50:06.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s |
| 3782 | 2026-05-20T06:50:07.129Z | |
| 3783 | 2026-05-20T06:50:07.129Z | info: running `cargo check --bins` on bootstrap-agent-api (192/276) |
| 3784 | 2026-05-20T06:50:07.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3785 | 2026-05-20T06:50:07.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3786 | 2026-05-20T06:50:07.647Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3787 | 2026-05-20T06:50:07.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3788 | 2026-05-20T06:50:07.738Z | |
| 3789 | 2026-05-20T06:50:07.738Z | info: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276) |
| 3790 | 2026-05-20T06:50:08.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3791 | 2026-05-20T06:50:08.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3792 | 2026-05-20T06:50:08.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3793 | 2026-05-20T06:50:08.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3794 | 2026-05-20T06:50:08.349Z | |
| 3795 | 2026-05-20T06:50:08.349Z | info: running `cargo check --bins` on range-requests (194/276) |
| 3796 | 2026-05-20T06:50:08.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3797 | 2026-05-20T06:50:08.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3798 | 2026-05-20T06:50:08.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3799 | 2026-05-20T06:50:08.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3800 | 2026-05-20T06:50:08.949Z | |
| 3801 | 2026-05-20T06:50:08.949Z | info: running `cargo check --bins` on repo-depot-api (195/276) |
| 3802 | 2026-05-20T06:50:09.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3803 | 2026-05-20T06:50:09.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3804 | 2026-05-20T06:50:09.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3805 | 2026-05-20T06:50:09.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3806 | 2026-05-20T06:50:09.551Z | |
| 3807 | 2026-05-20T06:50:09.551Z | info: running `cargo check --bins` on sled-agent-api (196/276) |
| 3808 | 2026-05-20T06:50:10.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3809 | 2026-05-20T06:50:10.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3810 | 2026-05-20T06:50:10.075Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3811 | 2026-05-20T06:50:10.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3812 | 2026-05-20T06:50:10.168Z | |
| 3813 | 2026-05-20T06:50:10.168Z | info: running `cargo check --bins` on sled-diagnostics (197/276) |
| 3814 | 2026-05-20T06:50:10.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3815 | 2026-05-20T06:50:10.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3816 | 2026-05-20T06:50:10.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3817 | 2026-05-20T06:50:10.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3818 | 2026-05-20T06:50:10.790Z | |
| 3819 | 2026-05-20T06:50:10.790Z | info: running `cargo check --bins` on zfs-test-harness (198/276) |
| 3820 | 2026-05-20T06:50:11.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3821 | 2026-05-20T06:50:11.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3822 | 2026-05-20T06:50:11.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3823 | 2026-05-20T06:50:11.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3824 | 2026-05-20T06:50:11.413Z | |
| 3825 | 2026-05-20T06:50:11.413Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276) |
| 3826 | 2026-05-20T06:50:11.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3827 | 2026-05-20T06:50:11.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3828 | 2026-05-20T06:50:11.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3829 | 2026-05-20T06:50:11.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3830 | 2026-05-20T06:50:12.045Z | |
| 3831 | 2026-05-20T06:50:12.045Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276) |
| 3832 | 2026-05-20T06:50:12.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3833 | 2026-05-20T06:50:12.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3834 | 2026-05-20T06:50:12.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3835 | 2026-05-20T06:50:12.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3836 | 2026-05-20T06:50:12.668Z | |
| 3837 | 2026-05-20T06:50:12.668Z | info: running `cargo check --bins` on sled-agent-early-networking (201/276) |
| 3838 | 2026-05-20T06:50:13.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3839 | 2026-05-20T06:50:13.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3840 | 2026-05-20T06:50:13.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3841 | 2026-05-20T06:50:13.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3842 | 2026-05-20T06:50:13.293Z | |
| 3843 | 2026-05-20T06:50:13.293Z | info: running `cargo check --bins` on sled-agent-health-monitor (202/276) |
| 3844 | 2026-05-20T06:50:13.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3845 | 2026-05-20T06:50:13.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3846 | 2026-05-20T06:50:13.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3847 | 2026-05-20T06:50:13.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3848 | 2026-05-20T06:50:13.917Z | |
| 3849 | 2026-05-20T06:50:13.918Z | info: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276) |
| 3850 | 2026-05-20T06:50:14.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3851 | 2026-05-20T06:50:14.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3852 | 2026-05-20T06:50:14.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3853 | 2026-05-20T06:50:14.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3854 | 2026-05-20T06:50:14.553Z | |
| 3855 | 2026-05-20T06:50:14.553Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276) |
| 3856 | 2026-05-20T06:50:15.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3857 | 2026-05-20T06:50:15.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3858 | 2026-05-20T06:50:15.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3859 | 2026-05-20T06:50:15.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3860 | 2026-05-20T06:50:15.181Z | |
| 3861 | 2026-05-20T06:50:15.181Z | info: running `cargo check --bins` on sled-agent-resolvable-files (205/276) |
| 3862 | 2026-05-20T06:50:15.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3863 | 2026-05-20T06:50:15.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3864 | 2026-05-20T06:50:15.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3865 | 2026-05-20T06:50:15.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3866 | 2026-05-20T06:50:15.809Z | |
| 3867 | 2026-05-20T06:50:15.809Z | info: running `cargo check --bins` on sled-agent-rack-setup (206/276) |
| 3868 | 2026-05-20T06:50:16.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3869 | 2026-05-20T06:50:16.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3870 | 2026-05-20T06:50:16.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3871 | 2026-05-20T06:50:16.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3872 | 2026-05-20T06:50:16.456Z | |
| 3873 | 2026-05-20T06:50:16.456Z | info: running `cargo check --bins` on trust-quorum (207/276) |
| 3874 | 2026-05-20T06:50:16.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3875 | 2026-05-20T06:50:16.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3876 | 2026-05-20T06:50:16.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3877 | 2026-05-20T06:50:16.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3878 | 2026-05-20T06:50:17.082Z | |
| 3879 | 2026-05-20T06:50:17.082Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276) |
| 3880 | 2026-05-20T06:50:17.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3881 | 2026-05-20T06:50:17.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3882 | 2026-05-20T06:50:17.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3883 | 2026-05-20T06:50:17.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3884 | 2026-05-20T06:50:17.720Z | |
| 3885 | 2026-05-20T06:50:17.720Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (209/276) |
| 3886 | 2026-05-20T06:50:18.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3887 | 2026-05-20T06:50:18.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3888 | 2026-05-20T06:50:18.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3889 | 2026-05-20T06:50:18.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3890 | 2026-05-20T06:50:18.380Z | |
| 3891 | 2026-05-20T06:50:18.380Z | info: running `cargo check --bins` on update-common (210/276) |
| 3892 | 2026-05-20T06:50:18.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3893 | 2026-05-20T06:50:18.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3894 | 2026-05-20T06:50:18.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3895 | 2026-05-20T06:50:18.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3896 | 2026-05-20T06:50:18.989Z | |
| 3897 | 2026-05-20T06:50:18.989Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276) |
| 3898 | 2026-05-20T06:50:19.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3899 | 2026-05-20T06:50:19.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3900 | 2026-05-20T06:50:19.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3901 | 2026-05-20T06:50:19.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3902 | 2026-05-20T06:50:19.648Z | |
| 3903 | 2026-05-20T06:50:19.649Z | info: running `cargo check --bins` on omicron-deployment-graph (212/276) |
| 3904 | 2026-05-20T06:50:20.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3905 | 2026-05-20T06:50:20.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3906 | 2026-05-20T06:50:20.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3907 | 2026-05-20T06:50:20.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 3908 | 2026-05-20T06:50:20.241Z | |
| 3909 | 2026-05-20T06:50:20.241Z | info: running `cargo check --bins` on reconfigurator-cli (213/276) |
| 3910 | 2026-05-20T06:50:20.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3911 | 2026-05-20T06:50:20.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3912 | 2026-05-20T06:50:21.016Z | Compiling fs-err v2.11.0 |
| 3913 | 2026-05-20T06:50:21.019Z | Checking ignore v0.4.25 |
| 3914 | 2026-05-20T06:50:21.019Z | Checking arc-swap v1.8.2 |
| 3915 | 2026-05-20T06:50:21.153Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3916 | 2026-05-20T06:50:21.156Z | Checking predicates-tree v1.0.13 |
| 3917 | 2026-05-20T06:50:21.160Z | Checking parse-size v1.1.0 |
| 3918 | 2026-05-20T06:50:21.183Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3919 | 2026-05-20T06:50:21.186Z | Checking rand_seeder v0.4.0 |
| 3920 | 2026-05-20T06:50:21.246Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3921 | 2026-05-20T06:50:21.280Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3922 | 2026-05-20T06:50:21.333Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3923 | 2026-05-20T06:50:21.346Z | Checking slog-scope v4.4.1 |
| 3924 | 2026-05-20T06:50:21.381Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3925 | 2026-05-20T06:50:21.473Z | Checking slog-stdlog v4.1.1 |
| 3926 | 2026-05-20T06:50:21.489Z | Compiling petname v2.0.2 |
| 3927 | 2026-05-20T06:50:21.503Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3928 | 2026-05-20T06:50:21.517Z | Checking globwalk v0.9.1 |
| 3929 | 2026-05-20T06:50:21.562Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3930 | 2026-05-20T06:50:21.590Z | Checking slog-envlogger v2.2.0 |
| 3931 | 2026-05-20T06:50:21.688Z | Checking camino-tempfile-ext v0.3.3 |
| 3932 | 2026-05-20T06:50:21.738Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3933 | 2026-05-20T06:50:21.758Z | Checking sapling-renderdag v0.1.0 |
| 3934 | 2026-05-20T06:50:21.878Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3935 | 2026-05-20T06:50:21.927Z | Checking subprocess v0.2.15 |
| 3936 | 2026-05-20T06:50:21.992Z | Checking sync-ptr v0.1.4 |
| 3937 | 2026-05-20T06:50:22.117Z | Checking colored v2.2.0 |
| 3938 | 2026-05-20T06:50:22.130Z | Checking assert_matches v1.5.0 |
| 3939 | 2026-05-20T06:50:22.202Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3940 | 2026-05-20T06:50:22.348Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3941 | 2026-05-20T06:50:22.348Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3942 | 2026-05-20T06:50:23.085Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3943 | 2026-05-20T06:50:24.404Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3944 | 2026-05-20T06:50:26.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 3945 | 2026-05-20T06:50:26.810Z | |
| 3946 | 2026-05-20T06:50:26.810Z | info: running `cargo check --bins` on omicron-repl-utils (214/276) |
| 3947 | 2026-05-20T06:50:27.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3948 | 2026-05-20T06:50:27.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3949 | 2026-05-20T06:50:27.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3950 | 2026-05-20T06:50:27.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3951 | 2026-05-20T06:50:27.404Z | |
| 3952 | 2026-05-20T06:50:27.404Z | info: running `cargo check --bins` on transient-dns-server (215/276) |
| 3953 | 2026-05-20T06:50:27.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3954 | 2026-05-20T06:50:27.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3955 | 2026-05-20T06:50:27.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3956 | 2026-05-20T06:50:27.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3957 | 2026-05-20T06:50:28.022Z | |
| 3958 | 2026-05-20T06:50:28.022Z | info: running `cargo check --bins` on nexus-test-interface (216/276) |
| 3959 | 2026-05-20T06:50:28.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3960 | 2026-05-20T06:50:28.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3961 | 2026-05-20T06:50:28.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3962 | 2026-05-20T06:50:28.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3963 | 2026-05-20T06:50:28.675Z | |
| 3964 | 2026-05-20T06:50:28.675Z | info: running `cargo check --bins` on oximeter-collector (217/276) |
| 3965 | 2026-05-20T06:50:29.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3966 | 2026-05-20T06:50:29.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3967 | 2026-05-20T06:50:29.398Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3968 | 2026-05-20T06:50:29.398Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3969 | 2026-05-20T06:50:30.044Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3970 | 2026-05-20T06:50:31.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s |
| 3971 | 2026-05-20T06:50:31.821Z | |
| 3972 | 2026-05-20T06:50:31.821Z | info: running `cargo check --bins` on oximeter-api (218/276) |
| 3973 | 2026-05-20T06:50:32.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3974 | 2026-05-20T06:50:32.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3975 | 2026-05-20T06:50:32.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3976 | 2026-05-20T06:50:32.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3977 | 2026-05-20T06:50:32.423Z | |
| 3978 | 2026-05-20T06:50:32.423Z | info: running `cargo check --bins` on cert-dev (219/276) |
| 3979 | 2026-05-20T06:50:32.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3980 | 2026-05-20T06:50:32.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3981 | 2026-05-20T06:50:33.032Z | Checking yasna v0.5.2 |
| 3982 | 2026-05-20T06:50:33.438Z | Checking rcgen v0.12.1 |
| 3983 | 2026-05-20T06:50:33.684Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3984 | 2026-05-20T06:50:33.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3985 | 2026-05-20T06:50:34.037Z | |
| 3986 | 2026-05-20T06:50:34.037Z | info: running `cargo check --bins` on clickana (220/276) |
| 3987 | 2026-05-20T06:50:34.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3988 | 2026-05-20T06:50:34.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3989 | 2026-05-20T06:50:34.688Z | Compiling darling_core v0.23.0 |
| 3990 | 2026-05-20T06:50:34.797Z | Compiling instability v0.3.11 |
| 3991 | 2026-05-20T06:50:34.807Z | Checking castaway v0.2.4 |
| 3992 | 2026-05-20T06:50:34.813Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3993 | 2026-05-20T06:50:34.817Z | Compiling indoc v2.0.7 |
| 3994 | 2026-05-20T06:50:34.831Z | Checking unicode-truncate v1.1.0 |
| 3995 | 2026-05-20T06:50:34.834Z | Checking lru v0.12.5 |
| 3996 | 2026-05-20T06:50:34.834Z | Checking cassowary v0.3.0 |
| 3997 | 2026-05-20T06:50:34.894Z | Checking compact_str v0.8.1 |
| 3998 | 2026-05-20T06:50:35.872Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3999 | 2026-05-20T06:50:36.055Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4000 | 2026-05-20T06:50:36.205Z | Compiling darling_macro v0.23.0 |
| 4001 | 2026-05-20T06:50:36.613Z | Compiling darling v0.23.0 |
| 4002 | 2026-05-20T06:50:37.215Z | Checking ratatui v0.29.0 |
| 4003 | 2026-05-20T06:50:38.266Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 4004 | 2026-05-20T06:50:38.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s |
| 4005 | 2026-05-20T06:50:39.128Z | |
| 4006 | 2026-05-20T06:50:39.128Z | info: running `cargo check --bins` on clickhouse-cluster-dev (221/276) |
| 4007 | 2026-05-20T06:50:39.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4008 | 2026-05-20T06:50:39.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4009 | 2026-05-20T06:50:39.848Z | Checking headers-core v0.3.0 |
| 4010 | 2026-05-20T06:50:39.852Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4011 | 2026-05-20T06:50:40.046Z | Checking headers v0.4.1 |
| 4012 | 2026-05-20T06:50:40.407Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4013 | 2026-05-20T06:50:41.250Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4014 | 2026-05-20T06:50:41.745Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4015 | 2026-05-20T06:50:42.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 4016 | 2026-05-20T06:50:42.361Z | |
| 4017 | 2026-05-20T06:50:42.361Z | info: running `cargo check --bins` on ch-dev (222/276) |
| 4018 | 2026-05-20T06:50:42.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4019 | 2026-05-20T06:50:42.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4020 | 2026-05-20T06:50:43.088Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4021 | 2026-05-20T06:50:43.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
| 4022 | 2026-05-20T06:50:44.049Z | |
| 4023 | 2026-05-20T06:50:44.049Z | info: running `cargo check --bins` on dev-tools-common (223/276) |
| 4024 | 2026-05-20T06:50:44.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4025 | 2026-05-20T06:50:44.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4026 | 2026-05-20T06:50:44.456Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4027 | 2026-05-20T06:50:44.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 4028 | 2026-05-20T06:50:44.513Z | |
| 4029 | 2026-05-20T06:50:44.513Z | info: running `cargo check --bins` on crdb-seed (224/276) |
| 4030 | 2026-05-20T06:50:45.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4031 | 2026-05-20T06:50:45.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4032 | 2026-05-20T06:50:45.230Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4033 | 2026-05-20T06:50:46.211Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4034 | 2026-05-20T06:50:46.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
| 4035 | 2026-05-20T06:50:46.769Z | |
| 4036 | 2026-05-20T06:50:46.769Z | info: running `cargo check --bins` on db-dev (225/276) |
| 4037 | 2026-05-20T06:50:47.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4038 | 2026-05-20T06:50:47.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4039 | 2026-05-20T06:50:47.494Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4040 | 2026-05-20T06:50:48.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
| 4041 | 2026-05-20T06:50:48.449Z | |
| 4042 | 2026-05-20T06:50:48.449Z | info: running `cargo check --bins` on omicron-dev-lib (226/276) |
| 4043 | 2026-05-20T06:50:48.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4044 | 2026-05-20T06:50:49.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4045 | 2026-05-20T06:50:49.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4046 | 2026-05-20T06:50:49.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4047 | 2026-05-20T06:50:49.096Z | |
| 4048 | 2026-05-20T06:50:49.096Z | info: running `cargo check --bins` on xtask-downloader (227/276) |
| 4049 | 2026-05-20T06:50:49.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4050 | 2026-05-20T06:50:49.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4051 | 2026-05-20T06:50:49.712Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4052 | 2026-05-20T06:50:50.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
| 4053 | 2026-05-20T06:50:50.573Z | |
| 4054 | 2026-05-20T06:50:50.573Z | info: running `cargo check --bins` on omicron-dropshot-apis (228/276) |
| 4055 | 2026-05-20T06:50:51.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4056 | 2026-05-20T06:50:51.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4057 | 2026-05-20T06:50:51.333Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4058 | 2026-05-20T06:50:51.333Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4059 | 2026-05-20T06:50:51.337Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7b670c83387c75bcd7f468013e65fde69a2707eb#7b670c83) |
| 4060 | 2026-05-20T06:50:51.337Z | Checking git-stub v1.0.0 |
| 4061 | 2026-05-20T06:50:51.337Z | Compiling trait-variant v0.1.2 |
| 4062 | 2026-05-20T06:50:51.337Z | Checking maplit v1.0.2 |
| 4063 | 2026-05-20T06:50:51.337Z | Checking is_ci v1.2.0 |
| 4064 | 2026-05-20T06:50:51.453Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4065 | 2026-05-20T06:50:51.534Z | Checking supports-color v3.0.2 |
| 4066 | 2026-05-20T06:50:51.551Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4067 | 2026-05-20T06:50:51.593Z | Checking git-stub-vcs v0.1.0 |
| 4068 | 2026-05-20T06:50:51.652Z | Checking drift v0.1.4 |
| 4069 | 2026-05-20T06:50:51.666Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4070 | 2026-05-20T06:50:51.749Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4071 | 2026-05-20T06:50:51.784Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4072 | 2026-05-20T06:50:51.941Z | Checking dropshot-api-manager v0.7.1 |
| 4073 | 2026-05-20T06:50:51.957Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4074 | 2026-05-20T06:50:51.972Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4075 | 2026-05-20T06:50:51.986Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 4076 | 2026-05-20T06:50:52.181Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4077 | 2026-05-20T06:50:52.251Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 4078 | 2026-05-20T06:50:52.424Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7b670c83387c75bcd7f468013e65fde69a2707eb#7b670c83) |
| 4079 | 2026-05-20T06:50:52.712Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4080 | 2026-05-20T06:50:57.608Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4081 | 2026-05-20T06:50:58.692Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4082 | 2026-05-20T06:50:59.256Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4083 | 2026-05-20T06:50:59.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s |
| 4084 | 2026-05-20T06:50:59.894Z | |
| 4085 | 2026-05-20T06:50:59.894Z | info: running `cargo check --bins` on installinator-api (229/276) |
| 4086 | 2026-05-20T06:51:00.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4087 | 2026-05-20T06:51:00.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4088 | 2026-05-20T06:51:00.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4089 | 2026-05-20T06:51:00.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4090 | 2026-05-20T06:51:00.501Z | |
| 4091 | 2026-05-20T06:51:00.502Z | info: running `cargo check --bins` on nexus-external-api (230/276) |
| 4092 | 2026-05-20T06:51:01.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4093 | 2026-05-20T06:51:01.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4094 | 2026-05-20T06:51:01.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4095 | 2026-05-20T06:51:01.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4096 | 2026-05-20T06:51:01.143Z | |
| 4097 | 2026-05-20T06:51:01.143Z | info: running `cargo check --bins` on nexus-internal-api (231/276) |
| 4098 | 2026-05-20T06:51:01.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4099 | 2026-05-20T06:51:01.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4100 | 2026-05-20T06:51:01.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4101 | 2026-05-20T06:51:01.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4102 | 2026-05-20T06:51:01.791Z | |
| 4103 | 2026-05-20T06:51:01.791Z | info: running `cargo check --bins` on nexus-lockstep-api (232/276) |
| 4104 | 2026-05-20T06:51:02.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4105 | 2026-05-20T06:51:02.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4106 | 2026-05-20T06:51:02.339Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4107 | 2026-05-20T06:51:02.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4108 | 2026-05-20T06:51:02.440Z | |
| 4109 | 2026-05-20T06:51:02.440Z | info: running `cargo check --bins` on ntp-admin-api (233/276) |
| 4110 | 2026-05-20T06:51:02.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4111 | 2026-05-20T06:51:02.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4112 | 2026-05-20T06:51:02.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4113 | 2026-05-20T06:51:02.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4114 | 2026-05-20T06:51:03.049Z | |
| 4115 | 2026-05-20T06:51:03.050Z | info: running `cargo check --bins` on ntp-admin-types-versions (234/276) |
| 4116 | 2026-05-20T06:51:03.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4117 | 2026-05-20T06:51:03.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4118 | 2026-05-20T06:51:03.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4119 | 2026-05-20T06:51:03.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4120 | 2026-05-20T06:51:03.642Z | |
| 4121 | 2026-05-20T06:51:03.642Z | info: running `cargo check --bins` on wicketd-api (235/276) |
| 4122 | 2026-05-20T06:51:04.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4123 | 2026-05-20T06:51:04.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4124 | 2026-05-20T06:51:04.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4125 | 2026-05-20T06:51:04.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 4126 | 2026-05-20T06:51:04.265Z | |
| 4127 | 2026-05-20T06:51:04.265Z | info: running `cargo check --bins` on omicron-ls-apis (236/276) |
| 4128 | 2026-05-20T06:51:04.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4129 | 2026-05-20T06:51:04.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4130 | 2026-05-20T06:51:04.880Z | Checking typeid v1.0.3 |
| 4131 | 2026-05-20T06:51:04.993Z | Checking ordered-float v2.10.1 |
| 4132 | 2026-05-20T06:51:05.013Z | Checking unicode-xid v0.2.6 |
| 4133 | 2026-05-20T06:51:05.025Z | Checking cargo-platform v0.2.0 |
| 4134 | 2026-05-20T06:51:05.036Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 4135 | 2026-05-20T06:51:05.060Z | Checking erased-serde v0.4.9 |
| 4136 | 2026-05-20T06:51:05.195Z | Checking serde-value v0.7.0 |
| 4137 | 2026-05-20T06:51:05.368Z | Checking serde-untagged v0.1.9 |
| 4138 | 2026-05-20T06:51:05.521Z | Checking cargo-util-schemas v0.8.2 |
| 4139 | 2026-05-20T06:51:06.194Z | Checking cargo_metadata v0.21.0 |
| 4140 | 2026-05-20T06:51:06.788Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4141 | 2026-05-20T06:51:07.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
| 4142 | 2026-05-20T06:51:07.645Z | |
| 4143 | 2026-05-20T06:51:07.645Z | info: running `cargo check --bins` on mgs-dev (237/276) |
| 4144 | 2026-05-20T06:51:08.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4145 | 2026-05-20T06:51:08.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4146 | 2026-05-20T06:51:08.392Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4147 | 2026-05-20T06:51:09.014Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4148 | 2026-05-20T06:51:09.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 4149 | 2026-05-20T06:51:09.728Z | |
| 4150 | 2026-05-20T06:51:09.728Z | info: running `cargo check --bins` on omicron-omdb (238/276) |
| 4151 | 2026-05-20T06:51:10.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4152 | 2026-05-20T06:51:10.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4153 | 2026-05-20T06:51:10.592Z | Compiling vergen-gitcl v1.0.8 |
| 4154 | 2026-05-20T06:51:10.592Z | Compiling dirs-sys-next v0.1.2 |
| 4155 | 2026-05-20T06:51:10.592Z | Compiling diesel_derives v2.3.7 |
| 4156 | 2026-05-20T06:51:10.592Z | Compiling glob v0.3.3 |
| 4157 | 2026-05-20T06:51:10.592Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4158 | 2026-05-20T06:51:10.592Z | Compiling crunchy v0.2.4 |
| 4159 | 2026-05-20T06:51:10.596Z | Compiling dsl_auto_type v0.2.0 |
| 4160 | 2026-05-20T06:51:10.596Z | Checking scheduled-thread-pool v0.2.7 |
| 4161 | 2026-05-20T06:51:10.884Z | Compiling dirs-next v2.0.0 |
| 4162 | 2026-05-20T06:51:10.984Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 4163 | 2026-05-20T06:51:10.998Z | Compiling tiny-keccak v2.0.2 |
| 4164 | 2026-05-20T06:51:11.012Z | Compiling term v0.7.0 |
| 4165 | 2026-05-20T06:51:11.095Z | Compiling clang-sys v1.8.1 |
| 4166 | 2026-05-20T06:51:11.151Z | Checking r2d2 v0.8.10 |
| 4167 | 2026-05-20T06:51:11.185Z | Compiling bit-vec v0.6.3 |
| 4168 | 2026-05-20T06:51:11.222Z | Checking downcast-rs v2.0.2 |
| 4169 | 2026-05-20T06:51:11.319Z | Compiling ascii-canvas v3.0.0 |
| 4170 | 2026-05-20T06:51:11.402Z | Compiling bit-set v0.5.3 |
| 4171 | 2026-05-20T06:51:11.504Z | Compiling itertools v0.10.5 |
| 4172 | 2026-05-20T06:51:11.557Z | Compiling ena v0.14.4 |
| 4173 | 2026-05-20T06:51:11.560Z | Compiling libloading v0.8.9 |
| 4174 | 2026-05-20T06:51:11.586Z | Compiling diff v0.1.13 |
| 4175 | 2026-05-20T06:51:11.604Z | Compiling regex-syntax v0.6.29 |
| 4176 | 2026-05-20T06:51:11.739Z | Compiling bindgen v0.71.1 |
| 4177 | 2026-05-20T06:51:11.777Z | Compiling cexpr v0.6.0 |
| 4178 | 2026-05-20T06:51:11.839Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4179 | 2026-05-20T06:51:12.033Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4180 | 2026-05-20T06:51:12.191Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4181 | 2026-05-20T06:51:12.212Z | Compiling libxml v0.3.3 |
| 4182 | 2026-05-20T06:51:12.432Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4183 | 2026-05-20T06:51:12.476Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4184 | 2026-05-20T06:51:12.540Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4185 | 2026-05-20T06:51:12.738Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4186 | 2026-05-20T06:51:12.756Z | Compiling strum_macros v0.24.3 |
| 4187 | 2026-05-20T06:51:12.786Z | Compiling indoc v1.0.9 |
| 4188 | 2026-05-20T06:51:13.001Z | Compiling lalrpop v0.19.12 |
| 4189 | 2026-05-20T06:51:13.737Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4190 | 2026-05-20T06:51:13.927Z | Checking derive_builder v0.20.2 |
| 4191 | 2026-05-20T06:51:14.073Z | Compiling oso-derive v0.27.3 |
| 4192 | 2026-05-20T06:51:14.122Z | Checking quick-xml v0.37.5 |
| 4193 | 2026-05-20T06:51:14.287Z | Compiling impl-trait-for-tuples v0.2.3 |
| 4194 | 2026-05-20T06:51:14.569Z | Checking openssl-probe v0.1.6 |
| 4195 | 2026-05-20T06:51:14.709Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4196 | 2026-05-20T06:51:15.011Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4197 | 2026-05-20T06:51:15.204Z | Checking bb8 v0.8.6 |
| 4198 | 2026-05-20T06:51:15.444Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4199 | 2026-05-20T06:51:15.466Z | Checking nonempty v0.12.0 |
| 4200 | 2026-05-20T06:51:15.485Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4201 | 2026-05-20T06:51:15.628Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4202 | 2026-05-20T06:51:15.666Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4203 | 2026-05-20T06:51:15.703Z | Checking console v0.16.2 |
| 4204 | 2026-05-20T06:51:15.843Z | Checking unit-prefix v0.5.2 |
| 4205 | 2026-05-20T06:51:15.858Z | Checking support-bundle-viewer v0.1.2 |
| 4206 | 2026-05-20T06:51:15.977Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4207 | 2026-05-20T06:51:16.008Z | Checking indicatif v0.18.4 |
| 4208 | 2026-05-20T06:51:16.096Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4209 | 2026-05-20T06:51:16.258Z | Checking multimap v0.10.1 |
| 4210 | 2026-05-20T06:51:16.621Z | Checking diesel v2.3.7 |
| 4211 | 2026-05-20T06:51:18.470Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4212 | 2026-05-20T06:51:18.730Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4213 | 2026-05-20T06:51:19.066Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4214 | 2026-05-20T06:51:20.190Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4215 | 2026-05-20T06:51:20.519Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4216 | 2026-05-20T06:51:20.659Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4217 | 2026-05-20T06:51:21.171Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4218 | 2026-05-20T06:51:21.260Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4219 | 2026-05-20T06:51:23.237Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4220 | 2026-05-20T06:51:28.469Z | Compiling samael v0.0.19 |
| 4221 | 2026-05-20T06:51:32.210Z | Checking diesel-dtrace v0.5.0 |
| 4222 | 2026-05-20T06:51:32.413Z | Checking async-bb8-diesel v0.2.1 |
| 4223 | 2026-05-20T06:51:33.139Z | Compiling polar-core v0.27.3 |
| 4224 | 2026-05-20T06:51:37.565Z | Checking oso v0.27.3 |
| 4225 | 2026-05-20T06:52:14.376Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4226 | 2026-05-20T06:52:47.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s |
| 4227 | 2026-05-20T06:52:47.840Z | |
| 4228 | 2026-05-20T06:52:47.840Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276) |
| 4229 | 2026-05-20T06:52:48.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4230 | 2026-05-20T06:52:48.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4231 | 2026-05-20T06:52:48.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4232 | 2026-05-20T06:52:48.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4233 | 2026-05-20T06:52:48.503Z | |
| 4234 | 2026-05-20T06:52:48.503Z | info: running `cargo check --bins` on nexus-saga-recovery (240/276) |
| 4235 | 2026-05-20T06:52:49.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4236 | 2026-05-20T06:52:49.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4237 | 2026-05-20T06:52:49.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4238 | 2026-05-20T06:52:49.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4239 | 2026-05-20T06:52:49.162Z | |
| 4240 | 2026-05-20T06:52:49.162Z | info: running `cargo check --bins` on nexus-test-utils-macros (241/276) |
| 4241 | 2026-05-20T06:52:49.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4242 | 2026-05-20T06:52:49.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4243 | 2026-05-20T06:52:49.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4244 | 2026-05-20T06:52:49.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4245 | 2026-05-20T06:52:49.755Z | |
| 4246 | 2026-05-20T06:52:49.755Z | info: running `cargo check --bins --no-default-features` on omicron-nexus (242/276) |
| 4247 | 2026-05-20T06:52:50.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4248 | 2026-05-20T06:52:50.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4249 | 2026-05-20T06:52:50.631Z | Compiling libz-sys v1.1.24 |
| 4250 | 2026-05-20T06:52:50.762Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 4251 | 2026-05-20T06:52:50.773Z | Compiling vergen-git2 v1.0.7 |
| 4252 | 2026-05-20T06:52:50.783Z | Compiling rustls v0.21.12 |
| 4253 | 2026-05-20T06:52:50.793Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4254 | 2026-05-20T06:52:50.805Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4255 | 2026-05-20T06:52:50.808Z | Checking sct v0.7.1 |
| 4256 | 2026-05-20T06:52:50.808Z | Checking rustls-webpki v0.101.7 |
| 4257 | 2026-05-20T06:52:50.960Z | Compiling nix v0.29.0 |
| 4258 | 2026-05-20T06:52:50.989Z | Compiling dropshot v0.16.7 |
| 4259 | 2026-05-20T06:52:51.021Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4260 | 2026-05-20T06:52:51.039Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4261 | 2026-05-20T06:52:51.143Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4262 | 2026-05-20T06:52:51.220Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4263 | 2026-05-20T06:52:51.247Z | Checking toml v0.9.12+spec-1.1.0 |
| 4264 | 2026-05-20T06:52:51.290Z | Compiling dropshot_endpoint v0.16.7 |
| 4265 | 2026-05-20T06:52:51.442Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4266 | 2026-05-20T06:52:51.574Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4267 | 2026-05-20T06:52:51.697Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 4268 | 2026-05-20T06:52:51.825Z | Checking rustls-pemfile v1.0.4 |
| 4269 | 2026-05-20T06:52:51.963Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4270 | 2026-05-20T06:52:52.153Z | Checking twox-hash v2.1.2 |
| 4271 | 2026-05-20T06:52:52.172Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4272 | 2026-05-20T06:52:52.419Z | Checking tokio-rustls v0.24.1 |
| 4273 | 2026-05-20T06:52:52.954Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4274 | 2026-05-20T06:52:53.052Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4275 | 2026-05-20T06:52:53.070Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4276 | 2026-05-20T06:52:53.610Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4277 | 2026-05-20T06:52:53.718Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 4278 | 2026-05-20T06:52:53.718Z | Checking fatfs v0.3.6 |
| 4279 | 2026-05-20T06:52:53.801Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 4280 | 2026-05-20T06:52:53.868Z | Compiling seq-macro v0.3.6 |
| 4281 | 2026-05-20T06:52:57.555Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4282 | 2026-05-20T06:52:57.680Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 4283 | 2026-05-20T06:52:58.120Z | Compiling git2 v0.20.4 |
| 4284 | 2026-05-20T06:53:00.319Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 4285 | 2026-05-20T06:53:47.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.07s |
| 4286 | 2026-05-20T06:53:48.070Z | |
| 4287 | 2026-05-20T06:53:48.071Z | info: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276) |
| 4288 | 2026-05-20T06:53:48.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4289 | 2026-05-20T06:53:48.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4290 | 2026-05-20T06:53:48.968Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4291 | 2026-05-20T06:54:27.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s |
| 4292 | 2026-05-20T06:54:27.757Z | |
| 4293 | 2026-05-20T06:54:27.757Z | info: running `cargo check --bins` on nexus-background-task-interface (244/276) |
| 4294 | 2026-05-20T06:54:28.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4295 | 2026-05-20T06:54:28.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4296 | 2026-05-20T06:54:28.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4297 | 2026-05-20T06:54:28.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 4298 | 2026-05-20T06:54:28.359Z | |
| 4299 | 2026-05-20T06:54:28.359Z | info: running `cargo check --bins --no-default-features` on nexus-fm (245/276) |
| 4300 | 2026-05-20T06:54:28.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4301 | 2026-05-20T06:54:28.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4302 | 2026-05-20T06:54:28.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4303 | 2026-05-20T06:54:28.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4304 | 2026-05-20T06:54:29.008Z | |
| 4305 | 2026-05-20T06:54:29.008Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276) |
| 4306 | 2026-05-20T06:54:29.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4307 | 2026-05-20T06:54:29.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4308 | 2026-05-20T06:54:29.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4309 | 2026-05-20T06:54:29.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4310 | 2026-05-20T06:54:29.668Z | |
| 4311 | 2026-05-20T06:54:29.669Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (247/276) |
| 4312 | 2026-05-20T06:54:30.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4313 | 2026-05-20T06:54:30.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4314 | 2026-05-20T06:54:30.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4315 | 2026-05-20T06:54:30.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4316 | 2026-05-20T06:54:30.328Z | |
| 4317 | 2026-05-20T06:54:30.328Z | info: running `cargo check --bins` on nexus-mgs-updates (248/276) |
| 4318 | 2026-05-20T06:54:30.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4319 | 2026-05-20T06:54:30.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4320 | 2026-05-20T06:54:30.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4321 | 2026-05-20T06:54:30.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4322 | 2026-05-20T06:54:30.980Z | |
| 4323 | 2026-05-20T06:54:30.980Z | info: running `cargo check --bins` on nexus-networking (249/276) |
| 4324 | 2026-05-20T06:54:31.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4325 | 2026-05-20T06:54:31.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4326 | 2026-05-20T06:54:31.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4327 | 2026-05-20T06:54:31.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 4328 | 2026-05-20T06:54:31.630Z | |
| 4329 | 2026-05-20T06:54:31.630Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (250/276) |
| 4330 | 2026-05-20T06:54:32.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4331 | 2026-05-20T06:54:32.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4332 | 2026-05-20T06:54:32.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4333 | 2026-05-20T06:54:32.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4334 | 2026-05-20T06:54:32.290Z | |
| 4335 | 2026-05-20T06:54:32.291Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276) |
| 4336 | 2026-05-20T06:54:32.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4337 | 2026-05-20T06:54:32.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4338 | 2026-05-20T06:54:32.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4339 | 2026-05-20T06:54:32.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 4340 | 2026-05-20T06:54:32.950Z | |
| 4341 | 2026-05-20T06:54:32.951Z | info: running `cargo check --bins` on omicron-dev (252/276) |
| 4342 | 2026-05-20T06:54:33.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4343 | 2026-05-20T06:54:33.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4344 | 2026-05-20T06:54:33.855Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4345 | 2026-05-20T06:54:33.855Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4346 | 2026-05-20T06:54:34.045Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 4347 | 2026-05-20T06:54:34.076Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 4348 | 2026-05-20T06:54:34.097Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4349 | 2026-05-20T06:54:34.101Z | Checking yansi v1.0.1 |
| 4350 | 2026-05-20T06:54:34.101Z | Checking diff v0.1.13 |
| 4351 | 2026-05-20T06:54:34.144Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4352 | 2026-05-20T06:54:34.184Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4353 | 2026-05-20T06:54:34.379Z | Checking pretty_assertions v1.4.1 |
| 4354 | 2026-05-20T06:54:34.994Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4355 | 2026-05-20T06:54:35.157Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4356 | 2026-05-20T06:54:58.443Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4357 | 2026-05-20T06:54:58.446Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4358 | 2026-05-20T06:54:58.446Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4359 | 2026-05-20T06:54:58.446Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4360 | 2026-05-20T06:54:58.447Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4361 | 2026-05-20T06:54:58.447Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4362 | 2026-05-20T06:54:59.300Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4363 | 2026-05-20T06:55:00.389Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4364 | 2026-05-20T06:55:39.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 4365 | 2026-05-20T06:55:39.376Z | |
| 4366 | 2026-05-20T06:55:39.376Z | info: running `cargo check --bins` on omicron-pins (253/276) |
| 4367 | 2026-05-20T06:55:39.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4368 | 2026-05-20T06:55:39.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4369 | 2026-05-20T06:55:39.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4370 | 2026-05-20T06:55:39.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4371 | 2026-05-20T06:55:39.976Z | |
| 4372 | 2026-05-20T06:55:39.976Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276) |
| 4373 | 2026-05-20T06:55:40.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4374 | 2026-05-20T06:55:40.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4375 | 2026-05-20T06:55:40.756Z | Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4376 | 2026-05-20T06:55:40.878Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4377 | 2026-05-20T06:55:40.882Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4378 | 2026-05-20T06:56:06.523Z | Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4379 | 2026-05-20T06:56:06.913Z | Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4380 | 2026-05-20T06:56:08.614Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4381 | 2026-05-20T06:56:09.069Z | Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4382 | 2026-05-20T06:56:11.989Z | Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4383 | 2026-05-20T06:56:34.584Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4384 | 2026-05-20T06:56:35.283Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4385 | 2026-05-20T06:56:36.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.92s |
| 4386 | 2026-05-20T06:56:37.121Z | |
| 4387 | 2026-05-20T06:56:37.121Z | info: running `cargo check --bins` on reconfigurator-sp-updater (255/276) |
| 4388 | 2026-05-20T06:56:37.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4389 | 2026-05-20T06:56:37.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4390 | 2026-05-20T06:56:37.852Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4391 | 2026-05-20T06:56:38.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4392 | 2026-05-20T06:56:38.745Z | |
| 4393 | 2026-05-20T06:56:38.745Z | info: running `cargo check --bins` on omicron-releng (256/276) |
| 4394 | 2026-05-20T06:56:39.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4395 | 2026-05-20T06:56:39.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4396 | 2026-05-20T06:56:39.407Z | Compiling blake3 v1.8.3 |
| 4397 | 2026-05-20T06:56:39.516Z | Checking constant_time_eq v0.4.2 |
| 4398 | 2026-05-20T06:56:39.520Z | Checking arrayref v0.3.9 |
| 4399 | 2026-05-20T06:56:39.520Z | Checking arrayvec v0.7.6 |
| 4400 | 2026-05-20T06:56:39.537Z | Checking topological-sort v0.2.2 |
| 4401 | 2026-05-20T06:56:39.540Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4402 | 2026-05-20T06:56:39.540Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 4403 | 2026-05-20T06:56:39.540Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4404 | 2026-05-20T06:56:39.579Z | Checking shell-words v1.1.1 |
| 4405 | 2026-05-20T06:56:40.294Z | Checking omicron-zone-package v0.12.2 |
| 4406 | 2026-05-20T06:56:41.004Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4407 | 2026-05-20T06:56:41.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 4408 | 2026-05-20T06:56:42.009Z | |
| 4409 | 2026-05-20T06:56:42.009Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (257/276) |
| 4410 | 2026-05-20T06:56:42.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4411 | 2026-05-20T06:56:42.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4412 | 2026-05-20T06:56:42.652Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4413 | 2026-05-20T06:56:42.971Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4414 | 2026-05-20T06:56:43.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4415 | 2026-05-20T06:56:43.544Z | |
| 4416 | 2026-05-20T06:56:43.544Z | info: running `cargo check --bins` on schema (258/276) |
| 4417 | 2026-05-20T06:56:44.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4418 | 2026-05-20T06:56:44.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4419 | 2026-05-20T06:56:44.283Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 4420 | 2026-05-20T06:56:44.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 4421 | 2026-05-20T06:56:45.190Z | |
| 4422 | 2026-05-20T06:56:45.190Z | info: running `cargo check --bins` on xtask (259/276) |
| 4423 | 2026-05-20T06:56:45.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4424 | 2026-05-20T06:56:45.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4425 | 2026-05-20T06:56:45.651Z | Checking libc v0.2.185 |
| 4426 | 2026-05-20T06:56:45.655Z | Checking serde v1.0.228 |
| 4427 | 2026-05-20T06:56:45.738Z | Checking zerofrom v0.1.6 |
| 4428 | 2026-05-20T06:56:45.743Z | Checking bitflags v2.11.0 |
| 4429 | 2026-05-20T06:56:45.748Z | Checking smallvec v1.15.1 |
| 4430 | 2026-05-20T06:56:45.755Z | Checking indexmap v2.14.0 |
| 4431 | 2026-05-20T06:56:45.764Z | Checking serde_json v1.0.149 |
| 4432 | 2026-05-20T06:56:45.767Z | Checking scroll v0.12.0 |
| 4433 | 2026-05-20T06:56:45.834Z | Checking yoke v0.8.1 |
| 4434 | 2026-05-20T06:56:45.885Z | Checking num-traits v0.2.19 |
| 4435 | 2026-05-20T06:56:45.923Z | Checking thiserror v1.0.69 |
| 4436 | 2026-05-20T06:56:45.983Z | Checking percent-encoding v2.3.2 |
| 4437 | 2026-05-20T06:56:46.003Z | Checking zerovec v0.11.5 |
| 4438 | 2026-05-20T06:56:46.017Z | Checking zerotrie v0.2.3 |
| 4439 | 2026-05-20T06:56:46.020Z | Checking errno v0.3.14 |
| 4440 | 2026-05-20T06:56:46.117Z | Checking serde_spanned v0.6.9 |
| 4441 | 2026-05-20T06:56:46.118Z | Checking toml_datetime v0.6.11 |
| 4442 | 2026-05-20T06:56:46.140Z | Checking rustix v1.1.3 |
| 4443 | 2026-05-20T06:56:46.246Z | Checking log v0.4.29 |
| 4444 | 2026-05-20T06:56:46.258Z | Checking zerocopy v0.7.35 |
| 4445 | 2026-05-20T06:56:46.277Z | Checking form_urlencoded v1.2.2 |
| 4446 | 2026-05-20T06:56:46.290Z | Checking toml_edit v0.22.27 |
| 4447 | 2026-05-20T06:56:46.371Z | Checking getrandom v0.4.1 |
| 4448 | 2026-05-20T06:56:46.389Z | Checking goblin v0.8.2 |
| 4449 | 2026-05-20T06:56:46.401Z | Checking thiserror v2.0.18 |
| 4450 | 2026-05-20T06:56:46.404Z | Checking ordered-float v2.10.1 |
| 4451 | 2026-05-20T06:56:46.427Z | Checking tinystr v0.8.2 |
| 4452 | 2026-05-20T06:56:46.498Z | Checking potential_utf v0.1.4 |
| 4453 | 2026-05-20T06:56:46.509Z | Checking syn v2.0.117 |
| 4454 | 2026-05-20T06:56:46.604Z | Checking icu_locale_core v2.1.1 |
| 4455 | 2026-05-20T06:56:46.628Z | Checking serde-value v0.7.0 |
| 4456 | 2026-05-20T06:56:46.631Z | Checking icu_collections v2.1.1 |
| 4457 | 2026-05-20T06:56:46.755Z | Checking dtrace-parser v0.2.0 |
| 4458 | 2026-05-20T06:56:46.830Z | Checking thread-id v4.2.2 |
| 4459 | 2026-05-20T06:56:46.912Z | Checking once_cell v1.21.3 |
| 4460 | 2026-05-20T06:56:46.945Z | Checking cargo-platform v0.2.0 |
| 4461 | 2026-05-20T06:56:46.960Z | Checking terminal_size v0.4.3 |
| 4462 | 2026-05-20T06:56:46.992Z | Checking memmap v0.7.0 |
| 4463 | 2026-05-20T06:56:47.068Z | Checking clap_builder v4.5.60 |
| 4464 | 2026-05-20T06:56:47.103Z | Checking tempfile v3.25.0 |
| 4465 | 2026-05-20T06:56:47.116Z | Checking textwrap v0.16.2 |
| 4466 | 2026-05-20T06:56:47.119Z | Checking fs-err v3.3.0 |
| 4467 | 2026-05-20T06:56:47.144Z | Checking icu_provider v2.1.1 |
| 4468 | 2026-05-20T06:56:47.288Z | Checking camino-tempfile v1.4.1 |
| 4469 | 2026-05-20T06:56:47.299Z | Checking anyhow v1.0.102 |
| 4470 | 2026-05-20T06:56:47.315Z | Checking tabled v0.15.0 |
| 4471 | 2026-05-20T06:56:47.377Z | Checking icu_normalizer v2.1.1 |
| 4472 | 2026-05-20T06:56:47.388Z | Checking icu_properties v2.1.2 |
| 4473 | 2026-05-20T06:56:47.440Z | Checking toml v0.8.23 |
| 4474 | 2026-05-20T06:56:47.490Z | Checking macaddr v1.0.1 |
| 4475 | 2026-05-20T06:56:47.669Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 4476 | 2026-05-20T06:56:47.753Z | Checking cargo_toml v0.21.0 |
| 4477 | 2026-05-20T06:56:48.189Z | Checking idna_adapter v1.2.1 |
| 4478 | 2026-05-20T06:56:48.241Z | Checking dof v0.3.0 |
| 4479 | 2026-05-20T06:56:48.252Z | Checking clap v4.5.60 |
| 4480 | 2026-05-20T06:56:48.304Z | Checking idna v1.1.0 |
| 4481 | 2026-05-20T06:56:48.499Z | Checking usdt-impl v0.5.0 |
| 4482 | 2026-05-20T06:56:48.524Z | Checking url v2.5.8 |
| 4483 | 2026-05-20T06:56:48.736Z | Checking usdt v0.5.0 |
| 4484 | 2026-05-20T06:56:48.858Z | Checking cargo-util-schemas v0.8.2 |
| 4485 | 2026-05-20T06:56:49.535Z | Checking cargo_metadata v0.21.0 |
| 4486 | 2026-05-20T06:56:50.130Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 4487 | 2026-05-20T06:56:50.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
| 4488 | 2026-05-20T06:56:50.666Z | |
| 4489 | 2026-05-20T06:56:50.667Z | info: running `cargo check --bins` on dnsadm (260/276) |
| 4490 | 2026-05-20T06:56:51.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4491 | 2026-05-20T06:56:51.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4492 | 2026-05-20T06:56:51.319Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4493 | 2026-05-20T06:56:51.795Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 4494 | 2026-05-20T06:56:52.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s |
| 4495 | 2026-05-20T06:56:52.384Z | |
| 4496 | 2026-05-20T06:56:52.384Z | info: running `cargo check --bins` on end-to-end-tests (261/276) |
| 4497 | 2026-05-20T06:56:52.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4498 | 2026-05-20T06:56:52.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4499 | 2026-05-20T06:56:53.193Z | Checking polyval v0.6.2 |
| 4500 | 2026-05-20T06:56:53.317Z | Checking ctr v0.9.2 |
| 4501 | 2026-05-20T06:56:53.328Z | Checking ssh-encoding v0.2.0 |
| 4502 | 2026-05-20T06:56:53.328Z | Checking blowfish v0.9.1 |
| 4503 | 2026-05-20T06:56:53.349Z | Checking password-hash v0.4.2 |
| 4504 | 2026-05-20T06:56:53.364Z | Checking p256 v0.13.2 |
| 4505 | 2026-05-20T06:56:53.367Z | Checking p521 v0.13.3 |
| 4506 | 2026-05-20T06:56:53.391Z | Checking russh-cryptovec v0.7.3 |
| 4507 | 2026-05-20T06:56:53.456Z | Checking ghash v0.5.1 |
| 4508 | 2026-05-20T06:56:53.470Z | Checking md5 v0.7.0 |
| 4509 | 2026-05-20T06:56:53.483Z | Checking bcrypt-pbkdf v0.10.0 |
| 4510 | 2026-05-20T06:56:53.502Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4511 | 2026-05-20T06:56:53.518Z | Checking num-bigint v0.4.6 |
| 4512 | 2026-05-20T06:56:53.555Z | Checking pbkdf2 v0.11.0 |
| 4513 | 2026-05-20T06:56:53.570Z | Checking aes-gcm v0.10.3 |
| 4514 | 2026-05-20T06:56:53.604Z | Checking des v0.8.1 |
| 4515 | 2026-05-20T06:56:53.640Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4516 | 2026-05-20T06:56:53.640Z | Checking hex-literal v0.4.1 |
| 4517 | 2026-05-20T06:56:53.719Z | Checking ssh-cipher v0.2.0 |
| 4518 | 2026-05-20T06:56:53.722Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4519 | 2026-05-20T06:56:53.748Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4520 | 2026-05-20T06:56:53.761Z | Checking socket2 v0.5.10 |
| 4521 | 2026-05-20T06:56:53.775Z | Checking internet-checksum v0.2.1 |
| 4522 | 2026-05-20T06:56:53.884Z | Checking ssh-key v0.6.7 |
| 4523 | 2026-05-20T06:56:54.029Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4524 | 2026-05-20T06:56:54.505Z | Checking russh-keys v0.45.0 |
| 4525 | 2026-05-20T06:56:55.048Z | Checking russh v0.45.0 |
| 4526 | 2026-05-20T06:57:11.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.86s |
| 4527 | 2026-05-20T06:57:11.464Z | |
| 4528 | 2026-05-20T06:57:11.464Z | info: running `cargo check --bins` on gateway-cli (262/276) |
| 4529 | 2026-05-20T06:57:11.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4530 | 2026-05-20T06:57:11.981Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4531 | 2026-05-20T06:57:12.108Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4532 | 2026-05-20T06:57:12.217Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4533 | 2026-05-20T06:57:12.224Z | Checking termios v0.3.3 |
| 4534 | 2026-05-20T06:57:13.417Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4535 | 2026-05-20T06:57:13.565Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4536 | 2026-05-20T06:57:15.334Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4537 | 2026-05-20T06:57:15.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 4538 | 2026-05-20T06:57:16.080Z | |
| 4539 | 2026-05-20T06:57:16.080Z | info: running `cargo check --bins --no-default-features` on installinator (263/276) |
| 4540 | 2026-05-20T06:57:16.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4541 | 2026-05-20T06:57:16.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4542 | 2026-05-20T06:57:16.799Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 4543 | 2026-05-20T06:57:16.802Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4544 | 2026-05-20T06:57:16.925Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4545 | 2026-05-20T06:57:16.931Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4546 | 2026-05-20T06:57:16.938Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4547 | 2026-05-20T06:57:16.948Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4548 | 2026-05-20T06:57:17.660Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4549 | 2026-05-20T06:57:17.989Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4550 | 2026-05-20T06:57:17.994Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4551 | 2026-05-20T06:57:18.634Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4552 | 2026-05-20T06:57:20.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
| 4553 | 2026-05-20T06:57:20.454Z | |
| 4554 | 2026-05-20T06:57:20.454Z | info: running `cargo check --bins` on internal-dns-cli (264/276) |
| 4555 | 2026-05-20T06:57:20.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4556 | 2026-05-20T06:57:20.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4557 | 2026-05-20T06:57:21.100Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4558 | 2026-05-20T06:57:21.550Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 4559 | 2026-05-20T06:57:21.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
| 4560 | 2026-05-20T06:57:22.063Z | |
| 4561 | 2026-05-20T06:57:22.063Z | info: running `cargo check --bins` on omicron-live-tests (265/276) |
| 4562 | 2026-05-20T06:57:22.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4563 | 2026-05-20T06:57:22.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4564 | 2026-05-20T06:57:22.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4565 | 2026-05-20T06:57:22.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4566 | 2026-05-20T06:57:22.657Z | |
| 4567 | 2026-05-20T06:57:22.657Z | info: running `cargo check --bins` on live-tests-macros (266/276) |
| 4568 | 2026-05-20T06:57:23.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4569 | 2026-05-20T06:57:23.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4570 | 2026-05-20T06:57:23.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4571 | 2026-05-20T06:57:23.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4572 | 2026-05-20T06:57:23.262Z | |
| 4573 | 2026-05-20T06:57:23.262Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276) |
| 4574 | 2026-05-20T06:57:23.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4575 | 2026-05-20T06:57:23.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4576 | 2026-05-20T06:57:24.017Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4577 | 2026-05-20T06:57:24.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 4578 | 2026-05-20T06:57:24.829Z | |
| 4579 | 2026-05-20T06:57:24.830Z | info: running `cargo check --bins` on omicron-ntp-admin (268/276) |
| 4580 | 2026-05-20T06:57:25.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4581 | 2026-05-20T06:57:25.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4582 | 2026-05-20T06:57:25.489Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 4583 | 2026-05-20T06:57:25.510Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 4584 | 2026-05-20T06:57:25.766Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 4585 | 2026-05-20T06:57:25.766Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 4586 | 2026-05-20T06:57:26.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 4587 | 2026-05-20T06:57:26.743Z | |
| 4588 | 2026-05-20T06:57:26.743Z | info: running `cargo check --bins` on ntp-admin-types (269/276) |
| 4589 | 2026-05-20T06:57:27.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4590 | 2026-05-20T06:57:27.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4591 | 2026-05-20T06:57:27.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4592 | 2026-05-20T06:57:27.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4593 | 2026-05-20T06:57:27.337Z | |
| 4594 | 2026-05-20T06:57:27.337Z | info: running `cargo check --bins` on omicron-package (270/276) |
| 4595 | 2026-05-20T06:57:27.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4596 | 2026-05-20T06:57:27.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4597 | 2026-05-20T06:57:28.024Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4598 | 2026-05-20T06:57:29.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s |
| 4599 | 2026-05-20T06:57:29.277Z | |
| 4600 | 2026-05-20T06:57:29.277Z | info: running `cargo check --bins` on tqdb (271/276) |
| 4601 | 2026-05-20T06:57:29.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4602 | 2026-05-20T06:57:29.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4603 | 2026-05-20T06:57:30.066Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4604 | 2026-05-20T06:57:30.412Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4605 | 2026-05-20T06:57:30.918Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4606 | 2026-05-20T06:57:30.918Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4607 | 2026-05-20T06:57:36.780Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4608 | 2026-05-20T06:57:36.780Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4609 | 2026-05-20T06:57:37.346Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4610 | 2026-05-20T06:57:37.347Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4611 | 2026-05-20T06:57:37.354Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4612 | 2026-05-20T06:57:37.354Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4613 | 2026-05-20T06:57:38.094Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4614 | 2026-05-20T06:57:41.553Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4615 | 2026-05-20T06:57:41.553Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4616 | 2026-05-20T06:57:41.553Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4617 | 2026-05-20T06:57:44.727Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4618 | 2026-05-20T06:57:51.146Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4619 | 2026-05-20T06:57:51.149Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4620 | 2026-05-20T06:57:51.149Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4621 | 2026-05-20T06:57:51.149Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4622 | 2026-05-20T06:57:52.606Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4623 | 2026-05-20T06:57:53.916Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4624 | 2026-05-20T06:57:54.584Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4625 | 2026-05-20T06:57:55.817Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4626 | 2026-05-20T06:57:56.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s |
| 4627 | 2026-05-20T06:57:56.568Z | |
| 4628 | 2026-05-20T06:57:56.568Z | info: running `cargo check --bins` on wicket-dbg (272/276) |
| 4629 | 2026-05-20T06:57:57.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4630 | 2026-05-20T06:57:57.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4631 | 2026-05-20T06:57:57.295Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4632 | 2026-05-20T06:57:57.299Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4633 | 2026-05-20T06:57:57.299Z | Checking rtoolbox v0.0.3 |
| 4634 | 2026-05-20T06:57:57.426Z | Checking tui-tree-widget v0.23.1 |
| 4635 | 2026-05-20T06:57:57.526Z | Checking rpassword v7.4.0 |
| 4636 | 2026-05-20T06:57:58.537Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4637 | 2026-05-20T06:58:01.534Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4638 | 2026-05-20T06:58:03.396Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4639 | 2026-05-20T06:58:04.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s |
| 4640 | 2026-05-20T06:58:04.491Z | |
| 4641 | 2026-05-20T06:58:04.491Z | info: running `cargo check --bins` on wicket (273/276) |
| 4642 | 2026-05-20T06:58:05.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4643 | 2026-05-20T06:58:05.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4644 | 2026-05-20T06:58:05.197Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4645 | 2026-05-20T06:58:05.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 4646 | 2026-05-20T06:58:05.769Z | |
| 4647 | 2026-05-20T06:58:05.770Z | info: running `cargo check --bins` on wicketd (274/276) |
| 4648 | 2026-05-20T06:58:06.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4649 | 2026-05-20T06:58:06.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4650 | 2026-05-20T06:58:06.497Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 4651 | 2026-05-20T06:58:06.501Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 4652 | 2026-05-20T06:58:06.501Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4653 | 2026-05-20T06:58:06.613Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 4654 | 2026-05-20T06:58:07.480Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 4655 | 2026-05-20T06:58:08.048Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4656 | 2026-05-20T06:58:10.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
| 4657 | 2026-05-20T06:58:11.166Z | |
| 4658 | 2026-05-20T06:58:11.166Z | info: running `cargo check --bins` on omicron-workspace-hack (275/276) |
| 4659 | 2026-05-20T06:58:11.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4660 | 2026-05-20T06:58:11.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4661 | 2026-05-20T06:58:11.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 4662 | 2026-05-20T06:58:11.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 4663 | 2026-05-20T06:58:11.761Z | |
| 4664 | 2026-05-20T06:58:11.761Z | info: running `cargo check --bins` on zone-setup (276/276) |
| 4665 | 2026-05-20T06:58:12.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 4666 | 2026-05-20T06:58:12.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 4667 | 2026-05-20T06:58:12.439Z | Checking uzers v0.12.2 |
| 4668 | 2026-05-20T06:58:12.706Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4669 | 2026-05-20T06:58:13.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 4670 | 2026-05-20T06:58:13.656Z | |
| 4671 | 2026-05-20T06:58:13.656Z | real 14:09.696534039 |
| 4672 | 2026-05-20T06:58:13.656Z | user 20:33.521279404 |
| 4673 | 2026-05-20T06:58:13.656Z | sys 4:13.075508612 |
| 4674 | 2026-05-20T06:58:13.656Z | trap 0.321453695 |
| 4675 | 2026-05-20T06:58:13.656Z | tflt 1.461114120 |
| 4676 | 2026-05-20T06:58:13.656Z | dflt 1.498156499 |
| 4677 | 2026-05-20T06:58:13.656Z | kflt 0.029422598 |
| 4678 | 2026-05-20T06:58:13.656Z | lock 1:15:36.697075105 |
| 4679 | 2026-05-20T06:58:13.656Z | slp 1:38:18.947677568 |
| 4680 | 2026-05-20T06:58:13.656Z | lat 55.985326620 |
| 4681 | 2026-05-20T06:58:13.656Z | stop 3:35.962172206 |
| 4682 | 2026-05-20T06:58:13.659Z | process exited: duration 986368 ms, exit code 0 |
| |
| 4683 | 2026-05-20T06:58:13.666Z | found 0 output files |