01KR2NHCM6Z6MSZ3T1J3SMDG68: check-features (helios)

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

Buildomat Job: 01KR2NHQY3NHH7GPEXDX63ZY7G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T02:10:20.635Zjob assigned to worker 01KR2NHYTVX4F1A617TAV7Y4YY [factory aws, i-099693c984f241630] (queued for 49 s)
 
22026-05-08T02:10:26.863Zstarting task 0: "setup"
32026-05-08T02:10:26.867Z++ uname -s
42026-05-08T02:10:26.870Z+ kern=SunOS
52026-05-08T02:10:26.870Z+ build_user=build
62026-05-08T02:10:26.870Z+ build_uid=12345
72026-05-08T02:10:26.870Z+ work_dir=/work
82026-05-08T02:10:26.870Z+ input_dir=/input
92026-05-08T02:10:26.870Z+ [[ 0 == 12345 ]]
102026-05-08T02:10:26.870Z+ case "$kern" in
112026-05-08T02:10:26.870Z+ groupadd -g 12345 build
122026-05-08T02:10:26.874Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T02:10:28.877Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T02:10:28.966Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T02:10:28.969Z+ home_fs=zfs
162026-05-08T02:10:28.969Z+ [[ zfs == autofs ]]
172026-05-08T02:10:28.969Z+ mkdir -p /home/build
182026-05-08T02:10:28.970Z+ chown build:build /home/build /work
192026-05-08T02:10:30.971Z+ chmod 0700 /home/build /work
202026-05-08T02:10:30.976Zprocess exited: duration 4112 ms, exit code 0
 
212026-05-08T02:10:30.986Zstarting task 1: "rust-toolchain"
222026-05-08T02:10:30.990Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T02:10:30.991Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T02:10:30.991Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T02:10:30.991Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T02:10:30.995Z * rust toolchain channel = "1.94.0"
272026-05-08T02:10:30.995Z * rust toolchain profile = "default"
282026-05-08T02:10:30.995Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T02:10:30.995Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T02:10:31.113Zinfo: downloading installer
312026-05-08T02:10:32.864Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T02:10:32.864Zwarn: /home/build/.rustup/settings.toml
332026-05-08T02:10:32.864Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T02:10:32.864Zwarn: instead of the one inferred from the default host triple.
352026-05-08T02:10:32.881Zinfo: profile set to default
362026-05-08T02:10:32.881Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T02:10:32.881Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T02:10:33.032Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T02:10:33.048Zinfo: downloading 6 components
402026-05-08T02:10:50.738Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T02:10:50.738Z
422026-05-08T02:10:50.767Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T02:10:50.767Z
442026-05-08T02:10:50.767Z
452026-05-08T02:10:50.767ZRust is installed now. Great!
462026-05-08T02:10:50.767Z
472026-05-08T02:10:50.767ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T02:10:50.767Zenvironment variable. This has not been done automatically.
492026-05-08T02:10:50.767Z
502026-05-08T02:10:50.767ZTo configure your current shell, you need to source
512026-05-08T02:10:50.767Zthe corresponding env file under $HOME/.cargo.
522026-05-08T02:10:50.768Z
532026-05-08T02:10:50.768ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T02:10:50.771Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T02:10:50.771Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T02:10:50.771Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T02:10:50.771Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T02:10:50.771Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T02:10:50.771Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T02:10:50.771Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T02:10:50.771Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T02:10:50.868Z+ rustup --version
632026-05-08T02:10:50.874Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T02:10:50.877Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T02:10:50.895Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T02:10:50.898Z+ cargo --version
672026-05-08T02:10:50.909Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T02:10:50.914Z+ rustc --version
692026-05-08T02:10:50.931Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T02:10:50.933Zprocess exited: duration 19946 ms, exit code 0
 
712026-05-08T02:10:50.941Zstarting task 2: "authentication"
722026-05-08T02:10:50.957Zprocess exited: duration 16 ms, exit code 0
 
732026-05-08T02:10:50.962Zstarting task 3: "clone repository"
742026-05-08T02:10:50.965Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T02:10:50.968Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T02:10:50.998ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T02:11:00.545Z+ cd /work/oxidecomputer/omicron
782026-05-08T02:11:00.545Z+ git fetch origin 9c029199589abe94fac9c56b10a8058d5116ae87
792026-05-08T02:11:00.830ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T02:11:00.831Z * branch 9c029199589abe94fac9c56b10a8058d5116ae87 -> FETCH_HEAD
812026-05-08T02:11:00.840Z+ [[ -n zl/opte-version-override ]]
822026-05-08T02:11:00.844Z++ git branch --show-current
832026-05-08T02:11:00.844Z+ current=main
842026-05-08T02:11:00.844Z+ [[ main != zl/opte-version-override ]]
852026-05-08T02:11:00.844Z+ git branch -f zl/opte-version-override 9c029199589abe94fac9c56b10a8058d5116ae87
862026-05-08T02:11:00.847Z+ git checkout -f zl/opte-version-override
872026-05-08T02:11:01.075ZSwitched to branch 'zl/opte-version-override'
882026-05-08T02:11:01.079Z+ git reset --hard 9c029199589abe94fac9c56b10a8058d5116ae87
892026-05-08T02:11:01.309ZHEAD is now at 9c0291995 merge main
902026-05-08T02:11:01.311Zprocess exited: duration 10348 ms, exit code 0
 
