01KQXPP9NKP9CY8D7P0S17PY8A: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQXPPKG7BRX4DW5SB15YYMZX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T03:54:15.728Zjob assigned to worker 01KQXPPV7W31JA8S6WKJSV083H [factory aws, i-05cb72981f950e01b] (queued for 48 s)
 
22026-05-06T03:54:22.606Zstarting task 0: "setup"
32026-05-06T03:54:22.612Z++ uname -s
42026-05-06T03:54:22.614Z+ kern=SunOS
52026-05-06T03:54:22.615Z+ build_user=build
62026-05-06T03:54:22.615Z+ build_uid=12345
72026-05-06T03:54:22.615Z+ work_dir=/work
82026-05-06T03:54:22.615Z+ input_dir=/input
92026-05-06T03:54:22.615Z+ [[ 0 == 12345 ]]
102026-05-06T03:54:22.615Z+ case "$kern" in
112026-05-06T03:54:22.615Z+ groupadd -g 12345 build
122026-05-06T03:54:22.617Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T03:54:24.620Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T03:54:24.739Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T03:54:24.742Z+ home_fs=zfs
162026-05-06T03:54:24.742Z+ [[ zfs == autofs ]]
172026-05-06T03:54:24.742Z+ mkdir -p /home/build
182026-05-06T03:54:24.742Z+ chown build:build /home/build /work
192026-05-06T03:54:25.743Z+ chmod 0700 /home/build /work
202026-05-06T03:54:25.746Zprocess exited: duration 3137 ms, exit code 0
 
212026-05-06T03:54:25.751Zstarting task 1: "rust-toolchain"
222026-05-06T03:54:25.754Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T03:54:25.755Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-06T03:54:25.755Z * rust toolchain channel = "1.94.0"
252026-05-06T03:54:25.755Z * rust toolchain profile = "default"
262026-05-06T03:54:25.755Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T03:54:25.758Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T03:54:25.758Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T03:54:25.758Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T03:54:25.899Zinfo: downloading installer
312026-05-06T03:54:27.607Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T03:54:27.607Zwarn: /opt/ooce/bin
332026-05-06T03:54:27.607Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T03:54:27.607Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T03:54:27.607Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T03:54:27.607Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T03:54:27.607Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T03:54:27.607Zerror: cannot install while Rust is installed
392026-05-06T03:54:27.607Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T03:54:27.607Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T03:54:27.607Zwarn: /home/build/.rustup/settings.toml
422026-05-06T03:54:27.607Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T03:54:27.607Zwarn: instead of the one inferred from the default host triple.
442026-05-06T03:54:27.621Zinfo: profile set to default
452026-05-06T03:54:27.621Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T03:54:27.624Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T03:54:27.779Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T03:54:27.782Zinfo: downloading 6 components
492026-05-06T03:54:43.050Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T03:54:43.050Z
512026-05-06T03:54:43.076Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T03:54:43.076Z
532026-05-06T03:54:43.076Z
542026-05-06T03:54:43.076ZRust is installed now. Great!
552026-05-06T03:54:43.076Z
562026-05-06T03:54:43.076ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T03:54:43.076Zenvironment variable. This has not been done automatically.
582026-05-06T03:54:43.076Z
592026-05-06T03:54:43.076ZTo configure your current shell, you need to source
602026-05-06T03:54:43.076Zthe corresponding env file under $HOME/.cargo.
612026-05-06T03:54:43.076Z
622026-05-06T03:54:43.076ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T03:54:43.076Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T03:54:43.077Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T03:54:43.077Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T03:54:43.077Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T03:54:43.077Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T03:54:43.077Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T03:54:43.080Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T03:54:43.080Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T03:54:43.168Z+ rustup --version
722026-05-06T03:54:43.177Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T03:54:43.180Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T03:54:43.198Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T03:54:43.201Z+ cargo --version
762026-05-06T03:54:43.213Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T03:54:43.216Z+ rustc --version
782026-05-06T03:54:43.235Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T03:54:43.238Zprocess exited: duration 17483 ms, exit code 0
 
802026-05-06T03:54:43.244Zstarting task 2: "authentication"
812026-05-06T03:54:43.260Zprocess exited: duration 15 ms, exit code 0
 
822026-05-06T03:54:43.266Zstarting task 3: "clone repository"
832026-05-06T03:54:43.269Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T03:54:43.272Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T03:54:43.305ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T03:54:52.432Z+ cd /work/oxidecomputer/omicron
872026-05-06T03:54:52.432Z+ git fetch origin 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6
882026-05-06T03:54:52.711ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T03:54:52.711Z * branch 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6 -> FETCH_HEAD
902026-05-06T03:54:52.720Z+ [[ -n eliza/resock ]]
912026-05-06T03:54:52.723Z++ git branch --show-current
922026-05-06T03:54:52.723Z+ current=main
932026-05-06T03:54:52.723Z+ [[ main != eliza/resock ]]
942026-05-06T03:54:52.723Z+ git branch -f eliza/resock 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6
952026-05-06T03:54:52.726Z+ git checkout -f eliza/resock
962026-05-06T03:54:52.954ZSwitched to branch 'eliza/resock'
972026-05-06T03:54:52.957Z+ git reset --hard 6c23dc7b7c450d412d7e0d030a469c9f81be3ef6
982026-05-06T03:54:52.969ZHEAD is now at 6c23dc7b7 ci: change `deploy.sh` to programmatically enumerate disks
992026-05-06T03:54:52.972Zprocess exited: duration 9704 ms, exit code 0
 