912026-05-08T02:11:01.318Zstarting task 4: "build"
922026-05-08T02:11:01.322Z+ source .github/buildomat/ci-env.sh
932026-05-08T02:11:01.322Z++ export CARGO_TERM_COLOR=always
942026-05-08T02:11:01.322Z++ CARGO_TERM_COLOR=always
952026-05-08T02:11:01.322Z+ cargo --version
962026-05-08T02:11:01.333Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T02:11:01.336Z+ rustc --version
982026-05-08T02:11:01.356Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T02:11:01.359Z+ source ./env.sh
1002026-05-08T02:11:01.360Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T02:11:01.360Z++ set -o xtrace
1022026-05-08T02:11:01.363Z++++ dirname ./env.sh
1032026-05-08T02:11:01.363Z+++ readlink -f .
1042026-05-08T02:11:01.366Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T02:11:01.366Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-08T02:11:01.366Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-08T02:11:01.366Z++ 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
1082026-05-08T02:11:01.366Z++ 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
1092026-05-08T02:11:01.367Z++ 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
1102026-05-08T02:11:01.367Z++ 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
1112026-05-08T02:11:01.367Z++ 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
1122026-05-08T02:11:01.367Z++ 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
1132026-05-08T02:11:01.367Z++ case $OLD_SHELL_OPTS in
1142026-05-08T02:11:01.367Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T02:11:01.367Z+ 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
1162026-05-08T02:11:01.367Z+ 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
1172026-05-08T02:11:01.367Z+ banner prerequisites
1182026-05-08T02:11:01.389Z
1192026-05-08T02:11:01.389Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T02:11:01.389Z # # # # # # # # # # # # # # #
1212026-05-08T02:11:01.389Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T02:11:01.389Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T02:11:01.389Z # # # # # # # # # # # # # # #
1242026-05-08T02:11:01.389Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T02:11:01.389Z
1262026-05-08T02:11:01.390Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T02:11:02.675Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T02:11:02.786ZPlanning: Solver setup ... Done (0.096s)
1292026-05-08T02:11:02.793ZPlanning: Running solver ... Done (0.008s)
1302026-05-08T02:11:02.798ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-08T02:11:02.801ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-08T02:11:02.822ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-08T02:11:02.833ZPlanning: Package planning ... Done (0.013s)
1342026-05-08T02:11:02.836ZPlanning: Merging actions ... Done (0.001s)
1352026-05-08T02:11:03.019ZPlanning: Checking for conflicting actions ... Done (0.184s)
1362026-05-08T02:11:03.022ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-08T02:11:03.833ZPlanning: Evaluating mediators ... Done (0.812s)
1382026-05-08T02:11:03.837ZPlanning: Planning completed in 1.16 seconds
1392026-05-08T02:11:03.845Z Packages to install: 2
1402026-05-08T02:11:03.848Z Estimated space available: 156.08 GB
1412026-05-08T02:11:03.848ZEstimated space to be consumed: 15.55 MB
1422026-05-08T02:11:03.848Z Create boot environment: No
1432026-05-08T02:11:03.849ZCreate backup boot environment: No
1442026-05-08T02:11:03.849Z Rebuild boot archive: No
1452026-05-08T02:11:03.849Z
1462026-05-08T02:11:03.849ZChanged packages:
1472026-05-08T02:11:03.849Zhelios
1482026-05-08T02:11:03.849Z developer/build-essential
1492026-05-08T02:11:03.849Z None -> 11-3.0
1502026-05-08T02:11:03.849Z library/libxmlsec1
1512026-05-08T02:11:03.849Z None -> 1.2.35-3.0
1522026-05-08T02:11:03.865Z
1532026-05-08T02:11:03.865ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-08T02:11:04.394ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1552026-05-08T02:11:04.469Z Actions: 1/268 actions (Installing new actions)
1562026-05-08T02:11:04.507Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-08T02:11:04.514ZFinalize: Updating package state database ... Done (0.006s)
1582026-05-08T02:11:04.514ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-08T02:11:04.523ZFinalize: Updating image state ... Done (0.009s)
1602026-05-08T02:11:06.915ZFinalize: Creating fast lookup database ... Done (2.371s)
1612026-05-08T02:11:06.976ZFinalize: Reading search index ... Done (0.012s)
1622026-05-08T02:11:06.979ZFinalize: Updating search index ... Done (0.000s)
1632026-05-08T02:11:07.075ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-08T02:11:07.359ZPlanning: Evaluating mediator changes ... Done
1652026-05-08T02:11:07.463ZPlanning: Checking for conflicting actions ... Done
1662026-05-08T02:11:07.467ZPlanning: Consolidating action changes ... Done
1672026-05-08T02:11:07.620ZPlanning: Evaluating mediators ... Done
1682026-05-08T02:11:07.623ZPlanning: Planning completed in 0.26 seconds
1692026-05-08T02:11:07.644Z Mediators to change: 2
1702026-05-08T02:11:07.644Z Create boot environment: No
1712026-05-08T02:11:07.644ZCreate backup boot environment: No
1722026-05-08T02:11:07.708ZFinalize: Updating package state database ... Done
1732026-05-08T02:11:07.708ZFinalize: Updating package cache ... Done
1742026-05-08T02:11:07.714ZFinalize: Updating image state ... Done
1752026-05-08T02:11:09.651ZFinalize: Creating fast lookup database ... Done
1762026-05-08T02:11:09.710ZFinalize: Reading search index ... Done
1772026-05-08T02:11:09.713ZFinalize: Updating search index ... Done
1782026-05-08T02:11:09.802ZFinalize: Updating package cache ... Done
1792026-05-08T02:11:10.086ZPlanning: Evaluating mediator changes ... Done
1802026-05-08T02:11:10.190ZPlanning: Checking for conflicting actions ... Done
1812026-05-08T02:11:10.193ZPlanning: Consolidating action changes ... Done
1822026-05-08T02:11:10.349ZPlanning: Evaluating mediators ... Done
1832026-05-08T02:11:10.352ZPlanning: Planning completed in 0.26 seconds
1842026-05-08T02:11:10.372Z Mediators to change: 1
1852026-05-08T02:11:10.372Z Create boot environment: No
1862026-05-08T02:11:10.372ZCreate backup boot environment: No
1872026-05-08T02:11:10.426ZFinalize: Updating package state database ... Done
1882026-05-08T02:11:10.426ZFinalize: Updating package cache ... Done
1892026-05-08T02:11:10.432ZFinalize: Updating image state ... Done
1902026-05-08T02:11:12.385ZFinalize: Creating fast lookup database ... Done
1912026-05-08T02:11:12.446ZFinalize: Reading search index ... Done
1922026-05-08T02:11:12.449ZFinalize: Updating search index ... Done
1932026-05-08T02:11:12.526ZFinalize: Updating package cache ... Done
1942026-05-08T02:11:12.838ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-08T02:11:12.838Zapache system 2.4 system
1962026-05-08T02:11:12.838Zclang system 15 system
1972026-05-08T02:11:12.838Zcsh system system illumos
1982026-05-08T02:11:12.838Zctags system system illumos
1992026-05-08T02:11:12.838Zfile vendor vendor darwinsys
2002026-05-08T02:11:12.838Zfile system system illumos
2012026-05-08T02:11:12.838Zgcc vendor 14 vendor
2022026-05-08T02:11:12.838Zgcc system 13 system
2032026-05-08T02:11:12.838Zgcc system 10 system
2042026-05-08T02:11:12.838Zgo system 1.25 system
2052026-05-08T02:11:12.838Zllvm system 15 system
2062026-05-08T02:11:12.838Zmariadb system 11.4 system
2072026-05-08T02:11:12.838Zmta vendor vendor dma
2082026-05-08T02:11:12.838Zopenjdk system 17 system
2092026-05-08T02:11:12.838Zopenjdk system 11 system
2102026-05-08T02:11:12.838Zopenssl vendor 3 vendor
2112026-05-08T02:11:12.838Zperl system 5.40 system
2122026-05-08T02:11:12.838Zpostgresql system 18 system
2132026-05-08T02:11:12.838Zpostgresql system 17 system
2142026-05-08T02:11:12.839Zpython vendor 3 vendor
2152026-05-08T02:11:12.839Zpython system 2 system
2162026-05-08T02:11:12.839Zpython3 vendor 3.13 vendor
2172026-05-08T02:11:12.839Zruby system 3.4 system
2182026-05-08T02:11:12.839Zruby system 3.0 system
2192026-05-08T02:11:12.839Zwords vendor vendor american-english
2202026-05-08T02:11:12.839Zwords system system australian-english
2212026-05-08T02:11:12.839Zwords system system british-english
2222026-05-08T02:11:12.839Zwords system system canadian-english
2232026-05-08T02:11:12.839Zwords system system french
2242026-05-08T02:11:12.839Zwords system system italian
2252026-05-08T02:11:12.839Zwords system system ngerman
2262026-05-08T02:11:12.839Zwords system system ogerman
2272026-05-08T02:11:12.839Zwords system system spanish
2282026-05-08T02:11:13.089ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-08T02:11:13.089Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-08T02:11:13.345ZFMRI IFO
2312026-05-08T02:11:13.345Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-08T02:11:13.345Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-08T02:11:13.345Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-08T02:11:13.345Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-08T02:11:13.345Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-08T02:11:13.345Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-08T02:11:13.345Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-08T02:11:13.345Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-08T02:11:13.345Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-08T02:11:13.562Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-08T02:11:13.809Z Updating crates.io index
2422026-05-08T02:11:13.813Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-08T02:11:14.116Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-08T02:11:15.013Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-08T02:11:15.450Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-08T02:11:16.555Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-08T02:11:17.100Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-08T02:11:18.445Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-08T02:11:19.174Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-08T02:11:19.624Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-08T02:11:20.672Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-08T02:11:21.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-08T02:11:21.664Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-08T02:11:21.989Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-08T02:11:23.071Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-08T02:11:23.537Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-08T02:11:23.842Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-08T02:11:24.168Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-08T02:11:24.554Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-08T02:11:24.850Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-08T02:11:25.114Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-08T02:11:25.341Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-08T02:11:25.725Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-08T02:11:26.078Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-08T02:11:26.669Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-08T02:11:27.089Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-08T02:11:27.375Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-08T02:11:27.648Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-08T02:11:28.849Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-08T02:11:29.828Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-08T02:11:30.270Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-08T02:11:30.535Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-08T02:11:30.916Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-08T02:11:31.255Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-08T02:11:31.593Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-08T02:11:32.216Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-08T02:11:32.474Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-08T02:11:32.695Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-08T02:11:33.060Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-08T02:11:44.968Z Downloading crates ...
2812026-05-08T02:11:45.019Z Downloaded fnv v1.0.7
2822026-05-08T02:11:45.030Z Downloaded anstyle v1.0.13
2832026-05-08T02:11:45.033Z Downloaded anstream v0.6.21
2842026-05-08T02:11:45.033Z Downloaded tabled_derive v0.7.0
2852026-05-08T02:11:45.036Z Downloaded erased-serde v0.4.9
2862026-05-08T02:11:45.039Z Downloaded bitflags v2.11.0
2872026-05-08T02:11:45.042Z Downloaded proc-macro-error v1.0.4
2882026-05-08T02:11:45.045Z Downloaded fastrand v2.3.0
2892026-05-08T02:11:45.045Z Downloaded icu_normalizer v2.1.1
2902026-05-08T02:11:45.048Z Downloaded zmij v1.0.21
2912026-05-08T02:11:45.051Z Downloaded pest_derive v2.8.6
2922026-05-08T02:11:45.052Z Downloaded serde v1.0.228
2932026-05-08T02:11:45.054Z Downloaded version_check v0.9.5
2942026-05-08T02:11:45.054Z Downloaded unicode-xid v0.2.6
2952026-05-08T02:11:45.057Z Downloaded usdt-attr-macro v0.5.0
2962026-05-08T02:11:45.057Z Downloaded toml_edit v0.22.27
2972026-05-08T02:11:45.061Z Downloaded utf8_iter v1.0.4
2982026-05-08T02:11:45.061Z Downloaded unicode-linebreak v0.1.5
2992026-05-08T02:11:45.062Z Downloaded typeid v1.0.3
3002026-05-08T02:11:45.062Z Downloaded crypto-common v0.1.7
3012026-05-08T02:11:45.062Z Downloaded clap_lex v1.0.0
3022026-05-08T02:11:45.066Z Downloaded cargo_toml v0.21.0
3032026-05-08T02:11:45.066Z Downloaded utf8parse v0.2.2
3042026-05-08T02:11:45.066Z Downloaded toml_datetime v0.6.11
3052026-05-08T02:11:45.066Z Downloaded cpufeatures v0.2.17
3062026-05-08T02:11:45.069Z Downloaded thiserror v1.0.69
3072026-05-08T02:11:45.074Z Downloaded usdt v0.5.0
3082026-05-08T02:11:45.074Z Downloaded heck v0.4.1
3092026-05-08T02:11:45.074Z Downloaded errno v0.3.14
3102026-05-08T02:11:45.077Z Downloaded cfg-if v1.0.4
3112026-05-08T02:11:45.077Z Downloaded memchr v2.8.0
3122026-05-08T02:11:45.080Z Downloaded toml_write v0.1.2
3132026-05-08T02:11:45.083Z Downloaded colorchoice v1.0.4
3142026-05-08T02:11:45.083Z Downloaded zerofrom v0.1.6
3152026-05-08T02:11:45.083Z Downloaded bytecount v0.6.9
3162026-05-08T02:11:45.083Z Downloaded yoke-derive v0.8.1
3172026-05-08T02:11:45.085Z Downloaded usdt-impl v0.5.0
3182026-05-08T02:11:45.089Z Downloaded heck v0.5.0
3192026-05-08T02:11:45.091Z Downloaded thread-id v4.2.2
3202026-05-08T02:11:45.091Z Downloaded zerofrom-derive v0.1.6
3212026-05-08T02:11:45.091Z Downloaded thiserror-impl v2.0.18
3222026-05-08T02:11:45.094Z Downloaded equivalent v1.0.2
3232026-05-08T02:11:45.094Z Downloaded usdt-macro v0.5.0
3242026-05-08T02:11:45.094Z Downloaded clap_derive v4.5.55
3252026-05-08T02:11:45.097Z Downloaded zerovec-derive v0.11.2
3262026-05-08T02:11:45.097Z Downloaded zerocopy-derive v0.7.35
3272026-05-08T02:11:45.099Z Downloaded cargo_metadata v0.21.0
3282026-05-08T02:11:45.100Z Downloaded thiserror v2.0.18
3292026-05-08T02:11:45.102Z Downloaded writeable v0.6.2
3302026-05-08T02:11:45.105Z Downloaded clap v4.5.60
3312026-05-08T02:11:45.108Z Downloaded yoke v0.8.1
3322026-05-08T02:11:45.111Z Downloaded thiserror-impl v1.0.69
3332026-05-08T02:11:45.111Z Downloaded plain v0.2.3
3342026-05-08T02:11:45.111Z Downloaded anstyle-query v1.1.5
3352026-05-08T02:11:45.114Z Downloaded generic-array v0.14.7
3362026-05-08T02:11:45.114Z Downloaded cargo-platform v0.2.0
3372026-05-08T02:11:45.114Z Downloaded ucd-trie v0.1.7
3382026-05-08T02:11:45.116Z Downloaded toml v0.8.23
3392026-05-08T02:11:45.116Z Downloaded camino-tempfile v1.4.1
3402026-05-08T02:11:45.122Z Downloaded itoa v1.0.17
3412026-05-08T02:11:45.125Z Downloaded textwrap v0.16.2
3422026-05-08T02:11:45.125Z Downloaded form_urlencoded v1.2.2
3432026-05-08T02:11:45.125Z Downloaded swrite v0.1.0
3442026-05-08T02:11:45.128Z Downloaded macaddr v1.0.1
3452026-05-08T02:11:45.128Z Downloaded is_terminal_polyfill v1.70.2
3462026-05-08T02:11:45.128Z Downloaded dtrace-parser v0.2.0
3472026-05-08T02:11:45.131Z Downloaded typenum v1.19.0
3482026-05-08T02:11:45.134Z Downloaded strsim v0.11.1
3492026-05-08T02:11:45.134Z Downloaded smawk v0.3.2
3502026-05-08T02:11:45.136Z Downloaded tinystr v0.8.2
3512026-05-08T02:11:45.136Z Downloaded terminal_size v0.4.3
3522026-05-08T02:11:45.136Z Downloaded block-buffer v0.10.4
3532026-05-08T02:11:45.139Z Downloaded url v2.5.8
3542026-05-08T02:11:45.142Z Downloaded quote v1.0.45
3552026-05-08T02:11:45.145Z Downloaded unicode-ident v1.0.24
3562026-05-08T02:11:45.148Z Downloaded pretty-hex v0.4.1
3572026-05-08T02:11:45.151Z Downloaded zerotrie v0.2.3
3582026-05-08T02:11:45.153Z Downloaded dof v0.3.0
3592026-05-08T02:11:45.153Z Downloaded serde_spanned v0.6.9
3602026-05-08T02:11:45.156Z Downloaded scroll_derive v0.12.1
3612026-05-08T02:11:45.156Z Downloaded serde-value v0.7.0
3622026-05-08T02:11:45.159Z Downloaded idna_adapter v1.2.1
3632026-05-08T02:11:45.165Z Downloaded ordered-float v2.10.1
3642026-05-08T02:11:45.167Z Downloaded memmap v0.7.0
3652026-05-08T02:11:45.167Z Downloaded zerovec v0.11.5
3662026-05-08T02:11:45.170Z Downloaded stable_deref_trait v1.2.1
3672026-05-08T02:11:45.170Z Downloaded proc-macro-error-attr v1.0.4
3682026-05-08T02:11:45.173Z Downloaded zerocopy v0.7.35
3692026-05-08T02:11:45.179Z Downloaded potential_utf v0.1.4
3702026-05-08T02:11:45.182Z Downloaded icu_normalizer_data v2.1.1
3712026-05-08T02:11:45.182Z Downloaded icu_locale_core v2.1.1
3722026-05-08T02:11:45.185Z Downloaded winnow v0.7.14
3732026-05-08T02:11:45.189Z Downloaded fs-err v3.3.0
3742026-05-08T02:11:45.193Z Downloaded byteorder v1.5.0
3752026-05-08T02:11:45.193Z Downloaded serde-untagged v0.1.9
3762026-05-08T02:11:45.193Z Downloaded autocfg v1.5.0
3772026-05-08T02:11:45.202Z Downloaded unicode-width v0.2.0
3782026-05-08T02:11:45.202Z Downloaded anstyle-parse v0.2.7
3792026-05-08T02:11:45.203Z Downloaded unicode-width v0.1.14
3802026-05-08T02:11:45.203Z Downloaded percent-encoding v2.3.2
3812026-05-08T02:11:45.203Z Downloaded sha2 v0.10.9
3822026-05-08T02:11:45.221Z Downloaded scroll v0.12.0
3832026-05-08T02:11:45.221Z Downloaded serde_tokenstream v0.2.3
3842026-05-08T02:11:45.221Z Downloaded displaydoc v0.2.5
3852026-05-08T02:11:45.222Z Downloaded cargo-util-schemas v0.8.2
3862026-05-08T02:11:45.223Z Downloaded semver v1.0.28
3872026-05-08T02:11:45.223Z Downloaded digest v0.10.7
3882026-05-08T02:11:45.223Z Downloaded camino v1.2.2
3892026-05-08T02:11:45.223Z Downloaded anyhow v1.0.102
3902026-05-08T02:11:45.227Z Downloaded once_cell v1.21.3
3912026-05-08T02:11:45.227Z Downloaded litemap v0.8.1
3922026-05-08T02:11:45.227Z Downloaded getrandom v0.4.1
3932026-05-08T02:11:45.227Z Downloaded pest_generator v2.8.6
3942026-05-08T02:11:45.234Z Downloaded smallvec v1.15.1
3952026-05-08T02:11:45.240Z Downloaded tempfile v3.25.0
3962026-05-08T02:11:45.246Z Downloaded synstructure v0.13.2
3972026-05-08T02:11:45.246Z Downloaded icu_properties v2.1.2
3982026-05-08T02:11:45.246Z Downloaded serde_derive v1.0.228
3992026-05-08T02:11:45.271Z Downloaded log v0.4.29
4002026-05-08T02:11:45.283Z Downloaded proc-macro2 v1.0.106
4012026-05-08T02:11:45.283Z Downloaded icu_provider v2.1.1
4022026-05-08T02:11:45.283Z Downloaded papergrid v0.11.0
4032026-05-08T02:11:45.300Z Downloaded num-traits v0.2.19
4042026-05-08T02:11:45.300Z Downloaded pest_meta v2.8.6
4052026-05-08T02:11:45.300Z Downloaded serde_core v1.0.228
4062026-05-08T02:11:45.300Z Downloaded icu_collections v2.1.1
4072026-05-08T02:11:45.315Z Downloaded indexmap v2.14.0
4082026-05-08T02:11:45.320Z Downloaded clap_builder v4.5.60
4092026-05-08T02:11:45.326Z Downloaded hashbrown v0.17.0
4102026-05-08T02:11:45.348Z Downloaded goblin v0.8.2
4112026-05-08T02:11:45.348Z Downloaded icu_properties_data v2.1.2
4122026-05-08T02:11:45.349Z Downloaded idna v1.1.0
4132026-05-08T02:11:45.362Z Downloaded serde_json v1.0.149
4142026-05-08T02:11:45.362Z Downloaded pest v2.8.6
4152026-05-08T02:11:45.375Z Downloaded tabled v0.15.0
4162026-05-08T02:11:45.381Z Downloaded syn v1.0.109
4172026-05-08T02:11:45.398Z Downloaded syn v2.0.117
4182026-05-08T02:11:45.411Z Downloaded rustix v1.1.3
4192026-05-08T02:11:45.455Z Downloaded libc v0.2.185
4202026-05-08T02:11:45.515Z Compiling proc-macro2 v1.0.106
4212026-05-08T02:11:45.515Z Compiling unicode-ident v1.0.24
4222026-05-08T02:11:45.515Z Compiling quote v1.0.45
4232026-05-08T02:11:45.539Z Compiling serde_core v1.0.228
4242026-05-08T02:11:45.539Z Compiling libc v0.2.185
4252026-05-08T02:11:45.539Z Compiling version_check v0.9.5
4262026-05-08T02:11:45.539Z Compiling memchr v2.8.0
4272026-05-08T02:11:45.539Z Compiling stable_deref_trait v1.2.1
4282026-05-08T02:11:45.839Z Compiling serde v1.0.228
4292026-05-08T02:11:45.860Z Compiling zmij v1.0.21
4302026-05-08T02:11:46.034Z Compiling autocfg v1.5.0
4312026-05-08T02:11:46.149Z Compiling thiserror v1.0.69
4322026-05-08T02:11:46.188Z Compiling itoa v1.0.17
4332026-05-08T02:11:46.367Z Compiling ucd-trie v0.1.7
4342026-05-08T02:11:46.419Z Compiling litemap v0.8.1
4352026-05-08T02:11:46.446Z Compiling writeable v0.6.2
4362026-05-08T02:11:46.536Z Compiling pest v2.8.6
4372026-05-08T02:11:46.609Z Compiling rustix v1.1.3
4382026-05-08T02:11:46.626Z Compiling icu_properties_data v2.1.2
4392026-05-08T02:11:46.629Z Compiling icu_normalizer_data v2.1.1
4402026-05-08T02:11:46.827Z Compiling byteorder v1.5.0
4412026-05-08T02:11:46.977Z Compiling syn v2.0.117
4422026-05-08T02:11:47.083Z Compiling errno v0.3.14
4432026-05-08T02:11:47.099Z Compiling bitflags v2.11.0
4442026-05-08T02:11:47.114Z Compiling serde_json v1.0.149
4452026-05-08T02:11:47.316Z Compiling num-traits v0.2.19
4462026-05-08T02:11:47.333Z Compiling hashbrown v0.17.0
4472026-05-08T02:11:47.366Z Compiling equivalent v1.0.2
4482026-05-08T02:11:47.455Z Compiling smallvec v1.15.1
4492026-05-08T02:11:47.710Z Compiling pest_meta v2.8.6
4502026-05-08T02:11:47.752Z Compiling typeid v1.0.3
4512026-05-08T02:11:47.946Z Compiling indexmap v2.14.0
4522026-05-08T02:11:47.962Z Compiling thread-id v4.2.2
4532026-05-08T02:11:48.019Z Compiling proc-macro-error-attr v1.0.4
4542026-05-08T02:11:48.047Z Compiling usdt-impl v0.5.0
4552026-05-08T02:11:48.066Z Compiling syn v1.0.109
4562026-05-08T02:11:48.212Z Compiling toml_write v0.1.2
4572026-05-08T02:11:48.263Z Compiling erased-serde v0.4.9
4582026-05-08T02:11:48.424Z Compiling winnow v0.7.14
4592026-05-08T02:11:48.604Z Compiling proc-macro-error v1.0.4
4602026-05-08T02:11:48.681Z Compiling camino v1.2.2
4612026-05-08T02:11:48.807Z Compiling utf8parse v0.2.2
4622026-05-08T02:11:48.927Z Compiling thiserror v2.0.18
4632026-05-08T02:11:49.008Z Compiling utf8_iter v1.0.4
4642026-05-08T02:11:49.166Z Compiling log v0.4.29
4652026-05-08T02:11:49.220Z Compiling plain v0.2.3
4662026-05-08T02:11:49.264Z Compiling percent-encoding v2.3.2
4672026-05-08T02:11:49.334Z Compiling getrandom v0.4.1
4682026-05-08T02:11:49.378Z Compiling ordered-float v2.10.1
4692026-05-08T02:11:49.420Z Compiling form_urlencoded v1.2.2
4702026-05-08T02:11:49.508Z Compiling anstyle-parse v0.2.7
4712026-05-08T02:11:49.600Z Compiling synstructure v0.13.2
4722026-05-08T02:11:49.639Z Compiling pest_generator v2.8.6
4732026-05-08T02:11:49.726Z Compiling terminal_size v0.4.3
4742026-05-08T02:11:49.965Z Compiling cfg-if v1.0.4
4752026-05-08T02:11:50.047Z Compiling anstyle-query v1.1.5
4762026-05-08T02:11:50.080Z Compiling colorchoice v1.0.4
4772026-05-08T02:11:50.105Z Compiling pretty-hex v0.4.1
4782026-05-08T02:11:50.124Z Compiling is_terminal_polyfill v1.70.2
4792026-05-08T02:11:50.160Z Compiling anstyle v1.0.13
4802026-05-08T02:11:50.208Z Compiling serde-untagged v0.1.9
4812026-05-08T02:11:50.291Z Compiling semver v1.0.28
4822026-05-08T02:11:50.341Z Compiling anstream v0.6.21
4832026-05-08T02:11:50.396Z Compiling fs-err v3.3.0
4842026-05-08T02:11:50.443Z Compiling anyhow v1.0.102
4852026-05-08T02:11:50.582Z Compiling strsim v0.11.1
4862026-05-08T02:11:50.610Z Compiling fnv v1.0.7
4872026-05-08T02:11:50.627Z Compiling unicode-width v0.1.14
4882026-05-08T02:11:50.643Z Compiling fastrand v2.3.0
4892026-05-08T02:11:50.713Z Compiling heck v0.4.1
4902026-05-08T02:11:50.753Z Compiling bytecount v0.6.9
4912026-05-08T02:11:50.892Z Compiling heck v0.5.0
4922026-05-08T02:11:50.925Z Compiling clap_lex v1.0.0
4932026-05-08T02:11:50.928Z Compiling unicode-xid v0.2.6
4942026-05-08T02:11:50.958Z Compiling once_cell v1.21.3
4952026-05-08T02:11:51.066Z Compiling papergrid v0.11.0
4962026-05-08T02:11:51.139Z Compiling tempfile v3.25.0
4972026-05-08T02:11:51.159Z Compiling clap_builder v4.5.60
4982026-05-08T02:11:51.274Z Compiling serde_derive v1.0.228
4992026-05-08T02:11:51.296Z Compiling zerofrom-derive v0.1.6
5002026-05-08T02:11:51.388Z Compiling yoke-derive v0.8.1
5012026-05-08T02:11:51.507Z Compiling zerovec-derive v0.11.2
5022026-05-08T02:11:51.727Z Compiling displaydoc v0.2.5
5032026-05-08T02:11:52.458Z Compiling thiserror-impl v1.0.69
5042026-05-08T02:11:52.532Z Compiling zerocopy-derive v0.7.35
5052026-05-08T02:11:52.535Z Compiling pest_derive v2.8.6
5062026-05-08T02:11:52.641Z Compiling scroll_derive v0.12.1
5072026-05-08T02:11:52.688Z Compiling zerofrom v0.1.6
5082026-05-08T02:11:52.831Z Compiling yoke v0.8.1
5092026-05-08T02:11:52.966Z Compiling thiserror-impl v2.0.18
5102026-05-08T02:11:53.031Z Compiling zerovec v0.11.5
5112026-05-08T02:11:53.309Z Compiling zerotrie v0.2.3
5122026-05-08T02:11:53.415Z Compiling zerocopy v0.7.35
5132026-05-08T02:11:53.542Z Compiling tinystr v0.8.2
5142026-05-08T02:11:53.615Z Compiling potential_utf v0.1.4
5152026-05-08T02:11:53.771Z Compiling icu_locale_core v2.1.1
5162026-05-08T02:11:53.787Z Compiling icu_collections v2.1.1
5172026-05-08T02:11:53.867Z Compiling dtrace-parser v0.2.0
5182026-05-08T02:11:53.969Z Compiling scroll v0.12.0
5192026-05-08T02:11:54.193Z Compiling tabled_derive v0.7.0
5202026-05-08T02:11:54.273Z Compiling goblin v0.8.2
5212026-05-08T02:11:54.290Z Compiling clap_derive v4.5.55
5222026-05-08T02:11:54.431Z Compiling icu_provider v2.1.1
5232026-05-08T02:11:54.614Z Compiling memmap v0.7.0
5242026-05-08T02:11:54.659Z Compiling icu_properties v2.1.2
5252026-05-08T02:11:54.729Z Compiling icu_normalizer v2.1.1
5262026-05-08T02:11:54.733Z Compiling toml_datetime v0.6.11
5272026-05-08T02:11:54.761Z Compiling serde_spanned v0.6.9
5282026-05-08T02:11:54.792Z Compiling dof v0.3.0
5292026-05-08T02:11:54.909Z Compiling serde_tokenstream v0.2.3
5302026-05-08T02:11:55.003Z Compiling toml_edit v0.22.27
5312026-05-08T02:11:55.181Z Compiling serde-value v0.7.0
5322026-05-08T02:11:55.225Z Compiling cargo-platform v0.2.0
5332026-05-08T02:11:55.260Z Compiling smawk v0.3.2
5342026-05-08T02:11:55.402Z Compiling unicode-linebreak v0.1.5
5352026-05-08T02:11:55.501Z Compiling idna_adapter v1.2.1
5362026-05-08T02:11:55.541Z Compiling unicode-width v0.2.0
5372026-05-08T02:11:55.645Z Compiling idna v1.1.0
5382026-05-08T02:11:55.662Z Compiling tabled v0.15.0
5392026-05-08T02:11:55.715Z Compiling usdt-attr-macro v0.5.0
5402026-05-08T02:11:55.732Z Compiling usdt-macro v0.5.0
5412026-05-08T02:11:55.814Z Compiling textwrap v0.16.2
5422026-05-08T02:11:56.040Z Compiling url v2.5.8
5432026-05-08T02:11:56.278Z Compiling clap v4.5.60
5442026-05-08T02:11:56.295Z Compiling macaddr v1.0.1
5452026-05-08T02:11:56.364Z Compiling toml v0.8.23
5462026-05-08T02:11:56.381Z Compiling camino-tempfile v1.4.1
5472026-05-08T02:11:56.689Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-08T02:11:56.792Z Compiling cargo-util-schemas v0.8.2
5492026-05-08T02:11:56.942Z Compiling cargo_toml v0.21.0
5502026-05-08T02:11:56.970Z Compiling swrite v0.1.0
5512026-05-08T02:11:57.263Z Compiling usdt v0.5.0
5522026-05-08T02:11:57.766Z Compiling cargo_metadata v0.21.0
5532026-05-08T02:11:58.705Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-08T02:12:00.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.37s
5552026-05-08T02:12:01.015Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-08T02:12:01.568Z Downloading crates ...
5572026-05-08T02:12:01.662Z Downloaded atomic-waker v1.1.2
5582026-05-08T02:12:01.669Z Downloaded arrayvec v0.7.6
5592026-05-08T02:12:01.672Z Downloaded ascii-canvas v3.0.0
5602026-05-08T02:12:01.677Z Downloaded array-init v0.0.4
5612026-05-08T02:12:01.679Z Downloaded aead v0.5.2
5622026-05-08T02:12:01.683Z Downloaded allocator-api2 v0.2.21
5632026-05-08T02:12:01.685Z Downloaded adler2 v2.0.1
5642026-05-08T02:12:01.698Z Downloaded aho-corasick v1.1.4
5652026-05-08T02:12:01.702Z Downloaded async-recursion v1.1.1
5662026-05-08T02:12:01.706Z Downloaded bitflags v1.3.2
5672026-05-08T02:12:01.709Z Downloaded ar_archive_writer v0.5.1
5682026-05-08T02:12:01.712Z Downloaded arrayref v0.3.9
5692026-05-08T02:12:01.715Z Downloaded cfg_aliases v0.2.1
5702026-05-08T02:12:01.718Z Downloaded bit-vec v0.6.3
5712026-05-08T02:12:01.718Z Downloaded argon2 v0.5.3
5722026-05-08T02:12:01.721Z Downloaded atomicwrites v0.4.4
5732026-05-08T02:12:01.721Z Downloaded ahash v0.8.12
5742026-05-08T02:12:01.724Z Downloaded cfg_aliases v0.1.1
5752026-05-08T02:12:01.727Z Downloaded cipher v0.4.4
5762026-05-08T02:12:01.727Z Downloaded bzip2 v0.6.1
5772026-05-08T02:12:01.735Z Downloaded corncobs v0.1.4
5782026-05-08T02:12:01.740Z Downloaded async-compression v0.4.41
5792026-05-08T02:12:01.747Z Downloaded csv-core v0.1.13
5802026-05-08T02:12:01.750Z Downloaded block-padding v0.3.3
5812026-05-08T02:12:01.758Z Downloaded arc-swap v1.8.2
5822026-05-08T02:12:01.761Z Downloaded curve25519-dalek-derive v0.1.1
5832026-05-08T02:12:01.763Z Downloaded bcs v0.1.6
5842026-05-08T02:12:01.763Z Downloaded assert_matches v1.5.0
5852026-05-08T02:12:01.763Z Downloaded base16ct v0.2.0
5862026-05-08T02:12:01.766Z Downloaded backon v1.6.0
5872026-05-08T02:12:01.774Z Downloaded ctr v0.9.2
5882026-05-08T02:12:01.779Z Downloaded async-stream v0.3.6
5892026-05-08T02:12:01.779Z Downloaded dunce v1.0.5
5902026-05-08T02:12:01.782Z Downloaded diesel-dtrace v0.5.0
5912026-05-08T02:12:01.785Z Downloaded castaway v0.2.4
5922026-05-08T02:12:01.785Z Downloaded async-stream-impl v0.3.6
5932026-05-08T02:12:01.788Z Downloaded fatfs v0.3.6
5942026-05-08T02:12:01.788Z Downloaded cobs v0.3.0
5952026-05-08T02:12:01.791Z Downloaded atty v0.2.14
5962026-05-08T02:12:01.791Z Downloaded crc v3.4.0
5972026-05-08T02:12:01.796Z Downloaded embedded-io v0.4.0
5982026-05-08T02:12:01.799Z Downloaded bitfield v0.19.4
5992026-05-08T02:12:01.799Z Downloaded async-trait v0.1.89
6002026-05-08T02:12:01.804Z Downloaded display-error-chain v0.2.2
6012026-05-08T02:12:01.807Z Downloaded bit-set v0.8.0
6022026-05-08T02:12:01.807Z Downloaded dirs-next v2.0.0
6032026-05-08T02:12:01.807Z Downloaded debug-ignore v1.0.5
6042026-05-08T02:12:01.810Z Downloaded cpufeatures v0.3.0
6052026-05-08T02:12:01.810Z Downloaded cargo-platform v0.1.9
6062026-05-08T02:12:01.812Z Downloaded defmt v0.3.100
6072026-05-08T02:12:01.812Z Downloaded crc-catalog v2.4.0
6082026-05-08T02:12:01.815Z Downloaded bb8 v0.8.6
6092026-05-08T02:12:01.815Z Downloaded buf-list v1.1.2
6102026-05-08T02:12:01.818Z Downloaded dropshot-api-manager-types v0.7.1
6112026-05-08T02:12:01.818Z Downloaded derive_builder_core v0.20.2
6122026-05-08T02:12:01.818Z Downloaded darling v0.20.11
6132026-05-08T02:12:01.822Z Downloaded ed25519 v2.2.3
6142026-05-08T02:12:01.825Z Downloaded ciborium-ll v0.2.2
6152026-05-08T02:12:01.825Z Downloaded bitfield-struct v0.6.2
6162026-05-08T02:12:01.825Z Downloaded der_derive v0.7.3
6172026-05-08T02:12:01.825Z Downloaded camino-tempfile-ext v0.3.3
6182026-05-08T02:12:01.828Z Downloaded bytes v1.11.1
6192026-05-08T02:12:01.828Z Downloaded downcast-rs v2.0.2
6202026-05-08T02:12:01.831Z Downloaded darling_macro v0.20.11
6212026-05-08T02:12:01.831Z Downloaded convert_case v0.4.0
6222026-05-08T02:12:01.831Z Downloaded cstr-argument v0.1.2
6232026-05-08T02:12:01.831Z Downloaded crucible-workspace-hack v0.1.0
6242026-05-08T02:12:01.834Z Downloaded crunchy v0.2.4
6252026-05-08T02:12:01.834Z Downloaded daft v0.1.5
6262026-05-08T02:12:01.834Z Downloaded defmt v1.0.1
6272026-05-08T02:12:01.837Z Downloaded cbc v0.1.2
6282026-05-08T02:12:01.840Z Downloaded darling v0.21.3
6292026-05-08T02:12:01.843Z Downloaded crc8 v0.1.1
6302026-05-08T02:12:01.843Z Downloaded dof v0.4.0
6312026-05-08T02:12:01.846Z Downloaded bitfield-macros v0.19.4
6322026-05-08T02:12:01.851Z Downloaded endian-type v0.1.2
6332026-05-08T02:12:01.853Z Downloaded darling_macro v0.21.3
6342026-05-08T02:12:01.854Z Downloaded compression-core v0.4.31
6352026-05-08T02:12:01.854Z Downloaded ciborium-io v0.2.2
6362026-05-08T02:12:01.854Z Downloaded cexpr v0.6.0
6372026-05-08T02:12:01.857Z Downloaded darling v0.23.0
6382026-05-08T02:12:01.860Z Downloaded bcrypt-pbkdf v0.10.0
6392026-05-08T02:12:01.860Z Downloaded foreign-types v0.3.2
6402026-05-08T02:12:01.867Z Downloaded difflib v0.4.0
6412026-05-08T02:12:01.867Z Downloaded cancel-safe-futures v0.1.5
6422026-05-08T02:12:01.870Z Downloaded bit-set v0.5.3
6432026-05-08T02:12:01.870Z Downloaded float-ord v0.3.2
6442026-05-08T02:12:01.876Z Downloaded cargo_metadata v0.19.2
6452026-05-08T02:12:01.881Z Downloaded constant_time_eq v0.4.2
6462026-05-08T02:12:01.881Z Downloaded fixedbitset v0.4.2
6472026-05-08T02:12:01.881Z Downloaded enum-as-inner v0.6.1
6482026-05-08T02:12:01.885Z Downloaded cassowary v0.3.0
6492026-05-08T02:12:01.885Z Downloaded const_format_proc_macros v0.2.34
6502026-05-08T02:12:01.885Z Downloaded bit-vec v0.8.0
6512026-05-08T02:12:01.885Z Downloaded foreign-types-shared v0.3.1
6522026-05-08T02:12:01.885Z Downloaded colored v2.2.0
6532026-05-08T02:12:01.888Z Downloaded defmt-macros v1.0.1
6542026-05-08T02:12:01.888Z Downloaded chacha20 v0.10.0
6552026-05-08T02:12:01.890Z Downloaded foreign-types-macros v0.2.3
6562026-05-08T02:12:01.891Z Downloaded foreign-types v0.5.0
6572026-05-08T02:12:01.891Z Downloaded futures-core v0.3.32
6582026-05-08T02:12:01.893Z Downloaded blowfish v0.9.1
6592026-05-08T02:12:01.893Z Downloaded convert_case v0.10.0
6602026-05-08T02:12:01.896Z Downloaded byte-wrapper v0.1.0
6612026-05-08T02:12:01.896Z Downloaded diesel_table_macro_syntax v0.3.0
6622026-05-08T02:12:01.899Z Downloaded derive_builder_macro v0.20.2
6632026-05-08T02:12:01.899Z Downloaded darling_macro v0.23.0
6642026-05-08T02:12:01.901Z Downloaded dtrace-parser v0.3.0
6652026-05-08T02:12:01.901Z Downloaded colored v3.1.1
6662026-05-08T02:12:01.904Z Downloaded cmake v0.1.57
6672026-05-08T02:12:01.904Z Downloaded defmt-parser v1.0.0
6682026-05-08T02:12:01.907Z Downloaded futures-io v0.3.32
6692026-05-08T02:12:01.913Z Downloaded console v0.16.2
6702026-05-08T02:12:01.916Z Downloaded console v0.15.11
6712026-05-08T02:12:01.916Z Downloaded compression-codecs v0.4.37
6722026-05-08T02:12:01.919Z Downloaded bzip2 v0.4.4
6732026-05-08T02:12:01.924Z Downloaded chacha20 v0.9.1
6742026-05-08T02:12:01.924Z Downloaded flagset v0.4.7
6752026-05-08T02:12:01.926Z Downloaded cookie v0.18.1
6762026-05-08T02:12:01.926Z Downloaded hash32 v0.3.1
6772026-05-08T02:12:01.927Z Downloaded base64ct v1.8.3
6782026-05-08T02:12:01.927Z Downloaded dyn-clone v1.0.20
6792026-05-08T02:12:01.929Z Downloaded float-cmp v0.10.0
6802026-05-08T02:12:01.929Z Downloaded cookie_store v0.22.1
6812026-05-08T02:12:01.932Z Downloaded httpdate v1.0.3
6822026-05-08T02:12:01.934Z Downloaded derive_more v0.99.20
6832026-05-08T02:12:01.938Z Downloaded async-bb8-diesel v0.2.1
6842026-05-08T02:12:01.938Z Downloaded daft-derive v0.1.5
6852026-05-08T02:12:01.940Z Downloaded find-msvc-tools v0.1.9
6862026-05-08T02:12:01.944Z Downloaded futures-macro v0.3.32
6872026-05-08T02:12:01.944Z Downloaded gethostname v0.5.0
6882026-05-08T02:12:01.947Z Downloaded ena v0.14.4
6892026-05-08T02:12:01.947Z Downloaded ff v0.13.1
6902026-05-08T02:12:01.947Z Downloaded blake2 v0.10.6
6912026-05-08T02:12:01.953Z Downloaded document-features v0.2.12
6922026-05-08T02:12:01.956Z Downloaded fxhash v0.2.1
6932026-05-08T02:12:01.956Z Downloaded backoff v0.4.0
6942026-05-08T02:12:01.956Z Downloaded futures-task v0.3.32
6952026-05-08T02:12:01.956Z Downloaded futures-sink v0.3.32
6962026-05-08T02:12:01.956Z Downloaded funty v2.0.0
6972026-05-08T02:12:01.959Z Downloaded cc v1.2.56
6982026-05-08T02:12:01.959Z Downloaded group v0.13.0
6992026-05-08T02:12:01.963Z Downloaded git-stub-vcs v0.1.0
7002026-05-08T02:12:01.963Z Downloaded ciborium v0.2.2
7012026-05-08T02:12:01.966Z Downloaded headers-core v0.3.0
7022026-05-08T02:12:01.966Z Downloaded fixedbitset v0.5.7
7032026-05-08T02:12:01.966Z Downloaded embedded-io v0.6.1
7042026-05-08T02:12:01.966Z Downloaded const-oid v0.9.6
7052026-05-08T02:12:01.969Z Downloaded clang-sys v1.8.1
7062026-05-08T02:12:01.969Z Downloaded compact_str v0.8.1
7072026-05-08T02:12:01.972Z Downloaded dirs-sys-next v0.1.2
7082026-05-08T02:12:01.972Z Downloaded http-range v0.1.5
7092026-05-08T02:12:01.974Z Downloaded home v0.5.12
7102026-05-08T02:12:01.974Z Downloaded elliptic-curve v0.13.8
7112026-05-08T02:12:01.977Z Downloaded globwalk v0.9.1
7122026-05-08T02:12:01.977Z Downloaded filetime v0.2.27
7132026-05-08T02:12:01.977Z Downloaded ecdsa v0.16.9
7142026-05-08T02:12:01.982Z Downloaded deranged v0.5.8
7152026-05-08T02:12:01.982Z Downloaded either v1.15.0
7162026-05-08T02:12:01.982Z Downloaded foreign-types-shared v0.1.1
7172026-05-08T02:12:01.992Z Downloaded dsl_auto_type v0.2.0
7182026-05-08T02:12:01.993Z Downloaded ghash v0.5.1
7192026-05-08T02:12:01.993Z Downloaded foldhash v0.1.5
7202026-05-08T02:12:01.993Z Downloaded fs_extra v1.3.0
7212026-05-08T02:12:01.993Z Downloaded data-encoding v2.10.0
7222026-05-08T02:12:01.993Z Downloaded critical-section v1.2.0
7232026-05-08T02:12:01.993Z Downloaded fd-lock v4.0.4
7242026-05-08T02:12:01.993Z Downloaded getrandom v0.2.17
7252026-05-08T02:12:01.993Z Downloaded futures-executor v0.3.32
7262026-05-08T02:12:01.993Z Downloaded futures-channel v0.3.32
7272026-05-08T02:12:01.996Z Downloaded fs-err v2.11.0
7282026-05-08T02:12:01.996Z Downloaded ident_case v1.0.1
7292026-05-08T02:12:01.996Z Downloaded des v0.8.1
7302026-05-08T02:12:01.996Z Downloaded drift v0.1.3
7312026-05-08T02:12:01.999Z Downloaded crossterm v0.28.1
7322026-05-08T02:12:02.002Z Downloaded impl-trait-for-tuples v0.2.3
7332026-05-08T02:12:02.005Z Downloaded derive-ex v0.1.8
7342026-05-08T02:12:02.005Z Downloaded erased-serde v0.3.31
7352026-05-08T02:12:02.008Z Downloaded crossbeam-deque v0.8.6
7362026-05-08T02:12:02.008Z Downloaded globset v0.4.18
7372026-05-08T02:12:02.011Z Downloaded crossbeam-utils v0.8.21
7382026-05-08T02:12:02.012Z Downloaded instant v0.1.13
7392026-05-08T02:12:02.012Z Downloaded hubpack v0.1.2
7402026-05-08T02:12:02.012Z Downloaded env_filter v1.0.0
7412026-05-08T02:12:02.015Z Downloaded crc-any v2.5.0
7422026-05-08T02:12:02.015Z Downloaded glob v0.3.3
7432026-05-08T02:12:02.018Z Downloaded foldhash v0.2.0
7442026-05-08T02:12:02.018Z Downloaded indoc v1.0.9
7452026-05-08T02:12:02.018Z Downloaded hmac v0.12.1
7462026-05-08T02:12:02.021Z Downloaded hash32 v0.2.1
7472026-05-08T02:12:02.021Z Downloaded env_logger v0.11.9
7482026-05-08T02:12:02.024Z Downloaded git-stub v1.0.0
7492026-05-08T02:12:02.024Z Downloaded base64 v0.21.7
7502026-05-08T02:12:02.027Z Downloaded futures v0.3.32
7512026-05-08T02:12:02.030Z Downloaded internet-checksum v0.2.1
7522026-05-08T02:12:02.030Z Downloaded hex-literal v0.4.1
7532026-05-08T02:12:02.030Z Downloaded diff v0.1.13
7542026-05-08T02:12:02.033Z Downloaded crc32fast v1.5.0
7552026-05-08T02:12:02.037Z Downloaded getrandom v0.3.4
7562026-05-08T02:12:02.042Z Downloaded http-body v1.0.1
7572026-05-08T02:12:02.042Z Downloaded fallible-iterator v0.2.0
7582026-05-08T02:12:02.046Z Downloaded humantime v2.3.0
7592026-05-08T02:12:02.046Z Downloaded libscf-sys v1.1.0
7602026-05-08T02:12:02.049Z Downloaded ingot v0.1.1
7612026-05-08T02:12:02.052Z Downloaded match_cfg v0.1.0
7622026-05-08T02:12:02.052Z Downloaded half v1.8.3
7632026-05-08T02:12:02.055Z Downloaded derive_builder v0.20.2
7642026-05-08T02:12:02.058Z Downloaded dropshot_endpoint v0.17.0
7652026-05-08T02:12:02.061Z Downloaded lalrpop-util v0.19.12
7662026-05-08T02:12:02.061Z Downloaded is-terminal v0.4.17
7672026-05-08T02:12:02.061Z Downloaded base64 v0.22.1
7682026-05-08T02:12:02.064Z Downloaded ipnetwork v0.21.1
7692026-05-08T02:12:02.064Z Downloaded http-body-util v0.1.3
7702026-05-08T02:12:02.064Z Downloaded crypto-bigint v0.5.5
7712026-05-08T02:12:02.068Z Downloaded hostname v0.3.1
7722026-05-08T02:12:02.071Z Downloaded hubpack_derive v0.1.1
7732026-05-08T02:12:02.071Z Downloaded const_format v0.2.35
7742026-05-08T02:12:02.074Z Downloaded managed v0.8.0
7752026-05-08T02:12:02.074Z Downloaded lru-slab v0.1.2
7762026-05-08T02:12:02.074Z Downloaded kstat-rs v0.2.4
7772026-05-08T02:12:02.076Z Downloaded ingot-types v0.1.2
7782026-05-08T02:12:02.076Z Downloaded ingot-macros v0.1.1
7792026-05-08T02:12:02.077Z Downloaded hyper-staticfile v0.10.1
7802026-05-08T02:12:02.079Z Downloaded hex v0.4.3
7812026-05-08T02:12:02.092Z Downloaded new_debug_unreachable v1.0.6
7822026-05-08T02:12:02.094Z Downloaded aes v0.8.4
7832026-05-08T02:12:02.094Z Downloaded linear-map v1.2.0
7842026-05-08T02:12:02.098Z Downloaded md5 v0.7.0
7852026-05-08T02:12:02.098Z Downloaded libsw-core v0.3.2
7862026-05-08T02:12:02.098Z Downloaded keccak v0.1.6
7872026-05-08T02:12:02.100Z Downloaded dropshot_endpoint v0.16.7
7882026-05-08T02:12:02.100Z Downloaded maplit v1.0.2
7892026-05-08T02:12:02.103Z Downloaded highway v1.3.0
7902026-05-08T02:12:02.103Z Downloaded indent_write v2.2.0
7912026-05-08T02:12:02.103Z Downloaded chacha20poly1305 v0.10.1
7922026-05-08T02:12:02.106Z Downloaded hyper-tls v0.6.0
7932026-05-08T02:12:02.106Z Downloaded crossbeam-epoch v0.9.18
7942026-05-08T02:12:02.109Z Downloaded indoc v2.0.7
7952026-05-08T02:12:02.109Z Downloaded newline-converter v0.3.0
7962026-05-08T02:12:02.109Z Downloaded instability v0.3.11
7972026-05-08T02:12:02.112Z Downloaded derive-where v1.6.0
7982026-05-08T02:12:02.116Z Downloaded jobserver v0.1.34
7992026-05-08T02:12:02.119Z Downloaded libefi-sys v0.1.0
8002026-05-08T02:12:02.119Z Downloaded bumpalo v3.20.2
8012026-05-08T02:12:02.126Z Downloaded libsw v3.5.0
8022026-05-08T02:12:02.129Z Downloaded hostname v0.4.2
8032026-05-08T02:12:02.129Z Downloaded iana-time-zone v0.1.65
8042026-05-08T02:12:02.135Z Downloaded is_ci v1.2.0
8052026-05-08T02:12:02.139Z Downloaded lazy_static v1.5.0
8062026-05-08T02:12:02.142Z Downloaded mime_guess v2.0.5
8072026-05-08T02:12:02.145Z Downloaded inout v0.1.4
8082026-05-08T02:12:02.148Z Downloaded nodrop v0.1.14
8092026-05-08T02:12:02.153Z Downloaded ipnet v2.11.0
8102026-05-08T02:12:02.156Z Downloaded expectorate v1.2.0
8112026-05-08T02:12:02.157Z Downloaded darling_core v0.21.3
8122026-05-08T02:12:02.162Z Downloaded headers v0.4.1
8132026-05-08T02:12:02.165Z Downloaded linked-hash-map v0.5.6
8142026-05-08T02:12:02.168Z Downloaded hyper-rustls v0.27.7
8152026-05-08T02:12:02.168Z Downloaded darling_core v0.20.11
8162026-05-08T02:12:02.171Z Downloaded olpc-cjson v0.1.4
8172026-05-08T02:12:02.171Z Downloaded num-iter v0.1.45
8182026-05-08T02:12:02.173Z Downloaded newtype-uuid-macros v0.1.0
8192026-05-08T02:12:02.174Z Downloaded md-5 v0.10.6
8202026-05-08T02:12:02.174Z Downloaded flate2 v1.1.9
8212026-05-08T02:12:02.176Z Downloaded lru-cache v0.1.2
8222026-05-08T02:12:02.179Z Downloaded crossbeam-channel v0.5.15
8232026-05-08T02:12:02.182Z Downloaded opaque-debug v0.3.1
8242026-05-08T02:12:02.182Z Downloaded lock_api v0.4.14
8252026-05-08T02:12:02.182Z Downloaded httparse v1.10.1
8262026-05-08T02:12:02.185Z Downloaded hashbrown v0.12.3
8272026-05-08T02:12:02.185Z Downloaded mime v0.3.17
8282026-05-08T02:12:02.188Z Downloaded oso-derive v0.27.3
8292026-05-08T02:12:02.188Z Downloaded memmap2 v0.9.10
8302026-05-08T02:12:02.188Z Downloaded maybe-uninit v2.0.0
8312026-05-08T02:12:02.191Z Downloaded lru v0.12.5
8322026-05-08T02:12:02.191Z Downloaded lzss v0.8.2
8332026-05-08T02:12:02.191Z Downloaded flume v0.11.1
8342026-05-08T02:12:02.193Z Downloaded num_enum_derive v0.5.11
8352026-05-08T02:12:02.193Z Downloaded nonempty v0.12.0
8362026-05-08T02:12:02.196Z Downloaded openssl-macros v0.1.1
8372026-05-08T02:12:02.196Z Downloaded num v0.4.3
8382026-05-08T02:12:02.196Z Downloaded ed25519-dalek v2.2.0
8392026-05-08T02:12:02.199Z Downloaded packed_struct_codegen v0.10.1
8402026-05-08T02:12:02.199Z Downloaded num_threads v0.1.7
8412026-05-08T02:12:02.199Z Downloaded newtype_derive v0.1.6
8422026-05-08T02:12:02.202Z Downloaded derive_more v2.1.1
8432026-05-08T02:12:02.206Z Downloaded phf_shared v0.11.3
8442026-05-08T02:12:02.209Z Downloaded predicates-core v1.0.10
8452026-05-08T02:12:02.212Z Downloaded parse-size v1.1.0
8462026-05-08T02:12:02.212Z Downloaded darling_core v0.23.0
8472026-05-08T02:12:02.214Z Downloaded native-tls v0.2.18
8482026-05-08T02:12:02.214Z Downloaded libloading v0.8.9
8492026-05-08T02:12:02.220Z Downloaded openssl-probe v0.2.1
8502026-05-08T02:12:02.222Z Downloaded num-derive v0.3.3
8512026-05-08T02:12:02.225Z Downloaded powerfmt v0.2.0
8522026-05-08T02:12:02.225Z Downloaded phf_shared v0.13.1
8532026-05-08T02:12:02.230Z Downloaded parse-display v0.10.0
8542026-05-08T02:12:02.230Z Downloaded pbkdf2 v0.11.0
8552026-05-08T02:12:02.232Z Downloaded memoffset v0.9.1
8562026-05-08T02:12:02.232Z Downloaded num-rational v0.4.2
8572026-05-08T02:12:02.235Z Downloaded dropshot-api-manager v0.7.1
8582026-05-08T02:12:02.238Z Downloaded nibble_vec v0.1.0
8592026-05-08T02:12:02.238Z Downloaded derive_more-impl v2.1.1
8602026-05-08T02:12:02.241Z Downloaded newtype-uuid v1.3.2
8612026-05-08T02:12:02.243Z Downloaded nanorand v0.7.0
8622026-05-08T02:12:02.243Z Downloaded heapless v0.7.17
8632026-05-08T02:12:02.246Z Downloaded der v0.7.10
8642026-05-08T02:12:02.249Z Downloaded proc-macro-crate v1.3.1
8652026-05-08T02:12:02.249Z Downloaded peg-runtime v0.8.5
8662026-05-08T02:12:02.252Z Downloaded path-slash v0.1.5
8672026-05-08T02:12:02.255Z Downloaded indexmap v1.9.3
8682026-05-08T02:12:02.257Z Downloaded pin-utils v0.1.0
8692026-05-08T02:12:02.261Z Downloaded num-complex v0.4.6
8702026-05-08T02:12:02.263Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-05-08T02:12:02.266Z Downloaded oxide-tokio-rt v0.1.4
8722026-05-08T02:12:02.266Z Downloaded multer v3.1.0
8732026-05-08T02:12:02.269Z Downloaded indicatif v0.18.4
8742026-05-08T02:12:02.271Z Downloaded multimap v0.10.1
8752026-05-08T02:12:02.271Z Downloaded num-derive v0.4.2
8762026-05-08T02:12:02.271Z Downloaded owo-colors v4.3.0
8772026-05-08T02:12:02.274Z Downloaded num-conv v0.2.0
8782026-05-08T02:12:02.274Z Downloaded normalize-line-endings v0.3.0
8792026-05-08T02:12:02.274Z Downloaded password-hash v0.4.2
8802026-05-08T02:12:02.277Z Downloaded parse-display-derive v0.10.0
8812026-05-08T02:12:02.277Z Downloaded parking_lot_core v0.8.6
8822026-05-08T02:12:02.277Z Downloaded num_enum v0.7.5
8832026-05-08T02:12:02.280Z Downloaded diesel_derives v2.3.7
8842026-05-08T02:12:02.283Z Downloaded heapless v0.8.0
8852026-05-08T02:12:02.286Z Downloaded bindgen v0.71.1
8862026-05-08T02:12:02.289Z Downloaded pem v3.0.6
8872026-05-08T02:12:02.292Z Downloaded predicates v3.1.4
8882026-05-08T02:12:02.292Z Downloaded packed_struct v0.10.1
8892026-05-08T02:12:02.295Z Downloaded num-integer v0.1.46
8902026-05-08T02:12:02.295Z Downloaded pin-project-internal v1.1.11
8912026-05-08T02:12:02.299Z Downloaded progenitor-client v0.14.0
8922026-05-08T02:12:02.299Z Downloaded openssl-probe v0.1.6
8932026-05-08T02:12:02.299Z Downloaded miniz_oxide v0.8.9
8942026-05-08T02:12:02.302Z Downloaded primeorder v0.13.6
8952026-05-08T02:12:02.302Z Downloaded half v2.7.1
8962026-05-08T02:12:02.305Z Downloaded progenitor-client v0.10.0
8972026-05-08T02:12:02.305Z Downloaded paste v1.0.15
8982026-05-08T02:12:02.307Z Downloaded predicates-tree v1.0.13
8992026-05-08T02:12:02.312Z Downloaded litrs v1.0.0
9002026-05-08T02:12:02.316Z Downloaded progenitor-macro v0.10.0
9012026-05-08T02:12:02.319Z Downloaded proc-macro-error2 v2.0.1
9022026-05-08T02:12:02.322Z Downloaded quick-error v1.2.3
9032026-05-08T02:12:02.322Z Downloaded pkg-config v0.3.32
9042026-05-08T02:12:02.325Z Downloaded psl-types v2.0.11
9052026-05-08T02:12:02.328Z Downloaded nu-ansi-term v0.50.3
9062026-05-08T02:12:02.328Z Downloaded precomputed-hash v0.1.1
9072026-05-08T02:12:02.332Z Downloaded pin-project-lite v0.2.17
9082026-05-08T02:12:02.335Z Downloaded polyval v0.6.2
9092026-05-08T02:12:02.337Z Downloaded phf_shared v0.12.1
9102026-05-08T02:12:02.340Z Downloaded progenitor-macro v0.14.0
9112026-05-08T02:12:02.340Z Downloaded pkcs1 v0.7.5
9122026-05-08T02:12:02.344Z Downloaded pbkdf2 v0.12.2
9132026-05-08T02:12:02.347Z Downloaded progenitor-macro v0.11.2
9142026-05-08T02:12:02.347Z Downloaded progenitor v0.14.0
9152026-05-08T02:12:02.349Z Downloaded ppv-lite86 v0.2.21
9162026-05-08T02:12:02.349Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-08T02:12:02.350Z Downloaded num_enum_derive v0.7.5
9182026-05-08T02:12:02.350Z Downloaded ref-cast v1.0.25
9192026-05-08T02:12:02.359Z Downloaded hickory-resolver v0.24.4
9202026-05-08T02:12:02.362Z Downloaded progenitor-client v0.11.2
9212026-05-08T02:12:02.365Z Downloaded peg v0.8.5
9222026-05-08T02:12:02.365Z Downloaded aes-gcm v0.10.3
9232026-05-08T02:12:02.367Z Downloaded hashbrown v0.15.5
9242026-05-08T02:12:02.370Z Downloaded progenitor-macro v0.13.0
9252026-05-08T02:12:02.373Z Downloaded parking_lot v0.12.5
9262026-05-08T02:12:02.376Z Downloaded ignore v0.4.25
9272026-05-08T02:12:02.376Z Downloaded psm v0.1.30
9282026-05-08T02:12:02.379Z Downloaded oxnet v0.1.4
9292026-05-08T02:12:02.379Z Downloaded hickory-resolver v0.25.2
9302026-05-08T02:12:02.381Z Downloaded phf v0.12.1
9312026-05-08T02:12:02.382Z Downloaded pem-rfc7468 v0.7.0
9322026-05-08T02:12:02.384Z Downloaded omicron-zone-package v0.12.2
9332026-05-08T02:12:02.387Z Downloaded proc-macro-crate v3.4.0
9342026-05-08T02:12:02.387Z Downloaded rand_chacha v0.3.1
9352026-05-08T02:12:02.391Z Downloaded pkcs5 v0.7.1
9362026-05-08T02:12:02.395Z Downloaded phf v0.13.1
9372026-05-08T02:12:02.395Z Downloaded postcard v1.1.3
9382026-05-08T02:12:02.398Z Downloaded recursive v0.1.1
9392026-05-08T02:12:02.398Z Downloaded peg-macros v0.8.5
9402026-05-08T02:12:02.398Z Downloaded parking_lot_core v0.9.12
9412026-05-08T02:12:02.404Z Downloaded num_enum v0.5.11
9422026-05-08T02:12:02.406Z Downloaded rustc-hash v2.1.1
9432026-05-08T02:12:02.406Z Downloaded rtoolbox v0.0.3
9442026-05-08T02:12:02.406Z Downloaded russh-cryptovec v0.7.3
9452026-05-08T02:12:02.407Z Downloaded progenitor-extras v0.2.0
9462026-05-08T02:12:02.413Z Downloaded progenitor v0.13.0
9472026-05-08T02:12:02.417Z Downloaded radium v0.7.0
9482026-05-08T02:12:02.417Z Downloaded http v1.4.0
9492026-05-08T02:12:02.420Z Downloaded libbz2-rs-sys v0.2.2
9502026-05-08T02:12:02.420Z Downloaded rand_xorshift v0.4.0
9512026-05-08T02:12:02.420Z Downloaded progenitor v0.11.2
9522026-05-08T02:12:02.420Z Downloaded postgres-protocol v0.6.10
9532026-05-08T02:12:02.423Z Downloaded rand_core v0.10.0
9542026-05-08T02:12:02.423Z Downloaded ref-cast-impl v1.0.25
9552026-05-08T02:12:02.425Z Downloaded rand_core v0.6.4
9562026-05-08T02:12:02.425Z Downloaded progenitor v0.10.0
9572026-05-08T02:12:02.428Z Downloaded poly1305 v0.8.0
9582026-05-08T02:12:02.431Z Downloaded rustc_version v0.4.1
9592026-05-08T02:12:02.436Z Downloaded hashbrown v0.13.2
9602026-05-08T02:12:02.439Z Downloaded salsa20 v0.10.2
9612026-05-08T02:12:02.442Z Downloaded rfc6979 v0.4.0
9622026-05-08T02:12:02.445Z Downloaded hyper-util v0.1.20
9632026-05-08T02:12:02.450Z Downloaded prefix-trie v0.7.0
9642026-05-08T02:12:02.453Z Downloaded same-file v1.0.6
9652026-05-08T02:12:02.457Z Downloaded sapling-renderdag v0.1.0
9662026-05-08T02:12:02.462Z Downloaded rand_seeder v0.4.0
9672026-05-08T02:12:02.466Z Downloaded pkcs8 v0.10.2
9682026-05-08T02:12:02.477Z Downloaded secrecy v0.8.0
9692026-05-08T02:12:02.481Z Downloaded progenitor-client v0.13.0
9702026-05-08T02:12:02.481Z Downloaded password-hash v0.5.0
9712026-05-08T02:12:02.484Z Downloaded postgres-types v0.2.12
9722026-05-08T02:12:02.487Z Downloaded semver v0.1.20
9732026-05-08T02:12:02.487Z Downloaded rustc_version v0.1.7
9742026-05-08T02:12:02.487Z Downloaded rand_chacha v0.9.0
9752026-05-08T02:12:02.487Z Downloaded seq-macro v0.3.6
9762026-05-08T02:12:02.490Z Downloaded serde_urlencoded v0.7.1
9772026-05-08T02:12:02.490Z Downloaded serde_plain v1.0.2
9782026-05-08T02:12:02.492Z Downloaded secrecy v0.10.3
9792026-05-08T02:12:02.492Z Downloaded serde-big-array v0.5.1
9802026-05-08T02:12:02.496Z Downloaded rusty-fork v0.3.1
9812026-05-08T02:12:02.499Z Downloaded rustls-pemfile v2.2.0
9822026-05-08T02:12:02.499Z Downloaded scrypt v0.11.0
9832026-05-08T02:12:02.499Z Downloaded scroll_derive v0.13.1
9842026-05-08T02:12:02.499Z Downloaded parking_lot v0.11.2
9852026-05-08T02:12:02.499Z Downloaded p256 v0.13.2
9862026-05-08T02:12:02.507Z Downloaded rustversion v1.0.22
9872026-05-08T02:12:02.509Z Downloaded serde_repr v0.1.20
9882026-05-08T02:12:02.512Z Downloaded r2d2 v0.8.10
9892026-05-08T02:12:02.512Z Downloaded serde_bytes v0.11.19
9902026-05-08T02:12:02.512Z Downloaded signal-hook-mio v0.2.5
9912026-05-08T02:12:02.515Z Downloaded shell-words v1.1.1
9922026-05-08T02:12:02.515Z Downloaded signal-hook-tokio v0.3.1
9932026-05-08T02:12:02.515Z Downloaded sha1 v0.10.6
9942026-05-08T02:12:02.517Z Downloaded serde_spanned v1.0.4
9952026-05-08T02:12:02.520Z Downloaded slog-bunyan v2.5.0
9962026-05-08T02:12:02.520Z Downloaded quinn-udp v0.5.14
9972026-05-08T02:12:02.524Z Downloaded resolv-conf v0.7.6
9982026-05-08T02:12:02.524Z Downloaded openssl-sys v0.9.114
9992026-05-08T02:12:02.526Z Downloaded hickory-server v0.25.2
10002026-05-08T02:12:02.529Z Downloaded minimal-lexical v0.2.1
10012026-05-08T02:12:02.532Z Downloaded signature v2.2.0
10022026-05-08T02:12:02.532Z Downloaded scheduled-thread-pool v0.2.7
10032026-05-08T02:12:02.532Z Downloaded itertools v0.10.5
10042026-05-08T02:12:02.535Z Downloaded slog-envlogger v2.2.0
10052026-05-08T02:12:02.538Z Downloaded blake3 v1.8.3
10062026-05-08T02:12:02.541Z Downloaded scopeguard v1.2.0
10072026-05-08T02:12:02.543Z Downloaded schemars_derive v0.8.22
10082026-05-08T02:12:02.544Z Downloaded rustls-pemfile v1.0.4
10092026-05-08T02:12:02.547Z Downloaded pin-project v1.1.11
10102026-05-08T02:12:02.550Z Downloaded progenitor-impl v0.14.0
10112026-05-08T02:12:02.554Z Downloaded crossterm v0.29.0
10122026-05-08T02:12:02.557Z Downloaded rand_core v0.9.5
10132026-05-08T02:12:02.557Z Downloaded siphasher v1.0.2
10142026-05-08T02:12:02.559Z Downloaded sigpipe v0.1.3
10152026-05-08T02:12:02.559Z Downloaded oso v0.27.3
10162026-05-08T02:12:02.562Z Downloaded jiff-static v0.2.21
10172026-05-08T02:12:02.566Z Downloaded dropshot v0.17.0
10182026-05-08T02:12:02.579Z Downloaded ssh-encoding v0.2.0
10192026-05-08T02:12:02.581Z Downloaded ssh-cipher v0.2.0
10202026-05-08T02:12:02.581Z Downloaded serde-hex v0.1.0
10212026-05-08T02:12:02.584Z Downloaded sct v0.7.1
10222026-05-08T02:12:02.584Z Downloaded itertools v0.13.0
10232026-05-08T02:12:02.588Z Downloaded hashbrown v0.16.1
10242026-05-08T02:12:02.591Z Downloaded rustls-native-certs v0.8.3
10252026-05-08T02:12:02.595Z Downloaded serde_path_to_error v0.1.20
10262026-05-08T02:12:02.598Z Downloaded progenitor-impl v0.13.0
10272026-05-08T02:12:02.602Z Downloaded prettyplease v0.2.37
10282026-05-08T02:12:02.605Z Downloaded rustls-pki-types v1.14.0
10292026-05-08T02:12:02.607Z Downloaded shlex v1.3.0
10302026-05-08T02:12:02.610Z Downloaded strip-ansi-escapes v0.2.1
10312026-05-08T02:12:02.613Z Downloaded structmeta-derive v0.3.0
10322026-05-08T02:12:02.615Z Downloaded slog-dtrace v0.3.0
10332026-05-08T02:12:02.618Z Downloaded simd-adler32 v0.3.8
10342026-05-08T02:12:02.618Z Downloaded signal-hook-registry v1.4.8
10352026-05-08T02:12:02.618Z Downloaded slab v0.4.12
10362026-05-08T02:12:02.621Z Downloaded bitvec v1.0.1
10372026-05-08T02:12:02.629Z Downloaded tap v1.0.1
10382026-05-08T02:12:02.631Z Downloaded tabled_derive v0.11.0
10392026-05-08T02:12:02.631Z Downloaded progenitor-impl v0.11.2
10402026-05-08T02:12:02.634Z Downloaded termtree v0.5.1
10412026-05-08T02:12:02.634Z Downloaded slog-stdlog v4.1.1
10422026-05-08T02:12:02.634Z Downloaded scroll v0.13.0
10432026-05-08T02:12:02.637Z Downloaded num-bigint v0.4.6
10442026-05-08T02:12:02.640Z Downloaded strum v0.27.2
10452026-05-08T02:12:02.640Z Downloaded supports-color v3.0.2
10462026-05-08T02:12:02.642Z Downloaded subtle v2.6.1
10472026-05-08T02:12:02.642Z Downloaded progenitor-impl v0.10.0
10482026-05-08T02:12:02.645Z Downloaded strum v0.26.3
10492026-05-08T02:12:02.645Z Downloaded papergrid v0.17.0
10502026-05-08T02:12:02.648Z Downloaded sec1 v0.7.3
10512026-05-08T02:12:02.650Z Downloaded snafu-derive v0.8.9
10522026-05-08T02:12:02.650Z Downloaded slog-scope v4.4.1
10532026-05-08T02:12:02.653Z Downloaded thread-id v5.1.0
10542026-05-08T02:12:02.653Z Downloaded slog-json v2.6.1
10552026-05-08T02:12:02.656Z Downloaded sync-ptr v0.1.4
10562026-05-08T02:12:02.656Z Downloaded slog-async v2.8.0
10572026-05-08T02:12:02.656Z Downloaded tagptr v0.2.0
10582026-05-08T02:12:02.659Z Downloaded stacker v0.1.23
10592026-05-08T02:12:02.659Z Downloaded thiserror-impl-no-std v2.0.2
10602026-05-08T02:12:02.661Z Downloaded take_mut v0.2.2
10612026-05-08T02:12:02.662Z Downloaded slog-term v2.9.2
10622026-05-08T02:12:02.665Z Downloaded rayon-core v1.13.0
10632026-05-08T02:12:02.665Z Downloaded smf v0.2.3
10642026-05-08T02:12:02.667Z Downloaded smallvec v0.6.14
10652026-05-08T02:12:02.667Z Downloaded sqlformat v0.3.5
10662026-05-08T02:12:02.670Z Downloaded tinyvec_macros v0.1.1
10672026-05-08T02:12:02.670Z Downloaded testing_table v0.3.0
10682026-05-08T02:12:02.670Z Downloaded serde_with_macros v3.17.0
10692026-05-08T02:12:02.673Z Downloaded futures-util v0.3.32
10702026-05-08T02:12:02.678Z Downloaded schemars v0.8.22
10712026-05-08T02:12:02.685Z Downloaded structmeta v0.3.0
10722026-05-08T02:12:02.688Z Downloaded sqlparser_derive v0.5.0
10732026-05-08T02:12:02.688Z Downloaded spki v0.7.3
10742026-05-08T02:12:02.690Z Downloaded strum_macros v0.26.4
10752026-05-08T02:12:02.690Z Downloaded strum_macros v0.24.3
10762026-05-08T02:12:02.693Z Downloaded serde_derive_internals v0.29.1
10772026-05-08T02:12:02.693Z Downloaded serde_cbor v0.11.2
10782026-05-08T02:12:02.696Z Downloaded tabwriter v1.4.1
10792026-05-08T02:12:02.696Z Downloaded support-bundle-viewer v0.1.2
10802026-05-08T02:12:02.696Z Downloaded aws-lc-rs v1.16.0
10812026-05-08T02:12:02.700Z Downloaded tokio-macros v2.7.0
10822026-05-08T02:12:02.703Z Downloaded russh-keys v0.45.0
10832026-05-08T02:12:02.703Z Downloaded rcgen v0.12.1
10842026-05-08T02:12:02.706Z Downloaded static_assertions v1.1.0
10852026-05-08T02:12:02.709Z Downloaded string_cache v0.8.9
10862026-05-08T02:12:02.709Z Downloaded thiserror-no-std v2.0.2
10872026-05-08T02:12:02.711Z Downloaded rand v0.8.5
10882026-05-08T02:12:02.714Z Downloaded quinn v0.11.9
10892026-05-08T02:12:02.718Z Downloaded time-core v0.1.8
10902026-05-08T02:12:02.718Z Downloaded stringprep v0.1.5
10912026-05-08T02:12:02.718Z Downloaded ryu v1.0.23
10922026-05-08T02:12:02.726Z Downloaded rustls-platform-verifier v0.6.2
10932026-05-08T02:12:02.729Z Downloaded sync_wrapper v1.0.2
10942026-05-08T02:12:02.732Z Downloaded nom v7.1.3
10952026-05-08T02:12:02.735Z Downloaded itertools v0.12.1
10962026-05-08T02:12:02.737Z Downloaded strum_macros v0.27.2
10972026-05-08T02:12:02.740Z Downloaded qorb v0.4.1
10982026-05-08T02:12:02.743Z Downloaded hkdf v0.12.4
10992026-05-08T02:12:02.745Z Downloaded topological-sort v0.2.2
11002026-05-08T02:12:02.745Z Downloaded tokio-native-tls v0.3.1
11012026-05-08T02:12:02.748Z Downloaded tower-service v0.3.3
11022026-05-08T02:12:02.748Z Downloaded tower-layer v0.3.3
11032026-05-08T02:12:02.751Z Downloaded signal-hook v0.3.18
11042026-05-08T02:12:02.751Z Downloaded tokio-tungstenite v0.21.0
11052026-05-08T02:12:02.753Z Downloaded thread_local v1.1.9
11062026-05-08T02:12:02.754Z Downloaded termios v0.3.3
11072026-05-08T02:12:02.756Z Downloaded spin v0.9.8
11082026-05-08T02:12:02.756Z Downloaded try-lock v0.2.5
11092026-05-08T02:12:02.756Z Downloaded trait-variant v0.1.2
11102026-05-08T02:12:02.759Z Downloaded libm v0.2.16
11112026-05-08T02:12:02.762Z Downloaded publicsuffix v2.3.0
11122026-05-08T02:12:02.765Z Downloaded libxml v0.3.3
11132026-05-08T02:12:02.768Z Downloaded tls_codec_derive v0.4.2
11142026-05-08T02:12:02.768Z Downloaded slog v2.8.2
11152026-05-08T02:12:02.772Z Downloaded tokio-dtrace v0.1.1
11162026-05-08T02:12:02.775Z Downloaded tls_codec v0.4.2
11172026-05-08T02:12:02.775Z Downloaded unit-prefix v0.5.2
11182026-05-08T02:12:02.775Z Downloaded unarray v0.1.4
11192026-05-08T02:12:02.775Z Downloaded chrono v0.4.44
11202026-05-08T02:12:02.778Z Downloaded universal-hash v0.5.1
11212026-05-08T02:12:02.782Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11222026-05-08T02:12:02.788Z Downloaded tokio-rustls v0.25.0
11232026-05-08T02:12:02.792Z Downloaded serde_yaml v0.9.34+deprecated
11242026-05-08T02:12:02.797Z Downloaded unicode-truncate v1.1.0
11252026-05-08T02:12:02.800Z Downloaded typify-macro v0.4.3
11262026-05-08T02:12:02.800Z Downloaded untrusted v0.9.0
11272026-05-08T02:12:02.804Z Downloaded utf-8 v0.7.6
11282026-05-08T02:12:02.805Z Downloaded untrusted v0.7.1
11292026-05-08T02:12:02.805Z Downloaded typify-macro v0.6.2
11302026-05-08T02:12:02.805Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11312026-05-08T02:12:02.809Z Downloaded tiny-keccak v2.0.2
11322026-05-08T02:12:02.809Z Downloaded ron v0.8.1
11332026-05-08T02:12:02.816Z Downloaded mio v1.2.0
11342026-05-08T02:12:02.819Z Downloaded wait-timeout v0.2.1
11352026-05-08T02:12:02.822Z Downloaded usdt-attr-macro v0.6.0
11362026-05-08T02:12:02.822Z Downloaded schemars v0.9.0
11372026-05-08T02:12:02.827Z Downloaded waitgroup v0.1.2
11382026-05-08T02:12:02.835Z Downloaded pretty_assertions v1.4.1
11392026-05-08T02:12:02.837Z Downloaded time-macros v0.2.27
11402026-05-08T02:12:02.840Z Downloaded want v0.3.1
11412026-05-08T02:12:02.846Z Downloaded void v1.0.2
11422026-05-08T02:12:02.849Z Downloaded usdt-macro v0.6.0
11432026-05-08T02:12:02.855Z Downloaded unicase v2.9.0
11442026-05-08T02:12:02.861Z Downloaded tokio-rustls v0.24.1
11452026-05-08T02:12:02.869Z Downloaded rustls-webpki v0.103.9
11462026-05-08T02:12:02.872Z Downloaded test-strategy v0.4.5
11472026-05-08T02:12:02.875Z Downloaded socket2 v0.6.3
11482026-05-08T02:12:02.878Z Downloaded socket2 v0.5.10
11492026-05-08T02:12:02.878Z Downloaded rsa v0.9.10
11502026-05-08T02:12:02.881Z Downloaded xshell-macros v0.2.7
11512026-05-08T02:12:02.884Z Downloaded iddqd v0.3.18
11522026-05-08T02:12:02.887Z Downloaded zone_cfg_derive v0.3.1
11532026-05-08T02:12:02.887Z Downloaded zone v0.3.1
11542026-05-08T02:12:02.890Z Downloaded num-bigint-dig v0.8.6
11552026-05-08T02:12:02.893Z Downloaded toml_writer v1.0.6+spec-1.1.0
11562026-05-08T02:12:02.893Z Downloaded itertools v0.14.0
11572026-05-08T02:12:02.897Z Downloaded term v1.2.1
11582026-05-08T02:12:02.900Z Downloaded vergen-git2 v1.0.7
11592026-05-08T02:12:02.900Z Downloaded iri-string v0.7.10
11602026-05-08T02:12:02.903Z Downloaded walkdir v2.5.0
11612026-05-08T02:12:02.906Z Downloaded rand v0.9.2
11622026-05-08T02:12:02.909Z Downloaded xattr v1.6.1
11632026-05-08T02:12:02.910Z Downloaded tracing-attributes v0.1.31
11642026-05-08T02:12:02.912Z Downloaded twox-hash v2.1.2
11652026-05-08T02:12:02.915Z Downloaded tui-tree-widget v0.23.1
11662026-05-08T02:12:02.915Z Downloaded uzers v0.12.2
11672026-05-08T02:12:02.918Z Downloaded h2 v0.4.13
11682026-05-08T02:12:02.921Z Downloaded wyz v0.5.1
11692026-05-08T02:12:02.924Z Downloaded tokio-rustls v0.26.4
11702026-05-08T02:12:02.924Z Downloaded similar v2.7.0
11712026-05-08T02:12:02.927Z Downloaded samael v0.0.19
11722026-05-08T02:12:02.930Z Downloaded subprocess v0.2.15
11732026-05-08T02:12:02.933Z Downloaded usdt-impl v0.6.0
11742026-05-08T02:12:02.935Z Downloaded usdt v0.6.0
11752026-05-08T02:12:02.935Z Downloaded hyper v1.8.1
11762026-05-08T02:12:02.938Z Downloaded toml v0.7.8
11772026-05-08T02:12:02.941Z Downloaded term v0.7.0
11782026-05-08T02:12:02.944Z Downloaded russh v0.45.0
11792026-05-08T02:12:02.946Z Downloaded toml v0.9.12+spec-1.1.0
11802026-05-08T02:12:02.949Z Downloaded whoami v1.6.1
11812026-05-08T02:12:02.949Z Downloaded vergen-lib v0.1.6
11822026-05-08T02:12:02.953Z Downloaded tokio-tungstenite v0.23.1
11832026-05-08T02:12:02.957Z Downloaded whoami v2.1.0
11842026-05-08T02:12:02.957Z Downloaded vergen v9.0.6
11852026-05-08T02:12:02.957Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-05-08T02:12:02.961Z Downloaded rustyline v14.0.0
11872026-05-08T02:12:02.968Z Downloaded tungstenite v0.23.0
11882026-05-08T02:12:02.971Z Downloaded tungstenite v0.21.0
11892026-05-08T02:12:02.976Z Downloaded xshell v0.2.7
11902026-05-08T02:12:02.979Z Downloaded toml v1.0.6+spec-1.1.0
11912026-05-08T02:12:02.983Z Downloaded tinyvec v1.10.0
11922026-05-08T02:12:02.983Z Downloaded vsss-rs v3.3.4
11932026-05-08T02:12:02.987Z Downloaded schemars v1.2.1
11942026-05-08T02:12:02.992Z Downloaded uuid v1.23.0
11952026-05-08T02:12:02.995Z Downloaded unicode-properties v0.1.4
11962026-05-08T02:12:02.997Z Downloaded zeroize_derive v1.4.3
11972026-05-08T02:12:02.997Z Downloaded tokio-stream v0.1.18
11982026-05-08T02:12:03.000Z Downloaded p521 v0.13.3
11992026-05-08T02:12:03.003Z Downloaded yasna v0.5.2
12002026-05-08T02:12:03.003Z Downloaded zstd v0.13.3
12012026-05-08T02:12:03.005Z Downloaded vte v0.14.1
12022026-05-08T02:12:03.008Z Downloaded vergen-gitcl v1.0.8
12032026-05-08T02:12:03.012Z Downloaded tracing-core v0.1.36
12042026-05-08T02:12:03.019Z Downloaded rand v0.10.0
12052026-05-08T02:12:03.032Z Downloaded toml_edit v0.19.15
12062026-05-08T02:12:03.041Z Downloaded tar v0.4.45
12072026-05-08T02:12:03.044Z Downloaded snafu v0.8.9
12082026-05-08T02:12:03.047Z Downloaded zeroize v1.8.2
12092026-05-08T02:12:03.055Z Downloaded zerocopy v0.6.6
12102026-05-08T02:12:03.058Z Downloaded git2 v0.20.4
12112026-05-08T02:12:03.064Z Downloaded steno v0.4.1
12122026-05-08T02:12:03.067Z Downloaded typify v0.6.2
12132026-05-08T02:12:03.070Z Downloaded reqwest v0.13.2
12142026-05-08T02:12:03.078Z Downloaded unicode_categories v0.1.1
12152026-05-08T02:12:03.088Z Downloaded unsafe-libyaml v0.2.11
12162026-05-08T02:12:03.090Z Downloaded zip v0.6.6
12172026-05-08T02:12:03.095Z Downloaded zopfli v0.8.3
12182026-05-08T02:12:03.098Z Downloaded unicode-bidi v0.3.18
12192026-05-08T02:12:03.102Z Downloaded goblin v0.10.5
12202026-05-08T02:12:03.105Z Downloaded toml_edit v0.23.10+spec-1.0.0
12212026-05-08T02:12:03.108Z Downloaded moka v0.12.13
12222026-05-08T02:12:03.115Z Downloaded typed-path v0.9.3
12232026-05-08T02:12:03.119Z Downloaded rpassword v7.4.0
12242026-05-08T02:12:03.128Z Downloaded typify v0.4.3
12252026-05-08T02:12:03.133Z Downloaded lalrpop v0.19.12
12262026-05-08T02:12:03.141Z Downloaded tower v0.5.3
12272026-05-08T02:12:03.151Z Downloaded x509-cert v0.2.5
12282026-05-08T02:12:03.154Z Downloaded reedline v0.40.0
12292026-05-08T02:12:03.158Z Downloaded unicode-segmentation v1.12.0
12302026-05-08T02:12:03.161Z Downloaded tokio-postgres v0.7.16
12312026-05-08T02:12:03.163Z Downloaded bstr v1.12.1
12322026-05-08T02:12:03.167Z Downloaded proptest v1.10.0
12332026-05-08T02:12:03.172Z Downloaded rayon v1.11.0
12342026-05-08T02:12:03.177Z Downloaded salty v0.3.0
12352026-05-08T02:12:03.184Z Downloaded tokio-util v0.7.18
12362026-05-08T02:12:03.190Z Downloaded yansi v1.0.1
12372026-05-08T02:12:03.195Z Downloaded petname v2.0.2
12382026-05-08T02:12:03.199Z Downloaded ssh-key v0.6.7
12392026-05-08T02:12:03.203Z Downloaded serde_with v3.17.0
12402026-05-08T02:12:03.209Z Downloaded rustls-webpki v0.102.8
12412026-05-08T02:12:03.219Z Downloaded zstd-safe v7.2.4
12422026-05-08T02:12:03.223Z Downloaded reqwest v0.12.28
12432026-05-08T02:12:03.226Z Downloaded regex v1.12.3
12442026-05-08T02:12:03.253Z Downloaded zerocopy-derive v0.8.40
12452026-05-08T02:12:03.271Z Downloaded p384 v0.13.1
12462026-05-08T02:12:03.274Z Downloaded polar-core v0.27.3
12472026-05-08T02:12:03.284Z Downloaded quick-xml v0.37.5
12482026-05-08T02:12:03.311Z Downloaded quinn-proto v0.11.13
12492026-05-08T02:12:03.315Z Downloaded winnow v0.6.26
12502026-05-08T02:12:03.326Z Downloaded rustls v0.21.12
12512026-05-08T02:12:03.332Z Downloaded nix v0.29.0
12522026-05-08T02:12:03.339Z Downloaded regex-syntax v0.6.29
12532026-05-08T02:12:03.342Z Downloaded hickory-proto v0.24.4
12542026-05-08T02:12:03.351Z Downloaded zip v4.6.1
12552026-05-08T02:12:03.355Z Downloaded curve25519-dalek v4.1.3
12562026-05-08T02:12:03.358Z Downloaded unicode-normalization v0.1.25
12572026-05-08T02:12:03.361Z Downloaded nix v0.31.2
12582026-05-08T02:12:03.367Z Downloaded tower-http v0.6.8
12592026-05-08T02:12:03.372Z Downloaded hickory-proto v0.25.2
12602026-05-08T02:12:03.381Z Downloaded rustls-webpki v0.101.7
12612026-05-08T02:12:03.393Z Downloaded object v0.37.3
12622026-05-08T02:12:03.399Z Downloaded smoltcp v0.11.0
12632026-05-08T02:12:03.405Z Downloaded vcpkg v0.2.15
12642026-05-08T02:12:03.427Z Downloaded tough v0.20.0
12652026-05-08T02:12:03.432Z Downloaded zerocopy v0.8.40
12662026-05-08T02:12:03.437Z Downloaded rustls v0.22.4
12672026-05-08T02:12:03.445Z Downloaded regex-syntax v0.8.10
12682026-05-08T02:12:03.451Z Downloaded rustls v0.23.37
12692026-05-08T02:12:03.458Z Downloaded portable-atomic v1.13.1
12702026-05-08T02:12:03.464Z Downloaded winnow v0.5.40
12712026-05-08T02:12:03.470Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-05-08T02:12:03.478Z Downloaded object v0.30.4
12732026-05-08T02:12:03.483Z Downloaded nix v0.27.1
12742026-05-08T02:12:03.500Z Downloaded openssl v0.10.78
12752026-05-08T02:12:03.506Z Downloaded nix v0.28.0
12762026-05-08T02:12:03.512Z Downloaded radix_trie v0.2.1
12772026-05-08T02:12:03.551Z Downloaded ratatui v0.29.0
12782026-05-08T02:12:03.564Z Downloaded typify-impl v0.6.2
12792026-05-08T02:12:03.571Z Downloaded time v0.3.47
12802026-05-08T02:12:03.578Z Downloaded tabled v0.20.0
12812026-05-08T02:12:03.588Z Downloaded zerocopy-derive v0.6.6
12822026-05-08T02:12:03.599Z Downloaded zlib-rs v0.6.2
12832026-05-08T02:12:03.604Z Downloaded regex-automata v0.4.14
12842026-05-08T02:12:03.613Z Downloaded smoltcp v0.9.1
12852026-05-08T02:12:03.619Z Downloaded jiff v0.2.21
12862026-05-08T02:12:03.632Z Downloaded webpki-roots v1.0.6
12872026-05-08T02:12:03.635Z Downloaded dropshot v0.16.7
12882026-05-08T02:12:03.646Z Downloaded chrono-tz v0.10.4
12892026-05-08T02:12:03.665Z Downloaded libz-sys v1.1.24
12902026-05-08T02:12:03.678Z Downloaded regress v0.10.5
12912026-05-08T02:12:03.683Z Downloaded petgraph v0.8.3
12922026-05-08T02:12:03.696Z Downloaded diesel v2.3.7
12932026-05-08T02:12:03.708Z Downloaded regress v0.11.1
12942026-05-08T02:12:03.713Z Downloaded openapiv3 v2.2.0
12952026-05-08T02:12:03.722Z Downloaded rustix v0.38.44
12962026-05-08T02:12:03.864Z Downloaded sqlparser v0.61.0
12972026-05-08T02:12:03.917Z Downloaded tracing v0.1.44
12982026-05-08T02:12:03.930Z Downloaded typify-impl v0.4.3
12992026-05-08T02:12:03.939Z Downloaded sled v0.34.7
13002026-05-08T02:12:04.024Z Downloaded petgraph v0.6.5
13012026-05-08T02:12:04.088Z Downloaded csv v1.4.0
13022026-05-08T02:12:04.132Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-08T02:12:04.159Z Downloaded sha3 v0.10.8
13042026-05-08T02:12:04.167Z Downloaded tokio v1.52.1
13052026-05-08T02:12:04.293Z Downloaded encoding_rs v0.8.35
13062026-05-08T02:12:04.329Z Downloaded ring v0.17.14
13072026-05-08T02:12:04.353Z Downloaded aws-lc-sys v0.37.1
13082026-05-08T02:12:04.501Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-08T02:12:04.632Z Compiling libc v0.2.185
13102026-05-08T02:12:04.632Z Compiling serde v1.0.228
13112026-05-08T02:12:04.636Z Compiling shlex v1.3.0
13122026-05-08T02:12:04.637Z Compiling log v0.4.29
13132026-05-08T02:12:04.637Z Compiling find-msvc-tools v0.1.9
13142026-05-08T02:12:04.637Z Compiling smallvec v1.15.1
13152026-05-08T02:12:04.637Z Compiling syn v2.0.117
13162026-05-08T02:12:04.637Z Compiling typenum v1.19.0
13172026-05-08T02:12:04.937Z Compiling generic-array v0.14.7
13182026-05-08T02:12:04.975Z Compiling subtle v2.6.1
13192026-05-08T02:12:05.010Z Compiling scopeguard v1.2.0
13202026-05-08T02:12:05.023Z Compiling const-oid v0.9.6
13212026-05-08T02:12:05.080Z Compiling portable-atomic v1.13.1
13222026-05-08T02:12:05.118Z Compiling lock_api v0.4.14
13232026-05-08T02:12:05.168Z Compiling zerocopy v0.8.40
13242026-05-08T02:12:05.191Z Compiling serde_json v1.0.149
13252026-05-08T02:12:05.361Z Compiling critical-section v1.2.0
13262026-05-08T02:12:05.388Z Compiling pin-project-lite v0.2.17
13272026-05-08T02:12:05.471Z Compiling parking_lot_core v0.9.12
13282026-05-08T02:12:05.600Z Compiling getrandom v0.2.17
13292026-05-08T02:12:05.633Z Compiling jobserver v0.1.34
13302026-05-08T02:12:05.687Z Compiling errno v0.3.14
13312026-05-08T02:12:05.722Z Compiling rand_core v0.6.4
13322026-05-08T02:12:05.737Z Compiling pkg-config v0.3.32
13332026-05-08T02:12:05.817Z Compiling signal-hook-registry v1.4.8
13342026-05-08T02:12:05.832Z Compiling cc v1.2.56
13352026-05-08T02:12:05.987Z Compiling once_cell v1.21.3
13362026-05-08T02:12:06.051Z Compiling bitflags v2.11.0
13372026-05-08T02:12:06.078Z Compiling libm v0.2.16
13382026-05-08T02:12:06.192Z Compiling parking_lot v0.12.5
13392026-05-08T02:12:06.265Z Compiling mio v1.2.0
13402026-05-08T02:12:06.275Z Compiling num-traits v0.2.19
13412026-05-08T02:12:06.288Z Compiling futures-core v0.3.32
13422026-05-08T02:12:06.448Z Compiling percent-encoding v2.3.2
13432026-05-08T02:12:06.556Z Compiling socket2 v0.6.3
13442026-05-08T02:12:06.597Z Compiling cpufeatures v0.2.17
13452026-05-08T02:12:06.621Z Compiling futures-sink v0.3.32
13462026-05-08T02:12:06.632Z Compiling futures-io v0.3.32
13472026-05-08T02:12:06.668Z Compiling futures-task v0.3.32
13482026-05-08T02:12:06.717Z Compiling futures-channel v0.3.32
13492026-05-08T02:12:06.734Z Compiling getrandom v0.4.1
13502026-05-08T02:12:06.776Z Compiling slab v0.4.12
13512026-05-08T02:12:06.831Z Compiling getrandom v0.3.4
13522026-05-08T02:12:06.935Z Compiling rand_core v0.10.0
13532026-05-08T02:12:06.949Z Compiling rustversion v1.0.22
13542026-05-08T02:12:06.954Z Compiling indexmap v2.14.0
13552026-05-08T02:12:07.094Z Compiling form_urlencoded v1.2.2
13562026-05-08T02:12:07.283Z Compiling cmake v0.1.57
13572026-05-08T02:12:07.344Z Compiling fs_extra v1.3.0
13582026-05-08T02:12:07.478Z Compiling synstructure v0.13.2
13592026-05-08T02:12:07.630Z Compiling dunce v1.0.5
13602026-05-08T02:12:07.708Z Compiling ident_case v1.0.1
13612026-05-08T02:12:07.726Z Compiling base64ct v1.8.3
13622026-05-08T02:12:07.776Z Compiling aws-lc-sys v0.37.1
13632026-05-08T02:12:07.832Z Compiling flagset v0.4.7
13642026-05-08T02:12:07.876Z Compiling rand_core v0.9.5
13652026-05-08T02:12:07.912Z Compiling rustix v1.1.3
13662026-05-08T02:12:07.961Z Compiling pem-rfc7468 v0.7.0
13672026-05-08T02:12:08.011Z Compiling iana-time-zone v0.1.65
13682026-05-08T02:12:08.024Z Compiling ring v0.17.14
13692026-05-08T02:12:08.151Z Compiling uuid v1.23.0
13702026-05-08T02:12:08.168Z Compiling rustc_version v0.4.1
13712026-05-08T02:12:08.214Z Compiling vcpkg v0.2.15
13722026-05-08T02:12:08.268Z Compiling aws-lc-rs v1.16.0
13732026-05-08T02:12:08.488Z Compiling regex-syntax v0.8.10
13742026-05-08T02:12:08.560Z Compiling tracing-core v0.1.36
13752026-05-08T02:12:08.871Z Compiling pest_generator v2.8.6
13762026-05-08T02:12:08.954Z Compiling openssl-sys v0.9.114
13772026-05-08T02:12:09.109Z Compiling serde_derive_internals v0.29.1
13782026-05-08T02:12:09.315Z Compiling serde_derive v1.0.228
13792026-05-08T02:12:09.481Z Compiling zeroize_derive v1.4.3
13802026-05-08T02:12:09.589Z Compiling zerofrom-derive v0.1.6
13812026-05-08T02:12:09.677Z Compiling yoke-derive v0.8.1
13822026-05-08T02:12:10.021Z Compiling zerocopy-derive v0.8.40
13832026-05-08T02:12:10.122Z Compiling zeroize v1.8.2
13842026-05-08T02:12:10.831Z Compiling zerovec-derive v0.11.2
13852026-05-08T02:12:10.844Z Compiling crypto-common v0.1.7
13862026-05-08T02:12:10.893Z Compiling block-buffer v0.10.4
13872026-05-08T02:12:10.993Z Compiling displaydoc v0.2.5
13882026-05-08T02:12:10.997Z Compiling zerofrom v0.1.6
13892026-05-08T02:12:11.064Z Compiling digest v0.10.7
13902026-05-08T02:12:11.130Z Compiling yoke v0.8.1
13912026-05-08T02:12:11.314Z Compiling tokio-macros v2.7.0
13922026-05-08T02:12:11.331Z Compiling hmac v0.12.1
13932026-05-08T02:12:11.482Z Compiling futures-macro v0.3.32
13942026-05-08T02:12:11.731Z Compiling zerotrie v0.2.3
13952026-05-08T02:12:11.928Z Compiling zerovec v0.11.5
13962026-05-08T02:12:12.006Z Compiling block-padding v0.3.3
13972026-05-08T02:12:12.024Z Compiling sha2 v0.10.9
13982026-05-08T02:12:12.160Z Compiling inout v0.1.4
13992026-05-08T02:12:12.252Z Compiling futures-util v0.3.32
14002026-05-08T02:12:12.321Z Compiling cipher v0.4.4
14012026-05-08T02:12:12.422Z Compiling tinystr v0.8.2
14022026-05-08T02:12:12.605Z Compiling icu_locale_core v2.1.1
14032026-05-08T02:12:12.647Z Compiling potential_utf v0.1.4
14042026-05-08T02:12:12.675Z Compiling der_derive v0.7.3
14052026-05-08T02:12:12.811Z Compiling bytes v1.11.1
14062026-05-08T02:12:12.825Z Compiling icu_collections v2.1.1
14072026-05-08T02:12:13.301Z Compiling tokio v1.52.1
14082026-05-08T02:12:13.414Z Compiling icu_provider v2.1.1
14092026-05-08T02:12:13.442Z Compiling http v1.4.0
14102026-05-08T02:12:13.482Z Compiling chrono v0.4.44
14112026-05-08T02:12:13.602Z Compiling der v0.7.10
14122026-05-08T02:12:13.697Z Compiling icu_properties v2.1.2
14132026-05-08T02:12:14.322Z Compiling icu_normalizer v2.1.1
14142026-05-08T02:12:14.470Z Compiling ppv-lite86 v0.2.21
14152026-05-08T02:12:14.548Z Compiling spki v0.7.3
14162026-05-08T02:12:14.748Z Compiling idna_adapter v1.2.1
14172026-05-08T02:12:14.762Z Compiling salsa20 v0.10.2
14182026-05-08T02:12:14.765Z Compiling pbkdf2 v0.12.2
14192026-05-08T02:12:14.788Z Compiling thiserror-impl v2.0.18
14202026-05-08T02:12:14.802Z Compiling rand_chacha v0.9.0
14212026-05-08T02:12:14.836Z Compiling aes v0.8.4
14222026-05-08T02:12:14.872Z Compiling idna v1.1.0
14232026-05-08T02:12:14.885Z Compiling scrypt v0.11.0
14242026-05-08T02:12:14.898Z Compiling cbc v0.1.2
14252026-05-08T02:12:15.037Z Compiling rustls-pki-types v1.14.0
14262026-05-08T02:12:15.125Z Compiling tracing-attributes v0.1.31
14272026-05-08T02:12:15.471Z Compiling url v2.5.8
14282026-05-08T02:12:15.471Z Compiling pkcs5 v0.7.1
14292026-05-08T02:12:15.499Z Compiling rand v0.9.2
14302026-05-08T02:12:15.862Z Compiling http-body v1.0.1
14312026-05-08T02:12:16.003Z Compiling schemars v0.8.22
14322026-05-08T02:12:16.017Z Compiling httparse v1.10.1
14332026-05-08T02:12:16.070Z Compiling thiserror v2.0.18
14342026-05-08T02:12:16.175Z Compiling openssl-probe v0.2.1
14352026-05-08T02:12:16.196Z Compiling untrusted v0.7.1
14362026-05-08T02:12:16.230Z Compiling base64 v0.22.1
14372026-05-08T02:12:16.261Z Compiling untrusted v0.9.0
14382026-05-08T02:12:16.332Z Compiling pkcs8 v0.10.2
14392026-05-08T02:12:16.343Z Compiling schemars_derive v0.8.22
14402026-05-08T02:12:16.390Z Compiling tracing v0.1.44
14412026-05-08T02:12:16.402Z Compiling pest_derive v2.8.6
14422026-05-08T02:12:16.533Z Compiling scroll_derive v0.13.1
14432026-05-08T02:12:16.620Z Compiling darling_core v0.20.11
14442026-05-08T02:12:16.641Z Compiling try-lock v0.2.5
14452026-05-08T02:12:16.750Z Compiling rustls v0.23.37
14462026-05-08T02:12:16.810Z Compiling tinyvec_macros v0.1.1
14472026-05-08T02:12:16.880Z Compiling atomic-waker v1.1.2
14482026-05-08T02:12:16.915Z Compiling tokio-util v0.7.18
14492026-05-08T02:12:17.002Z Compiling tower-layer v0.3.3
14502026-05-08T02:12:17.160Z Compiling dyn-clone v1.0.20
14512026-05-08T02:12:17.295Z Compiling tower-service v0.3.3
14522026-05-08T02:12:17.308Z Compiling scroll v0.13.0
14532026-05-08T02:12:17.387Z Compiling tinyvec v1.10.0
14542026-05-08T02:12:17.605Z Compiling want v0.3.1
14552026-05-08T02:12:17.762Z Compiling h2 v0.4.13
14562026-05-08T02:12:17.986Z Compiling ipnet v2.11.0
14572026-05-08T02:12:18.065Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14582026-05-08T02:12:18.135Z Compiling spin v0.9.8
14592026-05-08T02:12:18.342Z Compiling aho-corasick v1.1.4
14602026-05-08T02:12:18.439Z Compiling httpdate v1.0.3
14612026-05-08T02:12:18.483Z Compiling time-core v0.1.8
14622026-05-08T02:12:18.629Z Compiling crc32fast v1.5.0
14632026-05-08T02:12:18.658Z Compiling pin-utils v0.1.0
14642026-05-08T02:12:18.732Z Compiling foreign-types-shared v0.1.1
14652026-05-08T02:12:18.819Z Compiling openssl v0.10.78
14662026-05-08T02:12:18.841Z Compiling powerfmt v0.2.0
14672026-05-08T02:12:18.872Z Compiling num-conv v0.2.0
14682026-05-08T02:12:18.905Z Compiling darling_macro v0.20.11
14692026-05-08T02:12:18.937Z Compiling foreign-types v0.3.2
14702026-05-08T02:12:18.998Z Compiling time-macros v0.2.27
14712026-05-08T02:12:19.012Z Compiling deranged v0.5.8
14722026-05-08T02:12:19.031Z Compiling tempfile v3.25.0
14732026-05-08T02:12:19.352Z Compiling darling v0.20.11
14742026-05-08T02:12:19.392Z Compiling regex-automata v0.4.14
14752026-05-08T02:12:19.431Z Compiling goblin v0.10.5
14762026-05-08T02:12:19.992Z Compiling openssl-macros v0.1.1
14772026-05-08T02:12:20.024Z Compiling wait-timeout v0.2.1
14782026-05-08T02:12:20.284Z Compiling native-tls v0.2.18
14792026-05-08T02:12:20.373Z Compiling usdt-impl v0.6.0
14802026-05-08T02:12:20.481Z Compiling num_threads v0.1.7
14812026-05-08T02:12:20.497Z Compiling bit-vec v0.8.0
14822026-05-08T02:12:21.572Z Compiling crossbeam-utils v0.8.21
14832026-05-08T02:12:21.575Z Compiling quick-error v1.2.3
14842026-05-08T02:12:21.575Z Compiling hyper v1.8.1
14852026-05-08T02:12:21.575Z Compiling simd-adler32 v0.3.8
14862026-05-08T02:12:21.575Z Compiling syn v1.0.109
14872026-05-08T02:12:21.575Z Compiling siphasher v1.0.2
14882026-05-08T02:12:21.575Z Compiling bit-set v0.8.0
14892026-05-08T02:12:21.575Z Compiling rusty-fork v0.3.1
14902026-05-08T02:12:21.575Z Compiling time v0.3.47
14912026-05-08T02:12:21.642Z Compiling derive_builder_core v0.20.2
14922026-05-08T02:12:22.219Z Compiling dof v0.4.0
14932026-05-08T02:12:22.530Z Compiling hyper-util v0.1.20
14942026-05-08T02:12:23.092Z Compiling unicode-normalization v0.1.25
14952026-05-08T02:12:23.393Z Compiling dtrace-parser v0.3.0
14962026-05-08T02:12:23.425Z Compiling rustls-native-certs v0.8.3
14972026-05-08T02:12:23.533Z Compiling signature v2.2.0
14982026-05-08T02:12:23.641Z Compiling thiserror-impl v1.0.69
14992026-05-08T02:12:23.704Z Compiling scroll_derive v0.12.1
15002026-05-08T02:12:23.704Z Compiling heapless v0.7.17
15012026-05-08T02:12:23.952Z Compiling rand_xorshift v0.4.0
15022026-05-08T02:12:24.112Z Compiling slog v2.8.2
15032026-05-08T02:12:24.126Z Compiling darling_core v0.21.3
15042026-05-08T02:12:24.237Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-05-08T02:12:24.291Z Compiling sync_wrapper v1.0.2
15062026-05-08T02:12:24.339Z Compiling thread-id v5.1.0
15072026-05-08T02:12:24.395Z Compiling cookie v0.18.1
15082026-05-08T02:12:24.419Z Compiling allocator-api2 v0.2.21
15092026-05-08T02:12:24.460Z Compiling signal-hook v0.3.18
15102026-05-08T02:12:24.500Z Compiling anyhow v1.0.102
15112026-05-08T02:12:24.568Z Compiling unicode-bidi v0.3.18
15122026-05-08T02:12:24.626Z Compiling unarray v0.1.4
15132026-05-08T02:12:24.735Z Compiling paste v1.0.15
15142026-05-08T02:12:24.759Z Compiling zstd-safe v7.2.4
15152026-05-08T02:12:24.795Z Compiling adler2 v2.0.1
15162026-05-08T02:12:24.866Z Compiling unicode-properties v0.1.4
15172026-05-08T02:12:24.918Z Compiling miniz_oxide v0.8.9
15182026-05-08T02:12:24.932Z Compiling thiserror v1.0.69
15192026-05-08T02:12:25.030Z Compiling stringprep v0.1.5
15202026-05-08T02:12:25.066Z Compiling proptest v1.10.0
15212026-05-08T02:12:25.463Z Compiling tower v0.5.3
15222026-05-08T02:12:25.504Z Compiling scroll v0.12.0
15232026-05-08T02:12:25.759Z Compiling derive_builder_macro v0.20.2
15242026-05-08T02:12:25.922Z Compiling ipnetwork v0.21.1
15252026-05-08T02:12:26.041Z Compiling http-body-util v0.1.3
15262026-05-08T02:12:26.191Z Compiling webpki-roots v1.0.6
15272026-05-08T02:12:26.282Z Compiling rand_chacha v0.3.1
15282026-05-08T02:12:26.306Z Compiling serde_tokenstream v0.2.3
15292026-05-08T02:12:26.309Z Compiling serde_spanned v0.6.9
15302026-05-08T02:12:26.379Z Compiling toml_datetime v0.6.11
15312026-05-08T02:12:26.457Z Compiling erased-serde v0.3.31
15322026-05-08T02:12:26.571Z Compiling darling_macro v0.21.3
15332026-05-08T02:12:26.608Z Compiling md-5 v0.10.6
15342026-05-08T02:12:26.629Z Compiling zerocopy-derive v0.7.35
15352026-05-08T02:12:26.771Z Compiling curve25519-dalek v4.1.3
15362026-05-08T02:12:26.924Z Compiling vergen-lib v0.1.6
15372026-05-08T02:12:27.036Z Compiling num-integer v0.1.46
15382026-05-08T02:12:27.070Z Compiling hash32 v0.2.1
15392026-05-08T02:12:27.097Z Compiling ff v0.13.1
15402026-05-08T02:12:27.112Z Compiling memoffset v0.9.1
15412026-05-08T02:12:27.231Z Compiling num-bigint-dig v0.8.6
15422026-05-08T02:12:27.257Z Compiling fallible-iterator v0.2.0
15432026-05-08T02:12:27.293Z Compiling cfg_aliases v0.2.1
15442026-05-08T02:12:27.353Z Compiling smoltcp v0.9.1
15452026-05-08T02:12:27.365Z Compiling rustix v0.38.44
15462026-05-08T02:12:27.411Z Compiling zlib-rs v0.6.2
15472026-05-08T02:12:27.466Z Compiling psl-types v2.0.11
15482026-05-08T02:12:27.578Z Compiling litrs v1.0.0
15492026-05-08T02:12:27.607Z Compiling ref-cast v1.0.25
15502026-05-08T02:12:27.732Z Compiling ryu v1.0.23
15512026-05-08T02:12:27.748Z Compiling base16ct v0.2.0
15522026-05-08T02:12:27.906Z Compiling iri-string v0.7.10
15532026-05-08T02:12:27.922Z Compiling serde_urlencoded v0.7.1
15542026-05-08T02:12:27.967Z Compiling sec1 v0.7.3
15552026-05-08T02:12:28.089Z Compiling document-features v0.2.12
15562026-05-08T02:12:28.238Z Compiling publicsuffix v2.3.0
15572026-05-08T02:12:28.289Z Compiling postgres-protocol v0.6.10
15582026-05-08T02:12:28.407Z Compiling zerocopy v0.7.35
15592026-05-08T02:12:28.691Z Compiling nix v0.31.2
15602026-05-08T02:12:28.836Z Compiling newtype-uuid v1.3.2
15612026-05-08T02:12:29.045Z Compiling tower-http v0.6.8
15622026-05-08T02:12:29.058Z Compiling num-iter v0.1.45
15632026-05-08T02:12:29.180Z Compiling group v0.13.0
15642026-05-08T02:12:29.399Z Compiling darling v0.21.3
15652026-05-08T02:12:29.462Z Compiling rand v0.8.5
15662026-05-08T02:12:29.494Z Compiling derive_builder v0.20.2
15672026-05-08T02:12:29.607Z Compiling oxnet v0.1.4
15682026-05-08T02:12:29.620Z Compiling tokio-native-tls v0.3.1
15692026-05-08T02:12:29.643Z Compiling hubpack_derive v0.1.1
15702026-05-08T02:12:29.803Z Compiling goblin v0.8.2
15712026-05-08T02:12:30.322Z Compiling flate2 v1.1.9
15722026-05-08T02:12:30.369Z Compiling regex v1.12.3
15732026-05-08T02:12:30.584Z Compiling phf_shared v0.13.1
15742026-05-08T02:12:30.655Z Compiling lazy_static v1.5.0
15752026-05-08T02:12:30.730Z Compiling cargo-platform v0.1.9
15762026-05-08T02:12:30.751Z Compiling hkdf v0.12.4
15772026-05-08T02:12:30.771Z Compiling crypto-bigint v0.5.5
15782026-05-08T02:12:30.800Z Compiling terminal_size v0.4.3
15792026-05-08T02:12:30.819Z Compiling strum_macros v0.27.2
15802026-05-08T02:12:30.908Z Compiling async-trait v0.1.89
15812026-05-08T02:12:30.932Z Compiling ref-cast-impl v1.0.25
15822026-05-08T02:12:30.977Z Compiling curve25519-dalek-derive v0.1.1
15832026-05-08T02:12:31.453Z Compiling daft-derive v0.1.5
15842026-05-08T02:12:31.600Z Compiling vergen v9.0.6
15852026-05-08T02:12:31.779Z Compiling fs-err v3.3.0
15862026-05-08T02:12:31.901Z Compiling ahash v0.8.12
15872026-05-08T02:12:31.968Z Compiling winnow v0.5.40
15882026-05-08T02:12:32.103Z Compiling foldhash v0.1.5
15892026-05-08T02:12:32.157Z Compiling foldhash v0.2.0
15902026-05-08T02:12:32.276Z Compiling object v0.37.3
15912026-05-08T02:12:32.384Z Compiling libbz2-rs-sys v0.2.2
15922026-05-08T02:12:32.580Z Compiling bitflags v1.3.2
15932026-05-08T02:12:32.658Z Compiling unicode-segmentation v1.12.0
15942026-05-08T02:12:32.785Z Compiling bumpalo v3.20.2
15952026-05-08T02:12:32.909Z Compiling managed v0.8.0
15962026-05-08T02:12:33.039Z Compiling zopfli v0.8.3
15972026-05-08T02:12:33.053Z Compiling bzip2 v0.6.1
15982026-05-08T02:12:33.066Z Compiling strum v0.27.2
15992026-05-08T02:12:33.241Z Compiling toml_edit v0.19.15
16002026-05-08T02:12:33.256Z Compiling hashbrown v0.16.1
16012026-05-08T02:12:33.268Z Compiling hashbrown v0.15.5
16022026-05-08T02:12:33.370Z Compiling daft v0.1.5
16032026-05-08T02:12:33.651Z Compiling clap_builder v4.5.60
16042026-05-08T02:12:33.805Z Compiling dof v0.3.0
16052026-05-08T02:12:33.848Z Compiling elliptic-curve v0.13.8
16062026-05-08T02:12:34.021Z Compiling cargo_metadata v0.19.2
16072026-05-08T02:12:34.235Z Compiling phf v0.13.1
16082026-05-08T02:12:34.506Z Compiling cookie_store v0.22.1
16092026-05-08T02:12:35.147Z Compiling signal-hook-mio v0.2.5
16102026-05-08T02:12:35.329Z Compiling hubpack v0.1.2
16112026-05-08T02:12:35.545Z Compiling zstd v0.13.3
16122026-05-08T02:12:35.628Z Compiling bzip2 v0.4.4
16132026-05-08T02:12:35.805Z Compiling hyper-tls v0.6.0
16142026-05-08T02:12:35.825Z Compiling serde_with_macros v3.17.0
16152026-05-08T02:12:35.949Z Compiling postgres-types v0.2.12
16162026-05-08T02:12:36.020Z Compiling usdt-attr-macro v0.6.0
16172026-05-08T02:12:36.485Z Compiling usdt-macro v0.6.0
16182026-05-08T02:12:36.605Z Compiling dtrace-parser v0.2.0
16192026-05-08T02:12:36.796Z Compiling ed25519 v2.2.3
16202026-05-08T02:12:36.810Z Compiling bstr v1.12.1
16212026-05-08T02:12:36.924Z Compiling phf_shared v0.11.3
16222026-05-08T02:12:37.100Z Compiling pkcs1 v0.7.5
16232026-05-08T02:12:37.125Z Compiling hex v0.4.3
16242026-05-08T02:12:37.201Z Compiling serde-big-array v0.5.1
16252026-05-08T02:12:37.339Z Compiling rfc6979 v0.4.0
16262026-05-08T02:12:37.339Z Compiling enum-as-inner v0.6.1
16272026-05-08T02:12:37.383Z Compiling strum_macros v0.26.4
16282026-05-08T02:12:37.447Z Compiling serde_repr v0.1.20
16292026-05-08T02:12:37.461Z Compiling clap_derive v4.5.55
16302026-05-08T02:12:37.551Z Compiling float-cmp v0.10.0
16312026-05-08T02:12:37.695Z Compiling memmap2 v0.9.10
16322026-05-08T02:12:37.713Z Compiling thread-id v4.2.2
16332026-05-08T02:12:37.800Z Compiling env_filter v1.0.0
16342026-05-08T02:12:37.852Z Compiling encoding_rs v0.8.35
16352026-05-08T02:12:37.905Z Compiling keccak v0.1.6
16362026-05-08T02:12:37.981Z Compiling new_debug_unreachable v1.0.6
16372026-05-08T02:12:38.055Z Compiling normalize-line-endings v0.3.0
16382026-05-08T02:12:38.102Z Compiling mime v0.3.17
16392026-05-08T02:12:38.151Z Compiling jiff v0.2.21
16402026-05-08T02:12:38.356Z Compiling whoami v2.1.0
16412026-05-08T02:12:38.721Z Compiling rustc-hash v2.1.1
16422026-05-08T02:12:38.736Z Compiling fixedbitset v0.4.2
16432026-05-08T02:12:38.844Z Compiling fixedbitset v0.5.7
16442026-05-08T02:12:38.947Z Compiling predicates-core v1.0.10
16452026-05-08T02:12:39.125Z Compiling data-encoding v2.10.0
16462026-05-08T02:12:39.139Z Compiling difflib v0.4.0
16472026-05-08T02:12:39.139Z Compiling precomputed-hash v0.1.1
16482026-05-08T02:12:39.226Z Compiling static_assertions v1.1.0
16492026-05-08T02:12:39.245Z Compiling either v1.15.0
16502026-05-08T02:12:39.299Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-08T02:12:39.343Z Compiling clap v4.5.60
16522026-05-08T02:12:39.426Z Compiling itertools v0.13.0
16532026-05-08T02:12:39.451Z Compiling hickory-proto v0.25.2
16542026-05-08T02:12:39.695Z Compiling predicates v3.1.4
16552026-05-08T02:12:39.804Z Compiling string_cache v0.8.9
16562026-05-08T02:12:39.933Z Compiling strum v0.26.3
16572026-05-08T02:12:40.022Z Compiling petgraph v0.8.3
16582026-05-08T02:12:40.059Z Compiling petgraph v0.6.5
16592026-05-08T02:12:40.340Z Compiling iddqd v0.3.18
16602026-05-08T02:12:40.630Z Compiling tokio-postgres v0.7.16
16612026-05-08T02:12:41.465Z Compiling zip v4.6.1
16622026-05-08T02:12:41.505Z Compiling toml_edit v0.22.27
16632026-05-08T02:12:41.934Z Compiling sha3 v0.10.8
16642026-05-08T02:12:42.061Z Compiling env_logger v0.11.9
16652026-05-08T02:12:42.259Z Compiling usdt v0.6.0
16662026-05-08T02:12:42.388Z Compiling usdt-impl v0.5.0
16672026-05-08T02:12:42.416Z Compiling ecdsa v0.16.9
16682026-05-08T02:12:42.431Z Compiling serde_with v3.17.0
16692026-05-08T02:12:42.553Z Compiling rsa v0.9.10
16702026-05-08T02:12:42.803Z Compiling similar v2.7.0
16712026-05-08T02:12:42.836Z Compiling ed25519-dalek v2.2.0
16722026-05-08T02:12:43.010Z Compiling crossterm v0.28.1
16732026-05-08T02:12:43.675Z Compiling zip v0.6.6
16742026-05-08T02:12:44.173Z Compiling toml v0.7.8
16752026-05-08T02:12:44.482Z Compiling heck v0.4.1
16762026-05-08T02:12:44.501Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-08T02:12:44.654Z Compiling crossbeam-epoch v0.9.18
16782026-05-08T02:12:44.705Z Compiling tokio-stream v0.1.18
16792026-05-08T02:12:44.765Z Compiling buf-list v1.1.2
16802026-05-08T02:12:44.924Z Compiling x509-cert v0.2.5
16812026-05-08T02:12:44.982Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-08T02:12:45.036Z Compiling openapiv3 v2.2.0
16832026-05-08T02:12:45.126Z Compiling sha1 v0.10.6
16842026-05-08T02:12:45.166Z Compiling toml_datetime v0.7.5+spec-1.1.0
16852026-05-08T02:12:45.285Z Compiling peg-runtime v0.8.5
16862026-05-08T02:12:45.344Z Compiling lalrpop-util v0.19.12
16872026-05-08T02:12:45.453Z Compiling thread_local v1.1.9
16882026-05-08T02:12:45.535Z Compiling slog-async v2.8.0
16892026-05-08T02:12:45.567Z Compiling crossbeam-channel v0.5.15
16902026-05-08T02:12:45.701Z Compiling futures-executor v0.3.32
16912026-05-08T02:12:45.842Z Compiling is-terminal v0.4.17
16922026-05-08T02:12:45.856Z Compiling filetime v0.2.27
16932026-05-08T02:12:45.940Z Compiling xattr v1.6.1
16942026-05-08T02:12:45.956Z Compiling term v1.2.1
16952026-05-08T02:12:46.016Z Compiling take_mut v0.2.2
16962026-05-08T02:12:46.030Z Compiling futures v0.3.32
16972026-05-08T02:12:46.114Z Compiling tar v0.4.45
16982026-05-08T02:12:46.513Z Compiling slog-term v2.9.2
16992026-05-08T02:12:56.105Z Compiling rustls-webpki v0.103.9
17002026-05-08T02:12:58.866Z Compiling tokio-rustls v0.26.4
17012026-05-08T02:12:58.866Z Compiling rustls-platform-verifier v0.6.2
17022026-05-08T02:12:59.071Z Compiling hyper-rustls v0.27.7
17032026-05-08T02:12:59.269Z Compiling reqwest v0.13.2
17042026-05-08T02:12:59.269Z Compiling reqwest v0.12.28
17052026-05-08T02:13:01.351Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-08T02:13:01.564Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-08T02:13:04.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17082026-05-08T02:13:04.557Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092026-05-08T02:13:04.612ZMay 08 02:13:03.514 INFO Starting download, target: Clickhouse
17102026-05-08T02:13:04.612ZMay 08 02:13:03.514 INFO Starting download, target: Cockroach
17112026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Starting download, target: Console
17122026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Starting download, target: DendriteStub
17132026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Starting download, target: TransceiverControl
17142026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Starting download, target: MaghemiteMgd
17152026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-05-08T02:13:04.619ZMay 08 02:13:03.514 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-08T02:13:05.060ZMay 08 02:13:03.964 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-05-08T02:13:05.277ZMay 08 02:13:04.173 INFO Download complete, target: TransceiverControl
17232026-05-08T02:13:05.586ZMay 08 02:13:04.488 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-08T02:13:05.832ZMay 08 02:13:04.731 INFO Download complete, target: Console
17252026-05-08T02:13:06.004ZMay 08 02:13:04.901 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-05-08T02:13:06.222ZMay 08 02:13:05.126 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-05-08T02:13:06.805ZMay 08 02:13:05.709 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17282026-05-08T02:13:06.806ZMay 08 02:13:05.709 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17292026-05-08T02:13:06.856ZMay 08 02:13:05.761 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-05-08T02:13:08.305ZMay 08 02:13:07.209 INFO Download complete, target: DendriteStub
17312026-05-08T02:13:08.561ZMay 08 02:13:07.466 INFO Download complete, target: MaghemiteMgd
17322026-05-08T02:13:11.406ZMay 08 02:13:10.310 INFO Checking that binary works, target: Cockroach
17332026-05-08T02:13:11.517ZMay 08 02:13:10.422 INFO Download complete, target: Cockroach
17342026-05-08T02:13:13.582ZMay 08 02:13:12.486 INFO Checking that binary works, target: Clickhouse
17352026-05-08T02:13:13.668ZMay 08 02:13:12.573 INFO Download complete, target: Clickhouse
17362026-05-08T02:13:13.683ZAll builder prerequisites installed successfully, and PATH looks valid
17372026-05-08T02:13:13.687Z
17382026-05-08T02:13:13.687Zreal 2:12.314842838
17392026-05-08T02:13:13.687Zuser 6:42.220148483
17402026-05-08T02:13:13.687Zsys 1:19.380283284
17412026-05-08T02:13:13.687Ztrap 0.220860615
17422026-05-08T02:13:13.687Ztflt 0.580721232
17432026-05-08T02:13:13.687Zdflt 0.489861880
17442026-05-08T02:13:13.687Zkflt 0.023056062
17452026-05-08T02:13:13.687Zlock 20:58.926058488
17462026-05-08T02:13:13.687Zslp 20:40.629916142
17472026-05-08T02:13:13.687Zlat 39.834580069
17482026-05-08T02:13:13.687Zstop 1:53.071488949
17492026-05-08T02:13:13.687Z+ banner hack-check
17502026-05-08T02:13:13.687Z
17512026-05-08T02:13:13.687Z # # ## #### # # #### # # ###### #### # #
17522026-05-08T02:13:13.687Z # # # # # # # # # # # # # # # # #
17532026-05-08T02:13:13.687Z ###### # # # #### ##### # ###### ##### # ####
17542026-05-08T02:13:13.687Z # # ###### # # # # # # # # # #
17552026-05-08T02:13:13.687Z # # # # # # # # # # # # # # # # #
17562026-05-08T02:13:13.687Z # # # # #### # # #### # # ###### #### # #
17572026-05-08T02:13:13.687Z
17582026-05-08T02:13:13.687Z+ export CARGO_INCREMENTAL=0
17592026-05-08T02:13:13.687Z+ CARGO_INCREMENTAL=0
17602026-05-08T02:13:13.687Z+ ptime -m timeout 2h cargo xtask check-features --ci
17612026-05-08T02:13:14.204Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17622026-05-08T02:13:14.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17632026-05-08T02:13:16.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17642026-05-08T02:13:16.352Z Running `target/debug/xtask check-features --ci`
17652026-05-08T02:13:16.378Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17662026-05-08T02:13:16.378Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17672026-05-08T02:13:16.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17682026-05-08T02:13:16.883Z Running `target/debug/xtask download cargo-hack`
17692026-05-08T02:13:17.649Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-05-08T02:13:17.960Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-05-08T02:13:20.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
17722026-05-08T02:13:20.557Z Running `target/debug/xtask-downloader cargo-hack`
17732026-05-08T02:13:20.597ZMay 08 02:13:19.501 INFO Starting download, target: CargoHack
17742026-05-08T02:13:20.599ZMay 08 02:13:19.502 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17752026-05-08T02:13:20.998ZMay 08 02:13:19.903 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17762026-05-08T02:13:21.047ZMay 08 02:13:19.951 INFO Download complete, target: CargoHack
17772026-05-08T02:13:21.050Zrunning: "/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"
17782026-05-08T02:13:21.062Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17792026-05-08T02:13:21.215Zinfo: running `cargo check --bins` on api_identity (1/274)
17802026-05-08T02:13:21.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812026-05-08T02:13:21.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822026-05-08T02:13:21.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832026-05-08T02:13:21.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-05-08T02:13:21.783Z
17852026-05-08T02:13:21.783Zinfo: running `cargo check --bins` on bootstore (2/274)
17862026-05-08T02:13:22.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872026-05-08T02:13:22.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882026-05-08T02:13:22.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892026-05-08T02:13:22.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17902026-05-08T02:13:22.355Z
17912026-05-08T02:13:22.355Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17922026-05-08T02:13:22.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932026-05-08T02:13:22.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942026-05-08T02:13:22.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952026-05-08T02:13:22.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17962026-05-08T02:13:22.929Z
17972026-05-08T02:13:22.929Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17982026-05-08T02:13:23.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992026-05-08T02:13:23.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002026-05-08T02:13:23.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012026-05-08T02:13:23.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18022026-05-08T02:13:23.506Z
18032026-05-08T02:13:23.506Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18042026-05-08T02:13:23.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-08T02:13:23.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-08T02:13:23.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-08T02:13:24.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18082026-05-08T02:13:24.084Z
18092026-05-08T02:13:24.084Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18102026-05-08T02:13:24.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-08T02:13:24.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-08T02:13:24.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-08T02:13:24.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18142026-05-08T02:13:24.666Z
18152026-05-08T02:13:24.666Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18162026-05-08T02:13:25.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-08T02:13:25.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-08T02:13:25.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-08T02:13:25.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18202026-05-08T02:13:25.260Z
18212026-05-08T02:13:25.260Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18222026-05-08T02:13:25.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-08T02:13:25.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-08T02:13:25.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-08T02:13:25.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18262026-05-08T02:13:25.851Z
18272026-05-08T02:13:25.852Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18282026-05-08T02:13:26.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-08T02:13:26.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-08T02:13:26.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-08T02:13:26.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18322026-05-08T02:13:26.321Z
18332026-05-08T02:13:26.321Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18342026-05-08T02:13:26.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-08T02:13:26.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-08T02:13:26.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-08T02:13:26.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18382026-05-08T02:13:26.790Z
18392026-05-08T02:13:26.790Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18402026-05-08T02:13:27.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-08T02:13:27.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-08T02:13:27.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-08T02:13:27.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18442026-05-08T02:13:27.260Z
18452026-05-08T02:13:27.261Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18462026-05-08T02:13:27.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-08T02:13:27.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-08T02:13:27.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-08T02:13:27.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18502026-05-08T02:13:27.725Z
18512026-05-08T02:13:27.725Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18522026-05-08T02:13:28.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-08T02:13:28.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-08T02:13:28.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-08T02:13:28.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562026-05-08T02:13:28.194Z
18572026-05-08T02:13:28.194Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18582026-05-08T02:13:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-08T02:13:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-08T02:13:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-08T02:13:28.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622026-05-08T02:13:28.657Z
18632026-05-08T02:13:28.657Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18642026-05-08T02:13:29.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-08T02:13:29.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-08T02:13:29.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-08T02:13:29.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-05-08T02:13:29.121Z
18692026-05-08T02:13:29.122Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18702026-05-08T02:13:29.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-08T02:13:29.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-08T02:13:29.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-08T02:13:29.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-08T02:13:29.582Z
18752026-05-08T02:13:29.582Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18762026-05-08T02:13:29.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-08T02:13:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-08T02:13:29.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-08T02:13:30.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-08T02:13:30.045Z
18812026-05-08T02:13:30.045Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18822026-05-08T02:13:30.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-08T02:13:30.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-08T02:13:30.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-08T02:13:30.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-08T02:13:30.512Z
18872026-05-08T02:13:30.512Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18882026-05-08T02:13:30.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-08T02:13:30.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-08T02:13:30.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-08T02:13:30.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-08T02:13:30.983Z
18932026-05-08T02:13:30.983Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18942026-05-08T02:13:31.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-08T02:13:31.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-08T02:13:31.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-08T02:13:31.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-08T02:13:31.451Z
18992026-05-08T02:13:31.451Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19002026-05-08T02:13:31.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-08T02:13:31.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-08T02:13:31.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-08T02:13:31.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-08T02:13:31.921Z
19052026-05-08T02:13:31.922Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19062026-05-08T02:13:32.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-08T02:13:32.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-08T02:13:32.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-08T02:13:32.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-08T02:13:32.394Z
19112026-05-08T02:13:32.394Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19122026-05-08T02:13:32.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-08T02:13:32.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-08T02:13:32.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-08T02:13:32.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-08T02:13:32.864Z
19172026-05-08T02:13:32.864Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19182026-05-08T02:13:33.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-08T02:13:33.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-08T02:13:33.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-08T02:13:33.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-08T02:13:33.335Z
19232026-05-08T02:13:33.335Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19242026-05-08T02:13:33.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-08T02:13:33.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-08T02:13:33.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-08T02:13:33.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-08T02:13:33.804Z
19292026-05-08T02:13:33.805Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19302026-05-08T02:13:34.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-08T02:13:34.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-08T02:13:34.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-08T02:13:34.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-08T02:13:34.273Z
19352026-05-08T02:13:34.273Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19362026-05-08T02:13:34.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-08T02:13:34.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-08T02:13:34.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-08T02:13:34.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-08T02:13:34.741Z
19412026-05-08T02:13:34.741Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19422026-05-08T02:13:35.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-08T02:13:35.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-08T02:13:35.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-08T02:13:35.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-08T02:13:35.210Z
19472026-05-08T02:13:35.210Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19482026-05-08T02:13:35.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-08T02:13:35.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-08T02:13:35.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-08T02:13:35.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-08T02:13:35.680Z
19532026-05-08T02:13:35.680Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19542026-05-08T02:13:36.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-08T02:13:36.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-08T02:13:36.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-08T02:13:36.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-08T02:13:36.148Z
19592026-05-08T02:13:36.148Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19602026-05-08T02:13:36.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-08T02:13:36.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-08T02:13:36.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-08T02:13:36.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-08T02:13:36.615Z
19652026-05-08T02:13:36.615Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19662026-05-08T02:13:37.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-08T02:13:37.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-08T02:13:37.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-08T02:13:37.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-08T02:13:37.083Z
19712026-05-08T02:13:37.083Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19722026-05-08T02:13:37.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-08T02:13:37.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-08T02:13:37.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-08T02:13:37.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-08T02:13:37.553Z
19772026-05-08T02:13:37.553Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19782026-05-08T02:13:37.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-08T02:13:37.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-08T02:13:37.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-08T02:13:37.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-08T02:13:38.023Z
19832026-05-08T02:13:38.024Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19842026-05-08T02:13:38.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-08T02:13:38.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-08T02:13:38.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-08T02:13:38.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-08T02:13:38.492Z
19892026-05-08T02:13:38.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19902026-05-08T02:13:38.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-08T02:13:38.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-08T02:13:38.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-08T02:13:38.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-08T02:13:38.963Z
19952026-05-08T02:13:38.963Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19962026-05-08T02:13:39.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-08T02:13:39.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-08T02:13:39.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-08T02:13:39.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-08T02:13:39.429Z
20012026-05-08T02:13:39.429Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20022026-05-08T02:13:39.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-08T02:13:39.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-08T02:13:39.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-08T02:13:39.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-08T02:13:39.899Z
20072026-05-08T02:13:39.899Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20082026-05-08T02:13:40.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-08T02:13:40.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-08T02:13:40.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-08T02:13:40.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-08T02:13:40.653Z
20132026-05-08T02:13:40.653Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20142026-05-08T02:13:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-08T02:13:40.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-08T02:13:40.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-08T02:13:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-08T02:13:40.837Z
20192026-05-08T02:13:40.837Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20202026-05-08T02:13:41.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-08T02:13:41.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-08T02:13:41.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-08T02:13:41.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-08T02:13:41.309Z
20252026-05-08T02:13:41.309Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20262026-05-08T02:13:41.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-08T02:13:41.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-08T02:13:41.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-08T02:13:41.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-08T02:13:41.778Z
20312026-05-08T02:13:41.778Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20322026-05-08T02:13:42.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-08T02:13:42.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-08T02:13:42.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-08T02:13:42.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-08T02:13:42.245Z
20372026-05-08T02:13:42.246Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20382026-05-08T02:13:42.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-08T02:13:42.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-08T02:13:42.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-08T02:13:42.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-08T02:13:42.715Z
20432026-05-08T02:13:42.715Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20442026-05-08T02:13:43.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-08T02:13:43.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-08T02:13:43.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-08T02:13:43.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-08T02:13:43.184Z
20492026-05-08T02:13:43.184Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20502026-05-08T02:13:43.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-08T02:13:43.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-08T02:13:43.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-08T02:13:43.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-08T02:13:43.654Z
20552026-05-08T02:13:43.654Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20562026-05-08T02:13:44.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-08T02:13:44.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-08T02:13:44.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-08T02:13:44.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-08T02:13:44.118Z
20612026-05-08T02:13:44.118Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20622026-05-08T02:13:44.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-08T02:13:44.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-08T02:13:44.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-08T02:13:44.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-08T02:13:44.584Z
20672026-05-08T02:13:44.584Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20682026-05-08T02:13:45.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-08T02:13:45.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-08T02:13:45.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-08T02:13:45.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-05-08T02:13:45.223Z
20732026-05-08T02:13:45.223Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20742026-05-08T02:13:45.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-08T02:13:45.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-08T02:13:45.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-08T02:13:45.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-05-08T02:13:45.860Z
20792026-05-08T02:13:45.860Zinfo: running `cargo check --bins` on nexus-config (51/274)
20802026-05-08T02:13:46.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-08T02:13:46.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-08T02:13:46.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-08T02:13:46.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-05-08T02:13:46.495Z
20852026-05-08T02:13:46.495Zinfo: running `cargo check --bins` on nexus-types (52/274)
20862026-05-08T02:13:47.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-08T02:13:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-08T02:13:47.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-08T02:13:47.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-05-08T02:13:47.126Z
20912026-05-08T02:13:47.126Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20922026-05-08T02:13:47.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-08T02:13:47.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-08T02:13:47.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-08T02:13:47.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20962026-05-08T02:13:47.726Z
20972026-05-08T02:13:47.726Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20982026-05-08T02:13:48.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-08T02:13:48.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-08T02:13:48.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-08T02:13:48.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-05-08T02:13:48.308Z
21032026-05-08T02:13:48.308Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21042026-05-08T02:13:48.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-08T02:13:48.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-08T02:13:48.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-08T02:13:48.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21082026-05-08T02:13:48.905Z
21092026-05-08T02:13:48.905Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21102026-05-08T02:13:49.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-08T02:13:49.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-08T02:13:49.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-08T02:13:49.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21142026-05-08T02:13:49.504Z
21152026-05-08T02:13:49.504Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21162026-05-08T02:13:50.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-08T02:13:50.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-08T02:13:50.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-08T02:13:50.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21202026-05-08T02:13:50.105Z
21212026-05-08T02:13:50.105Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21222026-05-08T02:13:50.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-08T02:13:50.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-08T02:13:50.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-08T02:13:50.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21262026-05-08T02:13:50.705Z
21272026-05-08T02:13:50.705Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21282026-05-08T02:13:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-08T02:13:51.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-08T02:13:51.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-08T02:13:51.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21322026-05-08T02:13:51.286Z
21332026-05-08T02:13:51.286Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21342026-05-08T02:13:51.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-08T02:13:51.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-08T02:13:51.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-08T02:13:51.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-05-08T02:13:51.868Z
21392026-05-08T02:13:51.868Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21402026-05-08T02:13:52.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-08T02:13:52.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-08T02:13:52.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-08T02:13:52.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21442026-05-08T02:13:52.448Z
21452026-05-08T02:13:52.448Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21462026-05-08T02:13:52.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-08T02:13:52.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-08T02:13:52.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-08T02:13:52.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21502026-05-08T02:13:53.027Z
21512026-05-08T02:13:53.027Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21522026-05-08T02:13:53.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-08T02:13:53.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-08T02:13:53.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-08T02:13:53.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-08T02:13:53.622Z
21572026-05-08T02:13:53.622Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21582026-05-08T02:13:54.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-08T02:13:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-08T02:13:54.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-08T02:13:54.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-08T02:13:54.219Z
21632026-05-08T02:13:54.219Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21642026-05-08T02:13:54.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-08T02:13:54.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-08T02:13:54.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-08T02:13:54.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21682026-05-08T02:13:54.795Z
21692026-05-08T02:13:54.795Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21702026-05-08T02:13:55.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-08T02:13:55.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-08T02:13:55.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-08T02:13:55.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-08T02:13:55.380Z
21752026-05-08T02:13:55.380Zinfo: running `cargo check --bins` on ereport-types (67/274)
21762026-05-08T02:13:55.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-08T02:13:55.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-08T02:13:55.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-08T02:13:55.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21802026-05-08T02:13:55.971Z
21812026-05-08T02:13:55.971Zinfo: running `cargo check --bins` on gateway-client (68/274)
21822026-05-08T02:13:56.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-08T02:13:56.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-08T02:13:56.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-08T02:13:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21862026-05-08T02:13:56.564Z
21872026-05-08T02:13:56.564Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21882026-05-08T02:13:57.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-08T02:13:57.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-08T02:13:57.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-08T02:13:57.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-08T02:13:57.154Z
21932026-05-08T02:13:57.154Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21942026-05-08T02:13:57.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-08T02:13:57.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-08T02:13:57.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-08T02:13:57.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21982026-05-08T02:13:57.738Z
21992026-05-08T02:13:57.738Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22002026-05-08T02:13:58.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-08T02:13:58.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-08T02:13:58.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-08T02:13:58.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22042026-05-08T02:13:58.329Z
22052026-05-08T02:13:58.329Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22062026-05-08T02:13:58.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-08T02:13:58.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-08T02:13:58.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-08T02:13:58.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-08T02:13:58.920Z
22112026-05-08T02:13:58.920Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22122026-05-08T02:13:59.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-08T02:13:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-08T02:13:59.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-08T02:13:59.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22162026-05-08T02:13:59.530Z
22172026-05-08T02:13:59.530Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22182026-05-08T02:14:00.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-08T02:14:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-08T02:14:00.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-08T02:14:00.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22222026-05-08T02:14:00.141Z
22232026-05-08T02:14:00.141Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22242026-05-08T02:14:00.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-08T02:14:00.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-08T02:14:00.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-08T02:14:00.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22282026-05-08T02:14:00.717Z
22292026-05-08T02:14:00.717Zinfo: running `cargo check --bins` on oxlog (76/274)
22302026-05-08T02:14:01.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-08T02:14:01.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-08T02:14:01.330Z Checking cfg-if v1.0.4
22332026-05-08T02:14:01.333Z Checking libc v0.2.185
22342026-05-08T02:14:01.333Z Checking serde_core v1.0.228
22352026-05-08T02:14:01.447Z Checking zeroize v1.8.2
22362026-05-08T02:14:01.453Z Checking memchr v2.8.0
22372026-05-08T02:14:01.462Z Checking log v0.4.29
22382026-05-08T02:14:01.470Z Checking smallvec v1.15.1
22392026-05-08T02:14:01.481Z Checking typenum v1.19.0
22402026-05-08T02:14:01.491Z Checking subtle v2.6.1
22412026-05-08T02:14:01.583Z Checking itoa v1.0.17
22422026-05-08T02:14:01.616Z Checking scopeguard v1.2.0
22432026-05-08T02:14:01.635Z Checking stable_deref_trait v1.2.1
22442026-05-08T02:14:01.649Z Checking const-oid v0.9.6
22452026-05-08T02:14:01.708Z Checking portable-atomic v1.13.1
22462026-05-08T02:14:01.720Z Checking lock_api v0.4.14
22472026-05-08T02:14:01.723Z Checking zerofrom v0.1.6
22482026-05-08T02:14:01.823Z Checking getrandom v0.2.17
22492026-05-08T02:14:01.826Z Checking errno v0.3.14
22502026-05-08T02:14:01.837Z Checking critical-section v1.2.0
22512026-05-08T02:14:01.910Z Checking yoke v0.8.1
22522026-05-08T02:14:01.961Z Checking parking_lot_core v0.9.12
22532026-05-08T02:14:01.986Z Checking signal-hook-registry v1.4.8
22542026-05-08T02:14:01.999Z Checking rand_core v0.6.4
22552026-05-08T02:14:02.009Z Checking generic-array v0.14.7
22562026-05-08T02:14:02.074Z Checking zerovec v0.11.5
22572026-05-08T02:14:02.093Z Checking once_cell v1.21.3
22582026-05-08T02:14:02.141Z Checking zerocopy v0.8.40
22592026-05-08T02:14:02.144Z Checking pin-project-lite v0.2.17
22602026-05-08T02:14:02.162Z Checking parking_lot v0.12.5
22612026-05-08T02:14:02.237Z Checking mio v1.2.0
22622026-05-08T02:14:02.262Z Checking socket2 v0.6.3
22632026-05-08T02:14:02.314Z Checking libm v0.2.16
22642026-05-08T02:14:02.338Z Checking zmij v1.0.21
22652026-05-08T02:14:02.440Z Checking crypto-common v0.1.7
22662026-05-08T02:14:02.491Z Checking block-buffer v0.10.4
22672026-05-08T02:14:02.494Z Checking tinystr v0.8.2
22682026-05-08T02:14:02.515Z Checking equivalent v1.0.2
22692026-05-08T02:14:02.544Z Checking percent-encoding v2.3.2
22702026-05-08T02:14:02.560Z Checking writeable v0.6.2
22712026-05-08T02:14:02.592Z Checking futures-core v0.3.32
22722026-05-08T02:14:02.623Z Checking digest v0.10.7
22732026-05-08T02:14:02.671Z Checking litemap v0.8.1
22742026-05-08T02:14:02.684Z Checking potential_utf v0.1.4
22752026-05-08T02:14:02.712Z Checking zerotrie v0.2.3
22762026-05-08T02:14:02.726Z Checking cpufeatures v0.2.17
22772026-05-08T02:14:02.794Z Checking block-padding v0.3.3
22782026-05-08T02:14:02.807Z Checking icu_collections v2.1.1
22792026-05-08T02:14:02.818Z Checking hmac v0.12.1
22802026-05-08T02:14:02.839Z Checking icu_locale_core v2.1.1
22812026-05-08T02:14:02.895Z Checking serde v1.0.228
22822026-05-08T02:14:02.922Z Checking bitflags v2.11.0
22832026-05-08T02:14:02.942Z Checking serde_json v1.0.149
22842026-05-08T02:14:02.955Z Checking icu_properties_data v2.1.2
22852026-05-08T02:14:02.986Z Checking num-traits v0.2.19
22862026-05-08T02:14:03.080Z Checking icu_normalizer_data v2.1.1
22872026-05-08T02:14:03.094Z Checking rand_core v0.10.0
22882026-05-08T02:14:03.105Z Checking futures-sink v0.3.32
22892026-05-08T02:14:03.152Z Checking hashbrown v0.17.0
22902026-05-08T02:14:03.199Z Checking futures-channel v0.3.32
22912026-05-08T02:14:03.227Z Checking getrandom v0.4.1
22922026-05-08T02:14:03.286Z Checking bytes v1.11.1
22932026-05-08T02:14:03.369Z Checking inout v0.1.4
22942026-05-08T02:14:03.385Z Checking futures-task v0.3.32
22952026-05-08T02:14:03.398Z Checking icu_provider v2.1.1
22962026-05-08T02:14:03.508Z Checking slab v0.4.12
22972026-05-08T02:14:03.521Z Checking futures-io v0.3.32
22982026-05-08T02:14:03.524Z Checking cipher v0.4.4
22992026-05-08T02:14:03.607Z Checking sha2 v0.10.9
23002026-05-08T02:14:03.619Z Checking indexmap v2.14.0
23012026-05-08T02:14:03.629Z Checking getrandom v0.3.4
23022026-05-08T02:14:03.632Z Checking icu_properties v2.1.2
23032026-05-08T02:14:03.664Z Checking icu_normalizer v2.1.1
23042026-05-08T02:14:03.744Z Checking futures-util v0.3.32
23052026-05-08T02:14:03.748Z Checking tokio v1.52.1
23062026-05-08T02:14:03.767Z Checking base64ct v1.8.3
23072026-05-08T02:14:03.872Z Checking utf8_iter v1.0.4
23082026-05-08T02:14:03.964Z Checking byteorder v1.5.0
23092026-05-08T02:14:03.992Z Checking pem-rfc7468 v0.7.0
23102026-05-08T02:14:04.005Z Checking form_urlencoded v1.2.2
23112026-05-08T02:14:04.131Z Checking fnv v1.0.7
23122026-05-08T02:14:04.145Z Checking flagset v0.4.7
23132026-05-08T02:14:04.162Z Checking rand_core v0.9.5
23142026-05-08T02:14:04.177Z Checking http v1.4.0
23152026-05-08T02:14:04.221Z Checking salsa20 v0.10.2
23162026-05-08T02:14:04.263Z Checking der v0.7.10
23172026-05-08T02:14:04.337Z Checking uuid v1.23.0
23182026-05-08T02:14:04.349Z Checking pbkdf2 v0.12.2
23192026-05-08T02:14:04.450Z Checking idna_adapter v1.2.1
23202026-05-08T02:14:04.464Z Checking scrypt v0.11.0
23212026-05-08T02:14:04.567Z Checking idna v1.1.0
23222026-05-08T02:14:04.600Z Checking cbc v0.1.2
23232026-05-08T02:14:04.638Z Checking aes v0.8.4
23242026-05-08T02:14:04.726Z Checking rustix v1.1.3
23252026-05-08T02:14:04.737Z Checking tracing-core v0.1.36
23262026-05-08T02:14:04.808Z Checking url v2.5.8
23272026-05-08T02:14:04.905Z Checking ppv-lite86 v0.2.21
23282026-05-08T02:14:04.992Z Checking spki v0.7.3
23292026-05-08T02:14:05.015Z Checking rustls-pki-types v1.14.0
23302026-05-08T02:14:05.034Z Checking iana-time-zone v0.1.65
23312026-05-08T02:14:05.141Z Checking regex-syntax v0.8.10
23322026-05-08T02:14:05.154Z Checking pkcs5 v0.7.1
23332026-05-08T02:14:05.188Z Checking rand_chacha v0.9.0
23342026-05-08T02:14:05.241Z Checking chrono v0.4.44
23352026-05-08T02:14:05.290Z Checking tracing v0.1.44
23362026-05-08T02:14:05.386Z Checking rand v0.9.2
23372026-05-08T02:14:05.400Z Checking http-body v1.0.1
23382026-05-08T02:14:05.493Z Checking aws-lc-sys v0.37.1
23392026-05-08T02:14:05.530Z Checking base64 v0.22.1
23402026-05-08T02:14:05.544Z Checking untrusted v0.9.0
23412026-05-08T02:14:05.613Z Checking untrusted v0.7.1
23422026-05-08T02:14:05.647Z Checking openssl-probe v0.2.1
23432026-05-08T02:14:05.725Z Checking ring v0.17.14
23442026-05-08T02:14:05.755Z Checking pkcs8 v0.10.2
23452026-05-08T02:14:05.770Z Checking plain v0.2.3
23462026-05-08T02:14:05.850Z Checking tinyvec_macros v0.1.1
23472026-05-08T02:14:05.871Z Checking try-lock v0.2.5
23482026-05-08T02:14:05.917Z Checking tower-service v0.3.3
23492026-05-08T02:14:05.929Z Checking atomic-waker v1.1.2
23502026-05-08T02:14:05.964Z Checking tower-layer v0.3.3
23512026-05-08T02:14:05.986Z Checking aws-lc-rs v1.16.0
23522026-05-08T02:14:06.003Z Checking want v0.3.1
23532026-05-08T02:14:06.022Z Checking tinyvec v1.10.0
23542026-05-08T02:14:06.087Z Checking ipnet v2.11.0
23552026-05-08T02:14:06.109Z Checking semver v1.0.28
23562026-05-08T02:14:06.122Z Checking httparse v1.10.1
23572026-05-08T02:14:06.315Z Checking spin v0.9.8
23582026-05-08T02:14:06.329Z Checking dyn-clone v1.0.20
23592026-05-08T02:14:06.341Z Checking fastrand v2.3.0
23602026-05-08T02:14:06.344Z Checking unicode-ident v1.0.24
23612026-05-08T02:14:06.428Z Checking foreign-types-shared v0.1.1
23622026-05-08T02:14:06.442Z Checking ucd-trie v0.1.7
23632026-05-08T02:14:06.455Z Checking pin-utils v0.1.0
23642026-05-08T02:14:06.490Z Checking httpdate v1.0.3
23652026-05-08T02:14:06.508Z Checking tempfile v3.25.0
23662026-05-08T02:14:06.508Z Checking foreign-types v0.3.2
23672026-05-08T02:14:06.532Z Checking proc-macro2 v1.0.106
23682026-05-08T02:14:06.565Z Checking pest v2.8.6
23692026-05-08T02:14:06.578Z Checking schemars v0.8.22
23702026-05-08T02:14:06.632Z Checking openssl-sys v0.9.114
23712026-05-08T02:14:06.703Z Checking thiserror v2.0.18
23722026-05-08T02:14:06.715Z Checking aho-corasick v1.1.4
23732026-05-08T02:14:06.806Z Checking wait-timeout v0.2.1
23742026-05-08T02:14:06.819Z Checking rustls-webpki v0.103.9
23752026-05-08T02:14:06.841Z Checking simd-adler32 v0.3.8
23762026-05-08T02:14:06.926Z Checking pretty-hex v0.4.1
23772026-05-08T02:14:06.949Z Checking tokio-util v0.7.18
23782026-05-08T02:14:07.010Z Checking quick-error v1.2.3
23792026-05-08T02:14:07.040Z Checking anstyle v1.0.13
23802026-05-08T02:14:07.109Z Checking bit-vec v0.8.0
23812026-05-08T02:14:07.134Z Checking powerfmt v0.2.0
23822026-05-08T02:14:07.218Z Checking utf8parse v0.2.2
23832026-05-08T02:14:07.232Z Checking siphasher v1.0.2
23842026-05-08T02:14:07.242Z Checking rustls v0.23.37
23852026-05-08T02:14:07.279Z Checking deranged v0.5.8
23862026-05-08T02:14:07.300Z Checking bit-set v0.8.0
23872026-05-08T02:14:07.318Z Checking anstyle-parse v0.2.7
23882026-05-08T02:14:07.378Z Checking regex-automata v0.4.14
23892026-05-08T02:14:07.391Z Checking openssl v0.10.78
23902026-05-08T02:14:07.441Z Checking rusty-fork v0.3.1
23912026-05-08T02:14:07.463Z Checking quote v1.0.45
23922026-05-08T02:14:07.550Z Checking h2 v0.4.13
23932026-05-08T02:14:07.610Z Compiling newtype-uuid v1.3.2
23942026-05-08T02:14:07.613Z Checking unicode-normalization v0.1.25
23952026-05-08T02:14:07.635Z Checking rustls-native-certs v0.8.3
23962026-05-08T02:14:07.758Z Checking crossbeam-utils v0.8.21
23972026-05-08T02:14:07.785Z Checking rand_xorshift v0.4.0
23982026-05-08T02:14:07.904Z Checking crc32fast v1.5.0
23992026-05-08T02:14:08.013Z Checking scroll v0.13.0
24002026-05-08T02:14:08.045Z Checking signature v2.2.0
24012026-05-08T02:14:08.089Z Checking sync_wrapper v1.0.2
24022026-05-08T02:14:08.171Z Checking num_threads v0.1.7
24032026-05-08T02:14:08.191Z Checking unicode-properties v0.1.4
24042026-05-08T02:14:08.204Z Checking colorchoice v1.0.4
24052026-05-08T02:14:08.238Z Checking num-conv v0.2.0
24062026-05-08T02:14:08.256Z Checking unarray v0.1.4
24072026-05-08T02:14:08.299Z Checking is_terminal_polyfill v1.70.2
24082026-05-08T02:14:08.351Z Checking anstyle-query v1.1.5
24092026-05-08T02:14:08.354Z Checking time-core v0.1.8
24102026-05-08T02:14:08.376Z Checking unicode-bidi v0.3.18
24112026-05-08T02:14:08.387Z Checking adler2 v2.0.1
24122026-05-08T02:14:08.452Z Checking allocator-api2 v0.2.21
24132026-05-08T02:14:08.487Z Checking miniz_oxide v0.8.9
24142026-05-08T02:14:08.500Z Checking time v0.3.47
24152026-05-08T02:14:08.664Z Checking stringprep v0.1.5
24162026-05-08T02:14:08.732Z Checking anstream v0.6.21
24172026-05-08T02:14:08.818Z Checking proptest v1.10.0
24182026-05-08T02:14:08.840Z Checking goblin v0.10.5
24192026-05-08T02:14:08.932Z Checking tower v0.5.3
24202026-05-08T02:14:09.195Z Checking crossbeam-epoch v0.9.18
24212026-05-08T02:14:09.315Z Compiling daft v0.1.5
24222026-05-08T02:14:09.391Z Checking native-tls v0.2.18
24232026-05-08T02:14:09.419Z Checking syn v2.0.117
24242026-05-08T02:14:09.569Z Checking ipnetwork v0.21.1
24252026-05-08T02:14:09.585Z Checking http-body-util v0.1.3
24262026-05-08T02:14:09.598Z Checking tokio-rustls v0.26.4
24272026-05-08T02:14:09.638Z Checking webpki-roots v1.0.6
24282026-05-08T02:14:09.755Z Checking rand_chacha v0.3.1
24292026-05-08T02:14:09.781Z Checking thiserror v1.0.69
24302026-05-08T02:14:09.800Z Checking scroll v0.12.0
24312026-05-08T02:14:09.817Z Checking zstd-sys v2.0.16+zstd.1.5.7
24322026-05-08T02:14:09.877Z Checking hash32 v0.2.1
24332026-05-08T02:14:09.927Z Checking num-integer v0.1.46
24342026-05-08T02:14:09.956Z Checking serde_spanned v0.6.9
24352026-05-08T02:14:10.022Z Checking toml_datetime v0.6.11
24362026-05-08T02:14:10.036Z Checking md-5 v0.10.6
24372026-05-08T02:14:10.080Z Checking ff v0.13.1
24382026-05-08T02:14:10.148Z Checking iri-string v0.7.10
24392026-05-08T02:14:10.165Z Checking base16ct v0.2.0
24402026-05-08T02:14:10.198Z Checking fallible-iterator v0.2.0
24412026-05-08T02:14:10.210Z Checking zlib-rs v0.6.2
24422026-05-08T02:14:10.222Z Checking hyper v1.8.1
24432026-05-08T02:14:10.285Z Checking psl-types v2.0.11
24442026-05-08T02:14:10.404Z Checking ryu v1.0.23
24452026-05-08T02:14:10.467Z Checking postgres-protocol v0.6.10
24462026-05-08T02:14:10.538Z Checking serde_urlencoded v0.7.1
24472026-05-08T02:14:10.725Z Checking publicsuffix v2.3.0
24482026-05-08T02:14:10.740Z Compiling iddqd v0.3.18
24492026-05-08T02:14:10.777Z Checking sec1 v0.7.3
24502026-05-08T02:14:10.882Z Checking group v0.13.0
24512026-05-08T02:14:10.983Z Checking num-iter v0.1.45
24522026-05-08T02:14:11.027Z Checking heapless v0.7.17
24532026-05-08T02:14:11.080Z Checking flate2 v1.1.9
24542026-05-08T02:14:11.094Z Checking goblin v0.8.2
24552026-05-08T02:14:11.106Z Checking hyper-util v0.1.20
24562026-05-08T02:14:11.130Z Checking dof v0.4.0
24572026-05-08T02:14:11.142Z Checking tower-http v0.6.8
24582026-05-08T02:14:11.366Z Checking rand v0.8.5
24592026-05-08T02:14:11.415Z Checking zstd-safe v7.2.4
24602026-05-08T02:14:11.430Z Checking oxnet v0.1.4
24612026-05-08T02:14:11.581Z Checking cookie v0.18.1
24622026-05-08T02:14:11.659Z Checking tokio-native-tls v0.3.1
24632026-05-08T02:14:11.673Z Checking dtrace-parser v0.3.0
24642026-05-08T02:14:11.742Z Checking phf_shared v0.13.1
24652026-05-08T02:14:11.812Z Checking lazy_static v1.5.0
24662026-05-08T02:14:11.815Z Checking terminal_size v0.4.3
24672026-05-08T02:14:11.867Z Checking zerocopy v0.7.35
24682026-05-08T02:14:11.877Z Checking bzip2-sys v0.1.13+1.0.8
24692026-05-08T02:14:11.900Z Checking signal-hook v0.3.18
24702026-05-08T02:14:11.915Z Checking hkdf v0.12.4
24712026-05-08T02:14:11.930Z Checking crypto-bigint v0.5.5
24722026-05-08T02:14:11.945Z Checking thread-id v5.1.0
24732026-05-08T02:14:11.964Z Checking clap_lex v1.0.0
24742026-05-08T02:14:12.028Z Checking bitflags v1.3.2
24752026-05-08T02:14:12.044Z Checking foldhash v0.2.0
24762026-05-08T02:14:12.083Z Checking managed v0.8.0
24772026-05-08T02:14:12.098Z Checking foldhash v0.1.5
24782026-05-08T02:14:12.111Z Checking winnow v0.7.14
24792026-05-08T02:14:12.197Z Checking either v1.15.0
24802026-05-08T02:14:12.226Z Compiling rayon-core v1.13.0
24812026-05-08T02:14:12.264Z Checking winnow v0.5.40
24822026-05-08T02:14:12.332Z Checking hyper-rustls v0.27.7
24832026-05-08T02:14:12.345Z Checking strsim v0.11.1
24842026-05-08T02:14:12.378Z Checking libbz2-rs-sys v0.2.2
24852026-05-08T02:14:12.399Z Checking bumpalo v3.20.2
24862026-05-08T02:14:12.502Z Checking clap_builder v4.5.60
24872026-05-08T02:14:12.555Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24882026-05-08T02:14:12.596Z Checking zopfli v0.8.3
24892026-05-08T02:14:12.739Z Checking hyper-tls v0.6.0
24902026-05-08T02:14:12.755Z Checking bzip2 v0.6.1
24912026-05-08T02:14:12.816Z Checking elliptic-curve v0.13.8
24922026-05-08T02:14:12.906Z Checking smoltcp v0.9.1
24932026-05-08T02:14:12.919Z Checking hashbrown v0.15.5
24942026-05-08T02:14:12.929Z Checking hashbrown v0.16.1
24952026-05-08T02:14:12.963Z Checking dof v0.3.0
24962026-05-08T02:14:13.123Z Checking signal-hook-mio v0.2.5
24972026-05-08T02:14:13.226Z Checking usdt-impl v0.6.0
24982026-05-08T02:14:13.244Z Checking bzip2 v0.4.4
24992026-05-08T02:14:13.269Z Checking phf v0.13.1
25002026-05-08T02:14:13.365Z Checking num-bigint-dig v0.8.6
25012026-05-08T02:14:13.384Z Checking toml_edit v0.19.15
25022026-05-08T02:14:13.420Z Checking cookie_store v0.22.1
25032026-05-08T02:14:13.433Z Checking zstd v0.13.3
25042026-05-08T02:14:13.499Z Checking postgres-types v0.2.12
25052026-05-08T02:14:13.520Z Checking dtrace-parser v0.2.0
25062026-05-08T02:14:13.617Z Checking rustls-platform-verifier v0.6.2
25072026-05-08T02:14:13.684Z Checking crossbeam-deque v0.8.6
25082026-05-08T02:14:13.741Z Checking regex v1.12.3
25092026-05-08T02:14:13.754Z Checking bstr v1.12.1
25102026-05-08T02:14:13.757Z Checking ed25519 v2.2.3
25112026-05-08T02:14:13.757Z Checking phf_shared v0.11.3
25122026-05-08T02:14:13.808Z Checking ref-cast v1.0.25
25132026-05-08T02:14:13.861Z Checking curve25519-dalek v4.1.3
25142026-05-08T02:14:13.907Z Checking strum v0.27.2
25152026-05-08T02:14:13.919Z Checking hubpack v0.1.2
25162026-05-08T02:14:13.944Z Checking memoffset v0.9.1
25172026-05-08T02:14:14.016Z Checking rustix v0.38.44
25182026-05-08T02:14:14.019Z Checking pkcs1 v0.7.5
25192026-05-08T02:14:14.040Z Checking float-cmp v0.10.0
25202026-05-08T02:14:14.075Z Checking hex v0.4.3
25212026-05-08T02:14:14.149Z Checking erased-serde v0.3.31
25222026-05-08T02:14:14.163Z Checking serde-big-array v0.5.1
25232026-05-08T02:14:14.180Z Checking rfc6979 v0.4.0
25242026-05-08T02:14:14.232Z Checking memmap2 v0.9.10
25252026-05-08T02:14:14.287Z Checking thread-id v4.2.2
25262026-05-08T02:14:14.290Z Checking env_filter v1.0.0
25272026-05-08T02:14:14.311Z Checking encoding_rs v0.8.35
25282026-05-08T02:14:14.367Z Checking jiff v0.2.21
25292026-05-08T02:14:14.389Z Checking new_debug_unreachable v1.0.6
25302026-05-08T02:14:14.413Z Checking predicates-core v1.0.10
25312026-05-08T02:14:14.438Z Checking unicode-segmentation v1.12.0
25322026-05-08T02:14:14.454Z Checking precomputed-hash v0.1.1
25332026-05-08T02:14:14.519Z Checking normalize-line-endings v0.3.0
25342026-05-08T02:14:14.533Z Checking keccak v0.1.6
25352026-05-08T02:14:14.536Z Checking mime v0.3.17
25362026-05-08T02:14:14.608Z Checking fixedbitset v0.5.7
25372026-05-08T02:14:14.630Z Checking fixedbitset v0.4.2
25382026-05-08T02:14:14.698Z Checking toml_write v0.1.2
25392026-05-08T02:14:14.715Z Checking data-encoding v2.10.0
25402026-05-08T02:14:14.748Z Checking rustc-hash v2.1.1
25412026-05-08T02:14:14.779Z Checking static_assertions v1.1.0
25422026-05-08T02:14:14.803Z Checking difflib v0.4.0
25432026-05-08T02:14:14.815Z Checking whoami v2.1.0
25442026-05-08T02:14:14.845Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25452026-05-08T02:14:14.858Z Checking toml_edit v0.22.27
25462026-05-08T02:14:14.975Z Checking predicates v3.1.4
25472026-05-08T02:14:14.978Z Checking hickory-proto v0.25.2
25482026-05-08T02:14:15.001Z Checking tokio-postgres v0.7.16
25492026-05-08T02:14:15.240Z Checking reqwest v0.12.28
25502026-05-08T02:14:15.267Z Checking crossterm v0.28.1
25512026-05-08T02:14:15.691Z Checking petgraph v0.8.3
25522026-05-08T02:14:15.923Z Checking petgraph v0.6.5
25532026-05-08T02:14:15.957Z Checking similar v2.7.0
25542026-05-08T02:14:16.073Z Checking sha3 v0.10.8
25552026-05-08T02:14:16.224Z Checking ed25519-dalek v2.2.0
25562026-05-08T02:14:16.275Z Checking string_cache v0.8.9
25572026-05-08T02:14:16.330Z Checking slog v2.8.2
25582026-05-08T02:14:16.442Z Checking env_logger v0.11.9
25592026-05-08T02:14:16.464Z Checking toml v0.7.8
25602026-05-08T02:14:16.566Z Checking zip v4.6.1
25612026-05-08T02:14:16.591Z Checking usdt v0.6.0
25622026-05-08T02:14:16.625Z Checking usdt-impl v0.5.0
25632026-05-08T02:14:16.753Z Checking serde_with v3.17.0
25642026-05-08T02:14:16.765Z Checking ecdsa v0.16.9
25652026-05-08T02:14:16.901Z Checking rsa v0.9.10
25662026-05-08T02:14:17.080Z Checking nix v0.31.2
25672026-05-08T02:14:17.118Z Checking reqwest v0.13.2
25682026-05-08T02:14:17.146Z Checking clap v4.5.60
25692026-05-08T02:14:17.223Z Checking zip v0.6.6
25702026-05-08T02:14:17.236Z Checking toml_parser v1.0.9+spec-1.1.0
25712026-05-08T02:14:17.381Z Checking itertools v0.13.0
25722026-05-08T02:14:17.404Z Checking strum v0.26.3
25732026-05-08T02:14:17.516Z Checking tokio-stream v0.1.18
25742026-05-08T02:14:17.541Z Checking fs-err v3.3.0
25752026-05-08T02:14:17.558Z Checking ahash v0.8.12
25762026-05-08T02:14:17.708Z Checking object v0.37.3
25772026-05-08T02:14:17.747Z Checking buf-list v1.1.2
25782026-05-08T02:14:17.833Z Checking anyhow v1.0.102
25792026-05-08T02:14:17.892Z Checking camino v1.2.2
25802026-05-08T02:14:17.930Z Checking x509-cert v0.2.5
25812026-05-08T02:14:17.943Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25822026-05-08T02:14:18.031Z Checking openapiv3 v2.2.0
25832026-05-08T02:14:18.061Z Checking toml_datetime v0.7.5+spec-1.1.0
25842026-05-08T02:14:18.140Z Checking sha1 v0.10.6
25852026-05-08T02:14:18.143Z Checking lalrpop-util v0.19.12
25862026-05-08T02:14:18.201Z Checking peg-runtime v0.8.5
25872026-05-08T02:14:18.252Z Checking rayon v1.11.0
25882026-05-08T02:14:18.299Z Checking sigpipe v0.1.3
25892026-05-08T02:14:18.311Z Checking glob v0.3.3
25902026-05-08T02:14:19.895Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25912026-05-08T02:14:20.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.45s
25922026-05-08T02:14:20.347Z
25932026-05-08T02:14:20.347Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25942026-05-08T02:14:20.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952026-05-08T02:14:20.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962026-05-08T02:14:20.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972026-05-08T02:14:20.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25982026-05-08T02:14:20.922Z
25992026-05-08T02:14:20.922Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26002026-05-08T02:14:21.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-05-08T02:14:21.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-05-08T02:14:21.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-05-08T02:14:21.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26042026-05-08T02:14:21.509Z
26052026-05-08T02:14:21.509Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26062026-05-08T02:14:22.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-05-08T02:14:22.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-05-08T02:14:22.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092026-05-08T02:14:22.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26102026-05-08T02:14:22.122Z
26112026-05-08T02:14:22.122Zinfo: running `cargo check --bins` on oxql-types (80/274)
26122026-05-08T02:14:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-08T02:14:22.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-08T02:14:22.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-08T02:14:22.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26162026-05-08T02:14:22.715Z
26172026-05-08T02:14:22.715Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26182026-05-08T02:14:23.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-08T02:14:23.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-08T02:14:23.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-08T02:14:23.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26222026-05-08T02:14:23.308Z
26232026-05-08T02:14:23.308Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26242026-05-08T02:14:23.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-08T02:14:23.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-08T02:14:23.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-08T02:14:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26282026-05-08T02:14:23.903Z
26292026-05-08T02:14:23.903Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26302026-05-08T02:14:24.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-08T02:14:24.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-08T02:14:24.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-08T02:14:24.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26342026-05-08T02:14:24.480Z
26352026-05-08T02:14:24.480Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26362026-05-08T02:14:24.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-08T02:14:24.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-08T02:14:25.157Z Compiling structmeta-derive v0.3.0
26392026-05-08T02:14:25.274Z Compiling rustls v0.22.4
26402026-05-08T02:14:25.283Z Compiling multer v3.1.0
26412026-05-08T02:14:25.291Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26422026-05-08T02:14:25.291Z Compiling async-stream-impl v0.3.6
26432026-05-08T02:14:25.313Z Compiling dropshot v0.17.0
26442026-05-08T02:14:25.328Z Compiling newtype-uuid-macros v0.1.0
26452026-05-08T02:14:25.328Z Compiling dropshot_endpoint v0.17.0
26462026-05-08T02:14:25.466Z Checking newtype-uuid v1.3.2
26472026-05-08T02:14:25.507Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26482026-05-08T02:14:25.562Z Checking rustls-webpki v0.102.8
26492026-05-08T02:14:25.660Z Checking futures-executor v0.3.32
26502026-05-08T02:14:25.675Z Checking daft v0.1.5
26512026-05-08T02:14:25.810Z Checking thread_local v1.1.9
26522026-05-08T02:14:25.866Z Checking compression-core v0.4.31
26532026-05-08T02:14:25.915Z Checking match_cfg v0.1.0
26542026-05-08T02:14:25.932Z Checking iddqd v0.3.18
26552026-05-08T02:14:25.974Z Checking futures v0.3.32
26562026-05-08T02:14:25.987Z Checking hostname v0.3.1
26572026-05-08T02:14:25.987Z Checking compression-codecs v0.4.37
26582026-05-08T02:14:26.051Z Checking crossbeam-channel v0.5.15
26592026-05-08T02:14:26.066Z Checking slog-json v2.6.1
26602026-05-08T02:14:26.079Z Checking toml_datetime v1.0.0+spec-1.1.0
26612026-05-08T02:14:26.158Z Checking serde_spanned v1.0.4
26622026-05-08T02:14:26.219Z Checking is-terminal v0.4.17
26632026-05-08T02:14:26.272Z Checking take_mut v0.2.2
26642026-05-08T02:14:26.287Z Checking debug-ignore v1.0.5
26652026-05-08T02:14:26.301Z Compiling structmeta v0.3.0
26662026-05-08T02:14:26.315Z Checking toml_writer v1.0.6+spec-1.1.0
26672026-05-08T02:14:26.372Z Checking term v1.2.1
26682026-05-08T02:14:26.385Z Checking slog-bunyan v2.5.0
26692026-05-08T02:14:26.388Z Checking slog-async v2.8.0
26702026-05-08T02:14:26.486Z Checking toml v1.0.6+spec-1.1.0
26712026-05-08T02:14:26.499Z Checking async-compression v0.4.41
26722026-05-08T02:14:26.510Z Compiling derive-ex v0.1.8
26732026-05-08T02:14:26.564Z Compiling parse-display-derive v0.10.0
26742026-05-08T02:14:26.593Z Checking slog-term v2.9.2
26752026-05-08T02:14:26.738Z Checking async-stream v0.3.6
26762026-05-08T02:14:26.776Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-08T02:14:26.847Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-08T02:14:26.864Z Checking progenitor-client v0.14.0
26792026-05-08T02:14:26.877Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26802026-05-08T02:14:27.016Z Checking waitgroup v0.1.2
26812026-05-08T02:14:27.057Z Checking backon v1.6.0
26822026-05-08T02:14:27.070Z Checking rustls-pemfile v2.2.0
26832026-05-08T02:14:27.115Z Checking serde_path_to_error v0.1.20
26842026-05-08T02:14:27.173Z Checking hostname v0.4.2
26852026-05-08T02:14:27.205Z Checking instant v0.1.13
26862026-05-08T02:14:27.290Z Checking backoff v0.4.0
26872026-05-08T02:14:27.366Z Checking tokio-rustls v0.25.0
26882026-05-08T02:14:27.390Z Checking progenitor-extras v0.2.0
26892026-05-08T02:14:27.461Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26902026-05-08T02:14:27.605Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26912026-05-08T02:14:27.608Z Checking progenitor-client v0.10.0
26922026-05-08T02:14:27.668Z Checking itertools v0.14.0
26932026-05-08T02:14:27.829Z Checking regress v0.10.5
26942026-05-08T02:14:27.832Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26952026-05-08T02:14:28.171Z Compiling test-strategy v0.4.5
26962026-05-08T02:14:28.172Z Checking macaddr v1.0.1
26972026-05-08T02:14:28.222Z Checking parse-display v0.10.0
26982026-05-08T02:14:29.464Z Compiling prettyplease v0.2.37
26992026-05-08T02:14:29.670Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-05-08T02:14:29.889Z Checking num-rational v0.4.2
27012026-05-08T02:14:30.041Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022026-05-08T02:14:30.391Z Checking num-complex v0.4.6
27032026-05-08T02:14:30.832Z Checking num v0.4.3
27042026-05-08T02:14:30.909Z Compiling usdt-attr-macro v0.5.0
27052026-05-08T02:14:31.001Z Compiling usdt-macro v0.5.0
27062026-05-08T02:14:31.108Z Checking memmap v0.7.0
27072026-05-08T02:14:31.170Z Checking float-ord v0.3.2
27082026-05-08T02:14:31.274Z Checking unicode-width v0.2.0
27092026-05-08T02:14:31.291Z Compiling convert_case v0.4.0
27102026-05-08T02:14:31.521Z Checking console v0.15.11
27112026-05-08T02:14:31.668Z Compiling derive_more v0.99.20
27122026-05-08T02:14:31.668Z Checking newline-converter v0.3.0
27132026-05-08T02:14:31.722Z Checking usdt v0.5.0
27142026-05-08T02:14:31.777Z Checking atomicwrites v0.4.4
27152026-05-08T02:14:31.797Z Compiling toml v0.8.23
27162026-05-08T02:14:31.889Z Compiling minimal-lexical v0.2.1
27172026-05-08T02:14:31.904Z Checking linked-hash-map v0.5.6
27182026-05-08T02:14:32.071Z Checking lru-cache v0.1.2
27192026-05-08T02:14:32.143Z Compiling nom v7.1.3
27202026-05-08T02:14:32.193Z Checking expectorate v1.2.0
27212026-05-08T02:14:32.826Z Checking camino-tempfile v1.4.1
27222026-05-08T02:14:32.839Z Checking hickory-proto v0.24.4
27232026-05-08T02:14:32.988Z Checking phf_shared v0.12.1
27242026-05-08T02:14:33.134Z Compiling slog-dtrace v0.3.0
27252026-05-08T02:14:33.223Z Checking heck v0.5.0
27262026-05-08T02:14:33.324Z Compiling chrono-tz v0.10.4
27272026-05-08T02:14:33.353Z Checking resolv-conf v0.7.6
27282026-05-08T02:14:33.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27292026-05-08T02:14:33.562Z Compiling const_format_proc_macros v0.2.34
27302026-05-08T02:14:33.626Z Checking phf v0.12.1
27312026-05-08T02:14:33.779Z Checking tokio-dtrace v0.1.1
27322026-05-08T02:14:33.820Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27332026-05-08T02:14:33.966Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27342026-05-08T02:14:33.985Z Compiling derive-where v1.6.0
27352026-05-08T02:14:34.232Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27362026-05-08T02:14:34.496Z Checking highway v1.3.0
27372026-05-08T02:14:34.673Z Checking hickory-resolver v0.24.4
27382026-05-08T02:14:34.726Z Checking const_format v0.2.35
27392026-05-08T02:14:34.958Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-05-08T02:14:35.026Z Checking oxide-tokio-rt v0.1.4
27412026-05-08T02:14:35.357Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27422026-05-08T02:14:35.399Z Checking qorb v0.4.1
27432026-05-08T02:14:35.413Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27442026-05-08T02:14:35.443Z Checking gethostname v0.5.0
27452026-05-08T02:14:35.530Z Checking bcs v0.1.6
27462026-05-08T02:14:35.546Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27472026-05-08T02:14:35.561Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27482026-05-08T02:14:35.606Z Compiling async-recursion v1.1.1
27492026-05-08T02:14:35.651Z Checking termtree v0.5.1
27502026-05-08T02:14:39.062Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27512026-05-08T02:14:41.579Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27522026-05-08T02:14:43.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.20s
27532026-05-08T02:14:43.864Z
27542026-05-08T02:14:43.864Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27552026-05-08T02:14:44.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-05-08T02:14:44.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-05-08T02:14:44.542Z Compiling ar_archive_writer v0.5.1
27582026-05-08T02:14:44.653Z Compiling stacker v0.1.23
27592026-05-08T02:14:44.659Z Compiling cfg_aliases v0.1.1
27602026-05-08T02:14:44.666Z Compiling convert_case v0.10.0
27612026-05-08T02:14:44.669Z Checking unicode-width v0.1.14
27622026-05-08T02:14:44.683Z Compiling proc-macro-error v1.0.4
27632026-05-08T02:14:44.694Z Checking fd-lock v4.0.4
27642026-05-08T02:14:44.694Z Checking nibble_vec v0.1.0
27652026-05-08T02:14:44.717Z Compiling nix v0.28.0
27662026-05-08T02:14:44.806Z Checking vte v0.14.1
27672026-05-08T02:14:44.822Z Compiling recursive-proc-macro-impl v0.1.1
27682026-05-08T02:14:44.931Z Checking bytecount v0.6.9
27692026-05-08T02:14:44.947Z Checking endian-type v0.1.2
27702026-05-08T02:14:44.961Z Compiling derive_more-impl v2.1.1
27712026-05-08T02:14:44.963Z Checking strip-ansi-escapes v0.2.1
27722026-05-08T02:14:44.983Z Compiling tabled_derive v0.7.0
27732026-05-08T02:14:45.029Z Checking papergrid v0.11.0
27742026-05-08T02:14:45.073Z Checking radix_trie v0.2.1
27752026-05-08T02:14:45.085Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762026-05-08T02:14:45.212Z Compiling peg-macros v0.8.5
27772026-05-08T02:14:45.275Z Checking winnow v0.6.26
27782026-05-08T02:14:45.475Z Compiling psm v0.1.30
27792026-05-08T02:14:45.544Z Compiling sqlparser_derive v0.5.0
27802026-05-08T02:14:45.628Z Checking home v0.5.12
27812026-05-08T02:14:45.734Z Checking nu-ansi-term v0.50.3
27822026-05-08T02:14:45.758Z Checking derive_more v2.1.1
27832026-05-08T02:14:45.836Z Checking unicode_categories v0.1.1
27842026-05-08T02:14:45.935Z Checking tabled v0.15.0
27852026-05-08T02:14:45.948Z Checking reedline v0.40.0
27862026-05-08T02:14:45.979Z Checking rustyline v14.0.0
27872026-05-08T02:14:45.992Z Checking crossterm v0.29.0
27882026-05-08T02:14:46.231Z Checking recursive v0.1.1
27892026-05-08T02:14:46.318Z Checking display-error-chain v0.2.2
27902026-05-08T02:14:46.331Z Checking sqlparser v0.61.0
27912026-05-08T02:14:46.387Z Checking sqlformat v0.3.5
27922026-05-08T02:14:46.551Z Checking peg v0.8.5
27932026-05-08T02:14:57.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s
27942026-05-08T02:14:57.561Z
27952026-05-08T02:14:57.561Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27962026-05-08T02:14:58.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-05-08T02:14:58.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-05-08T02:14:58.233Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-08T02:15:01.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28002026-05-08T02:15:01.827Z
28012026-05-08T02:15:01.827Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28022026-05-08T02:15:02.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-08T02:15:02.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-08T02:15:02.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-05-08T02:15:04.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28062026-05-08T02:15:05.109Z
28072026-05-08T02:15:05.109Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28082026-05-08T02:15:05.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-05-08T02:15:05.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-05-08T02:15:05.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-08T02:15:08.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28122026-05-08T02:15:09.144Z
28132026-05-08T02:15:09.144Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28142026-05-08T02:15:09.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-08T02:15:09.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-08T02:15:09.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-08T02:15:13.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28182026-05-08T02:15:13.231Z
28192026-05-08T02:15:13.232Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28202026-05-08T02:15:13.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-08T02:15:13.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-08T02:15:13.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-08T02:15:16.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28242026-05-08T02:15:16.638Z
28252026-05-08T02:15:16.638Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28262026-05-08T02:15:17.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-08T02:15:17.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-08T02:15:17.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-08T02:15:19.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28302026-05-08T02:15:20.088Z
28312026-05-08T02:15:20.088Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28322026-05-08T02:15:20.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-08T02:15:20.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-08T02:15:20.759Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-08T02:15:24.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28362026-05-08T02:15:24.286Z
28372026-05-08T02:15:24.286Zinfo: running `cargo check --bins` on oximeter (93/274)
28382026-05-08T02:15:24.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-08T02:15:24.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-08T02:15:24.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-05-08T02:15:24.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28422026-05-08T02:15:24.886Z
28432026-05-08T02:15:24.886Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28442026-05-08T02:15:25.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-08T02:15:25.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-08T02:15:25.519Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28472026-05-08T02:15:25.681Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28482026-05-08T02:15:25.681Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28492026-05-08T02:15:26.016Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28502026-05-08T02:15:29.055Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28512026-05-08T02:15:30.250Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522026-05-08T02:15:30.412Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28532026-05-08T02:15:31.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
28542026-05-08T02:15:31.259Z
28552026-05-08T02:15:31.259Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28562026-05-08T02:15:31.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-08T02:15:31.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-08T02:15:31.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-08T02:15:31.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28602026-05-08T02:15:31.866Z
28612026-05-08T02:15:31.866Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28622026-05-08T02:15:32.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-08T02:15:32.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-08T02:15:32.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-08T02:15:32.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28662026-05-08T02:15:32.515Z
28672026-05-08T02:15:32.515Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28682026-05-08T02:15:33.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-08T02:15:33.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-08T02:15:33.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-08T02:15:33.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-05-08T02:15:33.116Z
28732026-05-08T02:15:33.116Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28742026-05-08T02:15:33.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-08T02:15:33.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-08T02:15:33.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-08T02:15:33.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-08T02:15:33.713Z
28792026-05-08T02:15:33.713Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28802026-05-08T02:15:34.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-08T02:15:34.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-08T02:15:34.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-08T02:15:34.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-08T02:15:34.320Z
28852026-05-08T02:15:34.320Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28862026-05-08T02:15:34.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-08T02:15:34.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-08T02:15:34.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-08T02:15:34.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-05-08T02:15:34.928Z
28912026-05-08T02:15:34.928Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28922026-05-08T02:15:35.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-08T02:15:35.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-08T02:15:35.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-08T02:15:35.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28962026-05-08T02:15:35.513Z
28972026-05-08T02:15:35.513Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28982026-05-08T02:15:36.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-08T02:15:36.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-08T02:15:36.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-08T02:15:36.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-08T02:15:36.114Z
29032026-05-08T02:15:36.114Zinfo: running `cargo check --bins` on update-engine (103/274)
29042026-05-08T02:15:36.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-08T02:15:36.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-08T02:15:36.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-08T02:15:36.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29082026-05-08T02:15:36.696Z
29092026-05-08T02:15:36.696Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29102026-05-08T02:15:37.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-08T02:15:37.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-08T02:15:37.411Z Compiling crucible-workspace-hack v0.1.0
29132026-05-08T02:15:37.526Z Checking secrecy v0.10.3
29142026-05-08T02:15:37.534Z Compiling heapless v0.8.0
29152026-05-08T02:15:37.541Z Compiling ingot-macros v0.1.1
29162026-05-08T02:15:37.548Z Compiling toml_edit v0.23.10+spec-1.0.0
29172026-05-08T02:15:37.550Z Checking hash32 v0.3.1
29182026-05-08T02:15:37.566Z Compiling smoltcp v0.11.0
29192026-05-08T02:15:37.569Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29202026-05-08T02:15:37.628Z Checking cobs v0.3.0
29212026-05-08T02:15:37.671Z Compiling thiserror-impl-no-std v2.0.2
29222026-05-08T02:15:37.774Z Checking universal-hash v0.5.1
29232026-05-08T02:15:37.775Z Checking half v2.7.1
29242026-05-08T02:15:37.810Z Checking ciborium-io v0.2.2
29252026-05-08T02:15:37.897Z Checking opaque-debug v0.3.1
29262026-05-08T02:15:37.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29272026-05-08T02:15:37.941Z Checking postcard v1.1.3
29282026-05-08T02:15:37.972Z Checking poly1305 v0.8.0
29292026-05-08T02:15:38.038Z Checking ciborium-ll v0.2.2
29302026-05-08T02:15:38.083Z Compiling proc-macro-crate v3.4.0
29312026-05-08T02:15:38.226Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29322026-05-08T02:15:38.239Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29332026-05-08T02:15:38.253Z Checking password-hash v0.5.0
29342026-05-08T02:15:38.492Z Checking chacha20 v0.9.1
29352026-05-08T02:15:38.509Z Compiling proc-macro-crate v1.3.1
29362026-05-08T02:15:38.529Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29372026-05-08T02:15:38.580Z Checking blake2 v0.10.6
29382026-05-08T02:15:38.642Z Compiling num_enum_derive v0.7.5
29392026-05-08T02:15:38.686Z Checking aead v0.5.2
29402026-05-08T02:15:38.767Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-08T02:15:38.814Z Compiling foreign-types-macros v0.2.3
29422026-05-08T02:15:38.828Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29432026-05-08T02:15:38.851Z Checking thiserror-no-std v2.0.2
29442026-05-08T02:15:38.925Z Checking cpufeatures v0.3.0
29452026-05-08T02:15:38.939Z Checking foreign-types-shared v0.3.1
29462026-05-08T02:15:38.974Z Checking vsss-rs v3.3.4
29472026-05-08T02:15:38.998Z Checking chacha20 v0.10.0
29482026-05-08T02:15:39.026Z Compiling num_enum_derive v0.5.11
29492026-05-08T02:15:39.058Z Checking chacha20poly1305 v0.10.1
29502026-05-08T02:15:39.185Z Checking argon2 v0.5.3
29512026-05-08T02:15:39.211Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29522026-05-08T02:15:39.391Z Checking foreign-types v0.5.0
29532026-05-08T02:15:39.523Z Checking ciborium v0.2.2
29542026-05-08T02:15:39.578Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29552026-05-08T02:15:39.657Z Checking tabwriter v1.4.1
29562026-05-08T02:15:39.670Z Checking num_enum v0.7.5
29572026-05-08T02:15:39.781Z Checking byte-wrapper v0.1.0
29582026-05-08T02:15:39.799Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29592026-05-08T02:15:39.854Z Checking cstr-argument v0.1.2
29602026-05-08T02:15:39.934Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29612026-05-08T02:15:39.979Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29622026-05-08T02:15:39.993Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29632026-05-08T02:15:40.043Z Checking num_enum v0.5.11
29642026-05-08T02:15:40.073Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29652026-05-08T02:15:40.155Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29662026-05-08T02:15:40.186Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-05-08T02:15:40.221Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29682026-05-08T02:15:40.319Z Checking ingot-types v0.1.2
29692026-05-08T02:15:40.319Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29702026-05-08T02:15:40.344Z Checking rand v0.10.0
29712026-05-08T02:15:40.358Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29722026-05-08T02:15:40.373Z Checking indent_write v2.2.0
29732026-05-08T02:15:40.501Z Checking colored v3.1.1
29742026-05-08T02:15:40.527Z Compiling zone_cfg_derive v0.3.1
29752026-05-08T02:15:40.610Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29762026-05-08T02:15:40.645Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-08T02:15:40.661Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-08T02:15:40.674Z Checking ingot v0.1.1
29792026-05-08T02:15:40.695Z Checking itertools v0.12.1
29802026-05-08T02:15:40.739Z Compiling num-derive v0.4.2
29812026-05-08T02:15:40.780Z Checking swrite v0.1.0
29822026-05-08T02:15:40.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29832026-05-08T02:15:40.868Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-08T02:15:41.024Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-08T02:15:41.165Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29862026-05-08T02:15:41.180Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29872026-05-08T02:15:41.194Z Checking dropshot-api-manager-types v0.7.1
29882026-05-08T02:15:41.207Z Checking smf v0.2.3
29892026-05-08T02:15:41.273Z Checking nanorand v0.7.0
29902026-05-08T02:15:41.356Z Checking whoami v1.6.1
29912026-05-08T02:15:41.435Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29922026-05-08T02:15:41.464Z Checking flume v0.11.1
29932026-05-08T02:15:41.649Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29942026-05-08T02:15:41.682Z Checking zone v0.3.1
29952026-05-08T02:15:42.231Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29962026-05-08T02:15:43.180Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T02:15:44.085Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T02:15:47.053Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29992026-05-08T02:15:49.090Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30002026-05-08T02:15:50.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s
30012026-05-08T02:15:50.372Z
30022026-05-08T02:15:50.372Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30032026-05-08T02:15:50.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-05-08T02:15:50.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-05-08T02:15:50.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-05-08T02:15:50.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30072026-05-08T02:15:50.980Z
30082026-05-08T02:15:50.980Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30092026-05-08T02:15:51.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-05-08T02:15:51.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-05-08T02:15:51.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-05-08T02:15:51.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30132026-05-08T02:15:51.585Z
30142026-05-08T02:15:51.585Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30152026-05-08T02:15:52.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-05-08T02:15:52.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-05-08T02:15:52.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-05-08T02:15:52.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30192026-05-08T02:15:52.190Z
30202026-05-08T02:15:52.190Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30212026-05-08T02:15:52.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-08T02:15:52.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-08T02:15:52.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-08T02:15:52.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30252026-05-08T02:15:52.795Z
30262026-05-08T02:15:52.795Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30272026-05-08T02:15:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-08T02:15:53.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-08T02:15:53.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-08T02:15:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-08T02:15:53.400Z
30322026-05-08T02:15:53.400Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30332026-05-08T02:15:53.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-08T02:15:53.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-08T02:15:53.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-08T02:15:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-08T02:15:54.010Z
30382026-05-08T02:15:54.010Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30392026-05-08T02:15:54.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-08T02:15:54.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-08T02:15:54.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-08T02:15:54.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-05-08T02:15:54.610Z
30442026-05-08T02:15:54.610Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30452026-05-08T02:15:55.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-08T02:15:55.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-08T02:15:55.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-08T02:15:55.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30492026-05-08T02:15:55.204Z
30502026-05-08T02:15:55.204Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30512026-05-08T02:15:55.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-08T02:15:55.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-08T02:15:55.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-08T02:15:55.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-08T02:15:55.809Z
30562026-05-08T02:15:55.809Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30572026-05-08T02:15:56.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-08T02:15:56.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-08T02:15:56.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-08T02:15:56.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-08T02:15:56.414Z
30622026-05-08T02:15:56.414Zinfo: running `cargo check --bins` on installinator-client (115/274)
30632026-05-08T02:15:56.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-08T02:15:56.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-08T02:15:56.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-08T02:15:56.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-08T02:15:57.022Z
30682026-05-08T02:15:57.022Zinfo: running `cargo check --bins` on nexus-client (116/274)
30692026-05-08T02:15:57.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-08T02:15:57.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-08T02:15:57.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-08T02:15:57.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30732026-05-08T02:15:57.664Z
30742026-05-08T02:15:57.664Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30752026-05-08T02:15:58.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-08T02:15:58.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-08T02:15:58.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-08T02:15:58.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30792026-05-08T02:15:58.306Z
30802026-05-08T02:15:58.306Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30812026-05-08T02:15:58.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-08T02:15:58.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-08T02:15:58.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-08T02:15:58.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-05-08T02:15:58.897Z
30862026-05-08T02:15:58.897Zinfo: running `cargo check --bins` on oxide-client (119/274)
30872026-05-08T02:15:59.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-08T02:15:59.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-08T02:15:59.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-08T02:15:59.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-08T02:15:59.495Z
30922026-05-08T02:15:59.495Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30932026-05-08T02:16:00.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-08T02:16:00.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-08T02:16:00.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-08T02:16:00.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-08T02:16:00.103Z
30982026-05-08T02:16:00.103Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30992026-05-08T02:16:00.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-08T02:16:00.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-08T02:16:00.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-08T02:16:00.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31032026-05-08T02:16:00.695Z
31042026-05-08T02:16:00.695Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31052026-05-08T02:16:01.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-08T02:16:01.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-08T02:16:01.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-08T02:16:01.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-05-08T02:16:01.313Z
31102026-05-08T02:16:01.313Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31112026-05-08T02:16:01.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-08T02:16:01.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-08T02:16:01.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-08T02:16:01.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31152026-05-08T02:16:01.938Z
31162026-05-08T02:16:01.938Zinfo: running `cargo check --bins` on installinator-common (124/274)
31172026-05-08T02:16:02.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-08T02:16:02.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-08T02:16:02.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-08T02:16:02.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31212026-05-08T02:16:02.562Z
31222026-05-08T02:16:02.562Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31232026-05-08T02:16:03.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-08T02:16:03.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-08T02:16:03.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-08T02:16:03.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-08T02:16:03.154Z
31282026-05-08T02:16:03.154Zinfo: running `cargo check --bins` on wicket-common (126/274)
31292026-05-08T02:16:03.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-08T02:16:03.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-08T02:16:03.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-08T02:16:03.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-05-08T02:16:03.770Z
31342026-05-08T02:16:03.770Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31352026-05-08T02:16:04.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-08T02:16:04.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-08T02:16:04.463Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382026-05-08T02:16:04.577Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-05-08T02:16:04.585Z Checking csv-core v0.1.13
31402026-05-08T02:16:04.594Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31412026-05-08T02:16:04.601Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31422026-05-08T02:16:04.610Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31432026-05-08T02:16:04.622Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-05-08T02:16:04.633Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-08T02:16:04.739Z Checking csv v1.4.0
31462026-05-08T02:16:04.757Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31472026-05-08T02:16:04.803Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-05-08T02:16:04.832Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-05-08T02:16:05.071Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31502026-05-08T02:16:05.434Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-05-08T02:16:05.437Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-08T02:16:05.745Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31532026-05-08T02:16:11.434Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-05-08T02:16:11.960Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-08T02:16:14.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.51s
31562026-05-08T02:16:14.478Z
31572026-05-08T02:16:14.478Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31582026-05-08T02:16:14.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-08T02:16:14.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-08T02:16:14.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-08T02:16:14.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31622026-05-08T02:16:15.081Z
31632026-05-08T02:16:15.081Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31642026-05-08T02:16:15.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T02:16:15.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T02:16:15.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T02:16:15.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31682026-05-08T02:16:15.773Z
31692026-05-08T02:16:15.773Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31702026-05-08T02:16:16.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T02:16:16.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T02:16:16.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T02:16:16.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31742026-05-08T02:16:16.461Z
31752026-05-08T02:16:16.461Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31762026-05-08T02:16:17.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T02:16:17.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T02:16:17.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-08T02:16:17.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31802026-05-08T02:16:17.110Z
31812026-05-08T02:16:17.111Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31822026-05-08T02:16:17.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-08T02:16:17.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-08T02:16:17.874Z Compiling regress v0.11.1
31852026-05-08T02:16:18.013Z Compiling unsafe-libyaml v0.2.11
31862026-05-08T02:16:18.026Z Compiling radium v0.7.0
31872026-05-08T02:16:18.038Z Compiling semver v0.1.20
31882026-05-08T02:16:18.052Z Compiling pin-project-internal v1.1.11
31892026-05-08T02:16:18.055Z Compiling maybe-uninit v2.0.0
31902026-05-08T02:16:18.055Z Checking tap v1.0.1
31912026-05-08T02:16:18.164Z Checking wyz v0.5.1
31922026-05-08T02:16:18.289Z Compiling rustc_version v0.1.7
31932026-05-08T02:16:18.353Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31942026-05-08T02:16:18.386Z Checking progenitor-client v0.13.0
31952026-05-08T02:16:18.495Z Compiling snafu-derive v0.8.9
31962026-05-08T02:16:18.513Z Compiling newtype_derive v0.1.6
31972026-05-08T02:16:18.620Z Compiling serde_yaml v0.9.34+deprecated
31982026-05-08T02:16:18.701Z Compiling zerocopy-derive v0.6.6
31992026-05-08T02:16:18.744Z Checking crc-catalog v2.4.0
32002026-05-08T02:16:18.838Z Checking same-file v1.0.6
32012026-05-08T02:16:19.004Z Compiling owo-colors v4.3.0
32022026-05-08T02:16:19.185Z Checking pin-project v1.1.11
32032026-05-08T02:16:19.285Z Compiling cancel-safe-futures v0.1.5
32042026-05-08T02:16:19.323Z Checking funty v2.0.0
32052026-05-08T02:16:19.444Z Checking typify-impl v0.6.2
32062026-05-08T02:16:19.487Z Compiling packed_struct v0.10.1
32072026-05-08T02:16:19.640Z Checking bitvec v1.0.1
32082026-05-08T02:16:19.755Z Checking zerocopy v0.6.6
32092026-05-08T02:16:19.913Z Checking walkdir v2.5.0
32102026-05-08T02:16:20.044Z Checking crc v3.4.0
32112026-05-08T02:16:20.120Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-05-08T02:16:20.154Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32132026-05-08T02:16:20.219Z Checking globset v0.4.18
32142026-05-08T02:16:20.414Z Checking snafu v0.8.9
32152026-05-08T02:16:20.475Z Checking olpc-cjson v0.1.4
32162026-05-08T02:16:20.499Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-08T02:16:20.580Z Checking pem v3.0.6
32182026-05-08T02:16:20.612Z Compiling packed_struct_codegen v0.10.1
32192026-05-08T02:16:20.648Z Checking libsw-core v0.3.2
32202026-05-08T02:16:20.662Z Checking serde_plain v1.0.2
32212026-05-08T02:16:20.742Z Compiling bitfield-macros v0.19.4
32222026-05-08T02:16:20.756Z Compiling indexmap v1.9.3
32232026-05-08T02:16:20.791Z Checking nodrop v0.1.14
32242026-05-08T02:16:20.806Z Checking typed-path v0.9.3
32252026-05-08T02:16:20.884Z Checking array-init v0.0.4
32262026-05-08T02:16:20.926Z Checking libsw v3.5.0
32272026-05-08T02:16:20.965Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-05-08T02:16:21.079Z Checking smallvec v0.6.14
32292026-05-08T02:16:21.179Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-08T02:16:21.365Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-05-08T02:16:21.440Z Checking bitfield v0.19.4
32322026-05-08T02:16:21.509Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32332026-05-08T02:16:21.527Z Checking base64 v0.21.7
32342026-05-08T02:16:21.557Z Checking tough v0.20.0
32352026-05-08T02:16:21.606Z Checking tagptr v0.2.0
32362026-05-08T02:16:21.632Z Checking linear-map v1.2.0
32372026-05-08T02:16:21.703Z Checking unicode-linebreak v0.1.5
32382026-05-08T02:16:21.745Z Checking hashbrown v0.12.3
32392026-05-08T02:16:21.763Z Checking smawk v0.3.2
32402026-05-08T02:16:21.800Z Checking ron v0.8.1
32412026-05-08T02:16:21.815Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32422026-05-08T02:16:21.896Z Checking moka v0.12.13
32432026-05-08T02:16:21.916Z Checking textwrap v0.16.2
32442026-05-08T02:16:22.131Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32452026-05-08T02:16:22.323Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-08T02:16:22.474Z Checking serde-hex v0.1.0
32472026-05-08T02:16:22.501Z Checking steno v0.4.1
32482026-05-08T02:16:22.521Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32492026-05-08T02:16:22.681Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32502026-05-08T02:16:22.713Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32512026-05-08T02:16:22.923Z Checking hashbrown v0.13.2
32522026-05-08T02:16:23.061Z Checking crc-any v2.5.0
32532026-05-08T02:16:23.242Z Checking humantime v2.3.0
32542026-05-08T02:16:23.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32552026-05-08T02:16:23.350Z Checking object v0.30.4
32562026-05-08T02:16:23.451Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-08T02:16:23.505Z Checking hickory-resolver v0.25.2
32582026-05-08T02:16:23.526Z Checking half v1.8.3
32592026-05-08T02:16:23.553Z Checking path-slash v0.1.5
32602026-05-08T02:16:23.625Z Checking utf-8 v0.7.6
32612026-05-08T02:16:23.667Z Checking void v1.0.2
32622026-05-08T02:16:23.726Z Checking serde_cbor v0.11.2
32632026-05-08T02:16:23.756Z Checking tungstenite v0.23.0
32642026-05-08T02:16:23.770Z Checking lzss v0.8.2
32652026-05-08T02:16:23.957Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32662026-05-08T02:16:24.039Z Compiling typify-macro v0.6.2
32672026-05-08T02:16:24.096Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32682026-05-08T02:16:24.110Z Checking nix v0.27.1
32692026-05-08T02:16:24.130Z Checking kstat-rs v0.2.4
32702026-05-08T02:16:24.164Z Checking fxhash v0.2.1
32712026-05-08T02:16:24.209Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-05-08T02:16:24.283Z Checking serde_bytes v0.11.19
32732026-05-08T02:16:24.317Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-05-08T02:16:24.332Z Checking tokio-tungstenite v0.23.1
32752026-05-08T02:16:24.461Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32762026-05-08T02:16:24.590Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32772026-05-08T02:16:24.615Z Checking signal-hook-tokio v0.3.1
32782026-05-08T02:16:25.467Z Compiling typify v0.6.2
32792026-05-08T02:16:25.557Z Compiling progenitor-impl v0.13.0
32802026-05-08T02:16:25.560Z Compiling progenitor-impl v0.14.0
32812026-05-08T02:16:25.679Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-05-08T02:16:26.589Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32832026-05-08T02:16:26.912Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32842026-05-08T02:16:27.126Z Compiling progenitor-macro v0.14.0
32852026-05-08T02:16:27.145Z Compiling progenitor-macro v0.13.0
32862026-05-08T02:16:29.694Z Checking progenitor v0.14.0
32872026-05-08T02:16:29.788Z Checking progenitor v0.13.0
32882026-05-08T02:16:29.816Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32892026-05-08T02:16:29.902Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-08T02:16:32.868Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32912026-05-08T02:16:40.129Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-05-08T02:16:46.352Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-05-08T02:16:47.708Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32942026-05-08T02:16:48.214Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-05-08T02:16:50.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.15s
32962026-05-08T02:16:50.466Z
32972026-05-08T02:16:50.466Zinfo: running `cargo check --bins` on gateway-api (133/274)
32982026-05-08T02:16:50.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-05-08T02:16:50.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-05-08T02:16:50.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-05-08T02:16:50.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33022026-05-08T02:16:51.073Z
33032026-05-08T02:16:51.073Zinfo: running `cargo check --bins` on ipcc (134/274)
33042026-05-08T02:16:51.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-05-08T02:16:51.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-05-08T02:16:51.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-05-08T02:16:51.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33082026-05-08T02:16:51.683Z
33092026-05-08T02:16:51.683Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33102026-05-08T02:16:52.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-05-08T02:16:52.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-05-08T02:16:52.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-05-08T02:16:52.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33142026-05-08T02:16:52.276Z
33152026-05-08T02:16:52.276Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33162026-05-08T02:16:52.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-08T02:16:52.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-08T02:16:52.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-08T02:16:52.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33202026-05-08T02:16:52.883Z
33212026-05-08T02:16:52.883Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33222026-05-08T02:16:53.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-08T02:16:53.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-08T02:16:53.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-08T02:16:53.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33262026-05-08T02:16:53.487Z
33272026-05-08T02:16:53.487Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33282026-05-08T02:16:53.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-08T02:16:53.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-08T02:16:53.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-08T02:16:54.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33322026-05-08T02:16:54.096Z
33332026-05-08T02:16:54.096Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33342026-05-08T02:16:54.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-08T02:16:54.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-08T02:16:54.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-08T02:16:54.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-05-08T02:16:54.703Z
33392026-05-08T02:16:54.703Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33402026-05-08T02:16:55.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-08T02:16:55.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-08T02:16:55.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-08T02:16:55.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-08T02:16:55.309Z
33452026-05-08T02:16:55.309Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33462026-05-08T02:16:55.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-08T02:16:55.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-08T02:16:55.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-08T02:16:55.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-08T02:16:55.915Z
33512026-05-08T02:16:55.915Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33522026-05-08T02:16:56.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-08T02:16:56.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-08T02:16:56.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-08T02:16:56.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-08T02:16:56.524Z
33572026-05-08T02:16:56.524Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33582026-05-08T02:16:57.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-08T02:16:57.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-08T02:16:57.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-08T02:16:57.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-08T02:16:57.131Z
33632026-05-08T02:16:57.131Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33642026-05-08T02:16:57.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-08T02:16:57.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-08T02:16:57.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-08T02:16:57.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-08T02:16:57.736Z
33692026-05-08T02:16:57.736Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33702026-05-08T02:16:58.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-08T02:16:58.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-08T02:16:58.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-08T02:16:58.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-05-08T02:16:58.343Z
33752026-05-08T02:16:58.343Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33762026-05-08T02:16:58.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-08T02:16:58.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-08T02:16:58.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-08T02:16:58.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33802026-05-08T02:16:58.951Z
33812026-05-08T02:16:58.951Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33822026-05-08T02:16:59.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-08T02:16:59.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-08T02:16:59.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-08T02:16:59.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-08T02:16:59.559Z
33872026-05-08T02:16:59.559Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33882026-05-08T02:17:00.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-08T02:17:00.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-08T02:17:00.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-08T02:17:00.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-08T02:17:00.168Z
33932026-05-08T02:17:00.168Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33942026-05-08T02:17:00.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-08T02:17:00.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-08T02:17:00.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-08T02:17:00.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-08T02:17:00.775Z
33992026-05-08T02:17:00.775Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34002026-05-08T02:17:01.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-08T02:17:01.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-08T02:17:01.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-08T02:17:01.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-08T02:17:01.388Z
34052026-05-08T02:17:01.388Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34062026-05-08T02:17:01.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-08T02:17:01.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-08T02:17:01.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-08T02:17:01.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-08T02:17:01.993Z
34112026-05-08T02:17:01.993Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34122026-05-08T02:17:02.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-08T02:17:02.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-08T02:17:02.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-08T02:17:02.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-08T02:17:02.601Z
34172026-05-08T02:17:02.601Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34182026-05-08T02:17:03.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-08T02:17:03.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-08T02:17:03.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-08T02:17:03.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34222026-05-08T02:17:03.212Z
34232026-05-08T02:17:03.212Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34242026-05-08T02:17:03.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-08T02:17:03.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-08T02:17:03.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-08T02:17:03.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34282026-05-08T02:17:03.847Z
34292026-05-08T02:17:03.847Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34302026-05-08T02:17:04.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-08T02:17:04.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-08T02:17:04.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-08T02:17:04.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34342026-05-08T02:17:04.447Z
34352026-05-08T02:17:04.447Zinfo: running `cargo check --bins` on dns-server (156/274)
34362026-05-08T02:17:04.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-08T02:17:04.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-08T02:17:05.096Z Compiling parking_lot_core v0.8.6
34392026-05-08T02:17:05.096Z Compiling git-stub v1.0.0
34402026-05-08T02:17:05.096Z Compiling atomicwrites v0.4.4
34412026-05-08T02:17:05.099Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34422026-05-08T02:17:05.203Z Checking prefix-trie v0.7.0
34432026-05-08T02:17:05.333Z Compiling git-stub-vcs v0.1.0
34442026-05-08T02:17:05.504Z Checking hickory-server v0.25.2
34452026-05-08T02:17:05.601Z Checking parking_lot v0.11.2
34462026-05-08T02:17:05.613Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-08T02:17:05.668Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-05-08T02:17:05.671Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-08T02:17:05.771Z Checking sled v0.34.7
34502026-05-08T02:17:07.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34512026-05-08T02:17:07.855Z
34522026-05-08T02:17:07.855Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34532026-05-08T02:17:08.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-08T02:17:08.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-08T02:17:08.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-08T02:17:08.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-05-08T02:17:08.450Z
34582026-05-08T02:17:08.450Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34592026-05-08T02:17:08.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-08T02:17:08.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-08T02:17:08.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-08T02:17:08.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34632026-05-08T02:17:09.037Z
34642026-05-08T02:17:09.037Zinfo: running `cargo check --bins` on sp-sim (159/274)
34652026-05-08T02:17:09.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-08T02:17:09.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-08T02:17:09.753Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-05-08T02:17:11.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34692026-05-08T02:17:11.700Z
34702026-05-08T02:17:11.700Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34712026-05-08T02:17:12.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-08T02:17:12.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-08T02:17:12.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-08T02:17:12.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34752026-05-08T02:17:12.347Z
34762026-05-08T02:17:12.347Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34772026-05-08T02:17:12.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-08T02:17:12.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-08T02:17:12.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-08T02:17:12.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34812026-05-08T02:17:13.002Z
34822026-05-08T02:17:13.002Zinfo: running `cargo check --bins` on db-macros (162/274)
34832026-05-08T02:17:13.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-08T02:17:13.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-08T02:17:13.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-08T02:17:13.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34872026-05-08T02:17:13.588Z
34882026-05-08T02:17:13.588Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34892026-05-08T02:17:14.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-08T02:17:14.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-08T02:17:14.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-08T02:17:14.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34932026-05-08T02:17:14.177Z
34942026-05-08T02:17:14.177Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34952026-05-08T02:17:14.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-08T02:17:14.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-08T02:17:14.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-08T02:17:14.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34992026-05-08T02:17:14.832Z
35002026-05-08T02:17:14.832Zinfo: running `cargo check --bins` on authz-macros (165/274)
35012026-05-08T02:17:15.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-08T02:17:15.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-08T02:17:15.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-08T02:17:15.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35052026-05-08T02:17:15.418Z
35062026-05-08T02:17:15.418Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35072026-05-08T02:17:15.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-08T02:17:15.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-08T02:17:15.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-08T02:17:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35112026-05-08T02:17:16.065Z
35122026-05-08T02:17:16.065Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35132026-05-08T02:17:16.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-08T02:17:16.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-08T02:17:16.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-08T02:17:16.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35172026-05-08T02:17:16.714Z
35182026-05-08T02:17:16.714Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35192026-05-08T02:17:17.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-08T02:17:17.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-08T02:17:17.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-08T02:17:17.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35232026-05-08T02:17:17.305Z
35242026-05-08T02:17:17.307Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35252026-05-08T02:17:17.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-08T02:17:17.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-08T02:17:17.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-08T02:17:17.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35292026-05-08T02:17:17.886Z
35302026-05-08T02:17:17.886Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35312026-05-08T02:17:18.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-08T02:17:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-08T02:17:18.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-08T02:17:18.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35352026-05-08T02:17:18.479Z
35362026-05-08T02:17:18.479Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35372026-05-08T02:17:18.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-08T02:17:18.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-08T02:17:18.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-08T02:17:18.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35412026-05-08T02:17:19.065Z
35422026-05-08T02:17:19.066Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35432026-05-08T02:17:19.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-08T02:17:19.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-08T02:17:19.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-08T02:17:19.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-08T02:17:19.650Z
35482026-05-08T02:17:19.650Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35492026-05-08T02:17:20.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-08T02:17:20.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-08T02:17:20.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-08T02:17:20.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532026-05-08T02:17:20.304Z
35542026-05-08T02:17:20.304Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35552026-05-08T02:17:20.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-08T02:17:20.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-08T02:17:20.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-08T02:17:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-08T02:17:20.957Z
35602026-05-08T02:17:20.958Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35612026-05-08T02:17:21.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-08T02:17:21.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-08T02:17:21.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-08T02:17:21.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-05-08T02:17:21.603Z
35662026-05-08T02:17:21.603Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35672026-05-08T02:17:22.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-08T02:17:22.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-08T02:17:22.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-08T02:17:22.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35712026-05-08T02:17:22.218Z
35722026-05-08T02:17:22.218Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35732026-05-08T02:17:22.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-08T02:17:22.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-08T02:17:22.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-08T02:17:22.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35772026-05-08T02:17:22.830Z
35782026-05-08T02:17:22.830Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35792026-05-08T02:17:23.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-08T02:17:23.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-08T02:17:23.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-08T02:17:23.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35832026-05-08T02:17:23.442Z
35842026-05-08T02:17:23.442Zinfo: running `cargo check --bins` on key-manager (179/274)
35852026-05-08T02:17:23.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-08T02:17:23.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-08T02:17:23.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-08T02:17:23.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35892026-05-08T02:17:24.040Z
35902026-05-08T02:17:24.040Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35912026-05-08T02:17:24.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-08T02:17:24.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-08T02:17:24.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-08T02:17:24.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35952026-05-08T02:17:24.659Z
35962026-05-08T02:17:24.659Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35972026-05-08T02:17:25.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-08T02:17:25.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-08T02:17:25.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-08T02:17:25.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36012026-05-08T02:17:25.279Z
36022026-05-08T02:17:25.279Zinfo: running `cargo check --bins` on typed-rng (182/274)
36032026-05-08T02:17:25.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-08T02:17:25.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-08T02:17:25.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-08T02:17:25.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-05-08T02:17:25.861Z
36082026-05-08T02:17:25.861Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36092026-05-08T02:17:26.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-08T02:17:26.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-08T02:17:26.705Z Compiling typify-impl v0.4.3
36122026-05-08T02:17:26.705Z Compiling libefi-sys v0.1.0
36132026-05-08T02:17:26.708Z Compiling bitfield-struct v0.6.2
36142026-05-08T02:17:26.854Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36152026-05-08T02:17:26.866Z Compiling xshell-macros v0.2.7
36162026-05-08T02:17:26.876Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36172026-05-08T02:17:26.916Z Compiling salty v0.3.0
36182026-05-08T02:17:26.919Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36192026-05-08T02:17:27.077Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-05-08T02:17:27.196Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212026-05-08T02:17:27.212Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36222026-05-08T02:17:27.226Z Checking xshell v0.2.7
36232026-05-08T02:17:27.409Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36242026-05-08T02:17:27.439Z Checking primeorder v0.13.6
36252026-05-08T02:17:27.457Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-08T02:17:27.577Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-08T02:17:27.598Z Compiling proc-macro-error-attr2 v2.0.0
36282026-05-08T02:17:27.674Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36292026-05-08T02:17:27.691Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-08T02:17:27.720Z Checking tungstenite v0.21.0
36312026-05-08T02:17:27.881Z Checking p384 v0.13.1
36322026-05-08T02:17:27.921Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-05-08T02:17:27.982Z Compiling proc-macro-error2 v2.0.1
36342026-05-08T02:17:28.089Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36352026-05-08T02:17:28.148Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36362026-05-08T02:17:28.292Z Compiling num-derive v0.3.3
36372026-05-08T02:17:28.308Z Compiling tabled_derive v0.11.0
36382026-05-08T02:17:28.476Z Checking tokio-tungstenite v0.21.0
36392026-05-08T02:17:28.771Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36402026-05-08T02:17:28.787Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-08T02:17:28.893Z Checking papergrid v0.17.0
36422026-05-08T02:17:29.146Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-08T02:17:29.194Z Checking libscf-sys v1.1.0
36442026-05-08T02:17:29.324Z Checking testing_table v0.3.0
36452026-05-08T02:17:29.425Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-05-08T02:17:29.463Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36472026-05-08T02:17:29.479Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T02:17:29.664Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36492026-05-08T02:17:29.681Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-08T02:17:29.874Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-05-08T02:17:29.889Z Checking corncobs v0.1.4
36522026-05-08T02:17:29.920Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-05-08T02:17:29.948Z Compiling unicase v2.9.0
36542026-05-08T02:17:30.016Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-05-08T02:17:30.144Z Checking tabled v0.20.0
36562026-05-08T02:17:30.159Z Compiling mime_guess v2.0.5
36572026-05-08T02:17:30.162Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-08T02:17:30.242Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-08T02:17:30.274Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-08T02:17:30.383Z Checking progenitor-client v0.11.2
36612026-05-08T02:17:30.546Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-08T02:17:30.606Z Checking secrecy v0.8.0
36632026-05-08T02:17:30.622Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36642026-05-08T02:17:30.625Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36652026-05-08T02:17:30.716Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36662026-05-08T02:17:30.835Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-05-08T02:17:31.100Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-08T02:17:31.285Z Compiling typify-macro v0.4.3
36692026-05-08T02:17:31.288Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-08T02:17:31.288Z Checking filetime v0.2.27
36712026-05-08T02:17:31.348Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36722026-05-08T02:17:31.380Z Checking crc8 v0.1.1
36732026-05-08T02:17:31.479Z Checking http-range v0.1.5
36742026-05-08T02:17:31.594Z Checking xattr v1.6.1
36752026-05-08T02:17:31.728Z Checking tar v0.4.45
36762026-05-08T02:17:31.929Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-08T02:17:31.944Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36782026-05-08T02:17:32.158Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36792026-05-08T02:17:32.204Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-05-08T02:17:32.248Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36812026-05-08T02:17:32.278Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36822026-05-08T02:17:32.547Z Checking atty v0.2.14
36832026-05-08T02:17:32.605Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36842026-05-08T02:17:32.647Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36852026-05-08T02:17:32.836Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36862026-05-08T02:17:32.947Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36872026-05-08T02:17:32.981Z Compiling typify v0.4.3
36882026-05-08T02:17:33.166Z Compiling progenitor-impl v0.11.2
36892026-05-08T02:17:33.182Z Compiling progenitor-impl v0.10.0
36902026-05-08T02:17:33.311Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-08T02:17:33.487Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-05-08T02:17:33.553Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36932026-05-08T02:17:34.016Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36942026-05-08T02:17:34.451Z Checking hyper-staticfile v0.10.1
36952026-05-08T02:17:34.468Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-05-08T02:17:34.539Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36972026-05-08T02:17:34.746Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36982026-05-08T02:17:34.798Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36992026-05-08T02:17:35.072Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37002026-05-08T02:17:35.118Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37012026-05-08T02:17:35.351Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-08T02:17:35.410Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37032026-05-08T02:17:35.592Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042026-05-08T02:17:35.752Z Compiling progenitor-macro v0.11.2
37052026-05-08T02:17:35.803Z Compiling progenitor-macro v0.10.0
37062026-05-08T02:17:38.568Z Checking progenitor v0.11.2
37072026-05-08T02:17:38.594Z Checking progenitor v0.10.0
37082026-05-08T02:17:38.711Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37092026-05-08T02:17:38.714Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-05-08T02:17:43.332Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37112026-05-08T02:17:44.426Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-05-08T02:17:54.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.83s
37132026-05-08T02:17:54.912Z
37142026-05-08T02:17:54.912Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37152026-05-08T02:17:55.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-05-08T02:17:55.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-05-08T02:17:55.692Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-05-08T02:18:06.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37192026-05-08T02:18:06.368Z
37202026-05-08T02:18:06.368Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37212026-05-08T02:18:06.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-08T02:18:06.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-08T02:18:07.146Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-05-08T02:18:17.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37252026-05-08T02:18:17.701Z
37262026-05-08T02:18:17.701Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37272026-05-08T02:18:18.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-08T02:18:18.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-08T02:18:18.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-08T02:18:28.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37312026-05-08T02:18:29.076Z
37322026-05-08T02:18:29.076Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37332026-05-08T02:18:29.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-08T02:18:29.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-08T02:18:29.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-08T02:18:40.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
37372026-05-08T02:18:40.428Z
37382026-05-08T02:18:40.428Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37392026-05-08T02:18:40.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-08T02:18:40.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-08T02:18:41.203Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-08T02:18:51.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37432026-05-08T02:18:51.876Z
37442026-05-08T02:18:51.876Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37452026-05-08T02:18:52.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-08T02:18:52.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-08T02:18:52.650Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-08T02:19:03.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37492026-05-08T02:19:03.267Z
37502026-05-08T02:19:03.267Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37512026-05-08T02:19:03.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-08T02:19:03.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-08T02:19:04.037Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-08T02:19:14.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.14s
37552026-05-08T02:19:14.659Z
37562026-05-08T02:19:14.659Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37572026-05-08T02:19:15.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-08T02:19:15.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-08T02:19:15.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-05-08T02:19:15.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37612026-05-08T02:19:15.243Z
37622026-05-08T02:19:15.243Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37632026-05-08T02:19:15.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-08T02:19:15.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-08T02:19:15.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-08T02:19:15.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37672026-05-08T02:19:15.852Z
37682026-05-08T02:19:15.852Zinfo: running `cargo check --bins` on range-requests (193/274)
37692026-05-08T02:19:16.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-08T02:19:16.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-08T02:19:16.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-08T02:19:16.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37732026-05-08T02:19:16.451Z
37742026-05-08T02:19:16.451Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37752026-05-08T02:19:16.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-08T02:19:16.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-08T02:19:16.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-08T02:19:16.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37792026-05-08T02:19:17.047Z
37802026-05-08T02:19:17.048Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37812026-05-08T02:19:17.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-08T02:19:17.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-08T02:19:17.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-08T02:19:17.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37852026-05-08T02:19:17.662Z
37862026-05-08T02:19:17.662Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37872026-05-08T02:19:18.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-08T02:19:18.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-08T02:19:18.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-08T02:19:18.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37912026-05-08T02:19:18.280Z
37922026-05-08T02:19:18.280Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37932026-05-08T02:19:18.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-08T02:19:18.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-08T02:19:18.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-08T02:19:18.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37972026-05-08T02:19:18.892Z
37982026-05-08T02:19:18.892Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37992026-05-08T02:19:19.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-08T02:19:19.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-08T02:19:19.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-08T02:19:19.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-05-08T02:19:19.510Z
38042026-05-08T02:19:19.510Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38052026-05-08T02:19:20.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-08T02:19:20.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-08T02:19:20.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-08T02:19:20.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38092026-05-08T02:19:20.125Z
38102026-05-08T02:19:20.125Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38112026-05-08T02:19:20.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-08T02:19:20.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-08T02:19:20.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-08T02:19:20.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38152026-05-08T02:19:20.737Z
38162026-05-08T02:19:20.737Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38172026-05-08T02:19:21.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-08T02:19:21.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-08T02:19:21.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-08T02:19:21.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38212026-05-08T02:19:21.355Z
38222026-05-08T02:19:21.355Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38232026-05-08T02:19:21.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-08T02:19:21.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-08T02:19:21.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-08T02:19:21.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-05-08T02:19:21.971Z
38282026-05-08T02:19:21.971Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38292026-05-08T02:19:22.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-08T02:19:22.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-08T02:19:22.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-08T02:19:22.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-05-08T02:19:22.591Z
38342026-05-08T02:19:22.591Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38352026-05-08T02:19:23.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-08T02:19:23.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-08T02:19:23.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-08T02:19:23.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38392026-05-08T02:19:23.234Z
38402026-05-08T02:19:23.234Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38412026-05-08T02:19:23.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-08T02:19:23.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-08T02:19:23.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-08T02:19:23.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-05-08T02:19:23.853Z
38462026-05-08T02:19:23.853Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38472026-05-08T02:19:24.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-08T02:19:24.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-08T02:19:24.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-08T02:19:24.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38512026-05-08T02:19:24.490Z
38522026-05-08T02:19:24.490Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38532026-05-08T02:19:25.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-08T02:19:25.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-08T02:19:25.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-08T02:19:25.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38572026-05-08T02:19:25.140Z
38582026-05-08T02:19:25.140Zinfo: running `cargo check --bins` on update-common (208/274)
38592026-05-08T02:19:25.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-08T02:19:25.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-08T02:19:25.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-08T02:19:25.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38632026-05-08T02:19:25.742Z
38642026-05-08T02:19:25.742Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38652026-05-08T02:19:26.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-08T02:19:26.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-08T02:19:26.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-08T02:19:26.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38692026-05-08T02:19:26.381Z
38702026-05-08T02:19:26.381Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38712026-05-08T02:19:26.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-08T02:19:26.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-08T02:19:26.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-08T02:19:26.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38752026-05-08T02:19:26.956Z
38762026-05-08T02:19:26.956Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38772026-05-08T02:19:27.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-08T02:19:27.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-08T02:19:27.713Z Compiling fs-err v2.11.0
38802026-05-08T02:19:27.716Z Checking ignore v0.4.25
38812026-05-08T02:19:27.716Z Checking arc-swap v1.8.2
38822026-05-08T02:19:27.716Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38832026-05-08T02:19:27.842Z Checking predicates-tree v1.0.13
38842026-05-08T02:19:27.855Z Checking parse-size v1.1.0
38852026-05-08T02:19:27.878Z Checking rand_seeder v0.4.0
38862026-05-08T02:19:27.881Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38872026-05-08T02:19:27.957Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38882026-05-08T02:19:27.976Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-08T02:19:28.016Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38902026-05-08T02:19:28.039Z Checking slog-scope v4.4.1
38912026-05-08T02:19:28.159Z Compiling petname v2.0.2
38922026-05-08T02:19:28.175Z Checking slog-stdlog v4.1.1
38932026-05-08T02:19:28.178Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942026-05-08T02:19:28.211Z Checking globwalk v0.9.1
38952026-05-08T02:19:28.270Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38962026-05-08T02:19:28.293Z Checking slog-envlogger v2.2.0
38972026-05-08T02:19:28.387Z Checking camino-tempfile-ext v0.3.3
38982026-05-08T02:19:28.423Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38992026-05-08T02:19:28.444Z Checking sapling-renderdag v0.1.0
39002026-05-08T02:19:28.584Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39012026-05-08T02:19:28.598Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-08T02:19:28.676Z Checking subprocess v0.2.15
39032026-05-08T02:19:28.780Z Checking sync-ptr v0.1.4
39042026-05-08T02:19:28.818Z Checking colored v2.2.0
39052026-05-08T02:19:28.898Z Checking assert_matches v1.5.0
39062026-05-08T02:19:28.950Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39072026-05-08T02:19:29.007Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39082026-05-08T02:19:29.070Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39092026-05-08T02:19:29.073Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39102026-05-08T02:19:29.683Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39112026-05-08T02:19:30.976Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39122026-05-08T02:19:33.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
39132026-05-08T02:19:33.372Z
39142026-05-08T02:19:33.373Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39152026-05-08T02:19:33.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-08T02:19:33.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-08T02:19:33.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-08T02:19:33.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-05-08T02:19:33.961Z
39202026-05-08T02:19:33.961Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39212026-05-08T02:19:34.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-08T02:19:34.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-08T02:19:34.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-08T02:19:34.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39252026-05-08T02:19:34.562Z
39262026-05-08T02:19:34.562Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39272026-05-08T02:19:35.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-08T02:19:35.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-08T02:19:35.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-08T02:19:35.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39312026-05-08T02:19:35.208Z
39322026-05-08T02:19:35.208Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39332026-05-08T02:19:35.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-08T02:19:35.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-08T02:19:35.926Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39362026-05-08T02:19:35.926Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39372026-05-08T02:19:36.573Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39382026-05-08T02:19:38.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39392026-05-08T02:19:38.344Z
39402026-05-08T02:19:38.344Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39412026-05-08T02:19:38.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-08T02:19:38.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-08T02:19:38.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-08T02:19:38.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-05-08T02:19:38.946Z
39462026-05-08T02:19:38.946Zinfo: running `cargo check --bins` on cert-dev (217/274)
39472026-05-08T02:19:39.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-08T02:19:39.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-08T02:19:39.546Z Checking yasna v0.5.2
39502026-05-08T02:19:39.955Z Checking rcgen v0.12.1
39512026-05-08T02:19:40.208Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39522026-05-08T02:19:40.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39532026-05-08T02:19:40.554Z
39542026-05-08T02:19:40.554Zinfo: running `cargo check --bins` on clickana (218/274)
39552026-05-08T02:19:41.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-08T02:19:41.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-08T02:19:41.197Z Compiling darling_core v0.23.0
39582026-05-08T02:19:41.200Z Compiling instability v0.3.11
39592026-05-08T02:19:41.306Z Checking castaway v0.2.4
39602026-05-08T02:19:41.318Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39612026-05-08T02:19:41.321Z Compiling indoc v2.0.7
39622026-05-08T02:19:41.324Z Checking unicode-truncate v1.1.0
39632026-05-08T02:19:41.344Z Checking lru v0.12.5
39642026-05-08T02:19:41.344Z Checking cassowary v0.3.0
39652026-05-08T02:19:41.401Z Checking compact_str v0.8.1
39662026-05-08T02:19:42.329Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39672026-05-08T02:19:42.519Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39682026-05-08T02:19:42.699Z Compiling darling_macro v0.23.0
39692026-05-08T02:19:43.104Z Compiling darling v0.23.0
39702026-05-08T02:19:43.721Z Checking ratatui v0.29.0
39712026-05-08T02:19:44.767Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39722026-05-08T02:19:45.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
39732026-05-08T02:19:45.608Z
39742026-05-08T02:19:45.608Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39752026-05-08T02:19:46.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-08T02:19:46.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-08T02:19:46.327Z Checking headers-core v0.3.0
39782026-05-08T02:19:46.330Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39792026-05-08T02:19:46.525Z Checking headers v0.4.1
39802026-05-08T02:19:46.893Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39812026-05-08T02:19:47.733Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39822026-05-08T02:19:48.227Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39832026-05-08T02:19:48.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
39842026-05-08T02:19:48.837Z
39852026-05-08T02:19:48.837Zinfo: running `cargo check --bins` on ch-dev (220/274)
39862026-05-08T02:19:49.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-08T02:19:49.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-08T02:19:49.552Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39892026-05-08T02:19:50.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39902026-05-08T02:19:50.488Z
39912026-05-08T02:19:50.488Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39922026-05-08T02:19:50.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-08T02:19:50.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-08T02:19:50.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-08T02:19:50.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39962026-05-08T02:19:50.954Z
39972026-05-08T02:19:50.954Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39982026-05-08T02:19:51.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-08T02:19:51.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-08T02:19:51.670Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40012026-05-08T02:19:52.654Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40022026-05-08T02:19:52.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40032026-05-08T02:19:53.190Z
40042026-05-08T02:19:53.190Zinfo: running `cargo check --bins` on db-dev (223/274)
40052026-05-08T02:19:53.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-08T02:19:53.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-08T02:19:53.905Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40082026-05-08T02:19:54.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40092026-05-08T02:19:54.865Z
40102026-05-08T02:19:54.865Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40112026-05-08T02:19:55.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-08T02:19:55.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-08T02:19:55.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-05-08T02:19:55.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40152026-05-08T02:19:55.503Z
40162026-05-08T02:19:55.503Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40172026-05-08T02:19:55.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-08T02:19:55.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-08T02:19:56.107Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40202026-05-08T02:19:56.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40212026-05-08T02:19:56.955Z
40222026-05-08T02:19:56.955Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40232026-05-08T02:19:57.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-08T02:19:57.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-08T02:19:57.710Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40262026-05-08T02:19:57.710Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-08T02:19:57.713Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40282026-05-08T02:19:57.713Z Checking git-stub v1.0.0
40292026-05-08T02:19:57.838Z Compiling trait-variant v0.1.2
40302026-05-08T02:19:57.845Z Checking is_ci v1.2.0
40312026-05-08T02:19:57.848Z Checking maplit v1.0.2
40322026-05-08T02:19:57.884Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40332026-05-08T02:19:57.938Z Checking supports-color v3.0.2
40342026-05-08T02:19:57.941Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-08T02:19:57.970Z Checking git-stub-vcs v0.1.0
40362026-05-08T02:19:58.057Z Checking drift v0.1.3
40372026-05-08T02:19:58.072Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40382026-05-08T02:19:58.124Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-08T02:19:58.203Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40402026-05-08T02:19:58.317Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40412026-05-08T02:19:58.348Z Checking dropshot-api-manager v0.7.1
40422026-05-08T02:19:58.363Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40432026-05-08T02:19:58.409Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-08T02:19:58.574Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40452026-05-08T02:19:58.589Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40462026-05-08T02:19:58.772Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40472026-05-08T02:19:59.133Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40482026-05-08T02:20:03.966Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40492026-05-08T02:20:05.043Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40502026-05-08T02:20:05.612Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40512026-05-08T02:20:06.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
40522026-05-08T02:20:06.231Z
40532026-05-08T02:20:06.231Zinfo: running `cargo check --bins` on installinator-api (227/274)
40542026-05-08T02:20:06.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-08T02:20:06.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-08T02:20:06.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-08T02:20:06.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-05-08T02:20:06.841Z
40592026-05-08T02:20:06.841Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40602026-05-08T02:20:07.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-08T02:20:07.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-08T02:20:07.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-08T02:20:07.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40642026-05-08T02:20:07.494Z
40652026-05-08T02:20:07.494Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40662026-05-08T02:20:08.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-08T02:20:08.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-08T02:20:08.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-05-08T02:20:08.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40702026-05-08T02:20:08.144Z
40712026-05-08T02:20:08.144Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40722026-05-08T02:20:08.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-08T02:20:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-08T02:20:08.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-08T02:20:08.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40762026-05-08T02:20:08.783Z
40772026-05-08T02:20:08.783Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40782026-05-08T02:20:09.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-08T02:20:09.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-08T02:20:09.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-08T02:20:09.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40822026-05-08T02:20:09.384Z
40832026-05-08T02:20:09.384Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40842026-05-08T02:20:09.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-08T02:20:09.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-08T02:20:09.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-08T02:20:09.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40882026-05-08T02:20:09.971Z
40892026-05-08T02:20:09.971Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40902026-05-08T02:20:10.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-08T02:20:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-08T02:20:10.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-08T02:20:10.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-05-08T02:20:10.588Z
40952026-05-08T02:20:10.588Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40962026-05-08T02:20:11.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-08T02:20:11.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-08T02:20:11.203Z Checking typeid v1.0.3
40992026-05-08T02:20:11.311Z Checking ordered-float v2.10.1
41002026-05-08T02:20:11.329Z Checking unicode-xid v0.2.6
41012026-05-08T02:20:11.332Z Checking cargo-platform v0.2.0
41022026-05-08T02:20:11.350Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41032026-05-08T02:20:11.382Z Checking erased-serde v0.4.9
41042026-05-08T02:20:11.509Z Checking serde-value v0.7.0
41052026-05-08T02:20:11.682Z Checking serde-untagged v0.1.9
41062026-05-08T02:20:11.839Z Checking cargo-util-schemas v0.8.2
41072026-05-08T02:20:12.524Z Checking cargo_metadata v0.21.0
41082026-05-08T02:20:13.123Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41092026-05-08T02:20:13.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41102026-05-08T02:20:14.001Z
41112026-05-08T02:20:14.001Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41122026-05-08T02:20:14.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-08T02:20:14.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-08T02:20:14.739Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41152026-05-08T02:20:15.357Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41162026-05-08T02:20:15.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41172026-05-08T02:20:16.061Z
41182026-05-08T02:20:16.061Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41192026-05-08T02:20:16.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-08T02:20:16.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-08T02:20:16.919Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41222026-05-08T02:20:16.919Z Compiling vergen-gitcl v1.0.8
41232026-05-08T02:20:16.919Z Compiling dirs-sys-next v0.1.2
41242026-05-08T02:20:16.919Z Compiling diesel_derives v2.3.7
41252026-05-08T02:20:16.919Z Compiling glob v0.3.3
41262026-05-08T02:20:16.922Z Compiling crunchy v0.2.4
41272026-05-08T02:20:16.922Z Compiling dsl_auto_type v0.2.0
41282026-05-08T02:20:17.051Z Checking scheduled-thread-pool v0.2.7
41292026-05-08T02:20:17.226Z Compiling dirs-next v2.0.0
41302026-05-08T02:20:17.244Z Compiling diesel_table_macro_syntax v0.3.0
41312026-05-08T02:20:17.316Z Compiling tiny-keccak v2.0.2
41322026-05-08T02:20:17.348Z Compiling term v0.7.0
41332026-05-08T02:20:17.447Z Checking r2d2 v0.8.10
41342026-05-08T02:20:17.464Z Compiling bit-vec v0.6.3
41352026-05-08T02:20:17.479Z Compiling clang-sys v1.8.1
41362026-05-08T02:20:17.524Z Checking downcast-rs v2.0.2
41372026-05-08T02:20:17.624Z Compiling bit-set v0.5.3
41382026-05-08T02:20:17.627Z Compiling ascii-canvas v3.0.0
41392026-05-08T02:20:17.782Z Compiling itertools v0.10.5
41402026-05-08T02:20:17.842Z Compiling ena v0.14.4
41412026-05-08T02:20:17.873Z Compiling libloading v0.8.9
41422026-05-08T02:20:17.896Z Compiling diff v0.1.13
41432026-05-08T02:20:17.922Z Compiling regex-syntax v0.6.29
41442026-05-08T02:20:18.048Z Compiling bindgen v0.71.1
41452026-05-08T02:20:18.093Z Compiling cexpr v0.6.0
41462026-05-08T02:20:18.157Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41472026-05-08T02:20:18.345Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41482026-05-08T02:20:18.518Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41492026-05-08T02:20:18.538Z Compiling libxml v0.3.3
41502026-05-08T02:20:18.764Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41512026-05-08T02:20:18.810Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41522026-05-08T02:20:18.845Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41532026-05-08T02:20:19.040Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41542026-05-08T02:20:19.072Z Compiling strum_macros v0.24.3
41552026-05-08T02:20:19.102Z Compiling indoc v1.0.9
41562026-05-08T02:20:19.301Z Compiling lalrpop v0.19.12
41572026-05-08T02:20:20.069Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41582026-05-08T02:20:20.261Z Checking derive_builder v0.20.2
41592026-05-08T02:20:20.389Z Compiling oso-derive v0.27.3
41602026-05-08T02:20:20.407Z Checking quick-xml v0.37.5
41612026-05-08T02:20:20.584Z Compiling impl-trait-for-tuples v0.2.3
41622026-05-08T02:20:20.878Z Checking openssl-probe v0.1.6
41632026-05-08T02:20:21.021Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41642026-05-08T02:20:21.276Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41652026-05-08T02:20:21.471Z Checking bb8 v0.8.6
41662026-05-08T02:20:21.751Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41672026-05-08T02:20:21.769Z Checking nonempty v0.12.0
41682026-05-08T02:20:21.787Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41692026-05-08T02:20:21.933Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-08T02:20:21.971Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41712026-05-08T02:20:22.009Z Checking console v0.16.2
41722026-05-08T02:20:22.106Z Checking unit-prefix v0.5.2
41732026-05-08T02:20:22.144Z Checking support-bundle-viewer v0.1.2
41742026-05-08T02:20:22.242Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41752026-05-08T02:20:22.315Z Checking indicatif v0.18.4
41762026-05-08T02:20:22.388Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41772026-05-08T02:20:22.542Z Checking multimap v0.10.1
41782026-05-08T02:20:22.904Z Checking diesel v2.3.7
41792026-05-08T02:20:24.752Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-05-08T02:20:25.048Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-05-08T02:20:25.359Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-05-08T02:20:26.406Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41832026-05-08T02:20:26.790Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41842026-05-08T02:20:26.921Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-05-08T02:20:27.430Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41862026-05-08T02:20:27.490Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41872026-05-08T02:20:29.469Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-05-08T02:20:34.398Z Compiling samael v0.0.19
41892026-05-08T02:20:38.207Z Checking async-bb8-diesel v0.2.1
41902026-05-08T02:20:38.578Z Checking diesel-dtrace v0.5.0
41912026-05-08T02:20:39.517Z Compiling polar-core v0.27.3
41922026-05-08T02:20:43.921Z Checking oso v0.27.3
41932026-05-08T02:21:20.573Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-05-08T02:21:53.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
41952026-05-08T02:21:53.810Z
41962026-05-08T02:21:53.810Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41972026-05-08T02:21:54.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-05-08T02:21:54.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-05-08T02:21:54.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-05-08T02:21:54.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42012026-05-08T02:21:54.479Z
42022026-05-08T02:21:54.479Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42032026-05-08T02:21:55.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-08T02:21:55.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-08T02:21:55.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-08T02:21:55.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42072026-05-08T02:21:55.147Z
42082026-05-08T02:21:55.147Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42092026-05-08T02:21:55.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-08T02:21:55.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-08T02:21:55.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-05-08T02:21:55.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42132026-05-08T02:21:55.722Z
42142026-05-08T02:21:55.722Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42152026-05-08T02:21:56.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-08T02:21:56.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-08T02:21:56.591Z Compiling libz-sys v1.1.24
42182026-05-08T02:21:56.723Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-05-08T02:21:56.734Z Compiling vergen-git2 v1.0.7
42202026-05-08T02:21:56.753Z Compiling rustls v0.21.12
42212026-05-08T02:21:56.760Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-05-08T02:21:56.763Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-05-08T02:21:56.763Z Checking sct v0.7.1
42242026-05-08T02:21:56.763Z Checking rustls-webpki v0.101.7
42252026-05-08T02:21:56.936Z Compiling nix v0.29.0
42262026-05-08T02:21:56.980Z Compiling dropshot v0.16.7
42272026-05-08T02:21:57.020Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42282026-05-08T02:21:57.056Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-05-08T02:21:57.096Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-05-08T02:21:57.237Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42312026-05-08T02:21:57.252Z Checking toml v0.9.12+spec-1.1.0
42322026-05-08T02:21:57.266Z Compiling dropshot_endpoint v0.16.7
42332026-05-08T02:21:57.366Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42342026-05-08T02:21:57.564Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42352026-05-08T02:21:57.746Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-05-08T02:21:57.826Z Checking rustls-pemfile v1.0.4
42372026-05-08T02:21:57.966Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42382026-05-08T02:21:58.159Z Checking twox-hash v2.1.2
42392026-05-08T02:21:58.175Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-05-08T02:21:58.375Z Checking tokio-rustls v0.24.1
42412026-05-08T02:21:58.994Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42422026-05-08T02:21:59.053Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-05-08T02:21:59.082Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42442026-05-08T02:21:59.618Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-05-08T02:21:59.652Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-05-08T02:21:59.655Z Checking fatfs v0.3.6
42472026-05-08T02:21:59.793Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42482026-05-08T02:21:59.809Z Compiling seq-macro v0.3.6
42492026-05-08T02:22:03.578Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-05-08T02:22:03.702Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T02:22:04.017Z Compiling git2 v0.20.4
42522026-05-08T02:22:06.196Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42532026-05-08T02:22:52.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.04s
42542026-05-08T02:22:52.990Z
42552026-05-08T02:22:52.991Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42562026-05-08T02:22:53.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-08T02:22:53.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-08T02:22:53.865Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-05-08T02:23:32.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.27s
42602026-05-08T02:23:32.499Z
42612026-05-08T02:23:32.499Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42622026-05-08T02:23:32.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-08T02:23:32.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-08T02:23:32.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-05-08T02:23:32.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42662026-05-08T02:23:33.079Z
42672026-05-08T02:23:33.079Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42682026-05-08T02:23:33.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-08T02:23:33.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-08T02:23:33.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-05-08T02:23:33.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42722026-05-08T02:23:33.716Z
42732026-05-08T02:23:33.716Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42742026-05-08T02:23:34.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-08T02:23:34.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-08T02:23:34.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-05-08T02:23:34.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42782026-05-08T02:23:34.369Z
42792026-05-08T02:23:34.369Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42802026-05-08T02:23:34.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-08T02:23:34.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-08T02:23:34.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-08T02:23:34.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42842026-05-08T02:23:35.019Z
42852026-05-08T02:23:35.019Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42862026-05-08T02:23:35.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-08T02:23:35.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-08T02:23:35.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-08T02:23:35.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42902026-05-08T02:23:35.664Z
42912026-05-08T02:23:35.664Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42922026-05-08T02:23:36.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-08T02:23:36.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-08T02:23:36.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-08T02:23:36.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42962026-05-08T02:23:36.305Z
42972026-05-08T02:23:36.305Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42982026-05-08T02:23:36.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-08T02:23:36.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-08T02:23:36.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-08T02:23:36.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43022026-05-08T02:23:36.952Z
43032026-05-08T02:23:36.952Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43042026-05-08T02:23:37.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-08T02:23:37.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-08T02:23:37.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-08T02:23:37.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-05-08T02:23:37.605Z
43092026-05-08T02:23:37.605Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43102026-05-08T02:23:38.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-08T02:23:38.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-08T02:23:38.491Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43132026-05-08T02:23:38.491Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-05-08T02:23:38.675Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43152026-05-08T02:23:38.705Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43162026-05-08T02:23:38.727Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43172026-05-08T02:23:38.729Z Checking yansi v1.0.1
43182026-05-08T02:23:38.729Z Checking diff v0.1.13
43192026-05-08T02:23:38.757Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43202026-05-08T02:23:38.816Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43212026-05-08T02:23:39.005Z Checking pretty_assertions v1.4.1
43222026-05-08T02:23:39.624Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43232026-05-08T02:23:39.981Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43242026-05-08T02:24:03.052Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43252026-05-08T02:24:03.058Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43262026-05-08T02:24:03.058Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-05-08T02:24:03.058Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43282026-05-08T02:24:03.058Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292026-05-08T02:24:03.058Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-05-08T02:24:03.884Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-05-08T02:24:04.960Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43322026-05-08T02:24:43.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43332026-05-08T02:24:43.260Z
43342026-05-08T02:24:43.260Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43352026-05-08T02:24:43.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-08T02:24:43.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-08T02:24:43.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-08T02:24:43.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43392026-05-08T02:24:43.842Z
43402026-05-08T02:24:43.842Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43412026-05-08T02:24:44.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-08T02:24:44.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-08T02:24:44.606Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43442026-05-08T02:24:44.727Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43452026-05-08T02:24:44.730Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43462026-05-08T02:25:10.403Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43472026-05-08T02:25:10.787Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43482026-05-08T02:25:12.488Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43492026-05-08T02:25:12.936Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43502026-05-08T02:25:15.847Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43512026-05-08T02:25:38.482Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43522026-05-08T02:25:39.178Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43532026-05-08T02:25:40.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s
43542026-05-08T02:25:41.008Z
43552026-05-08T02:25:41.008Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43562026-05-08T02:25:41.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-08T02:25:41.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-08T02:25:41.724Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43592026-05-08T02:25:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43602026-05-08T02:25:42.591Z
43612026-05-08T02:25:42.591Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43622026-05-08T02:25:43.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-08T02:25:43.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-08T02:25:43.238Z Compiling blake3 v1.8.3
43652026-05-08T02:25:43.345Z Checking constant_time_eq v0.4.2
43662026-05-08T02:25:43.345Z Checking arrayvec v0.7.6
43672026-05-08T02:25:43.345Z Checking arrayref v0.3.9
43682026-05-08T02:25:43.364Z Checking topological-sort v0.2.2
43692026-05-08T02:25:43.369Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43702026-05-08T02:25:43.369Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43712026-05-08T02:25:43.372Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43722026-05-08T02:25:43.415Z Checking shell-words v1.1.1
43732026-05-08T02:25:44.123Z Checking omicron-zone-package v0.12.2
43742026-05-08T02:25:44.818Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43752026-05-08T02:25:45.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43762026-05-08T02:25:45.851Z
43772026-05-08T02:25:45.851Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43782026-05-08T02:25:46.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-05-08T02:25:46.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-05-08T02:25:46.487Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43812026-05-08T02:25:46.799Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43822026-05-08T02:25:47.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
43832026-05-08T02:25:47.376Z
43842026-05-08T02:25:47.376Zinfo: running `cargo check --bins` on schema (256/274)
43852026-05-08T02:25:47.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-08T02:25:47.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-08T02:25:48.097Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43882026-05-08T02:25:48.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43892026-05-08T02:25:48.982Z
43902026-05-08T02:25:48.982Zinfo: running `cargo check --bins` on xtask (257/274)
43912026-05-08T02:25:49.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-05-08T02:25:49.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-05-08T02:25:49.432Z Checking libc v0.2.185
43942026-05-08T02:25:49.435Z Checking serde v1.0.228
43952026-05-08T02:25:49.518Z Checking zerofrom v0.1.6
43962026-05-08T02:25:49.524Z Checking bitflags v2.11.0
43972026-05-08T02:25:49.528Z Checking smallvec v1.15.1
43982026-05-08T02:25:49.535Z Checking indexmap v2.14.0
43992026-05-08T02:25:49.544Z Checking serde_json v1.0.149
44002026-05-08T02:25:49.548Z Checking num-traits v0.2.19
44012026-05-08T02:25:49.612Z Checking yoke v0.8.1
44022026-05-08T02:25:49.664Z Checking scroll v0.12.0
44032026-05-08T02:25:49.693Z Checking thiserror v1.0.69
44042026-05-08T02:25:49.777Z Checking zerovec v0.11.5
44052026-05-08T02:25:49.788Z Checking zerotrie v0.2.3
44062026-05-08T02:25:49.797Z Checking errno v0.3.14
44072026-05-08T02:25:49.890Z Checking percent-encoding v2.3.2
44082026-05-08T02:25:49.907Z Checking toml_datetime v0.6.11
44092026-05-08T02:25:49.916Z Checking rustix v1.1.3
44102026-05-08T02:25:50.026Z Checking serde_spanned v0.6.9
44112026-05-08T02:25:50.035Z Checking log v0.4.29
44122026-05-08T02:25:50.058Z Checking zerocopy v0.7.35
44132026-05-08T02:25:50.082Z Checking form_urlencoded v1.2.2
44142026-05-08T02:25:50.098Z Checking ordered-float v2.10.1
44152026-05-08T02:25:50.140Z Checking getrandom v0.4.1
44162026-05-08T02:25:50.146Z Checking toml_edit v0.22.27
44172026-05-08T02:25:50.182Z Checking goblin v0.8.2
44182026-05-08T02:25:50.204Z Checking thiserror v2.0.18
44192026-05-08T02:25:50.215Z Checking tinystr v0.8.2
44202026-05-08T02:25:50.288Z Checking potential_utf v0.1.4
44212026-05-08T02:25:50.300Z Checking syn v2.0.117
44222026-05-08T02:25:50.310Z Checking serde-value v0.7.0
44232026-05-08T02:25:50.388Z Checking icu_locale_core v2.1.1
44242026-05-08T02:25:50.431Z Checking icu_collections v2.1.1
44252026-05-08T02:25:50.505Z Checking dtrace-parser v0.2.0
44262026-05-08T02:25:50.542Z Checking thread-id v4.2.2
44272026-05-08T02:25:50.621Z Checking once_cell v1.21.3
44282026-05-08T02:25:50.714Z Checking terminal_size v0.4.3
44292026-05-08T02:25:50.727Z Checking cargo-platform v0.2.0
44302026-05-08T02:25:50.739Z Checking memmap v0.7.0
44312026-05-08T02:25:50.789Z Checking tempfile v3.25.0
44322026-05-08T02:25:50.822Z Checking clap_builder v4.5.60
44332026-05-08T02:25:50.860Z Checking textwrap v0.16.2
44342026-05-08T02:25:50.896Z Checking fs-err v3.3.0
44352026-05-08T02:25:50.934Z Checking icu_provider v2.1.1
44362026-05-08T02:25:50.975Z Checking camino-tempfile v1.4.1
44372026-05-08T02:25:51.064Z Checking tabled v0.15.0
44382026-05-08T02:25:51.075Z Checking anyhow v1.0.102
44392026-05-08T02:25:51.126Z Checking macaddr v1.0.1
44402026-05-08T02:25:51.166Z Checking icu_normalizer v2.1.1
44412026-05-08T02:25:51.255Z Checking icu_properties v2.1.2
44422026-05-08T02:25:51.266Z Checking toml v0.8.23
44432026-05-08T02:25:51.302Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44442026-05-08T02:25:51.569Z Checking cargo_toml v0.21.0
44452026-05-08T02:25:51.999Z Checking clap v4.5.60
44462026-05-08T02:25:52.038Z Checking dof v0.3.0
44472026-05-08T02:25:52.044Z Checking idna_adapter v1.2.1
44482026-05-08T02:25:52.148Z Checking idna v1.1.0
44492026-05-08T02:25:52.287Z Checking usdt-impl v0.5.0
44502026-05-08T02:25:52.373Z Checking url v2.5.8
44512026-05-08T02:25:52.529Z Checking usdt v0.5.0
44522026-05-08T02:25:52.701Z Checking cargo-util-schemas v0.8.2
44532026-05-08T02:25:53.376Z Checking cargo_metadata v0.21.0
44542026-05-08T02:25:53.979Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44552026-05-08T02:25:54.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
44562026-05-08T02:25:54.510Z
44572026-05-08T02:25:54.510Zinfo: running `cargo check --bins` on dnsadm (258/274)
44582026-05-08T02:25:55.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-05-08T02:25:55.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-05-08T02:25:55.153Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44612026-05-08T02:25:55.618Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44622026-05-08T02:25:56.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44632026-05-08T02:25:56.197Z
44642026-05-08T02:25:56.197Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44652026-05-08T02:25:56.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-05-08T02:25:56.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-05-08T02:25:56.986Z Checking polyval v0.6.2
44682026-05-08T02:25:57.110Z Checking ctr v0.9.2
44692026-05-08T02:25:57.123Z Checking ssh-encoding v0.2.0
44702026-05-08T02:25:57.126Z Checking blowfish v0.9.1
44712026-05-08T02:25:57.145Z Checking password-hash v0.4.2
44722026-05-08T02:25:57.159Z Checking p256 v0.13.2
44732026-05-08T02:25:57.162Z Checking p521 v0.13.3
44742026-05-08T02:25:57.187Z Checking russh-cryptovec v0.7.3
44752026-05-08T02:25:57.245Z Checking ghash v0.5.1
44762026-05-08T02:25:57.259Z Checking md5 v0.7.0
44772026-05-08T02:25:57.272Z Checking bcrypt-pbkdf v0.10.0
44782026-05-08T02:25:57.297Z Checking num-bigint v0.4.6
44792026-05-08T02:25:57.306Z Checking des v0.8.1
44802026-05-08T02:25:57.356Z Checking aes-gcm v0.10.3
44812026-05-08T02:25:57.356Z Checking pbkdf2 v0.11.0
44822026-05-08T02:25:57.412Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44832026-05-08T02:25:57.428Z Checking hex-literal v0.4.1
44842026-05-08T02:25:57.441Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44852026-05-08T02:25:57.484Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44862026-05-08T02:25:57.500Z Checking ssh-cipher v0.2.0
44872026-05-08T02:25:57.517Z Checking socket2 v0.5.10
44882026-05-08T02:25:57.531Z Checking internet-checksum v0.2.1
44892026-05-08T02:25:57.662Z Checking ssh-key v0.6.7
44902026-05-08T02:25:57.789Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44912026-05-08T02:25:58.285Z Checking russh-keys v0.45.0
44922026-05-08T02:25:58.835Z Checking russh v0.45.0
44932026-05-08T02:26:13.506Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44942026-05-08T02:26:14.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.51s
44952026-05-08T02:26:14.921Z
44962026-05-08T02:26:14.921Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44972026-05-08T02:26:15.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-08T02:26:15.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-08T02:26:15.554Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45002026-05-08T02:26:15.662Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45012026-05-08T02:26:15.670Z Checking termios v0.3.3
45022026-05-08T02:26:16.850Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45032026-05-08T02:26:16.996Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45042026-05-08T02:26:18.751Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45052026-05-08T02:26:19.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
45062026-05-08T02:26:19.491Z
45072026-05-08T02:26:19.491Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45082026-05-08T02:26:20.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-08T02:26:20.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-08T02:26:20.196Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45112026-05-08T02:26:20.310Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45122026-05-08T02:26:20.319Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45132026-05-08T02:26:20.322Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45142026-05-08T02:26:20.334Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45152026-05-08T02:26:20.344Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45162026-05-08T02:26:21.048Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45172026-05-08T02:26:21.384Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45182026-05-08T02:26:21.387Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-08T02:26:22.004Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45202026-05-08T02:26:23.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
45212026-05-08T02:26:23.800Z
45222026-05-08T02:26:23.800Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45232026-05-08T02:26:24.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-08T02:26:24.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-08T02:26:24.429Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45262026-05-08T02:26:24.871Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45272026-05-08T02:26:25.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45282026-05-08T02:26:25.360Z
45292026-05-08T02:26:25.360Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45302026-05-08T02:26:25.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-08T02:26:25.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-08T02:26:25.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-05-08T02:26:25.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45342026-05-08T02:26:25.944Z
45352026-05-08T02:26:25.944Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45362026-05-08T02:26:26.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-08T02:26:26.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-08T02:26:26.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-08T02:26:26.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45402026-05-08T02:26:26.527Z
45412026-05-08T02:26:26.527Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45422026-05-08T02:26:27.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-08T02:26:27.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-08T02:26:27.268Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45452026-05-08T02:26:27.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45462026-05-08T02:26:28.068Z
45472026-05-08T02:26:28.069Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45482026-05-08T02:26:28.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-08T02:26:28.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-08T02:26:28.709Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45512026-05-08T02:26:28.712Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45522026-05-08T02:26:28.954Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45532026-05-08T02:26:28.955Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45542026-05-08T02:26:29.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
45552026-05-08T02:26:29.905Z
45562026-05-08T02:26:29.905Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45572026-05-08T02:26:30.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-08T02:26:30.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-08T02:26:30.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-05-08T02:26:30.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45612026-05-08T02:26:30.495Z
45622026-05-08T02:26:30.495Zinfo: running `cargo check --bins` on omicron-package (268/274)
45632026-05-08T02:26:31.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-08T02:26:31.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-08T02:26:31.165Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45662026-05-08T02:26:32.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45672026-05-08T02:26:32.411Z
45682026-05-08T02:26:32.411Zinfo: running `cargo check --bins` on tqdb (269/274)
45692026-05-08T02:26:32.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-08T02:26:32.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-08T02:26:33.185Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45722026-05-08T02:26:33.542Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45732026-05-08T02:26:34.038Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45742026-05-08T02:26:34.041Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45752026-05-08T02:26:39.774Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45762026-05-08T02:26:39.779Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45772026-05-08T02:26:40.337Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45782026-05-08T02:26:40.338Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45792026-05-08T02:26:40.341Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45802026-05-08T02:26:40.341Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45812026-05-08T02:26:41.084Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45822026-05-08T02:26:42.084Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45832026-05-08T02:26:42.844Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45842026-05-08T02:26:43.450Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45852026-05-08T02:26:47.392Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45862026-05-08T02:26:53.650Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45872026-05-08T02:26:53.655Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-05-08T02:26:53.655Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45892026-05-08T02:26:53.655Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45902026-05-08T02:26:55.090Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45912026-05-08T02:26:56.386Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45922026-05-08T02:26:57.045Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45932026-05-08T02:26:58.267Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45942026-05-08T02:26:58.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.38s
45952026-05-08T02:26:59.016Z
45962026-05-08T02:26:59.016Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45972026-05-08T02:26:59.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-08T02:26:59.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-08T02:26:59.714Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46002026-05-08T02:26:59.714Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-08T02:26:59.715Z Checking rtoolbox v0.0.3
46022026-05-08T02:26:59.726Z Checking tui-tree-widget v0.23.1
46032026-05-08T02:26:59.938Z Checking rpassword v7.4.0
46042026-05-08T02:27:05.150Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46052026-05-08T02:27:05.207Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46062026-05-08T02:27:05.694Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46072026-05-08T02:27:06.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.56s
46082026-05-08T02:27:06.776Z
46092026-05-08T02:27:06.776Zinfo: running `cargo check --bins` on wicket (271/274)
46102026-05-08T02:27:07.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-08T02:27:07.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-08T02:27:07.465Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46132026-05-08T02:27:07.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46142026-05-08T02:27:08.020Z
46152026-05-08T02:27:08.021Zinfo: running `cargo check --bins` on wicketd (272/274)
46162026-05-08T02:27:08.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-05-08T02:27:08.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-05-08T02:27:08.741Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46192026-05-08T02:27:08.746Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46202026-05-08T02:27:08.746Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46212026-05-08T02:27:08.746Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46222026-05-08T02:27:09.711Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46232026-05-08T02:27:10.273Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46242026-05-08T02:27:13.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46252026-05-08T02:27:13.411Z
46262026-05-08T02:27:13.411Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46272026-05-08T02:27:13.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-08T02:27:13.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-08T02:27:13.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-05-08T02:27:13.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46312026-05-08T02:27:13.998Z
46322026-05-08T02:27:13.998Zinfo: running `cargo check --bins` on zone-setup (274/274)
46332026-05-08T02:27:14.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-05-08T02:27:14.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-05-08T02:27:14.657Z Checking uzers v0.12.2
46362026-05-08T02:27:14.924Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46372026-05-08T02:27:15.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
46382026-05-08T02:27:15.870Z
46392026-05-08T02:27:15.870Zreal 14:02.180980182
46402026-05-08T02:27:15.871Zuser 20:27.260298202
46412026-05-08T02:27:15.871Zsys 4:12.469117371
46422026-05-08T02:27:15.871Ztrap 0.334467216
46432026-05-08T02:27:15.871Ztflt 0.687980569
46442026-05-08T02:27:15.871Zdflt 1.090328150
46452026-05-08T02:27:15.871Zkflt 0.004687626
46462026-05-08T02:27:15.871Zlock 1:16:23.027541201
46472026-05-08T02:27:15.871Zslp 1:37:39.629945103
46482026-05-08T02:27:15.871Zlat 56.609881205
46492026-05-08T02:27:15.871Zstop 3:30.476646811
46502026-05-08T02:27:15.874Zprocess exited: duration 974551 ms, exit code 0
 
46512026-05-08T02:27:15.882Zfound 0 output files