1002026-05-06T03:54:52.978Zstarting task 4: "build"
1012026-05-06T03:54:52.982Z+ source .github/buildomat/ci-env.sh
1022026-05-06T03:54:52.985Z++ export CARGO_TERM_COLOR=always
1032026-05-06T03:54:52.985Z++ CARGO_TERM_COLOR=always
1042026-05-06T03:54:52.985Z+ cargo --version
1052026-05-06T03:54:52.991Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T03:54:52.994Z+ rustc --version
1072026-05-06T03:54:53.014Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T03:54:53.017Z+ source ./env.sh
1092026-05-06T03:54:53.017Z++ OLD_SHELL_OPTS=ehxB
1102026-05-06T03:54:53.017Z++ set -o xtrace
1112026-05-06T03:54:53.020Z++++ dirname ./env.sh
1122026-05-06T03:54:53.023Z+++ readlink -f .
1132026-05-06T03:54:53.023Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-06T03:54:53.023Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-06T03:54:53.023Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-06T03:54:53.026Z++ 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
1172026-05-06T03:54:53.026Z++ 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
1182026-05-06T03:54:53.026Z++ 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
1192026-05-06T03:54:53.026Z++ 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
1202026-05-06T03:54:53.026Z++ 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
1212026-05-06T03:54:53.026Z++ 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
1222026-05-06T03:54:53.026Z++ case $OLD_SHELL_OPTS in
1232026-05-06T03:54:53.026Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-06T03:54:53.026Z+ 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
1252026-05-06T03:54:53.026Z+ 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
1262026-05-06T03:54:53.026Z+ banner prerequisites
1272026-05-06T03:54:53.026Z
1282026-05-06T03:54:53.026Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-06T03:54:53.026Z # # # # # # # # # # # # # # #
1302026-05-06T03:54:53.026Z # # # # ##### # # ##### # # # # # #### #
1312026-05-06T03:54:53.026Z ##### ##### # ##### # # # # # # # # #
1322026-05-06T03:54:53.026Z # # # # # # # # # # # # # # #
1332026-05-06T03:54:53.026Z # # # ###### # # ###### ### # #### # #### #
1342026-05-06T03:54:53.026Z
1352026-05-06T03:54:53.026Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-06T03:55:02.983Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-06T03:55:10.407Z Startup: Caching catalogs ... Done
1382026-05-06T03:55:17.758ZPlanning: Solver setup ... Done (5.953s)
1392026-05-06T03:55:17.801ZPlanning: Running solver ... Done (0.042s)
1402026-05-06T03:55:17.942ZPlanning: Finding local manifests ... Done (0.004s)
1412026-05-06T03:55:17.953ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-06T03:55:18.065ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-06T03:55:18.101ZPlanning: Package planning ... Done (0.035s)
1442026-05-06T03:55:18.137ZPlanning: Merging actions ... Done (0.035s)
1452026-05-06T03:55:18.312ZPlanning: Checking for conflicting actions ... Done (0.175s)
1462026-05-06T03:55:18.321ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-06T03:55:19.413ZPlanning: Evaluating mediators ... Done (1.090s)
1482026-05-06T03:55:19.419ZPlanning: Planning completed in 8.85 seconds
1492026-05-06T03:55:19.431Z Packages to install: 5
1502026-05-06T03:55:19.431Z Mediators to change: 3
1512026-05-06T03:55:19.434Z Services to change: 1
1522026-05-06T03:55:19.434Z Estimated space available: 155.34 GB
1532026-05-06T03:55:19.434ZEstimated space to be consumed: 1.90 GB
1542026-05-06T03:55:19.434Z Create boot environment: No
1552026-05-06T03:55:19.434ZCreate backup boot environment: No
1562026-05-06T03:55:19.434Z Rebuild boot archive: No
1572026-05-06T03:55:19.434Z
1582026-05-06T03:55:19.434ZChanged mediators:
1592026-05-06T03:55:19.434Z mediator clang:
1602026-05-06T03:55:19.434Z version: None -> 15 (system default)
1612026-05-06T03:55:19.434Z
1622026-05-06T03:55:19.434Z mediator llvm:
1632026-05-06T03:55:19.434Z version: 14 (system default) -> 15 (system default)
1642026-05-06T03:55:19.434Z
1652026-05-06T03:55:19.434Z mediator postgresql:
1662026-05-06T03:55:19.434Z version: 15 (system default) -> 18 (system default)
1672026-05-06T03:55:19.434Z
1682026-05-06T03:55:19.434ZChanged packages:
1692026-05-06T03:55:19.434Zhelios-dev
1702026-05-06T03:55:19.434Z developer/build-essential
1712026-05-06T03:55:19.434Z None -> 11-2.0
1722026-05-06T03:55:19.434Z library/libxmlsec1
1732026-05-06T03:55:19.434Z None -> 1.2.35-2.0
1742026-05-06T03:55:19.434Z ooce/developer/clang-15
1752026-05-06T03:55:19.434Z None -> 15.0.7-2.0
1762026-05-06T03:55:19.434Z ooce/developer/llvm-15
1772026-05-06T03:55:19.435Z None -> 15.0.7-2.0
1782026-05-06T03:55:19.435Z ooce/library/postgresql-18
1792026-05-06T03:55:19.435Z None -> 18.1-2.0
1802026-05-06T03:55:19.435Z
1812026-05-06T03:55:19.435ZServices:
1822026-05-06T03:55:19.435Z restart_fmri:
1832026-05-06T03:55:19.435Z svc:/system/update-man-index:default
1842026-05-06T03:55:19.472Z
1852026-05-06T03:55:19.472ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-06T03:55:24.473ZDownload: 3013/4272 items 121.3/219.0MB 55% complete (24.4M/s)
1872026-05-06T03:55:28.257ZDownload: Completed 218.99 MB in 8.77 seconds (25.0M/s)
1882026-05-06T03:55:28.627Z Actions: 1/4789 actions (Installing new actions)
1892026-05-06T03:55:31.960Z Actions: Completed 4789 actions in 3.33 seconds.
1902026-05-06T03:55:32.277Z Done (0.312s)
1912026-05-06T03:55:32.277Z Done (0.000s)
1922026-05-06T03:55:33.019Z Done (0.742s)
1932026-05-06T03:55:36.353Z Done (2.978s)
1942026-05-06T03:55:36.432Z Done (0.012s)
1952026-05-06T03:55:36.435Z Done (0.000s)
1962026-05-06T03:55:36.815Z Done (0.000s)
1972026-05-06T03:55:37.754ZPlanning: Evaluating mediator changes ... Done
1982026-05-06T03:55:37.860ZPlanning: Checking for conflicting actions ... Done
1992026-05-06T03:55:37.864ZPlanning: Consolidating action changes ... Done
2002026-05-06T03:55:38.017ZPlanning: Evaluating mediators ... Done
2012026-05-06T03:55:38.020ZPlanning: Planning completed in 0.26 seconds
2022026-05-06T03:55:38.038Z Mediators to change: 2
2032026-05-06T03:55:38.038Z Create boot environment: No
2042026-05-06T03:55:38.039ZCreate backup boot environment: No
2052026-05-06T03:55:38.118Z Done
2062026-05-06T03:55:38.118Z Done
2072026-05-06T03:55:38.721Z Done
2082026-05-06T03:55:41.312Z Done
2092026-05-06T03:55:41.386Z Done
2102026-05-06T03:55:41.389Z Done
2112026-05-06T03:55:41.534Z Done
2122026-05-06T03:55:41.792ZPlanning: Evaluating mediator changes ... Done
2132026-05-06T03:55:41.899ZPlanning: Checking for conflicting actions ... Done
2142026-05-06T03:55:41.902ZPlanning: Consolidating action changes ... Done
2152026-05-06T03:55:42.056ZPlanning: Evaluating mediators ... Done
2162026-05-06T03:55:42.059ZPlanning: Planning completed in 0.26 seconds
2172026-05-06T03:55:42.076Z Mediators to change: 1
2182026-05-06T03:55:42.079Z Create boot environment: No
2192026-05-06T03:55:42.079ZCreate backup boot environment: No
2202026-05-06T03:55:42.141Z Done
2212026-05-06T03:55:42.141Z Done
2222026-05-06T03:55:42.743Z Done
2232026-05-06T03:55:45.295Z Done
2242026-05-06T03:55:45.370Z Done
2252026-05-06T03:55:45.374Z Done
2262026-05-06T03:55:45.567Z Done
2272026-05-06T03:55:45.852ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-05-06T03:55:45.852Zclang system 15 system
2292026-05-06T03:55:45.852Zcsh system system illumos
2302026-05-06T03:55:45.852Zctags system system illumos
2312026-05-06T03:55:45.853Zfile system system illumos
2322026-05-06T03:55:45.853Zgcc vendor 12 vendor
2332026-05-06T03:55:45.853Zgcc system 14 system
2342026-05-06T03:55:45.853Zgcc system 10 system
2352026-05-06T03:55:45.853Zgo system 1.20 system
2362026-05-06T03:55:45.853Zgo system 1.19 system
2372026-05-06T03:55:45.853Zllvm system 15 system
2382026-05-06T03:55:45.853Zllvm system 14 system
2392026-05-06T03:55:45.853Zmariadb system 10.6 system
2402026-05-06T03:55:45.853Zmta vendor vendor dma
2412026-05-06T03:55:45.853Zopenjdk system 17 system
2422026-05-06T03:55:45.853Zopenjdk system 11 system
2432026-05-06T03:55:45.853Zopenjdk system 1.8 system
2442026-05-06T03:55:45.853Zopenssl vendor 3 vendor
2452026-05-06T03:55:45.854Zperl system 5.36 system
2462026-05-06T03:55:45.854Zpostgresql system 18 system
2472026-05-06T03:55:45.854Zpostgresql system 15 system
2482026-05-06T03:55:45.854Zpostgresql system 13 system
2492026-05-06T03:55:45.854Zpython vendor 3 vendor
2502026-05-06T03:55:45.854Zpython system 2 system
2512026-05-06T03:55:45.854Zpython3 system 3.11 system
2522026-05-06T03:55:45.854Zruby system 3.0 system
2532026-05-06T03:55:45.854Zwords vendor vendor american-english
2542026-05-06T03:55:45.854Zwords system system australian-english
2552026-05-06T03:55:45.854Zwords system system british-english
2562026-05-06T03:55:45.854Zwords system system canadian-english
2572026-05-06T03:55:45.854Zwords system system french
2582026-05-06T03:55:45.854Zwords system system italian
2592026-05-06T03:55:45.854Zwords system system ngerman
2602026-05-06T03:55:45.854Zwords system system ogerman
2612026-05-06T03:55:45.854Zwords system system spanish
2622026-05-06T03:55:46.076ZPUBLISHER TYPE STATUS P LOCATION
2632026-05-06T03:55:46.076Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-05-06T03:55:50.700ZFMRI IFO
2652026-05-06T03:55:50.700Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-05-06T03:55:50.700Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-05-06T03:55:50.700Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-05-06T03:55:50.700Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-05-06T03:55:50.700Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-05-06T03:55:50.700Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-05-06T03:55:50.700Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2722026-05-06T03:55:50.700Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2732026-05-06T03:55:50.700Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-05-06T03:55:50.700Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-05-06T03:55:50.700Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-05-06T03:55:50.700Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-05-06T03:55:50.700Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-05-06T03:55:50.700Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-05-06T03:55:50.700Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-05-06T03:55:50.700Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-05-06T03:55:50.700Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-05-06T03:55:51.822Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-05-06T03:55:52.092Z Updating crates.io index
2842026-05-06T03:55:52.124Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-05-06T03:55:52.368Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-05-06T03:55:53.155Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-05-06T03:55:53.908Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-05-06T03:55:54.674Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-05-06T03:55:55.194Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-05-06T03:55:56.530Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-05-06T03:55:57.437Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-05-06T03:55:57.909Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-05-06T03:55:58.765Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-05-06T03:55:59.105Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-05-06T03:55:59.455Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-05-06T03:55:59.693Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-05-06T03:56:00.663Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-05-06T03:56:01.173Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-05-06T03:56:01.508Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-05-06T03:56:01.859Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-05-06T03:56:02.258Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-05-06T03:56:02.502Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-05-06T03:56:02.725Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-05-06T03:56:02.981Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-05-06T03:56:03.370Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-05-06T03:56:03.973Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-05-06T03:56:04.455Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-05-06T03:56:04.864Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-05-06T03:56:05.139Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-05-06T03:56:06.052Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-05-06T03:56:06.287Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-05-06T03:56:07.185Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-05-06T03:56:07.622Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-05-06T03:56:07.934Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-05-06T03:56:08.261Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-05-06T03:56:08.568Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-05-06T03:56:09.311Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-05-06T03:56:09.543Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-05-06T03:56:09.782Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-05-06T03:56:10.094Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-05-06T03:56:10.506Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-05-06T03:56:22.180Z Downloading crates ...
3232026-05-06T03:56:22.242Z Downloaded erased-serde v0.4.9
3242026-05-06T03:56:22.246Z Downloaded anstream v0.6.21
3252026-05-06T03:56:22.249Z Downloaded itoa v1.0.17
3262026-05-06T03:56:22.249Z Downloaded ordered-float v2.10.1
3272026-05-06T03:56:22.252Z Downloaded semver v1.0.28
3282026-05-06T03:56:22.252Z Downloaded log v0.4.29
3292026-05-06T03:56:22.255Z Downloaded heck v0.5.0
3302026-05-06T03:56:22.258Z Downloaded byteorder v1.5.0
3312026-05-06T03:56:22.265Z Downloaded getrandom v0.4.1
3322026-05-06T03:56:22.268Z Downloaded memmap v0.7.0
3332026-05-06T03:56:22.268Z Downloaded unicode-xid v0.2.6
3342026-05-06T03:56:22.271Z Downloaded ucd-trie v0.1.7
3352026-05-06T03:56:22.271Z Downloaded thiserror v1.0.69
3362026-05-06T03:56:22.274Z Downloaded yoke v0.8.1
3372026-05-06T03:56:22.277Z Downloaded fastrand v2.3.0
3382026-05-06T03:56:22.280Z Downloaded dof v0.3.0
3392026-05-06T03:56:22.283Z Downloaded dtrace-parser v0.2.0
3402026-05-06T03:56:22.286Z Downloaded pest v2.8.6
3412026-05-06T03:56:22.288Z Downloaded camino v1.2.2
3422026-05-06T03:56:22.288Z Downloaded anstyle v1.0.13
3432026-05-06T03:56:22.291Z Downloaded pest_generator v2.8.6
3442026-05-06T03:56:22.294Z Downloaded colorchoice v1.0.4
3452026-05-06T03:56:22.297Z Downloaded version_check v0.9.5
3462026-05-06T03:56:22.301Z Downloaded anstyle-parse v0.2.7
3472026-05-06T03:56:22.308Z Downloaded crypto-common v0.1.7
3482026-05-06T03:56:22.311Z Downloaded idna_adapter v1.2.1
3492026-05-06T03:56:22.315Z Downloaded pretty-hex v0.4.1
3502026-05-06T03:56:22.319Z Downloaded is_terminal_polyfill v1.70.2
3512026-05-06T03:56:22.322Z Downloaded equivalent v1.0.2
3522026-05-06T03:56:22.322Z Downloaded displaydoc v0.2.5
3532026-05-06T03:56:22.325Z Downloaded bytecount v0.6.9
3542026-05-06T03:56:22.329Z Downloaded terminal_size v0.4.3
3552026-05-06T03:56:22.331Z Downloaded block-buffer v0.10.4
3562026-05-06T03:56:22.331Z Downloaded clap_lex v1.0.0
3572026-05-06T03:56:22.334Z Downloaded unicode-width v0.2.0
3582026-05-06T03:56:22.337Z Downloaded utf8_iter v1.0.4
3592026-05-06T03:56:22.337Z Downloaded unicode-linebreak v0.1.5
3602026-05-06T03:56:22.337Z Downloaded unicode-ident v1.0.24
3612026-05-06T03:56:22.337Z Downloaded fnv v1.0.7
3622026-05-06T03:56:22.341Z Downloaded typeid v1.0.3
3632026-05-06T03:56:22.344Z Downloaded swrite v0.1.0
3642026-05-06T03:56:22.347Z Downloaded scroll_derive v0.12.1
3652026-05-06T03:56:22.347Z Downloaded toml v0.8.23
3662026-05-06T03:56:22.347Z Downloaded textwrap v0.16.2
3672026-05-06T03:56:22.349Z Downloaded macaddr v1.0.1
3682026-05-06T03:56:22.350Z Downloaded errno v0.3.14
3692026-05-06T03:56:22.350Z Downloaded generic-array v0.14.7
3702026-05-06T03:56:22.353Z Downloaded cpufeatures v0.2.17
3712026-05-06T03:56:22.353Z Downloaded scroll v0.12.0
3722026-05-06T03:56:22.353Z Downloaded typenum v1.19.0
3732026-05-06T03:56:22.356Z Downloaded tinystr v0.8.2
3742026-05-06T03:56:22.356Z Downloaded thread-id v4.2.2
3752026-05-06T03:56:22.358Z Downloaded icu_normalizer v2.1.1
3762026-05-06T03:56:22.359Z Downloaded proc-macro-error-attr v1.0.4
3772026-05-06T03:56:22.362Z Downloaded plain v0.2.3
3782026-05-06T03:56:22.362Z Downloaded toml_datetime v0.6.11
3792026-05-06T03:56:22.362Z Downloaded thiserror-impl v1.0.69
3802026-05-06T03:56:22.365Z Downloaded potential_utf v0.1.4
3812026-05-06T03:56:22.365Z Downloaded cargo-platform v0.2.0
3822026-05-06T03:56:22.369Z Downloaded yoke-derive v0.8.1
3832026-05-06T03:56:22.369Z Downloaded tabled_derive v0.7.0
3842026-05-06T03:56:22.369Z Downloaded percent-encoding v2.3.2
3852026-05-06T03:56:22.369Z Downloaded zerofrom v0.1.6
3862026-05-06T03:56:22.369Z Downloaded usdt v0.5.0
3872026-05-06T03:56:22.372Z Downloaded stable_deref_trait v1.2.1
3882026-05-06T03:56:22.372Z Downloaded serde_spanned v0.6.9
3892026-05-06T03:56:22.375Z Downloaded usdt-attr-macro v0.5.0
3902026-05-06T03:56:22.375Z Downloaded heck v0.4.1
3912026-05-06T03:56:22.375Z Downloaded fs-err v3.3.0
3922026-05-06T03:56:22.378Z Downloaded usdt-impl v0.5.0
3932026-05-06T03:56:22.378Z Downloaded thiserror-impl v2.0.18
3942026-05-06T03:56:22.378Z Downloaded digest v0.10.7
3952026-05-06T03:56:22.381Z Downloaded sha2 v0.10.9
3962026-05-06T03:56:22.384Z Downloaded zerofrom-derive v0.1.6
3972026-05-06T03:56:22.387Z Downloaded writeable v0.6.2
3982026-05-06T03:56:22.387Z Downloaded thiserror v2.0.18
3992026-05-06T03:56:22.391Z Downloaded cfg-if v1.0.4
4002026-05-06T03:56:22.394Z Downloaded anstyle-query v1.1.5
4012026-05-06T03:56:22.394Z Downloaded usdt-macro v0.5.0
4022026-05-06T03:56:22.394Z Downloaded toml_write v0.1.2
4032026-05-06T03:56:22.397Z Downloaded utf8parse v0.2.2
4042026-05-06T03:56:22.397Z Downloaded strsim v0.11.1
4052026-05-06T03:56:22.401Z Downloaded zerovec-derive v0.11.2
4062026-05-06T03:56:22.401Z Downloaded serde_tokenstream v0.2.3
4072026-05-06T03:56:22.401Z Downloaded icu_locale_core v2.1.1
4082026-05-06T03:56:22.404Z Downloaded zerotrie v0.2.3
4092026-05-06T03:56:22.407Z Downloaded zmij v1.0.21
4102026-05-06T03:56:22.407Z Downloaded zerocopy-derive v0.7.35
4112026-05-06T03:56:22.410Z Downloaded quote v1.0.45
4122026-05-06T03:56:22.410Z Downloaded synstructure v0.13.2
4132026-05-06T03:56:22.410Z Downloaded form_urlencoded v1.2.2
4142026-05-06T03:56:22.413Z Downloaded autocfg v1.5.0
4152026-05-06T03:56:22.413Z Downloaded proc-macro-error v1.0.4
4162026-05-06T03:56:22.416Z Downloaded smallvec v1.15.1
4172026-05-06T03:56:22.416Z Downloaded once_cell v1.21.3
4182026-05-06T03:56:22.419Z Downloaded serde-value v0.7.0
4192026-05-06T03:56:22.419Z Downloaded cargo_metadata v0.21.0
4202026-05-06T03:56:22.419Z Downloaded smawk v0.3.2
4212026-05-06T03:56:22.422Z Downloaded serde-untagged v0.1.9
4222026-05-06T03:56:22.425Z Downloaded toml_edit v0.22.27
4232026-05-06T03:56:22.428Z Downloaded url v2.5.8
4242026-05-06T03:56:22.431Z Downloaded unicode-width v0.1.14
4252026-05-06T03:56:22.435Z Downloaded zerovec v0.11.5
4262026-05-06T03:56:22.438Z Downloaded zerocopy v0.7.35
4272026-05-06T03:56:22.446Z Downloaded winnow v0.7.14
4282026-05-06T03:56:22.453Z Downloaded pest_derive v2.8.6
4292026-05-06T03:56:22.456Z Downloaded icu_provider v2.1.1
4302026-05-06T03:56:22.456Z Downloaded anyhow v1.0.102
4312026-05-06T03:56:22.459Z Downloaded cargo_toml v0.21.0
4322026-05-06T03:56:22.462Z Downloaded litemap v0.8.1
4332026-05-06T03:56:22.465Z Downloaded clap_derive v4.5.55
4342026-05-06T03:56:22.468Z Downloaded tempfile v3.25.0
4352026-05-06T03:56:22.510Z Downloaded papergrid v0.11.0
4362026-05-06T03:56:22.510Z Downloaded cargo-util-schemas v0.8.2
4372026-05-06T03:56:22.511Z Downloaded bitflags v2.11.0
4382026-05-06T03:56:22.511Z Downloaded icu_properties v2.1.2
4392026-05-06T03:56:22.511Z Downloaded serde_derive v1.0.228
4402026-05-06T03:56:22.511Z Downloaded serde_core v1.0.228
4412026-05-06T03:56:22.511Z Downloaded num-traits v0.2.19
4422026-05-06T03:56:22.511Z Downloaded camino-tempfile v1.4.1
4432026-05-06T03:56:22.511Z Downloaded icu_normalizer_data v2.1.1
4442026-05-06T03:56:22.511Z Downloaded clap v4.5.60
4452026-05-06T03:56:22.511Z Downloaded proc-macro2 v1.0.106
4462026-05-06T03:56:22.511Z Downloaded icu_collections v2.1.1
4472026-05-06T03:56:22.511Z Downloaded memchr v2.8.0
4482026-05-06T03:56:22.534Z Downloaded pest_meta v2.8.6
4492026-05-06T03:56:22.537Z Downloaded indexmap v2.14.0
4502026-05-06T03:56:22.540Z Downloaded serde v1.0.228
4512026-05-06T03:56:22.550Z Downloaded hashbrown v0.17.0
4522026-05-06T03:56:22.554Z Downloaded clap_builder v4.5.60
4532026-05-06T03:56:22.564Z Downloaded idna v1.1.0
4542026-05-06T03:56:22.571Z Downloaded icu_properties_data v2.1.2
4552026-05-06T03:56:22.580Z Downloaded serde_json v1.0.149
4562026-05-06T03:56:22.586Z Downloaded goblin v0.8.2
4572026-05-06T03:56:22.591Z Downloaded syn v2.0.117
4582026-05-06T03:56:22.598Z Downloaded tabled v0.15.0
4592026-05-06T03:56:22.608Z Downloaded syn v1.0.109
4602026-05-06T03:56:22.632Z Downloaded rustix v1.1.3
4612026-05-06T03:56:22.661Z Downloaded libc v0.2.185
4622026-05-06T03:56:22.728Z Compiling proc-macro2 v1.0.106
4632026-05-06T03:56:22.728Z Compiling unicode-ident v1.0.24
4642026-05-06T03:56:22.728Z Compiling quote v1.0.45
4652026-05-06T03:56:22.728Z Compiling serde_core v1.0.228
4662026-05-06T03:56:22.732Z Compiling libc v0.2.185
4672026-05-06T03:56:22.732Z Compiling version_check v0.9.5
4682026-05-06T03:56:22.732Z Compiling serde v1.0.228
4692026-05-06T03:56:22.732Z Compiling stable_deref_trait v1.2.1
4702026-05-06T03:56:23.055Z Compiling memchr v2.8.0
4712026-05-06T03:56:23.122Z Compiling zmij v1.0.21
4722026-05-06T03:56:23.322Z Compiling ucd-trie v0.1.7
4732026-05-06T03:56:23.354Z Compiling autocfg v1.5.0
4742026-05-06T03:56:23.579Z Compiling itoa v1.0.17
4752026-05-06T03:56:23.627Z Compiling thiserror v1.0.69
4762026-05-06T03:56:23.741Z Compiling pest v2.8.6
4772026-05-06T03:56:23.758Z Compiling writeable v0.6.2
4782026-05-06T03:56:23.776Z Compiling litemap v0.8.1
4792026-05-06T03:56:23.808Z Compiling icu_properties_data v2.1.2
4802026-05-06T03:56:23.967Z Compiling icu_normalizer_data v2.1.1
4812026-05-06T03:56:23.990Z Compiling byteorder v1.5.0
4822026-05-06T03:56:24.096Z Compiling rustix v1.1.3
4832026-05-06T03:56:24.145Z Compiling syn v2.0.117
4842026-05-06T03:56:24.269Z Compiling errno v0.3.14
4852026-05-06T03:56:24.286Z Compiling serde_json v1.0.149
4862026-05-06T03:56:24.439Z Compiling bitflags v2.11.0
4872026-05-06T03:56:24.646Z Compiling num-traits v0.2.19
4882026-05-06T03:56:24.662Z Compiling equivalent v1.0.2
4892026-05-06T03:56:24.666Z Compiling smallvec v1.15.1
4902026-05-06T03:56:24.771Z Compiling pest_meta v2.8.6
4912026-05-06T03:56:24.828Z Compiling hashbrown v0.17.0
4922026-05-06T03:56:24.970Z Compiling typeid v1.0.3
4932026-05-06T03:56:25.180Z Compiling thread-id v4.2.2
4942026-05-06T03:56:25.258Z Compiling proc-macro-error-attr v1.0.4
4952026-05-06T03:56:25.275Z Compiling usdt-impl v0.5.0
4962026-05-06T03:56:25.292Z Compiling toml_write v0.1.2
4972026-05-06T03:56:25.363Z Compiling indexmap v2.14.0
4982026-05-06T03:56:25.513Z Compiling winnow v0.7.14
4992026-05-06T03:56:25.529Z Compiling erased-serde v0.4.9
5002026-05-06T03:56:25.642Z Compiling syn v1.0.109
5012026-05-06T03:56:26.034Z Compiling proc-macro-error v1.0.4
5022026-05-06T03:56:26.050Z Compiling getrandom v0.4.1
5032026-05-06T03:56:26.231Z Compiling thiserror v2.0.18
5042026-05-06T03:56:26.416Z Compiling camino v1.2.2
5052026-05-06T03:56:26.493Z Compiling utf8parse v0.2.2
5062026-05-06T03:56:26.567Z Compiling utf8_iter v1.0.4
5072026-05-06T03:56:26.585Z Compiling log v0.4.29
5082026-05-06T03:56:26.588Z Compiling plain v0.2.3
5092026-05-06T03:56:26.619Z Compiling percent-encoding v2.3.2
5102026-05-06T03:56:26.721Z Compiling anstyle-parse v0.2.7
5112026-05-06T03:56:26.782Z Compiling synstructure v0.13.2
5122026-05-06T03:56:26.809Z Compiling pest_generator v2.8.6
5132026-05-06T03:56:26.826Z Compiling form_urlencoded v1.2.2
5142026-05-06T03:56:26.933Z Compiling ordered-float v2.10.1
5152026-05-06T03:56:27.145Z Compiling terminal_size v0.4.3
5162026-05-06T03:56:27.243Z Compiling anstyle-query v1.1.5
5172026-05-06T03:56:27.360Z Compiling colorchoice v1.0.4
5182026-05-06T03:56:27.389Z Compiling anstyle v1.0.13
5192026-05-06T03:56:27.418Z Compiling is_terminal_polyfill v1.70.2
5202026-05-06T03:56:27.467Z Compiling pretty-hex v0.4.1
5212026-05-06T03:56:27.485Z Compiling cfg-if v1.0.4
5222026-05-06T03:56:27.519Z Compiling serde-untagged v0.1.9
5232026-05-06T03:56:27.601Z Compiling anstream v0.6.21
5242026-05-06T03:56:27.618Z Compiling semver v1.0.28
5252026-05-06T03:56:27.725Z Compiling fs-err v3.3.0
5262026-05-06T03:56:27.755Z Compiling bytecount v0.6.9
5272026-05-06T03:56:27.895Z Compiling once_cell v1.21.3
5282026-05-06T03:56:27.912Z Compiling clap_lex v1.0.0
5292026-05-06T03:56:27.915Z Compiling heck v0.4.1
5302026-05-06T03:56:27.948Z Compiling strsim v0.11.1
5312026-05-06T03:56:27.966Z Compiling anyhow v1.0.102
5322026-05-06T03:56:28.145Z Compiling fastrand v2.3.0
5332026-05-06T03:56:28.163Z Compiling unicode-width v0.1.14
5342026-05-06T03:56:28.270Z Compiling unicode-xid v0.2.6
5352026-05-06T03:56:28.295Z Compiling fnv v1.0.7
5362026-05-06T03:56:28.395Z Compiling heck v0.5.0
5372026-05-06T03:56:28.412Z Compiling papergrid v0.11.0
5382026-05-06T03:56:28.416Z Compiling tempfile v3.25.0
5392026-05-06T03:56:28.461Z Compiling clap_builder v4.5.60
5402026-05-06T03:56:28.480Z Compiling serde_derive v1.0.228
5412026-05-06T03:56:28.631Z Compiling zerofrom-derive v0.1.6
5422026-05-06T03:56:28.660Z Compiling yoke-derive v0.8.1
5432026-05-06T03:56:28.803Z Compiling zerovec-derive v0.11.2
5442026-05-06T03:56:29.031Z Compiling displaydoc v0.2.5
5452026-05-06T03:56:29.762Z Compiling thiserror-impl v1.0.69
5462026-05-06T03:56:29.801Z Compiling zerocopy-derive v0.7.35
5472026-05-06T03:56:29.819Z Compiling pest_derive v2.8.6
5482026-05-06T03:56:29.889Z Compiling scroll_derive v0.12.1
5492026-05-06T03:56:30.008Z Compiling zerofrom v0.1.6
5502026-05-06T03:56:30.144Z Compiling yoke v0.8.1
5512026-05-06T03:56:30.260Z Compiling thiserror-impl v2.0.18
5522026-05-06T03:56:30.341Z Compiling zerovec v0.11.5
5532026-05-06T03:56:30.596Z Compiling zerotrie v0.2.3
5542026-05-06T03:56:30.701Z Compiling zerocopy v0.7.35
5552026-05-06T03:56:30.860Z Compiling tinystr v0.8.2
5562026-05-06T03:56:30.913Z Compiling potential_utf v0.1.4
5572026-05-06T03:56:31.075Z Compiling icu_locale_core v2.1.1
5582026-05-06T03:56:31.093Z Compiling icu_collections v2.1.1
5592026-05-06T03:56:31.135Z Compiling dtrace-parser v0.2.0
5602026-05-06T03:56:31.265Z Compiling scroll v0.12.0
5612026-05-06T03:56:31.555Z Compiling goblin v0.8.2
5622026-05-06T03:56:31.573Z Compiling tabled_derive v0.7.0
5632026-05-06T03:56:31.591Z Compiling clap_derive v4.5.55
5642026-05-06T03:56:31.733Z Compiling icu_provider v2.1.1
5652026-05-06T03:56:31.888Z Compiling toml_datetime v0.6.11
5662026-05-06T03:56:31.938Z Compiling serde_spanned v0.6.9
5672026-05-06T03:56:31.967Z Compiling serde-value v0.7.0
5682026-05-06T03:56:32.048Z Compiling icu_normalizer v2.1.1
5692026-05-06T03:56:32.066Z Compiling icu_properties v2.1.2
5702026-05-06T03:56:32.090Z Compiling toml_edit v0.22.27
5712026-05-06T03:56:32.153Z Compiling dof v0.3.0
5722026-05-06T03:56:32.338Z Compiling serde_tokenstream v0.2.3
5732026-05-06T03:56:32.551Z Compiling cargo-platform v0.2.0
5742026-05-06T03:56:32.654Z Compiling memmap v0.7.0
5752026-05-06T03:56:32.689Z Compiling unicode-width v0.2.0
5762026-05-06T03:56:32.821Z Compiling smawk v0.3.2
5772026-05-06T03:56:32.839Z Compiling unicode-linebreak v0.1.5
5782026-05-06T03:56:32.964Z Compiling idna_adapter v1.2.1
5792026-05-06T03:56:33.087Z Compiling idna v1.1.0
5802026-05-06T03:56:33.111Z Compiling usdt-macro v0.5.0
5812026-05-06T03:56:33.114Z Compiling usdt-attr-macro v0.5.0
5822026-05-06T03:56:33.145Z Compiling textwrap v0.16.2
5832026-05-06T03:56:33.267Z Compiling tabled v0.15.0
5842026-05-06T03:56:33.352Z Compiling clap v4.5.60
5852026-05-06T03:56:33.439Z Compiling url v2.5.8
5862026-05-06T03:56:33.595Z Compiling toml v0.8.23
5872026-05-06T03:56:33.726Z Compiling macaddr v1.0.1
5882026-05-06T03:56:33.954Z Compiling camino-tempfile v1.4.1
5892026-05-06T03:56:34.188Z Compiling cargo-util-schemas v0.8.2
5902026-05-06T03:56:34.208Z Compiling cargo_toml v0.21.0
5912026-05-06T03:56:34.231Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-05-06T03:56:34.436Z Compiling swrite v0.1.0
5932026-05-06T03:56:34.488Z Compiling usdt v0.5.0
5942026-05-06T03:56:35.112Z Compiling cargo_metadata v0.21.0
5952026-05-06T03:56:36.055Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-05-06T03:56:38.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.48s
5972026-05-06T03:56:38.370Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-05-06T03:56:38.927Z Downloading crates ...
5992026-05-06T03:56:39.023Z Downloaded arrayref v0.3.9
6002026-05-06T03:56:39.044Z Downloaded bitfield-macros v0.19.4
6012026-05-06T03:56:39.047Z Downloaded downcast-rs v2.0.2
6022026-05-06T03:56:39.047Z Downloaded base64 v0.22.1
6032026-05-06T03:56:39.050Z Downloaded foldhash v0.2.0
6042026-05-06T03:56:39.053Z Downloaded compression-core v0.4.31
6052026-05-06T03:56:39.056Z Downloaded base16ct v0.2.0
6062026-05-06T03:56:39.056Z Downloaded dropshot_endpoint v0.16.7
6072026-05-06T03:56:39.062Z Downloaded darling v0.20.11
6082026-05-06T03:56:39.070Z Downloaded chrono v0.4.44
6092026-05-06T03:56:39.074Z Downloaded crossbeam-deque v0.8.6
6102026-05-06T03:56:39.077Z Downloaded critical-section v1.2.0
6112026-05-06T03:56:39.077Z Downloaded async-stream-impl v0.3.6
6122026-05-06T03:56:39.077Z Downloaded ascii-canvas v3.0.0
6132026-05-06T03:56:39.080Z Downloaded compact_str v0.8.1
6142026-05-06T03:56:39.080Z Downloaded cc v1.2.56
6152026-05-06T03:56:39.083Z Downloaded ed25519 v2.2.3
6162026-05-06T03:56:39.083Z Downloaded base64ct v1.8.3
6172026-05-06T03:56:39.086Z Downloaded adler2 v2.0.1
6182026-05-06T03:56:39.086Z Downloaded atomicwrites v0.4.4
6192026-05-06T03:56:39.086Z Downloaded embedded-io v0.6.1
6202026-05-06T03:56:39.089Z Downloaded ahash v0.8.12
6212026-05-06T03:56:39.089Z Downloaded array-init v0.0.4
6222026-05-06T03:56:39.089Z Downloaded atomic-waker v1.1.2
6232026-05-06T03:56:39.092Z Downloaded diff v0.1.13
6242026-05-06T03:56:39.092Z Downloaded crc v3.4.0
6252026-05-06T03:56:39.098Z Downloaded derive_more v2.1.1
6262026-05-06T03:56:39.105Z Downloaded env_filter v1.0.0
6272026-05-06T03:56:39.108Z Downloaded endian-type v0.1.2
6282026-05-06T03:56:39.108Z Downloaded data-encoding v2.10.0
6292026-05-06T03:56:39.108Z Downloaded arrayvec v0.7.6
6302026-05-06T03:56:39.111Z Downloaded aws-lc-rs v1.16.0
6312026-05-06T03:56:39.114Z Downloaded bcs v0.1.6
6322026-05-06T03:56:39.117Z Downloaded futures-task v0.3.32
6332026-05-06T03:56:39.117Z Downloaded fatfs v0.3.6
6342026-05-06T03:56:39.119Z Downloaded convert_case v0.4.0
6352026-05-06T03:56:39.119Z Downloaded bcrypt-pbkdf v0.10.0
6362026-05-06T03:56:39.120Z Downloaded backoff v0.4.0
6372026-05-06T03:56:39.122Z Downloaded aead v0.5.2
6382026-05-06T03:56:39.122Z Downloaded atty v0.2.14
6392026-05-06T03:56:39.122Z Downloaded console v0.15.11
6402026-05-06T03:56:39.125Z Downloaded display-error-chain v0.2.2
6412026-05-06T03:56:39.125Z Downloaded derive_builder_macro v0.20.2
6422026-05-06T03:56:39.125Z Downloaded crossbeam-epoch v0.9.18
6432026-05-06T03:56:39.128Z Downloaded backon v1.6.0
6442026-05-06T03:56:39.134Z Downloaded foldhash v0.1.5
6452026-05-06T03:56:39.137Z Downloaded ed25519-dalek v2.2.0
6462026-05-06T03:56:39.139Z Downloaded aho-corasick v1.1.4
6472026-05-06T03:56:39.146Z Downloaded embedded-io v0.4.0
6482026-05-06T03:56:39.149Z Downloaded dsl_auto_type v0.2.0
6492026-05-06T03:56:39.149Z Downloaded debug-ignore v1.0.5
6502026-05-06T03:56:39.152Z Downloaded ciborium-io v0.2.2
6512026-05-06T03:56:39.152Z Downloaded bit-set v0.5.3
6522026-05-06T03:56:39.152Z Downloaded dirs-sys-next v0.1.2
6532026-05-06T03:56:39.155Z Downloaded cstr-argument v0.1.2
6542026-05-06T03:56:39.155Z Downloaded darling_macro v0.21.3
6552026-05-06T03:56:39.158Z Downloaded env_logger v0.11.9
6562026-05-06T03:56:39.158Z Downloaded foreign-types v0.3.2
6572026-05-06T03:56:39.158Z Downloaded cpufeatures v0.3.0
6582026-05-06T03:56:39.161Z Downloaded daft v0.1.5
6592026-05-06T03:56:39.161Z Downloaded const_format_proc_macros v0.2.34
6602026-05-06T03:56:39.164Z Downloaded dirs-next v2.0.0
6612026-05-06T03:56:39.164Z Downloaded fd-lock v4.0.4
6622026-05-06T03:56:39.167Z Downloaded cargo-platform v0.1.9
6632026-05-06T03:56:39.170Z Downloaded bit-set v0.8.0
6642026-05-06T03:56:39.173Z Downloaded dof v0.4.0
6652026-05-06T03:56:39.173Z Downloaded foreign-types-shared v0.3.1
6662026-05-06T03:56:39.176Z Downloaded bitfield-struct v0.6.2
6672026-05-06T03:56:39.176Z Downloaded async-stream v0.3.6
6682026-05-06T03:56:39.178Z Downloaded assert_matches v1.5.0
6692026-05-06T03:56:39.181Z Downloaded defmt v1.0.1
6702026-05-06T03:56:39.184Z Downloaded float-ord v0.3.2
6712026-05-06T03:56:39.189Z Downloaded crc8 v0.1.1
6722026-05-06T03:56:39.192Z Downloaded enum-as-inner v0.6.1
6732026-05-06T03:56:39.192Z Downloaded defmt-parser v1.0.0
6742026-05-06T03:56:39.192Z Downloaded dunce v1.0.5
6752026-05-06T03:56:39.195Z Downloaded curve25519-dalek-derive v0.1.1
6762026-05-06T03:56:39.197Z Downloaded dyn-clone v1.0.20
6772026-05-06T03:56:39.201Z Downloaded document-features v0.2.12
6782026-05-06T03:56:39.201Z Downloaded diesel_table_macro_syntax v0.3.0
6792026-05-06T03:56:39.201Z Downloaded darling_macro v0.23.0
6802026-05-06T03:56:39.201Z Downloaded crunchy v0.2.4
6812026-05-06T03:56:39.204Z Downloaded castaway v0.2.4
6822026-05-06T03:56:39.204Z Downloaded crucible-workspace-hack v0.1.0
6832026-05-06T03:56:39.204Z Downloaded block-padding v0.3.3
6842026-05-06T03:56:39.204Z Downloaded bb8 v0.8.6
6852026-05-06T03:56:39.207Z Downloaded buf-list v1.1.2
6862026-05-06T03:56:39.207Z Downloaded futures-sink v0.3.32
6872026-05-06T03:56:39.209Z Downloaded foreign-types-macros v0.2.3
6882026-05-06T03:56:39.209Z Downloaded defmt v0.3.100
6892026-05-06T03:56:39.209Z Downloaded convert_case v0.10.0
6902026-05-06T03:56:39.209Z Downloaded cmake v0.1.57
6912026-05-06T03:56:39.212Z Downloaded difflib v0.4.0
6922026-05-06T03:56:39.212Z Downloaded darling_macro v0.20.11
6932026-05-06T03:56:39.213Z Downloaded cassowary v0.3.0
6942026-05-06T03:56:39.213Z Downloaded blowfish v0.9.1
6952026-05-06T03:56:39.215Z Downloaded der v0.7.10
6962026-05-06T03:56:39.218Z Downloaded futures-core v0.3.32
6972026-05-06T03:56:39.218Z Downloaded der_derive v0.7.3
6982026-05-06T03:56:39.221Z Downloaded crc-catalog v2.4.0
6992026-05-06T03:56:39.221Z Downloaded flume v0.11.1
7002026-05-06T03:56:39.224Z Downloaded foreign-types v0.5.0
7012026-05-06T03:56:39.224Z Downloaded fallible-iterator v0.2.0
7022026-05-06T03:56:39.224Z Downloaded ecdsa v0.16.9
7032026-05-06T03:56:39.227Z Downloaded darling v0.21.3
7042026-05-06T03:56:39.231Z Downloaded ghash v0.5.1
7052026-05-06T03:56:39.231Z Downloaded futures-io v0.3.32
7062026-05-06T03:56:39.231Z Downloaded dtrace-parser v0.3.0
7072026-05-06T03:56:39.234Z Downloaded dropshot-api-manager-types v0.7.1
7082026-05-06T03:56:39.234Z Downloaded crossbeam-utils v0.8.21
7092026-05-06T03:56:39.234Z Downloaded cfg_aliases v0.2.1
7102026-05-06T03:56:39.238Z Downloaded fixedbitset v0.4.2
7112026-05-06T03:56:39.238Z Downloaded fxhash v0.2.1
7122026-05-06T03:56:39.238Z Downloaded futures-macro v0.3.32
7132026-05-06T03:56:39.241Z Downloaded hash32 v0.3.1
7142026-05-06T03:56:39.247Z Downloaded cobs v0.3.0
7152026-05-06T03:56:39.250Z Downloaded cexpr v0.6.0
7162026-05-06T03:56:39.250Z Downloaded async-trait v0.1.89
7172026-05-06T03:56:39.252Z Downloaded camino-tempfile-ext v0.3.3
7182026-05-06T03:56:39.253Z Downloaded arc-swap v1.8.2
7192026-05-06T03:56:39.255Z Downloaded hash32 v0.2.1
7202026-05-06T03:56:39.258Z Downloaded csv-core v0.1.13
7212026-05-06T03:56:39.258Z Downloaded cfg_aliases v0.1.1
7222026-05-06T03:56:39.258Z Downloaded funty v2.0.0
7232026-05-06T03:56:39.261Z Downloaded fixedbitset v0.5.7
7242026-05-06T03:56:39.261Z Downloaded byte-wrapper v0.1.0
7252026-05-06T03:56:39.264Z Downloaded derive-ex v0.1.8
7262026-05-06T03:56:39.264Z Downloaded ctr v0.9.2
7272026-05-06T03:56:39.264Z Downloaded corncobs v0.1.4
7282026-05-06T03:56:39.267Z Downloaded git-stub v1.0.0
7292026-05-06T03:56:39.267Z Downloaded ena v0.14.4
7302026-05-06T03:56:39.267Z Downloaded diesel-dtrace v0.5.0
7312026-05-06T03:56:39.270Z Downloaded drift v0.1.3
7322026-05-06T03:56:39.273Z Downloaded globwalk v0.9.1
7332026-05-06T03:56:39.273Z Downloaded cipher v0.4.4
7342026-05-06T03:56:39.273Z Downloaded gethostname v0.5.0
7352026-05-06T03:56:39.276Z Downloaded bitflags v1.3.2
7362026-05-06T03:56:39.276Z Downloaded bitfield v0.19.4
7372026-05-06T03:56:39.279Z Downloaded argon2 v0.5.3
7382026-05-06T03:56:39.279Z Downloaded defmt-macros v1.0.1
7392026-05-06T03:56:39.281Z Downloaded async-recursion v1.1.1
7402026-05-06T03:56:39.282Z Downloaded headers-core v0.3.0
7412026-05-06T03:56:39.284Z Downloaded darling v0.23.0
7422026-05-06T03:56:39.288Z Downloaded cancel-safe-futures v0.1.5
7432026-05-06T03:56:39.288Z Downloaded hex v0.4.3
7442026-05-06T03:56:39.291Z Downloaded float-cmp v0.10.0
7452026-05-06T03:56:39.291Z Downloaded find-msvc-tools v0.1.9
7462026-05-06T03:56:39.291Z Downloaded home v0.5.12
7472026-05-06T03:56:39.291Z Downloaded either v1.15.0
7482026-05-06T03:56:39.294Z Downloaded derive-where v1.6.0
7492026-05-06T03:56:39.294Z Downloaded cookie v0.18.1
7502026-05-06T03:56:39.297Z Downloaded deranged v0.5.8
7512026-05-06T03:56:39.297Z Downloaded http-body v1.0.1
7522026-05-06T03:56:39.301Z Downloaded colored v3.1.1
7532026-05-06T03:56:39.301Z Downloaded hex-literal v0.4.1
7542026-05-06T03:56:39.301Z Downloaded foreign-types-shared v0.1.1
7552026-05-06T03:56:39.303Z Downloaded chacha20 v0.9.1
7562026-05-06T03:56:39.303Z Downloaded constant_time_eq v0.4.2
7572026-05-06T03:56:39.303Z Downloaded compression-codecs v0.4.37
7582026-05-06T03:56:39.307Z Downloaded filetime v0.2.27
7592026-05-06T03:56:39.307Z Downloaded erased-serde v0.3.31
7602026-05-06T03:56:39.310Z Downloaded httpdate v1.0.3
7612026-05-06T03:56:39.310Z Downloaded hubpack_derive v0.1.1
7622026-05-06T03:56:39.310Z Downloaded fs_extra v1.3.0
7632026-05-06T03:56:39.313Z Downloaded group v0.13.0
7642026-05-06T03:56:39.313Z Downloaded globset v0.4.18
7652026-05-06T03:56:39.313Z Downloaded glob v0.3.3
7662026-05-06T03:56:39.317Z Downloaded hyper-tls v0.6.0
7672026-05-06T03:56:39.317Z Downloaded flagset v0.4.7
7682026-05-06T03:56:39.317Z Downloaded derive_builder v0.20.2
7692026-05-06T03:56:39.320Z Downloaded http-range v0.1.5
7702026-05-06T03:56:39.320Z Downloaded ff v0.13.1
7712026-05-06T03:56:39.320Z Downloaded daft-derive v0.1.5
7722026-05-06T03:56:39.322Z Downloaded indoc v1.0.9
7732026-05-06T03:56:39.325Z Downloaded hostname v0.4.2
7742026-05-06T03:56:39.325Z Downloaded indent_write v2.2.0
7752026-05-06T03:56:39.328Z Downloaded git-stub-vcs v0.1.0
7762026-05-06T03:56:39.328Z Downloaded derive_more-impl v2.1.1
7772026-05-06T03:56:39.331Z Downloaded derive_more v0.99.20
7782026-05-06T03:56:39.333Z Downloaded cookie_store v0.22.1
7792026-05-06T03:56:39.336Z Downloaded async-bb8-diesel v0.2.1
7802026-05-06T03:56:39.336Z Downloaded chacha20 v0.10.0
7812026-05-06T03:56:39.339Z Downloaded inout v0.1.4
7822026-05-06T03:56:39.339Z Downloaded ident_case v1.0.1
7832026-05-06T03:56:39.339Z Downloaded hubpack v0.1.2
7842026-05-06T03:56:39.343Z Downloaded futures-executor v0.3.32
7852026-05-06T03:56:39.343Z Downloaded colored v2.2.0
7862026-05-06T03:56:39.346Z Downloaded derive_builder_core v0.20.2
7872026-05-06T03:56:39.346Z Downloaded blake2 v0.10.6
7882026-05-06T03:56:39.346Z Downloaded hostname v0.3.1
7892026-05-06T03:56:39.346Z Downloaded highway v1.3.0
7902026-05-06T03:56:39.350Z Downloaded internet-checksum v0.2.1
7912026-05-06T03:56:39.350Z Downloaded ciborium v0.2.2
7922026-05-06T03:56:39.353Z Downloaded bit-vec v0.8.0
7932026-05-06T03:56:39.353Z Downloaded is-terminal v0.4.17
7942026-05-06T03:56:39.353Z Downloaded instability v0.3.11
7952026-05-06T03:56:39.354Z Downloaded fs-err v2.11.0
7962026-05-06T03:56:39.354Z Downloaded ciborium-ll v0.2.2
7972026-05-06T03:56:39.357Z Downloaded cargo_metadata v0.19.2
7982026-05-06T03:56:39.357Z Downloaded clang-sys v1.8.1
7992026-05-06T03:56:39.357Z Downloaded cbc v0.1.2
8002026-05-06T03:56:39.360Z Downloaded bit-vec v0.6.3
8012026-05-06T03:56:39.366Z Downloaded is_ci v1.2.0
8022026-05-06T03:56:39.369Z Downloaded http-body-util v0.1.3
8032026-05-06T03:56:39.369Z Downloaded keccak v0.1.6
8042026-05-06T03:56:39.372Z Downloaded bzip2 v0.6.1
8052026-05-06T03:56:39.375Z Downloaded getrandom v0.2.17
8062026-05-06T03:56:39.376Z Downloaded futures-channel v0.3.32
8072026-05-06T03:56:39.421Z Downloaded instant v0.1.13
8082026-05-06T03:56:39.421Z Downloaded hyper-staticfile v0.10.1
8092026-05-06T03:56:39.421Z Downloaded dropshot_endpoint v0.17.0
8102026-05-06T03:56:39.421Z Downloaded bzip2 v0.4.4
8112026-05-06T03:56:39.421Z Downloaded lru v0.12.5
8122026-05-06T03:56:39.421Z Downloaded lalrpop-util v0.19.12
8132026-05-06T03:56:39.422Z Downloaded lazy_static v1.5.0
8142026-05-06T03:56:39.422Z Downloaded kstat-rs v0.2.4
8152026-05-06T03:56:39.422Z Downloaded crc-any v2.5.0
8162026-05-06T03:56:39.422Z Downloaded allocator-api2 v0.2.21
8172026-05-06T03:56:39.422Z Downloaded ingot v0.1.1
8182026-05-06T03:56:39.422Z Downloaded futures v0.3.32
8192026-05-06T03:56:39.422Z Downloaded darling_core v0.23.0
8202026-05-06T03:56:39.422Z Downloaded newtype_derive v0.1.6
8212026-05-06T03:56:39.422Z Downloaded const-oid v0.9.6
8222026-05-06T03:56:39.422Z Downloaded maybe-uninit v2.0.0
8232026-05-06T03:56:39.422Z Downloaded match_cfg v0.1.0
8242026-05-06T03:56:39.422Z Downloaded libscf-sys v1.1.0
8252026-05-06T03:56:39.422Z Downloaded ipnetwork v0.21.1
8262026-05-06T03:56:39.422Z Downloaded ipnet v2.11.0
8272026-05-06T03:56:39.422Z Downloaded maplit v1.0.2
8282026-05-06T03:56:39.422Z Downloaded lzss v0.8.2
8292026-05-06T03:56:39.422Z Downloaded indoc v2.0.7
8302026-05-06T03:56:39.422Z Downloaded crc32fast v1.5.0
8312026-05-06T03:56:39.422Z Downloaded hmac v0.12.1
8322026-05-06T03:56:39.422Z Downloaded new_debug_unreachable v1.0.6
8332026-05-06T03:56:39.422Z Downloaded des v0.8.1
8342026-05-06T03:56:39.427Z Downloaded ingot-types v0.1.2
8352026-05-06T03:56:39.427Z Downloaded multimap v0.10.1
8362026-05-06T03:56:39.430Z Downloaded flate2 v1.1.9
8372026-05-06T03:56:39.430Z Downloaded managed v0.8.0
8382026-05-06T03:56:39.430Z Downloaded newline-converter v0.3.0
8392026-05-06T03:56:39.430Z Downloaded memoffset v0.9.1
8402026-05-06T03:56:39.433Z Downloaded linked-hash-map v0.5.6
8412026-05-06T03:56:39.433Z Downloaded md5 v0.7.0
8422026-05-06T03:56:39.436Z Downloaded lru-slab v0.1.2
8432026-05-06T03:56:39.436Z Downloaded jobserver v0.1.34
8442026-05-06T03:56:39.436Z Downloaded console v0.16.2
8452026-05-06T03:56:39.450Z Downloaded num-iter v0.1.45
8462026-05-06T03:56:39.452Z Downloaded num-derive v0.4.2
8472026-05-06T03:56:39.452Z Downloaded openssl-probe v0.2.1
8482026-05-06T03:56:39.452Z Downloaded num_threads v0.1.7
8492026-05-06T03:56:39.455Z Downloaded openssl-macros v0.1.1
8502026-05-06T03:56:39.456Z Downloaded getrandom v0.3.4
8512026-05-06T03:56:39.458Z Downloaded hyper-rustls v0.27.7
8522026-05-06T03:56:39.458Z Downloaded darling_core v0.20.11
8532026-05-06T03:56:39.461Z Downloaded libsw v3.5.0
8542026-05-06T03:56:39.464Z Downloaded libloading v0.8.9
8552026-05-06T03:56:39.464Z Downloaded libefi-sys v0.1.0
8562026-05-06T03:56:39.464Z Downloaded num_enum_derive v0.5.11
8572026-05-06T03:56:39.467Z Downloaded num-derive v0.3.3
8582026-05-06T03:56:39.467Z Downloaded num v0.4.3
8592026-05-06T03:56:39.467Z Downloaded openssl-probe v0.1.6
8602026-05-06T03:56:39.471Z Downloaded iana-time-zone v0.1.65
8612026-05-06T03:56:39.471Z Downloaded olpc-cjson v0.1.4
8622026-05-06T03:56:39.471Z Downloaded normalize-line-endings v0.3.0
8632026-05-06T03:56:39.474Z Downloaded nonempty v0.12.0
8642026-05-06T03:56:39.475Z Downloaded ar_archive_writer v0.5.1
8652026-05-06T03:56:39.475Z Downloaded elliptic-curve v0.13.8
8662026-05-06T03:56:39.477Z Downloaded nodrop v0.1.14
8672026-05-06T03:56:39.477Z Downloaded newtype-uuid-macros v0.1.0
8682026-05-06T03:56:39.477Z Downloaded packed_struct_codegen v0.10.1
8692026-05-06T03:56:39.482Z Downloaded impl-trait-for-tuples v0.2.3
8702026-05-06T03:56:39.482Z Downloaded parse-display v0.10.0
8712026-05-06T03:56:39.485Z Downloaded diesel_derives v2.3.7
8722026-05-06T03:56:39.485Z Downloaded half v2.7.1
8732026-05-06T03:56:39.489Z Downloaded half v1.8.3
8742026-05-06T03:56:39.489Z Downloaded darling_core v0.21.3
8752026-05-06T03:56:39.492Z Downloaded humantime v2.3.0
8762026-05-06T03:56:39.492Z Downloaded oso-derive v0.27.3
8772026-05-06T03:56:39.492Z Downloaded opaque-debug v0.3.1
8782026-05-06T03:56:39.495Z Downloaded nibble_vec v0.1.0
8792026-05-06T03:56:39.495Z Downloaded parse-size v1.1.0
8802026-05-06T03:56:39.495Z Downloaded native-tls v0.2.18
8812026-05-06T03:56:39.495Z Downloaded lock_api v0.4.14
8822026-05-06T03:56:39.498Z Downloaded chacha20poly1305 v0.10.1
8832026-05-06T03:56:39.498Z Downloaded httparse v1.10.1
8842026-05-06T03:56:39.502Z Downloaded crossbeam-channel v0.5.15
8852026-05-06T03:56:39.508Z Downloaded num-complex v0.4.6
8862026-05-06T03:56:39.512Z Downloaded phf_shared v0.12.1
8872026-05-06T03:56:39.516Z Downloaded heapless v0.8.0
8882026-05-06T03:56:39.520Z Downloaded mime_guess v2.0.5
8892026-05-06T03:56:39.525Z Downloaded pbkdf2 v0.12.2
8902026-05-06T03:56:39.528Z Downloaded path-slash v0.1.5
8912026-05-06T03:56:39.528Z Downloaded nanorand v0.7.0
8922026-05-06T03:56:39.531Z Downloaded ingot-macros v0.1.1
8932026-05-06T03:56:39.534Z Downloaded crypto-bigint v0.5.5
8942026-05-06T03:56:39.540Z Downloaded phf_shared v0.11.3
8952026-05-06T03:56:39.543Z Downloaded num_enum_derive v0.7.5
8962026-05-06T03:56:39.543Z Downloaded bytes v1.11.1
8972026-05-06T03:56:39.546Z Downloaded num_enum v0.7.5
8982026-05-06T03:56:39.549Z Downloaded owo-colors v4.3.0
8992026-05-06T03:56:39.549Z Downloaded mime v0.3.17
9002026-05-06T03:56:39.552Z Downloaded memmap2 v0.9.10
9012026-05-06T03:56:39.552Z Downloaded libsw-core v0.3.2
9022026-05-06T03:56:39.552Z Downloaded ignore v0.4.25
9032026-05-06T03:56:39.555Z Downloaded crossterm v0.28.1
9042026-05-06T03:56:39.558Z Downloaded linear-map v1.2.0
9052026-05-06T03:56:39.561Z Downloaded pbkdf2 v0.11.0
9062026-05-06T03:56:39.565Z Downloaded pin-utils v0.1.0
9072026-05-06T03:56:39.568Z Downloaded headers v0.4.1
9082026-05-06T03:56:39.571Z Downloaded oxnet v0.1.4
9092026-05-06T03:56:39.574Z Downloaded const_format v0.2.35
9102026-05-06T03:56:39.577Z Downloaded powerfmt v0.2.0
9112026-05-06T03:56:39.581Z Downloaded predicates-core v1.0.10
9122026-05-06T03:56:39.584Z Downloaded proc-macro-error-attr2 v2.0.0
9132026-05-06T03:56:39.584Z Downloaded proc-macro-crate v3.4.0
9142026-05-06T03:56:39.584Z Downloaded num-rational v0.4.2
9152026-05-06T03:56:39.587Z Downloaded precomputed-hash v0.1.1
9162026-05-06T03:56:39.587Z Downloaded md-5 v0.10.6
9172026-05-06T03:56:39.587Z Downloaded paste v1.0.15
9182026-05-06T03:56:39.590Z Downloaded parse-display-derive v0.10.0
9192026-05-06T03:56:39.594Z Downloaded phf v0.12.1
9202026-05-06T03:56:39.596Z Downloaded base64 v0.21.7
9212026-05-06T03:56:39.599Z Downloaded indicatif v0.18.4
9222026-05-06T03:56:39.599Z Downloaded async-compression v0.4.41
9232026-05-06T03:56:39.603Z Downloaded progenitor-macro v0.11.2
9242026-05-06T03:56:39.606Z Downloaded expectorate v1.2.0
9252026-05-06T03:56:39.609Z Downloaded libbz2-rs-sys v0.2.2
9262026-05-06T03:56:39.612Z Downloaded progenitor-client v0.10.0
9272026-05-06T03:56:39.614Z Downloaded hickory-resolver v0.24.4
9282026-05-06T03:56:39.617Z Downloaded progenitor-client v0.14.0
9292026-05-06T03:56:39.620Z Downloaded polyval v0.6.2
9302026-05-06T03:56:39.620Z Downloaded heapless v0.7.17
9312026-05-06T03:56:39.623Z Downloaded phf v0.13.1
9322026-05-06T03:56:39.623Z Downloaded proc-macro-crate v1.3.1
9332026-05-06T03:56:39.626Z Downloaded poly1305 v0.8.0
9342026-05-06T03:56:39.626Z Downloaded progenitor-macro v0.10.0
9352026-05-06T03:56:39.626Z Downloaded progenitor-client v0.11.2
9362026-05-06T03:56:39.629Z Downloaded peg v0.8.5
9372026-05-06T03:56:39.629Z Downloaded progenitor-macro v0.14.0
9382026-05-06T03:56:39.632Z Downloaded psl-types v2.0.11
9392026-05-06T03:56:39.632Z Downloaded parking_lot_core v0.9.12
9402026-05-06T03:56:39.632Z Downloaded progenitor-macro v0.13.0
9412026-05-06T03:56:39.632Z Downloaded primeorder v0.13.6
9422026-05-06T03:56:39.635Z Downloaded pem v3.0.6
9432026-05-06T03:56:39.638Z Downloaded peg-macros v0.8.5
9442026-05-06T03:56:39.638Z Downloaded num-conv v0.2.0
9452026-05-06T03:56:39.641Z Downloaded pem-rfc7468 v0.7.0
9462026-05-06T03:56:39.641Z Downloaded pin-project-lite v0.2.17
9472026-05-06T03:56:39.644Z Downloaded pkg-config v0.3.32
9482026-05-06T03:56:39.646Z Downloaded pin-project-internal v1.1.11
9492026-05-06T03:56:39.649Z Downloaded proc-macro-error2 v2.0.1
9502026-05-06T03:56:39.649Z Downloaded omicron-zone-package v0.12.2
9512026-05-06T03:56:39.652Z Downloaded predicates v3.1.4
9522026-05-06T03:56:39.655Z Downloaded parking_lot v0.12.5
9532026-05-06T03:56:39.658Z Downloaded postgres-protocol v0.6.10
9542026-05-06T03:56:39.661Z Downloaded postcard v1.1.3
9552026-05-06T03:56:39.661Z Downloaded lru-cache v0.1.2
9562026-05-06T03:56:39.666Z Downloaded ppv-lite86 v0.2.21
9572026-05-06T03:56:39.670Z Downloaded parking_lot_core v0.8.6
9582026-05-06T03:56:39.670Z Downloaded peg-runtime v0.8.5
9592026-05-06T03:56:39.670Z Downloaded jiff-static v0.2.21
9602026-05-06T03:56:39.678Z Downloaded radium v0.7.0
9612026-05-06T03:56:39.681Z Downloaded bumpalo v3.20.2
9622026-05-06T03:56:39.681Z Downloaded pkcs5 v0.7.1
9632026-05-06T03:56:39.685Z Downloaded recursive v0.1.1
9642026-05-06T03:56:39.685Z Downloaded indexmap v1.9.3
9652026-05-06T03:56:39.688Z Downloaded hashbrown v0.13.2
9662026-05-06T03:56:39.688Z Downloaded hyper-util v0.1.20
9672026-05-06T03:56:39.692Z Downloaded dropshot-api-manager v0.7.1
9682026-05-06T03:56:39.696Z Downloaded recursive-proc-macro-impl v0.1.1
9692026-05-06T03:56:39.699Z Downloaded rand_xorshift v0.4.0
9702026-05-06T03:56:39.699Z Downloaded ref-cast-impl v1.0.25
9712026-05-06T03:56:39.702Z Downloaded multer v3.1.0
9722026-05-06T03:56:39.705Z Downloaded rand_chacha v0.3.1
9732026-05-06T03:56:39.705Z Downloaded progenitor-client v0.13.0
9742026-05-06T03:56:39.708Z Downloaded litrs v1.0.0
9752026-05-06T03:56:39.708Z Downloaded progenitor-extras v0.2.0
9762026-05-06T03:56:39.719Z Downloaded papergrid v0.17.0
9772026-05-06T03:56:39.722Z Downloaded openssl-sys v0.9.114
9782026-05-06T03:56:39.727Z Downloaded progenitor v0.11.2
9792026-05-06T03:56:39.729Z Downloaded quick-error v1.2.3
9802026-05-06T03:56:39.729Z Downloaded oso v0.27.3
9812026-05-06T03:56:39.732Z Downloaded p256 v0.13.2
9822026-05-06T03:56:39.735Z Downloaded aes v0.8.4
9832026-05-06T03:56:39.735Z Downloaded postgres-types v0.2.12
9842026-05-06T03:56:39.738Z Downloaded rand_seeder v0.4.0
9852026-05-06T03:56:39.738Z Downloaded newtype-uuid v1.3.2
9862026-05-06T03:56:39.740Z Downloaded parking_lot v0.11.2
9872026-05-06T03:56:39.741Z Downloaded russh-cryptovec v0.7.3
9882026-05-06T03:56:39.743Z Downloaded rustc_version v0.1.7
9892026-05-06T03:56:39.743Z Downloaded rustc-hash v2.1.1
9902026-05-06T03:56:39.746Z Downloaded progenitor v0.14.0
9912026-05-06T03:56:39.746Z Downloaded num_enum v0.5.11
9922026-05-06T03:56:39.749Z Downloaded rfc6979 v0.4.0
9932026-05-06T03:56:39.749Z Downloaded pkcs8 v0.10.2
9942026-05-06T03:56:39.752Z Downloaded nu-ansi-term v0.50.3
9952026-05-06T03:56:39.752Z Downloaded http v1.4.0
9962026-05-06T03:56:39.755Z Downloaded rtoolbox v0.0.3
9972026-05-06T03:56:39.755Z Downloaded progenitor v0.10.0
9982026-05-06T03:56:39.758Z Downloaded hickory-resolver v0.25.2
9992026-05-06T03:56:39.758Z Downloaded prefix-trie v0.7.0
10002026-05-06T03:56:39.761Z Downloaded progenitor-impl v0.14.0
10012026-05-06T03:56:39.764Z Downloaded predicates-tree v1.0.13
10022026-05-06T03:56:39.764Z Downloaded miniz_oxide v0.8.9
10032026-05-06T03:56:39.764Z Downloaded scrypt v0.11.0
10042026-05-06T03:56:39.767Z Downloaded rand_core v0.10.0
10052026-05-06T03:56:39.770Z Downloaded semver v0.1.20
10062026-05-06T03:56:39.773Z Downloaded scheduled-thread-pool v0.2.7
10072026-05-06T03:56:39.776Z Downloaded progenitor v0.13.0
10082026-05-06T03:56:39.779Z Downloaded ref-cast v1.0.25
10092026-05-06T03:56:39.782Z Downloaded aes-gcm v0.10.3
10102026-05-06T03:56:39.785Z Downloaded same-file v1.0.6
10112026-05-06T03:56:39.788Z Downloaded oxide-tokio-rt v0.1.4
10122026-05-06T03:56:39.791Z Downloaded scopeguard v1.2.0
10132026-05-06T03:56:39.791Z Downloaded sapling-renderdag v0.1.0
10142026-05-06T03:56:39.791Z Downloaded rustc_version v0.4.1
10152026-05-06T03:56:39.794Z Downloaded resolv-conf v0.7.6
10162026-05-06T03:56:39.797Z Downloaded secrecy v0.10.3
10172026-05-06T03:56:39.800Z Downloaded rand_core v0.9.5
10182026-05-06T03:56:39.800Z Downloaded password-hash v0.5.0
10192026-05-06T03:56:39.800Z Downloaded password-hash v0.4.2
10202026-05-06T03:56:39.803Z Downloaded quinn-udp v0.5.14
10212026-05-06T03:56:39.803Z Downloaded packed_struct v0.10.1
10222026-05-06T03:56:39.807Z Downloaded rand_chacha v0.9.0
10232026-05-06T03:56:39.807Z Downloaded psm v0.1.30
10242026-05-06T03:56:39.809Z Downloaded rustls-pemfile v1.0.4
10252026-05-06T03:56:39.809Z Downloaded phf_shared v0.13.1
10262026-05-06T03:56:39.812Z Downloaded serde_urlencoded v0.7.1
10272026-05-06T03:56:39.812Z Downloaded mio v1.2.0
10282026-05-06T03:56:39.815Z Downloaded secrecy v0.8.0
10292026-05-06T03:56:39.819Z Downloaded pin-project v1.1.11
10302026-05-06T03:56:39.822Z Downloaded minimal-lexical v0.2.1
10312026-05-06T03:56:39.825Z Downloaded pretty_assertions v1.4.1
10322026-05-06T03:56:39.828Z Downloaded hashbrown v0.12.3
10332026-05-06T03:56:39.832Z Downloaded pkcs1 v0.7.5
10342026-05-06T03:56:39.836Z Downloaded serde_spanned v1.0.4
10352026-05-06T03:56:39.836Z Downloaded signal-hook-tokio v0.3.1
10362026-05-06T03:56:39.839Z Downloaded serde_bytes v0.11.19
10372026-05-06T03:56:39.842Z Downloaded num-integer v0.1.46
10382026-05-06T03:56:39.846Z Downloaded hickory-server v0.25.2
10392026-05-06T03:56:39.851Z Downloaded serde-big-array v0.5.1
10402026-05-06T03:56:39.855Z Downloaded serde_repr v0.1.20
10412026-05-06T03:56:39.858Z Downloaded schemars_derive v0.8.22
10422026-05-06T03:56:39.858Z Downloaded siphasher v1.0.2
10432026-05-06T03:56:39.861Z Downloaded r2d2 v0.8.10
10442026-05-06T03:56:39.865Z Downloaded rusty-fork v0.3.1
10452026-05-06T03:56:39.868Z Downloaded hashbrown v0.15.5
10462026-05-06T03:56:39.871Z Downloaded salsa20 v0.10.2
10472026-05-06T03:56:39.874Z Downloaded sigpipe v0.1.3
10482026-05-06T03:56:39.874Z Downloaded signal-hook-mio v0.2.5
10492026-05-06T03:56:39.877Z Downloaded shell-words v1.1.1
10502026-05-06T03:56:39.879Z Downloaded signature v2.2.0
10512026-05-06T03:56:39.882Z Downloaded rustversion v1.0.22
10522026-05-06T03:56:39.889Z Downloaded scroll v0.13.0
10532026-05-06T03:56:39.892Z Downloaded rand_core v0.6.4
10542026-05-06T03:56:39.897Z Downloaded sct v0.7.1
10552026-05-06T03:56:39.900Z Downloaded slog-envlogger v2.2.0
10562026-05-06T03:56:39.903Z Downloaded seq-macro v0.3.6
10572026-05-06T03:56:39.903Z Downloaded slog-bunyan v2.5.0
10582026-05-06T03:56:39.906Z Downloaded sec1 v0.7.3
10592026-05-06T03:56:39.906Z Downloaded ssh-encoding v0.2.0
10602026-05-06T03:56:39.909Z Downloaded scroll_derive v0.13.1
10612026-05-06T03:56:39.912Z Downloaded bindgen v0.71.1
10622026-05-06T03:56:39.922Z Downloaded libxml v0.3.3
10632026-05-06T03:56:39.926Z Downloaded serde_path_to_error v0.1.20
10642026-05-06T03:56:39.928Z Downloaded serde-hex v0.1.0
10652026-05-06T03:56:39.929Z Downloaded itertools v0.10.5
10662026-05-06T03:56:39.931Z Downloaded russh-keys v0.45.0
10672026-05-06T03:56:39.939Z Downloaded serde_plain v1.0.2
10682026-05-06T03:56:39.942Z Downloaded ssh-cipher v0.2.0
10692026-05-06T03:56:39.942Z Downloaded iri-string v0.7.10
10702026-05-06T03:56:39.945Z Downloaded strum v0.27.2
10712026-05-06T03:56:39.948Z Downloaded strip-ansi-escapes v0.2.1
10722026-05-06T03:56:39.948Z Downloaded num-bigint v0.4.6
10732026-05-06T03:56:39.951Z Downloaded sqlparser_derive v0.5.0
10742026-05-06T03:56:39.951Z Downloaded rustls-pki-types v1.14.0
10752026-05-06T03:56:39.953Z Downloaded structmeta v0.3.0
10762026-05-06T03:56:39.956Z Downloaded signal-hook-registry v1.4.8
10772026-05-06T03:56:39.959Z Downloaded crossterm v0.29.0
10782026-05-06T03:56:39.962Z Downloaded strum v0.26.3
10792026-05-06T03:56:39.965Z Downloaded shlex v1.3.0
10802026-05-06T03:56:39.965Z Downloaded sync_wrapper v1.0.2
10812026-05-06T03:56:39.965Z Downloaded sync-ptr v0.1.4
10822026-05-06T03:56:39.968Z Downloaded supports-color v3.0.2
10832026-05-06T03:56:39.968Z Downloaded sha1 v0.10.6
10842026-05-06T03:56:39.968Z Downloaded progenitor-impl v0.11.2
10852026-05-06T03:56:39.971Z Downloaded tagptr v0.2.0
10862026-05-06T03:56:39.971Z Downloaded tabwriter v1.4.1
10872026-05-06T03:56:39.971Z Downloaded tabled_derive v0.11.0
10882026-05-06T03:56:39.974Z Downloaded structmeta-derive v0.3.0
10892026-05-06T03:56:39.975Z Downloaded subtle v2.6.1
10902026-05-06T03:56:39.975Z Downloaded simd-adler32 v0.3.8
10912026-05-06T03:56:39.978Z Downloaded ron v0.8.1
10922026-05-06T03:56:39.980Z Downloaded smf v0.2.3
10932026-05-06T03:56:39.983Z Downloaded slab v0.4.12
10942026-05-06T03:56:39.983Z Downloaded tap v1.0.1
10952026-05-06T03:56:39.986Z Downloaded slog-async v2.8.0
10962026-05-06T03:56:39.993Z Downloaded rustls-pemfile v2.2.0
10972026-05-06T03:56:39.996Z Downloaded slog-term v2.9.2
10982026-05-06T03:56:39.999Z Downloaded time-core v0.1.8
10992026-05-06T03:56:39.999Z Downloaded static_assertions v1.1.0
11002026-05-06T03:56:40.003Z Downloaded thread-id v5.1.0
11012026-05-06T03:56:40.003Z Downloaded take_mut v0.2.2
11022026-05-06T03:56:40.006Z Downloaded thiserror-impl-no-std v2.0.2
11032026-05-06T03:56:40.006Z Downloaded snafu-derive v0.8.9
11042026-05-06T03:56:40.006Z Downloaded slog-stdlog v4.1.1
11052026-05-06T03:56:40.006Z Downloaded slog-json v2.6.1
11062026-05-06T03:56:40.010Z Downloaded hashbrown v0.16.1
11072026-05-06T03:56:40.013Z Downloaded smallvec v0.6.14
11082026-05-06T03:56:40.013Z Downloaded slog-dtrace v0.3.0
11092026-05-06T03:56:40.013Z Downloaded serde_derive_internals v0.29.1
11102026-05-06T03:56:40.016Z Downloaded progenitor-impl v0.10.0
11112026-05-06T03:56:40.016Z Downloaded ryu v1.0.23
11122026-05-06T03:56:40.019Z Downloaded sqlformat v0.3.5
11132026-05-06T03:56:40.022Z Downloaded rcgen v0.12.1
11142026-05-06T03:56:40.022Z Downloaded strum_macros v0.24.3
11152026-05-06T03:56:40.024Z Downloaded stringprep v0.1.5
11162026-05-06T03:56:40.024Z Downloaded termtree v0.5.1
11172026-05-06T03:56:40.028Z Downloaded rustls-platform-verifier v0.6.2
11182026-05-06T03:56:40.028Z Downloaded rayon-core v1.13.0
11192026-05-06T03:56:40.032Z Downloaded nom v7.1.3
11202026-05-06T03:56:40.035Z Downloaded schemars v0.8.22
11212026-05-06T03:56:40.038Z Downloaded tinyvec_macros v0.1.1
11222026-05-06T03:56:40.041Z Downloaded prettyplease v0.2.37
11232026-05-06T03:56:40.044Z Downloaded stacker v0.1.23
11242026-05-06T03:56:40.046Z Downloaded testing_table v0.3.0
11252026-05-06T03:56:40.046Z Downloaded publicsuffix v2.3.0
11262026-05-06T03:56:40.050Z Downloaded futures-util v0.3.32
11272026-05-06T03:56:40.056Z Downloaded spki v0.7.3
11282026-05-06T03:56:40.059Z Downloaded slog-scope v4.4.1
11292026-05-06T03:56:40.062Z Downloaded strum_macros v0.27.2
11302026-05-06T03:56:40.062Z Downloaded strum_macros v0.26.4
11312026-05-06T03:56:40.065Z Downloaded string_cache v0.8.9
11322026-05-06T03:56:40.065Z Downloaded progenitor-impl v0.13.0
11332026-05-06T03:56:40.074Z Downloaded serde_cbor v0.11.2
11342026-05-06T03:56:40.077Z Downloaded rand v0.8.5
11352026-05-06T03:56:40.080Z Downloaded rustls-native-certs v0.8.3
11362026-05-06T03:56:40.080Z Downloaded spin v0.9.8
11372026-05-06T03:56:40.083Z Downloaded serde_with_macros v3.17.0
11382026-05-06T03:56:40.086Z Downloaded termios v0.3.3
11392026-05-06T03:56:40.086Z Downloaded num-bigint-dig v0.8.6
11402026-05-06T03:56:40.089Z Downloaded thiserror-no-std v2.0.2
11412026-05-06T03:56:40.091Z Downloaded iddqd v0.3.18
11422026-05-06T03:56:40.097Z Downloaded tls_codec_derive v0.4.2
11432026-05-06T03:56:40.101Z Downloaded time-macros v0.2.27
11442026-05-06T03:56:40.105Z Downloaded tls_codec v0.4.2
11452026-05-06T03:56:40.108Z Downloaded itertools v0.12.1
11462026-05-06T03:56:40.110Z Downloaded tower-service v0.3.3
11472026-05-06T03:56:40.113Z Downloaded tokio-macros v2.7.0
11482026-05-06T03:56:40.113Z Downloaded tokio-dtrace v0.1.1
11492026-05-06T03:56:40.113Z Downloaded blake3 v1.8.3
11502026-05-06T03:56:40.118Z Downloaded tiny-keccak v2.0.2
11512026-05-06T03:56:40.121Z Downloaded trait-variant v0.1.2
11522026-05-06T03:56:40.121Z Downloaded tower-layer v0.3.3
11532026-05-06T03:56:40.121Z Downloaded thread_local v1.1.9
11542026-05-06T03:56:40.126Z Downloaded unarray v0.1.4
11552026-05-06T03:56:40.129Z Downloaded qorb v0.4.1
11562026-05-06T03:56:40.131Z Downloaded typify-macro v0.6.2
11572026-05-06T03:56:40.131Z Downloaded typify-macro v0.4.3
11582026-05-06T03:56:40.132Z Downloaded tokio-native-tls v0.3.1
11592026-05-06T03:56:40.135Z Downloaded quinn v0.11.9
11602026-05-06T03:56:40.138Z Downloaded tokio-tungstenite v0.23.1
11612026-05-06T03:56:40.138Z Downloaded term v0.7.0
11622026-05-06T03:56:40.142Z Downloaded try-lock v0.2.5
11632026-05-06T03:56:40.142Z Downloaded tokio-tungstenite v0.21.0
11642026-05-06T03:56:40.142Z Downloaded tokio-rustls v0.25.0
11652026-05-06T03:56:40.142Z Downloaded support-bundle-viewer v0.1.2
11662026-05-06T03:56:40.146Z Downloaded schemars v0.9.0
11672026-05-06T03:56:40.149Z Downloaded rand v0.9.2
11682026-05-06T03:56:40.152Z Downloaded h2 v0.4.13
11692026-05-06T03:56:40.155Z Downloaded hkdf v0.12.4
11702026-05-06T03:56:40.158Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-05-06T03:56:40.161Z Downloaded universal-hash v0.5.1
11722026-05-06T03:56:40.161Z Downloaded term v1.2.1
11732026-05-06T03:56:40.164Z Downloaded usdt-macro v0.6.0
11742026-05-06T03:56:40.164Z Downloaded usdt v0.6.0
11752026-05-06T03:56:40.164Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11762026-05-06T03:56:40.164Z Downloaded socket2 v0.5.10
11772026-05-06T03:56:40.167Z Downloaded hyper v1.8.1
11782026-05-06T03:56:40.170Z Downloaded wait-timeout v0.2.1
11792026-05-06T03:56:40.173Z Downloaded void v1.0.2
11802026-05-06T03:56:40.173Z Downloaded untrusted v0.7.1
11812026-05-06T03:56:40.173Z Downloaded signal-hook v0.3.18
11822026-05-06T03:56:40.173Z Downloaded itertools v0.13.0
11832026-05-06T03:56:40.177Z Downloaded serde_yaml v0.9.34+deprecated
11842026-05-06T03:56:40.181Z Downloaded untrusted v0.9.0
11852026-05-06T03:56:40.181Z Downloaded unicode-truncate v1.1.0
11862026-05-06T03:56:40.183Z Downloaded unit-prefix v0.5.2
11872026-05-06T03:56:40.183Z Downloaded socket2 v0.6.3
11882026-05-06T03:56:40.192Z Downloaded xattr v1.6.1
11892026-05-06T03:56:40.195Z Downloaded topological-sort v0.2.2
11902026-05-06T03:56:40.198Z Downloaded usdt-attr-macro v0.6.0
11912026-05-06T03:56:40.198Z Downloaded toml_writer v1.0.6+spec-1.1.0
11922026-05-06T03:56:40.202Z Downloaded slog v2.8.2
11932026-05-06T03:56:40.205Z Downloaded bitvec v1.0.1
11942026-05-06T03:56:40.211Z Downloaded want v0.3.1
11952026-05-06T03:56:40.215Z Downloaded tui-tree-widget v0.23.1
11962026-05-06T03:56:40.218Z Downloaded tokio-rustls v0.24.1
11972026-05-06T03:56:40.218Z Downloaded rand v0.10.0
11982026-05-06T03:56:40.222Z Downloaded unicase v2.9.0
11992026-05-06T03:56:40.225Z Downloaded xshell-macros v0.2.7
12002026-05-06T03:56:40.228Z Downloaded tokio-stream v0.1.18
12012026-05-06T03:56:40.228Z Downloaded tokio-rustls v0.26.4
12022026-05-06T03:56:40.231Z Downloaded rustls-webpki v0.103.9
12032026-05-06T03:56:40.235Z Downloaded rsa v0.9.10
12042026-05-06T03:56:40.239Z Downloaded utf-8 v0.7.6
12052026-05-06T03:56:40.243Z Downloaded snafu v0.8.9
12062026-05-06T03:56:40.247Z Downloaded similar v2.7.0
12072026-05-06T03:56:40.250Z Downloaded uzers v0.12.2
12082026-05-06T03:56:40.253Z Downloaded vergen-lib v0.1.6
12092026-05-06T03:56:40.253Z Downloaded usdt-impl v0.6.0
12102026-05-06T03:56:40.257Z Downloaded zone v0.3.1
12112026-05-06T03:56:40.257Z Downloaded vergen-gitcl v1.0.8
12122026-05-06T03:56:40.257Z Downloaded zone_cfg_derive v0.3.1
12132026-05-06T03:56:40.303Z Downloaded tinyvec v1.10.0
12142026-05-06T03:56:40.303Z Downloaded test-strategy v0.4.5
12152026-05-06T03:56:40.303Z Downloaded waitgroup v0.1.2
12162026-05-06T03:56:40.303Z Downloaded walkdir v2.5.0
12172026-05-06T03:56:40.303Z Downloaded vsss-rs v3.3.4
12182026-05-06T03:56:40.304Z Downloaded vergen-git2 v1.0.7
12192026-05-06T03:56:40.304Z Downloaded toml_parser v1.0.9+spec-1.1.0
12202026-05-06T03:56:40.304Z Downloaded twox-hash v2.1.2
12212026-05-06T03:56:40.304Z Downloaded tracing-attributes v0.1.31
12222026-05-06T03:56:40.304Z Downloaded libm v0.2.16
12232026-05-06T03:56:40.304Z Downloaded whoami v2.1.0
12242026-05-06T03:56:40.304Z Downloaded whoami v1.6.1
12252026-05-06T03:56:40.304Z Downloaded subprocess v0.2.15
12262026-05-06T03:56:40.304Z Downloaded wyz v0.5.1
12272026-05-06T03:56:40.304Z Downloaded tar v0.4.45
12282026-05-06T03:56:40.304Z Downloaded p521 v0.13.3
12292026-05-06T03:56:40.308Z Downloaded xshell v0.2.7
12302026-05-06T03:56:40.308Z Downloaded unicode-properties v0.1.4
12312026-05-06T03:56:40.311Z Downloaded toml v0.7.8
12322026-05-06T03:56:40.314Z Downloaded zeroize_derive v1.4.3
12332026-05-06T03:56:40.314Z Downloaded russh v0.45.0
12342026-05-06T03:56:40.317Z Downloaded toml v1.0.6+spec-1.1.0
12352026-05-06T03:56:40.320Z Downloaded toml v0.9.12+spec-1.1.0
12362026-05-06T03:56:40.320Z Downloaded itertools v0.14.0
12372026-05-06T03:56:40.325Z Downloaded git2 v0.20.4
12382026-05-06T03:56:40.331Z Downloaded zstd-safe v7.2.4
12392026-05-06T03:56:40.338Z Downloaded samael v0.0.19
12402026-05-06T03:56:40.343Z Downloaded zstd v0.13.3
12412026-05-06T03:56:40.348Z Downloaded tungstenite v0.23.0
12422026-05-06T03:56:40.351Z Downloaded schemars v1.2.1
12432026-05-06T03:56:40.357Z Downloaded zeroize v1.8.2
12442026-05-06T03:56:40.361Z Downloaded tungstenite v0.21.0
12452026-05-06T03:56:40.361Z Downloaded steno v0.4.1
12462026-05-06T03:56:40.365Z Downloaded yasna v0.5.2
12472026-05-06T03:56:40.365Z Downloaded tracing-core v0.1.36
12482026-05-06T03:56:40.368Z Downloaded unicode-bidi v0.3.18
12492026-05-06T03:56:40.368Z Downloaded typify v0.4.3
12502026-05-06T03:56:40.375Z Downloaded typify v0.6.2
12512026-05-06T03:56:40.383Z Downloaded vergen v9.0.6
12522026-05-06T03:56:40.386Z Downloaded unsafe-libyaml v0.2.11
12532026-05-06T03:56:40.389Z Downloaded vte v0.14.1
12542026-05-06T03:56:40.389Z Downloaded reedline v0.40.0
12552026-05-06T03:56:40.392Z Downloaded toml_edit v0.23.10+spec-1.0.0
12562026-05-06T03:56:40.412Z Downloaded rpassword v7.4.0
12572026-05-06T03:56:40.418Z Downloaded p384 v0.13.1
12582026-05-06T03:56:40.430Z Downloaded lalrpop v0.19.12
12592026-05-06T03:56:40.436Z Downloaded zopfli v0.8.3
12602026-05-06T03:56:40.439Z Downloaded toml_edit v0.19.15
12612026-05-06T03:56:40.448Z Downloaded rustyline v14.0.0
12622026-05-06T03:56:40.453Z Downloaded regex v1.12.3
12632026-05-06T03:56:40.459Z Downloaded uuid v1.23.0
12642026-05-06T03:56:40.463Z Downloaded zip v0.6.6
12652026-05-06T03:56:40.490Z Downloaded reqwest v0.13.2
12662026-05-06T03:56:40.494Z Downloaded zerocopy v0.6.6
12672026-05-06T03:56:40.497Z Downloaded yansi v1.0.1
12682026-05-06T03:56:40.501Z Downloaded unicode-segmentation v1.12.0
12692026-05-06T03:56:40.504Z Downloaded moka v0.12.13
12702026-05-06T03:56:40.507Z Downloaded goblin v0.10.5
12712026-05-06T03:56:40.516Z Downloaded tower v0.5.3
12722026-05-06T03:56:40.531Z Downloaded quick-xml v0.37.5
12732026-05-06T03:56:40.536Z Downloaded ssh-key v0.6.7
12742026-05-06T03:56:40.544Z Downloaded reqwest v0.12.28
12752026-05-06T03:56:40.548Z Downloaded unicode_categories v0.1.1
12762026-05-06T03:56:40.554Z Downloaded rustls-webpki v0.101.7
12772026-05-06T03:56:40.561Z Downloaded salty v0.3.0
12782026-05-06T03:56:40.565Z Downloaded portable-atomic v1.13.1
12792026-05-06T03:56:40.569Z Downloaded typed-path v0.9.3
12802026-05-06T03:56:40.572Z Downloaded tokio-postgres v0.7.16
12812026-05-06T03:56:40.575Z Downloaded unicode-normalization v0.1.25
12822026-05-06T03:56:40.577Z Downloaded curve25519-dalek v4.1.3
12832026-05-06T03:56:40.582Z Downloaded proptest v1.10.0
12842026-05-06T03:56:40.587Z Downloaded zerocopy-derive v0.8.40
12852026-05-06T03:56:40.591Z Downloaded x509-cert v0.2.5
12862026-05-06T03:56:40.594Z Downloaded rayon v1.11.0
12872026-05-06T03:56:40.599Z Downloaded tough v0.20.0
12882026-05-06T03:56:40.604Z Downloaded object v0.30.4
12892026-05-06T03:56:40.609Z Downloaded dropshot v0.17.0
12902026-05-06T03:56:40.635Z Downloaded tokio-util v0.7.18
12912026-05-06T03:56:40.639Z Downloaded quinn-proto v0.11.13
12922026-05-06T03:56:40.643Z Downloaded zip v4.6.1
12932026-05-06T03:56:40.645Z Downloaded nix v0.27.1
12942026-05-06T03:56:40.651Z Downloaded rustls-webpki v0.102.8
12952026-05-06T03:56:40.662Z Downloaded tower-http v0.6.8
12962026-05-06T03:56:40.665Z Downloaded openssl v0.10.78
12972026-05-06T03:56:40.686Z Downloaded petname v2.0.2
12982026-05-06T03:56:40.690Z Downloaded polar-core v0.27.3
12992026-05-06T03:56:40.694Z Downloaded nix v0.28.0
13002026-05-06T03:56:40.699Z Downloaded dropshot v0.16.7
13012026-05-06T03:56:40.716Z Downloaded serde_with v3.17.0
13022026-05-06T03:56:40.727Z Downloaded regex-syntax v0.6.29
13032026-05-06T03:56:40.735Z Downloaded rustls v0.21.12
13042026-05-06T03:56:40.742Z Downloaded winnow v0.6.26
13052026-05-06T03:56:40.751Z Downloaded nix v0.29.0
13062026-05-06T03:56:40.758Z Downloaded bstr v1.12.1
13072026-05-06T03:56:40.764Z Downloaded zlib-rs v0.6.2
13082026-05-06T03:56:40.767Z Downloaded vcpkg v0.2.15
13092026-05-06T03:56:40.787Z Downloaded winnow v0.5.40
13102026-05-06T03:56:40.792Z Downloaded nix v0.31.2
13112026-05-06T03:56:40.799Z Downloaded regress v0.10.5
13122026-05-06T03:56:40.804Z Downloaded hickory-proto v0.25.2
13132026-05-06T03:56:40.811Z Downloaded openapiv3 v2.2.0
13142026-05-06T03:56:40.818Z Downloaded regex-syntax v0.8.10
13152026-05-06T03:56:40.822Z Downloaded tabled v0.20.0
13162026-05-06T03:56:40.830Z Downloaded diesel v2.3.7
13172026-05-06T03:56:40.841Z Downloaded rustls v0.22.4
13182026-05-06T03:56:40.848Z Downloaded radix_trie v0.2.1
13192026-05-06T03:56:40.851Z Downloaded hickory-proto v0.24.4
13202026-05-06T03:56:40.859Z Downloaded time v0.3.47
13212026-05-06T03:56:40.867Z Downloaded smoltcp v0.9.1
13222026-05-06T03:56:40.872Z Downloaded object v0.37.3
13232026-05-06T03:56:40.940Z Downloaded zerocopy v0.8.40
13242026-05-06T03:56:40.945Z Downloaded typify-impl v0.4.3
13252026-05-06T03:56:40.960Z Downloaded webpki-roots v1.0.6
13262026-05-06T03:56:40.965Z Downloaded smoltcp v0.11.0
13272026-05-06T03:56:40.971Z Downloaded regex-automata v0.4.14
13282026-05-06T03:56:40.991Z Downloaded rustls v0.23.37
13292026-05-06T03:56:41.002Z Downloaded petgraph v0.6.5
13302026-05-06T03:56:41.019Z Downloaded jiff v0.2.21
13312026-05-06T03:56:41.032Z Downloaded regress v0.11.1
13322026-05-06T03:56:41.042Z Downloaded rustix v0.38.44
13332026-05-06T03:56:41.054Z Downloaded csv v1.4.0
13342026-05-06T03:56:41.084Z Downloaded tokio v1.52.1
13352026-05-06T03:56:41.107Z Downloaded sqlparser v0.61.0
13362026-05-06T03:56:41.146Z Downloaded encoding_rs v0.8.35
13372026-05-06T03:56:41.159Z Downloaded tracing v0.1.44
13382026-05-06T03:56:41.169Z Downloaded typify-impl v0.6.2
13392026-05-06T03:56:41.175Z Downloaded ratatui v0.29.0
13402026-05-06T03:56:41.186Z Downloaded sled v0.34.7
13412026-05-06T03:56:41.193Z Downloaded bzip2-sys v0.1.13+1.0.8
13422026-05-06T03:56:41.215Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-05-06T03:56:41.247Z Downloaded zerocopy-derive v0.6.6
13442026-05-06T03:56:41.290Z Downloaded chrono-tz v0.10.4
13452026-05-06T03:56:41.301Z Downloaded petgraph v0.8.3
13462026-05-06T03:56:41.340Z Downloaded libz-sys v1.1.24
13472026-05-06T03:56:41.357Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-05-06T03:56:41.367Z Downloaded sha3 v0.10.8
13492026-05-06T03:56:41.480Z Downloaded ring v0.17.14
13502026-05-06T03:56:42.129Z Downloaded aws-lc-sys v0.37.1
13512026-05-06T03:56:42.384Z Compiling libc v0.2.185
13522026-05-06T03:56:42.384Z Compiling serde v1.0.228
13532026-05-06T03:56:42.387Z Compiling shlex v1.3.0
13542026-05-06T03:56:42.387Z Compiling find-msvc-tools v0.1.9
13552026-05-06T03:56:42.518Z Compiling log v0.4.29
13562026-05-06T03:56:42.526Z Compiling smallvec v1.15.1
13572026-05-06T03:56:42.533Z Compiling syn v2.0.117
13582026-05-06T03:56:42.550Z Compiling typenum v1.19.0
13592026-05-06T03:56:42.720Z Compiling generic-array v0.14.7
13602026-05-06T03:56:42.733Z Compiling subtle v2.6.1
13612026-05-06T03:56:42.751Z Compiling scopeguard v1.2.0
13622026-05-06T03:56:42.806Z Compiling const-oid v0.9.6
13632026-05-06T03:56:42.838Z Compiling lock_api v0.4.14
13642026-05-06T03:56:42.851Z Compiling portable-atomic v1.13.1
13652026-05-06T03:56:42.897Z Compiling zerocopy v0.8.40
13662026-05-06T03:56:42.969Z Compiling critical-section v1.2.0
13672026-05-06T03:56:43.051Z Compiling serde_json v1.0.149
13682026-05-06T03:56:43.077Z Compiling parking_lot_core v0.9.12
13692026-05-06T03:56:43.257Z Compiling pin-project-lite v0.2.17
13702026-05-06T03:56:43.349Z Compiling getrandom v0.2.17
13712026-05-06T03:56:43.352Z Compiling jobserver v0.1.34
13722026-05-06T03:56:43.377Z Compiling errno v0.3.14
13732026-05-06T03:56:43.511Z Compiling rand_core v0.6.4
13742026-05-06T03:56:43.524Z Compiling pkg-config v0.3.32
13752026-05-06T03:56:43.527Z Compiling signal-hook-registry v1.4.8
13762026-05-06T03:56:43.598Z Compiling cc v1.2.56
13772026-05-06T03:56:43.781Z Compiling bitflags v2.11.0
13782026-05-06T03:56:43.806Z Compiling once_cell v1.21.3
13792026-05-06T03:56:43.892Z Compiling libm v0.2.16
13802026-05-06T03:56:44.004Z Compiling parking_lot v0.12.5
13812026-05-06T03:56:44.008Z Compiling mio v1.2.0
13822026-05-06T03:56:44.031Z Compiling num-traits v0.2.19
13832026-05-06T03:56:44.067Z Compiling futures-core v0.3.32
13842026-05-06T03:56:44.240Z Compiling percent-encoding v2.3.2
13852026-05-06T03:56:44.376Z Compiling socket2 v0.6.3
13862026-05-06T03:56:44.390Z Compiling futures-sink v0.3.32
13872026-05-06T03:56:44.425Z Compiling cpufeatures v0.2.17
13882026-05-06T03:56:44.440Z Compiling futures-task v0.3.32
13892026-05-06T03:56:44.471Z Compiling futures-channel v0.3.32
13902026-05-06T03:56:44.489Z Compiling slab v0.4.12
13912026-05-06T03:56:44.503Z Compiling getrandom v0.4.1
13922026-05-06T03:56:44.604Z Compiling futures-io v0.3.32
13932026-05-06T03:56:44.665Z Compiling rand_core v0.10.0
13942026-05-06T03:56:44.690Z Compiling rustversion v1.0.22
13952026-05-06T03:56:44.756Z Compiling getrandom v0.3.4
13962026-05-06T03:56:44.770Z Compiling indexmap v2.14.0
13972026-05-06T03:56:44.836Z Compiling form_urlencoded v1.2.2
13982026-05-06T03:56:45.069Z Compiling cmake v0.1.57
13992026-05-06T03:56:45.096Z Compiling dunce v1.0.5
14002026-05-06T03:56:45.190Z Compiling ident_case v1.0.1
14012026-05-06T03:56:45.296Z Compiling synstructure v0.13.2
14022026-05-06T03:56:45.313Z Compiling fs_extra v1.3.0
14032026-05-06T03:56:45.420Z Compiling base64ct v1.8.3
14042026-05-06T03:56:45.491Z Compiling flagset v0.4.7
14052026-05-06T03:56:45.622Z Compiling iana-time-zone v0.1.65
14062026-05-06T03:56:45.636Z Compiling aws-lc-sys v0.37.1
14072026-05-06T03:56:45.692Z Compiling pem-rfc7468 v0.7.0
14082026-05-06T03:56:45.714Z Compiling rand_core v0.9.5
14092026-05-06T03:56:45.761Z Compiling rustix v1.1.3
14102026-05-06T03:56:45.796Z Compiling ring v0.17.14
14112026-05-06T03:56:45.826Z Compiling uuid v1.23.0
14122026-05-06T03:56:45.989Z Compiling rustc_version v0.4.1
14132026-05-06T03:56:46.004Z Compiling aws-lc-rs v1.16.0
14142026-05-06T03:56:46.016Z Compiling vcpkg v0.2.15
14152026-05-06T03:56:46.291Z Compiling regex-syntax v0.8.10
14162026-05-06T03:56:46.313Z Compiling tracing-core v0.1.36
14172026-05-06T03:56:46.541Z Compiling pest_generator v2.8.6
14182026-05-06T03:56:46.775Z Compiling openssl-sys v0.9.114
14192026-05-06T03:56:46.882Z Compiling serde_derive_internals v0.29.1
14202026-05-06T03:56:47.132Z Compiling serde_derive v1.0.228
14212026-05-06T03:56:47.273Z Compiling zeroize_derive v1.4.3
14222026-05-06T03:56:47.308Z Compiling zerofrom-derive v0.1.6
14232026-05-06T03:56:47.523Z Compiling yoke-derive v0.8.1
14242026-05-06T03:56:47.803Z Compiling zerocopy-derive v0.8.40
14252026-05-06T03:56:47.923Z Compiling zeroize v1.8.2
14262026-05-06T03:56:48.673Z Compiling crypto-common v0.1.7
14272026-05-06T03:56:48.687Z Compiling block-buffer v0.10.4
14282026-05-06T03:56:48.702Z Compiling zerovec-derive v0.11.2
14292026-05-06T03:56:48.716Z Compiling zerofrom v0.1.6
14302026-05-06T03:56:48.816Z Compiling yoke v0.8.1
14312026-05-06T03:56:48.835Z Compiling digest v0.10.7
14322026-05-06T03:56:48.849Z Compiling displaydoc v0.2.5
14332026-05-06T03:56:49.004Z Compiling tokio-macros v2.7.0
14342026-05-06T03:56:49.075Z Compiling hmac v0.12.1
14352026-05-06T03:56:49.231Z Compiling futures-macro v0.3.32
14362026-05-06T03:56:49.571Z Compiling zerotrie v0.2.3
14372026-05-06T03:56:49.709Z Compiling block-padding v0.3.3
14382026-05-06T03:56:49.788Z Compiling zerovec v0.11.5
14392026-05-06T03:56:49.865Z Compiling inout v0.1.4
14402026-05-06T03:56:49.870Z Compiling sha2 v0.10.9
14412026-05-06T03:56:50.019Z Compiling futures-util v0.3.32
14422026-05-06T03:56:50.046Z Compiling cipher v0.4.4
14432026-05-06T03:56:50.285Z Compiling tinystr v0.8.2
14442026-05-06T03:56:50.307Z Compiling potential_utf v0.1.4
14452026-05-06T03:56:50.483Z Compiling bytes v1.11.1
14462026-05-06T03:56:50.499Z Compiling icu_locale_core v2.1.1
14472026-05-06T03:56:50.528Z Compiling icu_collections v2.1.1
14482026-05-06T03:56:50.561Z Compiling der_derive v0.7.3
14492026-05-06T03:56:51.002Z Compiling tokio v1.52.1
14502026-05-06T03:56:51.100Z Compiling icu_provider v2.1.1
14512026-05-06T03:56:51.315Z Compiling http v1.4.0
14522026-05-06T03:56:51.363Z Compiling icu_properties v2.1.2
14532026-05-06T03:56:51.395Z Compiling icu_normalizer v2.1.1
14542026-05-06T03:56:51.498Z Compiling der v0.7.10
14552026-05-06T03:56:51.924Z Compiling chrono v0.4.44
14562026-05-06T03:56:52.224Z Compiling idna_adapter v1.2.1
14572026-05-06T03:56:52.261Z Compiling ppv-lite86 v0.2.21
14582026-05-06T03:56:52.354Z Compiling idna v1.1.0
14592026-05-06T03:56:52.368Z Compiling spki v0.7.3
14602026-05-06T03:56:52.438Z Compiling salsa20 v0.10.2
14612026-05-06T03:56:52.565Z Compiling pbkdf2 v0.12.2
14622026-05-06T03:56:52.581Z Compiling thiserror-impl v2.0.18
14632026-05-06T03:56:52.581Z Compiling rand_chacha v0.9.0
14642026-05-06T03:56:52.679Z Compiling url v2.5.8
14652026-05-06T03:56:52.693Z Compiling scrypt v0.11.0
14662026-05-06T03:56:52.943Z Compiling cbc v0.1.2
14672026-05-06T03:56:52.982Z Compiling aes v0.8.4
14682026-05-06T03:56:53.093Z Compiling rustls-pki-types v1.14.0
14692026-05-06T03:56:53.275Z Compiling tracing-attributes v0.1.31
14702026-05-06T03:56:53.289Z Compiling rand v0.9.2
14712026-05-06T03:56:53.449Z Compiling pkcs5 v0.7.1
14722026-05-06T03:56:53.530Z Compiling http-body v1.0.1
14732026-05-06T03:56:53.741Z Compiling untrusted v0.7.1
14742026-05-06T03:56:53.868Z Compiling untrusted v0.9.0
14752026-05-06T03:56:53.881Z Compiling thiserror v2.0.18
14762026-05-06T03:56:53.914Z Compiling openssl-probe v0.2.1
14772026-05-06T03:56:54.004Z Compiling base64 v0.22.1
14782026-05-06T03:56:54.010Z Compiling httparse v1.10.1
14792026-05-06T03:56:54.013Z Compiling schemars v0.8.22
14802026-05-06T03:56:54.085Z Compiling pkcs8 v0.10.2
14812026-05-06T03:56:54.220Z Compiling schemars_derive v0.8.22
14822026-05-06T03:56:54.298Z Compiling pest_derive v2.8.6
14832026-05-06T03:56:54.367Z Compiling scroll_derive v0.13.1
14842026-05-06T03:56:54.385Z Compiling darling_core v0.20.11
14852026-05-06T03:56:54.561Z Compiling tracing v0.1.44
14862026-05-06T03:56:54.711Z Compiling tokio-util v0.7.18
14872026-05-06T03:56:54.823Z Compiling tower-service v0.3.3
14882026-05-06T03:56:54.921Z Compiling atomic-waker v1.1.2
14892026-05-06T03:56:55.048Z Compiling rustls v0.23.37
14902026-05-06T03:56:55.152Z Compiling try-lock v0.2.5
14912026-05-06T03:56:55.216Z Compiling tower-layer v0.3.3
14922026-05-06T03:56:55.259Z Compiling tinyvec_macros v0.1.1
14932026-05-06T03:56:55.332Z Compiling dyn-clone v1.0.20
14942026-05-06T03:56:55.377Z Compiling h2 v0.4.13
14952026-05-06T03:56:55.425Z Compiling tinyvec v1.10.0
14962026-05-06T03:56:55.759Z Compiling want v0.3.1
14972026-05-06T03:56:55.802Z Compiling scroll v0.13.0
14982026-05-06T03:56:55.923Z Compiling ipnet v2.11.0
14992026-05-06T03:56:56.069Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-05-06T03:56:56.152Z Compiling spin v0.9.8
15012026-05-06T03:56:56.367Z Compiling aho-corasick v1.1.4
15022026-05-06T03:56:56.425Z Compiling httpdate v1.0.3
15032026-05-06T03:56:56.451Z Compiling powerfmt v0.2.0
15042026-05-06T03:56:56.612Z Compiling num-conv v0.2.0
15052026-05-06T03:56:56.650Z Compiling pin-utils v0.1.0
15062026-05-06T03:56:56.650Z Compiling foreign-types-shared v0.1.1
15072026-05-06T03:56:56.700Z Compiling darling_macro v0.20.11
15082026-05-06T03:56:56.720Z Compiling openssl v0.10.78
15092026-05-06T03:56:56.740Z Compiling time-core v0.1.8
15102026-05-06T03:56:56.754Z Compiling crc32fast v1.5.0
15112026-05-06T03:56:56.812Z Compiling foreign-types v0.3.2
15122026-05-06T03:56:56.882Z Compiling deranged v0.5.8
15132026-05-06T03:56:56.882Z Compiling time-macros v0.2.27
15142026-05-06T03:56:57.059Z Compiling tempfile v3.25.0
15152026-05-06T03:56:57.156Z Compiling darling v0.20.11
15162026-05-06T03:56:57.239Z Compiling regex-automata v0.4.14
15172026-05-06T03:56:57.415Z Compiling goblin v0.10.5
15182026-05-06T03:56:57.943Z Compiling openssl-macros v0.1.1
15192026-05-06T03:56:58.020Z Compiling wait-timeout v0.2.1
15202026-05-06T03:56:58.293Z Compiling siphasher v1.0.2
15212026-05-06T03:56:58.327Z Compiling hyper v1.8.1
15222026-05-06T03:56:58.327Z Compiling bit-vec v0.8.0
15232026-05-06T03:56:58.480Z Compiling num_threads v0.1.7
15242026-05-06T03:56:58.569Z Compiling simd-adler32 v0.3.8
15252026-05-06T03:56:58.583Z Compiling quick-error v1.2.3
15262026-05-06T03:56:58.686Z Compiling syn v1.0.109
15272026-05-06T03:56:58.808Z Compiling native-tls v0.2.18
15282026-05-06T03:56:58.985Z Compiling crossbeam-utils v0.8.21
15292026-05-06T03:56:59.006Z Compiling usdt-impl v0.6.0
15302026-05-06T03:56:59.282Z Compiling rusty-fork v0.3.1
15312026-05-06T03:56:59.296Z Compiling time v0.3.47
15322026-05-06T03:56:59.326Z Compiling bit-set v0.8.0
15332026-05-06T03:56:59.488Z Compiling hyper-util v0.1.20
15342026-05-06T03:56:59.854Z Compiling derive_builder_core v0.20.2
15352026-05-06T03:57:00.740Z Compiling dof v0.4.0
15362026-05-06T03:57:01.076Z Compiling unicode-normalization v0.1.25
15372026-05-06T03:57:01.235Z Compiling dtrace-parser v0.3.0
15382026-05-06T03:57:01.308Z Compiling rustls-native-certs v0.8.3
15392026-05-06T03:57:01.531Z Compiling signature v2.2.0
15402026-05-06T03:57:01.595Z Compiling scroll_derive v0.12.1
15412026-05-06T03:57:01.652Z Compiling thiserror-impl v1.0.69
15422026-05-06T03:57:01.707Z Compiling heapless v0.7.17
15432026-05-06T03:57:01.915Z Compiling rand_xorshift v0.4.0
15442026-05-06T03:57:01.943Z Compiling slog v2.8.2
15452026-05-06T03:57:01.977Z Compiling darling_core v0.21.3
15462026-05-06T03:57:02.073Z Compiling bzip2-sys v0.1.13+1.0.8
15472026-05-06T03:57:02.118Z Compiling sync_wrapper v1.0.2
15482026-05-06T03:57:02.226Z Compiling thread-id v5.1.0
15492026-05-06T03:57:02.246Z Compiling cookie v0.18.1
15502026-05-06T03:57:02.309Z Compiling adler2 v2.0.1
15512026-05-06T03:57:02.347Z Compiling signal-hook v0.3.18
15522026-05-06T03:57:02.422Z Compiling paste v1.0.15
15532026-05-06T03:57:02.436Z Compiling anyhow v1.0.102
15542026-05-06T03:57:03.516Z Compiling allocator-api2 v0.2.21
15552026-05-06T03:57:03.519Z Compiling unicode-bidi v0.3.18
15562026-05-06T03:57:03.519Z Compiling zstd-safe v7.2.4
15572026-05-06T03:57:03.519Z Compiling unarray v0.1.4
15582026-05-06T03:57:03.520Z Compiling unicode-properties v0.1.4
15592026-05-06T03:57:03.520Z Compiling proptest v1.10.0
15602026-05-06T03:57:03.520Z Compiling thiserror v1.0.69
15612026-05-06T03:57:03.520Z Compiling stringprep v0.1.5
15622026-05-06T03:57:03.520Z Compiling miniz_oxide v0.8.9
15632026-05-06T03:57:03.520Z Compiling scroll v0.12.0
15642026-05-06T03:57:03.520Z Compiling tower v0.5.3
15652026-05-06T03:57:03.688Z Compiling derive_builder_macro v0.20.2
15662026-05-06T03:57:03.923Z Compiling ipnetwork v0.21.1
15672026-05-06T03:57:03.961Z Compiling http-body-util v0.1.3
15682026-05-06T03:57:04.129Z Compiling webpki-roots v1.0.6
15692026-05-06T03:57:04.198Z Compiling rand_chacha v0.3.1
15702026-05-06T03:57:04.248Z Compiling serde_tokenstream v0.2.3
15712026-05-06T03:57:04.305Z Compiling toml_datetime v0.6.11
15722026-05-06T03:57:04.308Z Compiling serde_spanned v0.6.9
15732026-05-06T03:57:04.463Z Compiling erased-serde v0.3.31
15742026-05-06T03:57:04.479Z Compiling darling_macro v0.21.3
15752026-05-06T03:57:04.555Z Compiling md-5 v0.10.6
15762026-05-06T03:57:04.569Z Compiling zerocopy-derive v0.7.35
15772026-05-06T03:57:04.723Z Compiling curve25519-dalek v4.1.3
15782026-05-06T03:57:04.943Z Compiling vergen-lib v0.1.6
15792026-05-06T03:57:04.969Z Compiling num-integer v0.1.46
15802026-05-06T03:57:04.996Z Compiling hash32 v0.2.1
15812026-05-06T03:57:05.061Z Compiling ff v0.13.1
15822026-05-06T03:57:05.127Z Compiling memoffset v0.9.1
15832026-05-06T03:57:05.181Z Compiling rustix v0.38.44
15842026-05-06T03:57:05.197Z Compiling fallible-iterator v0.2.0
15852026-05-06T03:57:05.274Z Compiling zlib-rs v0.6.2
15862026-05-06T03:57:05.310Z Compiling num-bigint-dig v0.8.6
15872026-05-06T03:57:05.423Z Compiling smoltcp v0.9.1
15882026-05-06T03:57:05.554Z Compiling litrs v1.0.0
15892026-05-06T03:57:05.569Z Compiling iri-string v0.7.10
15902026-05-06T03:57:05.571Z Compiling cfg_aliases v0.2.1
15912026-05-06T03:57:05.657Z Compiling base16ct v0.2.0
15922026-05-06T03:57:05.794Z Compiling ref-cast v1.0.25
15932026-05-06T03:57:05.840Z Compiling ryu v1.0.23
15942026-05-06T03:57:06.026Z Compiling psl-types v2.0.11
15952026-05-06T03:57:06.065Z Compiling document-features v0.2.12
15962026-05-06T03:57:06.143Z Compiling publicsuffix v2.3.0
15972026-05-06T03:57:06.156Z Compiling serde_urlencoded v0.7.1
15982026-05-06T03:57:06.335Z Compiling sec1 v0.7.3
15992026-05-06T03:57:06.401Z Compiling nix v0.31.2
16002026-05-06T03:57:06.666Z Compiling postgres-protocol v0.6.10
16012026-05-06T03:57:06.703Z Compiling tower-http v0.6.8
16022026-05-06T03:57:06.765Z Compiling zerocopy v0.7.35
16032026-05-06T03:57:07.108Z Compiling num-iter v0.1.45
16042026-05-06T03:57:07.178Z Compiling group v0.13.0
16052026-05-06T03:57:07.230Z Compiling newtype-uuid v1.3.2
16062026-05-06T03:57:07.357Z Compiling darling v0.21.3
16072026-05-06T03:57:07.443Z Compiling rand v0.8.5
16082026-05-06T03:57:07.552Z Compiling oxnet v0.1.4
16092026-05-06T03:57:07.567Z Compiling hubpack_derive v0.1.1
16102026-05-06T03:57:07.673Z Compiling derive_builder v0.20.2
16112026-05-06T03:57:07.796Z Compiling tokio-native-tls v0.3.1
16122026-05-06T03:57:07.908Z Compiling goblin v0.8.2
16132026-05-06T03:57:08.261Z Compiling flate2 v1.1.9
16142026-05-06T03:57:08.489Z Compiling regex v1.12.3
16152026-05-06T03:57:08.503Z Compiling phf_shared v0.13.1
16162026-05-06T03:57:08.536Z Compiling lazy_static v1.5.0
16172026-05-06T03:57:08.635Z Compiling cargo-platform v0.1.9
16182026-05-06T03:57:08.671Z Compiling hkdf v0.12.4
16192026-05-06T03:57:08.739Z Compiling crypto-bigint v0.5.5
16202026-05-06T03:57:08.834Z Compiling terminal_size v0.4.3
16212026-05-06T03:57:08.838Z Compiling daft-derive v0.1.5
16222026-05-06T03:57:08.885Z Compiling async-trait v0.1.89
16232026-05-06T03:57:08.910Z Compiling ref-cast-impl v1.0.25
16242026-05-06T03:57:08.985Z Compiling curve25519-dalek-derive v0.1.1
16252026-05-06T03:57:09.438Z Compiling strum_macros v0.27.2
16262026-05-06T03:57:09.538Z Compiling vergen v9.0.6
16272026-05-06T03:57:09.627Z Compiling fs-err v3.3.0
16282026-05-06T03:57:09.718Z Compiling ahash v0.8.12
16292026-05-06T03:57:09.813Z Compiling libbz2-rs-sys v0.2.2
16302026-05-06T03:57:09.905Z Compiling bumpalo v3.20.2
16312026-05-06T03:57:09.922Z Compiling managed v0.8.0
16322026-05-06T03:57:10.136Z Compiling winnow v0.5.40
16332026-05-06T03:57:10.158Z Compiling bitflags v1.3.2
16342026-05-06T03:57:10.239Z Compiling object v0.37.3
16352026-05-06T03:57:10.529Z Compiling foldhash v0.1.5
16362026-05-06T03:57:10.551Z Compiling unicode-segmentation v1.12.0
16372026-05-06T03:57:10.706Z Compiling foldhash v0.2.0
16382026-05-06T03:57:10.854Z Compiling hashbrown v0.16.1
16392026-05-06T03:57:10.930Z Compiling hashbrown v0.15.5
16402026-05-06T03:57:10.991Z Compiling clap_builder v4.5.60
16412026-05-06T03:57:11.409Z Compiling bzip2 v0.6.1
16422026-05-06T03:57:11.438Z Compiling strum v0.27.2
16432026-05-06T03:57:11.452Z Compiling toml_edit v0.19.15
16442026-05-06T03:57:11.569Z Compiling zopfli v0.8.3
16452026-05-06T03:57:11.602Z Compiling dof v0.3.0
16462026-05-06T03:57:11.788Z Compiling elliptic-curve v0.13.8
16472026-05-06T03:57:12.216Z Compiling daft v0.1.5
16482026-05-06T03:57:12.302Z Compiling cargo_metadata v0.19.2
16492026-05-06T03:57:12.353Z Compiling phf v0.13.1
16502026-05-06T03:57:12.874Z Compiling cookie_store v0.22.1
16512026-05-06T03:57:13.515Z Compiling signal-hook-mio v0.2.5
16522026-05-06T03:57:13.617Z Compiling zstd v0.13.3
16532026-05-06T03:57:13.634Z Compiling hubpack v0.1.2
16542026-05-06T03:57:13.830Z Compiling hyper-tls v0.6.0
16552026-05-06T03:57:13.853Z Compiling bzip2 v0.4.4
16562026-05-06T03:57:13.889Z Compiling serde_with_macros v3.17.0
16572026-05-06T03:57:14.018Z Compiling postgres-types v0.2.12
16582026-05-06T03:57:14.054Z Compiling usdt-attr-macro v0.6.0
16592026-05-06T03:57:14.083Z Compiling usdt-macro v0.6.0
16602026-05-06T03:57:14.556Z Compiling dtrace-parser v0.2.0
16612026-05-06T03:57:14.807Z Compiling ed25519 v2.2.3
16622026-05-06T03:57:14.849Z Compiling bstr v1.12.1
16632026-05-06T03:57:14.985Z Compiling phf_shared v0.11.3
16642026-05-06T03:57:15.126Z Compiling pkcs1 v0.7.5
16652026-05-06T03:57:15.146Z Compiling serde-big-array v0.5.1
16662026-05-06T03:57:15.170Z Compiling hex v0.4.3
16672026-05-06T03:57:15.283Z Compiling rfc6979 v0.4.0
16682026-05-06T03:57:15.320Z Compiling serde_repr v0.1.20
16692026-05-06T03:57:15.452Z Compiling enum-as-inner v0.6.1
16702026-05-06T03:57:15.476Z Compiling clap_derive v4.5.55
16712026-05-06T03:57:15.531Z Compiling strum_macros v0.26.4
16722026-05-06T03:57:15.545Z Compiling float-cmp v0.10.0
16732026-05-06T03:57:15.693Z Compiling memmap2 v0.9.10
16742026-05-06T03:57:15.754Z Compiling thread-id v4.2.2
16752026-05-06T03:57:15.841Z Compiling env_filter v1.0.0
16762026-05-06T03:57:15.880Z Compiling encoding_rs v0.8.35
16772026-05-06T03:57:15.907Z Compiling static_assertions v1.1.0
16782026-05-06T03:57:15.949Z Compiling keccak v0.1.6
16792026-05-06T03:57:15.983Z Compiling fixedbitset v0.5.7
16802026-05-06T03:57:16.151Z Compiling either v1.15.0
16812026-05-06T03:57:16.287Z Compiling predicates-core v1.0.10
16822026-05-06T03:57:16.361Z Compiling mime v0.3.17
16832026-05-06T03:57:16.467Z Compiling normalize-line-endings v0.3.0
16842026-05-06T03:57:16.569Z Compiling fixedbitset v0.4.2
16852026-05-06T03:57:16.627Z Compiling rustc-hash v2.1.1
16862026-05-06T03:57:16.754Z Compiling difflib v0.4.0
16872026-05-06T03:57:16.769Z Compiling data-encoding v2.10.0
16882026-05-06T03:57:16.787Z Compiling whoami v2.1.0
16892026-05-06T03:57:17.165Z Compiling precomputed-hash v0.1.1
16902026-05-06T03:57:17.237Z Compiling new_debug_unreachable v1.0.6
16912026-05-06T03:57:17.255Z Compiling jiff v0.2.21
16922026-05-06T03:57:17.269Z Compiling strum v0.26.3
16932026-05-06T03:57:17.309Z Compiling string_cache v0.8.9
16942026-05-06T03:57:17.323Z Compiling clap v4.5.60
16952026-05-06T03:57:17.394Z Compiling hickory-proto v0.25.2
16962026-05-06T03:57:17.409Z Compiling tokio-postgres v0.7.16
16972026-05-06T03:57:17.425Z Compiling predicates v3.1.4
16982026-05-06T03:57:17.461Z Compiling iddqd v0.3.18
16992026-05-06T03:57:17.531Z Compiling petgraph v0.6.5
17002026-05-06T03:57:18.056Z Compiling itertools v0.13.0
17012026-05-06T03:57:18.056Z Compiling petgraph v0.8.3
17022026-05-06T03:57:18.608Z Compiling sha3 v0.10.8
17032026-05-06T03:57:18.983Z Compiling env_logger v0.11.9
17042026-05-06T03:57:19.063Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17052026-05-06T03:57:19.276Z Compiling toml_edit v0.22.27
17062026-05-06T03:57:19.338Z Compiling usdt v0.6.0
17072026-05-06T03:57:19.588Z Compiling usdt-impl v0.5.0
17082026-05-06T03:57:19.603Z Compiling serde_with v3.17.0
17092026-05-06T03:57:19.989Z Compiling zip v4.6.1
17102026-05-06T03:57:20.169Z Compiling ecdsa v0.16.9
17112026-05-06T03:57:20.579Z Compiling rsa v0.9.10
17122026-05-06T03:57:20.957Z Compiling similar v2.7.0
17132026-05-06T03:57:21.336Z Compiling ed25519-dalek v2.2.0
17142026-05-06T03:57:21.418Z Compiling crossterm v0.28.1
17152026-05-06T03:57:21.872Z Compiling zip v0.6.6
17162026-05-06T03:57:22.007Z Compiling toml v0.7.8
17172026-05-06T03:57:22.462Z Compiling heck v0.4.1
17182026-05-06T03:57:22.597Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-06T03:57:22.623Z Compiling crossbeam-epoch v0.9.18
17202026-05-06T03:57:22.690Z Compiling tokio-stream v0.1.18
17212026-05-06T03:57:22.744Z Compiling buf-list v1.1.2
17222026-05-06T03:57:22.952Z Compiling x509-cert v0.2.5
17232026-05-06T03:57:23.018Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17242026-05-06T03:57:23.158Z Compiling openapiv3 v2.2.0
17252026-05-06T03:57:23.226Z Compiling sha1 v0.10.6
17262026-05-06T03:57:23.244Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-05-06T03:57:23.322Z Compiling peg-runtime v0.8.5
17282026-05-06T03:57:23.449Z Compiling lalrpop-util v0.19.12
17292026-05-06T03:57:23.533Z Compiling thread_local v1.1.9
17302026-05-06T03:57:23.609Z Compiling slog-async v2.8.0
17312026-05-06T03:57:23.640Z Compiling crossbeam-channel v0.5.15
17322026-05-06T03:57:23.785Z Compiling futures-executor v0.3.32
17332026-05-06T03:57:23.898Z Compiling is-terminal v0.4.17
17342026-05-06T03:57:23.926Z Compiling filetime v0.2.27
17352026-05-06T03:57:23.995Z Compiling term v1.2.1
17362026-05-06T03:57:24.042Z Compiling take_mut v0.2.2
17372026-05-06T03:57:24.090Z Compiling xattr v1.6.1
17382026-05-06T03:57:24.103Z Compiling futures v0.3.32
17392026-05-06T03:57:24.255Z Compiling slog-term v2.9.2
17402026-05-06T03:57:24.566Z Compiling tar v0.4.45
17412026-05-06T03:57:30.981Z Compiling rustls-webpki v0.103.9
17422026-05-06T03:57:33.841Z Compiling tokio-rustls v0.26.4
17432026-05-06T03:57:33.841Z Compiling rustls-platform-verifier v0.6.2
17442026-05-06T03:57:34.019Z Compiling hyper-rustls v0.27.7
17452026-05-06T03:57:34.184Z Compiling reqwest v0.13.2
17462026-05-06T03:57:34.184Z Compiling reqwest v0.12.28
17472026-05-06T03:57:36.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-05-06T03:57:36.482Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-05-06T03:57:39.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17502026-05-06T03:57:39.422Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-05-06T03:57:39.478ZMay 06 03:57:37.735 INFO Starting download, target: DendriteStub
17522026-05-06T03:57:39.478ZMay 06 03:57:37.735 INFO Starting download, target: Clickhouse
17532026-05-06T03:57:39.478ZMay 06 03:57:37.735 INFO Starting download, target: Cockroach
17542026-05-06T03:57:39.478ZMay 06 03:57:37.735 INFO Starting download, target: Console
17552026-05-06T03:57:39.478ZMay 06 03:57:37.735 INFO Starting download, target: MaghemiteMgd
17562026-05-06T03:57:39.478ZMay 06 03:57:37.735 INFO Starting download, target: TransceiverControl
17572026-05-06T03:57:39.484ZMay 06 03:57:37.735 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17582026-05-06T03:57:39.484ZMay 06 03:57:37.735 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-05-06T03:57:39.484ZMay 06 03:57:37.735 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-05-06T03:57:39.484ZMay 06 03:57:37.735 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-05-06T03:57:39.484ZMay 06 03:57:37.735 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-05-06T03:57:39.484ZMay 06 03:57:37.735 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-05-06T03:57:40.004ZMay 06 03:57:38.246 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-05-06T03:57:40.203ZMay 06 03:57:38.452 INFO Download complete, target: TransceiverControl
17652026-05-06T03:57:40.409ZMay 06 03:57:38.654 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-05-06T03:57:40.643ZMay 06 03:57:38.892 INFO Download complete, target: Console
17672026-05-06T03:57:41.164ZMay 06 03:57:39.421 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-05-06T03:57:41.251ZMay 06 03:57:39.501 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-05-06T03:57:41.458ZMay 06 03:57:39.708 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-06T03:57:41.971ZMay 06 03:57:40.226 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-05-06T03:57:41.971ZMay 06 03:57:40.226 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-05-06T03:57:43.507ZMay 06 03:57:41.760 INFO Download complete, target: DendriteStub
17732026-05-06T03:57:43.874ZMay 06 03:57:42.130 INFO Download complete, target: MaghemiteMgd
17742026-05-06T03:57:46.569ZMay 06 03:57:44.825 INFO Checking that binary works, target: Cockroach
17752026-05-06T03:57:46.664ZMay 06 03:57:44.919 INFO Download complete, target: Cockroach
17762026-05-06T03:57:48.016ZMay 06 03:57:46.272 INFO Checking that binary works, target: Clickhouse
17772026-05-06T03:57:48.139ZMay 06 03:57:46.396 INFO Download complete, target: Clickhouse
17782026-05-06T03:57:48.153ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-05-06T03:57:48.158Z
17802026-05-06T03:57:48.159Zreal 2:55.106994882
17812026-05-06T03:57:48.159Zuser 7:16.245065179
17822026-05-06T03:57:48.159Zsys 1:24.584891576
17832026-05-06T03:57:48.159Ztrap 0.217202049
17842026-05-06T03:57:48.159Ztflt 0.642451364
17852026-05-06T03:57:48.159Zdflt 0.497854878
17862026-05-06T03:57:48.159Zkflt 0.022360539
17872026-05-06T03:57:48.159Zlock 21:10.980095019
17882026-05-06T03:57:48.159Zslp 21:19.045582357
17892026-05-06T03:57:48.159Zlat 41.439825867
17902026-05-06T03:57:48.159Zstop 1:54.822173644
17912026-05-06T03:57:48.159Z+ banner hack-check
17922026-05-06T03:57:48.159Z
17932026-05-06T03:57:48.159Z # # ## #### # # #### # # ###### #### # #
17942026-05-06T03:57:48.159Z # # # # # # # # # # # # # # # # #
17952026-05-06T03:57:48.160Z ###### # # # #### ##### # ###### ##### # ####
17962026-05-06T03:57:48.160Z # # ###### # # # # # # # # # #
17972026-05-06T03:57:48.160Z # # # # # # # # # # # # # # # # #
17982026-05-06T03:57:48.160Z # # # # #### # # #### # # ###### #### # #
17992026-05-06T03:57:48.160Z
18002026-05-06T03:57:48.160Z+ export CARGO_INCREMENTAL=0
18012026-05-06T03:57:48.160Z+ CARGO_INCREMENTAL=0
18022026-05-06T03:57:48.160Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-05-06T03:57:48.676Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-05-06T03:57:48.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-05-06T03:57:50.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
18062026-05-06T03:57:50.917Z Running `target/debug/xtask check-features --ci`
18072026-05-06T03:57:50.944Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-05-06T03:57:50.948Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-05-06T03:57:51.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18102026-05-06T03:57:51.443Z Running `target/debug/xtask download cargo-hack`
18112026-05-06T03:57:52.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-05-06T03:57:52.524Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-05-06T03:57:55.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
18142026-05-06T03:57:55.169Z Running `target/debug/xtask-downloader cargo-hack`
18152026-05-06T03:57:55.208ZMay 06 03:57:53.464 INFO Starting download, target: CargoHack
18162026-05-06T03:57:55.211ZMay 06 03:57:53.465 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-05-06T03:57:55.570ZMay 06 03:57:53.825 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-05-06T03:57:55.618ZMay 06 03:57:53.873 INFO Download complete, target: CargoHack
18192026-05-06T03:57:55.626Zrunning: "/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"
18202026-05-06T03:57:55.634Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-05-06T03:57:55.784Zinfo: running `cargo check --bins` on api_identity (1/274)
18222026-05-06T03:57:56.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-06T03:57:56.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-06T03:57:56.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-06T03:57:56.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-05-06T03:57:56.357Z
18272026-05-06T03:57:56.357Zinfo: running `cargo check --bins` on bootstore (2/274)
18282026-05-06T03:57:56.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-06T03:57:56.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-06T03:57:56.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-06T03:57:56.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18322026-05-06T03:57:56.937Z
18332026-05-06T03:57:56.937Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18342026-05-06T03:57:57.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-06T03:57:57.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-06T03:57:57.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-06T03:57:57.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18382026-05-06T03:57:57.508Z
18392026-05-06T03:57:57.508Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18402026-05-06T03:57:57.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-06T03:57:58.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-06T03:57:58.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-06T03:57:58.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18442026-05-06T03:57:58.083Z
18452026-05-06T03:57:58.083Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18462026-05-06T03:57:58.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-06T03:57:58.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-06T03:57:58.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-06T03:57:58.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18502026-05-06T03:57:58.659Z
18512026-05-06T03:57:58.659Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18522026-05-06T03:57:59.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-06T03:57:59.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-06T03:57:59.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-06T03:57:59.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18562026-05-06T03:57:59.254Z
18572026-05-06T03:57:59.254Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18582026-05-06T03:57:59.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-06T03:57:59.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-06T03:57:59.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-06T03:57:59.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18622026-05-06T03:57:59.838Z
18632026-05-06T03:57:59.839Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18642026-05-06T03:58:00.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-06T03:58:00.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-06T03:58:00.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-06T03:58:00.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18682026-05-06T03:58:00.428Z
18692026-05-06T03:58:00.428Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18702026-05-06T03:58:00.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-06T03:58:00.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-06T03:58:00.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-06T03:58:00.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-06T03:58:00.892Z
18752026-05-06T03:58:00.892Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18762026-05-06T03:58:01.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-06T03:58:01.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-06T03:58:01.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-06T03:58:01.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-06T03:58:01.358Z
18812026-05-06T03:58:01.358Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18822026-05-06T03:58:01.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-06T03:58:01.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-06T03:58:01.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-06T03:58:01.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-06T03:58:01.825Z
18872026-05-06T03:58:01.826Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18882026-05-06T03:58:02.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-06T03:58:02.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-06T03:58:02.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-06T03:58:02.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-06T03:58:02.295Z
18932026-05-06T03:58:02.295Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18942026-05-06T03:58:02.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-06T03:58:02.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-06T03:58:02.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-06T03:58:02.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-06T03:58:02.767Z
18992026-05-06T03:58:02.767Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19002026-05-06T03:58:03.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-06T03:58:03.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-06T03:58:03.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-06T03:58:03.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-06T03:58:03.232Z
19052026-05-06T03:58:03.232Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19062026-05-06T03:58:03.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-06T03:58:03.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-06T03:58:03.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-06T03:58:03.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-06T03:58:03.698Z
19112026-05-06T03:58:03.698Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19122026-05-06T03:58:04.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-06T03:58:04.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-06T03:58:04.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-06T03:58:04.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-06T03:58:04.168Z
19172026-05-06T03:58:04.168Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19182026-05-06T03:58:04.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-06T03:58:04.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-06T03:58:04.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-06T03:58:04.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-06T03:58:04.631Z
19232026-05-06T03:58:04.631Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19242026-05-06T03:58:05.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-06T03:58:05.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-06T03:58:05.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-06T03:58:05.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-06T03:58:05.100Z
19292026-05-06T03:58:05.100Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19302026-05-06T03:58:05.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-06T03:58:05.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-06T03:58:05.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-06T03:58:05.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-06T03:58:05.568Z
19352026-05-06T03:58:05.568Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19362026-05-06T03:58:05.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-06T03:58:05.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-06T03:58:05.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-06T03:58:05.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-06T03:58:06.036Z
19412026-05-06T03:58:06.036Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19422026-05-06T03:58:06.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-06T03:58:06.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-06T03:58:06.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-06T03:58:06.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-06T03:58:06.505Z
19472026-05-06T03:58:06.505Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19482026-05-06T03:58:06.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-06T03:58:06.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-06T03:58:06.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-06T03:58:06.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-06T03:58:06.974Z
19532026-05-06T03:58:06.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19542026-05-06T03:58:07.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-06T03:58:07.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-06T03:58:07.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-06T03:58:07.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-06T03:58:07.445Z
19592026-05-06T03:58:07.445Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19602026-05-06T03:58:07.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-06T03:58:07.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-06T03:58:07.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-06T03:58:07.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19642026-05-06T03:58:07.918Z
19652026-05-06T03:58:07.918Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19662026-05-06T03:58:08.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-06T03:58:08.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-06T03:58:08.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-06T03:58:08.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-06T03:58:08.389Z
19712026-05-06T03:58:08.389Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19722026-05-06T03:58:08.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-06T03:58:08.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-06T03:58:08.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-06T03:58:08.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19762026-05-06T03:58:08.861Z
19772026-05-06T03:58:08.862Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19782026-05-06T03:58:09.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-06T03:58:09.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-06T03:58:09.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-06T03:58:09.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-06T03:58:09.332Z
19832026-05-06T03:58:09.332Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19842026-05-06T03:58:09.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-06T03:58:09.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-06T03:58:09.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-06T03:58:09.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-06T03:58:09.795Z
19892026-05-06T03:58:09.795Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19902026-05-06T03:58:10.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-06T03:58:10.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-06T03:58:10.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-06T03:58:10.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-06T03:58:10.265Z
19952026-05-06T03:58:10.265Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19962026-05-06T03:58:10.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-06T03:58:10.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-06T03:58:10.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-06T03:58:10.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-06T03:58:10.733Z
20012026-05-06T03:58:10.733Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20022026-05-06T03:58:11.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-06T03:58:11.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-06T03:58:11.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-06T03:58:11.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-06T03:58:11.206Z
20072026-05-06T03:58:11.207Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20082026-05-06T03:58:11.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-06T03:58:11.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-06T03:58:11.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-06T03:58:11.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-06T03:58:11.673Z
20132026-05-06T03:58:11.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20142026-05-06T03:58:12.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-06T03:58:12.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-06T03:58:12.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-06T03:58:12.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-06T03:58:12.139Z
20192026-05-06T03:58:12.139Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20202026-05-06T03:58:12.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-06T03:58:12.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-06T03:58:12.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-06T03:58:12.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-06T03:58:12.607Z
20252026-05-06T03:58:12.607Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20262026-05-06T03:58:13.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-06T03:58:13.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-06T03:58:13.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-06T03:58:13.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-06T03:58:13.074Z
20312026-05-06T03:58:13.074Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20322026-05-06T03:58:13.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-06T03:58:13.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-06T03:58:13.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-06T03:58:13.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-06T03:58:13.541Z
20372026-05-06T03:58:13.541Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20382026-05-06T03:58:13.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-06T03:58:13.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-06T03:58:13.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-06T03:58:13.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-06T03:58:14.005Z
20432026-05-06T03:58:14.005Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20442026-05-06T03:58:14.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-06T03:58:14.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-06T03:58:14.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-06T03:58:14.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-06T03:58:14.469Z
20492026-05-06T03:58:14.469Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20502026-05-06T03:58:14.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-06T03:58:14.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-06T03:58:14.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-06T03:58:14.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-06T03:58:14.934Z
20552026-05-06T03:58:14.934Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20562026-05-06T03:58:15.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-06T03:58:15.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-06T03:58:15.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-06T03:58:15.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-06T03:58:15.402Z
20612026-05-06T03:58:15.402Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20622026-05-06T03:58:15.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-06T03:58:15.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-06T03:58:15.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-06T03:58:15.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-06T03:58:15.869Z
20672026-05-06T03:58:15.869Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20682026-05-06T03:58:16.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-06T03:58:16.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-06T03:58:16.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-06T03:58:16.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-05-06T03:58:16.334Z
20732026-05-06T03:58:16.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20742026-05-06T03:58:16.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-06T03:58:16.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-06T03:58:16.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-06T03:58:16.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-06T03:58:16.799Z
20792026-05-06T03:58:16.799Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20802026-05-06T03:58:17.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-06T03:58:17.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-06T03:58:17.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-06T03:58:17.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-06T03:58:17.269Z
20852026-05-06T03:58:17.269Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20862026-05-06T03:58:17.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-06T03:58:17.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-06T03:58:17.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-06T03:58:17.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-05-06T03:58:17.736Z
20912026-05-06T03:58:17.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20922026-05-06T03:58:18.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-06T03:58:18.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-06T03:58:18.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-06T03:58:18.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-05-06T03:58:18.196Z
20972026-05-06T03:58:18.196Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20982026-05-06T03:58:18.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-06T03:58:18.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-06T03:58:18.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-06T03:58:18.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-05-06T03:58:18.659Z
21032026-05-06T03:58:18.659Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21042026-05-06T03:58:19.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-06T03:58:19.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-06T03:58:19.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-06T03:58:19.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21082026-05-06T03:58:19.122Z
21092026-05-06T03:58:19.122Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21102026-05-06T03:58:19.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-06T03:58:19.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-06T03:58:19.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-06T03:58:19.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21142026-05-06T03:58:19.748Z
21152026-05-06T03:58:19.748Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21162026-05-06T03:58:20.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-06T03:58:20.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-06T03:58:20.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-06T03:58:20.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21202026-05-06T03:58:20.376Z
21212026-05-06T03:58:20.376Zinfo: running `cargo check --bins` on nexus-config (51/274)
21222026-05-06T03:58:20.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-06T03:58:20.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-06T03:58:20.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-06T03:58:20.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21262026-05-06T03:58:20.998Z
21272026-05-06T03:58:20.998Zinfo: running `cargo check --bins` on nexus-types (52/274)
21282026-05-06T03:58:21.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-06T03:58:21.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-06T03:58:21.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-06T03:58:21.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21322026-05-06T03:58:21.619Z
21332026-05-06T03:58:21.619Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21342026-05-06T03:58:22.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-06T03:58:22.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-06T03:58:22.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-06T03:58:22.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21382026-05-06T03:58:22.210Z
21392026-05-06T03:58:22.210Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21402026-05-06T03:58:22.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-06T03:58:22.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-06T03:58:22.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-06T03:58:22.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21442026-05-06T03:58:22.782Z
21452026-05-06T03:58:22.782Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21462026-05-06T03:58:23.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-06T03:58:23.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-06T03:58:23.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-06T03:58:23.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-05-06T03:58:23.374Z
21512026-05-06T03:58:23.374Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21522026-05-06T03:58:23.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-06T03:58:23.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-06T03:58:23.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-06T03:58:23.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-06T03:58:23.971Z
21572026-05-06T03:58:23.971Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21582026-05-06T03:58:24.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-06T03:58:24.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-06T03:58:24.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-06T03:58:24.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-06T03:58:24.567Z
21632026-05-06T03:58:24.567Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21642026-05-06T03:58:25.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-06T03:58:25.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-06T03:58:25.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-06T03:58:25.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-05-06T03:58:25.158Z
21692026-05-06T03:58:25.158Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21702026-05-06T03:58:25.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-06T03:58:25.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-06T03:58:25.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-06T03:58:25.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21742026-05-06T03:58:25.732Z
21752026-05-06T03:58:25.732Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21762026-05-06T03:58:26.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-06T03:58:26.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-06T03:58:26.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-06T03:58:26.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21802026-05-06T03:58:26.306Z
21812026-05-06T03:58:26.306Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21822026-05-06T03:58:26.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-06T03:58:26.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-06T03:58:26.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-06T03:58:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21862026-05-06T03:58:26.876Z
21872026-05-06T03:58:26.876Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21882026-05-06T03:58:27.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-06T03:58:27.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-06T03:58:27.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-06T03:58:27.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21922026-05-06T03:58:27.443Z
21932026-05-06T03:58:27.443Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21942026-05-06T03:58:27.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-06T03:58:27.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-06T03:58:27.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-06T03:58:27.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21982026-05-06T03:58:28.031Z
21992026-05-06T03:58:28.031Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22002026-05-06T03:58:28.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-06T03:58:28.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-06T03:58:28.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-06T03:58:28.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22042026-05-06T03:58:28.620Z
22052026-05-06T03:58:28.620Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22062026-05-06T03:58:29.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-06T03:58:29.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-06T03:58:29.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-06T03:58:29.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22102026-05-06T03:58:29.191Z
22112026-05-06T03:58:29.191Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22122026-05-06T03:58:29.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-06T03:58:29.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-06T03:58:29.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-06T03:58:29.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22162026-05-06T03:58:29.763Z
22172026-05-06T03:58:29.763Zinfo: running `cargo check --bins` on ereport-types (67/274)
22182026-05-06T03:58:30.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-06T03:58:30.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-06T03:58:30.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-06T03:58:30.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22222026-05-06T03:58:30.338Z
22232026-05-06T03:58:30.338Zinfo: running `cargo check --bins` on gateway-client (68/274)
22242026-05-06T03:58:30.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-06T03:58:30.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-06T03:58:30.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-06T03:58:30.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-05-06T03:58:30.924Z
22292026-05-06T03:58:30.924Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22302026-05-06T03:58:31.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-06T03:58:31.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-06T03:58:31.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-06T03:58:31.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-05-06T03:58:31.501Z
22352026-05-06T03:58:31.502Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22362026-05-06T03:58:31.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-06T03:58:31.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-06T03:58:31.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-06T03:58:31.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-05-06T03:58:32.084Z
22412026-05-06T03:58:32.084Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22422026-05-06T03:58:32.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-06T03:58:32.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-06T03:58:32.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-06T03:58:32.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22462026-05-06T03:58:32.667Z
22472026-05-06T03:58:32.667Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22482026-05-06T03:58:33.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-06T03:58:33.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-06T03:58:33.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-06T03:58:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22522026-05-06T03:58:33.245Z
22532026-05-06T03:58:33.245Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22542026-05-06T03:58:33.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-06T03:58:33.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-06T03:58:33.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-06T03:58:33.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22582026-05-06T03:58:33.850Z
22592026-05-06T03:58:33.850Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22602026-05-06T03:58:34.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-06T03:58:34.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-06T03:58:34.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-05-06T03:58:34.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22642026-05-06T03:58:34.454Z
22652026-05-06T03:58:34.454Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22662026-05-06T03:58:34.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-05-06T03:58:34.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-05-06T03:58:34.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-05-06T03:58:34.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22702026-05-06T03:58:35.030Z
22712026-05-06T03:58:35.030Zinfo: running `cargo check --bins` on oxlog (76/274)
22722026-05-06T03:58:35.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-05-06T03:58:35.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-05-06T03:58:35.626Z Checking cfg-if v1.0.4
22752026-05-06T03:58:35.629Z Checking libc v0.2.185
22762026-05-06T03:58:35.629Z Checking serde_core v1.0.228
22772026-05-06T03:58:35.746Z Checking zeroize v1.8.2
22782026-05-06T03:58:35.757Z Checking memchr v2.8.0
22792026-05-06T03:58:35.767Z Checking log v0.4.29
22802026-05-06T03:58:35.776Z Checking smallvec v1.15.1
22812026-05-06T03:58:35.788Z Checking typenum v1.19.0
22822026-05-06T03:58:35.791Z Checking subtle v2.6.1
22832026-05-06T03:58:35.892Z Checking itoa v1.0.17
22842026-05-06T03:58:35.920Z Checking scopeguard v1.2.0
22852026-05-06T03:58:35.932Z Checking const-oid v0.9.6
22862026-05-06T03:58:35.947Z Checking stable_deref_trait v1.2.1
22872026-05-06T03:58:36.018Z Checking lock_api v0.4.14
22882026-05-06T03:58:36.032Z Checking portable-atomic v1.13.1
22892026-05-06T03:58:36.035Z Checking zerofrom v0.1.6
22902026-05-06T03:58:36.131Z Checking critical-section v1.2.0
22912026-05-06T03:58:36.143Z Checking getrandom v0.2.17
22922026-05-06T03:58:36.154Z Checking errno v0.3.14
22932026-05-06T03:58:36.212Z Checking yoke v0.8.1
22942026-05-06T03:58:36.227Z Checking parking_lot_core v0.9.12
22952026-05-06T03:58:36.261Z Checking signal-hook-registry v1.4.8
22962026-05-06T03:58:36.282Z Checking rand_core v0.6.4
22972026-05-06T03:58:36.310Z Checking generic-array v0.14.7
22982026-05-06T03:58:36.373Z Checking zerovec v0.11.5
22992026-05-06T03:58:36.405Z Checking zerocopy v0.8.40
23002026-05-06T03:58:36.417Z Checking pin-project-lite v0.2.17
23012026-05-06T03:58:36.428Z Checking once_cell v1.21.3
23022026-05-06T03:58:36.451Z Checking parking_lot v0.12.5
23032026-05-06T03:58:36.503Z Checking mio v1.2.0
23042026-05-06T03:58:36.594Z Checking socket2 v0.6.3
23052026-05-06T03:58:36.597Z Checking libm v0.2.16
23062026-05-06T03:58:36.635Z Checking zmij v1.0.21
23072026-05-06T03:58:36.750Z Checking crypto-common v0.1.7
23082026-05-06T03:58:36.779Z Checking block-buffer v0.10.4
23092026-05-06T03:58:36.791Z Checking tinystr v0.8.2
23102026-05-06T03:58:36.841Z Checking writeable v0.6.2
23112026-05-06T03:58:36.841Z Checking equivalent v1.0.2
23122026-05-06T03:58:36.871Z Checking litemap v0.8.1
23132026-05-06T03:58:36.914Z Checking digest v0.10.7
23142026-05-06T03:58:36.926Z Checking futures-core v0.3.32
23152026-05-06T03:58:36.967Z Checking percent-encoding v2.3.2
23162026-05-06T03:58:37.008Z Checking potential_utf v0.1.4
23172026-05-06T03:58:37.039Z Checking icu_locale_core v2.1.1
23182026-05-06T03:58:37.051Z Checking zerotrie v0.2.3
23192026-05-06T03:58:37.103Z Checking cpufeatures v0.2.17
23202026-05-06T03:58:37.117Z Checking hmac v0.12.1
23212026-05-06T03:58:37.135Z Checking icu_collections v2.1.1
23222026-05-06T03:58:37.173Z Checking block-padding v0.3.3
23232026-05-06T03:58:37.212Z Checking serde v1.0.228
23242026-05-06T03:58:37.245Z Checking bitflags v2.11.0
23252026-05-06T03:58:37.286Z Checking serde_json v1.0.149
23262026-05-06T03:58:37.301Z Checking icu_properties_data v2.1.2
23272026-05-06T03:58:37.304Z Checking num-traits v0.2.19
23282026-05-06T03:58:37.408Z Checking icu_normalizer_data v2.1.1
23292026-05-06T03:58:37.440Z Checking hashbrown v0.17.0
23302026-05-06T03:58:37.455Z Checking futures-sink v0.3.32
23312026-05-06T03:58:37.479Z Checking rand_core v0.10.0
23322026-05-06T03:58:37.551Z Checking futures-channel v0.3.32
23332026-05-06T03:58:37.588Z Checking icu_provider v2.1.1
23342026-05-06T03:58:37.613Z Checking getrandom v0.4.1
23352026-05-06T03:58:37.616Z Checking bytes v1.11.1
23362026-05-06T03:58:37.740Z Checking inout v0.1.4
23372026-05-06T03:58:37.759Z Checking futures-io v0.3.32
23382026-05-06T03:58:37.810Z Checking icu_properties v2.1.2
23392026-05-06T03:58:37.852Z Checking icu_normalizer v2.1.1
23402026-05-06T03:58:37.869Z Checking slab v0.4.12
23412026-05-06T03:58:37.880Z Checking futures-task v0.3.32
23422026-05-06T03:58:37.895Z Checking indexmap v2.14.0
23432026-05-06T03:58:37.946Z Checking cipher v0.4.4
23442026-05-06T03:58:38.016Z Checking sha2 v0.10.9
23452026-05-06T03:58:38.028Z Checking futures-util v0.3.32
23462026-05-06T03:58:38.064Z Checking tokio v1.52.1
23472026-05-06T03:58:38.145Z Checking getrandom v0.3.4
23482026-05-06T03:58:38.157Z Checking byteorder v1.5.0
23492026-05-06T03:58:38.285Z Checking utf8_iter v1.0.4
23502026-05-06T03:58:38.298Z Checking base64ct v1.8.3
23512026-05-06T03:58:38.354Z Checking form_urlencoded v1.2.2
23522026-05-06T03:58:38.409Z Checking flagset v0.4.7
23532026-05-06T03:58:38.445Z Checking fnv v1.0.7
23542026-05-06T03:58:38.480Z Checking rand_core v0.9.5
23552026-05-06T03:58:38.522Z Checking pem-rfc7468 v0.7.0
23562026-05-06T03:58:38.539Z Checking salsa20 v0.10.2
23572026-05-06T03:58:38.542Z Checking http v1.4.0
23582026-05-06T03:58:38.618Z Checking idna_adapter v1.2.1
23592026-05-06T03:58:38.653Z Checking uuid v1.23.0
23602026-05-06T03:58:38.667Z Checking pbkdf2 v0.12.2
23612026-05-06T03:58:38.678Z Checking der v0.7.10
23622026-05-06T03:58:38.734Z Checking idna v1.1.0
23632026-05-06T03:58:38.772Z Checking scrypt v0.11.0
23642026-05-06T03:58:38.912Z Checking cbc v0.1.2
23652026-05-06T03:58:38.959Z Checking aes v0.8.4
23662026-05-06T03:58:38.973Z Checking url v2.5.8
23672026-05-06T03:58:39.038Z Checking rustix v1.1.3
23682026-05-06T03:58:39.108Z Checking tracing-core v0.1.36
23692026-05-06T03:58:39.131Z Checking ppv-lite86 v0.2.21
23702026-05-06T03:58:39.340Z Checking rustls-pki-types v1.14.0
23712026-05-06T03:58:39.397Z Checking spki v0.7.3
23722026-05-06T03:58:39.411Z Checking regex-syntax v0.8.10
23732026-05-06T03:58:39.422Z Checking rand_chacha v0.9.0
23742026-05-06T03:58:39.422Z Checking iana-time-zone v0.1.65
23752026-05-06T03:58:39.528Z Checking chrono v0.4.44
23762026-05-06T03:58:39.558Z Checking pkcs5 v0.7.1
23772026-05-06T03:58:39.620Z Checking tracing v0.1.44
23782026-05-06T03:58:39.632Z Checking rand v0.9.2
23792026-05-06T03:58:39.828Z Checking http-body v1.0.1
23802026-05-06T03:58:39.841Z Checking aws-lc-sys v0.37.1
23812026-05-06T03:58:39.871Z Checking openssl-probe v0.2.1
23822026-05-06T03:58:39.932Z Checking untrusted v0.7.1
23832026-05-06T03:58:39.960Z Checking untrusted v0.9.0
23842026-05-06T03:58:39.978Z Checking base64 v0.22.1
23852026-05-06T03:58:40.045Z Checking pkcs8 v0.10.2
23862026-05-06T03:58:40.072Z Checking ring v0.17.14
23872026-05-06T03:58:40.116Z Checking try-lock v0.2.5
23882026-05-06T03:58:40.215Z Checking tinyvec_macros v0.1.1
23892026-05-06T03:58:40.227Z Checking tower-service v0.3.3
23902026-05-06T03:58:40.230Z Checking tower-layer v0.3.3
23912026-05-06T03:58:40.282Z Checking atomic-waker v1.1.2
23922026-05-06T03:58:40.314Z Checking plain v0.2.3
23932026-05-06T03:58:40.348Z Checking aws-lc-rs v1.16.0
23942026-05-06T03:58:40.381Z Checking tinyvec v1.10.0
23952026-05-06T03:58:40.393Z Checking want v0.3.1
23962026-05-06T03:58:40.415Z Checking ipnet v2.11.0
23972026-05-06T03:58:40.415Z Checking semver v1.0.28
23982026-05-06T03:58:40.512Z Checking httparse v1.10.1
23992026-05-06T03:58:40.623Z Checking spin v0.9.8
24002026-05-06T03:58:40.679Z Checking unicode-ident v1.0.24
24012026-05-06T03:58:40.682Z Checking dyn-clone v1.0.20
24022026-05-06T03:58:40.718Z Checking foreign-types-shared v0.1.1
24032026-05-06T03:58:40.735Z Checking fastrand v2.3.0
24042026-05-06T03:58:40.785Z Checking pin-utils v0.1.0
24052026-05-06T03:58:40.788Z Checking httpdate v1.0.3
24062026-05-06T03:58:40.807Z Checking ucd-trie v0.1.7
24072026-05-06T03:58:40.819Z Checking foreign-types v0.3.2
24082026-05-06T03:58:40.852Z Checking proc-macro2 v1.0.106
24092026-05-06T03:58:40.885Z Checking schemars v0.8.22
24102026-05-06T03:58:40.912Z Checking tempfile v3.25.0
24112026-05-06T03:58:40.932Z Checking pest v2.8.6
24122026-05-06T03:58:40.947Z Checking openssl-sys v0.9.114
24132026-05-06T03:58:41.071Z Checking thiserror v2.0.18
24142026-05-06T03:58:41.103Z Checking wait-timeout v0.2.1
24152026-05-06T03:58:41.158Z Checking aho-corasick v1.1.4
24162026-05-06T03:58:41.173Z Checking quick-error v1.2.3
24172026-05-06T03:58:41.186Z Checking rustls-webpki v0.103.9
24182026-05-06T03:58:41.226Z Checking simd-adler32 v0.3.8
24192026-05-06T03:58:41.273Z Checking utf8parse v0.2.2
24202026-05-06T03:58:41.307Z Checking tokio-util v0.7.18
24212026-05-06T03:58:41.373Z Checking bit-vec v0.8.0
24222026-05-06T03:58:41.394Z Checking siphasher v1.0.2
24232026-05-06T03:58:41.411Z Checking anstyle v1.0.13
24242026-05-06T03:58:41.535Z Checking powerfmt v0.2.0
24252026-05-06T03:58:41.549Z Checking pretty-hex v0.4.1
24262026-05-06T03:58:41.563Z Checking bit-set v0.8.0
24272026-05-06T03:58:41.588Z Checking openssl v0.10.78
24282026-05-06T03:58:41.600Z Checking rustls v0.23.37
24292026-05-06T03:58:41.661Z Checking anstyle-parse v0.2.7
24302026-05-06T03:58:41.683Z Checking deranged v0.5.8
24312026-05-06T03:58:41.703Z Checking rusty-fork v0.3.1
24322026-05-06T03:58:41.811Z Checking quote v1.0.45
24332026-05-06T03:58:41.837Z Checking regex-automata v0.4.14
24342026-05-06T03:58:41.873Z Compiling newtype-uuid v1.3.2
24352026-05-06T03:58:41.908Z Checking h2 v0.4.13
24362026-05-06T03:58:41.977Z Checking unicode-normalization v0.1.25
24372026-05-06T03:58:41.990Z Checking rustls-native-certs v0.8.3
24382026-05-06T03:58:42.049Z Checking crossbeam-utils v0.8.21
24392026-05-06T03:58:42.113Z Checking rand_xorshift v0.4.0
24402026-05-06T03:58:42.234Z Checking crc32fast v1.5.0
24412026-05-06T03:58:42.365Z Checking scroll v0.13.0
24422026-05-06T03:58:42.377Z Checking signature v2.2.0
24432026-05-06T03:58:42.390Z Checking sync_wrapper v1.0.2
24442026-05-06T03:58:42.490Z Checking num-conv v0.2.0
24452026-05-06T03:58:42.503Z Checking num_threads v0.1.7
24462026-05-06T03:58:42.584Z Checking unarray v0.1.4
24472026-05-06T03:58:42.597Z Checking is_terminal_polyfill v1.70.2
24482026-05-06T03:58:42.601Z Checking unicode-properties v0.1.4
24492026-05-06T03:58:42.621Z Checking adler2 v2.0.1
24502026-05-06T03:58:42.686Z Checking allocator-api2 v0.2.21
24512026-05-06T03:58:42.698Z Checking unicode-bidi v0.3.18
24522026-05-06T03:58:42.720Z Checking colorchoice v1.0.4
24532026-05-06T03:58:42.782Z Checking time-core v0.1.8
24542026-05-06T03:58:42.818Z Checking anstyle-query v1.1.5
24552026-05-06T03:58:42.908Z Checking anstream v0.6.21
24562026-05-06T03:58:42.922Z Checking time v0.3.47
24572026-05-06T03:58:42.958Z Checking miniz_oxide v0.8.9
24582026-05-06T03:58:42.984Z Checking stringprep v0.1.5
24592026-05-06T03:58:43.103Z Checking proptest v1.10.0
24602026-05-06T03:58:43.136Z Checking goblin v0.10.5
24612026-05-06T03:58:43.313Z Checking tower v0.5.3
24622026-05-06T03:58:43.563Z Checking native-tls v0.2.18
24632026-05-06T03:58:43.642Z Checking crossbeam-epoch v0.9.18
24642026-05-06T03:58:43.693Z Compiling daft v0.1.5
24652026-05-06T03:58:43.741Z Checking syn v2.0.117
24662026-05-06T03:58:43.868Z Checking ipnetwork v0.21.1
24672026-05-06T03:58:43.943Z Checking tokio-rustls v0.26.4
24682026-05-06T03:58:43.961Z Checking http-body-util v0.1.3
24692026-05-06T03:58:44.027Z Checking webpki-roots v1.0.6
24702026-05-06T03:58:44.085Z Checking rand_chacha v0.3.1
24712026-05-06T03:58:44.146Z Checking scroll v0.12.0
24722026-05-06T03:58:44.172Z Checking thiserror v1.0.69
24732026-05-06T03:58:44.175Z Checking zstd-sys v2.0.16+zstd.1.5.7
24742026-05-06T03:58:44.270Z Checking hash32 v0.2.1
24752026-05-06T03:58:44.290Z Checking num-integer v0.1.46
24762026-05-06T03:58:44.303Z Checking toml_datetime v0.6.11
24772026-05-06T03:58:44.368Z Checking serde_spanned v0.6.9
24782026-05-06T03:58:44.422Z Checking md-5 v0.10.6
24792026-05-06T03:58:44.478Z Checking ff v0.13.1
24802026-05-06T03:58:44.493Z Checking psl-types v2.0.11
24812026-05-06T03:58:44.506Z Checking fallible-iterator v0.2.0
24822026-05-06T03:58:44.556Z Checking base16ct v0.2.0
24832026-05-06T03:58:44.569Z Checking hyper v1.8.1
24842026-05-06T03:58:44.602Z Checking iri-string v0.7.10
24852026-05-06T03:58:44.605Z Checking ryu v1.0.23
24862026-05-06T03:58:44.677Z Checking zlib-rs v0.6.2
24872026-05-06T03:58:44.752Z Checking serde_urlencoded v0.7.1
24882026-05-06T03:58:44.791Z Checking postgres-protocol v0.6.10
24892026-05-06T03:58:44.953Z Checking sec1 v0.7.3
24902026-05-06T03:58:45.038Z Checking group v0.13.0
24912026-05-06T03:58:45.104Z Checking publicsuffix v2.3.0
24922026-05-06T03:58:45.160Z Compiling iddqd v0.3.18
24932026-05-06T03:58:45.185Z Checking num-iter v0.1.45
24942026-05-06T03:58:45.266Z Checking heapless v0.7.17
24952026-05-06T03:58:45.294Z Checking goblin v0.8.2
24962026-05-06T03:58:45.461Z Checking dof v0.4.0
24972026-05-06T03:58:45.491Z Checking hyper-util v0.1.20
24982026-05-06T03:58:45.562Z Checking flate2 v1.1.9
24992026-05-06T03:58:45.631Z Checking tower-http v0.6.8
25002026-05-06T03:58:45.676Z Checking zstd-safe v7.2.4
25012026-05-06T03:58:45.840Z Checking rand v0.8.5
25022026-05-06T03:58:45.855Z Checking oxnet v0.1.4
25032026-05-06T03:58:45.907Z Checking cookie v0.18.1
25042026-05-06T03:58:46.037Z Checking tokio-native-tls v0.3.1
25052026-05-06T03:58:46.089Z Checking dtrace-parser v0.3.0
25062026-05-06T03:58:46.102Z Checking phf_shared v0.13.1
25072026-05-06T03:58:46.134Z Checking lazy_static v1.5.0
25082026-05-06T03:58:46.192Z Checking zerocopy v0.7.35
25092026-05-06T03:58:46.222Z Checking terminal_size v0.4.3
25102026-05-06T03:58:46.284Z Checking bzip2-sys v0.1.13+1.0.8
25112026-05-06T03:58:46.296Z Checking signal-hook v0.3.18
25122026-05-06T03:58:46.322Z Checking hkdf v0.12.4
25132026-05-06T03:58:46.335Z Checking crypto-bigint v0.5.5
25142026-05-06T03:58:46.351Z Checking thread-id v5.1.0
25152026-05-06T03:58:46.366Z Checking managed v0.8.0
25162026-05-06T03:58:46.429Z Checking bumpalo v3.20.2
25172026-05-06T03:58:46.453Z Checking clap_lex v1.0.0
25182026-05-06T03:58:46.481Z Compiling rayon-core v1.13.0
25192026-05-06T03:58:46.548Z Checking foldhash v0.2.0
25202026-05-06T03:58:46.602Z Checking foldhash v0.1.5
25212026-05-06T03:58:46.625Z Checking libbz2-rs-sys v0.2.2
25222026-05-06T03:58:46.655Z Checking bitflags v1.3.2
25232026-05-06T03:58:46.671Z Checking winnow v0.7.14
25242026-05-06T03:58:46.699Z Checking winnow v0.5.40
25252026-05-06T03:58:46.724Z Checking either v1.15.0
25262026-05-06T03:58:46.735Z Checking strsim v0.11.1
25272026-05-06T03:58:46.747Z Checking hyper-rustls v0.27.7
25282026-05-06T03:58:46.895Z Checking clap_builder v4.5.60
25292026-05-06T03:58:46.907Z Checking hyper-tls v0.6.0
25302026-05-06T03:58:46.953Z Checking hashbrown v0.15.5
25312026-05-06T03:58:47.009Z Checking bzip2 v0.6.1
25322026-05-06T03:58:47.069Z Checking smoltcp v0.9.1
25332026-05-06T03:58:47.169Z Checking hashbrown v0.16.1
25342026-05-06T03:58:47.183Z Checking dof v0.3.0
25352026-05-06T03:58:47.226Z Checking elliptic-curve v0.13.8
25362026-05-06T03:58:47.412Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25372026-05-06T03:58:47.482Z Checking zopfli v0.8.3
25382026-05-06T03:58:47.522Z Checking signal-hook-mio v0.2.5
25392026-05-06T03:58:47.598Z Checking usdt-impl v0.6.0
25402026-05-06T03:58:47.623Z Checking bzip2 v0.4.4
25412026-05-06T03:58:47.650Z Checking num-bigint-dig v0.8.6
25422026-05-06T03:58:47.663Z Checking phf v0.13.1
25432026-05-06T03:58:47.783Z Checking cookie_store v0.22.1
25442026-05-06T03:58:47.821Z Checking zstd v0.13.3
25452026-05-06T03:58:47.832Z Checking toml_edit v0.19.15
25462026-05-06T03:58:47.836Z Checking postgres-types v0.2.12
25472026-05-06T03:58:47.879Z Checking dtrace-parser v0.2.0
25482026-05-06T03:58:48.004Z Checking rustls-platform-verifier v0.6.2
25492026-05-06T03:58:48.045Z Checking crossbeam-deque v0.8.6
25502026-05-06T03:58:48.113Z Checking regex v1.12.3
25512026-05-06T03:58:48.116Z Checking bstr v1.12.1
25522026-05-06T03:58:48.116Z Checking ed25519 v2.2.3
25532026-05-06T03:58:48.151Z Checking phf_shared v0.11.3
25542026-05-06T03:58:48.154Z Checking curve25519-dalek v4.1.3
25552026-05-06T03:58:48.217Z Checking ref-cast v1.0.25
25562026-05-06T03:58:48.293Z Checking strum v0.27.2
25572026-05-06T03:58:48.310Z Checking hubpack v0.1.2
25582026-05-06T03:58:48.321Z Checking memoffset v0.9.1
25592026-05-06T03:58:48.394Z Checking rustix v0.38.44
25602026-05-06T03:58:48.406Z Checking pkcs1 v0.7.5
25612026-05-06T03:58:48.409Z Checking float-cmp v0.10.0
25622026-05-06T03:58:48.467Z Checking erased-serde v0.3.31
25632026-05-06T03:58:48.479Z Checking hex v0.4.3
25642026-05-06T03:58:48.520Z Checking serde-big-array v0.5.1
25652026-05-06T03:58:48.532Z Checking rfc6979 v0.4.0
25662026-05-06T03:58:48.627Z Checking memmap2 v0.9.10
25672026-05-06T03:58:48.647Z Checking thread-id v4.2.2
25682026-05-06T03:58:48.660Z Checking env_filter v1.0.0
25692026-05-06T03:58:48.699Z Checking encoding_rs v0.8.35
25702026-05-06T03:58:48.726Z Checking difflib v0.4.0
25712026-05-06T03:58:48.784Z Checking unicode-segmentation v1.12.0
25722026-05-06T03:58:48.800Z Checking normalize-line-endings v0.3.0
25732026-05-06T03:58:48.845Z Checking fixedbitset v0.5.7
25742026-05-06T03:58:48.860Z Checking mime v0.3.17
25752026-05-06T03:58:48.887Z Checking data-encoding v2.10.0
25762026-05-06T03:58:48.904Z Checking keccak v0.1.6
25772026-05-06T03:58:48.928Z Checking whoami v2.1.0
25782026-05-06T03:58:49.033Z Checking precomputed-hash v0.1.1
25792026-05-06T03:58:49.036Z Checking fixedbitset v0.4.2
25802026-05-06T03:58:49.065Z Checking new_debug_unreachable v1.0.6
25812026-05-06T03:58:49.102Z Checking static_assertions v1.1.0
25822026-05-06T03:58:49.123Z Checking predicates-core v1.0.10
25832026-05-06T03:58:49.123Z Checking toml_write v0.1.2
25842026-05-06T03:58:49.146Z Checking jiff v0.2.21
25852026-05-06T03:58:49.158Z Checking rustc-hash v2.1.1
25862026-05-06T03:58:49.169Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25872026-05-06T03:58:49.181Z Checking petgraph v0.6.5
25882026-05-06T03:58:49.194Z Checking crossterm v0.28.1
25892026-05-06T03:58:49.243Z Checking predicates v3.1.4
25902026-05-06T03:58:49.292Z Checking toml_edit v0.22.27
25912026-05-06T03:58:49.535Z Checking hickory-proto v0.25.2
25922026-05-06T03:58:49.652Z Checking reqwest v0.12.28
25932026-05-06T03:58:49.914Z Checking string_cache v0.8.9
25942026-05-06T03:58:50.088Z Checking tokio-postgres v0.7.16
25952026-05-06T03:58:50.131Z Checking similar v2.7.0
25962026-05-06T03:58:50.416Z Checking sha3 v0.10.8
25972026-05-06T03:58:50.419Z Checking petgraph v0.8.3
25982026-05-06T03:58:50.512Z Checking ed25519-dalek v2.2.0
25992026-05-06T03:58:50.525Z Checking toml v0.7.8
26002026-05-06T03:58:50.622Z Checking slog v2.8.2
26012026-05-06T03:58:50.745Z Checking env_logger v0.11.9
26022026-05-06T03:58:50.834Z Checking usdt v0.6.0
26032026-05-06T03:58:50.884Z Checking usdt-impl v0.5.0
26042026-05-06T03:58:50.939Z Checking serde_with v3.17.0
26052026-05-06T03:58:51.000Z Checking ecdsa v0.16.9
26062026-05-06T03:58:51.167Z Checking rsa v0.9.10
26072026-05-06T03:58:51.317Z Checking nix v0.31.2
26082026-05-06T03:58:51.396Z Checking zip v4.6.1
26092026-05-06T03:58:51.440Z Checking reqwest v0.13.2
26102026-05-06T03:58:51.644Z Checking clap v4.5.60
26112026-05-06T03:58:51.661Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-05-06T03:58:51.724Z Checking zip v0.6.6
26132026-05-06T03:58:51.974Z Checking itertools v0.13.0
26142026-05-06T03:58:51.985Z Checking strum v0.26.3
26152026-05-06T03:58:51.997Z Checking tokio-stream v0.1.18
26162026-05-06T03:58:52.047Z Checking fs-err v3.3.0
26172026-05-06T03:58:52.093Z Checking ahash v0.8.12
26182026-05-06T03:58:52.286Z Checking object v0.37.3
26192026-05-06T03:58:52.299Z Checking buf-list v1.1.2
26202026-05-06T03:58:52.310Z Checking camino v1.2.2
26212026-05-06T03:58:52.323Z Checking anyhow v1.0.102
26222026-05-06T03:58:52.342Z Checking x509-cert v0.2.5
26232026-05-06T03:58:52.355Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26242026-05-06T03:58:52.374Z Checking openapiv3 v2.2.0
26252026-05-06T03:58:52.473Z Checking toml_datetime v0.7.5+spec-1.1.0
26262026-05-06T03:58:52.511Z Checking sha1 v0.10.6
26272026-05-06T03:58:52.556Z Checking lalrpop-util v0.19.12
26282026-05-06T03:58:52.614Z Checking peg-runtime v0.8.5
26292026-05-06T03:58:52.668Z Checking rayon v1.11.0
26302026-05-06T03:58:52.681Z Checking sigpipe v0.1.3
26312026-05-06T03:58:52.715Z Checking glob v0.3.3
26322026-05-06T03:58:54.422Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26332026-05-06T03:58:54.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.67s
26342026-05-06T03:58:54.872Z
26352026-05-06T03:58:54.872Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26362026-05-06T03:58:55.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-06T03:58:55.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-06T03:58:55.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-06T03:58:55.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-06T03:58:55.463Z
26412026-05-06T03:58:55.463Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26422026-05-06T03:58:55.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-06T03:58:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-06T03:58:55.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-06T03:58:55.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26462026-05-06T03:58:56.062Z
26472026-05-06T03:58:56.062Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26482026-05-06T03:58:56.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-06T03:58:56.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-06T03:58:56.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-06T03:58:56.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26522026-05-06T03:58:56.669Z
26532026-05-06T03:58:56.669Zinfo: running `cargo check --bins` on oxql-types (80/274)
26542026-05-06T03:58:57.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-06T03:58:57.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-06T03:58:57.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-06T03:58:57.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-05-06T03:58:57.263Z
26592026-05-06T03:58:57.263Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26602026-05-06T03:58:57.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-06T03:58:57.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-06T03:58:57.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-06T03:58:57.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26642026-05-06T03:58:57.859Z
26652026-05-06T03:58:57.859Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26662026-05-06T03:58:58.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-06T03:58:58.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-06T03:58:58.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-06T03:58:58.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26702026-05-06T03:58:58.457Z
26712026-05-06T03:58:58.457Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26722026-05-06T03:58:58.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-06T03:58:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-06T03:58:58.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26752026-05-06T03:58:58.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26762026-05-06T03:58:59.030Z
26772026-05-06T03:58:59.030Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26782026-05-06T03:58:59.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26792026-05-06T03:58:59.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26802026-05-06T03:58:59.698Z Compiling structmeta-derive v0.3.0
26812026-05-06T03:58:59.815Z Compiling rustls v0.22.4
26822026-05-06T03:58:59.826Z Compiling multer v3.1.0
26832026-05-06T03:58:59.836Z Compiling async-stream-impl v0.3.6
26842026-05-06T03:58:59.839Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26852026-05-06T03:58:59.859Z Compiling dropshot v0.17.0
26862026-05-06T03:58:59.874Z Compiling dropshot_endpoint v0.17.0
26872026-05-06T03:58:59.874Z Compiling newtype-uuid-macros v0.1.0
26882026-05-06T03:58:59.993Z Checking newtype-uuid v1.3.2
26892026-05-06T03:59:00.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26902026-05-06T03:59:00.112Z Checking rustls-webpki v0.102.8
26912026-05-06T03:59:00.189Z Checking daft v0.1.5
26922026-05-06T03:59:00.217Z Checking futures-executor v0.3.32
26932026-05-06T03:59:00.365Z Checking thread_local v1.1.9
26942026-05-06T03:59:00.409Z Checking match_cfg v0.1.0
26952026-05-06T03:59:00.428Z Checking compression-core v0.4.31
26962026-05-06T03:59:00.477Z Checking iddqd v0.3.18
26972026-05-06T03:59:00.491Z Checking hostname v0.3.1
26982026-05-06T03:59:00.528Z Checking futures v0.3.32
26992026-05-06T03:59:00.555Z Checking compression-codecs v0.4.37
27002026-05-06T03:59:00.598Z Checking crossbeam-channel v0.5.15
27012026-05-06T03:59:00.611Z Checking slog-json v2.6.1
27022026-05-06T03:59:00.632Z Checking serde_spanned v1.0.4
27032026-05-06T03:59:00.756Z Checking is-terminal v0.4.17
27042026-05-06T03:59:00.761Z Checking toml_datetime v1.0.0+spec-1.1.0
27052026-05-06T03:59:00.764Z Checking term v1.2.1
27062026-05-06T03:59:00.810Z Checking debug-ignore v1.0.5
27072026-05-06T03:59:00.858Z Compiling structmeta v0.3.0
27082026-05-06T03:59:00.909Z Checking take_mut v0.2.2
27092026-05-06T03:59:00.925Z Checking toml_writer v1.0.6+spec-1.1.0
27102026-05-06T03:59:00.958Z Checking slog-bunyan v2.5.0
27112026-05-06T03:59:00.990Z Checking slog-term v2.9.2
27122026-05-06T03:59:01.010Z Checking slog-async v2.8.0
27132026-05-06T03:59:01.081Z Compiling derive-ex v0.1.8
27142026-05-06T03:59:01.083Z Compiling parse-display-derive v0.10.0
27152026-05-06T03:59:01.100Z Checking toml v1.0.6+spec-1.1.0
27162026-05-06T03:59:01.177Z Checking async-compression v0.4.41
27172026-05-06T03:59:01.245Z Checking async-stream v0.3.6
27182026-05-06T03:59:01.343Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27192026-05-06T03:59:01.373Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27202026-05-06T03:59:01.417Z Checking progenitor-client v0.14.0
27212026-05-06T03:59:01.432Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27222026-05-06T03:59:01.574Z Checking waitgroup v0.1.2
27232026-05-06T03:59:01.611Z Checking backon v1.6.0
27242026-05-06T03:59:01.645Z Checking rustls-pemfile v2.2.0
27252026-05-06T03:59:01.682Z Checking serde_path_to_error v0.1.20
27262026-05-06T03:59:01.697Z Checking hostname v0.4.2
27272026-05-06T03:59:01.776Z Checking instant v0.1.13
27282026-05-06T03:59:01.861Z Checking backoff v0.4.0
27292026-05-06T03:59:01.928Z Checking tokio-rustls v0.25.0
27302026-05-06T03:59:01.960Z Checking progenitor-extras v0.2.0
27312026-05-06T03:59:01.996Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27322026-05-06T03:59:02.047Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27332026-05-06T03:59:02.193Z Checking progenitor-client v0.10.0
27342026-05-06T03:59:02.205Z Checking itertools v0.14.0
27352026-05-06T03:59:02.399Z Checking regress v0.10.5
27362026-05-06T03:59:02.414Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27372026-05-06T03:59:02.633Z Checking macaddr v1.0.1
27382026-05-06T03:59:02.724Z Checking parse-display v0.10.0
27392026-05-06T03:59:02.756Z Compiling test-strategy v0.4.5
27402026-05-06T03:59:03.935Z Compiling prettyplease v0.2.37
27412026-05-06T03:59:04.214Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27422026-05-06T03:59:04.377Z Checking num-rational v0.4.2
27432026-05-06T03:59:04.588Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-05-06T03:59:04.905Z Checking num-complex v0.4.6
27452026-05-06T03:59:05.553Z Checking num v0.4.3
27462026-05-06T03:59:05.618Z Compiling usdt-macro v0.5.0
27472026-05-06T03:59:05.632Z Compiling usdt-attr-macro v0.5.0
27482026-05-06T03:59:05.643Z Checking memmap v0.7.0
27492026-05-06T03:59:05.678Z Checking float-ord v0.3.2
27502026-05-06T03:59:05.788Z Checking unicode-width v0.2.0
27512026-05-06T03:59:05.801Z Compiling convert_case v0.4.0
27522026-05-06T03:59:06.044Z Checking console v0.15.11
27532026-05-06T03:59:06.176Z Compiling derive_more v0.99.20
27542026-05-06T03:59:06.322Z Checking newline-converter v0.3.0
27552026-05-06T03:59:06.351Z Checking atomicwrites v0.4.4
27562026-05-06T03:59:06.408Z Checking usdt v0.5.0
27572026-05-06T03:59:06.431Z Compiling toml v0.8.23
27582026-05-06T03:59:06.480Z Compiling minimal-lexical v0.2.1
27592026-05-06T03:59:06.574Z Checking linked-hash-map v0.5.6
27602026-05-06T03:59:06.733Z Compiling nom v7.1.3
27612026-05-06T03:59:06.746Z Checking lru-cache v0.1.2
27622026-05-06T03:59:06.865Z Checking expectorate v1.2.0
27632026-05-06T03:59:07.378Z Checking camino-tempfile v1.4.1
27642026-05-06T03:59:07.542Z Checking hickory-proto v0.24.4
27652026-05-06T03:59:07.545Z Checking phf_shared v0.12.1
27662026-05-06T03:59:07.700Z Compiling slog-dtrace v0.3.0
27672026-05-06T03:59:07.822Z Compiling chrono-tz v0.10.4
27682026-05-06T03:59:07.892Z Checking heck v0.5.0
27692026-05-06T03:59:08.004Z Checking resolv-conf v0.7.6
27702026-05-06T03:59:08.060Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27712026-05-06T03:59:08.085Z Compiling const_format_proc_macros v0.2.34
27722026-05-06T03:59:08.188Z Checking phf v0.12.1
27732026-05-06T03:59:08.331Z Checking tokio-dtrace v0.1.1
27742026-05-06T03:59:08.433Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-05-06T03:59:08.515Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27762026-05-06T03:59:08.535Z Compiling derive-where v1.6.0
27772026-05-06T03:59:08.706Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27782026-05-06T03:59:09.041Z Checking highway v1.3.0
27792026-05-06T03:59:09.273Z Checking const_format v0.2.35
27802026-05-06T03:59:09.355Z Checking hickory-resolver v0.24.4
27812026-05-06T03:59:09.508Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27822026-05-06T03:59:09.611Z Checking oxide-tokio-rt v0.1.4
27832026-05-06T03:59:09.943Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27842026-05-06T03:59:09.987Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27852026-05-06T03:59:10.024Z Checking gethostname v0.5.0
27862026-05-06T03:59:10.106Z Checking bcs v0.1.6
27872026-05-06T03:59:10.122Z Compiling async-recursion v1.1.1
27882026-05-06T03:59:10.125Z Checking qorb v0.4.1
27892026-05-06T03:59:10.149Z Checking termtree v0.5.1
27902026-05-06T03:59:10.179Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27912026-05-06T03:59:10.213Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27922026-05-06T03:59:13.714Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27932026-05-06T03:59:16.291Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27942026-05-06T03:59:18.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
27952026-05-06T03:59:18.566Z
27962026-05-06T03:59:18.566Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27972026-05-06T03:59:19.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-05-06T03:59:19.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-05-06T03:59:19.249Z Compiling ar_archive_writer v0.5.1
28002026-05-06T03:59:19.362Z Compiling stacker v0.1.23
28012026-05-06T03:59:19.367Z Compiling cfg_aliases v0.1.1
28022026-05-06T03:59:19.372Z Compiling convert_case v0.10.0
28032026-05-06T03:59:19.376Z Checking unicode-width v0.1.14
28042026-05-06T03:59:19.387Z Compiling proc-macro-error v1.0.4
28052026-05-06T03:59:19.397Z Checking fd-lock v4.0.4
28062026-05-06T03:59:19.397Z Checking nibble_vec v0.1.0
28072026-05-06T03:59:19.422Z Compiling nix v0.28.0
28082026-05-06T03:59:19.515Z Checking vte v0.14.1
28092026-05-06T03:59:19.528Z Compiling recursive-proc-macro-impl v0.1.1
28102026-05-06T03:59:19.617Z Checking endian-type v0.1.2
28112026-05-06T03:59:19.628Z Checking bytecount v0.6.9
28122026-05-06T03:59:19.660Z Checking strip-ansi-escapes v0.2.1
28132026-05-06T03:59:19.663Z Compiling derive_more-impl v2.1.1
28142026-05-06T03:59:19.698Z Compiling tabled_derive v0.7.0
28152026-05-06T03:59:19.749Z Checking papergrid v0.11.0
28162026-05-06T03:59:19.776Z Checking radix_trie v0.2.1
28172026-05-06T03:59:19.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28182026-05-06T03:59:19.941Z Compiling peg-macros v0.8.5
28192026-05-06T03:59:19.980Z Checking winnow v0.6.26
28202026-05-06T03:59:20.245Z Compiling psm v0.1.30
28212026-05-06T03:59:20.257Z Compiling sqlparser_derive v0.5.0
28222026-05-06T03:59:20.366Z Checking home v0.5.12
28232026-05-06T03:59:20.474Z Checking unicode_categories v0.1.1
28242026-05-06T03:59:20.486Z Checking derive_more v2.1.1
28252026-05-06T03:59:20.564Z Checking nu-ansi-term v0.50.3
28262026-05-06T03:59:20.633Z Checking crossterm v0.29.0
28272026-05-06T03:59:20.709Z Checking tabled v0.15.0
28282026-05-06T03:59:20.780Z Checking reedline v0.40.0
28292026-05-06T03:59:20.815Z Checking rustyline v14.0.0
28302026-05-06T03:59:21.015Z Checking recursive v0.1.1
28312026-05-06T03:59:21.050Z Checking display-error-chain v0.2.2
28322026-05-06T03:59:21.108Z Checking sqlparser v0.61.0
28332026-05-06T03:59:21.131Z Checking sqlformat v0.3.5
28342026-05-06T03:59:21.301Z Checking peg v0.8.5
28352026-05-06T03:59:32.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28362026-05-06T03:59:32.476Z
28372026-05-06T03:59:32.477Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28382026-05-06T03:59:32.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-06T03:59:33.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-06T03:59:33.154Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-06T03:59:36.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28422026-05-06T03:59:36.750Z
28432026-05-06T03:59:36.750Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28442026-05-06T03:59:37.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-06T03:59:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-06T03:59:37.421Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-06T03:59:39.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28482026-05-06T03:59:40.026Z
28492026-05-06T03:59:40.026Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28502026-05-06T03:59:40.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-06T03:59:40.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-06T03:59:40.695Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-06T03:59:43.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28542026-05-06T03:59:44.071Z
28552026-05-06T03:59:44.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28562026-05-06T03:59:44.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-06T03:59:44.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-06T03:59:44.746Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-06T03:59:47.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28602026-05-06T03:59:48.176Z
28612026-05-06T03:59:48.176Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28622026-05-06T03:59:48.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-06T03:59:48.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-06T03:59:48.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-06T03:59:51.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28662026-05-06T03:59:51.642Z
28672026-05-06T03:59:51.642Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28682026-05-06T03:59:52.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-06T03:59:52.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-06T03:59:52.317Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-05-06T03:59:54.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28722026-05-06T03:59:55.111Z
28732026-05-06T03:59:55.111Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28742026-05-06T03:59:55.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-06T03:59:55.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-06T03:59:55.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28772026-05-06T03:59:59.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28782026-05-06T03:59:59.341Z
28792026-05-06T03:59:59.341Zinfo: running `cargo check --bins` on oximeter (93/274)
28802026-05-06T03:59:59.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-06T03:59:59.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-06T03:59:59.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-06T03:59:59.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-06T03:59:59.942Z
28852026-05-06T03:59:59.942Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28862026-05-06T04:00:00.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-06T04:00:00.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-06T04:00:00.576Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28892026-05-06T04:00:00.739Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28902026-05-06T04:00:00.742Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-05-06T04:00:01.078Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28922026-05-06T04:00:04.158Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28932026-05-06T04:00:05.391Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28942026-05-06T04:00:05.556Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28952026-05-06T04:00:06.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
28962026-05-06T04:00:06.407Z
28972026-05-06T04:00:06.407Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28982026-05-06T04:00:06.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-06T04:00:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-06T04:00:06.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-06T04:00:06.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-06T04:00:07.008Z
29032026-05-06T04:00:07.008Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29042026-05-06T04:00:07.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-06T04:00:07.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-06T04:00:07.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-06T04:00:07.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29082026-05-06T04:00:07.656Z
29092026-05-06T04:00:07.656Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29102026-05-06T04:00:08.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-06T04:00:08.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-06T04:00:08.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-06T04:00:08.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-06T04:00:08.258Z
29152026-05-06T04:00:08.258Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29162026-05-06T04:00:08.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-06T04:00:08.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-06T04:00:08.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-06T04:00:08.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-06T04:00:08.866Z
29212026-05-06T04:00:08.866Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29222026-05-06T04:00:09.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-06T04:00:09.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-06T04:00:09.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-06T04:00:09.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-06T04:00:09.454Z
29272026-05-06T04:00:09.454Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29282026-05-06T04:00:09.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-06T04:00:09.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-06T04:00:09.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-06T04:00:09.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-05-06T04:00:10.054Z
29332026-05-06T04:00:10.054Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29342026-05-06T04:00:10.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-06T04:00:10.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-06T04:00:10.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-06T04:00:10.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29382026-05-06T04:00:10.631Z
29392026-05-06T04:00:10.631Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29402026-05-06T04:00:11.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-06T04:00:11.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-06T04:00:11.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-06T04:00:11.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29442026-05-06T04:00:11.227Z
29452026-05-06T04:00:11.227Zinfo: running `cargo check --bins` on update-engine (103/274)
29462026-05-06T04:00:11.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-06T04:00:11.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-06T04:00:11.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-05-06T04:00:11.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29502026-05-06T04:00:11.804Z
29512026-05-06T04:00:11.804Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29522026-05-06T04:00:12.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-05-06T04:00:12.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-05-06T04:00:12.508Z Compiling crucible-workspace-hack v0.1.0
29552026-05-06T04:00:12.626Z Checking secrecy v0.10.3
29562026-05-06T04:00:12.633Z Compiling heapless v0.8.0
29572026-05-06T04:00:12.640Z Compiling ingot-macros v0.1.1
29582026-05-06T04:00:12.653Z Compiling toml_edit v0.23.10+spec-1.0.0
29592026-05-06T04:00:12.653Z Checking hash32 v0.3.1
29602026-05-06T04:00:12.669Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29612026-05-06T04:00:12.678Z Compiling smoltcp v0.11.0
29622026-05-06T04:00:12.726Z Checking cobs v0.3.0
29632026-05-06T04:00:12.791Z Compiling thiserror-impl-no-std v2.0.2
29642026-05-06T04:00:12.872Z Checking half v2.7.1
29652026-05-06T04:00:12.884Z Checking universal-hash v0.5.1
29662026-05-06T04:00:12.897Z Checking opaque-debug v0.3.1
29672026-05-06T04:00:12.974Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29682026-05-06T04:00:13.002Z Checking ciborium-io v0.2.2
29692026-05-06T04:00:13.033Z Checking poly1305 v0.8.0
29702026-05-06T04:00:13.093Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29712026-05-06T04:00:13.128Z Checking ciborium-ll v0.2.2
29722026-05-06T04:00:13.171Z Compiling proc-macro-crate v3.4.0
29732026-05-06T04:00:13.291Z Checking postcard v1.1.3
29742026-05-06T04:00:13.305Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29752026-05-06T04:00:13.377Z Checking password-hash v0.5.0
29762026-05-06T04:00:13.565Z Checking chacha20 v0.9.1
29772026-05-06T04:00:13.582Z Compiling proc-macro-crate v1.3.1
29782026-05-06T04:00:13.608Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-05-06T04:00:13.695Z Checking blake2 v0.10.6
29802026-05-06T04:00:13.724Z Compiling num_enum_derive v0.7.5
29812026-05-06T04:00:13.757Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29822026-05-06T04:00:13.847Z Checking aead v0.5.2
29832026-05-06T04:00:13.928Z Compiling foreign-types-macros v0.2.3
29842026-05-06T04:00:13.964Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29852026-05-06T04:00:13.978Z Checking thiserror-no-std v2.0.2
29862026-05-06T04:00:13.990Z Checking cpufeatures v0.3.0
29872026-05-06T04:00:14.003Z Checking foreign-types-shared v0.3.1
29882026-05-06T04:00:14.060Z Checking vsss-rs v3.3.4
29892026-05-06T04:00:14.063Z Checking chacha20 v0.10.0
29902026-05-06T04:00:14.089Z Compiling num_enum_derive v0.5.11
29912026-05-06T04:00:14.200Z Checking chacha20poly1305 v0.10.1
29922026-05-06T04:00:14.285Z Checking argon2 v0.5.3
29932026-05-06T04:00:14.328Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29942026-05-06T04:00:14.510Z Checking foreign-types v0.5.0
29952026-05-06T04:00:14.596Z Checking ciborium v0.2.2
29962026-05-06T04:00:14.752Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29972026-05-06T04:00:14.767Z Checking tabwriter v1.4.1
29982026-05-06T04:00:14.794Z Checking num_enum v0.7.5
29992026-05-06T04:00:14.908Z Checking byte-wrapper v0.1.0
30002026-05-06T04:00:14.911Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-06T04:00:15.019Z Checking cstr-argument v0.1.2
30022026-05-06T04:00:15.039Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30032026-05-06T04:00:15.125Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30042026-05-06T04:00:15.138Z Checking num_enum v0.5.11
30052026-05-06T04:00:15.148Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-05-06T04:00:15.197Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30072026-05-06T04:00:15.249Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30082026-05-06T04:00:15.321Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30092026-05-06T04:00:15.336Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-06T04:00:15.349Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-05-06T04:00:15.455Z Checking rand v0.10.0
30122026-05-06T04:00:15.470Z Checking ingot-types v0.1.2
30132026-05-06T04:00:15.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-05-06T04:00:15.496Z Checking colored v3.1.1
30152026-05-06T04:00:15.536Z Checking indent_write v2.2.0
30162026-05-06T04:00:15.670Z Compiling zone_cfg_derive v0.3.1
30172026-05-06T04:00:15.696Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30182026-05-06T04:00:15.786Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-05-06T04:00:15.812Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-06T04:00:15.825Z Checking ingot v0.1.1
30212026-05-06T04:00:15.848Z Checking itertools v0.12.1
30222026-05-06T04:00:15.862Z Compiling num-derive v0.4.2
30232026-05-06T04:00:15.907Z Checking swrite v0.1.0
30242026-05-06T04:00:15.955Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-05-06T04:00:15.996Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30262026-05-06T04:00:16.154Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-05-06T04:00:16.293Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30282026-05-06T04:00:16.310Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-05-06T04:00:16.324Z Checking dropshot-api-manager-types v0.7.1
30302026-05-06T04:00:16.339Z Checking smf v0.2.3
30312026-05-06T04:00:16.420Z Checking nanorand v0.7.0
30322026-05-06T04:00:16.493Z Checking whoami v1.6.1
30332026-05-06T04:00:16.568Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-06T04:00:16.618Z Checking flume v0.11.1
30352026-05-06T04:00:16.781Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30362026-05-06T04:00:16.846Z Checking zone v0.3.1
30372026-05-06T04:00:17.363Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30382026-05-06T04:00:18.319Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-06T04:00:19.207Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-06T04:00:22.222Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30412026-05-06T04:00:24.248Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30422026-05-06T04:00:25.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30432026-05-06T04:00:25.540Z
30442026-05-06T04:00:25.540Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30452026-05-06T04:00:26.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-06T04:00:26.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-06T04:00:26.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-06T04:00:26.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-05-06T04:00:26.132Z
30502026-05-06T04:00:26.132Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30512026-05-06T04:00:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-06T04:00:26.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-06T04:00:26.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-06T04:00:26.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-06T04:00:26.775Z
30562026-05-06T04:00:26.775Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30572026-05-06T04:00:27.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-06T04:00:27.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-06T04:00:27.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-06T04:00:27.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-05-06T04:00:27.322Z
30622026-05-06T04:00:27.322Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30632026-05-06T04:00:27.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-06T04:00:27.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-06T04:00:27.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-06T04:00:27.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-06T04:00:27.918Z
30682026-05-06T04:00:27.918Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30692026-05-06T04:00:28.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-06T04:00:28.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-06T04:00:28.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-06T04:00:28.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30732026-05-06T04:00:28.505Z
30742026-05-06T04:00:28.505Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30752026-05-06T04:00:29.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-06T04:00:29.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-06T04:00:29.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-06T04:00:29.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-06T04:00:29.097Z
30802026-05-06T04:00:29.097Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30812026-05-06T04:00:29.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-06T04:00:29.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-06T04:00:29.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-06T04:00:29.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-05-06T04:00:29.689Z
30862026-05-06T04:00:29.689Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30872026-05-06T04:00:30.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-06T04:00:30.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-06T04:00:30.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-06T04:00:30.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30912026-05-06T04:00:30.262Z
30922026-05-06T04:00:30.262Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30932026-05-06T04:00:30.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-06T04:00:30.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-06T04:00:30.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-06T04:00:30.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-06T04:00:30.855Z
30982026-05-06T04:00:30.855Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30992026-05-06T04:00:31.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-06T04:00:31.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-06T04:00:31.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-06T04:00:31.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-05-06T04:00:31.452Z
31042026-05-06T04:00:31.452Zinfo: running `cargo check --bins` on installinator-client (115/274)
31052026-05-06T04:00:31.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-06T04:00:31.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-06T04:00:31.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-06T04:00:31.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-06T04:00:32.040Z
31102026-05-06T04:00:32.040Zinfo: running `cargo check --bins` on nexus-client (116/274)
31112026-05-06T04:00:32.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-06T04:00:32.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-06T04:00:32.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-06T04:00:32.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31152026-05-06T04:00:32.668Z
31162026-05-06T04:00:32.668Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31172026-05-06T04:00:33.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-06T04:00:33.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-06T04:00:33.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-06T04:00:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31212026-05-06T04:00:33.297Z
31222026-05-06T04:00:33.297Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31232026-05-06T04:00:33.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-06T04:00:33.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-06T04:00:33.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-06T04:00:33.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-06T04:00:33.875Z
31282026-05-06T04:00:33.875Zinfo: running `cargo check --bins` on oxide-client (119/274)
31292026-05-06T04:00:34.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-06T04:00:34.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-06T04:00:34.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-06T04:00:34.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31332026-05-06T04:00:34.456Z
31342026-05-06T04:00:34.456Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31352026-05-06T04:00:34.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-06T04:00:34.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-06T04:00:34.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-06T04:00:34.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-06T04:00:35.058Z
31402026-05-06T04:00:35.058Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31412026-05-06T04:00:35.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-06T04:00:35.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-06T04:00:35.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-06T04:00:35.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31452026-05-06T04:00:35.631Z
31462026-05-06T04:00:35.631Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31472026-05-06T04:00:36.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-06T04:00:36.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-06T04:00:36.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-06T04:00:36.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31512026-05-06T04:00:36.230Z
31522026-05-06T04:00:36.230Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31532026-05-06T04:00:36.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-06T04:00:36.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-06T04:00:36.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-06T04:00:36.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31572026-05-06T04:00:36.845Z
31582026-05-06T04:00:36.845Zinfo: running `cargo check --bins` on installinator-common (124/274)
31592026-05-06T04:00:37.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-06T04:00:37.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-06T04:00:37.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-06T04:00:37.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-05-06T04:00:37.453Z
31642026-05-06T04:00:37.453Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31652026-05-06T04:00:37.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-06T04:00:37.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-06T04:00:37.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-06T04:00:37.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31692026-05-06T04:00:38.026Z
31702026-05-06T04:00:38.026Zinfo: running `cargo check --bins` on wicket-common (126/274)
31712026-05-06T04:00:38.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-06T04:00:38.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-06T04:00:38.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-05-06T04:00:38.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31752026-05-06T04:00:38.628Z
31762026-05-06T04:00:38.628Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31772026-05-06T04:00:39.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-05-06T04:00:39.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-05-06T04:00:39.305Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31802026-05-06T04:00:39.420Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31812026-05-06T04:00:39.428Z Checking csv-core v0.1.13
31822026-05-06T04:00:39.435Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31832026-05-06T04:00:39.442Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31842026-05-06T04:00:39.452Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31852026-05-06T04:00:39.463Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-06T04:00:39.473Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-06T04:00:39.585Z Checking csv v1.4.0
31882026-05-06T04:00:39.601Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31892026-05-06T04:00:39.647Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902026-05-06T04:00:39.672Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31912026-05-06T04:00:39.919Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31922026-05-06T04:00:40.283Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31932026-05-06T04:00:40.286Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31942026-05-06T04:00:40.597Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31952026-05-06T04:00:46.313Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31962026-05-06T04:00:46.850Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31972026-05-06T04:00:49.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.56s
31982026-05-06T04:00:49.403Z
31992026-05-06T04:00:49.403Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32002026-05-06T04:00:49.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-06T04:00:49.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-06T04:00:49.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-06T04:00:49.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32042026-05-06T04:00:49.997Z
32052026-05-06T04:00:49.997Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32062026-05-06T04:00:50.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-06T04:00:50.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-06T04:00:50.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-06T04:00:50.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32102026-05-06T04:00:50.678Z
32112026-05-06T04:00:50.678Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32122026-05-06T04:00:51.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-06T04:00:51.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-06T04:00:51.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-06T04:00:51.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32162026-05-06T04:00:51.358Z
32172026-05-06T04:00:51.358Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32182026-05-06T04:00:51.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-06T04:00:51.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-06T04:00:51.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-06T04:00:51.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32222026-05-06T04:00:52.008Z
32232026-05-06T04:00:52.008Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32242026-05-06T04:00:52.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-06T04:00:52.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-06T04:00:52.771Z Compiling regress v0.11.1
32272026-05-06T04:00:52.910Z Compiling unsafe-libyaml v0.2.11
32282026-05-06T04:00:52.923Z Compiling semver v0.1.20
32292026-05-06T04:00:52.935Z Compiling radium v0.7.0
32302026-05-06T04:00:52.949Z Compiling pin-project-internal v1.1.11
32312026-05-06T04:00:52.952Z Checking tap v1.0.1
32322026-05-06T04:00:52.973Z Compiling maybe-uninit v2.0.0
32332026-05-06T04:00:53.063Z Checking wyz v0.5.1
32342026-05-06T04:00:53.195Z Compiling rustc_version v0.1.7
32352026-05-06T04:00:53.251Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-05-06T04:00:53.283Z Checking progenitor-client v0.13.0
32372026-05-06T04:00:53.381Z Compiling snafu-derive v0.8.9
32382026-05-06T04:00:53.414Z Compiling serde_yaml v0.9.34+deprecated
32392026-05-06T04:00:53.516Z Compiling newtype_derive v0.1.6
32402026-05-06T04:00:53.634Z Compiling zerocopy-derive v0.6.6
32412026-05-06T04:00:53.715Z Compiling owo-colors v4.3.0
32422026-05-06T04:00:54.097Z Checking funty v2.0.0
32432026-05-06T04:00:54.121Z Checking pin-project v1.1.11
32442026-05-06T04:00:54.208Z Compiling packed_struct v0.10.1
32452026-05-06T04:00:54.400Z Checking typify-impl v0.6.2
32462026-05-06T04:00:54.455Z Compiling cancel-safe-futures v0.1.5
32472026-05-06T04:00:54.501Z Checking same-file v1.0.6
32482026-05-06T04:00:54.606Z Checking crc-catalog v2.4.0
32492026-05-06T04:00:54.633Z Checking walkdir v2.5.0
32502026-05-06T04:00:54.706Z Checking crc v3.4.0
32512026-05-06T04:00:54.761Z Checking zerocopy v0.6.6
32522026-05-06T04:00:54.851Z Checking bitvec v1.0.1
32532026-05-06T04:00:54.946Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-05-06T04:00:55.006Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32552026-05-06T04:00:55.066Z Checking globset v0.4.18
32562026-05-06T04:00:55.306Z Checking snafu v0.8.9
32572026-05-06T04:00:55.331Z Checking olpc-cjson v0.1.4
32582026-05-06T04:00:55.352Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32592026-05-06T04:00:55.474Z Checking pem v3.0.6
32602026-05-06T04:00:55.489Z Compiling packed_struct_codegen v0.10.1
32612026-05-06T04:00:55.534Z Checking libsw-core v0.3.2
32622026-05-06T04:00:55.551Z Checking serde_plain v1.0.2
32632026-05-06T04:00:55.614Z Compiling bitfield-macros v0.19.4
32642026-05-06T04:00:55.635Z Compiling indexmap v1.9.3
32652026-05-06T04:00:55.678Z Checking nodrop v0.1.14
32662026-05-06T04:00:55.699Z Checking typed-path v0.9.3
32672026-05-06T04:00:55.771Z Checking array-init v0.0.4
32682026-05-06T04:00:55.854Z Checking libsw v3.5.0
32692026-05-06T04:00:56.006Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32702026-05-06T04:00:56.071Z Checking smallvec v0.6.14
32712026-05-06T04:00:56.230Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32722026-05-06T04:00:56.267Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32732026-05-06T04:00:56.326Z Checking bitfield v0.19.4
32742026-05-06T04:00:56.442Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32752026-05-06T04:00:56.467Z Checking tough v0.20.0
32762026-05-06T04:00:56.569Z Checking smawk v0.3.2
32772026-05-06T04:00:56.596Z Checking tagptr v0.2.0
32782026-05-06T04:00:56.640Z Checking linear-map v1.2.0
32792026-05-06T04:00:56.655Z Checking unicode-linebreak v0.1.5
32802026-05-06T04:00:56.700Z Checking hashbrown v0.12.3
32812026-05-06T04:00:56.729Z Checking base64 v0.21.7
32822026-05-06T04:00:56.747Z Checking moka v0.12.13
32832026-05-06T04:00:56.821Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32842026-05-06T04:00:56.864Z Checking textwrap v0.16.2
32852026-05-06T04:00:56.967Z Checking ron v0.8.1
32862026-05-06T04:00:57.077Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32872026-05-06T04:00:57.248Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32882026-05-06T04:00:57.380Z Checking serde-hex v0.1.0
32892026-05-06T04:00:57.430Z Checking steno v0.4.1
32902026-05-06T04:00:57.491Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32912026-05-06T04:00:57.593Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32922026-05-06T04:00:57.664Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32932026-05-06T04:00:58.062Z Checking hashbrown v0.13.2
32942026-05-06T04:00:58.078Z Checking humantime v2.3.0
32952026-05-06T04:00:58.230Z Checking crc-any v2.5.0
32962026-05-06T04:00:58.263Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-06T04:00:58.412Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-05-06T04:00:58.428Z Checking hickory-resolver v0.25.2
32992026-05-06T04:00:58.442Z Checking void v1.0.2
33002026-05-06T04:00:58.473Z Checking path-slash v0.1.5
33012026-05-06T04:00:58.494Z Checking object v0.30.4
33022026-05-06T04:00:58.542Z Checking half v1.8.3
33032026-05-06T04:00:58.573Z Checking utf-8 v0.7.6
33042026-05-06T04:00:58.576Z Checking lzss v0.8.2
33052026-05-06T04:00:58.709Z Checking tungstenite v0.23.0
33062026-05-06T04:00:58.740Z Checking serde_cbor v0.11.2
33072026-05-06T04:00:58.858Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33082026-05-06T04:00:58.905Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33092026-05-06T04:00:58.969Z Compiling typify-macro v0.6.2
33102026-05-06T04:00:59.014Z Checking nix v0.27.1
33112026-05-06T04:00:59.115Z Checking kstat-rs v0.2.4
33122026-05-06T04:00:59.129Z Checking fxhash v0.2.1
33132026-05-06T04:00:59.132Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33142026-05-06T04:00:59.157Z Checking serde_bytes v0.11.19
33152026-05-06T04:00:59.263Z Checking tokio-tungstenite v0.23.1
33162026-05-06T04:00:59.301Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33172026-05-06T04:00:59.329Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33182026-05-06T04:00:59.515Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33192026-05-06T04:00:59.542Z Checking signal-hook-tokio v0.3.1
33202026-05-06T04:01:00.403Z Compiling typify v0.6.2
33212026-05-06T04:01:00.486Z Compiling progenitor-impl v0.13.0
33222026-05-06T04:01:00.486Z Compiling progenitor-impl v0.14.0
33232026-05-06T04:01:00.581Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33242026-05-06T04:01:01.494Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33252026-05-06T04:01:01.825Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33262026-05-06T04:01:02.065Z Compiling progenitor-macro v0.13.0
33272026-05-06T04:01:02.100Z Compiling progenitor-macro v0.14.0
33282026-05-06T04:01:04.569Z Checking progenitor v0.13.0
33292026-05-06T04:01:04.693Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33302026-05-06T04:01:04.772Z Checking progenitor v0.14.0
33312026-05-06T04:01:04.891Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33322026-05-06T04:01:07.702Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33332026-05-06T04:01:15.075Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33342026-05-06T04:01:21.364Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33352026-05-06T04:01:22.730Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33362026-05-06T04:01:23.236Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33372026-05-06T04:01:25.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.30s
33382026-05-06T04:01:25.514Z
33392026-05-06T04:01:25.515Zinfo: running `cargo check --bins` on gateway-api (133/274)
33402026-05-06T04:01:26.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-06T04:01:26.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-06T04:01:26.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-06T04:01:26.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-06T04:01:26.111Z
33452026-05-06T04:01:26.111Zinfo: running `cargo check --bins` on ipcc (134/274)
33462026-05-06T04:01:26.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-06T04:01:26.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-06T04:01:26.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-06T04:01:26.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-06T04:01:26.708Z
33512026-05-06T04:01:26.708Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33522026-05-06T04:01:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-06T04:01:27.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-06T04:01:27.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-06T04:01:27.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33562026-05-06T04:01:27.289Z
33572026-05-06T04:01:27.289Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33582026-05-06T04:01:27.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-06T04:01:27.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-06T04:01:27.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-06T04:01:27.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-06T04:01:27.881Z
33632026-05-06T04:01:27.881Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33642026-05-06T04:01:28.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-06T04:01:28.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-06T04:01:28.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-06T04:01:28.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-05-06T04:01:28.473Z
33692026-05-06T04:01:28.473Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33702026-05-06T04:01:28.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-06T04:01:28.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-06T04:01:28.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-06T04:01:28.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-06T04:01:29.070Z
33752026-05-06T04:01:29.070Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33762026-05-06T04:01:29.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-06T04:01:29.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-06T04:01:29.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-06T04:01:29.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-06T04:01:29.663Z
33812026-05-06T04:01:29.663Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33822026-05-06T04:01:30.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-06T04:01:30.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-06T04:01:30.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-06T04:01:30.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-05-06T04:01:30.266Z
33872026-05-06T04:01:30.266Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33882026-05-06T04:01:30.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-06T04:01:30.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-06T04:01:30.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-06T04:01:30.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-06T04:01:30.862Z
33932026-05-06T04:01:30.862Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33942026-05-06T04:01:31.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-06T04:01:31.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-06T04:01:31.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-06T04:01:31.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-06T04:01:31.462Z
33992026-05-06T04:01:31.462Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34002026-05-06T04:01:31.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-06T04:01:31.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-06T04:01:31.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-06T04:01:31.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-06T04:01:32.062Z
34052026-05-06T04:01:32.062Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34062026-05-06T04:01:32.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-06T04:01:32.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-06T04:01:32.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-06T04:01:32.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34102026-05-06T04:01:32.655Z
34112026-05-06T04:01:32.655Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34122026-05-06T04:01:33.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-06T04:01:33.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-06T04:01:33.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-06T04:01:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-06T04:01:33.251Z
34172026-05-06T04:01:33.252Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34182026-05-06T04:01:33.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-06T04:01:33.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-06T04:01:33.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-06T04:01:33.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-05-06T04:01:33.847Z
34232026-05-06T04:01:33.847Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34242026-05-06T04:01:34.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-06T04:01:34.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-06T04:01:34.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-06T04:01:34.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34282026-05-06T04:01:34.438Z
34292026-05-06T04:01:34.438Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34302026-05-06T04:01:34.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-06T04:01:34.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-06T04:01:34.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-06T04:01:34.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-05-06T04:01:35.033Z
34352026-05-06T04:01:35.033Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34362026-05-06T04:01:35.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-06T04:01:35.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-06T04:01:35.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-06T04:01:35.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-05-06T04:01:35.627Z
34412026-05-06T04:01:35.627Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34422026-05-06T04:01:36.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-06T04:01:36.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-06T04:01:36.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-06T04:01:36.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-05-06T04:01:36.224Z
34472026-05-06T04:01:36.224Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34482026-05-06T04:01:36.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-06T04:01:36.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-06T04:01:36.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-06T04:01:36.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34522026-05-06T04:01:36.819Z
34532026-05-06T04:01:36.819Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34542026-05-06T04:01:37.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-06T04:01:37.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-06T04:01:37.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-06T04:01:37.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-06T04:01:37.412Z
34592026-05-06T04:01:37.412Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34602026-05-06T04:01:37.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-06T04:01:37.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-06T04:01:37.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-06T04:01:37.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-06T04:01:38.008Z
34652026-05-06T04:01:38.009Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34662026-05-06T04:01:38.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-06T04:01:38.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-06T04:01:38.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-06T04:01:38.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34702026-05-06T04:01:38.642Z
34712026-05-06T04:01:38.642Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34722026-05-06T04:01:39.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-06T04:01:39.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-06T04:01:39.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-06T04:01:39.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-06T04:01:39.236Z
34772026-05-06T04:01:39.236Zinfo: running `cargo check --bins` on dns-server (156/274)
34782026-05-06T04:01:39.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-06T04:01:39.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-06T04:01:39.878Z Compiling parking_lot_core v0.8.6
34812026-05-06T04:01:39.881Z Compiling git-stub v1.0.0
34822026-05-06T04:01:39.881Z Compiling atomicwrites v0.4.4
34832026-05-06T04:01:39.881Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34842026-05-06T04:01:39.984Z Checking prefix-trie v0.7.0
34852026-05-06T04:01:40.109Z Compiling git-stub-vcs v0.1.0
34862026-05-06T04:01:40.278Z Checking hickory-server v0.25.2
34872026-05-06T04:01:40.384Z Checking parking_lot v0.11.2
34882026-05-06T04:01:40.387Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34892026-05-06T04:01:40.458Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34902026-05-06T04:01:40.461Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34912026-05-06T04:01:40.555Z Checking sled v0.34.7
34922026-05-06T04:01:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34932026-05-06T04:01:42.637Z
34942026-05-06T04:01:42.637Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34952026-05-06T04:01:43.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-06T04:01:43.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-06T04:01:43.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-06T04:01:43.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34992026-05-06T04:01:43.232Z
35002026-05-06T04:01:43.232Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35012026-05-06T04:01:43.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-06T04:01:43.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-06T04:01:43.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-06T04:01:43.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35052026-05-06T04:01:43.829Z
35062026-05-06T04:01:43.829Zinfo: running `cargo check --bins` on sp-sim (159/274)
35072026-05-06T04:01:44.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-06T04:01:44.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-06T04:01:44.552Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35102026-05-06T04:01:46.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
35112026-05-06T04:01:46.528Z
35122026-05-06T04:01:46.528Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35132026-05-06T04:01:47.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-06T04:01:47.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-06T04:01:47.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-06T04:01:47.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-06T04:01:47.190Z
35182026-05-06T04:01:47.190Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35192026-05-06T04:01:47.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-06T04:01:47.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-06T04:01:47.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-06T04:01:47.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35232026-05-06T04:01:47.858Z
35242026-05-06T04:01:47.858Zinfo: running `cargo check --bins` on db-macros (162/274)
35252026-05-06T04:01:48.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-06T04:01:48.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-06T04:01:48.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-06T04:01:48.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-06T04:01:48.442Z
35302026-05-06T04:01:48.442Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35312026-05-06T04:01:48.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-06T04:01:48.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-06T04:01:48.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-06T04:01:48.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35352026-05-06T04:01:49.031Z
35362026-05-06T04:01:49.031Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35372026-05-06T04:01:49.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-06T04:01:49.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-06T04:01:49.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-06T04:01:49.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35412026-05-06T04:01:49.687Z
35422026-05-06T04:01:49.687Zinfo: running `cargo check --bins` on authz-macros (165/274)
35432026-05-06T04:01:50.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-06T04:01:50.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-06T04:01:50.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-06T04:01:50.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-06T04:01:50.277Z
35482026-05-06T04:01:50.277Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35492026-05-06T04:01:50.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-06T04:01:50.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-06T04:01:50.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-06T04:01:50.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532026-05-06T04:01:50.930Z
35542026-05-06T04:01:50.930Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35552026-05-06T04:01:51.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-06T04:01:51.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-06T04:01:51.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-06T04:01:51.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-06T04:01:51.573Z
35602026-05-06T04:01:51.574Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35612026-05-06T04:01:52.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-06T04:01:52.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-06T04:01:52.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-06T04:01:52.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35652026-05-06T04:01:52.165Z
35662026-05-06T04:01:52.165Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35672026-05-06T04:01:52.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-06T04:01:52.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-06T04:01:52.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-06T04:01:52.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-05-06T04:01:52.754Z
35722026-05-06T04:01:52.754Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35732026-05-06T04:01:53.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-06T04:01:53.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-06T04:01:53.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-06T04:01:53.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35772026-05-06T04:01:53.354Z
35782026-05-06T04:01:53.354Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35792026-05-06T04:01:53.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-06T04:01:53.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-06T04:01:53.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-06T04:01:53.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35832026-05-06T04:01:53.949Z
35842026-05-06T04:01:53.949Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35852026-05-06T04:01:54.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-06T04:01:54.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-06T04:01:54.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-06T04:01:54.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-05-06T04:01:54.532Z
35902026-05-06T04:01:54.532Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35912026-05-06T04:01:55.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-06T04:01:55.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-06T04:01:55.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-06T04:01:55.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-06T04:01:55.188Z
35962026-05-06T04:01:55.188Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35972026-05-06T04:01:55.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-06T04:01:55.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-06T04:01:55.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-06T04:01:55.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36012026-05-06T04:01:55.824Z
36022026-05-06T04:01:55.824Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36032026-05-06T04:01:56.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-06T04:01:56.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-06T04:01:56.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-06T04:01:56.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-05-06T04:01:56.466Z
36082026-05-06T04:01:56.466Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36092026-05-06T04:01:56.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-06T04:01:56.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-06T04:01:56.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-06T04:01:56.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36132026-05-06T04:01:57.092Z
36142026-05-06T04:01:57.093Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36152026-05-06T04:01:57.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-06T04:01:57.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-06T04:01:57.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-06T04:01:57.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36192026-05-06T04:01:57.715Z
36202026-05-06T04:01:57.715Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36212026-05-06T04:01:58.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-06T04:01:58.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-06T04:01:58.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-06T04:01:58.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36252026-05-06T04:01:58.334Z
36262026-05-06T04:01:58.334Zinfo: running `cargo check --bins` on key-manager (179/274)
36272026-05-06T04:01:58.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-06T04:01:58.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-06T04:01:58.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-06T04:01:58.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36312026-05-06T04:01:58.943Z
36322026-05-06T04:01:58.943Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36332026-05-06T04:01:59.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-06T04:01:59.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-06T04:01:59.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-06T04:01:59.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36372026-05-06T04:01:59.562Z
36382026-05-06T04:01:59.562Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36392026-05-06T04:02:00.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-06T04:02:00.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-06T04:02:00.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-06T04:02:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36432026-05-06T04:02:00.194Z
36442026-05-06T04:02:00.194Zinfo: running `cargo check --bins` on typed-rng (182/274)
36452026-05-06T04:02:00.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-06T04:02:00.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-06T04:02:00.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-06T04:02:00.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-05-06T04:02:00.789Z
36502026-05-06T04:02:00.789Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36512026-05-06T04:02:01.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-06T04:02:01.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-06T04:02:01.648Z Compiling typify-impl v0.4.3
36542026-05-06T04:02:01.692Z Compiling libefi-sys v0.1.0
36552026-05-06T04:02:01.797Z Compiling bitfield-struct v0.6.2
36562026-05-06T04:02:01.809Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36572026-05-06T04:02:01.818Z Compiling xshell-macros v0.2.7
36582026-05-06T04:02:01.850Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36592026-05-06T04:02:01.860Z Compiling salty v0.3.0
36602026-05-06T04:02:01.904Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36612026-05-06T04:02:02.047Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-06T04:02:02.154Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36632026-05-06T04:02:02.189Z Checking xshell v0.2.7
36642026-05-06T04:02:02.215Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-05-06T04:02:02.384Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36662026-05-06T04:02:02.398Z Checking primeorder v0.13.6
36672026-05-06T04:02:02.414Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-05-06T04:02:02.550Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-05-06T04:02:02.573Z Compiling proc-macro-error-attr2 v2.0.0
36702026-05-06T04:02:02.633Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36712026-05-06T04:02:02.647Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-05-06T04:02:02.683Z Checking tungstenite v0.21.0
36732026-05-06T04:02:02.859Z Checking p384 v0.13.1
36742026-05-06T04:02:02.879Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36752026-05-06T04:02:02.958Z Compiling proc-macro-error2 v2.0.1
36762026-05-06T04:02:03.051Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-05-06T04:02:03.123Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36782026-05-06T04:02:03.273Z Compiling num-derive v0.3.3
36792026-05-06T04:02:03.289Z Compiling tabled_derive v0.11.0
36802026-05-06T04:02:03.453Z Checking tokio-tungstenite v0.21.0
36812026-05-06T04:02:03.736Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36822026-05-06T04:02:03.752Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36832026-05-06T04:02:03.857Z Checking papergrid v0.17.0
36842026-05-06T04:02:04.123Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-05-06T04:02:04.174Z Checking libscf-sys v1.1.0
36862026-05-06T04:02:04.310Z Checking testing_table v0.3.0
36872026-05-06T04:02:04.408Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-06T04:02:04.441Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36892026-05-06T04:02:04.458Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-05-06T04:02:04.653Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36912026-05-06T04:02:04.760Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36922026-05-06T04:02:04.912Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-05-06T04:02:04.938Z Checking corncobs v0.1.4
36942026-05-06T04:02:04.954Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36952026-05-06T04:02:04.968Z Compiling unicase v2.9.0
36962026-05-06T04:02:05.073Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-05-06T04:02:05.180Z Checking tabled v0.20.0
36982026-05-06T04:02:05.195Z Compiling mime_guess v2.0.5
36992026-05-06T04:02:05.209Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37002026-05-06T04:02:05.257Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37012026-05-06T04:02:05.334Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-05-06T04:02:05.427Z Checking progenitor-client v0.11.2
37032026-05-06T04:02:05.594Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37042026-05-06T04:02:05.669Z Checking secrecy v0.8.0
37052026-05-06T04:02:05.686Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37062026-05-06T04:02:05.689Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-05-06T04:02:05.760Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37082026-05-06T04:02:05.901Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37092026-05-06T04:02:06.127Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37102026-05-06T04:02:06.182Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37112026-05-06T04:02:06.269Z Compiling typify-macro v0.4.3
37122026-05-06T04:02:06.368Z Checking filetime v0.2.27
37132026-05-06T04:02:06.412Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37142026-05-06T04:02:06.510Z Checking crc8 v0.1.1
37152026-05-06T04:02:06.609Z Checking xattr v1.6.1
37162026-05-06T04:02:06.738Z Checking http-range v0.1.5
37172026-05-06T04:02:06.754Z Checking tar v0.4.45
37182026-05-06T04:02:06.813Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-05-06T04:02:07.093Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37202026-05-06T04:02:07.207Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37212026-05-06T04:02:07.224Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37222026-05-06T04:02:07.270Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37232026-05-06T04:02:07.301Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37242026-05-06T04:02:07.596Z Checking atty v0.2.14
37252026-05-06T04:02:07.703Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-05-06T04:02:07.765Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37272026-05-06T04:02:07.860Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-05-06T04:02:07.980Z Compiling typify v0.4.3
37292026-05-06T04:02:08.116Z Compiling progenitor-impl v0.11.2
37302026-05-06T04:02:08.194Z Compiling progenitor-impl v0.10.0
37312026-05-06T04:02:08.397Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37322026-05-06T04:02:08.560Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37332026-05-06T04:02:08.639Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-05-06T04:02:09.097Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37352026-05-06T04:02:09.538Z Checking hyper-staticfile v0.10.1
37362026-05-06T04:02:09.541Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37372026-05-06T04:02:09.570Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-05-06T04:02:09.877Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37392026-05-06T04:02:09.877Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37402026-05-06T04:02:10.017Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37412026-05-06T04:02:10.144Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37422026-05-06T04:02:10.268Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37432026-05-06T04:02:10.427Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-05-06T04:02:10.562Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37452026-05-06T04:02:10.712Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-06T04:02:10.782Z Compiling progenitor-macro v0.10.0
37472026-05-06T04:02:10.802Z Compiling progenitor-macro v0.11.2
37482026-05-06T04:02:13.614Z Checking progenitor v0.11.2
37492026-05-06T04:02:13.673Z Checking progenitor v0.10.0
37502026-05-06T04:02:13.741Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37512026-05-06T04:02:13.793Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-06T04:02:18.444Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37532026-05-06T04:02:19.561Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-06T04:02:29.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.16s
37552026-05-06T04:02:30.177Z
37562026-05-06T04:02:30.177Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37572026-05-06T04:02:30.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-06T04:02:30.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-06T04:02:30.960Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-06T04:02:41.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37612026-05-06T04:02:41.598Z
37622026-05-06T04:02:41.598Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37632026-05-06T04:02:42.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-06T04:02:42.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-06T04:02:42.368Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-05-06T04:02:52.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37672026-05-06T04:02:53.006Z
37682026-05-06T04:02:53.006Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37692026-05-06T04:02:53.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-06T04:02:53.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-06T04:02:53.777Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-05-06T04:03:04.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37732026-05-06T04:03:04.385Z
37742026-05-06T04:03:04.385Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37752026-05-06T04:03:04.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-06T04:03:04.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-06T04:03:05.154Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-05-06T04:03:15.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37792026-05-06T04:03:15.844Z
37802026-05-06T04:03:15.844Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37812026-05-06T04:03:16.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-06T04:03:16.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-06T04:03:16.612Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-05-06T04:03:27.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37852026-05-06T04:03:27.258Z
37862026-05-06T04:03:27.258Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37872026-05-06T04:03:27.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-06T04:03:27.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-06T04:03:28.028Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-05-06T04:03:38.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37912026-05-06T04:03:38.637Z
37922026-05-06T04:03:38.637Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37932026-05-06T04:03:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-06T04:03:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-06T04:03:39.417Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37962026-05-06T04:03:49.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37972026-05-06T04:03:50.057Z
37982026-05-06T04:03:50.058Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37992026-05-06T04:03:50.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-06T04:03:50.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-06T04:03:50.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-06T04:03:50.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-05-06T04:03:50.666Z
38042026-05-06T04:03:50.666Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38052026-05-06T04:03:51.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-06T04:03:51.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-06T04:03:51.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-06T04:03:51.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38092026-05-06T04:03:51.271Z
38102026-05-06T04:03:51.271Zinfo: running `cargo check --bins` on range-requests (193/274)
38112026-05-06T04:03:51.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-06T04:03:51.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-06T04:03:51.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-06T04:03:51.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-05-06T04:03:51.867Z
38162026-05-06T04:03:51.867Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38172026-05-06T04:03:52.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-06T04:03:52.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-06T04:03:52.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-06T04:03:52.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38212026-05-06T04:03:52.463Z
38222026-05-06T04:03:52.463Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38232026-05-06T04:03:52.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-06T04:03:52.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-06T04:03:52.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-06T04:03:52.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38272026-05-06T04:03:53.081Z
38282026-05-06T04:03:53.081Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38292026-05-06T04:03:53.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-06T04:03:53.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-06T04:03:53.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-06T04:03:53.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-05-06T04:03:53.698Z
38342026-05-06T04:03:53.698Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38352026-05-06T04:03:54.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-06T04:03:54.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-06T04:03:54.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-06T04:03:54.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38392026-05-06T04:03:54.314Z
38402026-05-06T04:03:54.314Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38412026-05-06T04:03:54.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-06T04:03:54.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-06T04:03:54.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-06T04:03:54.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-05-06T04:03:54.930Z
38462026-05-06T04:03:54.930Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38472026-05-06T04:03:55.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-06T04:03:55.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-06T04:03:55.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-06T04:03:55.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38512026-05-06T04:03:55.539Z
38522026-05-06T04:03:55.539Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38532026-05-06T04:03:56.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-06T04:03:56.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-06T04:03:56.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-06T04:03:56.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38572026-05-06T04:03:56.147Z
38582026-05-06T04:03:56.147Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38592026-05-06T04:03:56.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-06T04:03:56.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-06T04:03:56.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-06T04:03:56.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38632026-05-06T04:03:56.762Z
38642026-05-06T04:03:56.762Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38652026-05-06T04:03:57.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-06T04:03:57.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-06T04:03:57.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-06T04:03:57.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38692026-05-06T04:03:57.375Z
38702026-05-06T04:03:57.375Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38712026-05-06T04:03:57.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-06T04:03:57.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-06T04:03:57.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-06T04:03:57.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38752026-05-06T04:03:57.991Z
38762026-05-06T04:03:57.991Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38772026-05-06T04:03:58.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-06T04:03:58.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-06T04:03:58.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-06T04:03:58.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38812026-05-06T04:03:58.636Z
38822026-05-06T04:03:58.636Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38832026-05-06T04:03:59.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-06T04:03:59.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-06T04:03:59.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-06T04:03:59.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38872026-05-06T04:03:59.255Z
38882026-05-06T04:03:59.255Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38892026-05-06T04:03:59.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-06T04:03:59.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-06T04:03:59.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-06T04:03:59.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38932026-05-06T04:03:59.888Z
38942026-05-06T04:03:59.888Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38952026-05-06T04:04:00.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-06T04:04:00.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-06T04:04:00.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-05-06T04:04:00.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38992026-05-06T04:04:00.532Z
39002026-05-06T04:04:00.532Zinfo: running `cargo check --bins` on update-common (208/274)
39012026-05-06T04:04:01.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-05-06T04:04:01.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-05-06T04:04:01.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-05-06T04:04:01.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39052026-05-06T04:04:01.134Z
39062026-05-06T04:04:01.134Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39072026-05-06T04:04:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-06T04:04:01.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-06T04:04:01.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-05-06T04:04:01.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39112026-05-06T04:04:01.781Z
39122026-05-06T04:04:01.784Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39132026-05-06T04:04:02.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-06T04:04:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-06T04:04:02.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-05-06T04:04:02.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39172026-05-06T04:04:02.361Z
39182026-05-06T04:04:02.361Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39192026-05-06T04:04:02.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-06T04:04:02.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-06T04:04:03.122Z Compiling fs-err v2.11.0
39222026-05-06T04:04:03.125Z Checking ignore v0.4.25
39232026-05-06T04:04:03.125Z Checking arc-swap v1.8.2
39242026-05-06T04:04:03.125Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39252026-05-06T04:04:03.263Z Checking predicates-tree v1.0.13
39262026-05-06T04:04:03.273Z Checking parse-size v1.1.0
39272026-05-06T04:04:03.285Z Checking rand_seeder v0.4.0
39282026-05-06T04:04:03.288Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39292026-05-06T04:04:03.363Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39302026-05-06T04:04:03.384Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-06T04:04:03.428Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39322026-05-06T04:04:03.459Z Checking slog-scope v4.4.1
39332026-05-06T04:04:03.563Z Compiling petname v2.0.2
39342026-05-06T04:04:03.580Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39352026-05-06T04:04:03.596Z Checking slog-stdlog v4.1.1
39362026-05-06T04:04:03.616Z Checking globwalk v0.9.1
39372026-05-06T04:04:03.673Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39382026-05-06T04:04:03.712Z Checking slog-envlogger v2.2.0
39392026-05-06T04:04:03.792Z Checking camino-tempfile-ext v0.3.3
39402026-05-06T04:04:03.825Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39412026-05-06T04:04:03.861Z Checking sapling-renderdag v0.1.0
39422026-05-06T04:04:03.985Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39432026-05-06T04:04:03.988Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39442026-05-06T04:04:04.101Z Checking subprocess v0.2.15
39452026-05-06T04:04:04.179Z Checking sync-ptr v0.1.4
39462026-05-06T04:04:04.212Z Checking colored v2.2.0
39472026-05-06T04:04:04.297Z Checking assert_matches v1.5.0
39482026-05-06T04:04:04.378Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39492026-05-06T04:04:04.410Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39502026-05-06T04:04:04.461Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39512026-05-06T04:04:04.465Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39522026-05-06T04:04:05.099Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39532026-05-06T04:04:06.406Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39542026-05-06T04:04:08.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
39552026-05-06T04:04:08.827Z
39562026-05-06T04:04:08.827Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39572026-05-06T04:04:09.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-06T04:04:09.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-06T04:04:09.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-06T04:04:09.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-05-06T04:04:09.405Z
39622026-05-06T04:04:09.406Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39632026-05-06T04:04:09.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-06T04:04:09.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-06T04:04:09.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-06T04:04:09.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39672026-05-06T04:04:10.014Z
39682026-05-06T04:04:10.014Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39692026-05-06T04:04:10.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-06T04:04:10.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-06T04:04:10.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-05-06T04:04:10.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39732026-05-06T04:04:10.662Z
39742026-05-06T04:04:10.662Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39752026-05-06T04:04:11.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-06T04:04:11.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-06T04:04:11.377Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39782026-05-06T04:04:11.379Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39792026-05-06T04:04:12.027Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39802026-05-06T04:04:13.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39812026-05-06T04:04:13.817Z
39822026-05-06T04:04:13.817Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39832026-05-06T04:04:14.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-06T04:04:14.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-06T04:04:14.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-05-06T04:04:14.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-05-06T04:04:14.410Z
39882026-05-06T04:04:14.410Zinfo: running `cargo check --bins` on cert-dev (217/274)
39892026-05-06T04:04:14.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-05-06T04:04:14.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-05-06T04:04:15.012Z Checking yasna v0.5.2
39922026-05-06T04:04:15.414Z Checking rcgen v0.12.1
39932026-05-06T04:04:15.661Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39942026-05-06T04:04:15.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39952026-05-06T04:04:16.030Z
39962026-05-06T04:04:16.030Zinfo: running `cargo check --bins` on clickana (218/274)
39972026-05-06T04:04:16.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-06T04:04:16.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-06T04:04:16.662Z Compiling darling_core v0.23.0
40002026-05-06T04:04:16.770Z Compiling instability v0.3.11
40012026-05-06T04:04:16.777Z Checking castaway v0.2.4
40022026-05-06T04:04:16.783Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40032026-05-06T04:04:16.786Z Compiling indoc v2.0.7
40042026-05-06T04:04:16.798Z Checking unicode-truncate v1.1.0
40052026-05-06T04:04:16.801Z Checking lru v0.12.5
40062026-05-06T04:04:16.801Z Checking cassowary v0.3.0
40072026-05-06T04:04:16.866Z Checking compact_str v0.8.1
40082026-05-06T04:04:17.789Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40092026-05-06T04:04:17.971Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40102026-05-06T04:04:18.194Z Compiling darling_macro v0.23.0
40112026-05-06T04:04:18.605Z Compiling darling v0.23.0
40122026-05-06T04:04:19.213Z Checking ratatui v0.29.0
40132026-05-06T04:04:20.265Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40142026-05-06T04:04:20.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40152026-05-06T04:04:21.114Z
40162026-05-06T04:04:21.114Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40172026-05-06T04:04:21.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-06T04:04:21.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-06T04:04:21.825Z Checking headers-core v0.3.0
40202026-05-06T04:04:21.828Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40212026-05-06T04:04:22.021Z Checking headers v0.4.1
40222026-05-06T04:04:22.389Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40232026-05-06T04:04:23.246Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40242026-05-06T04:04:23.740Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40252026-05-06T04:04:24.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40262026-05-06T04:04:24.355Z
40272026-05-06T04:04:24.355Zinfo: running `cargo check --bins` on ch-dev (220/274)
40282026-05-06T04:04:24.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-06T04:04:24.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-06T04:04:25.073Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40312026-05-06T04:04:25.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40322026-05-06T04:04:26.032Z
40332026-05-06T04:04:26.032Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40342026-05-06T04:04:26.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-06T04:04:26.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-06T04:04:26.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-05-06T04:04:26.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40382026-05-06T04:04:26.496Z
40392026-05-06T04:04:26.496Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40402026-05-06T04:04:27.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-05-06T04:04:27.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-05-06T04:04:27.205Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40432026-05-06T04:04:28.200Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40442026-05-06T04:04:28.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40452026-05-06T04:04:28.758Z
40462026-05-06T04:04:28.758Zinfo: running `cargo check --bins` on db-dev (223/274)
40472026-05-06T04:04:29.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-06T04:04:29.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-06T04:04:29.469Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40502026-05-06T04:04:30.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40512026-05-06T04:04:30.434Z
40522026-05-06T04:04:30.435Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40532026-05-06T04:04:30.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-06T04:04:30.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-06T04:04:30.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-06T04:04:30.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40572026-05-06T04:04:31.072Z
40582026-05-06T04:04:31.072Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40592026-05-06T04:04:31.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-06T04:04:31.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-06T04:04:31.674Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40622026-05-06T04:04:32.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40632026-05-06T04:04:32.528Z
40642026-05-06T04:04:32.528Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40652026-05-06T04:04:33.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-06T04:04:33.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-06T04:04:33.272Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40682026-05-06T04:04:33.272Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-06T04:04:33.274Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40702026-05-06T04:04:33.274Z Checking git-stub v1.0.0
40712026-05-06T04:04:33.274Z Compiling trait-variant v0.1.2
40722026-05-06T04:04:33.274Z Checking maplit v1.0.2
40732026-05-06T04:04:33.391Z Checking is_ci v1.2.0
40742026-05-06T04:04:33.412Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40752026-05-06T04:04:33.462Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40762026-05-06T04:04:33.488Z Checking supports-color v3.0.2
40772026-05-06T04:04:33.557Z Checking git-stub-vcs v0.1.0
40782026-05-06T04:04:33.616Z Checking drift v0.1.3
40792026-05-06T04:04:33.619Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40802026-05-06T04:04:33.625Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40812026-05-06T04:04:33.751Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40822026-05-06T04:04:33.846Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40832026-05-06T04:04:33.919Z Checking dropshot-api-manager v0.7.1
40842026-05-06T04:04:33.944Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40852026-05-06T04:04:33.960Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40862026-05-06T04:04:34.174Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40872026-05-06T04:04:34.190Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40882026-05-06T04:04:34.306Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40892026-05-06T04:04:34.664Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40902026-05-06T04:04:39.523Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40912026-05-06T04:04:40.600Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40922026-05-06T04:04:41.159Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40932026-05-06T04:04:41.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
40942026-05-06T04:04:41.779Z
40952026-05-06T04:04:41.779Zinfo: running `cargo check --bins` on installinator-api (227/274)
40962026-05-06T04:04:42.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-06T04:04:42.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-06T04:04:42.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-06T04:04:42.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41002026-05-06T04:04:42.371Z
41012026-05-06T04:04:42.371Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41022026-05-06T04:04:42.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-06T04:04:42.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-06T04:04:42.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-06T04:04:42.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41062026-05-06T04:04:43.002Z
41072026-05-06T04:04:43.002Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41082026-05-06T04:04:43.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-06T04:04:43.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-06T04:04:43.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-06T04:04:43.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41122026-05-06T04:04:43.634Z
41132026-05-06T04:04:43.634Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41142026-05-06T04:04:44.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-06T04:04:44.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-06T04:04:44.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-06T04:04:44.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41182026-05-06T04:04:44.271Z
41192026-05-06T04:04:44.271Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41202026-05-06T04:04:44.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-06T04:04:44.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-06T04:04:44.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-06T04:04:44.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41242026-05-06T04:04:44.872Z
41252026-05-06T04:04:44.872Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41262026-05-06T04:04:45.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-06T04:04:45.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-06T04:04:45.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-05-06T04:04:45.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41302026-05-06T04:04:45.454Z
41312026-05-06T04:04:45.454Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41322026-05-06T04:04:45.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-05-06T04:04:45.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-05-06T04:04:45.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-05-06T04:04:45.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41362026-05-06T04:04:46.063Z
41372026-05-06T04:04:46.063Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41382026-05-06T04:04:46.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-06T04:04:46.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-06T04:04:46.664Z Checking typeid v1.0.3
41412026-05-06T04:04:46.775Z Checking ordered-float v2.10.1
41422026-05-06T04:04:46.793Z Checking unicode-xid v0.2.6
41432026-05-06T04:04:46.807Z Checking cargo-platform v0.2.0
41442026-05-06T04:04:46.814Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41452026-05-06T04:04:46.843Z Checking erased-serde v0.4.9
41462026-05-06T04:04:46.976Z Checking serde-value v0.7.0
41472026-05-06T04:04:47.150Z Checking serde-untagged v0.1.9
41482026-05-06T04:04:47.308Z Checking cargo-util-schemas v0.8.2
41492026-05-06T04:04:47.995Z Checking cargo_metadata v0.21.0
41502026-05-06T04:04:48.595Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41512026-05-06T04:04:49.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41522026-05-06T04:04:49.478Z
41532026-05-06T04:04:49.478Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41542026-05-06T04:04:50.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-05-06T04:04:50.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-05-06T04:04:50.206Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41572026-05-06T04:04:50.833Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41582026-05-06T04:04:51.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41592026-05-06T04:04:51.559Z
41602026-05-06T04:04:51.559Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41612026-05-06T04:04:52.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-05-06T04:04:52.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-05-06T04:04:52.406Z Compiling vergen-gitcl v1.0.8
41642026-05-06T04:04:52.406Z Compiling dirs-sys-next v0.1.2
41652026-05-06T04:04:52.406Z Compiling glob v0.3.3
41662026-05-06T04:04:52.406Z Compiling diesel_derives v2.3.7
41672026-05-06T04:04:52.409Z Compiling crunchy v0.2.4
41682026-05-06T04:04:52.409Z Compiling dsl_auto_type v0.2.0
41692026-05-06T04:04:52.409Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41702026-05-06T04:04:52.409Z Checking scheduled-thread-pool v0.2.7
41712026-05-06T04:04:52.689Z Compiling dirs-next v2.0.0
41722026-05-06T04:04:52.801Z Compiling diesel_table_macro_syntax v0.3.0
41732026-05-06T04:04:52.804Z Compiling tiny-keccak v2.0.2
41742026-05-06T04:04:52.829Z Compiling term v0.7.0
41752026-05-06T04:04:52.925Z Checking r2d2 v0.8.10
41762026-05-06T04:04:52.986Z Compiling clang-sys v1.8.1
41772026-05-06T04:04:53.021Z Checking downcast-rs v2.0.2
41782026-05-06T04:04:53.035Z Compiling bit-vec v0.6.3
41792026-05-06T04:04:53.130Z Compiling ascii-canvas v3.0.0
41802026-05-06T04:04:53.255Z Compiling bit-set v0.5.3
41812026-05-06T04:04:53.359Z Compiling itertools v0.10.5
41822026-05-06T04:04:53.379Z Compiling ena v0.14.4
41832026-05-06T04:04:53.403Z Compiling libloading v0.8.9
41842026-05-06T04:04:53.417Z Compiling diff v0.1.13
41852026-05-06T04:04:53.431Z Compiling bindgen v0.71.1
41862026-05-06T04:04:53.527Z Compiling regex-syntax v0.6.29
41872026-05-06T04:04:53.608Z Compiling cexpr v0.6.0
41882026-05-06T04:04:53.675Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41892026-05-06T04:04:53.866Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41902026-05-06T04:04:53.903Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41912026-05-06T04:04:54.019Z Compiling libxml v0.3.3
41922026-05-06T04:04:54.247Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41932026-05-06T04:04:54.313Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41942026-05-06T04:04:54.405Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41952026-05-06T04:04:54.499Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41962026-05-06T04:04:54.562Z Compiling strum_macros v0.24.3
41972026-05-06T04:04:54.595Z Compiling indoc v1.0.9
41982026-05-06T04:04:55.063Z Compiling lalrpop v0.19.12
41992026-05-06T04:04:55.589Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42002026-05-06T04:04:55.632Z Checking derive_builder v0.20.2
42012026-05-06T04:04:55.751Z Compiling oso-derive v0.27.3
42022026-05-06T04:04:55.776Z Checking quick-xml v0.37.5
42032026-05-06T04:04:55.946Z Compiling impl-trait-for-tuples v0.2.3
42042026-05-06T04:04:56.250Z Checking openssl-probe v0.1.6
42052026-05-06T04:04:56.391Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42062026-05-06T04:04:56.650Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42072026-05-06T04:04:56.847Z Checking bb8 v0.8.6
42082026-05-06T04:04:57.138Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42092026-05-06T04:04:57.160Z Checking nonempty v0.12.0
42102026-05-06T04:04:57.339Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42112026-05-06T04:04:57.342Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42122026-05-06T04:04:57.369Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42132026-05-06T04:04:57.474Z Checking console v0.16.2
42142026-05-06T04:04:57.561Z Checking unit-prefix v0.5.2
42152026-05-06T04:04:57.575Z Checking support-bundle-viewer v0.1.2
42162026-05-06T04:04:57.693Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42172026-05-06T04:04:57.781Z Checking indicatif v0.18.4
42182026-05-06T04:04:57.817Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42192026-05-06T04:04:57.933Z Checking multimap v0.10.1
42202026-05-06T04:04:58.425Z Checking diesel v2.3.7
42212026-05-06T04:05:00.245Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42222026-05-06T04:05:00.807Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42232026-05-06T04:05:01.917Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42242026-05-06T04:05:02.547Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42252026-05-06T04:05:02.972Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42262026-05-06T04:05:03.201Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42272026-05-06T04:05:04.584Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42282026-05-06T04:05:05.266Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42292026-05-06T04:05:05.907Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302026-05-06T04:05:10.068Z Compiling samael v0.0.19
42312026-05-06T04:05:14.189Z Checking diesel-dtrace v0.5.0
42322026-05-06T04:05:14.396Z Checking async-bb8-diesel v0.2.1
42332026-05-06T04:05:15.289Z Compiling polar-core v0.27.3
42342026-05-06T04:05:19.686Z Checking oso v0.27.3
42352026-05-06T04:05:56.209Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42362026-05-06T04:06:29.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42372026-05-06T04:06:29.487Z
42382026-05-06T04:06:29.487Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42392026-05-06T04:06:30.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-05-06T04:06:30.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-05-06T04:06:30.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-05-06T04:06:30.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42432026-05-06T04:06:30.161Z
42442026-05-06T04:06:30.161Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42452026-05-06T04:06:30.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-06T04:06:30.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-06T04:06:30.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-05-06T04:06:30.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42492026-05-06T04:06:30.819Z
42502026-05-06T04:06:30.819Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42512026-05-06T04:06:31.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-06T04:06:31.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-06T04:06:31.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-05-06T04:06:31.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42552026-05-06T04:06:31.405Z
42562026-05-06T04:06:31.405Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42572026-05-06T04:06:31.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-06T04:06:31.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-06T04:06:32.271Z Compiling libz-sys v1.1.24
42602026-05-06T04:06:32.404Z Compiling libgit2-sys v0.18.3+1.9.2
42612026-05-06T04:06:32.414Z Compiling vergen-git2 v1.0.7
42622026-05-06T04:06:32.438Z Compiling rustls v0.21.12
42632026-05-06T04:06:32.441Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42642026-05-06T04:06:32.441Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42652026-05-06T04:06:32.443Z Checking sct v0.7.1
42662026-05-06T04:06:32.443Z Checking rustls-webpki v0.101.7
42672026-05-06T04:06:32.598Z Compiling nix v0.29.0
42682026-05-06T04:06:32.661Z Compiling dropshot v0.16.7
42692026-05-06T04:06:32.699Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42702026-05-06T04:06:32.735Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42712026-05-06T04:06:32.774Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42722026-05-06T04:06:32.916Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-05-06T04:06:32.931Z Checking toml v0.9.12+spec-1.1.0
42742026-05-06T04:06:32.945Z Compiling dropshot_endpoint v0.16.7
42752026-05-06T04:06:33.045Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42762026-05-06T04:06:33.222Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42772026-05-06T04:06:33.419Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42782026-05-06T04:06:33.504Z Checking rustls-pemfile v1.0.4
42792026-05-06T04:06:33.643Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42802026-05-06T04:06:33.819Z Checking twox-hash v2.1.2
42812026-05-06T04:06:33.855Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42822026-05-06T04:06:34.086Z Checking tokio-rustls v0.24.1
42832026-05-06T04:06:34.632Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42842026-05-06T04:06:34.738Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42852026-05-06T04:06:34.756Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42862026-05-06T04:06:35.309Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42872026-05-06T04:06:35.369Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42882026-05-06T04:06:35.425Z Checking fatfs v0.3.6
42892026-05-06T04:06:35.499Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42902026-05-06T04:06:35.516Z Compiling seq-macro v0.3.6
42912026-05-06T04:06:39.268Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42922026-05-06T04:06:39.393Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42932026-05-06T04:06:39.597Z Compiling git2 v0.20.4
42942026-05-06T04:06:41.821Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42952026-05-06T04:07:28.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.94s
42962026-05-06T04:07:28.576Z
42972026-05-06T04:07:28.576Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42982026-05-06T04:07:29.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-06T04:07:29.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-06T04:07:29.492Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43012026-05-06T04:08:08.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.64s
43022026-05-06T04:08:08.443Z
43032026-05-06T04:08:08.443Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43042026-05-06T04:08:08.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-06T04:08:08.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-06T04:08:08.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-06T04:08:08.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43082026-05-06T04:08:09.036Z
43092026-05-06T04:08:09.036Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43102026-05-06T04:08:09.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-06T04:08:09.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-06T04:08:09.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-06T04:08:09.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43142026-05-06T04:08:09.674Z
43152026-05-06T04:08:09.674Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43162026-05-06T04:08:10.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-06T04:08:10.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-06T04:08:10.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-05-06T04:08:10.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-05-06T04:08:10.333Z
43212026-05-06T04:08:10.333Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43222026-05-06T04:08:10.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-05-06T04:08:10.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-05-06T04:08:10.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-05-06T04:08:10.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-05-06T04:08:10.990Z
43272026-05-06T04:08:10.990Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43282026-05-06T04:08:11.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-05-06T04:08:11.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-05-06T04:08:11.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-05-06T04:08:11.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43322026-05-06T04:08:11.637Z
43332026-05-06T04:08:11.637Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43342026-05-06T04:08:12.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-05-06T04:08:12.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-05-06T04:08:12.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-05-06T04:08:12.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-05-06T04:08:12.300Z
43392026-05-06T04:08:12.300Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43402026-05-06T04:08:12.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-05-06T04:08:12.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-05-06T04:08:12.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43432026-05-06T04:08:12.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43442026-05-06T04:08:12.960Z
43452026-05-06T04:08:12.960Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43462026-05-06T04:08:13.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-06T04:08:13.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-06T04:08:13.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-06T04:08:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43502026-05-06T04:08:13.618Z
43512026-05-06T04:08:13.618Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43522026-05-06T04:08:14.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-06T04:08:14.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-06T04:08:14.514Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43552026-05-06T04:08:14.514Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43562026-05-06T04:08:14.703Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43572026-05-06T04:08:14.734Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43582026-05-06T04:08:14.754Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43592026-05-06T04:08:14.772Z Checking diff v0.1.13
43602026-05-06T04:08:14.775Z Checking yansi v1.0.1
43612026-05-06T04:08:14.775Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43622026-05-06T04:08:14.841Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43632026-05-06T04:08:15.037Z Checking pretty_assertions v1.4.1
43642026-05-06T04:08:15.689Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43652026-05-06T04:08:16.010Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43662026-05-06T04:08:39.522Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43672026-05-06T04:08:39.525Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43682026-05-06T04:08:39.525Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43692026-05-06T04:08:39.525Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43702026-05-06T04:08:39.525Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43712026-05-06T04:08:39.525Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43722026-05-06T04:08:40.362Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43732026-05-06T04:08:41.478Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43742026-05-06T04:09:19.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43752026-05-06T04:09:20.188Z
43762026-05-06T04:09:20.188Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43772026-05-06T04:09:20.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-05-06T04:09:20.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-05-06T04:09:20.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-05-06T04:09:20.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43812026-05-06T04:09:20.780Z
43822026-05-06T04:09:20.780Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43832026-05-06T04:09:21.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-05-06T04:09:21.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-05-06T04:09:21.563Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43862026-05-06T04:09:21.687Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43872026-05-06T04:09:21.694Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43882026-05-06T04:09:47.491Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43892026-05-06T04:09:47.884Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43902026-05-06T04:09:49.591Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43912026-05-06T04:09:50.052Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43922026-05-06T04:09:53.011Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43932026-05-06T04:10:15.627Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43942026-05-06T04:10:16.332Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43952026-05-06T04:10:17.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.18s
43962026-05-06T04:10:18.189Z
43972026-05-06T04:10:18.189Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43982026-05-06T04:10:18.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-05-06T04:10:18.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-05-06T04:10:18.910Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44012026-05-06T04:10:19.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44022026-05-06T04:10:19.811Z
44032026-05-06T04:10:19.811Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44042026-05-06T04:10:20.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-05-06T04:10:20.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-05-06T04:10:20.464Z Compiling blake3 v1.8.3
44072026-05-06T04:10:20.575Z Checking constant_time_eq v0.4.2
44082026-05-06T04:10:20.578Z Checking arrayvec v0.7.6
44092026-05-06T04:10:20.578Z Checking arrayref v0.3.9
44102026-05-06T04:10:20.594Z Checking topological-sort v0.2.2
44112026-05-06T04:10:20.597Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44122026-05-06T04:10:20.597Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44132026-05-06T04:10:20.597Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44142026-05-06T04:10:20.647Z Checking shell-words v1.1.1
44152026-05-06T04:10:21.356Z Checking omicron-zone-package v0.12.2
44162026-05-06T04:10:22.076Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44172026-05-06T04:10:22.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
44182026-05-06T04:10:23.083Z
44192026-05-06T04:10:23.083Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44202026-05-06T04:10:23.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-06T04:10:23.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-06T04:10:23.736Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44232026-05-06T04:10:24.059Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44242026-05-06T04:10:24.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44252026-05-06T04:10:24.652Z
44262026-05-06T04:10:24.652Zinfo: running `cargo check --bins` on schema (256/274)
44272026-05-06T04:10:25.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-05-06T04:10:25.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-05-06T04:10:25.378Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44302026-05-06T04:10:26.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44312026-05-06T04:10:26.274Z
44322026-05-06T04:10:26.274Zinfo: running `cargo check --bins` on xtask (257/274)
44332026-05-06T04:10:26.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44342026-05-06T04:10:26.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44352026-05-06T04:10:26.730Z Checking libc v0.2.185
44362026-05-06T04:10:26.811Z Checking serde v1.0.228
44372026-05-06T04:10:26.816Z Checking zerofrom v0.1.6
44382026-05-06T04:10:26.820Z Checking bitflags v2.11.0
44392026-05-06T04:10:26.828Z Checking smallvec v1.15.1
44402026-05-06T04:10:26.835Z Checking indexmap v2.14.0
44412026-05-06T04:10:26.845Z Checking serde_json v1.0.149
44422026-05-06T04:10:26.848Z Checking scroll v0.12.0
44432026-05-06T04:10:26.913Z Checking yoke v0.8.1
44442026-05-06T04:10:26.969Z Checking num-traits v0.2.19
44452026-05-06T04:10:27.002Z Checking thiserror v1.0.69
44462026-05-06T04:10:27.075Z Checking zerovec v0.11.5
44472026-05-06T04:10:27.075Z Checking zerotrie v0.2.3
44482026-05-06T04:10:27.099Z Checking log v0.4.29
44492026-05-06T04:10:27.109Z Checking errno v0.3.14
44502026-05-06T04:10:27.202Z Checking toml_datetime v0.6.11
44512026-05-06T04:10:27.247Z Checking rustix v1.1.3
44522026-05-06T04:10:27.252Z Checking serde_spanned v0.6.9
44532026-05-06T04:10:27.320Z Checking percent-encoding v2.3.2
44542026-05-06T04:10:27.368Z Checking zerocopy v0.7.35
44552026-05-06T04:10:27.378Z Checking goblin v0.8.2
44562026-05-06T04:10:27.381Z Checking toml_edit v0.22.27
44572026-05-06T04:10:27.456Z Checking form_urlencoded v1.2.2
44582026-05-06T04:10:27.470Z Checking getrandom v0.4.1
44592026-05-06T04:10:27.500Z Checking ordered-float v2.10.1
44602026-05-06T04:10:27.529Z Checking tinystr v0.8.2
44612026-05-06T04:10:27.584Z Checking potential_utf v0.1.4
44622026-05-06T04:10:27.600Z Checking thiserror v2.0.18
44632026-05-06T04:10:27.704Z Checking icu_locale_core v2.1.1
44642026-05-06T04:10:27.704Z Checking syn v2.0.117
44652026-05-06T04:10:27.724Z Checking icu_collections v2.1.1
44662026-05-06T04:10:27.724Z Checking serde-value v0.7.0
44672026-05-06T04:10:27.849Z Checking dtrace-parser v0.2.0
44682026-05-06T04:10:27.937Z Checking thread-id v4.2.2
44692026-05-06T04:10:28.019Z Checking once_cell v1.21.3
44702026-05-06T04:10:28.037Z Checking terminal_size v0.4.3
44712026-05-06T04:10:28.048Z Checking cargo-platform v0.2.0
44722026-05-06T04:10:28.087Z Checking memmap v0.7.0
44732026-05-06T04:10:28.173Z Checking clap_builder v4.5.60
44742026-05-06T04:10:28.195Z Checking tempfile v3.25.0
44752026-05-06T04:10:28.216Z Checking textwrap v0.16.2
44762026-05-06T04:10:28.247Z Checking fs-err v3.3.0
44772026-05-06T04:10:28.259Z Checking icu_provider v2.1.1
44782026-05-06T04:10:28.387Z Checking camino-tempfile v1.4.1
44792026-05-06T04:10:28.422Z Checking anyhow v1.0.102
44802026-05-06T04:10:28.432Z Checking tabled v0.15.0
44812026-05-06T04:10:28.479Z Checking toml v0.8.23
44822026-05-06T04:10:28.495Z Checking icu_properties v2.1.2
44832026-05-06T04:10:28.541Z Checking icu_normalizer v2.1.1
44842026-05-06T04:10:28.621Z Checking macaddr v1.0.1
44852026-05-06T04:10:28.803Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44862026-05-06T04:10:28.806Z Checking cargo_toml v0.21.0
44872026-05-06T04:10:29.268Z Checking dof v0.3.0
44882026-05-06T04:10:29.299Z Checking idna_adapter v1.2.1
44892026-05-06T04:10:29.384Z Checking clap v4.5.60
44902026-05-06T04:10:29.417Z Checking idna v1.1.0
44912026-05-06T04:10:29.542Z Checking usdt-impl v0.5.0
44922026-05-06T04:10:29.643Z Checking url v2.5.8
44932026-05-06T04:10:29.787Z Checking usdt v0.5.0
44942026-05-06T04:10:29.983Z Checking cargo-util-schemas v0.8.2
44952026-05-06T04:10:30.668Z Checking cargo_metadata v0.21.0
44962026-05-06T04:10:31.268Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44972026-05-06T04:10:31.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44982026-05-06T04:10:31.807Z
44992026-05-06T04:10:31.807Zinfo: running `cargo check --bins` on dnsadm (258/274)
45002026-05-06T04:10:32.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-05-06T04:10:32.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-05-06T04:10:32.462Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45032026-05-06T04:10:32.942Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45042026-05-06T04:10:33.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
45052026-05-06T04:10:33.532Z
45062026-05-06T04:10:33.532Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45072026-05-06T04:10:34.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-06T04:10:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-06T04:10:34.333Z Checking polyval v0.6.2
45102026-05-06T04:10:34.460Z Checking ctr v0.9.2
45112026-05-06T04:10:34.470Z Checking ssh-encoding v0.2.0
45122026-05-06T04:10:34.473Z Checking blowfish v0.9.1
45132026-05-06T04:10:34.490Z Checking password-hash v0.4.2
45142026-05-06T04:10:34.505Z Checking p521 v0.13.3
45152026-05-06T04:10:34.505Z Checking p256 v0.13.2
45162026-05-06T04:10:34.531Z Checking russh-cryptovec v0.7.3
45172026-05-06T04:10:34.600Z Checking ghash v0.5.1
45182026-05-06T04:10:34.613Z Checking bcrypt-pbkdf v0.10.0
45192026-05-06T04:10:34.616Z Checking md5 v0.7.0
45202026-05-06T04:10:34.647Z Checking num-bigint v0.4.6
45212026-05-06T04:10:34.656Z Checking des v0.8.1
45222026-05-06T04:10:34.701Z Checking pbkdf2 v0.11.0
45232026-05-06T04:10:34.716Z Checking aes-gcm v0.10.3
45242026-05-06T04:10:34.762Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45252026-05-06T04:10:34.777Z Checking hex-literal v0.4.1
45262026-05-06T04:10:34.789Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45272026-05-06T04:10:34.849Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45282026-05-06T04:10:34.870Z Checking socket2 v0.5.10
45292026-05-06T04:10:34.874Z Checking ssh-cipher v0.2.0
45302026-05-06T04:10:34.903Z Checking internet-checksum v0.2.1
45312026-05-06T04:10:35.050Z Checking ssh-key v0.6.7
45322026-05-06T04:10:35.152Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45332026-05-06T04:10:35.678Z Checking russh-keys v0.45.0
45342026-05-06T04:10:36.228Z Checking russh v0.45.0
45352026-05-06T04:10:51.096Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45362026-05-06T04:10:52.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.79s
45372026-05-06T04:10:52.549Z
45382026-05-06T04:10:52.549Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45392026-05-06T04:10:53.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-06T04:10:53.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-06T04:10:53.196Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45422026-05-06T04:10:53.304Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45432026-05-06T04:10:53.314Z Checking termios v0.3.3
45442026-05-06T04:10:54.536Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45452026-05-06T04:10:54.684Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45462026-05-06T04:10:56.476Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45472026-05-06T04:10:57.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
45482026-05-06T04:10:57.233Z
45492026-05-06T04:10:57.233Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45502026-05-06T04:10:57.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-05-06T04:10:57.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-05-06T04:10:57.948Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45532026-05-06T04:10:58.064Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45542026-05-06T04:10:58.073Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45552026-05-06T04:10:58.079Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45562026-05-06T04:10:58.088Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45572026-05-06T04:10:58.098Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45582026-05-06T04:10:58.812Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45592026-05-06T04:10:59.154Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45602026-05-06T04:10:59.162Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45612026-05-06T04:10:59.796Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45622026-05-06T04:11:01.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45632026-05-06T04:11:01.642Z
45642026-05-06T04:11:01.642Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45652026-05-06T04:11:02.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-05-06T04:11:02.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-05-06T04:11:06.344Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45682026-05-06T04:11:06.367Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45692026-05-06T04:11:06.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45702026-05-06T04:11:06.367Z
45712026-05-06T04:11:06.367Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45722026-05-06T04:11:06.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-06T04:11:06.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-06T04:11:06.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45752026-05-06T04:11:06.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45762026-05-06T04:11:06.367Z
45772026-05-06T04:11:06.367Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45782026-05-06T04:11:06.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-06T04:11:06.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-06T04:11:06.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-06T04:11:06.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45822026-05-06T04:11:06.373Z
45832026-05-06T04:11:06.373Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45842026-05-06T04:11:06.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-06T04:11:06.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-06T04:11:06.373Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45872026-05-06T04:11:06.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45882026-05-06T04:11:06.373Z
45892026-05-06T04:11:06.373Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45902026-05-06T04:11:06.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-06T04:11:06.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-06T04:11:06.633Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45932026-05-06T04:11:06.636Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45942026-05-06T04:11:06.885Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45952026-05-06T04:11:06.885Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45962026-05-06T04:11:07.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45972026-05-06T04:11:07.862Z
45982026-05-06T04:11:07.862Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45992026-05-06T04:11:08.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-06T04:11:08.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-06T04:11:08.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46022026-05-06T04:11:08.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46032026-05-06T04:11:08.454Z
46042026-05-06T04:11:08.454Zinfo: running `cargo check --bins` on omicron-package (268/274)
46052026-05-06T04:11:08.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46062026-05-06T04:11:08.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46072026-05-06T04:11:09.137Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46082026-05-06T04:11:10.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
46092026-05-06T04:11:10.408Z
46102026-05-06T04:11:10.408Zinfo: running `cargo check --bins` on tqdb (269/274)
46112026-05-06T04:11:10.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-06T04:11:10.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-06T04:11:11.201Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46142026-05-06T04:11:11.555Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46152026-05-06T04:11:12.069Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46162026-05-06T04:11:12.069Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46172026-05-06T04:11:17.853Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46182026-05-06T04:11:17.856Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46192026-05-06T04:11:18.419Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46202026-05-06T04:11:18.419Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46212026-05-06T04:11:18.423Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-06T04:11:18.423Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46232026-05-06T04:11:19.165Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46242026-05-06T04:11:20.169Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46252026-05-06T04:11:20.934Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46262026-05-06T04:11:21.547Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46272026-05-06T04:11:25.544Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46282026-05-06T04:11:31.932Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46292026-05-06T04:11:31.932Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46302026-05-06T04:11:31.935Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46312026-05-06T04:11:31.935Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46322026-05-06T04:11:33.400Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46332026-05-06T04:11:34.719Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46342026-05-06T04:11:35.399Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46352026-05-06T04:11:36.635Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46362026-05-06T04:11:37.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.77s
46372026-05-06T04:11:37.395Z
46382026-05-06T04:11:37.395Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46392026-05-06T04:11:37.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-05-06T04:11:37.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-05-06T04:11:38.104Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46422026-05-06T04:11:38.104Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46432026-05-06T04:11:38.107Z Checking rtoolbox v0.0.3
46442026-05-06T04:11:38.234Z Checking tui-tree-widget v0.23.1
46452026-05-06T04:11:38.331Z Checking rpassword v7.4.0
46462026-05-06T04:11:39.342Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46472026-05-06T04:11:42.350Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46482026-05-06T04:11:44.176Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46492026-05-06T04:11:45.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46502026-05-06T04:11:45.281Z
46512026-05-06T04:11:45.281Zinfo: running `cargo check --bins` on wicket (271/274)
46522026-05-06T04:11:45.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-05-06T04:11:45.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-05-06T04:11:45.977Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46552026-05-06T04:11:46.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46562026-05-06T04:11:46.550Z
46572026-05-06T04:11:46.550Zinfo: running `cargo check --bins` on wicketd (272/274)
46582026-05-06T04:11:47.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-06T04:11:47.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-06T04:11:47.272Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46612026-05-06T04:11:47.275Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46622026-05-06T04:11:47.275Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46632026-05-06T04:11:47.388Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46642026-05-06T04:11:48.269Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46652026-05-06T04:11:48.837Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46662026-05-06T04:11:51.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46672026-05-06T04:11:51.956Z
46682026-05-06T04:11:51.956Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46692026-05-06T04:11:52.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-05-06T04:11:52.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-05-06T04:11:52.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46722026-05-06T04:11:52.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46732026-05-06T04:11:52.538Z
46742026-05-06T04:11:52.538Zinfo: running `cargo check --bins` on zone-setup (274/274)
46752026-05-06T04:11:53.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-05-06T04:11:53.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-05-06T04:11:53.197Z Checking uzers v0.12.2
46782026-05-06T04:11:53.466Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46792026-05-06T04:11:54.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46802026-05-06T04:11:54.428Z
46812026-05-06T04:11:54.428Zreal 14:06.184599113
46822026-05-06T04:11:54.428Zuser 20:31.853934552
46832026-05-06T04:11:54.428Zsys 4:15.201889958
46842026-05-06T04:11:54.428Ztrap 0.319588817
46852026-05-06T04:11:54.428Ztflt 0.391387830
46862026-05-06T04:11:54.428Zdflt 1.012365762
46872026-05-06T04:11:54.428Zkflt 0.001492315
46882026-05-06T04:11:54.428Zlock 1:17:21.284840610
46892026-05-06T04:11:54.428Zslp 1:38:18.300048524
46902026-05-06T04:11:54.429Zlat 57.687185924
46912026-05-06T04:11:54.429Zstop 3:26.452239810
46922026-05-06T04:11:54.432Zprocess exited: duration 1021345 ms, exit code 0
 
46932026-05-06T04:11:54.468Zfound 0 output files