01KR2JTK43D2V7QCWZNW33NQFS: 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: 01KR2JV7NPJEAJ05EBEKYCPNFY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T01:23:03.538Zjob assigned to worker 01KR2JVCY9JKZ0M4X838ZARNT2 [factory aws, i-0611bdafb2b4df119] (queued for 47 s)
 
22026-05-08T01:23:10.676Zstarting task 0: "setup"
32026-05-08T01:23:10.682Z++ uname -s
42026-05-08T01:23:10.682Z+ kern=SunOS
52026-05-08T01:23:10.682Z+ build_user=build
62026-05-08T01:23:10.682Z+ build_uid=12345
72026-05-08T01:23:10.682Z+ work_dir=/work
82026-05-08T01:23:10.682Z+ input_dir=/input
92026-05-08T01:23:10.682Z+ [[ 0 == 12345 ]]
102026-05-08T01:23:10.683Z+ case "$kern" in
112026-05-08T01:23:10.683Z+ groupadd -g 12345 build
122026-05-08T01:23:10.689Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T01:23:12.690Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T01:23:12.804Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T01:23:12.808Z+ home_fs=zfs
162026-05-08T01:23:12.808Z+ [[ zfs == autofs ]]
172026-05-08T01:23:12.808Z+ mkdir -p /home/build
182026-05-08T01:23:12.808Z+ chown build:build /home/build /work
192026-05-08T01:23:14.810Z+ chmod 0700 /home/build /work
202026-05-08T01:23:14.813Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-08T01:23:14.819Zstarting task 1: "rust-toolchain"
222026-05-08T01:23:14.824Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T01:23:14.824Z * rust toolchain channel = "1.94.0"
242026-05-08T01:23:14.824Z * rust toolchain profile = "default"
252026-05-08T01:23:14.824Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T01:23:14.824Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T01:23:14.824Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T01:23:14.828Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T01:23:14.828Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T01:23:14.911Zinfo: downloading installer
312026-05-08T01:23:16.236Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T01:23:16.236Zwarn: /home/build/.rustup/settings.toml
332026-05-08T01:23:16.236Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T01:23:16.240Zwarn: instead of the one inferred from the default host triple.
352026-05-08T01:23:16.247Zinfo: profile set to default
362026-05-08T01:23:16.247Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T01:23:16.250Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T01:23:16.380Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T01:23:16.388Zinfo: downloading 6 components
402026-05-08T01:23:30.931Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T01:23:30.931Z
422026-05-08T01:23:30.958Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T01:23:30.958Z
442026-05-08T01:23:30.958Z
452026-05-08T01:23:30.958ZRust is installed now. Great!
462026-05-08T01:23:30.958Z
472026-05-08T01:23:30.958ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T01:23:30.958Zenvironment variable. This has not been done automatically.
492026-05-08T01:23:30.958Z
502026-05-08T01:23:30.958ZTo configure your current shell, you need to source
512026-05-08T01:23:30.958Zthe corresponding env file under $HOME/.cargo.
522026-05-08T01:23:30.958Z
532026-05-08T01:23:30.958ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T01:23:30.961Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T01:23:30.961Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T01:23:30.961Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T01:23:30.961Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T01:23:30.961Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T01:23:30.961Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T01:23:30.961Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T01:23:30.961Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T01:23:31.049Z+ rustup --version
632026-05-08T01:23:31.055Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T01:23:31.059Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T01:23:31.076Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T01:23:31.079Z+ cargo --version
672026-05-08T01:23:31.092Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T01:23:31.096Z+ rustc --version
692026-05-08T01:23:31.115Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T01:23:31.119Zprocess exited: duration 16297 ms, exit code 0
 
712026-05-08T01:23:31.126Zstarting task 2: "authentication"
722026-05-08T01:23:31.142Zprocess exited: duration 15 ms, exit code 0
 
732026-05-08T01:23:31.150Zstarting task 3: "clone repository"
742026-05-08T01:23:31.157Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T01:23:31.160Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T01:23:31.182ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T01:23:40.715Z+ cd /work/oxidecomputer/omicron
782026-05-08T01:23:40.715Z+ git fetch origin b12d1847a7e2cbd124975cbaa3c38afc140fea85
792026-05-08T01:23:41.006ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T01:23:41.006Z * branch b12d1847a7e2cbd124975cbaa3c38afc140fea85 -> FETCH_HEAD
812026-05-08T01:23:41.016Z+ [[ -n renovate/crate-rpassword-vulnerability ]]
822026-05-08T01:23:41.031Z++ git branch --show-current
832026-05-08T01:23:41.031Z+ current=main
842026-05-08T01:23:41.031Z+ [[ main != renovate/crate-rpassword-vulnerability ]]
852026-05-08T01:23:41.031Z+ git branch -f renovate/crate-rpassword-vulnerability b12d1847a7e2cbd124975cbaa3c38afc140fea85
862026-05-08T01:23:41.031Z+ git checkout -f renovate/crate-rpassword-vulnerability
872026-05-08T01:23:41.100ZSwitched to branch 'renovate/crate-rpassword-vulnerability'
882026-05-08T01:23:41.106Z+ git reset --hard b12d1847a7e2cbd124975cbaa3c38afc140fea85
892026-05-08T01:23:41.168ZHEAD is now at b12d1847a Update Rust crate rpassword to v7.5.0 [SECURITY]
902026-05-08T01:23:41.188Zprocess exited: duration 10019 ms, exit code 0
 
912026-05-08T01:23:41.202Zstarting task 4: "build"
922026-05-08T01:23:41.206Z+ source .github/buildomat/ci-env.sh
932026-05-08T01:23:41.207Z++ export CARGO_TERM_COLOR=always
942026-05-08T01:23:41.207Z++ CARGO_TERM_COLOR=always
952026-05-08T01:23:41.207Z+ cargo --version
962026-05-08T01:23:41.220Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T01:23:41.224Z+ rustc --version
982026-05-08T01:23:41.236Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T01:23:41.242Z+ source ./env.sh
1002026-05-08T01:23:41.242Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T01:23:41.242Z++ set -o xtrace
1022026-05-08T01:23:41.242Z++++ dirname ./env.sh
1032026-05-08T01:23:41.242Z+++ readlink -f .
1042026-05-08T01:23:41.246Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T01:23:41.246Z++ 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-08T01:23:41.246Z++ 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-08T01:23:41.246Z++ 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-08T01:23:41.247Z++ 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-08T01:23:41.247Z++ 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-08T01:23:41.247Z++ 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-08T01:23:41.247Z++ 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-08T01:23:41.247Z++ 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-08T01:23:41.247Z++ case $OLD_SHELL_OPTS in
1142026-05-08T01:23:41.247Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-08T01:23:41.247Z+ 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-08T01:23:41.247Z+ 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-08T01:23:41.247Z+ banner prerequisites
1182026-05-08T01:23:41.247Z
1192026-05-08T01:23:41.247Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-08T01:23:41.247Z # # # # # # # # # # # # # # #
1212026-05-08T01:23:41.248Z # # # # ##### # # ##### # # # # # #### #
1222026-05-08T01:23:41.248Z ##### ##### # ##### # # # # # # # # #
1232026-05-08T01:23:41.248Z # # # # # # # # # # # # # # #
1242026-05-08T01:23:41.248Z # # # ###### # # ###### ### # #### # #### #
1252026-05-08T01:23:41.248Z
1262026-05-08T01:23:41.248Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-08T01:23:42.522Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-08T01:23:42.635ZPlanning: Solver setup ... Done (0.096s)
1292026-05-08T01:23:42.642ZPlanning: Running solver ... Done (0.008s)
1302026-05-08T01:23:42.648ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-08T01:23:42.648ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-08T01:23:42.668ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-08T01:23:42.691ZPlanning: Package planning ... Done (0.013s)
1342026-05-08T01:23:42.702ZPlanning: Merging actions ... Done (0.002s)
1352026-05-08T01:23:42.867ZPlanning: Checking for conflicting actions ... Done (0.184s)
1362026-05-08T01:23:42.876ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-08T01:23:43.701ZPlanning: Evaluating mediators ... Done (0.824s)
1382026-05-08T01:23:43.713ZPlanning: Planning completed in 1.17 seconds
1392026-05-08T01:23:43.713Z Packages to install: 2
1402026-05-08T01:23:43.713Z Estimated space available: 156.10 GB
1412026-05-08T01:23:43.713ZEstimated space to be consumed: 15.55 MB
1422026-05-08T01:23:43.713Z Create boot environment: No
1432026-05-08T01:23:43.713ZCreate backup boot environment: No
1442026-05-08T01:23:43.713Z Rebuild boot archive: No
1452026-05-08T01:23:43.713Z
1462026-05-08T01:23:43.714ZChanged packages:
1472026-05-08T01:23:43.714Zhelios
1482026-05-08T01:23:43.714Z developer/build-essential
1492026-05-08T01:23:43.714Z None -> 11-3.0
1502026-05-08T01:23:43.714Z library/libxmlsec1
1512026-05-08T01:23:43.714Z None -> 1.2.35-3.0
1522026-05-08T01:23:43.726Z
1532026-05-08T01:23:43.726ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-08T01:23:44.307ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1552026-05-08T01:23:44.365Z Actions: 1/268 actions (Installing new actions)
1562026-05-08T01:23:44.405Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-08T01:23:44.412ZFinalize: Updating package state database ... Done (0.007s)
1582026-05-08T01:23:44.412ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-08T01:23:44.419ZFinalize: Updating image state ... Done (0.009s)
1602026-05-08T01:23:46.815ZFinalize: Creating fast lookup database ... Done (2.375s)
1612026-05-08T01:23:46.883ZFinalize: Reading search index ... Done (0.013s)
1622026-05-08T01:23:46.888ZFinalize: Updating search index ... Done (0.000s)
1632026-05-08T01:23:46.992ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-08T01:23:47.274ZPlanning: Evaluating mediator changes ... Done
1652026-05-08T01:23:47.381ZPlanning: Checking for conflicting actions ... Done
1662026-05-08T01:23:47.384ZPlanning: Consolidating action changes ... Done
1672026-05-08T01:23:47.541ZPlanning: Evaluating mediators ... Done
1682026-05-08T01:23:47.547ZPlanning: Planning completed in 0.27 seconds
1692026-05-08T01:23:47.565Z Mediators to change: 2
1702026-05-08T01:23:47.565Z Create boot environment: No
1712026-05-08T01:23:47.565ZCreate backup boot environment: No
1722026-05-08T01:23:47.690ZFinalize: Updating package state database ... Done
1732026-05-08T01:23:47.690ZFinalize: Updating package cache ... Done
1742026-05-08T01:23:47.728ZFinalize: Updating image state ... Done
1752026-05-08T01:23:49.588ZFinalize: Creating fast lookup database ... Done
1762026-05-08T01:23:49.654ZFinalize: Reading search index ... Done
1772026-05-08T01:23:49.659ZFinalize: Updating search index ... Done
1782026-05-08T01:23:49.739ZFinalize: Updating package cache ... Done
1792026-05-08T01:23:50.028ZPlanning: Evaluating mediator changes ... Done
1802026-05-08T01:23:50.139ZPlanning: Checking for conflicting actions ... Done
1812026-05-08T01:23:50.142ZPlanning: Consolidating action changes ... Done
1822026-05-08T01:23:50.292ZPlanning: Evaluating mediators ... Done
1832026-05-08T01:23:50.297ZPlanning: Planning completed in 0.26 seconds
1842026-05-08T01:23:50.314Z Mediators to change: 1
1852026-05-08T01:23:50.314Z Create boot environment: No
1862026-05-08T01:23:50.319ZCreate backup boot environment: No
1872026-05-08T01:23:50.383ZFinalize: Updating package state database ... Done
1882026-05-08T01:23:50.383ZFinalize: Updating package cache ... Done
1892026-05-08T01:23:50.387ZFinalize: Updating image state ... Done
1902026-05-08T01:23:52.352ZFinalize: Creating fast lookup database ... Done
1912026-05-08T01:23:52.416ZFinalize: Reading search index ... Done
1922026-05-08T01:23:52.422ZFinalize: Updating search index ... Done
1932026-05-08T01:23:52.505ZFinalize: Updating package cache ... Done
1942026-05-08T01:23:52.827ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-08T01:23:52.827Zapache system 2.4 system
1962026-05-08T01:23:52.827Zclang system 15 system
1972026-05-08T01:23:52.827Zcsh system system illumos
1982026-05-08T01:23:52.827Zctags system system illumos
1992026-05-08T01:23:52.828Zfile vendor vendor darwinsys
2002026-05-08T01:23:52.828Zfile system system illumos
2012026-05-08T01:23:52.828Zgcc vendor 14 vendor
2022026-05-08T01:23:52.828Zgcc system 13 system
2032026-05-08T01:23:52.828Zgcc system 10 system
2042026-05-08T01:23:52.828Zgo system 1.25 system
2052026-05-08T01:23:52.828Zllvm system 15 system
2062026-05-08T01:23:52.828Zmariadb system 11.4 system
2072026-05-08T01:23:52.828Zmta vendor vendor dma
2082026-05-08T01:23:52.828Zopenjdk system 17 system
2092026-05-08T01:23:52.828Zopenjdk system 11 system
2102026-05-08T01:23:52.828Zopenssl vendor 3 vendor
2112026-05-08T01:23:52.828Zperl system 5.40 system
2122026-05-08T01:23:52.828Zpostgresql system 18 system
2132026-05-08T01:23:52.828Zpostgresql system 17 system
2142026-05-08T01:23:52.829Zpython vendor 3 vendor
2152026-05-08T01:23:52.829Zpython system 2 system
2162026-05-08T01:23:52.829Zpython3 vendor 3.13 vendor
2172026-05-08T01:23:52.829Zruby system 3.4 system
2182026-05-08T01:23:52.829Zruby system 3.0 system
2192026-05-08T01:23:52.829Zwords vendor vendor american-english
2202026-05-08T01:23:52.829Zwords system system australian-english
2212026-05-08T01:23:52.829Zwords system system british-english
2222026-05-08T01:23:52.829Zwords system system canadian-english
2232026-05-08T01:23:52.829Zwords system system french
2242026-05-08T01:23:52.829Zwords system system italian
2252026-05-08T01:23:52.829Zwords system system ngerman
2262026-05-08T01:23:52.829Zwords system system ogerman
2272026-05-08T01:23:52.829Zwords system system spanish
2282026-05-08T01:23:53.087ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-08T01:23:53.087Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-08T01:23:53.347ZFMRI IFO
2312026-05-08T01:23:53.347Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-08T01:23:53.347Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-08T01:23:53.347Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-08T01:23:53.347Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-08T01:23:53.347Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-08T01:23:53.347Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-08T01:23:53.348Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-08T01:23:53.348Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-08T01:23:53.348Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-08T01:23:53.582Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-08T01:23:53.842Z Updating crates.io index
2422026-05-08T01:23:53.846Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-08T01:23:54.111Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-08T01:23:55.002Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-08T01:23:55.705Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-08T01:23:56.393Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-08T01:23:56.918Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-08T01:23:58.213Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-08T01:23:58.913Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-08T01:23:59.259Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-08T01:23:59.965Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-08T01:24:00.326Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-08T01:24:00.717Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-08T01:24:00.990Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-08T01:24:01.942Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-08T01:24:02.435Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-08T01:24:02.706Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-08T01:24:03.082Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-08T01:24:03.530Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-08T01:24:03.814Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-08T01:24:04.047Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-08T01:24:08.287Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-08T01:24:08.380Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-08T01:24:08.380Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-08T01:24:08.380Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-08T01:24:08.444Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-08T01:24:08.444Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-08T01:24:08.444Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-08T01:24:08.444Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-08T01:24:08.502Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-08T01:24:09.060Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-08T01:24:09.283Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-08T01:24:09.652Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-08T01:24:09.962Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-08T01:24:10.318Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-08T01:24:10.911Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-08T01:24:11.175Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-08T01:24:11.490Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-08T01:24:11.770Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-08T01:24:23.254Z Downloading crates ...
2812026-05-08T01:24:23.336Z Downloaded once_cell v1.21.3
2822026-05-08T01:24:23.339Z Downloaded yoke-derive v0.8.1
2832026-05-08T01:24:23.342Z Downloaded anstyle-parse v0.2.7
2842026-05-08T01:24:23.342Z Downloaded memmap v0.7.0
2852026-05-08T01:24:23.345Z Downloaded equivalent v1.0.2
2862026-05-08T01:24:23.347Z Downloaded zerocopy-derive v0.7.35
2872026-05-08T01:24:23.351Z Downloaded scroll_derive v0.12.1
2882026-05-08T01:24:23.351Z Downloaded ordered-float v2.10.1
2892026-05-08T01:24:23.351Z Downloaded heck v0.5.0
2902026-05-08T01:24:23.351Z Downloaded itoa v1.0.17
2912026-05-08T01:24:23.354Z Downloaded zerofrom-derive v0.1.6
2922026-05-08T01:24:23.354Z Downloaded unicode-ident v1.0.24
2932026-05-08T01:24:23.354Z Downloaded usdt-macro v0.5.0
2942026-05-08T01:24:23.358Z Downloaded toml_write v0.1.2
2952026-05-08T01:24:23.358Z Downloaded toml_datetime v0.6.11
2962026-05-08T01:24:23.358Z Downloaded idna_adapter v1.2.1
2972026-05-08T01:24:23.358Z Downloaded heck v0.4.1
2982026-05-08T01:24:23.363Z Downloaded zerovec-derive v0.11.2
2992026-05-08T01:24:23.363Z Downloaded zerofrom v0.1.6
3002026-05-08T01:24:23.363Z Downloaded utf8parse v0.2.2
3012026-05-08T01:24:23.363Z Downloaded proc-macro-error-attr v1.0.4
3022026-05-08T01:24:23.363Z Downloaded block-buffer v0.10.4
3032026-05-08T01:24:23.366Z Downloaded unicode-linebreak v0.1.5
3042026-05-08T01:24:23.366Z Downloaded cfg-if v1.0.4
3052026-05-08T01:24:23.366Z Downloaded version_check v0.9.5
3062026-05-08T01:24:23.372Z Downloaded utf8_iter v1.0.4
3072026-05-08T01:24:23.375Z Downloaded usdt v0.5.0
3082026-05-08T01:24:23.375Z Downloaded unicode-xid v0.2.6
3092026-05-08T01:24:23.375Z Downloaded tinystr v0.8.2
3102026-05-08T01:24:23.378Z Downloaded thiserror-impl v2.0.18
3112026-05-08T01:24:23.378Z Downloaded thiserror-impl v1.0.69
3122026-05-08T01:24:23.378Z Downloaded icu_provider v2.1.1
3132026-05-08T01:24:23.383Z Downloaded proc-macro-error v1.0.4
3142026-05-08T01:24:23.386Z Downloaded typeid v1.0.3
3152026-05-08T01:24:23.386Z Downloaded thiserror v1.0.69
3162026-05-08T01:24:23.386Z Downloaded pretty-hex v0.4.1
3172026-05-08T01:24:23.392Z Downloaded macaddr v1.0.1
3182026-05-08T01:24:23.392Z Downloaded log v0.4.29
3192026-05-08T01:24:23.392Z Downloaded yoke v0.8.1
3202026-05-08T01:24:23.392Z Downloaded usdt-impl v0.5.0
3212026-05-08T01:24:23.397Z Downloaded num-traits v0.2.19
3222026-05-08T01:24:23.397Z Downloaded thread-id v4.2.2
3232026-05-08T01:24:23.398Z Downloaded anstyle-query v1.1.5
3242026-05-08T01:24:23.398Z Downloaded plain v0.2.3
3252026-05-08T01:24:23.398Z Downloaded usdt-attr-macro v0.5.0
3262026-05-08T01:24:23.398Z Downloaded thiserror v2.0.18
3272026-05-08T01:24:23.405Z Downloaded form_urlencoded v1.2.2
3282026-05-08T01:24:23.405Z Downloaded toml v0.8.23
3292026-05-08T01:24:23.405Z Downloaded tabled_derive v0.7.0
3302026-05-08T01:24:23.409Z Downloaded zmij v1.0.21
3312026-05-08T01:24:23.409Z Downloaded writeable v0.6.2
3322026-05-08T01:24:23.409Z Downloaded dof v0.3.0
3332026-05-08T01:24:23.409Z Downloaded ucd-trie v0.1.7
3342026-05-08T01:24:23.409Z Downloaded textwrap v0.16.2
3352026-05-08T01:24:23.414Z Downloaded smawk v0.3.2
3362026-05-08T01:24:23.414Z Downloaded fastrand v2.3.0
3372026-05-08T01:24:23.423Z Downloaded errno v0.3.14
3382026-05-08T01:24:23.423Z Downloaded typenum v1.19.0
3392026-05-08T01:24:23.423Z Downloaded icu_normalizer_data v2.1.1
3402026-05-08T01:24:23.428Z Downloaded semver v1.0.28
3412026-05-08T01:24:23.428Z Downloaded toml_edit v0.22.27
3422026-05-08T01:24:23.428Z Downloaded zerotrie v0.2.3
3432026-05-08T01:24:23.428Z Downloaded icu_collections v2.1.1
3442026-05-08T01:24:23.433Z Downloaded potential_utf v0.1.4
3452026-05-08T01:24:23.433Z Downloaded crypto-common v0.1.7
3462026-05-08T01:24:23.433Z Downloaded url v2.5.8
3472026-05-08T01:24:23.439Z Downloaded cpufeatures v0.2.17
3482026-05-08T01:24:23.439Z Downloaded bytecount v0.6.9
3492026-05-08T01:24:23.439Z Downloaded generic-array v0.14.7
3502026-05-08T01:24:23.443Z Downloaded cargo-platform v0.2.0
3512026-05-08T01:24:23.443Z Downloaded zerovec v0.11.5
3522026-05-08T01:24:23.447Z Downloaded terminal_size v0.4.3
3532026-05-08T01:24:23.447Z Downloaded clap_lex v1.0.0
3542026-05-08T01:24:23.450Z Downloaded serde-value v0.7.0
3552026-05-08T01:24:23.450Z Downloaded zerocopy v0.7.35
3562026-05-08T01:24:23.458Z Downloaded winnow v0.7.14
3572026-05-08T01:24:23.463Z Downloaded serde_spanned v0.6.9
3582026-05-08T01:24:23.466Z Downloaded litemap v0.8.1
3592026-05-08T01:24:23.466Z Downloaded swrite v0.1.0
3602026-05-08T01:24:23.466Z Downloaded unicode-width v0.2.0
3612026-05-08T01:24:23.470Z Downloaded unicode-width v0.1.14
3622026-05-08T01:24:23.473Z Downloaded stable_deref_trait v1.2.1
3632026-05-08T01:24:23.473Z Downloaded quote v1.0.45
3642026-05-08T01:24:23.477Z Downloaded cargo_toml v0.21.0
3652026-05-08T01:24:23.477Z Downloaded anstyle v1.0.13
3662026-05-08T01:24:23.477Z Downloaded strsim v0.11.1
3672026-05-08T01:24:23.477Z Downloaded papergrid v0.11.0
3682026-05-08T01:24:23.480Z Downloaded is_terminal_polyfill v1.70.2
3692026-05-08T01:24:23.480Z Downloaded fnv v1.0.7
3702026-05-08T01:24:23.480Z Downloaded dtrace-parser v0.2.0
3712026-05-08T01:24:23.480Z Downloaded colorchoice v1.0.4
3722026-05-08T01:24:23.483Z Downloaded serde_tokenstream v0.2.3
3732026-05-08T01:24:23.483Z Downloaded hashbrown v0.17.0
3742026-05-08T01:24:23.485Z Downloaded erased-serde v0.4.9
3752026-05-08T01:24:23.488Z Downloaded scroll v0.12.0
3762026-05-08T01:24:23.488Z Downloaded camino-tempfile v1.4.1
3772026-05-08T01:24:23.488Z Downloaded percent-encoding v2.3.2
3782026-05-08T01:24:23.488Z Downloaded autocfg v1.5.0
3792026-05-08T01:24:23.491Z Downloaded cargo_metadata v0.21.0
3802026-05-08T01:24:23.491Z Downloaded serde-untagged v0.1.9
3812026-05-08T01:24:23.496Z Downloaded sha2 v0.10.9
3822026-05-08T01:24:23.499Z Downloaded digest v0.10.7
3832026-05-08T01:24:23.502Z Downloaded byteorder v1.5.0
3842026-05-08T01:24:23.502Z Downloaded fs-err v3.3.0
3852026-05-08T01:24:23.505Z Downloaded synstructure v0.13.2
3862026-05-08T01:24:23.509Z Downloaded clap_derive v4.5.55
3872026-05-08T01:24:23.515Z Downloaded cargo-util-schemas v0.8.2
3882026-05-08T01:24:23.515Z Downloaded pest_generator v2.8.6
3892026-05-08T01:24:23.518Z Downloaded proc-macro2 v1.0.106
3902026-05-08T01:24:23.518Z Downloaded memchr v2.8.0
3912026-05-08T01:24:23.518Z Downloaded pest_derive v2.8.6
3922026-05-08T01:24:23.518Z Downloaded smallvec v1.15.1
3932026-05-08T01:24:23.521Z Downloaded camino v1.2.2
3942026-05-08T01:24:23.521Z Downloaded anyhow v1.0.102
3952026-05-08T01:24:23.523Z Downloaded anstream v0.6.21
3962026-05-08T01:24:23.528Z Downloaded bitflags v2.11.0
3972026-05-08T01:24:23.531Z Downloaded tempfile v3.25.0
3982026-05-08T01:24:23.541Z Downloaded displaydoc v0.2.5
3992026-05-08T01:24:23.545Z Downloaded serde_core v1.0.228
4002026-05-08T01:24:23.549Z Downloaded icu_properties v2.1.2
4012026-05-08T01:24:23.549Z Downloaded icu_normalizer v2.1.1
4022026-05-08T01:24:23.553Z Downloaded serde_derive v1.0.228
4032026-05-08T01:24:23.556Z Downloaded icu_locale_core v2.1.1
4042026-05-08T01:24:23.560Z Downloaded clap v4.5.60
4052026-05-08T01:24:23.568Z Downloaded pest_meta v2.8.6
4062026-05-08T01:24:23.571Z Downloaded getrandom v0.4.1
4072026-05-08T01:24:23.588Z Downloaded serde v1.0.228
4082026-05-08T01:24:23.591Z Downloaded indexmap v2.14.0
4092026-05-08T01:24:23.601Z Downloaded icu_properties_data v2.1.2
4102026-05-08T01:24:23.610Z Downloaded idna v1.1.0
4112026-05-08T01:24:23.615Z Downloaded pest v2.8.6
4122026-05-08T01:24:23.629Z Downloaded serde_json v1.0.149
4132026-05-08T01:24:23.633Z Downloaded clap_builder v4.5.60
4142026-05-08T01:24:23.639Z Downloaded goblin v0.8.2
4152026-05-08T01:24:23.642Z Downloaded tabled v0.15.0
4162026-05-08T01:24:23.650Z Downloaded syn v1.0.109
4172026-05-08T01:24:23.655Z Downloaded syn v2.0.117
4182026-05-08T01:24:23.672Z Downloaded rustix v1.1.3
4192026-05-08T01:24:23.698Z Downloaded libc v0.2.185
4202026-05-08T01:24:23.777Z Compiling proc-macro2 v1.0.106
4212026-05-08T01:24:23.777Z Compiling quote v1.0.45
4222026-05-08T01:24:23.797Z Compiling unicode-ident v1.0.24
4232026-05-08T01:24:23.797Z Compiling serde_core v1.0.228
4242026-05-08T01:24:23.797Z Compiling libc v0.2.185
4252026-05-08T01:24:23.798Z Compiling version_check v0.9.5
4262026-05-08T01:24:23.798Z Compiling stable_deref_trait v1.2.1
4272026-05-08T01:24:23.798Z Compiling memchr v2.8.0
4282026-05-08T01:24:24.084Z Compiling serde v1.0.228
4292026-05-08T01:24:24.100Z Compiling zmij v1.0.21
4302026-05-08T01:24:24.316Z Compiling autocfg v1.5.0
4312026-05-08T01:24:24.330Z Compiling thiserror v1.0.69
4322026-05-08T01:24:24.603Z Compiling itoa v1.0.17
4332026-05-08T01:24:24.620Z Compiling ucd-trie v0.1.7
4342026-05-08T01:24:24.731Z Compiling writeable v0.6.2
4352026-05-08T01:24:24.763Z Compiling litemap v0.8.1
4362026-05-08T01:24:24.779Z Compiling pest v2.8.6
4372026-05-08T01:24:24.871Z Compiling rustix v1.1.3
4382026-05-08T01:24:24.939Z Compiling icu_normalizer_data v2.1.1
4392026-05-08T01:24:24.954Z Compiling byteorder v1.5.0
4402026-05-08T01:24:25.177Z Compiling icu_properties_data v2.1.2
4412026-05-08T01:24:25.253Z Compiling errno v0.3.14
4422026-05-08T01:24:25.272Z Compiling serde_json v1.0.149
4432026-05-08T01:24:25.356Z Compiling syn v2.0.117
4442026-05-08T01:24:25.402Z Compiling bitflags v2.11.0
4452026-05-08T01:24:25.479Z Compiling num-traits v0.2.19
4462026-05-08T01:24:25.516Z Compiling equivalent v1.0.2
4472026-05-08T01:24:25.609Z Compiling hashbrown v0.17.0
4482026-05-08T01:24:25.668Z Compiling smallvec v1.15.1
4492026-05-08T01:24:25.813Z Compiling pest_meta v2.8.6
4502026-05-08T01:24:25.882Z Compiling typeid v1.0.3
4512026-05-08T01:24:26.157Z Compiling indexmap v2.14.0
4522026-05-08T01:24:26.161Z Compiling thread-id v4.2.2
4532026-05-08T01:24:26.188Z Compiling proc-macro-error-attr v1.0.4
4542026-05-08T01:24:26.192Z Compiling usdt-impl v0.5.0
4552026-05-08T01:24:26.254Z Compiling toml_write v0.1.2
4562026-05-08T01:24:26.370Z Compiling winnow v0.7.14
4572026-05-08T01:24:26.415Z Compiling erased-serde v0.4.9
4582026-05-08T01:24:26.575Z Compiling syn v1.0.109
4592026-05-08T01:24:26.853Z Compiling proc-macro-error v1.0.4
4602026-05-08T01:24:26.924Z Compiling utf8parse v0.2.2
4612026-05-08T01:24:27.037Z Compiling getrandom v0.4.1
4622026-05-08T01:24:27.041Z Compiling camino v1.2.2
4632026-05-08T01:24:27.354Z Compiling log v0.4.29
4642026-05-08T01:24:27.373Z Compiling percent-encoding v2.3.2
4652026-05-08T01:24:27.390Z Compiling thiserror v2.0.18
4662026-05-08T01:24:27.424Z Compiling plain v0.2.3
4672026-05-08T01:24:27.481Z Compiling utf8_iter v1.0.4
4682026-05-08T01:24:27.590Z Compiling form_urlencoded v1.2.2
4692026-05-08T01:24:27.633Z Compiling ordered-float v2.10.1
4702026-05-08T01:24:27.672Z Compiling anstyle-parse v0.2.7
4712026-05-08T01:24:27.868Z Compiling terminal_size v0.4.3
4722026-05-08T01:24:27.904Z Compiling is_terminal_polyfill v1.70.2
4732026-05-08T01:24:27.997Z Compiling synstructure v0.13.2
4742026-05-08T01:24:28.015Z Compiling pest_generator v2.8.6
4752026-05-08T01:24:28.031Z Compiling anstyle v1.0.13
4762026-05-08T01:24:28.105Z Compiling cfg-if v1.0.4
4772026-05-08T01:24:28.183Z Compiling pretty-hex v0.4.1
4782026-05-08T01:24:28.259Z Compiling colorchoice v1.0.4
4792026-05-08T01:24:28.287Z Compiling anstyle-query v1.1.5
4802026-05-08T01:24:28.309Z Compiling serde-untagged v0.1.9
4812026-05-08T01:24:28.368Z Compiling anstream v0.6.21
4822026-05-08T01:24:28.501Z Compiling semver v1.0.28
4832026-05-08T01:24:28.586Z Compiling fs-err v3.3.0
4842026-05-08T01:24:28.674Z Compiling strsim v0.11.1
4852026-05-08T01:24:28.720Z Compiling once_cell v1.21.3
4862026-05-08T01:24:28.779Z Compiling clap_lex v1.0.0
4872026-05-08T01:24:28.840Z Compiling unicode-xid v0.2.6
4882026-05-08T01:24:28.878Z Compiling anyhow v1.0.102
4892026-05-08T01:24:28.966Z Compiling bytecount v0.6.9
4902026-05-08T01:24:29.022Z Compiling fastrand v2.3.0
4912026-05-08T01:24:29.035Z Compiling unicode-width v0.1.14
4922026-05-08T01:24:29.094Z Compiling fnv v1.0.7
4932026-05-08T01:24:29.180Z Compiling heck v0.4.1
4942026-05-08T01:24:29.206Z Compiling heck v0.5.0
4952026-05-08T01:24:29.274Z Compiling tempfile v3.25.0
4962026-05-08T01:24:29.325Z Compiling papergrid v0.11.0
4972026-05-08T01:24:29.419Z Compiling clap_builder v4.5.60
4982026-05-08T01:24:29.500Z Compiling memmap v0.7.0
4992026-05-08T01:24:29.535Z Compiling unicode-linebreak v0.1.5
5002026-05-08T01:24:29.627Z Compiling unicode-width v0.2.0
5012026-05-08T01:24:29.677Z Compiling serde_derive v1.0.228
5022026-05-08T01:24:29.723Z Compiling zerofrom-derive v0.1.6
5032026-05-08T01:24:29.813Z Compiling yoke-derive v0.8.1
5042026-05-08T01:24:29.824Z Compiling zerovec-derive v0.11.2
5052026-05-08T01:24:29.895Z Compiling displaydoc v0.2.5
5062026-05-08T01:24:30.646Z Compiling thiserror-impl v1.0.69
5072026-05-08T01:24:30.824Z Compiling zerocopy-derive v0.7.35
5082026-05-08T01:24:30.935Z Compiling pest_derive v2.8.6
5092026-05-08T01:24:31.007Z Compiling scroll_derive v0.12.1
5102026-05-08T01:24:31.106Z Compiling zerofrom v0.1.6
5112026-05-08T01:24:31.248Z Compiling yoke v0.8.1
5122026-05-08T01:24:31.371Z Compiling thiserror-impl v2.0.18
5132026-05-08T01:24:31.425Z Compiling zerovec v0.11.5
5142026-05-08T01:24:31.623Z Compiling zerotrie v0.2.3
5152026-05-08T01:24:31.704Z Compiling zerocopy v0.7.35
5162026-05-08T01:24:31.894Z Compiling tinystr v0.8.2
5172026-05-08T01:24:31.935Z Compiling potential_utf v0.1.4
5182026-05-08T01:24:31.984Z Compiling dtrace-parser v0.2.0
5192026-05-08T01:24:32.066Z Compiling icu_locale_core v2.1.1
5202026-05-08T01:24:32.082Z Compiling icu_collections v2.1.1
5212026-05-08T01:24:32.136Z Compiling scroll v0.12.0
5222026-05-08T01:24:32.402Z Compiling goblin v0.8.2
5232026-05-08T01:24:32.413Z Compiling tabled_derive v0.7.0
5242026-05-08T01:24:32.413Z Compiling clap_derive v4.5.55
5252026-05-08T01:24:32.797Z Compiling icu_provider v2.1.1
5262026-05-08T01:24:32.831Z Compiling smawk v0.3.2
5272026-05-08T01:24:32.975Z Compiling textwrap v0.16.2
5282026-05-08T01:24:33.085Z Compiling icu_normalizer v2.1.1
5292026-05-08T01:24:33.099Z Compiling icu_properties v2.1.2
5302026-05-08T01:24:33.114Z Compiling serde_spanned v0.6.9
5312026-05-08T01:24:33.275Z Compiling toml_datetime v0.6.11
5322026-05-08T01:24:33.309Z Compiling dof v0.3.0
5332026-05-08T01:24:33.373Z Compiling serde_tokenstream v0.2.3
5342026-05-08T01:24:33.463Z Compiling toml_edit v0.22.27
5352026-05-08T01:24:33.540Z Compiling serde-value v0.7.0
5362026-05-08T01:24:33.692Z Compiling cargo-platform v0.2.0
5372026-05-08T01:24:33.708Z Compiling tabled v0.15.0
5382026-05-08T01:24:33.930Z Compiling macaddr v1.0.1
5392026-05-08T01:24:34.013Z Compiling idna_adapter v1.2.1
5402026-05-08T01:24:34.121Z Compiling idna v1.1.0
5412026-05-08T01:24:34.211Z Compiling camino-tempfile v1.4.1
5422026-05-08T01:24:34.226Z Compiling clap v4.5.60
5432026-05-08T01:24:34.257Z Compiling usdt-macro v0.5.0
5442026-05-08T01:24:34.306Z Compiling usdt-attr-macro v0.5.0
5452026-05-08T01:24:34.438Z Compiling url v2.5.8
5462026-05-08T01:24:34.489Z Compiling swrite v0.1.0
5472026-05-08T01:24:34.585Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-08T01:24:34.847Z Compiling toml v0.8.23
5492026-05-08T01:24:35.313Z Compiling cargo-util-schemas v0.8.2
5502026-05-08T01:24:35.389Z Compiling cargo_toml v0.21.0
5512026-05-08T01:24:35.458Z Compiling usdt v0.5.0
5522026-05-08T01:24:36.188Z Compiling cargo_metadata v0.21.0
5532026-05-08T01:24:37.120Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-08T01:24:39.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.79s
5552026-05-08T01:24:39.474Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-08T01:24:40.035Z Downloading crates ...
5572026-05-08T01:24:40.111Z Downloaded assert_matches v1.5.0
5582026-05-08T01:24:40.118Z Downloaded cargo_metadata v0.19.2
5592026-05-08T01:24:40.140Z Downloaded chacha20 v0.10.0
5602026-05-08T01:24:40.140Z Downloaded async-recursion v1.1.1
5612026-05-08T01:24:40.140Z Downloaded cmake v0.1.57
5622026-05-08T01:24:40.140Z Downloaded crc32fast v1.5.0
5632026-05-08T01:24:40.140Z Downloaded colored v2.2.0
5642026-05-08T01:24:40.141Z Downloaded bb8 v0.8.6
5652026-05-08T01:24:40.164Z Downloaded atomicwrites v0.4.4
5662026-05-08T01:24:40.164Z Downloaded crossbeam-epoch v0.9.18
5672026-05-08T01:24:40.164Z Downloaded float-cmp v0.10.0
5682026-05-08T01:24:40.165Z Downloaded enum-as-inner v0.6.1
5692026-05-08T01:24:40.165Z Downloaded constant_time_eq v0.4.2
5702026-05-08T01:24:40.165Z Downloaded compact_str v0.8.1
5712026-05-08T01:24:40.165Z Downloaded cbc v0.1.2
5722026-05-08T01:24:40.165Z Downloaded daft-derive v0.1.5
5732026-05-08T01:24:40.165Z Downloaded base16ct v0.2.0
5742026-05-08T01:24:40.165Z Downloaded async-stream-impl v0.3.6
5752026-05-08T01:24:40.165Z Downloaded aho-corasick v1.1.4
5762026-05-08T01:24:40.191Z Downloaded foldhash v0.1.5
5772026-05-08T01:24:40.191Z Downloaded async-stream v0.3.6
5782026-05-08T01:24:40.191Z Downloaded aead v0.5.2
5792026-05-08T01:24:40.191Z Downloaded backoff v0.4.0
5802026-05-08T01:24:40.191Z Downloaded bcs v0.1.6
5812026-05-08T01:24:40.191Z Downloaded crossterm v0.29.0
5822026-05-08T01:24:40.191Z Downloaded atty v0.2.14
5832026-05-08T01:24:40.191Z Downloaded base64ct v1.8.3
5842026-05-08T01:24:40.192Z Downloaded async-trait v0.1.89
5852026-05-08T01:24:40.192Z Downloaded derive_builder_macro v0.20.2
5862026-05-08T01:24:40.192Z Downloaded atomic-waker v1.1.2
5872026-05-08T01:24:40.192Z Downloaded foreign-types-shared v0.1.1
5882026-05-08T01:24:40.192Z Downloaded foreign-types-macros v0.2.3
5892026-05-08T01:24:40.192Z Downloaded darling_core v0.20.11
5902026-05-08T01:24:40.192Z Downloaded drift v0.1.4
5912026-05-08T01:24:40.243Z Downloaded dropshot-api-manager-types v0.7.1
5922026-05-08T01:24:40.243Z Downloaded derive-where v1.6.0
5932026-05-08T01:24:40.243Z Downloaded cfg_aliases v0.1.1
5942026-05-08T01:24:40.243Z Downloaded env_filter v1.0.0
5952026-05-08T01:24:40.243Z Downloaded adler2 v2.0.1
5962026-05-08T01:24:40.243Z Downloaded derive_builder_core v0.20.2
5972026-05-08T01:24:40.243Z Downloaded const_format v0.2.35
5982026-05-08T01:24:40.243Z Downloaded ciborium-ll v0.2.2
5992026-05-08T01:24:40.243Z Downloaded dyn-clone v1.0.20
6002026-05-08T01:24:40.243Z Downloaded ascii-canvas v3.0.0
6012026-05-08T01:24:40.244Z Downloaded daft v0.1.5
6022026-05-08T01:24:40.244Z Downloaded defmt-parser v1.0.0
6032026-05-08T01:24:40.244Z Downloaded bit-set v0.5.3
6042026-05-08T01:24:40.244Z Downloaded block-padding v0.3.3
6052026-05-08T01:24:40.244Z Downloaded dtrace-parser v0.3.0
6062026-05-08T01:24:40.244Z Downloaded crc-catalog v2.4.0
6072026-05-08T01:24:40.244Z Downloaded bcrypt-pbkdf v0.10.0
6082026-05-08T01:24:40.244Z Downloaded crunchy v0.2.4
6092026-05-08T01:24:40.244Z Downloaded bit-vec v0.8.0
6102026-05-08T01:24:40.244Z Downloaded embedded-io v0.4.0
6112026-05-08T01:24:40.244Z Downloaded crc8 v0.1.1
6122026-05-08T01:24:40.245Z Downloaded either v1.15.0
6132026-05-08T01:24:40.245Z Downloaded darling v0.21.3
6142026-05-08T01:24:40.245Z Downloaded dsl_auto_type v0.2.0
6152026-05-08T01:24:40.277Z Downloaded darling_macro v0.20.11
6162026-05-08T01:24:40.277Z Downloaded flagset v0.4.7
6172026-05-08T01:24:40.277Z Downloaded downcast-rs v2.0.2
6182026-05-08T01:24:40.277Z Downloaded display-error-chain v0.2.2
6192026-05-08T01:24:40.278Z Downloaded embedded-io v0.6.1
6202026-05-08T01:24:40.278Z Downloaded cstr-argument v0.1.2
6212026-05-08T01:24:40.278Z Downloaded document-features v0.2.12
6222026-05-08T01:24:40.278Z Downloaded convert_case v0.4.0
6232026-05-08T01:24:40.278Z Downloaded bit-set v0.8.0
6242026-05-08T01:24:40.278Z Downloaded arrayref v0.3.9
6252026-05-08T01:24:40.278Z Downloaded array-init v0.0.4
6262026-05-08T01:24:40.278Z Downloaded darling_macro v0.23.0
6272026-05-08T01:24:40.278Z Downloaded cfg_aliases v0.2.1
6282026-05-08T01:24:40.278Z Downloaded curve25519-dalek-derive v0.1.1
6292026-05-08T01:24:40.279Z Downloaded compression-core v0.4.31
6302026-05-08T01:24:40.279Z Downloaded fd-lock v4.0.4
6312026-05-08T01:24:40.279Z Downloaded dunce v1.0.5
6322026-05-08T01:24:40.279Z Downloaded crucible-workspace-hack v0.1.0
6332026-05-08T01:24:40.279Z Downloaded castaway v0.2.4
6342026-05-08T01:24:40.279Z Downloaded cpufeatures v0.3.0
6352026-05-08T01:24:40.279Z Downloaded bitfield-macros v0.19.4
6362026-05-08T01:24:40.279Z Downloaded bitfield-struct v0.6.2
6372026-05-08T01:24:40.279Z Downloaded dirs-next v2.0.0
6382026-05-08T01:24:40.280Z Downloaded fixedbitset v0.4.2
6392026-05-08T01:24:40.280Z Downloaded crc v3.4.0
6402026-05-08T01:24:40.280Z Downloaded argon2 v0.5.3
6412026-05-08T01:24:40.280Z Downloaded dof v0.4.0
6422026-05-08T01:24:40.280Z Downloaded darling_macro v0.21.3
6432026-05-08T01:24:40.280Z Downloaded debug-ignore v1.0.5
6442026-05-08T01:24:40.280Z Downloaded float-ord v0.3.2
6452026-05-08T01:24:40.293Z Downloaded dirs-sys-next v0.1.2
6462026-05-08T01:24:40.293Z Downloaded derive-ex v0.1.8
6472026-05-08T01:24:40.294Z Downloaded cipher v0.4.4
6482026-05-08T01:24:40.294Z Downloaded bitfield v0.19.4
6492026-05-08T01:24:40.294Z Downloaded arrayvec v0.7.6
6502026-05-08T01:24:40.294Z Downloaded ff v0.13.1
6512026-05-08T01:24:40.294Z Downloaded find-msvc-tools v0.1.9
6522026-05-08T01:24:40.294Z Downloaded crossbeam-utils v0.8.21
6532026-05-08T01:24:40.294Z Downloaded erased-serde v0.3.31
6542026-05-08T01:24:40.294Z Downloaded fxhash v0.2.1
6552026-05-08T01:24:40.294Z Downloaded colored v3.1.1
6562026-05-08T01:24:40.294Z Downloaded fatfs v0.3.6
6572026-05-08T01:24:40.294Z Downloaded futures-core v0.3.32
6582026-05-08T01:24:40.295Z Downloaded gethostname v0.5.0
6592026-05-08T01:24:40.295Z Downloaded git-stub v1.0.0
6602026-05-08T01:24:40.295Z Downloaded funty v2.0.0
6612026-05-08T01:24:40.295Z Downloaded foreign-types v0.5.0
6622026-05-08T01:24:40.295Z Downloaded cargo-platform v0.1.9
6632026-05-08T01:24:40.296Z Downloaded futures-sink v0.3.32
6642026-05-08T01:24:40.297Z Downloaded hash32 v0.2.1
6652026-05-08T01:24:40.325Z Downloaded futures-io v0.3.32
6662026-05-08T01:24:40.326Z Downloaded difflib v0.4.0
6672026-05-08T01:24:40.326Z Downloaded hash32 v0.3.1
6682026-05-08T01:24:40.326Z Downloaded globwalk v0.9.1
6692026-05-08T01:24:40.326Z Downloaded foreign-types-shared v0.3.1
6702026-05-08T01:24:40.326Z Downloaded diesel_table_macro_syntax v0.3.0
6712026-05-08T01:24:40.326Z Downloaded defmt v0.3.100
6722026-05-08T01:24:40.326Z Downloaded futures-task v0.3.32
6732026-05-08T01:24:40.326Z Downloaded backon v1.6.0
6742026-05-08T01:24:40.327Z Downloaded hex-literal v0.4.1
6752026-05-08T01:24:40.327Z Downloaded ghash v0.5.1
6762026-05-08T01:24:40.327Z Downloaded futures-macro v0.3.32
6772026-05-08T01:24:40.327Z Downloaded headers-core v0.3.0
6782026-05-08T01:24:40.327Z Downloaded ahash v0.8.12
6792026-05-08T01:24:40.327Z Downloaded base64 v0.22.1
6802026-05-08T01:24:40.327Z Downloaded data-encoding v2.10.0
6812026-05-08T01:24:40.327Z Downloaded bit-vec v0.6.3
6822026-05-08T01:24:40.327Z Downloaded futures-executor v0.3.32
6832026-05-08T01:24:40.327Z Downloaded foldhash v0.2.0
6842026-05-08T01:24:40.327Z Downloaded const_format_proc_macros v0.2.34
6852026-05-08T01:24:40.350Z Downloaded endian-type v0.1.2
6862026-05-08T01:24:40.350Z Downloaded defmt v1.0.1
6872026-05-08T01:24:40.350Z Downloaded cobs v0.3.0
6882026-05-08T01:24:40.350Z Downloaded ena v0.14.4
6892026-05-08T01:24:40.350Z Downloaded filetime v0.2.27
6902026-05-08T01:24:40.350Z Downloaded bitflags v1.3.2
6912026-05-08T01:24:40.350Z Downloaded ed25519 v2.2.3
6922026-05-08T01:24:40.350Z Downloaded corncobs v0.1.4
6932026-05-08T01:24:40.350Z Downloaded hostname v0.4.2
6942026-05-08T01:24:40.350Z Downloaded home v0.5.12
6952026-05-08T01:24:40.351Z Downloaded hostname v0.3.1
6962026-05-08T01:24:40.351Z Downloaded fs_extra v1.3.0
6972026-05-08T01:24:40.351Z Downloaded dropshot_endpoint v0.17.0
6982026-05-08T01:24:40.351Z Downloaded clang-sys v1.8.1
6992026-05-08T01:24:40.351Z Downloaded ciborium v0.2.2
7002026-05-08T01:24:40.351Z Downloaded cancel-safe-futures v0.1.5
7012026-05-08T01:24:40.351Z Downloaded cookie v0.18.1
7022026-05-08T01:24:40.351Z Downloaded dropshot_endpoint v0.16.7
7032026-05-08T01:24:40.351Z Downloaded hubpack_derive v0.1.1
7042026-05-08T01:24:40.351Z Downloaded http-range v0.1.5
7052026-05-08T01:24:40.351Z Downloaded http-body v1.0.1
7062026-05-08T01:24:40.351Z Downloaded httpdate v1.0.3
7072026-05-08T01:24:40.352Z Downloaded hex v0.4.3
7082026-05-08T01:24:40.352Z Downloaded indoc v1.0.9
7092026-05-08T01:24:40.352Z Downloaded fs-err v2.11.0
7102026-05-08T01:24:40.352Z Downloaded hyper-tls v0.6.0
7112026-05-08T01:24:40.352Z Downloaded fallible-iterator v0.2.0
7122026-05-08T01:24:40.373Z Downloaded defmt-macros v1.0.1
7132026-05-08T01:24:40.373Z Downloaded foreign-types v0.3.2
7142026-05-08T01:24:40.373Z Downloaded group v0.13.0
7152026-05-08T01:24:40.373Z Downloaded deranged v0.5.8
7162026-05-08T01:24:40.374Z Downloaded compression-codecs v0.4.37
7172026-05-08T01:24:40.374Z Downloaded hubpack v0.1.2
7182026-05-08T01:24:40.374Z Downloaded byte-wrapper v0.1.0
7192026-05-08T01:24:40.374Z Downloaded indent_write v2.2.0
7202026-05-08T01:24:40.374Z Downloaded instant v0.1.13
7212026-05-08T01:24:40.374Z Downloaded git-stub-vcs v0.1.0
7222026-05-08T01:24:40.374Z Downloaded internet-checksum v0.2.1
7232026-05-08T01:24:40.376Z Downloaded diff v0.1.13
7242026-05-08T01:24:40.376Z Downloaded inout v0.1.4
7252026-05-08T01:24:40.376Z Downloaded glob v0.3.3
7262026-05-08T01:24:40.376Z Downloaded bzip2 v0.4.4
7272026-05-08T01:24:40.376Z Downloaded base64 v0.21.7
7282026-05-08T01:24:40.376Z Downloaded fixedbitset v0.5.7
7292026-05-08T01:24:40.376Z Downloaded derive_builder v0.20.2
7302026-05-08T01:24:40.402Z Downloaded highway v1.3.0
7312026-05-08T01:24:40.402Z Downloaded ecdsa v0.16.9
7322026-05-08T01:24:40.402Z Downloaded crossbeam-deque v0.8.6
7332026-05-08T01:24:40.402Z Downloaded critical-section v1.2.0
7342026-05-08T01:24:40.402Z Downloaded darling v0.20.11
7352026-05-08T01:24:40.402Z Downloaded csv-core v0.1.13
7362026-05-08T01:24:40.402Z Downloaded keccak v0.1.6
7372026-05-08T01:24:40.402Z Downloaded async-bb8-diesel v0.2.1
7382026-05-08T01:24:40.402Z Downloaded getrandom v0.2.17
7392026-05-08T01:24:40.402Z Downloaded kstat-rs v0.2.4
7402026-05-08T01:24:40.402Z Downloaded instability v0.3.11
7412026-05-08T01:24:40.402Z Downloaded ident_case v1.0.1
7422026-05-08T01:24:40.402Z Downloaded des v0.8.1
7432026-05-08T01:24:40.403Z Downloaded derive_more-impl v2.1.1
7442026-05-08T01:24:40.403Z Downloaded libscf-sys v1.1.0
7452026-05-08T01:24:40.403Z Downloaded lazy_static v1.5.0
7462026-05-08T01:24:40.403Z Downloaded linked-hash-map v0.5.6
7472026-05-08T01:24:40.403Z Downloaded lalrpop-util v0.19.12
7482026-05-08T01:24:40.403Z Downloaded aws-lc-rs v1.16.0
7492026-05-08T01:24:40.443Z Downloaded managed v0.8.0
7502026-05-08T01:24:40.443Z Downloaded lru-slab v0.1.2
7512026-05-08T01:24:40.443Z Downloaded hyper-staticfile v0.10.1
7522026-05-08T01:24:40.443Z Downloaded http-body-util v0.1.3
7532026-05-08T01:24:40.443Z Downloaded env_logger v0.11.9
7542026-05-08T01:24:40.443Z Downloaded lru-cache v0.1.2
7552026-05-08T01:24:40.443Z Downloaded globset v0.4.18
7562026-05-08T01:24:40.443Z Downloaded chacha20 v0.9.1
7572026-05-08T01:24:40.443Z Downloaded elliptic-curve v0.13.8
7582026-05-08T01:24:40.443Z Downloaded humantime v2.3.0
7592026-05-08T01:24:40.444Z Downloaded md5 v0.7.0
7602026-05-08T01:24:40.444Z Downloaded bzip2 v0.6.1
7612026-05-08T01:24:40.444Z Downloaded multimap v0.10.1
7622026-05-08T01:24:40.444Z Downloaded half v1.8.3
7632026-05-08T01:24:40.444Z Downloaded memoffset v0.9.1
7642026-05-08T01:24:40.444Z Downloaded console v0.15.11
7652026-05-08T01:24:40.444Z Downloaded nibble_vec v0.1.0
7662026-05-08T01:24:40.444Z Downloaded newtype_derive v0.1.6
7672026-05-08T01:24:40.444Z Downloaded maybe-uninit v2.0.0
7682026-05-08T01:24:40.445Z Downloaded mime v0.3.17
7692026-05-08T01:24:40.445Z Downloaded match_cfg v0.1.0
7702026-05-08T01:24:40.445Z Downloaded maplit v1.0.2
7712026-05-08T01:24:40.445Z Downloaded futures-channel v0.3.32
7722026-05-08T01:24:40.445Z Downloaded nodrop v0.1.14
7732026-05-08T01:24:40.445Z Downloaded md-5 v0.10.6
7742026-05-08T01:24:40.445Z Downloaded getrandom v0.3.4
7752026-05-08T01:24:40.445Z Downloaded normalize-line-endings v0.3.0
7762026-05-08T01:24:40.445Z Downloaded newtype-uuid-macros v0.1.0
7772026-05-08T01:24:40.445Z Downloaded new_debug_unreachable v1.0.6
7782026-05-08T01:24:40.445Z Downloaded derive_more v0.99.20
7792026-05-08T01:24:40.483Z Downloaded cookie_store v0.22.1
7802026-05-08T01:24:40.483Z Downloaded ingot-types v0.1.2
7812026-05-08T01:24:40.483Z Downloaded indoc v2.0.7
7822026-05-08T01:24:40.483Z Downloaded console v0.16.2
7832026-05-08T01:24:40.483Z Downloaded allocator-api2 v0.2.21
7842026-05-08T01:24:40.483Z Downloaded ipnetwork v0.21.1
7852026-05-08T01:24:40.483Z Downloaded num-derive v0.4.2
7862026-05-08T01:24:40.483Z Downloaded num-conv v0.2.0
7872026-05-08T01:24:40.483Z Downloaded num-derive v0.3.3
7882026-05-08T01:24:40.484Z Downloaded num_threads v0.1.7
7892026-05-08T01:24:40.484Z Downloaded futures v0.3.32
7902026-05-08T01:24:40.484Z Downloaded cassowary v0.3.0
7912026-05-08T01:24:40.484Z Downloaded jobserver v0.1.34
7922026-05-08T01:24:40.484Z Downloaded arc-swap v1.8.2
7932026-05-08T01:24:40.484Z Downloaded lru v0.12.5
7942026-05-08T01:24:40.485Z Downloaded libefi-sys v0.1.0
7952026-05-08T01:24:40.485Z Downloaded lock_api v0.4.14
7962026-05-08T01:24:40.485Z Downloaded newline-converter v0.3.0
7972026-05-08T01:24:40.485Z Downloaded flume v0.11.1
7982026-05-08T01:24:40.485Z Downloaded num_enum_derive v0.5.11
7992026-05-08T01:24:40.485Z Downloaded olpc-cjson v0.1.4
8002026-05-08T01:24:40.485Z Downloaded openssl-macros v0.1.1
8012026-05-08T01:24:40.485Z Downloaded httparse v1.10.1
8022026-05-08T01:24:40.485Z Downloaded num v0.4.3
8032026-05-08T01:24:40.485Z Downloaded lzss v0.8.2
8042026-05-08T01:24:40.486Z Downloaded libloading v0.8.9
8052026-05-08T01:24:40.486Z Downloaded hmac v0.12.1
8062026-05-08T01:24:40.486Z Downloaded openssl-probe v0.1.6
8072026-05-08T01:24:40.517Z Downloaded oso-derive v0.27.3
8082026-05-08T01:24:40.518Z Downloaded hyper-rustls v0.27.7
8092026-05-08T01:24:40.518Z Downloaded openssl-probe v0.2.1
8102026-05-08T01:24:40.518Z Downloaded num-iter v0.1.45
8112026-05-08T01:24:40.518Z Downloaded darling v0.23.0
8122026-05-08T01:24:40.518Z Downloaded opaque-debug v0.3.1
8132026-05-08T01:24:40.518Z Downloaded half v2.7.1
8142026-05-08T01:24:40.518Z Downloaded nonempty v0.12.0
8152026-05-08T01:24:40.518Z Downloaded ingot v0.1.1
8162026-05-08T01:24:40.518Z Downloaded linear-map v1.2.0
8172026-05-08T01:24:40.518Z Downloaded libsw v3.5.0
8182026-05-08T01:24:40.518Z Downloaded mime_guess v2.0.5
8192026-05-08T01:24:40.518Z Downloaded crc-any v2.5.0
8202026-05-08T01:24:40.518Z Downloaded impl-trait-for-tuples v0.2.3
8212026-05-08T01:24:40.518Z Downloaded blake2 v0.10.6
8222026-05-08T01:24:40.518Z Downloaded is_ci v1.2.0
8232026-05-08T01:24:40.519Z Downloaded packed_struct_codegen v0.10.1
8242026-05-08T01:24:40.519Z Downloaded libsw-core v0.3.2
8252026-05-08T01:24:40.519Z Downloaded is-terminal v0.4.17
8262026-05-08T01:24:40.519Z Downloaded camino-tempfile-ext v0.3.3
8272026-05-08T01:24:40.519Z Downloaded pbkdf2 v0.12.2
8282026-05-08T01:24:40.519Z Downloaded convert_case v0.10.0
8292026-05-08T01:24:40.519Z Downloaded parse-size v1.1.0
8302026-05-08T01:24:40.519Z Downloaded parse-display v0.10.0
8312026-05-08T01:24:40.519Z Downloaded pbkdf2 v0.11.0
8322026-05-08T01:24:40.519Z Downloaded cexpr v0.6.0
8332026-05-08T01:24:40.519Z Downloaded buf-list v1.1.2
8342026-05-08T01:24:40.519Z Downloaded diesel-dtrace v0.5.0
8352026-05-08T01:24:40.519Z Downloaded darling_core v0.23.0
8362026-05-08T01:24:40.520Z Downloaded nu-ansi-term v0.50.3
8372026-05-08T01:24:40.520Z Downloaded darling_core v0.21.3
8382026-05-08T01:24:40.520Z Downloaded ipnet v2.11.0
8392026-05-08T01:24:40.520Z Downloaded const-oid v0.9.6
8402026-05-08T01:24:40.520Z Downloaded num-rational v0.4.2
8412026-05-08T01:24:40.520Z Downloaded num-complex v0.4.6
8422026-05-08T01:24:40.520Z Downloaded peg-runtime v0.8.5
8432026-05-08T01:24:40.530Z Downloaded chacha20poly1305 v0.10.1
8442026-05-08T01:24:40.530Z Downloaded ingot-macros v0.1.1
8452026-05-08T01:24:40.530Z Downloaded der_derive v0.7.3
8462026-05-08T01:24:40.530Z Downloaded ctr v0.9.2
8472026-05-08T01:24:40.530Z Downloaded blowfish v0.9.1
8482026-05-08T01:24:40.530Z Downloaded path-slash v0.1.5
8492026-05-08T01:24:40.555Z Downloaded pin-utils v0.1.0
8502026-05-08T01:24:40.555Z Downloaded phf_shared v0.13.1
8512026-05-08T01:24:40.556Z Downloaded phf_shared v0.11.3
8522026-05-08T01:24:40.556Z Downloaded num_enum_derive v0.7.5
8532026-05-08T01:24:40.556Z Downloaded num_enum v0.7.5
8542026-05-08T01:24:40.556Z Downloaded num_enum v0.5.11
8552026-05-08T01:24:40.556Z Downloaded litrs v1.0.0
8562026-05-08T01:24:40.556Z Downloaded predicates-core v1.0.10
8572026-05-08T01:24:40.556Z Downloaded precomputed-hash v0.1.1
8582026-05-08T01:24:40.556Z Downloaded num-integer v0.1.46
8592026-05-08T01:24:40.556Z Downloaded newtype-uuid v1.3.2
8602026-05-08T01:24:40.557Z Downloaded proc-macro-error-attr2 v2.0.0
8612026-05-08T01:24:40.557Z Downloaded predicates-tree v1.0.13
8622026-05-08T01:24:40.576Z Downloaded powerfmt v0.2.0
8632026-05-08T01:24:40.576Z Downloaded native-tls v0.2.18
8642026-05-08T01:24:40.576Z Downloaded ciborium-io v0.2.2
8652026-05-08T01:24:40.576Z Downloaded indexmap v1.9.3
8662026-05-08T01:24:40.576Z Downloaded owo-colors v4.3.0
8672026-05-08T01:24:40.576Z Downloaded heapless v0.7.17
8682026-05-08T01:24:40.576Z Downloaded iana-time-zone v0.1.65
8692026-05-08T01:24:40.576Z Downloaded progenitor-client v0.11.2
8702026-05-08T01:24:40.576Z Downloaded proc-macro-crate v3.4.0
8712026-05-08T01:24:40.576Z Downloaded proc-macro-crate v1.3.1
8722026-05-08T01:24:40.576Z Downloaded paste v1.0.15
8732026-05-08T01:24:40.576Z Downloaded parking_lot_core v0.8.6
8742026-05-08T01:24:40.576Z Downloaded progenitor-macro v0.11.2
8752026-05-08T01:24:40.576Z Downloaded progenitor-macro v0.14.0
8762026-05-08T01:24:40.576Z Downloaded password-hash v0.4.2
8772026-05-08T01:24:40.576Z Downloaded memmap2 v0.9.10
8782026-05-08T01:24:40.576Z Downloaded progenitor-macro v0.10.0
8792026-05-08T01:24:40.579Z Downloaded progenitor-client v0.14.0
8802026-05-08T01:24:40.579Z Downloaded peg-macros v0.8.5
8812026-05-08T01:24:40.579Z Downloaded parse-display-derive v0.10.0
8822026-05-08T01:24:40.584Z Downloaded flate2 v1.1.9
8832026-05-08T01:24:40.584Z Downloaded progenitor-client v0.10.0
8842026-05-08T01:24:40.584Z Downloaded packed_struct v0.10.1
8852026-05-08T01:24:40.584Z Downloaded oxnet v0.1.4
8862026-05-08T01:24:40.584Z Downloaded cc v1.2.56
8872026-05-08T01:24:40.584Z Downloaded psl-types v2.0.11
8882026-05-08T01:24:40.585Z Downloaded pem-rfc7468 v0.7.0
8892026-05-08T01:24:40.585Z Downloaded pem v3.0.6
8902026-05-08T01:24:40.585Z Downloaded bindgen v0.71.1
8912026-05-08T01:24:40.585Z Downloaded radium v0.7.0
8922026-05-08T01:24:40.594Z Downloaded quick-error v1.2.3
8932026-05-08T01:24:40.594Z Downloaded pin-project-internal v1.1.11
8942026-05-08T01:24:40.594Z Downloaded phf_shared v0.12.1
8952026-05-08T01:24:40.594Z Downloaded phf v0.13.1
8962026-05-08T01:24:40.594Z Downloaded phf v0.12.1
8972026-05-08T01:24:40.594Z Downloaded ed25519-dalek v2.2.0
8982026-05-08T01:24:40.601Z Downloaded omicron-zone-package v0.12.2
8992026-05-08T01:24:40.601Z Downloaded peg v0.8.5
9002026-05-08T01:24:40.601Z Downloaded ppv-lite86 v0.2.21
9012026-05-08T01:24:40.601Z Downloaded polyval v0.6.2
9022026-05-08T01:24:40.601Z Downloaded rand_chacha v0.3.1
9032026-05-08T01:24:40.601Z Downloaded rand_xorshift v0.4.0
9042026-05-08T01:24:40.612Z Downloaded poly1305 v0.8.0
9052026-05-08T01:24:40.612Z Downloaded pkg-config v0.3.32
9062026-05-08T01:24:40.612Z Downloaded postgres-protocol v0.6.10
9072026-05-08T01:24:40.612Z Downloaded oxide-tokio-rt v0.1.4
9082026-05-08T01:24:40.612Z Downloaded pkcs8 v0.10.2
9092026-05-08T01:24:40.617Z Downloaded predicates v3.1.4
9102026-05-08T01:24:40.617Z Downloaded progenitor v0.10.0
9112026-05-08T01:24:40.617Z Downloaded recursive v0.1.1
9122026-05-08T01:24:40.617Z Downloaded heapless v0.8.0
9132026-05-08T01:24:40.617Z Downloaded ref-cast v1.0.25
9142026-05-08T01:24:40.617Z Downloaded libbz2-rs-sys v0.2.2
9152026-05-08T01:24:40.617Z Downloaded expectorate v1.2.0
9162026-05-08T01:24:40.624Z Downloaded nanorand v0.7.0
9172026-05-08T01:24:40.625Z Downloaded derive_more v2.1.1
9182026-05-08T01:24:40.628Z Downloaded progenitor-client v0.13.0
9192026-05-08T01:24:40.628Z Downloaded progenitor v0.13.0
9202026-05-08T01:24:40.628Z Downloaded multer v3.1.0
9212026-05-08T01:24:40.637Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-05-08T01:24:40.637Z Downloaded ref-cast-impl v1.0.25
9232026-05-08T01:24:40.637Z Downloaded psm v0.1.30
9242026-05-08T01:24:40.637Z Downloaded progenitor v0.14.0
9252026-05-08T01:24:40.642Z Downloaded parking_lot v0.12.5
9262026-05-08T01:24:40.642Z Downloaded hickory-resolver v0.25.2
9272026-05-08T01:24:40.642Z Downloaded progenitor-extras v0.2.0
9282026-05-08T01:24:40.642Z Downloaded parking_lot_core v0.9.12
9292026-05-08T01:24:40.642Z Downloaded der v0.7.10
9302026-05-08T01:24:40.650Z Downloaded async-compression v0.4.41
9312026-05-08T01:24:40.657Z Downloaded bytes v1.11.1
9322026-05-08T01:24:40.657Z Downloaded rfc6979 v0.4.0
9332026-05-08T01:24:40.657Z Downloaded password-hash v0.5.0
9342026-05-08T01:24:40.657Z Downloaded crypto-bigint v0.5.5
9352026-05-08T01:24:40.663Z Downloaded proc-macro-error2 v2.0.1
9362026-05-08T01:24:40.663Z Downloaded rtoolbox v0.0.3
9372026-05-08T01:24:40.663Z Downloaded rustc_version v0.4.1
9382026-05-08T01:24:40.663Z Downloaded rustc_version v0.1.7
9392026-05-08T01:24:40.663Z Downloaded rustc-hash v2.1.1
9402026-05-08T01:24:40.663Z Downloaded russh-cryptovec v0.7.3
9412026-05-08T01:24:40.673Z Downloaded ar_archive_writer v0.5.1
9422026-05-08T01:24:40.674Z Downloaded rand_chacha v0.9.0
9432026-05-08T01:24:40.674Z Downloaded pin-project-lite v0.2.17
9442026-05-08T01:24:40.686Z Downloaded postcard v1.1.3
9452026-05-08T01:24:40.686Z Downloaded aes v0.8.4
9462026-05-08T01:24:40.686Z Downloaded rand_seeder v0.4.0
9472026-05-08T01:24:40.686Z Downloaded rand_core v0.10.0
9482026-05-08T01:24:40.686Z Downloaded rand_core v0.6.4
9492026-05-08T01:24:40.686Z Downloaded primeorder v0.13.6
9502026-05-08T01:24:40.692Z Downloaded indicatif v0.18.4
9512026-05-08T01:24:40.692Z Downloaded pkcs5 v0.7.1
9522026-05-08T01:24:40.693Z Downloaded headers v0.4.1
9532026-05-08T01:24:40.693Z Downloaded postgres-types v0.2.12
9542026-05-08T01:24:40.693Z Downloaded dropshot-api-manager v0.7.1
9552026-05-08T01:24:40.693Z Downloaded rand_core v0.9.5
9562026-05-08T01:24:40.693Z Downloaded oso v0.27.3
9572026-05-08T01:24:40.693Z Downloaded parking_lot v0.11.2
9582026-05-08T01:24:40.693Z Downloaded p256 v0.13.2
9592026-05-08T01:24:40.704Z Downloaded bumpalo v3.20.2
9602026-05-08T01:24:40.704Z Downloaded scopeguard v1.2.0
9612026-05-08T01:24:40.704Z Downloaded crossbeam-channel v0.5.15
9622026-05-08T01:24:40.725Z Downloaded scroll_derive v0.13.1
9632026-05-08T01:24:40.725Z Downloaded progenitor v0.11.2
9642026-05-08T01:24:40.725Z Downloaded ignore v0.4.25
9652026-05-08T01:24:40.725Z Downloaded scheduled-thread-pool v0.2.7
9662026-05-08T01:24:40.726Z Downloaded sapling-renderdag v0.1.0
9672026-05-08T01:24:40.726Z Downloaded miniz_oxide v0.8.9
9682026-05-08T01:24:40.726Z Downloaded semver v0.1.20
9692026-05-08T01:24:40.726Z Downloaded secrecy v0.8.0
9702026-05-08T01:24:40.726Z Downloaded same-file v1.0.6
9712026-05-08T01:24:40.739Z Downloaded hickory-resolver v0.24.4
9722026-05-08T01:24:40.739Z Downloaded progenitor-macro v0.13.0
9732026-05-08T01:24:40.739Z Downloaded serde_bytes v0.11.19
9742026-05-08T01:24:40.739Z Downloaded serde-big-array v0.5.1
9752026-05-08T01:24:40.739Z Downloaded seq-macro v0.3.6
9762026-05-08T01:24:40.740Z Downloaded serde_repr v0.1.20
9772026-05-08T01:24:40.740Z Downloaded jiff-static v0.2.21
9782026-05-08T01:24:40.740Z Downloaded serde_plain v1.0.2
9792026-05-08T01:24:40.740Z Downloaded serde_urlencoded v0.7.1
9802026-05-08T01:24:40.740Z Downloaded signal-hook-mio v0.2.5
9812026-05-08T01:24:40.740Z Downloaded rpassword v7.5.0
9822026-05-08T01:24:40.740Z Downloaded serde_spanned v1.0.4
9832026-05-08T01:24:40.740Z Downloaded rustls-pemfile v2.2.0
9842026-05-08T01:24:40.740Z Downloaded quinn-udp v0.5.14
9852026-05-08T01:24:40.747Z Downloaded pkcs1 v0.7.5
9862026-05-08T01:24:40.747Z Downloaded pin-project v1.1.11
9872026-05-08T01:24:40.747Z Downloaded openssl-sys v0.9.114
9882026-05-08T01:24:40.755Z Downloaded resolv-conf v0.7.6
9892026-05-08T01:24:40.755Z Downloaded r2d2 v0.8.10
9902026-05-08T01:24:40.755Z Downloaded signal-hook-tokio v0.3.1
9912026-05-08T01:24:40.755Z Downloaded shell-words v1.1.1
9922026-05-08T01:24:40.755Z Downloaded rustls-pemfile v1.0.4
9932026-05-08T01:24:40.770Z Downloaded sha1 v0.10.6
9942026-05-08T01:24:40.770Z Downloaded rusty-fork v0.3.1
9952026-05-08T01:24:40.770Z Downloaded sigpipe v0.1.3
9962026-05-08T01:24:40.771Z Downloaded hashbrown v0.12.3
9972026-05-08T01:24:40.771Z Downloaded signature v2.2.0
9982026-05-08T01:24:40.771Z Downloaded siphasher v1.0.2
9992026-05-08T01:24:40.771Z Downloaded salsa20 v0.10.2
10002026-05-08T01:24:40.771Z Downloaded rustls-native-certs v0.8.3
10012026-05-08T01:24:40.777Z Downloaded slog-bunyan v2.5.0
10022026-05-08T01:24:40.777Z Downloaded diesel_derives v2.3.7
10032026-05-08T01:24:40.777Z Downloaded rustversion v1.0.22
10042026-05-08T01:24:40.777Z Downloaded hashbrown v0.13.2
10052026-05-08T01:24:40.778Z Downloaded hyper-util v0.1.20
10062026-05-08T01:24:40.784Z Downloaded scroll v0.13.0
10072026-05-08T01:24:40.784Z Downloaded schemars_derive v0.8.22
10082026-05-08T01:24:40.784Z Downloaded progenitor-impl v0.14.0
10092026-05-08T01:24:40.784Z Downloaded papergrid v0.17.0
10102026-05-08T01:24:40.787Z Downloaded slog-envlogger v2.2.0
10112026-05-08T01:24:40.787Z Downloaded secrecy v0.10.3
10122026-05-08T01:24:40.787Z Downloaded sec1 v0.7.3
10132026-05-08T01:24:40.788Z Downloaded progenitor-impl v0.13.0
10142026-05-08T01:24:40.788Z Downloaded progenitor-impl v0.11.2
10152026-05-08T01:24:40.788Z Downloaded sct v0.7.1
10162026-05-08T01:24:40.790Z Downloaded sqlparser_derive v0.5.0
10172026-05-08T01:24:40.791Z Downloaded crossterm v0.28.1
10182026-05-08T01:24:40.795Z Downloaded serde_derive_internals v0.29.1
10192026-05-08T01:24:40.798Z Downloaded serde-hex v0.1.0
10202026-05-08T01:24:40.798Z Downloaded ssh-encoding v0.2.0
10212026-05-08T01:24:40.798Z Downloaded scrypt v0.11.0
10222026-05-08T01:24:40.798Z Downloaded progenitor-impl v0.10.0
10232026-05-08T01:24:40.802Z Downloaded hickory-server v0.25.2
10242026-05-08T01:24:40.807Z Downloaded serde_path_to_error v0.1.20
10252026-05-08T01:24:40.807Z Downloaded russh-keys v0.45.0
10262026-05-08T01:24:40.810Z Downloaded rcgen v0.12.1
10272026-05-08T01:24:40.818Z Downloaded rustls-pki-types v1.14.0
10282026-05-08T01:24:40.825Z Downloaded prettyplease v0.2.37
10292026-05-08T01:24:40.825Z Downloaded subtle v2.6.1
10302026-05-08T01:24:40.825Z Downloaded strum v0.27.2
10312026-05-08T01:24:40.825Z Downloaded signal-hook-registry v1.4.8
10322026-05-08T01:24:40.825Z Downloaded shlex v1.3.0
10332026-05-08T01:24:40.825Z Downloaded pretty_assertions v1.4.1
10342026-05-08T01:24:40.836Z Downloaded sync-ptr v0.1.4
10352026-05-08T01:24:40.837Z Downloaded strum v0.26.3
10362026-05-08T01:24:40.837Z Downloaded structmeta-derive v0.3.0
10372026-05-08T01:24:40.837Z Downloaded strip-ansi-escapes v0.2.1
10382026-05-08T01:24:40.837Z Downloaded tabwriter v1.4.1
10392026-05-08T01:24:40.837Z Downloaded simd-adler32 v0.3.8
10402026-05-08T01:24:40.837Z Downloaded slog-dtrace v0.3.0
10412026-05-08T01:24:40.837Z Downloaded slog-scope v4.4.1
10422026-05-08T01:24:40.837Z Downloaded supports-color v3.0.2
10432026-05-08T01:24:40.837Z Downloaded prefix-trie v0.7.0
10442026-05-08T01:24:40.848Z Downloaded slab v0.4.12
10452026-05-08T01:24:40.849Z Downloaded slog-term v2.9.2
10462026-05-08T01:24:40.849Z Downloaded slog-json v2.6.1
10472026-05-08T01:24:40.849Z Downloaded take_mut v0.2.2
10482026-05-08T01:24:40.849Z Downloaded tabled_derive v0.11.0
10492026-05-08T01:24:40.853Z Downloaded http v1.4.0
10502026-05-08T01:24:40.853Z Downloaded mio v1.2.0
10512026-05-08T01:24:40.853Z Downloaded tap v1.0.1
10522026-05-08T01:24:40.853Z Downloaded tagptr v0.2.0
10532026-05-08T01:24:40.853Z Downloaded smf v0.2.3
10542026-05-08T01:24:40.861Z Downloaded aes-gcm v0.10.3
10552026-05-08T01:24:40.861Z Downloaded sync_wrapper v1.0.2
10562026-05-08T01:24:40.862Z Downloaded thread-id v5.1.0
10572026-05-08T01:24:40.862Z Downloaded testing_table v0.3.0
10582026-05-08T01:24:40.862Z Downloaded ron v0.8.1
10592026-05-08T01:24:40.869Z Downloaded time-core v0.1.8
10602026-05-08T01:24:40.869Z Downloaded stacker v0.1.23
10612026-05-08T01:24:40.869Z Downloaded snafu-derive v0.8.9
10622026-05-08T01:24:40.869Z Downloaded serde_cbor v0.11.2
10632026-05-08T01:24:40.876Z Downloaded ssh-cipher v0.2.0
10642026-05-08T01:24:40.876Z Downloaded num-bigint v0.4.6
10652026-05-08T01:24:40.876Z Downloaded tinyvec_macros v0.1.1
10662026-05-08T01:24:40.876Z Downloaded thiserror-impl-no-std v2.0.2
10672026-05-08T01:24:40.876Z Downloaded sqlformat v0.3.5
10682026-05-08T01:24:40.876Z Downloaded static_assertions v1.1.0
10692026-05-08T01:24:40.876Z Downloaded serde_with_macros v3.17.0
10702026-05-08T01:24:40.876Z Downloaded termtree v0.5.1
10712026-05-08T01:24:40.883Z Downloaded slog-async v2.8.0
10722026-05-08T01:24:40.883Z Downloaded spki v0.7.3
10732026-05-08T01:24:40.883Z Downloaded rustls-platform-verifier v0.6.2
10742026-05-08T01:24:40.890Z Downloaded stringprep v0.1.5
10752026-05-08T01:24:40.890Z Downloaded tokio-macros v2.7.0
10762026-05-08T01:24:40.912Z Downloaded string_cache v0.8.9
10772026-05-08T01:24:40.913Z Downloaded structmeta v0.3.0
10782026-05-08T01:24:40.913Z Downloaded rayon-core v1.13.0
10792026-05-08T01:24:40.913Z Downloaded strum_macros v0.27.2
10802026-05-08T01:24:40.913Z Downloaded hashbrown v0.15.5
10812026-05-08T01:24:40.920Z Downloaded support-bundle-viewer v0.1.2
10822026-05-08T01:24:40.920Z Downloaded slog-stdlog v4.1.1
10832026-05-08T01:24:40.920Z Downloaded minimal-lexical v0.2.1
10842026-05-08T01:24:40.920Z Downloaded ryu v1.0.23
10852026-05-08T01:24:40.920Z Downloaded schemars v0.8.22
10862026-05-08T01:24:40.923Z Downloaded smallvec v0.6.14
10872026-05-08T01:24:40.923Z Downloaded publicsuffix v2.3.0
10882026-05-08T01:24:40.923Z Downloaded tower-layer v0.3.3
10892026-05-08T01:24:40.929Z Downloaded itertools v0.10.5
10902026-05-08T01:24:40.929Z Downloaded topological-sort v0.2.2
10912026-05-08T01:24:40.940Z Downloaded termios v0.3.3
10922026-05-08T01:24:40.940Z Downloaded quinn v0.11.9
10932026-05-08T01:24:40.940Z Downloaded tls_codec v0.4.2
10942026-05-08T01:24:40.940Z Downloaded thiserror-no-std v2.0.2
10952026-05-08T01:24:40.947Z Downloaded trait-variant v0.1.2
10962026-05-08T01:24:40.947Z Downloaded tower-service v0.3.3
10972026-05-08T01:24:40.947Z Downloaded tls_codec_derive v0.4.2
10982026-05-08T01:24:40.947Z Downloaded spin v0.9.8
10992026-05-08T01:24:40.947Z Downloaded try-lock v0.2.5
11002026-05-08T01:24:40.947Z Downloaded nom v7.1.3
11012026-05-08T01:24:40.947Z Downloaded unarray v0.1.4
11022026-05-08T01:24:40.948Z Downloaded typify-macro v0.6.2
11032026-05-08T01:24:40.948Z Downloaded typify-macro v0.4.3
11042026-05-08T01:24:40.948Z Downloaded tokio-dtrace v0.1.1
11052026-05-08T01:24:40.951Z Downloaded tiny-keccak v2.0.2
11062026-05-08T01:24:40.951Z Downloaded tokio-rustls v0.25.0
11072026-05-08T01:24:40.951Z Downloaded rand v0.8.5
11082026-05-08T01:24:40.951Z Downloaded time-macros v0.2.27
11092026-05-08T01:24:40.958Z Downloaded strum_macros v0.24.3
11102026-05-08T01:24:40.965Z Downloaded tokio-tungstenite v0.23.1
11112026-05-08T01:24:40.969Z Downloaded signal-hook v0.3.18
11122026-05-08T01:24:40.969Z Downloaded tokio-native-tls v0.3.1
11132026-05-08T01:24:40.970Z Downloaded strum_macros v0.26.4
11142026-05-08T01:24:40.982Z Downloaded untrusted v0.7.1
11152026-05-08T01:24:40.982Z Downloaded universal-hash v0.5.1
11162026-05-08T01:24:40.982Z Downloaded unicode-truncate v1.1.0
11172026-05-08T01:24:40.983Z Downloaded unit-prefix v0.5.2
11182026-05-08T01:24:40.983Z Downloaded tokio-tungstenite v0.21.0
11192026-05-08T01:24:40.991Z Downloaded slog v2.8.2
11202026-05-08T01:24:40.991Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11212026-05-08T01:24:40.991Z Downloaded usdt-attr-macro v0.6.0
11222026-05-08T01:24:40.991Z Downloaded usdt v0.6.0
11232026-05-08T01:24:40.991Z Downloaded iddqd v0.3.18
11242026-05-08T01:24:40.991Z Downloaded hashbrown v0.16.1
11252026-05-08T01:24:40.991Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11262026-05-08T01:24:40.991Z Downloaded similar v2.7.0
11272026-05-08T01:24:41.001Z Downloaded usdt-macro v0.6.0
11282026-05-08T01:24:41.001Z Downloaded untrusted v0.9.0
11292026-05-08T01:24:41.001Z Downloaded schemars v0.9.0
11302026-05-08T01:24:41.011Z Downloaded void v1.0.2
11312026-05-08T01:24:41.012Z Downloaded thread_local v1.1.9
11322026-05-08T01:24:41.012Z Downloaded utf-8 v0.7.6
11332026-05-08T01:24:41.012Z Downloaded toml_writer v1.0.6+spec-1.1.0
11342026-05-08T01:24:41.012Z Downloaded socket2 v0.5.10
11352026-05-08T01:24:41.012Z Downloaded term v1.2.1
11362026-05-08T01:24:41.018Z Downloaded socket2 v0.6.3
11372026-05-08T01:24:41.018Z Downloaded term v0.7.0
11382026-05-08T01:24:41.018Z Downloaded itertools v0.12.1
11392026-05-08T01:24:41.018Z Downloaded waitgroup v0.1.2
11402026-05-08T01:24:41.024Z Downloaded wait-timeout v0.2.1
11412026-05-08T01:24:41.024Z Downloaded tui-tree-widget v0.23.1
11422026-05-08T01:24:41.024Z Downloaded want v0.3.1
11432026-05-08T01:24:41.024Z Downloaded rsa v0.9.10
11442026-05-08T01:24:41.028Z Downloaded tokio-rustls v0.26.4
11452026-05-08T01:24:41.028Z Downloaded serde_yaml v0.9.34+deprecated
11462026-05-08T01:24:41.028Z Downloaded rand v0.10.0
11472026-05-08T01:24:41.041Z Downloaded rand v0.9.2
11482026-05-08T01:24:41.048Z Downloaded tokio-rustls v0.24.1
11492026-05-08T01:24:41.048Z Downloaded tokio-stream v0.1.18
11502026-05-08T01:24:41.048Z Downloaded xshell-macros v0.2.7
11512026-05-08T01:24:41.048Z Downloaded xattr v1.6.1
11522026-05-08T01:24:41.048Z Downloaded zone v0.3.1
11532026-05-08T01:24:41.048Z Downloaded zeroize_derive v1.4.3
11542026-05-08T01:24:41.053Z Downloaded libxml v0.3.3
11552026-05-08T01:24:41.053Z Downloaded unicase v2.9.0
11562026-05-08T01:24:41.053Z Downloaded h2 v0.4.13
11572026-05-08T01:24:41.062Z Downloaded samael v0.0.19
11582026-05-08T01:24:41.062Z Downloaded subprocess v0.2.15
11592026-05-08T01:24:41.080Z Downloaded usdt-impl v0.6.0
11602026-05-08T01:24:41.080Z Downloaded futures-util v0.3.32
11612026-05-08T01:24:41.094Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-05-08T01:24:41.094Z Downloaded vergen-git2 v1.0.7
11632026-05-08T01:24:41.094Z Downloaded itertools v0.14.0
11642026-05-08T01:24:41.094Z Downloaded qorb v0.4.1
11652026-05-08T01:24:41.094Z Downloaded zone_cfg_derive v0.3.1
11662026-05-08T01:24:41.094Z Downloaded vergen-gitcl v1.0.8
11672026-05-08T01:24:41.094Z Downloaded tracing-attributes v0.1.31
11682026-05-08T01:24:41.094Z Downloaded iri-string v0.7.10
11692026-05-08T01:24:41.102Z Downloaded vsss-rs v3.3.4
11702026-05-08T01:24:41.102Z Downloaded tinyvec v1.10.0
11712026-05-08T01:24:41.102Z Downloaded wyz v0.5.1
11722026-05-08T01:24:41.102Z Downloaded walkdir v2.5.0
11732026-05-08T01:24:41.102Z Downloaded vergen-lib v0.1.6
11742026-05-08T01:24:41.102Z Downloaded rustls-webpki v0.103.9
11752026-05-08T01:24:41.102Z Downloaded twox-hash v2.1.2
11762026-05-08T01:24:41.103Z Downloaded libm v0.2.16
11772026-05-08T01:24:41.106Z Downloaded toml v0.7.8
11782026-05-08T01:24:41.106Z Downloaded blake3 v1.8.3
11792026-05-08T01:24:41.113Z Downloaded whoami v2.1.0
11802026-05-08T01:24:41.119Z Downloaded whoami v1.6.1
11812026-05-08T01:24:41.119Z Downloaded zeroize v1.8.2
11822026-05-08T01:24:41.119Z Downloaded xshell v0.2.7
11832026-05-08T01:24:41.119Z Downloaded hyper v1.8.1
11842026-05-08T01:24:41.127Z Downloaded unicode-properties v0.1.4
11852026-05-08T01:24:41.127Z Downloaded toml v1.0.6+spec-1.1.0
11862026-05-08T01:24:41.127Z Downloaded toml v0.9.12+spec-1.1.0
11872026-05-08T01:24:41.134Z Downloaded tar v0.4.45
11882026-05-08T01:24:41.134Z Downloaded test-strategy v0.4.5
11892026-05-08T01:24:41.134Z Downloaded hkdf v0.12.4
11902026-05-08T01:24:41.134Z Downloaded num-bigint-dig v0.8.6
11912026-05-08T01:24:41.134Z Downloaded snafu v0.8.9
11922026-05-08T01:24:41.139Z Downloaded zstd-safe v7.2.4
11932026-05-08T01:24:41.139Z Downloaded schemars v1.2.1
11942026-05-08T01:24:41.148Z Downloaded zstd v0.13.3
11952026-05-08T01:24:41.163Z Downloaded vergen v9.0.6
11962026-05-08T01:24:41.163Z Downloaded typify v0.4.3
11972026-05-08T01:24:41.164Z Downloaded itertools v0.13.0
11982026-05-08T01:24:41.164Z Downloaded tungstenite v0.23.0
11992026-05-08T01:24:41.164Z Downloaded typify v0.6.2
12002026-05-08T01:24:41.164Z Downloaded zerocopy v0.6.6
12012026-05-08T01:24:41.171Z Downloaded steno v0.4.1
12022026-05-08T01:24:41.172Z Downloaded unicode-bidi v0.3.18
12032026-05-08T01:24:41.172Z Downloaded russh v0.45.0
12042026-05-08T01:24:41.172Z Downloaded uzers v0.12.2
12052026-05-08T01:24:41.172Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-08T01:24:41.177Z Downloaded rustyline v14.0.0
12072026-05-08T01:24:41.178Z Downloaded yasna v0.5.2
12082026-05-08T01:24:41.186Z Downloaded unsafe-libyaml v0.2.11
12092026-05-08T01:24:41.186Z Downloaded uuid v1.23.0
12102026-05-08T01:24:41.186Z Downloaded tracing-core v0.1.36
12112026-05-08T01:24:41.193Z Downloaded tungstenite v0.21.0
12122026-05-08T01:24:41.193Z Downloaded vte v0.14.1
12132026-05-08T01:24:41.201Z Downloaded p521 v0.13.3
12142026-05-08T01:24:41.209Z Downloaded tokio-postgres v0.7.16
12152026-05-08T01:24:41.217Z Downloaded reedline v0.40.0
12162026-05-08T01:24:41.217Z Downloaded toml_edit v0.19.15
12172026-05-08T01:24:41.224Z Downloaded chrono v0.4.44
12182026-05-08T01:24:41.242Z Downloaded zopfli v0.8.3
12192026-05-08T01:24:41.247Z Downloaded bitvec v1.0.1
12202026-05-08T01:24:41.254Z Downloaded zip v0.6.6
12212026-05-08T01:24:41.269Z Downloaded unicode_categories v0.1.1
12222026-05-08T01:24:41.269Z Downloaded regex v1.12.3
12232026-05-08T01:24:41.274Z Downloaded reqwest v0.13.2
12242026-05-08T01:24:41.274Z Downloaded ssh-key v0.6.7
12252026-05-08T01:24:41.279Z Downloaded git2 v0.20.4
12262026-05-08T01:24:41.295Z Downloaded quick-xml v0.37.5
12272026-05-08T01:24:41.298Z Downloaded reqwest v0.12.28
12282026-05-08T01:24:41.304Z Downloaded x509-cert v0.2.5
12292026-05-08T01:24:41.310Z Downloaded zerocopy-derive v0.8.40
12302026-05-08T01:24:41.321Z Downloaded p384 v0.13.1
12312026-05-08T01:24:41.325Z Downloaded lalrpop v0.19.12
12322026-05-08T01:24:41.329Z Downloaded yansi v1.0.1
12332026-05-08T01:24:41.329Z Downloaded rayon v1.11.0
12342026-05-08T01:24:41.333Z Downloaded goblin v0.10.5
12352026-05-08T01:24:41.338Z Downloaded zip v4.6.1
12362026-05-08T01:24:41.342Z Downloaded unicode-normalization v0.1.25
12372026-05-08T01:24:41.349Z Downloaded tough v0.20.0
12382026-05-08T01:24:41.353Z Downloaded typed-path v0.9.3
12392026-05-08T01:24:41.359Z Downloaded rustls-webpki v0.101.7
12402026-05-08T01:24:41.367Z Downloaded salty v0.3.0
12412026-05-08T01:24:41.380Z Downloaded tower v0.5.3
12422026-05-08T01:24:41.385Z Downloaded portable-atomic v1.13.1
12432026-05-08T01:24:41.391Z Downloaded quinn-proto v0.11.13
12442026-05-08T01:24:41.399Z Downloaded winnow v0.5.40
12452026-05-08T01:24:41.404Z Downloaded unicode-segmentation v1.12.0
12462026-05-08T01:24:41.409Z Downloaded petname v2.0.2
12472026-05-08T01:24:41.417Z Downloaded openssl v0.10.78
12482026-05-08T01:24:41.417Z Downloaded tower-http v0.6.8
12492026-05-08T01:24:41.422Z Downloaded proptest v1.10.0
12502026-05-08T01:24:41.425Z Downloaded nix v0.29.0
12512026-05-08T01:24:41.431Z Downloaded moka v0.12.13
12522026-05-08T01:24:41.435Z Downloaded dropshot v0.16.7
12532026-05-08T01:24:41.448Z Downloaded polar-core v0.27.3
12542026-05-08T01:24:41.452Z Downloaded nix v0.28.0
12552026-05-08T01:24:41.458Z Downloaded tokio-util v0.7.18
12562026-05-08T01:24:41.465Z Downloaded serde_with v3.17.0
12572026-05-08T01:24:41.468Z Downloaded bstr v1.12.1
12582026-05-08T01:24:41.479Z Downloaded curve25519-dalek v4.1.3
12592026-05-08T01:24:41.483Z Downloaded zlib-rs v0.6.2
12602026-05-08T01:24:41.483Z Downloaded object v0.30.4
12612026-05-08T01:24:41.487Z Downloaded radix_trie v0.2.1
12622026-05-08T01:24:41.489Z Downloaded rustls-webpki v0.102.8
12632026-05-08T01:24:41.499Z Downloaded winnow v0.6.26
12642026-05-08T01:24:41.504Z Downloaded nix v0.27.1
12652026-05-08T01:24:41.510Z Downloaded object v0.37.3
12662026-05-08T01:24:41.517Z Downloaded hickory-proto v0.24.4
12672026-05-08T01:24:41.552Z Downloaded tabled v0.20.0
12682026-05-08T01:24:41.567Z Downloaded time v0.3.47
12692026-05-08T01:24:41.579Z Downloaded smoltcp v0.9.1
12702026-05-08T01:24:41.585Z Downloaded regex-syntax v0.6.29
12712026-05-08T01:24:41.602Z Downloaded dropshot v0.17.0
12722026-05-08T01:24:41.626Z Downloaded vcpkg v0.2.15
12732026-05-08T01:24:41.640Z Downloaded webpki-roots v1.0.6
12742026-05-08T01:24:41.648Z Downloaded nix v0.31.2
12752026-05-08T01:24:41.649Z Downloaded rustls v0.21.12
12762026-05-08T01:24:41.654Z Downloaded ratatui v0.29.0
12772026-05-08T01:24:41.662Z Downloaded typify-impl v0.6.2
12782026-05-08T01:24:41.670Z Downloaded smoltcp v0.11.0
12792026-05-08T01:24:41.677Z Downloaded regress v0.10.5
12802026-05-08T01:24:41.682Z Downloaded zerocopy v0.8.40
12812026-05-08T01:24:41.687Z Downloaded openapiv3 v2.2.0
12822026-05-08T01:24:41.693Z Downloaded regex-syntax v0.8.10
12832026-05-08T01:24:41.698Z Downloaded regex-automata v0.4.14
12842026-05-08T01:24:41.707Z Downloaded rustls v0.23.37
12852026-05-08T01:24:41.713Z Downloaded rustix v0.38.44
12862026-05-08T01:24:41.726Z Downloaded diesel v2.3.7
12872026-05-08T01:24:41.737Z Downloaded csv v1.4.0
12882026-05-08T01:24:41.750Z Downloaded chrono-tz v0.10.4
12892026-05-08T01:24:41.760Z Downloaded sqlparser v0.61.0
12902026-05-08T01:24:41.766Z Downloaded regress v0.11.1
12912026-05-08T01:24:41.770Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-05-08T01:24:41.778Z Downloaded petgraph v0.8.3
12932026-05-08T01:24:41.791Z Downloaded sled v0.34.7
12942026-05-08T01:24:41.798Z Downloaded rustls v0.22.4
12952026-05-08T01:24:41.804Z Downloaded hickory-proto v0.25.2
12962026-05-08T01:24:41.812Z Downloaded libz-sys v1.1.24
12972026-05-08T01:24:41.824Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12982026-05-08T01:24:41.835Z Downloaded zerocopy-derive v0.6.6
12992026-05-08T01:24:41.840Z Downloaded sha3 v0.10.8
13002026-05-08T01:24:41.844Z Downloaded typify-impl v0.4.3
13012026-05-08T01:24:41.855Z Downloaded tracing v0.1.44
13022026-05-08T01:24:41.865Z Downloaded petgraph v0.6.5
13032026-05-08T01:24:41.875Z Downloaded jiff v0.2.21
13042026-05-08T01:24:41.934Z Downloaded tokio v1.52.1
13052026-05-08T01:24:42.016Z Downloaded encoding_rs v0.8.35
13062026-05-08T01:24:42.039Z Downloaded ring v0.17.14
13072026-05-08T01:24:42.072Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-08T01:24:42.435Z Downloaded aws-lc-sys v0.37.1
13092026-05-08T01:24:42.684Z Compiling libc v0.2.185
13102026-05-08T01:24:42.684Z Compiling serde v1.0.228
13112026-05-08T01:24:42.687Z Compiling log v0.4.29
13122026-05-08T01:24:42.688Z Compiling shlex v1.3.0
13132026-05-08T01:24:42.688Z Compiling find-msvc-tools v0.1.9
13142026-05-08T01:24:42.688Z Compiling smallvec v1.15.1
13152026-05-08T01:24:42.839Z Compiling syn v2.0.117
13162026-05-08T01:24:42.859Z Compiling typenum v1.19.0
13172026-05-08T01:24:43.027Z Compiling generic-array v0.14.7
13182026-05-08T01:24:43.051Z Compiling subtle v2.6.1
13192026-05-08T01:24:43.051Z Compiling scopeguard v1.2.0
13202026-05-08T01:24:43.110Z Compiling const-oid v0.9.6
13212026-05-08T01:24:43.164Z Compiling lock_api v0.4.14
13222026-05-08T01:24:43.175Z Compiling portable-atomic v1.13.1
13232026-05-08T01:24:43.232Z Compiling zerocopy v0.8.40
13242026-05-08T01:24:43.268Z Compiling serde_json v1.0.149
13252026-05-08T01:24:43.418Z Compiling critical-section v1.2.0
13262026-05-08T01:24:43.475Z Compiling parking_lot_core v0.9.12
13272026-05-08T01:24:43.507Z Compiling pin-project-lite v0.2.17
13282026-05-08T01:24:43.672Z Compiling getrandom v0.2.17
13292026-05-08T01:24:43.694Z Compiling jobserver v0.1.34
13302026-05-08T01:24:43.700Z Compiling errno v0.3.14
13312026-05-08T01:24:43.823Z Compiling rand_core v0.6.4
13322026-05-08T01:24:43.881Z Compiling pkg-config v0.3.32
13332026-05-08T01:24:43.900Z Compiling cc v1.2.56
13342026-05-08T01:24:44.078Z Compiling signal-hook-registry v1.4.8
13352026-05-08T01:24:44.104Z Compiling bitflags v2.11.0
13362026-05-08T01:24:44.215Z Compiling once_cell v1.21.3
13372026-05-08T01:24:44.266Z Compiling libm v0.2.16
13382026-05-08T01:24:44.334Z Compiling parking_lot v0.12.5
13392026-05-08T01:24:44.348Z Compiling mio v1.2.0
13402026-05-08T01:24:44.421Z Compiling num-traits v0.2.19
13412026-05-08T01:24:44.463Z Compiling futures-core v0.3.32
13422026-05-08T01:24:44.602Z Compiling percent-encoding v2.3.2
13432026-05-08T01:24:44.708Z Compiling socket2 v0.6.3
13442026-05-08T01:24:44.753Z Compiling cpufeatures v0.2.17
13452026-05-08T01:24:44.776Z Compiling futures-sink v0.3.32
13462026-05-08T01:24:44.807Z Compiling futures-task v0.3.32
13472026-05-08T01:24:44.820Z Compiling slab v0.4.12
13482026-05-08T01:24:44.834Z Compiling futures-io v0.3.32
13492026-05-08T01:24:44.878Z Compiling futures-channel v0.3.32
13502026-05-08T01:24:44.977Z Compiling getrandom v0.4.1
13512026-05-08T01:24:44.989Z Compiling getrandom v0.3.4
13522026-05-08T01:24:45.004Z Compiling rand_core v0.10.0
13532026-05-08T01:24:45.110Z Compiling rustversion v1.0.22
13542026-05-08T01:24:45.125Z Compiling indexmap v2.14.0
13552026-05-08T01:24:45.173Z Compiling form_urlencoded v1.2.2
13562026-05-08T01:24:45.514Z Compiling cmake v0.1.57
13572026-05-08T01:24:45.594Z Compiling fs_extra v1.3.0
13582026-05-08T01:24:45.716Z Compiling synstructure v0.13.2
13592026-05-08T01:24:45.800Z Compiling ident_case v1.0.1
13602026-05-08T01:24:45.870Z Compiling base64ct v1.8.3
13612026-05-08T01:24:45.926Z Compiling dunce v1.0.5
13622026-05-08T01:24:45.931Z Compiling flagset v0.4.7
13632026-05-08T01:24:45.971Z Compiling rand_core v0.9.5
13642026-05-08T01:24:45.986Z Compiling iana-time-zone v0.1.65
13652026-05-08T01:24:46.020Z Compiling aws-lc-sys v0.37.1
13662026-05-08T01:24:46.069Z Compiling rustix v1.1.3
13672026-05-08T01:24:46.112Z Compiling pem-rfc7468 v0.7.0
13682026-05-08T01:24:46.168Z Compiling ring v0.17.14
13692026-05-08T01:24:46.187Z Compiling uuid v1.23.0
13702026-05-08T01:24:46.252Z Compiling rustc_version v0.4.1
13712026-05-08T01:24:46.346Z Compiling regex-syntax v0.8.10
13722026-05-08T01:24:46.429Z Compiling vcpkg v0.2.15
13732026-05-08T01:24:46.576Z Compiling aws-lc-rs v1.16.0
13742026-05-08T01:24:46.862Z Compiling tracing-core v0.1.36
13752026-05-08T01:24:46.889Z Compiling pest_generator v2.8.6
13762026-05-08T01:24:47.169Z Compiling openssl-sys v0.9.114
13772026-05-08T01:24:47.393Z Compiling serde_derive_internals v0.29.1
13782026-05-08T01:24:47.452Z Compiling serde_derive v1.0.228
13792026-05-08T01:24:47.622Z Compiling zeroize_derive v1.4.3
13802026-05-08T01:24:47.735Z Compiling zerofrom-derive v0.1.6
13812026-05-08T01:24:47.827Z Compiling yoke-derive v0.8.1
13822026-05-08T01:24:48.263Z Compiling zeroize v1.8.2
13832026-05-08T01:24:48.316Z Compiling zerocopy-derive v0.8.40
13842026-05-08T01:24:48.720Z Compiling zerovec-derive v0.11.2
13852026-05-08T01:24:48.984Z Compiling crypto-common v0.1.7
13862026-05-08T01:24:49.016Z Compiling block-buffer v0.10.4
13872026-05-08T01:24:49.128Z Compiling zerofrom v0.1.6
13882026-05-08T01:24:49.141Z Compiling digest v0.10.7
13892026-05-08T01:24:49.181Z Compiling displaydoc v0.2.5
13902026-05-08T01:24:49.248Z Compiling yoke v0.8.1
13912026-05-08T01:24:49.384Z Compiling tokio-macros v2.7.0
13922026-05-08T01:24:49.434Z Compiling hmac v0.12.1
13932026-05-08T01:24:49.582Z Compiling futures-macro v0.3.32
13942026-05-08T01:24:49.816Z Compiling zerovec v0.11.5
13952026-05-08T01:24:49.906Z Compiling zerotrie v0.2.3
13962026-05-08T01:24:50.082Z Compiling block-padding v0.3.3
13972026-05-08T01:24:50.198Z Compiling sha2 v0.10.9
13982026-05-08T01:24:50.238Z Compiling inout v0.1.4
13992026-05-08T01:24:50.304Z Compiling tinystr v0.8.2
14002026-05-08T01:24:50.370Z Compiling potential_utf v0.1.4
14012026-05-08T01:24:50.402Z Compiling futures-util v0.3.32
14022026-05-08T01:24:50.501Z Compiling icu_locale_core v2.1.1
14032026-05-08T01:24:50.532Z Compiling icu_collections v2.1.1
14042026-05-08T01:24:50.831Z Compiling cipher v0.4.4
14052026-05-08T01:24:50.948Z Compiling bytes v1.11.1
14062026-05-08T01:24:51.002Z Compiling der_derive v0.7.3
14072026-05-08T01:24:51.095Z Compiling icu_provider v2.1.1
14082026-05-08T01:24:51.364Z Compiling icu_properties v2.1.2
14092026-05-08T01:24:51.388Z Compiling tokio v1.52.1
14102026-05-08T01:24:51.536Z Compiling icu_normalizer v2.1.1
14112026-05-08T01:24:51.555Z Compiling http v1.4.0
14122026-05-08T01:24:51.922Z Compiling der v0.7.10
14132026-05-08T01:24:52.060Z Compiling salsa20 v0.10.2
14142026-05-08T01:24:52.201Z Compiling idna_adapter v1.2.1
14152026-05-08T01:24:52.334Z Compiling idna v1.1.0
14162026-05-08T01:24:52.418Z Compiling chrono v0.4.44
14172026-05-08T01:24:52.421Z Compiling pbkdf2 v0.12.2
14182026-05-08T01:24:52.568Z Compiling thiserror-impl v2.0.18
14192026-05-08T01:24:52.665Z Compiling ppv-lite86 v0.2.21
14202026-05-08T01:24:52.746Z Compiling url v2.5.8
14212026-05-08T01:24:52.984Z Compiling spki v0.7.3
14222026-05-08T01:24:53.034Z Compiling rand_chacha v0.9.0
14232026-05-08T01:24:53.122Z Compiling scrypt v0.11.0
14242026-05-08T01:24:53.184Z Compiling aes v0.8.4
14252026-05-08T01:24:53.371Z Compiling cbc v0.1.2
14262026-05-08T01:24:53.519Z Compiling rustls-pki-types v1.14.0
14272026-05-08T01:24:53.533Z Compiling tracing-attributes v0.1.31
14282026-05-08T01:24:53.734Z Compiling pkcs5 v0.7.1
14292026-05-08T01:24:53.834Z Compiling rand v0.9.2
14302026-05-08T01:24:53.890Z Compiling thiserror v2.0.18
14312026-05-08T01:24:53.965Z Compiling http-body v1.0.1
14322026-05-08T01:24:54.059Z Compiling base64 v0.22.1
14332026-05-08T01:24:54.114Z Compiling schemars v0.8.22
14342026-05-08T01:24:54.200Z Compiling openssl-probe v0.2.1
14352026-05-08T01:24:54.240Z Compiling untrusted v0.9.0
14362026-05-08T01:24:54.310Z Compiling untrusted v0.7.1
14372026-05-08T01:24:54.358Z Compiling httparse v1.10.1
14382026-05-08T01:24:54.406Z Compiling pkcs8 v0.10.2
14392026-05-08T01:24:54.426Z Compiling schemars_derive v0.8.22
14402026-05-08T01:24:54.596Z Compiling pest_derive v2.8.6
14412026-05-08T01:24:54.704Z Compiling scroll_derive v0.13.1
14422026-05-08T01:24:54.736Z Compiling darling_core v0.20.11
14432026-05-08T01:24:54.821Z Compiling tracing v0.1.44
14442026-05-08T01:24:55.005Z Compiling tinyvec_macros v0.1.1
14452026-05-08T01:24:55.076Z Compiling tokio-util v0.7.18
14462026-05-08T01:24:55.093Z Compiling atomic-waker v1.1.2
14472026-05-08T01:24:55.214Z Compiling tower-service v0.3.3
14482026-05-08T01:24:55.322Z Compiling tower-layer v0.3.3
14492026-05-08T01:24:55.468Z Compiling dyn-clone v1.0.20
14502026-05-08T01:24:55.483Z Compiling rustls v0.23.37
14512026-05-08T01:24:55.604Z Compiling try-lock v0.2.5
14522026-05-08T01:24:55.651Z Compiling scroll v0.13.0
14532026-05-08T01:24:55.713Z Compiling want v0.3.1
14542026-05-08T01:24:55.878Z Compiling h2 v0.4.13
14552026-05-08T01:24:55.914Z Compiling tinyvec v1.10.0
14562026-05-08T01:24:56.104Z Compiling ipnet v2.11.0
14572026-05-08T01:24:56.247Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14582026-05-08T01:24:56.378Z Compiling spin v0.9.8
14592026-05-08T01:24:56.580Z Compiling aho-corasick v1.1.4
14602026-05-08T01:24:56.593Z Compiling time-core v0.1.8
14612026-05-08T01:24:56.621Z Compiling httpdate v1.0.3
14622026-05-08T01:24:56.744Z Compiling pin-utils v0.1.0
14632026-05-08T01:24:56.811Z Compiling powerfmt v0.2.0
14642026-05-08T01:24:56.843Z Compiling crc32fast v1.5.0
14652026-05-08T01:24:56.923Z Compiling num-conv v0.2.0
14662026-05-08T01:24:56.945Z Compiling darling_macro v0.20.11
14672026-05-08T01:24:56.993Z Compiling openssl v0.10.78
14682026-05-08T01:24:57.011Z Compiling foreign-types-shared v0.1.1
14692026-05-08T01:24:57.043Z Compiling time-macros v0.2.27
14702026-05-08T01:24:57.089Z Compiling foreign-types v0.3.2
14712026-05-08T01:24:57.158Z Compiling deranged v0.5.8
14722026-05-08T01:24:57.238Z Compiling tempfile v3.25.0
14732026-05-08T01:24:57.404Z Compiling darling v0.20.11
14742026-05-08T01:24:57.489Z Compiling regex-automata v0.4.14
14752026-05-08T01:24:57.633Z Compiling goblin v0.10.5
14762026-05-08T01:24:58.156Z Compiling openssl-macros v0.1.1
14772026-05-08T01:24:58.281Z Compiling wait-timeout v0.2.1
14782026-05-08T01:24:58.557Z Compiling num_threads v0.1.7
14792026-05-08T01:24:58.573Z Compiling crossbeam-utils v0.8.21
14802026-05-08T01:24:58.640Z Compiling quick-error v1.2.3
14812026-05-08T01:24:58.663Z Compiling syn v1.0.109
14822026-05-08T01:24:58.744Z Compiling native-tls v0.2.18
14832026-05-08T01:24:58.836Z Compiling hyper v1.8.1
14842026-05-08T01:24:58.944Z Compiling bit-vec v0.8.0
14852026-05-08T01:24:58.968Z Compiling siphasher v1.0.2
14862026-05-08T01:24:59.154Z Compiling simd-adler32 v0.3.8
14872026-05-08T01:24:59.172Z Compiling usdt-impl v0.6.0
14882026-05-08T01:24:59.387Z Compiling bit-set v0.8.0
14892026-05-08T01:24:59.485Z Compiling rusty-fork v0.3.1
14902026-05-08T01:24:59.546Z Compiling time v0.3.47
14912026-05-08T01:24:59.818Z Compiling derive_builder_core v0.20.2
14922026-05-08T01:25:00.376Z Compiling dof v0.4.0
14932026-05-08T01:25:00.691Z Compiling hyper-util v0.1.20
14942026-05-08T01:25:01.312Z Compiling unicode-normalization v0.1.25
14952026-05-08T01:25:01.511Z Compiling dtrace-parser v0.3.0
14962026-05-08T01:25:01.570Z Compiling rustls-native-certs v0.8.3
14972026-05-08T01:25:01.745Z Compiling signature v2.2.0
14982026-05-08T01:25:01.832Z Compiling scroll_derive v0.12.1
14992026-05-08T01:25:01.844Z Compiling thiserror-impl v1.0.69
15002026-05-08T01:25:01.920Z Compiling heapless v0.7.17
15012026-05-08T01:25:02.160Z Compiling rand_xorshift v0.4.0
15022026-05-08T01:25:02.235Z Compiling slog v2.8.2
15032026-05-08T01:25:02.319Z Compiling darling_core v0.21.3
15042026-05-08T01:25:02.369Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-05-08T01:25:02.414Z Compiling sync_wrapper v1.0.2
15062026-05-08T01:25:02.526Z Compiling thread-id v5.1.0
15072026-05-08T01:25:02.544Z Compiling cookie v0.18.1
15082026-05-08T01:25:02.607Z Compiling paste v1.0.15
15092026-05-08T01:25:02.664Z Compiling unicode-bidi v0.3.18
15102026-05-08T01:25:02.747Z Compiling zstd-safe v7.2.4
15112026-05-08T01:25:02.756Z Compiling unarray v0.1.4
15122026-05-08T01:25:02.855Z Compiling adler2 v2.0.1
15132026-05-08T01:25:02.869Z Compiling allocator-api2 v0.2.21
15142026-05-08T01:25:02.906Z Compiling unicode-properties v0.1.4
15152026-05-08T01:25:02.985Z Compiling anyhow v1.0.102
15162026-05-08T01:25:03.096Z Compiling signal-hook v0.3.18
15172026-05-08T01:25:03.118Z Compiling thiserror v1.0.69
15182026-05-08T01:25:03.196Z Compiling stringprep v0.1.5
15192026-05-08T01:25:03.200Z Compiling miniz_oxide v0.8.9
15202026-05-08T01:25:03.256Z Compiling proptest v1.10.0
15212026-05-08T01:25:03.637Z Compiling scroll v0.12.0
15222026-05-08T01:25:03.787Z Compiling tower v0.5.3
15232026-05-08T01:25:03.892Z Compiling derive_builder_macro v0.20.2
15242026-05-08T01:25:04.168Z Compiling ipnetwork v0.21.1
15252026-05-08T01:25:04.249Z Compiling http-body-util v0.1.3
15262026-05-08T01:25:04.331Z Compiling webpki-roots v1.0.6
15272026-05-08T01:25:04.449Z Compiling rand_chacha v0.3.1
15282026-05-08T01:25:04.489Z Compiling toml_datetime v0.6.11
15292026-05-08T01:25:04.539Z Compiling serde_spanned v0.6.9
15302026-05-08T01:25:04.554Z Compiling erased-serde v0.3.31
15312026-05-08T01:25:04.678Z Compiling serde_tokenstream v0.2.3
15322026-05-08T01:25:04.742Z Compiling md-5 v0.10.6
15332026-05-08T01:25:04.842Z Compiling darling_macro v0.21.3
15342026-05-08T01:25:04.901Z Compiling zerocopy-derive v0.7.35
15352026-05-08T01:25:04.977Z Compiling curve25519-dalek v4.1.3
15362026-05-08T01:25:05.018Z Compiling vergen-lib v0.1.6
15372026-05-08T01:25:05.204Z Compiling num-integer v0.1.46
15382026-05-08T01:25:05.246Z Compiling hash32 v0.2.1
15392026-05-08T01:25:05.311Z Compiling ff v0.13.1
15402026-05-08T01:25:05.319Z Compiling memoffset v0.9.1
15412026-05-08T01:25:05.428Z Compiling litrs v1.0.0
15422026-05-08T01:25:05.441Z Compiling rustix v0.38.44
15432026-05-08T01:25:05.507Z Compiling psl-types v2.0.11
15442026-05-08T01:25:05.519Z Compiling base16ct v0.2.0
15452026-05-08T01:25:05.630Z Compiling smoltcp v0.9.1
15462026-05-08T01:25:05.696Z Compiling ryu v1.0.23
15472026-05-08T01:25:05.754Z Compiling zlib-rs v0.6.2
15482026-05-08T01:25:05.789Z Compiling num-bigint-dig v0.8.6
15492026-05-08T01:25:05.878Z Compiling fallible-iterator v0.2.0
15502026-05-08T01:25:05.939Z Compiling cfg_aliases v0.2.1
15512026-05-08T01:25:05.958Z Compiling iri-string v0.7.10
15522026-05-08T01:25:05.973Z Compiling ref-cast v1.0.25
15532026-05-08T01:25:06.024Z Compiling nix v0.31.2
15542026-05-08T01:25:06.183Z Compiling postgres-protocol v0.6.10
15552026-05-08T01:25:06.350Z Compiling document-features v0.2.12
15562026-05-08T01:25:06.383Z Compiling serde_urlencoded v0.7.1
15572026-05-08T01:25:06.704Z Compiling zerocopy v0.7.35
15582026-05-08T01:25:06.725Z Compiling sec1 v0.7.3
15592026-05-08T01:25:06.924Z Compiling publicsuffix v2.3.0
15602026-05-08T01:25:06.997Z Compiling newtype-uuid v1.3.2
15612026-05-08T01:25:07.098Z Compiling tower-http v0.6.8
15622026-05-08T01:25:07.317Z Compiling group v0.13.0
15632026-05-08T01:25:07.334Z Compiling num-iter v0.1.45
15642026-05-08T01:25:07.515Z Compiling darling v0.21.3
15652026-05-08T01:25:07.570Z Compiling rand v0.8.5
15662026-05-08T01:25:07.596Z Compiling oxnet v0.1.4
15672026-05-08T01:25:07.899Z Compiling derive_builder v0.20.2
15682026-05-08T01:25:07.919Z Compiling hubpack_derive v0.1.1
15692026-05-08T01:25:07.985Z Compiling tokio-native-tls v0.3.1
15702026-05-08T01:25:08.021Z Compiling goblin v0.8.2
15712026-05-08T01:25:08.520Z Compiling regex v1.12.3
15722026-05-08T01:25:08.648Z Compiling flate2 v1.1.9
15732026-05-08T01:25:08.773Z Compiling phf_shared v0.13.1
15742026-05-08T01:25:08.898Z Compiling lazy_static v1.5.0
15752026-05-08T01:25:08.954Z Compiling cargo-platform v0.1.9
15762026-05-08T01:25:08.968Z Compiling hkdf v0.12.4
15772026-05-08T01:25:08.993Z Compiling crypto-bigint v0.5.5
15782026-05-08T01:25:09.014Z Compiling terminal_size v0.4.3
15792026-05-08T01:25:09.056Z Compiling async-trait v0.1.89
15802026-05-08T01:25:09.124Z Compiling curve25519-dalek-derive v0.1.1
15812026-05-08T01:25:09.149Z Compiling daft-derive v0.1.5
15822026-05-08T01:25:09.197Z Compiling strum_macros v0.27.2
15832026-05-08T01:25:09.776Z Compiling ref-cast-impl v1.0.25
15842026-05-08T01:25:09.880Z Compiling vergen v9.0.6
15852026-05-08T01:25:10.053Z Compiling fs-err v3.3.0
15862026-05-08T01:25:10.103Z Compiling ahash v0.8.12
15872026-05-08T01:25:10.231Z Compiling managed v0.8.0
15882026-05-08T01:25:10.274Z Compiling winnow v0.5.40
15892026-05-08T01:25:10.302Z Compiling libbz2-rs-sys v0.2.2
15902026-05-08T01:25:10.446Z Compiling bitflags v1.3.2
15912026-05-08T01:25:10.538Z Compiling bumpalo v3.20.2
15922026-05-08T01:25:10.777Z Compiling foldhash v0.1.5
15932026-05-08T01:25:10.942Z Compiling foldhash v0.2.0
15942026-05-08T01:25:10.976Z Compiling object v0.37.3
15952026-05-08T01:25:11.123Z Compiling unicode-segmentation v1.12.0
15962026-05-08T01:25:11.142Z Compiling strum v0.27.2
15972026-05-08T01:25:11.156Z Compiling hashbrown v0.16.1
15982026-05-08T01:25:11.283Z Compiling hashbrown v0.15.5
15992026-05-08T01:25:11.296Z Compiling zopfli v0.8.3
16002026-05-08T01:25:11.483Z Compiling bzip2 v0.6.1
16012026-05-08T01:25:11.513Z Compiling clap_builder v4.5.60
16022026-05-08T01:25:11.683Z Compiling toml_edit v0.19.15
16032026-05-08T01:25:11.859Z Compiling dof v0.3.0
16042026-05-08T01:25:11.943Z Compiling elliptic-curve v0.13.8
16052026-05-08T01:25:11.959Z Compiling daft v0.1.5
16062026-05-08T01:25:12.335Z Compiling cargo_metadata v0.19.2
16072026-05-08T01:25:12.605Z Compiling phf v0.13.1
16082026-05-08T01:25:12.776Z Compiling signal-hook-mio v0.2.5
16092026-05-08T01:25:12.886Z Compiling cookie_store v0.22.1
16102026-05-08T01:25:13.707Z Compiling hubpack v0.1.2
16112026-05-08T01:25:13.910Z Compiling zstd v0.13.3
16122026-05-08T01:25:13.945Z Compiling hyper-tls v0.6.0
16132026-05-08T01:25:14.160Z Compiling bzip2 v0.4.4
16142026-05-08T01:25:14.185Z Compiling serde_with_macros v3.17.0
16152026-05-08T01:25:14.360Z Compiling postgres-types v0.2.12
16162026-05-08T01:25:14.378Z Compiling usdt-attr-macro v0.6.0
16172026-05-08T01:25:14.464Z Compiling usdt-macro v0.6.0
16182026-05-08T01:25:14.889Z Compiling dtrace-parser v0.2.0
16192026-05-08T01:25:15.149Z Compiling ed25519 v2.2.3
16202026-05-08T01:25:15.205Z Compiling bstr v1.12.1
16212026-05-08T01:25:15.294Z Compiling phf_shared v0.11.3
16222026-05-08T01:25:15.310Z Compiling pkcs1 v0.7.5
16232026-05-08T01:25:15.423Z Compiling hex v0.4.3
16242026-05-08T01:25:15.450Z Compiling serde-big-array v0.5.1
16252026-05-08T01:25:15.613Z Compiling rfc6979 v0.4.0
16262026-05-08T01:25:15.637Z Compiling enum-as-inner v0.6.1
16272026-05-08T01:25:15.675Z Compiling serde_repr v0.1.20
16282026-05-08T01:25:15.688Z Compiling clap_derive v4.5.55
16292026-05-08T01:25:15.712Z Compiling strum_macros v0.26.4
16302026-05-08T01:25:15.830Z Compiling float-cmp v0.10.0
16312026-05-08T01:25:15.981Z Compiling memmap2 v0.9.10
16322026-05-08T01:25:16.066Z Compiling thread-id v4.2.2
16332026-05-08T01:25:16.119Z Compiling env_filter v1.0.0
16342026-05-08T01:25:16.145Z Compiling encoding_rs v0.8.35
16352026-05-08T01:25:16.206Z Compiling rustc-hash v2.1.1
16362026-05-08T01:25:16.221Z Compiling whoami v2.1.0
16372026-05-08T01:25:16.311Z Compiling new_debug_unreachable v1.0.6
16382026-05-08T01:25:16.381Z Compiling jiff v0.2.21
16392026-05-08T01:25:16.420Z Compiling predicates-core v1.0.10
16402026-05-08T01:25:16.567Z Compiling keccak v0.1.6
16412026-05-08T01:25:16.589Z Compiling fixedbitset v0.4.2
16422026-05-08T01:25:16.812Z Compiling precomputed-hash v0.1.1
16432026-05-08T01:25:16.899Z Compiling fixedbitset v0.5.7
16442026-05-08T01:25:17.214Z Compiling either v1.15.0
16452026-05-08T01:25:17.358Z Compiling difflib v0.4.0
16462026-05-08T01:25:17.417Z Compiling data-encoding v2.10.0
16472026-05-08T01:25:17.433Z Compiling mime v0.3.17
16482026-05-08T01:25:17.458Z Compiling normalize-line-endings v0.3.0
16492026-05-08T01:25:17.570Z Compiling static_assertions v1.1.0
16502026-05-08T01:25:17.646Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-08T01:25:17.678Z Compiling predicates v3.1.4
16522026-05-08T01:25:17.701Z Compiling clap v4.5.60
16532026-05-08T01:25:17.781Z Compiling hickory-proto v0.25.2
16542026-05-08T01:25:17.955Z Compiling strum v0.26.3
16552026-05-08T01:25:18.072Z Compiling itertools v0.13.0
16562026-05-08T01:25:18.088Z Compiling petgraph v0.8.3
16572026-05-08T01:25:18.146Z Compiling string_cache v0.8.9
16582026-05-08T01:25:18.335Z Compiling petgraph v0.6.5
16592026-05-08T01:25:18.376Z Compiling sha3 v0.10.8
16602026-05-08T01:25:18.832Z Compiling tokio-postgres v0.7.16
16612026-05-08T01:25:19.280Z Compiling zip v4.6.1
16622026-05-08T01:25:19.807Z Compiling toml_edit v0.22.27
16632026-05-08T01:25:19.979Z Compiling iddqd v0.3.18
16642026-05-08T01:25:20.232Z Compiling env_logger v0.11.9
16652026-05-08T01:25:20.459Z Compiling usdt-impl v0.5.0
16662026-05-08T01:25:20.582Z Compiling usdt v0.6.0
16672026-05-08T01:25:20.596Z Compiling ecdsa v0.16.9
16682026-05-08T01:25:20.836Z Compiling serde_with v3.17.0
16692026-05-08T01:25:21.010Z Compiling similar v2.7.0
16702026-05-08T01:25:21.024Z Compiling rsa v0.9.10
16712026-05-08T01:25:21.049Z Compiling ed25519-dalek v2.2.0
16722026-05-08T01:25:21.130Z Compiling crossterm v0.28.1
16732026-05-08T01:25:21.846Z Compiling zip v0.6.6
16742026-05-08T01:25:22.413Z Compiling toml v0.7.8
16752026-05-08T01:25:22.571Z Compiling heck v0.4.1
16762026-05-08T01:25:22.824Z Compiling toml_parser v1.0.9+spec-1.1.0
16772026-05-08T01:25:22.858Z Compiling crossbeam-epoch v0.9.18
16782026-05-08T01:25:22.889Z Compiling tokio-stream v0.1.18
16792026-05-08T01:25:23.050Z Compiling buf-list v1.1.2
16802026-05-08T01:25:23.130Z Compiling x509-cert v0.2.5
16812026-05-08T01:25:23.162Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-08T01:25:23.335Z Compiling openapiv3 v2.2.0
16832026-05-08T01:25:23.358Z Compiling sha1 v0.10.6
16842026-05-08T01:25:23.434Z Compiling toml_datetime v0.7.5+spec-1.1.0
16852026-05-08T01:25:23.473Z Compiling peg-runtime v0.8.5
16862026-05-08T01:25:23.570Z Compiling lalrpop-util v0.19.12
16872026-05-08T01:25:23.723Z Compiling thread_local v1.1.9
16882026-05-08T01:25:23.735Z Compiling slog-async v2.8.0
16892026-05-08T01:25:23.753Z Compiling crossbeam-channel v0.5.15
16902026-05-08T01:25:23.976Z Compiling futures-executor v0.3.32
16912026-05-08T01:25:24.066Z Compiling is-terminal v0.4.17
16922026-05-08T01:25:24.137Z Compiling filetime v0.2.27
16932026-05-08T01:25:24.187Z Compiling take_mut v0.2.2
16942026-05-08T01:25:24.216Z Compiling xattr v1.6.1
16952026-05-08T01:25:24.299Z Compiling term v1.2.1
16962026-05-08T01:25:24.315Z Compiling futures v0.3.32
16972026-05-08T01:25:24.381Z Compiling tar v0.4.45
16982026-05-08T01:25:24.737Z Compiling slog-term v2.9.2
16992026-05-08T01:25:34.418Z Compiling rustls-webpki v0.103.9
17002026-05-08T01:25:37.185Z Compiling tokio-rustls v0.26.4
17012026-05-08T01:25:37.186Z Compiling rustls-platform-verifier v0.6.2
17022026-05-08T01:25:37.384Z Compiling hyper-rustls v0.27.7
17032026-05-08T01:25:37.592Z Compiling reqwest v0.12.28
17042026-05-08T01:25:37.592Z Compiling reqwest v0.13.2
17052026-05-08T01:25:39.676Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-08T01:25:39.890Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-08T01:25:42.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17082026-05-08T01:25:42.843Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092026-05-08T01:25:42.904ZMay 08 01:25:41.269 INFO Starting download, target: Clickhouse
17102026-05-08T01:25:42.904ZMay 08 01:25:41.270 INFO Starting download, target: Console
17112026-05-08T01:25:42.904ZMay 08 01:25:41.270 INFO Starting download, target: Cockroach
17122026-05-08T01:25:42.904ZMay 08 01:25:41.270 INFO Starting download, target: DendriteStub
17132026-05-08T01:25:42.904ZMay 08 01:25:41.270 INFO Starting download, target: MaghemiteMgd
17142026-05-08T01:25:42.904ZMay 08 01:25:41.270 INFO Starting download, target: TransceiverControl
17152026-05-08T01:25:42.910ZMay 08 01:25:41.270 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17162026-05-08T01:25:42.910ZMay 08 01:25:41.270 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-05-08T01:25:42.910ZMay 08 01:25:41.270 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17182026-05-08T01:25:42.910ZMay 08 01:25:41.270 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-05-08T01:25:42.910ZMay 08 01:25:41.270 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-05-08T01:25:42.910ZMay 08 01:25:41.270 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-05-08T01:25:43.620ZMay 08 01:25:41.988 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-05-08T01:25:43.866ZMay 08 01:25:42.210 INFO Download complete, target: TransceiverControl
17232026-05-08T01:25:43.991ZMay 08 01:25:42.336 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-08T01:25:44.219ZMay 08 01:25:42.562 INFO Download complete, target: Console
17252026-05-08T01:25:44.832ZMay 08 01:25:43.197 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-05-08T01:25:44.842ZMay 08 01:25:43.204 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-08T01:25:45.235ZMay 08 01:25:43.606 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-05-08T01:25:45.589ZMay 08 01:25:43.964 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-08T01:25:45.589ZMay 08 01:25:43.964 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-08T01:25:47.162ZMay 08 01:25:45.538 INFO Download complete, target: DendriteStub
17312026-05-08T01:25:47.545ZMay 08 01:25:45.917 INFO Download complete, target: MaghemiteMgd
17322026-05-08T01:25:50.179ZMay 08 01:25:48.555 INFO Checking that binary works, target: Cockroach
17332026-05-08T01:25:50.292ZMay 08 01:25:48.667 INFO Download complete, target: Cockroach
17342026-05-08T01:25:51.485ZMay 08 01:25:49.861 INFO Checking that binary works, target: Clickhouse
17352026-05-08T01:25:51.603ZMay 08 01:25:49.980 INFO Download complete, target: Clickhouse
17362026-05-08T01:25:51.619ZAll builder prerequisites installed successfully, and PATH looks valid
17372026-05-08T01:25:51.622Z
17382026-05-08T01:25:51.623Zreal 2:10.371000985
17392026-05-08T01:25:51.623Zuser 6:43.893537446
17402026-05-08T01:25:51.623Zsys 1:19.535205531
17412026-05-08T01:25:51.623Ztrap 0.216359382
17422026-05-08T01:25:51.623Ztflt 0.601149316
17432026-05-08T01:25:51.623Zdflt 0.578891894
17442026-05-08T01:25:51.623Zkflt 0.022679894
17452026-05-08T01:25:51.623Zlock 21:02.262335020
17462026-05-08T01:25:51.623Zslp 20:28.984299081
17472026-05-08T01:25:51.623Zlat 43.507629663
17482026-05-08T01:25:51.623Zstop 1:55.269076756
17492026-05-08T01:25:51.623Z+ banner hack-check
17502026-05-08T01:25:51.623Z
17512026-05-08T01:25:51.623Z # # ## #### # # #### # # ###### #### # #
17522026-05-08T01:25:51.623Z # # # # # # # # # # # # # # # # #
17532026-05-08T01:25:51.623Z ###### # # # #### ##### # ###### ##### # ####
17542026-05-08T01:25:51.623Z # # ###### # # # # # # # # # #
17552026-05-08T01:25:51.623Z # # # # # # # # # # # # # # # # #
17562026-05-08T01:25:51.623Z # # # # #### # # #### # # ###### #### # #
17572026-05-08T01:25:51.623Z
17582026-05-08T01:25:51.624Z+ export CARGO_INCREMENTAL=0
17592026-05-08T01:25:51.624Z+ CARGO_INCREMENTAL=0
17602026-05-08T01:25:51.624Z+ ptime -m timeout 2h cargo xtask check-features --ci
17612026-05-08T01:25:52.144Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17622026-05-08T01:25:52.363Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17632026-05-08T01:25:54.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17642026-05-08T01:25:54.301Z Running `target/debug/xtask check-features --ci`
17652026-05-08T01:25:54.327Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17662026-05-08T01:25:54.330Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17672026-05-08T01:25:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17682026-05-08T01:25:54.838Z Running `target/debug/xtask download cargo-hack`
17692026-05-08T01:25:55.617Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-05-08T01:25:55.933Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-05-08T01:25:58.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17722026-05-08T01:25:58.549Z Running `target/debug/xtask-downloader cargo-hack`
17732026-05-08T01:25:58.591ZMay 08 01:25:56.964 INFO Starting download, target: CargoHack
17742026-05-08T01:25:58.604ZMay 08 01:25:56.965 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17752026-05-08T01:25:58.811ZMay 08 01:25:57.186 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17762026-05-08T01:25:58.866ZMay 08 01:25:57.234 INFO Download complete, target: CargoHack
17772026-05-08T01:25:58.870Zrunning: "/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-08T01:25:58.875Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17792026-05-08T01:25:59.024Zinfo: running `cargo check --bins` on api_identity (1/274)
17802026-05-08T01:25:59.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812026-05-08T01:25:59.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822026-05-08T01:25:59.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832026-05-08T01:25:59.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17842026-05-08T01:25:59.603Z
17852026-05-08T01:25:59.603Zinfo: running `cargo check --bins` on bootstore (2/274)
17862026-05-08T01:26:00.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872026-05-08T01:26:00.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882026-05-08T01:26:00.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892026-05-08T01:26:00.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17902026-05-08T01:26:00.181Z
17912026-05-08T01:26:00.181Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17922026-05-08T01:26:00.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932026-05-08T01:26:00.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942026-05-08T01:26:00.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952026-05-08T01:26:00.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17962026-05-08T01:26:00.750Z
17972026-05-08T01:26:00.750Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17982026-05-08T01:26:01.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992026-05-08T01:26:01.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002026-05-08T01:26:01.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012026-05-08T01:26:01.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18022026-05-08T01:26:01.324Z
18032026-05-08T01:26:01.324Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18042026-05-08T01:26:01.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-08T01:26:01.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-08T01:26:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-08T01:26:01.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18082026-05-08T01:26:01.901Z
18092026-05-08T01:26:01.901Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18102026-05-08T01:26:02.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-08T01:26:02.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-08T01:26:02.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-08T01:26:02.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18142026-05-08T01:26:02.492Z
18152026-05-08T01:26:02.492Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18162026-05-08T01:26:03.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-08T01:26:03.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-08T01:26:03.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-08T01:26:03.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18202026-05-08T01:26:03.092Z
18212026-05-08T01:26:03.092Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18222026-05-08T01:26:03.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-08T01:26:03.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-08T01:26:03.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-08T01:26:03.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18262026-05-08T01:26:03.687Z
18272026-05-08T01:26:03.687Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18282026-05-08T01:26:04.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-08T01:26:04.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-08T01:26:04.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-08T01:26:04.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18322026-05-08T01:26:04.155Z
18332026-05-08T01:26:04.155Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18342026-05-08T01:26:04.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-08T01:26:04.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-08T01:26:04.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-08T01:26:04.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18382026-05-08T01:26:04.633Z
18392026-05-08T01:26:04.633Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18402026-05-08T01:26:05.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-08T01:26:05.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-08T01:26:05.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-08T01:26:05.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18442026-05-08T01:26:05.104Z
18452026-05-08T01:26:05.104Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18462026-05-08T01:26:05.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-08T01:26:05.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-08T01:26:05.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-08T01:26:05.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18502026-05-08T01:26:05.578Z
18512026-05-08T01:26:05.578Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18522026-05-08T01:26:05.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-08T01:26:05.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-08T01:26:05.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-08T01:26:05.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562026-05-08T01:26:06.050Z
18572026-05-08T01:26:06.050Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18582026-05-08T01:26:06.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-08T01:26:06.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-08T01:26:06.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-08T01:26:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18622026-05-08T01:26:06.525Z
18632026-05-08T01:26:06.525Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18642026-05-08T01:26:06.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-08T01:26:06.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-08T01:26:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-08T01:26:06.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18682026-05-08T01:26:06.993Z
18692026-05-08T01:26:06.993Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18702026-05-08T01:26:07.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-08T01:26:07.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-08T01:26:07.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-08T01:26:07.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-08T01:26:07.466Z
18752026-05-08T01:26:07.466Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18762026-05-08T01:26:07.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-08T01:26:07.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-08T01:26:07.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-08T01:26:07.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18802026-05-08T01:26:07.939Z
18812026-05-08T01:26:07.939Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18822026-05-08T01:26:08.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-08T01:26:08.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-08T01:26:08.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-08T01:26:08.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-08T01:26:08.413Z
18872026-05-08T01:26:08.413Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18882026-05-08T01:26:08.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-08T01:26:08.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-08T01:26:08.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-08T01:26:08.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18922026-05-08T01:26:08.885Z
18932026-05-08T01:26:08.886Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18942026-05-08T01:26:09.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-08T01:26:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-08T01:26:09.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-08T01:26:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18982026-05-08T01:26:09.361Z
18992026-05-08T01:26:09.361Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19002026-05-08T01:26:09.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-08T01:26:09.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-08T01:26:09.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-08T01:26:09.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19042026-05-08T01:26:09.837Z
19052026-05-08T01:26:09.838Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19062026-05-08T01:26:10.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-08T01:26:10.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-08T01:26:10.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-08T01:26:10.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-08T01:26:10.304Z
19112026-05-08T01:26:10.304Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19122026-05-08T01:26:10.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-08T01:26:10.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-08T01:26:10.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-08T01:26:10.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-05-08T01:26:10.776Z
19172026-05-08T01:26:10.776Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19182026-05-08T01:26:11.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-08T01:26:11.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-08T01:26:11.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-08T01:26:11.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-08T01:26:11.249Z
19232026-05-08T01:26:11.249Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19242026-05-08T01:26:11.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-08T01:26:11.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-08T01:26:11.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-08T01:26:11.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19282026-05-08T01:26:11.725Z
19292026-05-08T01:26:11.725Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19302026-05-08T01:26:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-08T01:26:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-08T01:26:12.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-08T01:26:12.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-08T01:26:12.196Z
19352026-05-08T01:26:12.196Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19362026-05-08T01:26:12.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-08T01:26:12.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-08T01:26:12.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-08T01:26:12.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-08T01:26:12.672Z
19412026-05-08T01:26:12.672Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19422026-05-08T01:26:13.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-08T01:26:13.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-08T01:26:13.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-08T01:26:13.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-08T01:26:13.142Z
19472026-05-08T01:26:13.142Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19482026-05-08T01:26:13.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-08T01:26:13.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-08T01:26:13.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-08T01:26:13.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-08T01:26:13.615Z
19532026-05-08T01:26:13.615Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19542026-05-08T01:26:14.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-08T01:26:14.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-08T01:26:14.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-08T01:26:14.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-08T01:26:14.085Z
19592026-05-08T01:26:14.085Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19602026-05-08T01:26:14.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-08T01:26:14.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-08T01:26:14.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-08T01:26:14.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-08T01:26:14.557Z
19652026-05-08T01:26:14.557Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19662026-05-08T01:26:14.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-08T01:26:14.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-08T01:26:14.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-08T01:26:14.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-08T01:26:15.029Z
19712026-05-08T01:26:15.029Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19722026-05-08T01:26:15.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-08T01:26:15.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-08T01:26:15.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-08T01:26:15.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-08T01:26:15.499Z
19772026-05-08T01:26:15.499Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19782026-05-08T01:26:15.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-08T01:26:15.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-08T01:26:15.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-08T01:26:15.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-08T01:26:15.963Z
19832026-05-08T01:26:15.963Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19842026-05-08T01:26:16.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-08T01:26:16.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-08T01:26:16.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-08T01:26:16.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-08T01:26:16.434Z
19892026-05-08T01:26:16.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19902026-05-08T01:26:16.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-08T01:26:16.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-08T01:26:16.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-08T01:26:16.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19942026-05-08T01:26:16.911Z
19952026-05-08T01:26:16.911Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19962026-05-08T01:26:17.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-08T01:26:17.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-08T01:26:17.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-08T01:26:17.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-08T01:26:17.382Z
20012026-05-08T01:26:17.382Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20022026-05-08T01:26:17.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-08T01:26:17.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-08T01:26:17.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-08T01:26:17.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-08T01:26:17.843Z
20072026-05-08T01:26:17.843Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20082026-05-08T01:26:18.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-08T01:26:18.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-08T01:26:18.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-08T01:26:18.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-08T01:26:18.313Z
20132026-05-08T01:26:18.313Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20142026-05-08T01:26:18.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-08T01:26:18.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-08T01:26:18.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-08T01:26:18.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20182026-05-08T01:26:18.786Z
20192026-05-08T01:26:18.786Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20202026-05-08T01:26:19.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-08T01:26:19.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-08T01:26:19.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-08T01:26:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-08T01:26:19.260Z
20252026-05-08T01:26:19.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20262026-05-08T01:26:19.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-08T01:26:19.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-08T01:26:19.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-08T01:26:19.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20302026-05-08T01:26:19.735Z
20312026-05-08T01:26:19.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20322026-05-08T01:26:20.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-08T01:26:20.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-08T01:26:20.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-08T01:26:20.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-08T01:26:20.208Z
20372026-05-08T01:26:20.208Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20382026-05-08T01:26:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-08T01:26:20.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-08T01:26:20.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-08T01:26:20.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20422026-05-08T01:26:20.683Z
20432026-05-08T01:26:20.683Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20442026-05-08T01:26:21.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-08T01:26:21.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-08T01:26:21.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-08T01:26:21.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20482026-05-08T01:26:21.157Z
20492026-05-08T01:26:21.157Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20502026-05-08T01:26:21.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-08T01:26:21.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-08T01:26:21.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-08T01:26:21.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20542026-05-08T01:26:21.632Z
20552026-05-08T01:26:21.632Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20562026-05-08T01:26:22.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-08T01:26:22.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-08T01:26:22.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-08T01:26:22.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20602026-05-08T01:26:22.105Z
20612026-05-08T01:26:22.105Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20622026-05-08T01:26:22.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-08T01:26:22.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-08T01:26:22.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-08T01:26:22.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20662026-05-08T01:26:22.581Z
20672026-05-08T01:26:22.581Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20682026-05-08T01:26:23.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-08T01:26:23.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-08T01:26:23.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-08T01:26:23.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-05-08T01:26:23.220Z
20732026-05-08T01:26:23.220Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20742026-05-08T01:26:23.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-08T01:26:23.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-08T01:26:23.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-08T01:26:23.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-05-08T01:26:23.857Z
20792026-05-08T01:26:23.858Zinfo: running `cargo check --bins` on nexus-config (51/274)
20802026-05-08T01:26:24.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-08T01:26:24.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-08T01:26:24.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-08T01:26:24.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-05-08T01:26:24.495Z
20852026-05-08T01:26:24.495Zinfo: running `cargo check --bins` on nexus-types (52/274)
20862026-05-08T01:26:25.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-08T01:26:25.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-08T01:26:25.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-08T01:26:25.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-05-08T01:26:25.132Z
20912026-05-08T01:26:25.132Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20922026-05-08T01:26:25.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-08T01:26:25.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-08T01:26:25.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-08T01:26:25.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20962026-05-08T01:26:25.731Z
20972026-05-08T01:26:25.732Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20982026-05-08T01:26:26.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-08T01:26:26.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-08T01:26:26.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-08T01:26:26.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-05-08T01:26:26.314Z
21032026-05-08T01:26:26.314Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21042026-05-08T01:26:26.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-08T01:26:26.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-08T01:26:26.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-08T01:26:26.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21082026-05-08T01:26:26.918Z
21092026-05-08T01:26:26.918Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21102026-05-08T01:26:27.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-08T01:26:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-08T01:26:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-08T01:26:27.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21142026-05-08T01:26:27.522Z
21152026-05-08T01:26:27.522Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21162026-05-08T01:26:28.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-08T01:26:28.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-08T01:26:28.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-08T01:26:28.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21202026-05-08T01:26:28.128Z
21212026-05-08T01:26:28.128Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21222026-05-08T01:26:28.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-08T01:26:28.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-08T01:26:28.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-08T01:26:28.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21262026-05-08T01:26:28.736Z
21272026-05-08T01:26:28.736Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21282026-05-08T01:26:29.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-08T01:26:29.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-08T01:26:29.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-08T01:26:29.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21322026-05-08T01:26:29.321Z
21332026-05-08T01:26:29.321Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21342026-05-08T01:26:29.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-08T01:26:29.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-08T01:26:29.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-08T01:26:29.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-05-08T01:26:29.903Z
21392026-05-08T01:26:29.903Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21402026-05-08T01:26:30.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-08T01:26:30.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-08T01:26:30.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-08T01:26:30.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21442026-05-08T01:26:30.489Z
21452026-05-08T01:26:30.490Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21462026-05-08T01:26:30.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-08T01:26:30.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-08T01:26:30.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-08T01:26:30.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21502026-05-08T01:26:31.078Z
21512026-05-08T01:26:31.078Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21522026-05-08T01:26:31.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-08T01:26:31.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-08T01:26:31.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-08T01:26:31.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21562026-05-08T01:26:31.661Z
21572026-05-08T01:26:31.661Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21582026-05-08T01:26:32.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-08T01:26:32.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-08T01:26:32.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-08T01:26:32.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-08T01:26:32.249Z
21632026-05-08T01:26:32.249Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21642026-05-08T01:26:32.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-08T01:26:32.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-08T01:26:32.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-08T01:26:32.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-08T01:26:32.833Z
21692026-05-08T01:26:32.833Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21702026-05-08T01:26:33.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-08T01:26:33.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-08T01:26:33.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-08T01:26:33.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-08T01:26:33.406Z
21752026-05-08T01:26:33.406Zinfo: running `cargo check --bins` on ereport-types (67/274)
21762026-05-08T01:26:33.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-08T01:26:33.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-08T01:26:33.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-08T01:26:33.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-05-08T01:26:33.990Z
21812026-05-08T01:26:33.990Zinfo: running `cargo check --bins` on gateway-client (68/274)
21822026-05-08T01:26:34.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-08T01:26:34.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-08T01:26:34.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-08T01:26:34.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-05-08T01:26:34.573Z
21872026-05-08T01:26:34.573Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21882026-05-08T01:26:35.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-08T01:26:35.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-08T01:26:35.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-08T01:26:35.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-08T01:26:35.157Z
21932026-05-08T01:26:35.157Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21942026-05-08T01:26:35.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-08T01:26:35.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-08T01:26:35.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-08T01:26:35.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21982026-05-08T01:26:35.743Z
21992026-05-08T01:26:35.743Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22002026-05-08T01:26:36.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-08T01:26:36.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-08T01:26:36.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-08T01:26:36.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22042026-05-08T01:26:36.328Z
22052026-05-08T01:26:36.328Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22062026-05-08T01:26:36.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-08T01:26:36.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-08T01:26:36.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-08T01:26:36.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-08T01:26:36.916Z
22112026-05-08T01:26:36.916Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22122026-05-08T01:26:37.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-08T01:26:37.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-08T01:26:37.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-08T01:26:37.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22162026-05-08T01:26:37.521Z
22172026-05-08T01:26:37.521Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22182026-05-08T01:26:38.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-08T01:26:38.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-08T01:26:38.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-08T01:26:38.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22222026-05-08T01:26:38.124Z
22232026-05-08T01:26:38.125Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22242026-05-08T01:26:38.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-08T01:26:38.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-08T01:26:38.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-08T01:26:38.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22282026-05-08T01:26:38.699Z
22292026-05-08T01:26:38.699Zinfo: running `cargo check --bins` on oxlog (76/274)
22302026-05-08T01:26:39.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-08T01:26:39.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-08T01:26:39.299Z Checking cfg-if v1.0.4
22332026-05-08T01:26:39.302Z Checking libc v0.2.185
22342026-05-08T01:26:39.302Z Checking serde_core v1.0.228
22352026-05-08T01:26:39.417Z Checking zeroize v1.8.2
22362026-05-08T01:26:39.424Z Checking memchr v2.8.0
22372026-05-08T01:26:39.431Z Checking log v0.4.29
22382026-05-08T01:26:39.440Z Checking smallvec v1.15.1
22392026-05-08T01:26:39.450Z Checking typenum v1.19.0
22402026-05-08T01:26:39.461Z Checking subtle v2.6.1
22412026-05-08T01:26:39.552Z Checking itoa v1.0.17
22422026-05-08T01:26:39.588Z Checking scopeguard v1.2.0
22432026-05-08T01:26:39.602Z Checking const-oid v0.9.6
22442026-05-08T01:26:39.614Z Checking stable_deref_trait v1.2.1
22452026-05-08T01:26:39.682Z Checking lock_api v0.4.14
22462026-05-08T01:26:39.698Z Checking portable-atomic v1.13.1
22472026-05-08T01:26:39.701Z Checking zerofrom v0.1.6
22482026-05-08T01:26:39.784Z Checking critical-section v1.2.0
22492026-05-08T01:26:39.805Z Checking getrandom v0.2.17
22502026-05-08T01:26:39.805Z Checking errno v0.3.14
22512026-05-08T01:26:39.878Z Checking yoke v0.8.1
22522026-05-08T01:26:39.891Z Checking parking_lot_core v0.9.12
22532026-05-08T01:26:39.917Z Checking signal-hook-registry v1.4.8
22542026-05-08T01:26:39.953Z Checking rand_core v0.6.4
22552026-05-08T01:26:39.963Z Checking generic-array v0.14.7
22562026-05-08T01:26:40.039Z Checking zerovec v0.11.5
22572026-05-08T01:26:40.068Z Checking zerocopy v0.8.40
22582026-05-08T01:26:40.072Z Checking pin-project-lite v0.2.17
22592026-05-08T01:26:40.101Z Checking once_cell v1.21.3
22602026-05-08T01:26:40.122Z Checking parking_lot v0.12.5
22612026-05-08T01:26:40.165Z Checking mio v1.2.0
22622026-05-08T01:26:40.269Z Checking socket2 v0.6.3
22632026-05-08T01:26:40.272Z Checking libm v0.2.16
22642026-05-08T01:26:40.303Z Checking zmij v1.0.21
22652026-05-08T01:26:40.390Z Checking crypto-common v0.1.7
22662026-05-08T01:26:40.433Z Checking block-buffer v0.10.4
22672026-05-08T01:26:40.474Z Checking tinystr v0.8.2
22682026-05-08T01:26:40.503Z Checking percent-encoding v2.3.2
22692026-05-08T01:26:40.515Z Checking equivalent v1.0.2
22702026-05-08T01:26:40.526Z Checking litemap v0.8.1
22712026-05-08T01:26:40.567Z Checking digest v0.10.7
22722026-05-08T01:26:40.591Z Checking writeable v0.6.2
22732026-05-08T01:26:40.638Z Checking futures-core v0.3.32
22742026-05-08T01:26:40.652Z Checking potential_utf v0.1.4
22752026-05-08T01:26:40.693Z Checking zerotrie v0.2.3
22762026-05-08T01:26:40.747Z Checking icu_locale_core v2.1.1
22772026-05-08T01:26:40.760Z Checking cpufeatures v0.2.17
22782026-05-08T01:26:40.774Z Checking icu_collections v2.1.1
22792026-05-08T01:26:40.774Z Checking hmac v0.12.1
22802026-05-08T01:26:40.827Z Checking block-padding v0.3.3
22812026-05-08T01:26:40.871Z Checking serde v1.0.228
22822026-05-08T01:26:40.909Z Checking bitflags v2.11.0
22832026-05-08T01:26:40.929Z Checking serde_json v1.0.149
22842026-05-08T01:26:40.955Z Checking icu_normalizer_data v2.1.1
22852026-05-08T01:26:40.972Z Checking num-traits v0.2.19
22862026-05-08T01:26:41.027Z Checking icu_properties_data v2.1.2
22872026-05-08T01:26:41.072Z Checking hashbrown v0.17.0
22882026-05-08T01:26:41.075Z Checking futures-sink v0.3.32
22892026-05-08T01:26:41.154Z Checking rand_core v0.10.0
22902026-05-08T01:26:41.177Z Checking futures-channel v0.3.32
22912026-05-08T01:26:41.267Z Checking bytes v1.11.1
22922026-05-08T01:26:41.291Z Checking getrandom v0.4.1
22932026-05-08T01:26:41.294Z Checking icu_provider v2.1.1
22942026-05-08T01:26:41.363Z Checking inout v0.1.4
22952026-05-08T01:26:41.435Z Checking futures-task v0.3.32
22962026-05-08T01:26:41.496Z Checking slab v0.4.12
22972026-05-08T01:26:41.510Z Checking futures-io v0.3.32
22982026-05-08T01:26:41.521Z Checking indexmap v2.14.0
22992026-05-08T01:26:41.533Z Checking icu_normalizer v2.1.1
23002026-05-08T01:26:41.567Z Checking icu_properties v2.1.2
23012026-05-08T01:26:41.581Z Checking cipher v0.4.4
23022026-05-08T01:26:41.614Z Checking sha2 v0.10.9
23032026-05-08T01:26:41.647Z Checking futures-util v0.3.32
23042026-05-08T01:26:41.703Z Checking tokio v1.52.1
23052026-05-08T01:26:41.783Z Checking getrandom v0.3.4
23062026-05-08T01:26:41.830Z Checking byteorder v1.5.0
23072026-05-08T01:26:41.880Z Checking utf8_iter v1.0.4
23082026-05-08T01:26:41.921Z Checking base64ct v1.8.3
23092026-05-08T01:26:42.000Z Checking form_urlencoded v1.2.2
23102026-05-08T01:26:42.028Z Checking flagset v0.4.7
23112026-05-08T01:26:42.072Z Checking fnv v1.0.7
23122026-05-08T01:26:42.125Z Checking rand_core v0.9.5
23132026-05-08T01:26:42.147Z Checking pem-rfc7468 v0.7.0
23142026-05-08T01:26:42.163Z Checking salsa20 v0.10.2
23152026-05-08T01:26:42.173Z Checking http v1.4.0
23162026-05-08T01:26:42.289Z Checking uuid v1.23.0
23172026-05-08T01:26:42.301Z Checking pbkdf2 v0.12.2
23182026-05-08T01:26:42.304Z Checking der v0.7.10
23192026-05-08T01:26:42.384Z Checking idna_adapter v1.2.1
23202026-05-08T01:26:42.416Z Checking scrypt v0.11.0
23212026-05-08T01:26:42.504Z Checking idna v1.1.0
23222026-05-08T01:26:42.553Z Checking cbc v0.1.2
23232026-05-08T01:26:42.606Z Checking aes v0.8.4
23242026-05-08T01:26:42.681Z Checking rustix v1.1.3
23252026-05-08T01:26:42.735Z Checking tracing-core v0.1.36
23262026-05-08T01:26:42.757Z Checking url v2.5.8
23272026-05-08T01:26:42.822Z Checking ppv-lite86 v0.2.21
23282026-05-08T01:26:43.003Z Checking rustls-pki-types v1.14.0
23292026-05-08T01:26:43.043Z Checking iana-time-zone v0.1.65
23302026-05-08T01:26:43.056Z Checking spki v0.7.3
23312026-05-08T01:26:43.108Z Checking rand_chacha v0.9.0
23322026-05-08T01:26:43.149Z Checking regex-syntax v0.8.10
23332026-05-08T01:26:43.188Z Checking chrono v0.4.44
23342026-05-08T01:26:43.215Z Checking pkcs5 v0.7.1
23352026-05-08T01:26:43.285Z Checking tracing v0.1.44
23362026-05-08T01:26:43.303Z Checking rand v0.9.2
23372026-05-08T01:26:43.470Z Checking http-body v1.0.1
23382026-05-08T01:26:43.485Z Checking aws-lc-sys v0.37.1
23392026-05-08T01:26:43.522Z Checking openssl-probe v0.2.1
23402026-05-08T01:26:43.570Z Checking untrusted v0.7.1
23412026-05-08T01:26:43.596Z Checking untrusted v0.9.0
23422026-05-08T01:26:43.626Z Checking base64 v0.22.1
23432026-05-08T01:26:43.682Z Checking pkcs8 v0.10.2
23442026-05-08T01:26:43.702Z Checking ring v0.17.14
23452026-05-08T01:26:43.769Z Checking tinyvec_macros v0.1.1
23462026-05-08T01:26:43.837Z Checking atomic-waker v1.1.2
23472026-05-08T01:26:43.861Z Checking tower-layer v0.3.3
23482026-05-08T01:26:43.861Z Checking plain v0.2.3
23492026-05-08T01:26:43.932Z Checking try-lock v0.2.5
23502026-05-08T01:26:43.969Z Checking tower-service v0.3.3
23512026-05-08T01:26:43.986Z Checking aws-lc-rs v1.16.0
23522026-05-08T01:26:44.007Z Checking tinyvec v1.10.0
23532026-05-08T01:26:44.026Z Checking want v0.3.1
23542026-05-08T01:26:44.050Z Checking ipnet v2.11.0
23552026-05-08T01:26:44.062Z Checking semver v1.0.28
23562026-05-08T01:26:44.145Z Checking httparse v1.10.1
23572026-05-08T01:26:44.264Z Checking spin v0.9.8
23582026-05-08T01:26:44.302Z Checking pin-utils v0.1.0
23592026-05-08T01:26:44.302Z Checking unicode-ident v1.0.24
23602026-05-08T01:26:44.348Z Checking foreign-types-shared v0.1.1
23612026-05-08T01:26:44.372Z Checking dyn-clone v1.0.20
23622026-05-08T01:26:44.417Z Checking httpdate v1.0.3
23632026-05-08T01:26:44.429Z Checking fastrand v2.3.0
23642026-05-08T01:26:44.441Z Checking ucd-trie v0.1.7
23652026-05-08T01:26:44.451Z Checking foreign-types v0.3.2
23662026-05-08T01:26:44.465Z Checking schemars v0.8.22
23672026-05-08T01:26:44.516Z Checking proc-macro2 v1.0.106
23682026-05-08T01:26:44.562Z Checking pest v2.8.6
23692026-05-08T01:26:44.575Z Checking openssl-sys v0.9.114
23702026-05-08T01:26:44.600Z Checking tempfile v3.25.0
23712026-05-08T01:26:44.678Z Checking thiserror v2.0.18
23722026-05-08T01:26:44.781Z Checking wait-timeout v0.2.1
23732026-05-08T01:26:44.795Z Checking aho-corasick v1.1.4
23742026-05-08T01:26:44.816Z Checking rustls-webpki v0.103.9
23752026-05-08T01:26:44.830Z Checking bit-vec v0.8.0
23762026-05-08T01:26:44.901Z Checking powerfmt v0.2.0
23772026-05-08T01:26:44.917Z Checking tokio-util v0.7.18
23782026-05-08T01:26:45.019Z Checking simd-adler32 v0.3.8
23792026-05-08T01:26:45.049Z Checking pretty-hex v0.4.1
23802026-05-08T01:26:45.065Z Checking siphasher v1.0.2
23812026-05-08T01:26:45.113Z Checking quick-error v1.2.3
23822026-05-08T01:26:45.164Z Checking utf8parse v0.2.2
23832026-05-08T01:26:45.183Z Checking anstyle v1.0.13
23842026-05-08T01:26:45.211Z Checking rusty-fork v0.3.1
23852026-05-08T01:26:45.221Z Checking openssl v0.10.78
23862026-05-08T01:26:45.240Z Checking rustls v0.23.37
23872026-05-08T01:26:45.261Z Checking anstyle-parse v0.2.7
23882026-05-08T01:26:45.359Z Checking deranged v0.5.8
23892026-05-08T01:26:45.373Z Checking bit-set v0.8.0
23902026-05-08T01:26:45.406Z Checking quote v1.0.45
23912026-05-08T01:26:45.470Z Checking regex-automata v0.4.14
23922026-05-08T01:26:45.516Z Compiling newtype-uuid v1.3.2
23932026-05-08T01:26:45.529Z Checking h2 v0.4.13
23942026-05-08T01:26:45.573Z Checking unicode-normalization v0.1.25
23952026-05-08T01:26:45.613Z Checking rustls-native-certs v0.8.3
23962026-05-08T01:26:45.691Z Checking crossbeam-utils v0.8.21
23972026-05-08T01:26:45.743Z Checking rand_xorshift v0.4.0
23982026-05-08T01:26:45.857Z Checking crc32fast v1.5.0
23992026-05-08T01:26:45.964Z Checking scroll v0.13.0
24002026-05-08T01:26:45.996Z Checking signature v2.2.0
24012026-05-08T01:26:46.019Z Checking sync_wrapper v1.0.2
24022026-05-08T01:26:46.121Z Checking allocator-api2 v0.2.21
24032026-05-08T01:26:46.121Z Checking unicode-bidi v0.3.18
24042026-05-08T01:26:46.186Z Checking colorchoice v1.0.4
24052026-05-08T01:26:46.271Z Checking is_terminal_polyfill v1.70.2
24062026-05-08T01:26:46.285Z Checking num_threads v0.1.7
24072026-05-08T01:26:46.360Z Checking unicode-properties v0.1.4
24082026-05-08T01:26:46.373Z Checking adler2 v2.0.1
24092026-05-08T01:26:46.405Z Checking time-core v0.1.8
24102026-05-08T01:26:46.417Z Checking unarray v0.1.4
24112026-05-08T01:26:46.473Z Checking anstyle-query v1.1.5
24122026-05-08T01:26:46.516Z Checking num-conv v0.2.0
24132026-05-08T01:26:46.542Z Checking stringprep v0.1.5
24142026-05-08T01:26:46.545Z Checking proptest v1.10.0
24152026-05-08T01:26:46.566Z Checking anstream v0.6.21
24162026-05-08T01:26:46.628Z Checking time v0.3.47
24172026-05-08T01:26:46.694Z Checking miniz_oxide v0.8.9
24182026-05-08T01:26:46.761Z Checking goblin v0.10.5
24192026-05-08T01:26:47.041Z Checking tower v0.5.3
24202026-05-08T01:26:47.198Z Checking native-tls v0.2.18
24212026-05-08T01:26:47.276Z Checking crossbeam-epoch v0.9.18
24222026-05-08T01:26:47.373Z Compiling daft v0.1.5
24232026-05-08T01:26:47.430Z Checking syn v2.0.117
24242026-05-08T01:26:47.497Z Checking ipnetwork v0.21.1
24252026-05-08T01:26:47.576Z Checking tokio-rustls v0.26.4
24262026-05-08T01:26:47.667Z Checking http-body-util v0.1.3
24272026-05-08T01:26:47.732Z Checking webpki-roots v1.0.6
24282026-05-08T01:26:47.764Z Checking rand_chacha v0.3.1
24292026-05-08T01:26:47.805Z Checking scroll v0.12.0
24302026-05-08T01:26:47.850Z Checking thiserror v1.0.69
24312026-05-08T01:26:47.888Z Checking zstd-sys v2.0.16+zstd.1.5.7
24322026-05-08T01:26:47.948Z Checking hash32 v0.2.1
24332026-05-08T01:26:47.972Z Checking num-integer v0.1.46
24342026-05-08T01:26:48.002Z Checking toml_datetime v0.6.11
24352026-05-08T01:26:48.038Z Checking serde_spanned v0.6.9
24362026-05-08T01:26:48.107Z Checking md-5 v0.10.6
24372026-05-08T01:26:48.161Z Checking ff v0.13.1
24382026-05-08T01:26:48.185Z Checking ryu v1.0.23
24392026-05-08T01:26:48.200Z Checking psl-types v2.0.11
24402026-05-08T01:26:48.223Z Checking hyper v1.8.1
24412026-05-08T01:26:48.240Z Checking iri-string v0.7.10
24422026-05-08T01:26:48.284Z Checking fallible-iterator v0.2.0
24432026-05-08T01:26:48.312Z Checking zlib-rs v0.6.2
24442026-05-08T01:26:48.323Z Checking base16ct v0.2.0
24452026-05-08T01:26:48.443Z Checking sec1 v0.7.3
24462026-05-08T01:26:48.486Z Checking serde_urlencoded v0.7.1
24472026-05-08T01:26:48.549Z Checking postgres-protocol v0.6.10
24482026-05-08T01:26:48.644Z Checking publicsuffix v2.3.0
24492026-05-08T01:26:48.689Z Checking group v0.13.0
24502026-05-08T01:26:48.801Z Compiling iddqd v0.3.18
24512026-05-08T01:26:48.833Z Checking num-iter v0.1.45
24522026-05-08T01:26:48.859Z Checking heapless v0.7.17
24532026-05-08T01:26:48.945Z Checking goblin v0.8.2
24542026-05-08T01:26:49.089Z Checking dof v0.4.0
24552026-05-08T01:26:49.119Z Checking hyper-util v0.1.20
24562026-05-08T01:26:49.174Z Checking flate2 v1.1.9
24572026-05-08T01:26:49.240Z Checking tower-http v0.6.8
24582026-05-08T01:26:49.269Z Checking zstd-safe v7.2.4
24592026-05-08T01:26:49.431Z Checking rand v0.8.5
24602026-05-08T01:26:49.465Z Checking cookie v0.18.1
24612026-05-08T01:26:49.508Z Checking oxnet v0.1.4
24622026-05-08T01:26:49.688Z Checking tokio-native-tls v0.3.1
24632026-05-08T01:26:49.701Z Checking dtrace-parser v0.3.0
24642026-05-08T01:26:49.715Z Checking phf_shared v0.13.1
24652026-05-08T01:26:49.744Z Checking lazy_static v1.5.0
24662026-05-08T01:26:49.832Z Checking zerocopy v0.7.35
24672026-05-08T01:26:49.844Z Checking terminal_size v0.4.3
24682026-05-08T01:26:49.908Z Checking bzip2-sys v0.1.13+1.0.8
24692026-05-08T01:26:49.929Z Checking signal-hook v0.3.18
24702026-05-08T01:26:49.943Z Checking hkdf v0.12.4
24712026-05-08T01:26:49.946Z Checking crypto-bigint v0.5.5
24722026-05-08T01:26:49.966Z Checking thread-id v5.1.0
24732026-05-08T01:26:49.987Z Checking bitflags v1.3.2
24742026-05-08T01:26:50.041Z Checking clap_lex v1.0.0
24752026-05-08T01:26:50.057Z Checking foldhash v0.2.0
24762026-05-08T01:26:50.071Z Checking libbz2-rs-sys v0.2.2
24772026-05-08T01:26:50.114Z Checking winnow v0.5.40
24782026-05-08T01:26:50.190Z Checking winnow v0.7.14
24792026-05-08T01:26:50.207Z Checking managed v0.8.0
24802026-05-08T01:26:50.322Z Checking foldhash v0.1.5
24812026-05-08T01:26:50.371Z Checking hyper-rustls v0.27.7
24822026-05-08T01:26:50.394Z Compiling rayon-core v1.13.0
24832026-05-08T01:26:50.453Z Checking either v1.15.0
24842026-05-08T01:26:50.466Z Checking strsim v0.11.1
24852026-05-08T01:26:50.568Z Checking bumpalo v3.20.2
24862026-05-08T01:26:50.580Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872026-05-08T01:26:50.620Z Checking clap_builder v4.5.60
24882026-05-08T01:26:50.648Z Checking bzip2 v0.6.1
24892026-05-08T01:26:50.757Z Checking hashbrown v0.15.5
24902026-05-08T01:26:50.771Z Checking zopfli v0.8.3
24912026-05-08T01:26:50.811Z Checking smoltcp v0.9.1
24922026-05-08T01:26:50.838Z Checking dof v0.3.0
24932026-05-08T01:26:50.841Z Checking elliptic-curve v0.13.8
24942026-05-08T01:26:51.088Z Checking hyper-tls v0.6.0
24952026-05-08T01:26:51.136Z Checking hashbrown v0.16.1
24962026-05-08T01:26:51.148Z Checking signal-hook-mio v0.2.5
24972026-05-08T01:26:51.211Z Checking usdt-impl v0.6.0
24982026-05-08T01:26:51.247Z Checking bzip2 v0.4.4
24992026-05-08T01:26:51.258Z Checking toml_edit v0.19.15
25002026-05-08T01:26:51.269Z Checking num-bigint-dig v0.8.6
25012026-05-08T01:26:51.347Z Checking phf v0.13.1
25022026-05-08T01:26:51.404Z Checking cookie_store v0.22.1
25032026-05-08T01:26:51.489Z Checking zstd v0.13.3
25042026-05-08T01:26:51.492Z Checking postgres-types v0.2.12
25052026-05-08T01:26:51.625Z Checking dtrace-parser v0.2.0
25062026-05-08T01:26:51.628Z Checking rustls-platform-verifier v0.6.2
25072026-05-08T01:26:51.671Z Checking crossbeam-deque v0.8.6
25082026-05-08T01:26:51.726Z Checking regex v1.12.3
25092026-05-08T01:26:51.770Z Checking bstr v1.12.1
25102026-05-08T01:26:51.804Z Checking ed25519 v2.2.3
25112026-05-08T01:26:51.833Z Checking phf_shared v0.11.3
25122026-05-08T01:26:51.846Z Checking ref-cast v1.0.25
25132026-05-08T01:26:51.856Z Checking curve25519-dalek v4.1.3
25142026-05-08T01:26:51.938Z Checking strum v0.27.2
25152026-05-08T01:26:51.973Z Checking hubpack v0.1.2
25162026-05-08T01:26:51.984Z Checking memoffset v0.9.1
25172026-05-08T01:26:52.001Z Checking rustix v0.38.44
25182026-05-08T01:26:52.046Z Checking pkcs1 v0.7.5
25192026-05-08T01:26:52.059Z Checking float-cmp v0.10.0
25202026-05-08T01:26:52.062Z Checking erased-serde v0.3.31
25212026-05-08T01:26:52.134Z Checking serde-big-array v0.5.1
25222026-05-08T01:26:52.158Z Checking hex v0.4.3
25232026-05-08T01:26:52.181Z Checking rfc6979 v0.4.0
25242026-05-08T01:26:52.249Z Checking memmap2 v0.9.10
25252026-05-08T01:26:52.263Z Checking thread-id v4.2.2
25262026-05-08T01:26:52.273Z Checking env_filter v1.0.0
25272026-05-08T01:26:52.292Z Checking encoding_rs v0.8.35
25282026-05-08T01:26:52.336Z Checking predicates-core v1.0.10
25292026-05-08T01:26:52.377Z Checking rustc-hash v2.1.1
25302026-05-08T01:26:52.405Z Checking fixedbitset v0.5.7
25312026-05-08T01:26:52.417Z Checking toml_write v0.1.2
25322026-05-08T01:26:52.447Z Checking new_debug_unreachable v1.0.6
25332026-05-08T01:26:52.458Z Checking normalize-line-endings v0.3.0
25342026-05-08T01:26:52.486Z Checking mime v0.3.17
25352026-05-08T01:26:52.512Z Checking fixedbitset v0.4.2
25362026-05-08T01:26:52.541Z Checking whoami v2.1.0
25372026-05-08T01:26:52.584Z Checking difflib v0.4.0
25382026-05-08T01:26:52.612Z Checking jiff v0.2.21
25392026-05-08T01:26:52.651Z Checking unicode-segmentation v1.12.0
25402026-05-08T01:26:52.666Z Checking precomputed-hash v0.1.1
25412026-05-08T01:26:52.680Z Checking static_assertions v1.1.0
25422026-05-08T01:26:52.741Z Checking keccak v0.1.6
25432026-05-08T01:26:52.753Z Checking data-encoding v2.10.0
25442026-05-08T01:26:52.756Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25452026-05-08T01:26:52.776Z Checking predicates v3.1.4
25462026-05-08T01:26:52.825Z Checking crossterm v0.28.1
25472026-05-08T01:26:52.907Z Checking sha3 v0.10.8
25482026-05-08T01:26:52.970Z Checking similar v2.7.0
25492026-05-08T01:26:53.024Z Checking hickory-proto v0.25.2
25502026-05-08T01:26:53.081Z Checking string_cache v0.8.9
25512026-05-08T01:26:53.117Z Checking tokio-postgres v0.7.16
25522026-05-08T01:26:53.248Z Checking petgraph v0.6.5
25532026-05-08T01:26:53.273Z Checking reqwest v0.12.28
25542026-05-08T01:26:53.358Z Checking ed25519-dalek v2.2.0
25552026-05-08T01:26:53.549Z Checking petgraph v0.8.3
25562026-05-08T01:26:53.592Z Checking toml_edit v0.22.27
25572026-05-08T01:26:54.350Z Checking slog v2.8.2
25582026-05-08T01:26:54.470Z Checking env_logger v0.11.9
25592026-05-08T01:26:54.612Z Checking usdt v0.6.0
25602026-05-08T01:26:54.649Z Checking serde_with v3.17.0
25612026-05-08T01:26:54.661Z Checking usdt-impl v0.5.0
25622026-05-08T01:26:54.776Z Checking ecdsa v0.16.9
25632026-05-08T01:26:54.852Z Checking zip v4.6.1
25642026-05-08T01:26:54.937Z Checking toml v0.7.8
25652026-05-08T01:26:54.950Z Checking rsa v0.9.10
25662026-05-08T01:26:54.991Z Checking nix v0.31.2
25672026-05-08T01:26:55.117Z Checking clap v4.5.60
25682026-05-08T01:26:55.197Z Checking reqwest v0.13.2
25692026-05-08T01:26:55.234Z Checking zip v0.6.6
25702026-05-08T01:26:55.402Z Checking toml_parser v1.0.9+spec-1.1.0
25712026-05-08T01:26:55.431Z Checking itertools v0.13.0
25722026-05-08T01:26:55.442Z Checking strum v0.26.3
25732026-05-08T01:26:55.550Z Checking tokio-stream v0.1.18
25742026-05-08T01:26:55.562Z Checking fs-err v3.3.0
25752026-05-08T01:26:55.722Z Checking ahash v0.8.12
25762026-05-08T01:26:55.798Z Checking object v0.37.3
25772026-05-08T01:26:55.859Z Checking buf-list v1.1.2
25782026-05-08T01:26:55.914Z Checking anyhow v1.0.102
25792026-05-08T01:26:55.929Z Checking camino v1.2.2
25802026-05-08T01:26:55.965Z Checking x509-cert v0.2.5
25812026-05-08T01:26:56.036Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25822026-05-08T01:26:56.049Z Checking openapiv3 v2.2.0
25832026-05-08T01:26:56.052Z Checking toml_datetime v0.7.5+spec-1.1.0
25842026-05-08T01:26:56.106Z Checking sha1 v0.10.6
25852026-05-08T01:26:56.175Z Checking peg-runtime v0.8.5
25862026-05-08T01:26:56.244Z Checking lalrpop-util v0.19.12
25872026-05-08T01:26:56.265Z Checking rayon v1.11.0
25882026-05-08T01:26:56.293Z Checking sigpipe v0.1.3
25892026-05-08T01:26:56.314Z Checking glob v0.3.3
25902026-05-08T01:26:57.952Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25912026-05-08T01:26:58.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.52s
25922026-05-08T01:26:58.393Z
25932026-05-08T01:26:58.393Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25942026-05-08T01:26:58.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952026-05-08T01:26:58.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962026-05-08T01:26:58.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972026-05-08T01:26:58.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25982026-05-08T01:26:58.984Z
25992026-05-08T01:26:58.984Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26002026-05-08T01:26:59.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-05-08T01:26:59.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-05-08T01:26:59.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-05-08T01:26:59.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26042026-05-08T01:26:59.575Z
26052026-05-08T01:26:59.575Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26062026-05-08T01:27:00.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-05-08T01:27:00.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-05-08T01:27:00.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092026-05-08T01:27:00.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26102026-05-08T01:27:00.183Z
26112026-05-08T01:27:00.183Zinfo: running `cargo check --bins` on oxql-types (80/274)
26122026-05-08T01:27:00.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-08T01:27:00.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-08T01:27:00.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-08T01:27:00.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26162026-05-08T01:27:00.775Z
26172026-05-08T01:27:00.775Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26182026-05-08T01:27:01.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-08T01:27:01.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-08T01:27:01.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-08T01:27:01.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26222026-05-08T01:27:01.366Z
26232026-05-08T01:27:01.366Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26242026-05-08T01:27:01.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-08T01:27:01.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-08T01:27:01.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-08T01:27:01.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26282026-05-08T01:27:01.958Z
26292026-05-08T01:27:01.958Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26302026-05-08T01:27:02.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-08T01:27:02.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-08T01:27:02.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-08T01:27:02.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26342026-05-08T01:27:02.535Z
26352026-05-08T01:27:02.535Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26362026-05-08T01:27:03.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-08T01:27:03.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-08T01:27:03.218Z Compiling structmeta-derive v0.3.0
26392026-05-08T01:27:03.336Z Compiling rustls v0.22.4
26402026-05-08T01:27:03.342Z Compiling multer v3.1.0
26412026-05-08T01:27:03.350Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26422026-05-08T01:27:03.350Z Compiling async-stream-impl v0.3.6
26432026-05-08T01:27:03.369Z Compiling dropshot v0.17.0
26442026-05-08T01:27:03.385Z Compiling dropshot_endpoint v0.17.0
26452026-05-08T01:27:03.385Z Compiling newtype-uuid-macros v0.1.0
26462026-05-08T01:27:03.506Z Checking newtype-uuid v1.3.2
26472026-05-08T01:27:03.584Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26482026-05-08T01:27:03.626Z Checking rustls-webpki v0.102.8
26492026-05-08T01:27:03.707Z Checking daft v0.1.5
26502026-05-08T01:27:03.723Z Checking futures-executor v0.3.32
26512026-05-08T01:27:03.868Z Checking thread_local v1.1.9
26522026-05-08T01:27:03.929Z Checking match_cfg v0.1.0
26532026-05-08T01:27:03.945Z Checking compression-core v0.4.31
26542026-05-08T01:27:03.994Z Checking iddqd v0.3.18
26552026-05-08T01:27:04.013Z Checking hostname v0.3.1
26562026-05-08T01:27:04.033Z Checking futures v0.3.32
26572026-05-08T01:27:04.069Z Checking compression-codecs v0.4.37
26582026-05-08T01:27:04.098Z Checking crossbeam-channel v0.5.15
26592026-05-08T01:27:04.112Z Checking slog-json v2.6.1
26602026-05-08T01:27:04.127Z Checking serde_spanned v1.0.4
26612026-05-08T01:27:04.230Z Checking is-terminal v0.4.17
26622026-05-08T01:27:04.254Z Checking toml_datetime v1.0.0+spec-1.1.0
26632026-05-08T01:27:04.267Z Checking debug-ignore v1.0.5
26642026-05-08T01:27:04.319Z Checking toml_writer v1.0.6+spec-1.1.0
26652026-05-08T01:27:04.363Z Checking take_mut v0.2.2
26662026-05-08T01:27:04.401Z Compiling structmeta v0.3.0
26672026-05-08T01:27:04.426Z Checking term v1.2.1
26682026-05-08T01:27:04.451Z Checking slog-bunyan v2.5.0
26692026-05-08T01:27:04.464Z Checking slog-async v2.8.0
26702026-05-08T01:27:04.494Z Checking toml v1.0.6+spec-1.1.0
26712026-05-08T01:27:04.562Z Checking async-compression v0.4.41
26722026-05-08T01:27:04.609Z Compiling derive-ex v0.1.8
26732026-05-08T01:27:04.629Z Compiling parse-display-derive v0.10.0
26742026-05-08T01:27:04.646Z Checking slog-term v2.9.2
26752026-05-08T01:27:04.804Z Checking async-stream v0.3.6
26762026-05-08T01:27:04.848Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-08T01:27:04.904Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-08T01:27:04.922Z Checking progenitor-client v0.14.0
26792026-05-08T01:27:04.936Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26802026-05-08T01:27:05.066Z Checking waitgroup v0.1.2
26812026-05-08T01:27:05.079Z Checking backon v1.6.0
26822026-05-08T01:27:05.141Z Checking rustls-pemfile v2.2.0
26832026-05-08T01:27:05.166Z Checking serde_path_to_error v0.1.20
26842026-05-08T01:27:05.225Z Checking hostname v0.4.2
26852026-05-08T01:27:05.242Z Checking instant v0.1.13
26862026-05-08T01:27:05.334Z Checking backoff v0.4.0
26872026-05-08T01:27:05.452Z Checking tokio-rustls v0.25.0
26882026-05-08T01:27:05.474Z Checking progenitor-extras v0.2.0
26892026-05-08T01:27:05.490Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26902026-05-08T01:27:05.504Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26912026-05-08T01:27:05.691Z Checking progenitor-client v0.10.0
26922026-05-08T01:27:05.705Z Checking itertools v0.14.0
26932026-05-08T01:27:05.861Z Checking regress v0.10.5
26942026-05-08T01:27:05.912Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26952026-05-08T01:27:06.128Z Checking macaddr v1.0.1
26962026-05-08T01:27:06.270Z Compiling test-strategy v0.4.5
26972026-05-08T01:27:06.295Z Checking parse-display v0.10.0
26982026-05-08T01:27:07.432Z Compiling prettyplease v0.2.37
26992026-05-08T01:27:07.770Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-05-08T01:27:07.932Z Checking num-rational v0.4.2
27012026-05-08T01:27:08.160Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022026-05-08T01:27:08.386Z Checking num-complex v0.4.6
27032026-05-08T01:27:08.982Z Checking num v0.4.3
27042026-05-08T01:27:09.055Z Compiling usdt-attr-macro v0.5.0
27052026-05-08T01:27:09.067Z Compiling usdt-macro v0.5.0
27062026-05-08T01:27:09.210Z Checking memmap v0.7.0
27072026-05-08T01:27:09.267Z Compiling float-ord v0.3.2
27082026-05-08T01:27:09.345Z Compiling convert_case v0.4.0
27092026-05-08T01:27:09.381Z Checking unicode-width v0.2.0
27102026-05-08T01:27:09.644Z Checking console v0.15.11
27112026-05-08T01:27:09.730Z Compiling derive_more v0.99.20
27122026-05-08T01:27:09.789Z Checking newline-converter v0.3.0
27132026-05-08T01:27:09.836Z Checking usdt v0.5.0
27142026-05-08T01:27:09.900Z Checking atomicwrites v0.4.4
27152026-05-08T01:27:09.920Z Compiling toml v0.8.23
27162026-05-08T01:27:10.003Z Compiling minimal-lexical v0.2.1
27172026-05-08T01:27:10.030Z Checking linked-hash-map v0.5.6
27182026-05-08T01:27:10.201Z Checking lru-cache v0.1.2
27192026-05-08T01:27:10.257Z Compiling nom v7.1.3
27202026-05-08T01:27:10.319Z Checking expectorate v1.2.0
27212026-05-08T01:27:10.882Z Checking camino-tempfile v1.4.1
27222026-05-08T01:27:11.046Z Checking hickory-proto v0.24.4
27232026-05-08T01:27:11.049Z Checking phf_shared v0.12.1
27242026-05-08T01:27:11.203Z Compiling slog-dtrace v0.3.0
27252026-05-08T01:27:11.328Z Checking heck v0.5.0
27262026-05-08T01:27:11.404Z Checking resolv-conf v0.7.6
27272026-05-08T01:27:11.458Z Compiling chrono-tz v0.10.4
27282026-05-08T01:27:11.578Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27292026-05-08T01:27:11.592Z Compiling const_format_proc_macros v0.2.34
27302026-05-08T01:27:11.708Z Checking phf v0.12.1
27312026-05-08T01:27:11.722Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27322026-05-08T01:27:11.851Z Checking tokio-dtrace v0.1.1
27332026-05-08T01:27:12.036Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27342026-05-08T01:27:12.050Z Compiling derive-where v1.6.0
27352026-05-08T01:27:12.247Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27362026-05-08T01:27:12.558Z Checking highway v1.3.0
27372026-05-08T01:27:12.821Z Checking const_format v0.2.35
27382026-05-08T01:27:12.909Z Checking hickory-resolver v0.24.4
27392026-05-08T01:27:13.059Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-05-08T01:27:13.119Z Checking oxide-tokio-rt v0.1.4
27412026-05-08T01:27:13.275Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27422026-05-08T01:27:13.470Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27432026-05-08T01:27:13.486Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27442026-05-08T01:27:13.553Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27452026-05-08T01:27:13.647Z Checking gethostname v0.5.0
27462026-05-08T01:27:13.658Z Checking qorb v0.4.1
27472026-05-08T01:27:13.673Z Checking bcs v0.1.6
27482026-05-08T01:27:13.687Z Compiling async-recursion v1.1.1
27492026-05-08T01:27:13.734Z Checking termtree v0.5.1
27502026-05-08T01:27:16.945Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27512026-05-08T01:27:19.510Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27522026-05-08T01:27:21.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
27532026-05-08T01:27:21.764Z
27542026-05-08T01:27:21.764Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27552026-05-08T01:27:22.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-05-08T01:27:22.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-05-08T01:27:22.420Z Compiling ar_archive_writer v0.5.1
27582026-05-08T01:27:22.531Z Compiling stacker v0.1.23
27592026-05-08T01:27:22.537Z Compiling cfg_aliases v0.1.1
27602026-05-08T01:27:22.544Z Compiling convert_case v0.10.0
27612026-05-08T01:27:22.549Z Checking unicode-width v0.1.14
27622026-05-08T01:27:22.553Z Compiling proc-macro-error v1.0.4
27632026-05-08T01:27:22.553Z Checking fd-lock v4.0.4
27642026-05-08T01:27:22.553Z Checking nibble_vec v0.1.0
27652026-05-08T01:27:22.620Z Compiling nix v0.28.0
27662026-05-08T01:27:22.683Z Checking vte v0.14.1
27672026-05-08T01:27:22.701Z Compiling recursive-proc-macro-impl v0.1.1
27682026-05-08T01:27:22.801Z Checking bytecount v0.6.9
27692026-05-08T01:27:22.834Z Checking endian-type v0.1.2
27702026-05-08T01:27:22.850Z Compiling derive_more-impl v2.1.1
27712026-05-08T01:27:22.862Z Checking strip-ansi-escapes v0.2.1
27722026-05-08T01:27:22.897Z Compiling tabled_derive v0.7.0
27732026-05-08T01:27:22.909Z Checking papergrid v0.11.0
27742026-05-08T01:27:22.955Z Checking radix_trie v0.2.1
27752026-05-08T01:27:22.969Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762026-05-08T01:27:23.113Z Compiling peg-macros v0.8.5
27772026-05-08T01:27:23.164Z Checking winnow v0.6.26
27782026-05-08T01:27:23.407Z Compiling psm v0.1.30
27792026-05-08T01:27:23.446Z Compiling sqlparser_derive v0.5.0
27802026-05-08T01:27:23.527Z Checking home v0.5.12
27812026-05-08T01:27:23.650Z Checking nu-ansi-term v0.50.3
27822026-05-08T01:27:23.665Z Checking derive_more v2.1.1
27832026-05-08T01:27:23.741Z Checking unicode_categories v0.1.1
27842026-05-08T01:27:23.864Z Checking reedline v0.40.0
27852026-05-08T01:27:23.876Z Checking tabled v0.15.0
27862026-05-08T01:27:23.897Z Checking crossterm v0.29.0
27872026-05-08T01:27:23.922Z Checking rustyline v14.0.0
27882026-05-08T01:27:24.182Z Checking recursive v0.1.1
27892026-05-08T01:27:24.228Z Checking display-error-chain v0.2.2
27902026-05-08T01:27:24.280Z Checking sqlparser v0.61.0
27912026-05-08T01:27:24.310Z Checking sqlformat v0.3.5
27922026-05-08T01:27:24.474Z Checking peg v0.8.5
27932026-05-08T01:27:35.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
27942026-05-08T01:27:35.627Z
27952026-05-08T01:27:35.627Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27962026-05-08T01:27:36.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-05-08T01:27:36.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-05-08T01:27:36.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-08T01:27:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28002026-05-08T01:27:42.651Z
28012026-05-08T01:27:42.651Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28022026-05-08T01:27:42.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-08T01:27:42.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-08T01:27:42.651Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-05-08T01:27:42.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28062026-05-08T01:27:43.176Z
28072026-05-08T01:27:43.176Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28082026-05-08T01:27:43.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-05-08T01:27:43.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-05-08T01:27:43.837Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-08T01:27:47.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28122026-05-08T01:27:47.230Z
28132026-05-08T01:27:47.230Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28142026-05-08T01:27:47.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-08T01:27:47.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-08T01:27:47.907Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-08T01:27:51.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28182026-05-08T01:27:51.340Z
28192026-05-08T01:27:51.340Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28202026-05-08T01:27:51.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-08T01:27:51.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-08T01:27:52.002Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-08T01:27:54.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28242026-05-08T01:27:54.795Z
28252026-05-08T01:27:54.795Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28262026-05-08T01:27:55.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-08T01:27:55.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-08T01:27:55.463Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-08T01:27:58.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28302026-05-08T01:27:58.240Z
28312026-05-08T01:27:58.240Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28322026-05-08T01:27:58.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-08T01:27:58.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-08T01:27:58.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-08T01:28:02.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28362026-05-08T01:28:02.473Z
28372026-05-08T01:28:02.473Zinfo: running `cargo check --bins` on oximeter (93/274)
28382026-05-08T01:28:02.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-08T01:28:02.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-08T01:28:02.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-05-08T01:28:02.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28422026-05-08T01:28:03.070Z
28432026-05-08T01:28:03.070Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28442026-05-08T01:28:03.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-08T01:28:03.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-08T01:28:03.693Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28472026-05-08T01:28:03.855Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28482026-05-08T01:28:03.855Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28492026-05-08T01:28:04.191Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28502026-05-08T01:28:07.068Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28512026-05-08T01:28:08.276Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522026-05-08T01:28:08.441Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28532026-05-08T01:28:09.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28542026-05-08T01:28:09.289Z
28552026-05-08T01:28:09.290Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28562026-05-08T01:28:09.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-08T01:28:09.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-08T01:28:09.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-08T01:28:09.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28602026-05-08T01:28:09.887Z
28612026-05-08T01:28:09.887Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28622026-05-08T01:28:10.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-08T01:28:10.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-08T01:28:10.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-08T01:28:10.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28662026-05-08T01:28:10.521Z
28672026-05-08T01:28:10.521Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28682026-05-08T01:28:11.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-08T01:28:11.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-08T01:28:11.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-08T01:28:11.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-05-08T01:28:11.121Z
28732026-05-08T01:28:11.121Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28742026-05-08T01:28:11.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-08T01:28:11.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-08T01:28:11.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-08T01:28:11.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-08T01:28:11.718Z
28792026-05-08T01:28:11.718Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28802026-05-08T01:28:12.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-08T01:28:12.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-08T01:28:12.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-08T01:28:12.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-08T01:28:12.316Z
28852026-05-08T01:28:12.316Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28862026-05-08T01:28:12.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-08T01:28:12.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-08T01:28:12.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-08T01:28:12.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28902026-05-08T01:28:12.922Z
28912026-05-08T01:28:12.922Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28922026-05-08T01:28:13.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-08T01:28:13.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-08T01:28:13.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-08T01:28:13.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28962026-05-08T01:28:13.492Z
28972026-05-08T01:28:13.492Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28982026-05-08T01:28:13.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-08T01:28:14.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-08T01:28:14.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-08T01:28:14.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-05-08T01:28:14.091Z
29032026-05-08T01:28:14.091Zinfo: running `cargo check --bins` on update-engine (103/274)
29042026-05-08T01:28:14.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-08T01:28:14.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-08T01:28:14.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-08T01:28:14.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29082026-05-08T01:28:14.672Z
29092026-05-08T01:28:14.672Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29102026-05-08T01:28:15.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-08T01:28:15.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-08T01:28:15.379Z Compiling crucible-workspace-hack v0.1.0
29132026-05-08T01:28:15.499Z Checking secrecy v0.10.3
29142026-05-08T01:28:15.504Z Compiling heapless v0.8.0
29152026-05-08T01:28:15.511Z Compiling ingot-macros v0.1.1
29162026-05-08T01:28:15.521Z Compiling toml_edit v0.23.10+spec-1.0.0
29172026-05-08T01:28:15.534Z Checking hash32 v0.3.1
29182026-05-08T01:28:15.541Z Compiling smoltcp v0.11.0
29192026-05-08T01:28:15.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29202026-05-08T01:28:15.601Z Checking cobs v0.3.0
29212026-05-08T01:28:15.646Z Compiling thiserror-impl-no-std v2.0.2
29222026-05-08T01:28:15.750Z Checking universal-hash v0.5.1
29232026-05-08T01:28:15.755Z Checking half v2.7.1
29242026-05-08T01:28:15.772Z Checking opaque-debug v0.3.1
29252026-05-08T01:28:15.852Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29262026-05-08T01:28:15.868Z Checking ciborium-io v0.2.2
29272026-05-08T01:28:15.959Z Checking poly1305 v0.8.0
29282026-05-08T01:28:15.977Z Checking postcard v1.1.3
29292026-05-08T01:28:16.015Z Checking ciborium-ll v0.2.2
29302026-05-08T01:28:16.050Z Compiling proc-macro-crate v3.4.0
29312026-05-08T01:28:16.161Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29322026-05-08T01:28:16.191Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29332026-05-08T01:28:16.239Z Checking password-hash v0.5.0
29342026-05-08T01:28:16.449Z Checking chacha20 v0.9.1
29352026-05-08T01:28:16.468Z Compiling proc-macro-crate v1.3.1
29362026-05-08T01:28:16.471Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29372026-05-08T01:28:16.569Z Checking blake2 v0.10.6
29382026-05-08T01:28:16.600Z Compiling num_enum_derive v0.7.5
29392026-05-08T01:28:16.643Z Checking aead v0.5.2
29402026-05-08T01:28:16.717Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-08T01:28:16.785Z Compiling foreign-types-macros v0.2.3
29422026-05-08T01:28:16.810Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29432026-05-08T01:28:16.838Z Checking thiserror-no-std v2.0.2
29442026-05-08T01:28:16.876Z Checking foreign-types-shared v0.3.1
29452026-05-08T01:28:16.925Z Checking cpufeatures v0.3.0
29462026-05-08T01:28:16.951Z Checking vsss-rs v3.3.4
29472026-05-08T01:28:16.967Z Compiling num_enum_derive v0.5.11
29482026-05-08T01:28:17.009Z Checking chacha20 v0.10.0
29492026-05-08T01:28:17.042Z Checking argon2 v0.5.3
29502026-05-08T01:28:17.217Z Checking chacha20poly1305 v0.10.1
29512026-05-08T01:28:17.357Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29522026-05-08T01:28:17.368Z Checking foreign-types v0.5.0
29532026-05-08T01:28:17.382Z Checking ciborium v0.2.2
29542026-05-08T01:28:17.557Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29552026-05-08T01:28:17.611Z Checking tabwriter v1.4.1
29562026-05-08T01:28:17.656Z Checking num_enum v0.7.5
29572026-05-08T01:28:17.760Z Checking byte-wrapper v0.1.0
29582026-05-08T01:28:17.776Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29592026-05-08T01:28:17.822Z Checking cstr-argument v0.1.2
29602026-05-08T01:28:17.871Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29612026-05-08T01:28:17.944Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29622026-05-08T01:28:17.971Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29632026-05-08T01:28:17.988Z Checking num_enum v0.5.11
29642026-05-08T01:28:18.062Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29652026-05-08T01:28:18.109Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29662026-05-08T01:28:18.148Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-05-08T01:28:18.199Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29682026-05-08T01:28:18.278Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29692026-05-08T01:28:18.307Z Checking rand v0.10.0
29702026-05-08T01:28:18.320Z Checking ingot-types v0.1.2
29712026-05-08T01:28:18.333Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29722026-05-08T01:28:18.337Z Checking indent_write v2.2.0
29732026-05-08T01:28:18.474Z Checking colored v3.1.1
29742026-05-08T01:28:18.489Z Compiling zone_cfg_derive v0.3.1
29752026-05-08T01:28:18.600Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29762026-05-08T01:28:18.645Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-08T01:28:18.680Z Checking ingot v0.1.1
29782026-05-08T01:28:18.691Z Checking itertools v0.12.1
29792026-05-08T01:28:18.779Z Compiling num-derive v0.4.2
29802026-05-08T01:28:18.807Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-05-08T01:28:18.821Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29822026-05-08T01:28:18.908Z Checking swrite v0.1.0
29832026-05-08T01:28:18.998Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29842026-05-08T01:28:19.038Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-08T01:28:19.163Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29862026-05-08T01:28:19.178Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29872026-05-08T01:28:19.192Z Checking dropshot-api-manager-types v0.7.1
29882026-05-08T01:28:19.274Z Checking smf v0.2.3
29892026-05-08T01:28:19.302Z Checking nanorand v0.7.0
29902026-05-08T01:28:19.369Z Checking whoami v1.6.1
29912026-05-08T01:28:19.479Z Checking flume v0.11.1
29922026-05-08T01:28:19.506Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-05-08T01:28:19.705Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29942026-05-08T01:28:19.711Z Checking zone v0.3.1
29952026-05-08T01:28:20.215Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29962026-05-08T01:28:21.186Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T01:28:22.060Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-08T01:28:25.089Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29992026-05-08T01:28:27.179Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30002026-05-08T01:28:28.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30012026-05-08T01:28:28.411Z
30022026-05-08T01:28:28.411Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30032026-05-08T01:28:28.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-05-08T01:28:28.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-05-08T01:28:28.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-05-08T01:28:28.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30072026-05-08T01:28:29.018Z
30082026-05-08T01:28:29.018Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30092026-05-08T01:28:29.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-05-08T01:28:29.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-05-08T01:28:29.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-05-08T01:28:29.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30132026-05-08T01:28:29.621Z
30142026-05-08T01:28:29.621Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30152026-05-08T01:28:30.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-05-08T01:28:30.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-05-08T01:28:30.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-05-08T01:28:30.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30192026-05-08T01:28:30.235Z
30202026-05-08T01:28:30.235Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30212026-05-08T01:28:30.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-08T01:28:30.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-08T01:28:30.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-08T01:28:30.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30252026-05-08T01:28:30.842Z
30262026-05-08T01:28:30.842Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30272026-05-08T01:28:31.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-08T01:28:31.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-08T01:28:31.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-08T01:28:31.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-08T01:28:31.444Z
30322026-05-08T01:28:31.444Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30332026-05-08T01:28:31.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-08T01:28:31.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-08T01:28:31.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-08T01:28:31.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30372026-05-08T01:28:32.043Z
30382026-05-08T01:28:32.043Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30392026-05-08T01:28:35.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-08T01:28:35.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-08T01:28:35.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-08T01:28:35.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-05-08T01:28:35.996Z
30442026-05-08T01:28:35.996Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30452026-05-08T01:28:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-08T01:28:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-08T01:28:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-08T01:28:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30492026-05-08T01:28:35.996Z
30502026-05-08T01:28:35.996Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30512026-05-08T01:28:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-08T01:28:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-08T01:28:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-08T01:28:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-08T01:28:35.996Z
30562026-05-08T01:28:35.996Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30572026-05-08T01:28:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-08T01:28:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-08T01:28:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-08T01:28:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-05-08T01:28:35.996Z
30622026-05-08T01:28:35.996Zinfo: running `cargo check --bins` on installinator-client (115/274)
30632026-05-08T01:28:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-08T01:28:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-08T01:28:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-08T01:28:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-08T01:28:35.996Z
30682026-05-08T01:28:35.996Zinfo: running `cargo check --bins` on nexus-client (116/274)
30692026-05-08T01:28:35.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-08T01:28:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-08T01:28:35.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-08T01:28:35.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30732026-05-08T01:28:35.996Z
30742026-05-08T01:28:35.996Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30752026-05-08T01:28:36.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-08T01:28:36.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-08T01:28:36.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-08T01:28:36.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30792026-05-08T01:28:36.321Z
30802026-05-08T01:28:36.321Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30812026-05-08T01:28:36.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-08T01:28:36.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-08T01:28:36.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-08T01:28:36.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-05-08T01:28:36.908Z
30862026-05-08T01:28:36.908Zinfo: running `cargo check --bins` on oxide-client (119/274)
30872026-05-08T01:28:37.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-08T01:28:37.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-08T01:28:37.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-08T01:28:37.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30912026-05-08T01:28:37.498Z
30922026-05-08T01:28:37.498Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30932026-05-08T01:28:38.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-08T01:28:38.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-08T01:28:38.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-08T01:28:38.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-08T01:28:38.100Z
30982026-05-08T01:28:38.100Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30992026-05-08T01:28:38.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-08T01:28:38.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-08T01:28:38.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-08T01:28:38.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31032026-05-08T01:28:38.690Z
31042026-05-08T01:28:38.690Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31052026-05-08T01:28:39.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-08T01:28:39.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-08T01:28:39.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-08T01:28:39.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-05-08T01:28:39.300Z
31102026-05-08T01:28:39.300Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31112026-05-08T01:28:39.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-08T01:28:39.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-08T01:28:39.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-08T01:28:39.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31152026-05-08T01:28:39.927Z
31162026-05-08T01:28:39.927Zinfo: running `cargo check --bins` on installinator-common (124/274)
31172026-05-08T01:28:40.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-08T01:28:40.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-08T01:28:40.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-08T01:28:40.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31212026-05-08T01:28:40.543Z
31222026-05-08T01:28:40.543Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31232026-05-08T01:28:41.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-08T01:28:41.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-08T01:28:41.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-08T01:28:41.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-08T01:28:41.131Z
31282026-05-08T01:28:41.131Zinfo: running `cargo check --bins` on wicket-common (126/274)
31292026-05-08T01:28:41.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-08T01:28:41.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-08T01:28:41.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-08T01:28:41.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31332026-05-08T01:28:41.746Z
31342026-05-08T01:28:41.746Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31352026-05-08T01:28:42.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-08T01:28:42.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-08T01:28:42.432Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382026-05-08T01:28:42.546Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-05-08T01:28:42.554Z Checking csv-core v0.1.13
31402026-05-08T01:28:42.561Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31412026-05-08T01:28:42.568Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31422026-05-08T01:28:42.578Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31432026-05-08T01:28:42.589Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-05-08T01:28:42.601Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-08T01:28:42.707Z Checking csv v1.4.0
31462026-05-08T01:28:42.725Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31472026-05-08T01:28:42.784Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-05-08T01:28:42.807Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-05-08T01:28:43.036Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31502026-05-08T01:28:43.396Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-05-08T01:28:43.400Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-08T01:28:43.744Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31532026-05-08T01:28:49.430Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-05-08T01:28:49.957Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-08T01:28:52.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.54s
31562026-05-08T01:28:52.488Z
31572026-05-08T01:28:52.488Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31582026-05-08T01:28:52.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-08T01:28:53.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-08T01:28:53.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-08T01:28:53.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31622026-05-08T01:28:53.093Z
31632026-05-08T01:28:53.093Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31642026-05-08T01:28:53.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T01:28:53.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T01:28:53.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T01:28:53.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31682026-05-08T01:28:53.781Z
31692026-05-08T01:28:53.781Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31702026-05-08T01:28:54.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T01:28:54.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T01:28:54.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T01:28:54.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31742026-05-08T01:28:54.473Z
31752026-05-08T01:28:54.473Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31762026-05-08T01:28:55.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T01:28:55.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T01:28:55.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-08T01:28:55.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31802026-05-08T01:28:55.128Z
31812026-05-08T01:28:55.128Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31822026-05-08T01:28:55.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-08T01:28:55.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-08T01:28:55.891Z Compiling regress v0.11.1
31852026-05-08T01:28:56.028Z Compiling unsafe-libyaml v0.2.11
31862026-05-08T01:28:56.041Z Compiling radium v0.7.0
31872026-05-08T01:28:56.041Z Compiling semver v0.1.20
31882026-05-08T01:28:56.066Z Compiling pin-project-internal v1.1.11
31892026-05-08T01:28:56.070Z Compiling maybe-uninit v2.0.0
31902026-05-08T01:28:56.090Z Checking tap v1.0.1
31912026-05-08T01:28:56.194Z Checking wyz v0.5.1
31922026-05-08T01:28:56.306Z Compiling rustc_version v0.1.7
31932026-05-08T01:28:56.373Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31942026-05-08T01:28:56.393Z Checking progenitor-client v0.13.0
31952026-05-08T01:28:56.493Z Compiling snafu-derive v0.8.9
31962026-05-08T01:28:56.524Z Compiling serde_yaml v0.9.34+deprecated
31972026-05-08T01:28:56.622Z Compiling newtype_derive v0.1.6
31982026-05-08T01:28:56.749Z Compiling zerocopy-derive v0.6.6
31992026-05-08T01:28:56.807Z Checking same-file v1.0.6
32002026-05-08T01:28:56.964Z Compiling cancel-safe-futures v0.1.5
32012026-05-08T01:28:57.176Z Checking pin-project v1.1.11
32022026-05-08T01:28:57.190Z Checking funty v2.0.0
32032026-05-08T01:28:57.276Z Compiling packed_struct v0.10.1
32042026-05-08T01:28:57.456Z Checking typify-impl v0.6.2
32052026-05-08T01:28:57.507Z Checking crc-catalog v2.4.0
32062026-05-08T01:28:57.526Z Compiling owo-colors v4.3.0
32072026-05-08T01:28:57.621Z Checking crc v3.4.0
32082026-05-08T01:28:57.802Z Checking zerocopy v0.6.6
32092026-05-08T01:28:57.931Z Checking bitvec v1.0.1
32102026-05-08T01:28:57.971Z Checking walkdir v2.5.0
32112026-05-08T01:28:58.105Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-05-08T01:28:58.120Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32132026-05-08T01:28:58.139Z Checking globset v0.4.18
32142026-05-08T01:28:58.409Z Checking olpc-cjson v0.1.4
32152026-05-08T01:28:58.442Z Checking snafu v0.8.9
32162026-05-08T01:28:58.468Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-08T01:28:58.548Z Checking pem v3.0.6
32182026-05-08T01:28:58.638Z Compiling packed_struct_codegen v0.10.1
32192026-05-08T01:28:58.654Z Checking libsw-core v0.3.2
32202026-05-08T01:28:58.689Z Checking serde_plain v1.0.2
32212026-05-08T01:28:58.708Z Compiling bitfield-macros v0.19.4
32222026-05-08T01:28:58.723Z Compiling indexmap v1.9.3
32232026-05-08T01:28:58.798Z Checking nodrop v0.1.14
32242026-05-08T01:28:58.834Z Checking typed-path v0.9.3
32252026-05-08T01:28:58.892Z Checking array-init v0.0.4
32262026-05-08T01:28:58.939Z Checking libsw v3.5.0
32272026-05-08T01:28:59.095Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-05-08T01:28:59.193Z Checking smallvec v0.6.14
32292026-05-08T01:28:59.256Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-08T01:28:59.385Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-05-08T01:28:59.410Z Checking bitfield v0.19.4
32322026-05-08T01:28:59.549Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32332026-05-08T01:28:59.567Z Checking hashbrown v0.12.3
32342026-05-08T01:28:59.614Z Checking tough v0.20.0
32352026-05-08T01:28:59.665Z Checking linear-map v1.2.0
32362026-05-08T01:28:59.680Z Checking unicode-linebreak v0.1.5
32372026-05-08T01:28:59.695Z Checking smawk v0.3.2
32382026-05-08T01:28:59.822Z Checking base64 v0.21.7
32392026-05-08T01:28:59.836Z Checking tagptr v0.2.0
32402026-05-08T01:28:59.888Z Checking textwrap v0.16.2
32412026-05-08T01:28:59.977Z Checking moka v0.12.13
32422026-05-08T01:29:00.056Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32432026-05-08T01:29:00.071Z Checking ron v0.8.1
32442026-05-08T01:29:00.103Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32452026-05-08T01:29:00.309Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-05-08T01:29:00.486Z Checking serde-hex v0.1.0
32472026-05-08T01:29:00.587Z Checking steno v0.4.1
32482026-05-08T01:29:00.609Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32492026-05-08T01:29:00.754Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32502026-05-08T01:29:00.772Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-08T01:29:00.908Z Checking hashbrown v0.13.2
32522026-05-08T01:29:01.311Z Checking humantime v2.3.0
32532026-05-08T01:29:01.326Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32542026-05-08T01:29:01.351Z Checking crc-any v2.5.0
32552026-05-08T01:29:01.496Z Checking object v0.30.4
32562026-05-08T01:29:01.534Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-08T01:29:01.552Z Checking hickory-resolver v0.25.2
32582026-05-08T01:29:01.567Z Checking path-slash v0.1.5
32592026-05-08T01:29:01.588Z Checking utf-8 v0.7.6
32602026-05-08T01:29:01.673Z Checking half v1.8.3
32612026-05-08T01:29:01.697Z Checking void v1.0.2
32622026-05-08T01:29:01.723Z Checking tungstenite v0.23.0
32632026-05-08T01:29:01.805Z Checking lzss v0.8.2
32642026-05-08T01:29:01.870Z Checking serde_cbor v0.11.2
32652026-05-08T01:29:01.996Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32662026-05-08T01:29:02.102Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32672026-05-08T01:29:02.117Z Compiling typify-macro v0.6.2
32682026-05-08T01:29:02.137Z Checking nix v0.27.1
32692026-05-08T01:29:02.154Z Checking kstat-rs v0.2.4
32702026-05-08T01:29:02.252Z Checking fxhash v0.2.1
32712026-05-08T01:29:02.267Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-05-08T01:29:02.333Z Checking serde_bytes v0.11.19
32732026-05-08T01:29:02.350Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32742026-05-08T01:29:02.372Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32752026-05-08T01:29:02.507Z Checking tokio-tungstenite v0.23.1
32762026-05-08T01:29:02.679Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32772026-05-08T01:29:02.695Z Checking signal-hook-tokio v0.3.1
32782026-05-08T01:29:03.547Z Compiling typify v0.6.2
32792026-05-08T01:29:03.637Z Compiling progenitor-impl v0.13.0
32802026-05-08T01:29:03.637Z Compiling progenitor-impl v0.14.0
32812026-05-08T01:29:03.698Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-05-08T01:29:04.605Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32832026-05-08T01:29:04.926Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32842026-05-08T01:29:05.232Z Compiling progenitor-macro v0.14.0
32852026-05-08T01:29:05.246Z Compiling progenitor-macro v0.13.0
32862026-05-08T01:29:07.780Z Checking progenitor v0.14.0
32872026-05-08T01:29:07.876Z Checking progenitor v0.13.0
32882026-05-08T01:29:07.899Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32892026-05-08T01:29:07.993Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-08T01:29:10.980Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32912026-05-08T01:29:18.541Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-05-08T01:29:24.771Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-05-08T01:29:26.138Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32942026-05-08T01:29:26.637Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-05-08T01:29:28.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.58s
32962026-05-08T01:29:28.919Z
32972026-05-08T01:29:28.919Zinfo: running `cargo check --bins` on gateway-api (133/274)
32982026-05-08T01:29:29.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-05-08T01:29:29.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-05-08T01:29:29.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-05-08T01:29:29.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33022026-05-08T01:29:29.514Z
33032026-05-08T01:29:29.514Zinfo: running `cargo check --bins` on ipcc (134/274)
33042026-05-08T01:29:30.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-05-08T01:29:30.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-05-08T01:29:30.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-05-08T01:29:30.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33082026-05-08T01:29:30.116Z
33092026-05-08T01:29:30.116Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33102026-05-08T01:29:30.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-05-08T01:29:30.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-05-08T01:29:30.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-05-08T01:29:30.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33142026-05-08T01:29:30.702Z
33152026-05-08T01:29:30.702Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33162026-05-08T01:29:31.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-08T01:29:31.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-08T01:29:31.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-08T01:29:31.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33202026-05-08T01:29:31.306Z
33212026-05-08T01:29:31.306Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33222026-05-08T01:29:31.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-08T01:29:31.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-08T01:29:31.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-08T01:29:31.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33262026-05-08T01:29:31.910Z
33272026-05-08T01:29:31.910Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33282026-05-08T01:29:32.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-08T01:29:32.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-08T01:29:32.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-08T01:29:32.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33322026-05-08T01:29:32.514Z
33332026-05-08T01:29:32.514Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33342026-05-08T01:29:33.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-08T01:29:33.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-08T01:29:33.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-08T01:29:33.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-05-08T01:29:33.120Z
33392026-05-08T01:29:33.120Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33402026-05-08T01:29:33.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-08T01:29:33.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-08T01:29:33.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-08T01:29:33.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33442026-05-08T01:29:33.726Z
33452026-05-08T01:29:33.726Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33462026-05-08T01:29:34.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-08T01:29:34.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-08T01:29:34.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-08T01:29:34.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-08T01:29:34.329Z
33512026-05-08T01:29:34.329Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33522026-05-08T01:29:34.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-08T01:29:34.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-08T01:29:34.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-08T01:29:34.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-08T01:29:34.937Z
33572026-05-08T01:29:34.937Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33582026-05-08T01:29:35.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-08T01:29:35.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-08T01:29:35.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-08T01:29:35.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-08T01:29:35.543Z
33632026-05-08T01:29:35.543Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33642026-05-08T01:29:36.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-08T01:29:36.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-08T01:29:36.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-08T01:29:36.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-08T01:29:36.145Z
33692026-05-08T01:29:36.145Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33702026-05-08T01:29:36.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-08T01:29:36.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-08T01:29:36.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-08T01:29:36.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-08T01:29:36.748Z
33752026-05-08T01:29:36.748Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33762026-05-08T01:29:37.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-08T01:29:37.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-08T01:29:37.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-08T01:29:37.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-08T01:29:37.351Z
33812026-05-08T01:29:37.351Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33822026-05-08T01:29:37.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-08T01:29:37.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-08T01:29:37.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-08T01:29:37.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-08T01:29:37.958Z
33872026-05-08T01:29:37.958Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33882026-05-08T01:29:38.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-08T01:29:38.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-08T01:29:38.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-08T01:29:38.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-08T01:29:38.566Z
33932026-05-08T01:29:38.566Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33942026-05-08T01:29:39.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-08T01:29:39.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-08T01:29:39.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-08T01:29:39.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-08T01:29:39.175Z
33992026-05-08T01:29:39.175Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34002026-05-08T01:29:39.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-08T01:29:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-08T01:29:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-08T01:29:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-08T01:29:39.784Z
34052026-05-08T01:29:39.784Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34062026-05-08T01:29:40.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-08T01:29:40.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-08T01:29:40.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-08T01:29:40.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-08T01:29:40.393Z
34112026-05-08T01:29:40.393Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34122026-05-08T01:29:40.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-08T01:29:40.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-08T01:29:40.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-08T01:29:40.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-08T01:29:41.002Z
34172026-05-08T01:29:41.002Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34182026-05-08T01:29:41.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-08T01:29:41.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-08T01:29:41.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-08T01:29:41.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34222026-05-08T01:29:41.610Z
34232026-05-08T01:29:41.610Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34242026-05-08T01:29:42.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-08T01:29:42.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-08T01:29:42.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-08T01:29:42.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34282026-05-08T01:29:42.261Z
34292026-05-08T01:29:42.261Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34302026-05-08T01:29:42.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-08T01:29:42.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-08T01:29:42.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-08T01:29:42.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-05-08T01:29:42.866Z
34352026-05-08T01:29:42.866Zinfo: running `cargo check --bins` on dns-server (156/274)
34362026-05-08T01:29:43.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-08T01:29:43.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-08T01:29:43.518Z Compiling parking_lot_core v0.8.6
34392026-05-08T01:29:43.518Z Compiling git-stub v1.0.0
34402026-05-08T01:29:43.518Z Compiling atomicwrites v0.4.4
34412026-05-08T01:29:43.525Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34422026-05-08T01:29:43.525Z Checking prefix-trie v0.7.0
34432026-05-08T01:29:43.749Z Compiling git-stub-vcs v0.1.0
34442026-05-08T01:29:43.932Z Checking hickory-server v0.25.2
34452026-05-08T01:29:44.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34462026-05-08T01:29:44.039Z Checking parking_lot v0.11.2
34472026-05-08T01:29:44.110Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-05-08T01:29:44.113Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-08T01:29:44.206Z Checking sled v0.34.7
34502026-05-08T01:29:46.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34512026-05-08T01:29:46.284Z
34522026-05-08T01:29:46.284Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34532026-05-08T01:29:46.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-08T01:29:46.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-08T01:29:46.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-08T01:29:46.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-05-08T01:29:46.886Z
34582026-05-08T01:29:46.886Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34592026-05-08T01:29:47.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-08T01:29:47.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-08T01:29:47.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-08T01:29:47.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34632026-05-08T01:29:47.485Z
34642026-05-08T01:29:47.485Zinfo: running `cargo check --bins` on sp-sim (159/274)
34652026-05-08T01:29:48.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-08T01:29:48.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-08T01:29:48.215Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-05-08T01:29:49.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34692026-05-08T01:29:50.196Z
34702026-05-08T01:29:50.196Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34712026-05-08T01:29:50.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-08T01:29:50.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-08T01:29:50.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-08T01:29:50.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34752026-05-08T01:29:50.860Z
34762026-05-08T01:29:50.860Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34772026-05-08T01:29:51.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-08T01:29:51.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-08T01:29:51.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-08T01:29:51.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34812026-05-08T01:29:51.521Z
34822026-05-08T01:29:51.521Zinfo: running `cargo check --bins` on db-macros (162/274)
34832026-05-08T01:29:52.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-08T01:29:52.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-08T01:29:52.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-08T01:29:52.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34872026-05-08T01:29:52.107Z
34882026-05-08T01:29:52.107Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34892026-05-08T01:29:52.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-08T01:29:52.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-08T01:29:52.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-08T01:29:52.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34932026-05-08T01:29:52.694Z
34942026-05-08T01:29:52.694Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34952026-05-08T01:29:53.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-08T01:29:53.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-08T01:29:53.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-08T01:29:53.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34992026-05-08T01:29:53.346Z
35002026-05-08T01:29:53.346Zinfo: running `cargo check --bins` on authz-macros (165/274)
35012026-05-08T01:29:53.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-08T01:29:53.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-08T01:29:53.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-08T01:29:53.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35052026-05-08T01:29:53.931Z
35062026-05-08T01:29:53.931Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35072026-05-08T01:29:54.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-08T01:29:54.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-08T01:29:54.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-08T01:29:54.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35112026-05-08T01:29:54.579Z
35122026-05-08T01:29:54.579Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35132026-05-08T01:29:55.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-08T01:29:55.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-08T01:29:55.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-08T01:29:55.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35172026-05-08T01:29:55.232Z
35182026-05-08T01:29:55.232Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35192026-05-08T01:29:55.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-08T01:29:55.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-08T01:29:55.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-08T01:29:55.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35232026-05-08T01:29:55.825Z
35242026-05-08T01:29:55.825Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35252026-05-08T01:29:56.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-08T01:29:56.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-08T01:29:56.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-08T01:29:56.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-08T01:29:56.412Z
35302026-05-08T01:29:56.412Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35312026-05-08T01:29:56.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-08T01:29:56.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-08T01:29:56.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-08T01:29:56.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35352026-05-08T01:29:57.010Z
35362026-05-08T01:29:57.010Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35372026-05-08T01:29:57.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-08T01:29:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-08T01:29:57.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-08T01:29:57.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35412026-05-08T01:29:57.599Z
35422026-05-08T01:29:57.599Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35432026-05-08T01:29:58.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-08T01:29:58.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-08T01:29:58.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-08T01:29:58.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-08T01:29:58.186Z
35482026-05-08T01:29:58.186Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35492026-05-08T01:29:58.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-08T01:29:58.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-08T01:29:58.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-08T01:29:58.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35532026-05-08T01:29:58.841Z
35542026-05-08T01:29:58.841Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35552026-05-08T01:29:59.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-08T01:29:59.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-08T01:29:59.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-08T01:29:59.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-08T01:29:59.497Z
35602026-05-08T01:29:59.497Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35612026-05-08T01:30:00.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-08T01:30:00.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-08T01:30:00.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-08T01:30:00.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-05-08T01:30:00.148Z
35662026-05-08T01:30:00.148Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35672026-05-08T01:30:00.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-08T01:30:00.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-08T01:30:00.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-08T01:30:00.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35712026-05-08T01:30:00.775Z
35722026-05-08T01:30:00.775Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35732026-05-08T01:30:01.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-08T01:30:01.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-08T01:30:01.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-08T01:30:01.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35772026-05-08T01:30:01.388Z
35782026-05-08T01:30:01.389Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35792026-05-08T01:30:01.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-08T01:30:01.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-08T01:30:01.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-08T01:30:01.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35832026-05-08T01:30:02.010Z
35842026-05-08T01:30:02.010Zinfo: running `cargo check --bins` on key-manager (179/274)
35852026-05-08T01:30:02.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-08T01:30:02.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-08T01:30:02.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-08T01:30:02.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35892026-05-08T01:30:02.610Z
35902026-05-08T01:30:02.610Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35912026-05-08T01:30:03.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-08T01:30:03.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-08T01:30:03.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-08T01:30:03.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35952026-05-08T01:30:03.227Z
35962026-05-08T01:30:03.227Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35972026-05-08T01:30:03.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-08T01:30:03.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-08T01:30:03.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-08T01:30:03.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36012026-05-08T01:30:03.846Z
36022026-05-08T01:30:03.846Zinfo: running `cargo check --bins` on typed-rng (182/274)
36032026-05-08T01:30:04.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-08T01:30:04.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-08T01:30:04.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-08T01:30:04.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-05-08T01:30:04.434Z
36082026-05-08T01:30:04.434Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36092026-05-08T01:30:04.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-08T01:30:04.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-08T01:30:05.284Z Compiling typify-impl v0.4.3
36122026-05-08T01:30:05.284Z Compiling libefi-sys v0.1.0
36132026-05-08T01:30:05.287Z Compiling bitfield-struct v0.6.2
36142026-05-08T01:30:05.436Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36152026-05-08T01:30:05.455Z Compiling xshell-macros v0.2.7
36162026-05-08T01:30:05.463Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36172026-05-08T01:30:05.466Z Compiling salty v0.3.0
36182026-05-08T01:30:05.561Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36192026-05-08T01:30:05.692Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-05-08T01:30:05.776Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212026-05-08T01:30:05.828Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36222026-05-08T01:30:05.912Z Checking xshell v0.2.7
36232026-05-08T01:30:06.021Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36242026-05-08T01:30:06.036Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-08T01:30:06.103Z Checking primeorder v0.13.6
36262026-05-08T01:30:06.189Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-08T01:30:06.227Z Compiling proc-macro-error-attr2 v2.0.0
36282026-05-08T01:30:06.274Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-05-08T01:30:06.316Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-08T01:30:06.346Z Checking p384 v0.13.1
36312026-05-08T01:30:06.465Z Checking tungstenite v0.21.0
36322026-05-08T01:30:06.524Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-05-08T01:30:06.616Z Compiling proc-macro-error2 v2.0.1
36342026-05-08T01:30:06.643Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36352026-05-08T01:30:06.772Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36362026-05-08T01:30:06.883Z Compiling num-derive v0.3.3
36372026-05-08T01:30:06.933Z Compiling tabled_derive v0.11.0
36382026-05-08T01:30:07.102Z Checking tokio-tungstenite v0.21.0
36392026-05-08T01:30:07.370Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-05-08T01:30:07.392Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36412026-05-08T01:30:07.447Z Checking papergrid v0.17.0
36422026-05-08T01:30:07.780Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-08T01:30:07.796Z Checking libscf-sys v1.1.0
36442026-05-08T01:30:07.933Z Checking testing_table v0.3.0
36452026-05-08T01:30:08.031Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-05-08T01:30:08.089Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36472026-05-08T01:30:08.105Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-05-08T01:30:08.235Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36492026-05-08T01:30:08.437Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-08T01:30:08.453Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-05-08T01:30:08.557Z Compiling unicase v2.9.0
36522026-05-08T01:30:08.561Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-05-08T01:30:08.639Z Checking corncobs v0.1.4
36542026-05-08T01:30:08.728Z Checking tabled v0.20.0
36552026-05-08T01:30:08.768Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36562026-05-08T01:30:08.783Z Compiling mime_guess v2.0.5
36572026-05-08T01:30:08.798Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-08T01:30:08.872Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-08T01:30:09.005Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-08T01:30:09.026Z Checking progenitor-client v0.11.2
36612026-05-08T01:30:09.194Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-08T01:30:09.264Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36632026-05-08T01:30:09.267Z Checking secrecy v0.8.0
36642026-05-08T01:30:09.320Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36652026-05-08T01:30:09.366Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36662026-05-08T01:30:09.537Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-05-08T01:30:09.744Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-08T01:30:09.875Z Compiling typify-macro v0.4.3
36692026-05-08T01:30:09.974Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-08T01:30:10.007Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36712026-05-08T01:30:10.010Z Checking filetime v0.2.27
36722026-05-08T01:30:10.039Z Checking crc8 v0.1.1
36732026-05-08T01:30:10.147Z Checking http-range v0.1.5
36742026-05-08T01:30:10.152Z Checking xattr v1.6.1
36752026-05-08T01:30:10.287Z Checking tar v0.4.45
36762026-05-08T01:30:10.609Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-08T01:30:10.680Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36782026-05-08T01:30:10.794Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36792026-05-08T01:30:10.884Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-05-08T01:30:10.903Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36812026-05-08T01:30:10.933Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36822026-05-08T01:30:11.186Z Checking atty v0.2.14
36832026-05-08T01:30:11.291Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36842026-05-08T01:30:11.353Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36852026-05-08T01:30:11.498Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36862026-05-08T01:30:11.598Z Compiling typify v0.4.3
36872026-05-08T01:30:11.719Z Compiling progenitor-impl v0.11.2
36882026-05-08T01:30:11.843Z Compiling progenitor-impl v0.10.0
36892026-05-08T01:30:12.010Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-05-08T01:30:12.172Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36912026-05-08T01:30:12.256Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-05-08T01:30:12.785Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36932026-05-08T01:30:13.193Z Checking hyper-staticfile v0.10.1
36942026-05-08T01:30:13.246Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36952026-05-08T01:30:13.264Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36962026-05-08T01:30:13.489Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36972026-05-08T01:30:13.510Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36982026-05-08T01:30:13.670Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36992026-05-08T01:30:13.760Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37002026-05-08T01:30:13.880Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37012026-05-08T01:30:14.039Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37022026-05-08T01:30:14.178Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37032026-05-08T01:30:14.326Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37042026-05-08T01:30:14.367Z Compiling progenitor-macro v0.11.2
37052026-05-08T01:30:14.516Z Compiling progenitor-macro v0.10.0
37062026-05-08T01:30:17.078Z Checking progenitor v0.11.2
37072026-05-08T01:30:17.207Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-05-08T01:30:17.329Z Checking progenitor v0.10.0
37092026-05-08T01:30:17.449Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37102026-05-08T01:30:21.851Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37112026-05-08T01:30:22.954Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-05-08T01:30:33.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.84s
37132026-05-08T01:30:33.493Z
37142026-05-08T01:30:33.493Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37152026-05-08T01:30:34.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-05-08T01:30:34.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-05-08T01:30:34.285Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-05-08T01:30:44.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
37192026-05-08T01:30:45.046Z
37202026-05-08T01:30:45.046Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37212026-05-08T01:30:45.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-08T01:30:45.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-08T01:30:45.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-05-08T01:30:56.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37252026-05-08T01:30:56.621Z
37262026-05-08T01:30:56.621Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37272026-05-08T01:30:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-08T01:30:57.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-08T01:30:57.403Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-08T01:31:07.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
37312026-05-08T01:31:08.081Z
37322026-05-08T01:31:08.081Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37332026-05-08T01:31:08.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-08T01:31:08.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-08T01:31:08.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-08T01:31:19.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37372026-05-08T01:31:19.514Z
37382026-05-08T01:31:19.514Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37392026-05-08T01:31:20.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-08T01:31:20.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-08T01:31:20.294Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-08T01:31:30.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37432026-05-08T01:31:30.981Z
37442026-05-08T01:31:30.981Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37452026-05-08T01:31:31.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-08T01:31:31.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-08T01:31:31.766Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-08T01:31:42.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37492026-05-08T01:31:42.492Z
37502026-05-08T01:31:42.492Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37512026-05-08T01:31:43.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-08T01:31:43.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-08T01:31:43.284Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-08T01:31:53.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37552026-05-08T01:31:53.901Z
37562026-05-08T01:31:53.901Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37572026-05-08T01:31:54.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-08T01:31:54.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-08T01:31:54.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-05-08T01:31:54.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37612026-05-08T01:31:54.517Z
37622026-05-08T01:31:54.517Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37632026-05-08T01:31:55.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-08T01:31:55.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-08T01:31:55.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-08T01:31:55.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37672026-05-08T01:31:55.134Z
37682026-05-08T01:31:55.134Zinfo: running `cargo check --bins` on range-requests (193/274)
37692026-05-08T01:31:55.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-08T01:31:55.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-08T01:31:55.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-08T01:31:55.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37732026-05-08T01:31:55.740Z
37742026-05-08T01:31:55.740Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37752026-05-08T01:31:56.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-08T01:31:56.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-08T01:31:56.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-08T01:31:56.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37792026-05-08T01:31:56.347Z
37802026-05-08T01:31:56.347Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37812026-05-08T01:31:56.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-08T01:31:56.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-08T01:31:56.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-08T01:31:56.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37852026-05-08T01:31:56.971Z
37862026-05-08T01:31:56.971Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37872026-05-08T01:31:57.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-08T01:31:57.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-08T01:31:57.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-08T01:31:57.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37912026-05-08T01:31:57.598Z
37922026-05-08T01:31:57.598Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37932026-05-08T01:31:58.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-08T01:31:58.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-08T01:31:58.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-08T01:31:58.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37972026-05-08T01:31:58.226Z
37982026-05-08T01:31:58.226Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37992026-05-08T01:31:58.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-08T01:31:58.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-08T01:31:58.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-08T01:31:58.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38032026-05-08T01:31:58.861Z
38042026-05-08T01:31:58.861Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38052026-05-08T01:31:59.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-08T01:31:59.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-08T01:31:59.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-08T01:31:59.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38092026-05-08T01:31:59.496Z
38102026-05-08T01:31:59.496Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38112026-05-08T01:32:00.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-08T01:32:00.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-08T01:32:00.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-08T01:32:00.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38152026-05-08T01:32:00.128Z
38162026-05-08T01:32:00.129Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38172026-05-08T01:32:00.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-08T01:32:00.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-08T01:32:00.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-08T01:32:00.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38212026-05-08T01:32:00.764Z
38222026-05-08T01:32:00.764Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38232026-05-08T01:32:01.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-08T01:32:01.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-08T01:32:01.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-08T01:32:01.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38272026-05-08T01:32:01.397Z
38282026-05-08T01:32:01.397Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38292026-05-08T01:32:01.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-08T01:32:01.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-08T01:32:01.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-08T01:32:01.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38332026-05-08T01:32:02.033Z
38342026-05-08T01:32:02.033Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38352026-05-08T01:32:02.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-08T01:32:02.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-08T01:32:02.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-08T01:32:02.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38392026-05-08T01:32:02.700Z
38402026-05-08T01:32:02.700Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38412026-05-08T01:32:03.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-08T01:32:03.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-08T01:32:03.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-08T01:32:03.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38452026-05-08T01:32:03.331Z
38462026-05-08T01:32:03.331Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38472026-05-08T01:32:03.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-08T01:32:03.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-08T01:32:03.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-08T01:32:03.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38512026-05-08T01:32:03.982Z
38522026-05-08T01:32:03.982Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38532026-05-08T01:32:04.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-08T01:32:04.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-08T01:32:04.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-08T01:32:04.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38572026-05-08T01:32:04.646Z
38582026-05-08T01:32:04.646Zinfo: running `cargo check --bins` on update-common (208/274)
38592026-05-08T01:32:05.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-08T01:32:05.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-08T01:32:05.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-08T01:32:05.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38632026-05-08T01:32:05.269Z
38642026-05-08T01:32:05.269Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38652026-05-08T01:32:05.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-08T01:32:05.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-08T01:32:05.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-08T01:32:05.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38692026-05-08T01:32:05.939Z
38702026-05-08T01:32:05.939Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38712026-05-08T01:32:06.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-08T01:32:06.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-08T01:32:06.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-08T01:32:06.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38752026-05-08T01:32:06.532Z
38762026-05-08T01:32:06.532Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38772026-05-08T01:32:07.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-08T01:32:07.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-08T01:32:07.319Z Compiling fs-err v2.11.0
38802026-05-08T01:32:07.322Z Checking ignore v0.4.25
38812026-05-08T01:32:07.322Z Checking arc-swap v1.8.2
38822026-05-08T01:32:07.322Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38832026-05-08T01:32:07.460Z Checking predicates-tree v1.0.13
38842026-05-08T01:32:07.463Z Checking parse-size v1.1.0
38852026-05-08T01:32:07.483Z Checking rand_seeder v0.4.0
38862026-05-08T01:32:07.487Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38872026-05-08T01:32:07.562Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38882026-05-08T01:32:07.582Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38892026-05-08T01:32:07.639Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38902026-05-08T01:32:07.658Z Checking slog-scope v4.4.1
38912026-05-08T01:32:07.772Z Compiling petname v2.0.2
38922026-05-08T01:32:07.786Z Checking slog-stdlog v4.1.1
38932026-05-08T01:32:07.804Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942026-05-08T01:32:07.820Z Checking globwalk v0.9.1
38952026-05-08T01:32:07.877Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38962026-05-08T01:32:07.904Z Checking slog-envlogger v2.2.0
38972026-05-08T01:32:07.996Z Checking camino-tempfile-ext v0.3.3
38982026-05-08T01:32:08.026Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38992026-05-08T01:32:08.054Z Checking sapling-renderdag v0.1.0
39002026-05-08T01:32:08.187Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39012026-05-08T01:32:08.202Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39022026-05-08T01:32:08.296Z Checking subprocess v0.2.15
39032026-05-08T01:32:08.383Z Checking sync-ptr v0.1.4
39042026-05-08T01:32:08.435Z Checking colored v2.2.0
39052026-05-08T01:32:08.502Z Checking assert_matches v1.5.0
39062026-05-08T01:32:08.582Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39072026-05-08T01:32:08.649Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39082026-05-08T01:32:08.679Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39092026-05-08T01:32:08.682Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39102026-05-08T01:32:09.339Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39112026-05-08T01:32:10.656Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39122026-05-08T01:32:12.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
39132026-05-08T01:32:13.082Z
39142026-05-08T01:32:13.082Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39152026-05-08T01:32:13.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-08T01:32:13.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-08T01:32:13.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-08T01:32:13.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39192026-05-08T01:32:13.677Z
39202026-05-08T01:32:13.677Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39212026-05-08T01:32:14.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-08T01:32:14.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-08T01:32:14.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-08T01:32:14.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39252026-05-08T01:32:14.297Z
39262026-05-08T01:32:14.297Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39272026-05-08T01:32:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-08T01:32:14.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-08T01:32:14.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-08T01:32:14.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39312026-05-08T01:32:14.965Z
39322026-05-08T01:32:14.965Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39332026-05-08T01:32:15.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-08T01:32:15.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-08T01:32:15.700Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39362026-05-08T01:32:15.703Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39372026-05-08T01:32:16.348Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39382026-05-08T01:32:17.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39392026-05-08T01:32:18.148Z
39402026-05-08T01:32:18.148Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39412026-05-08T01:32:18.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-08T01:32:18.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-08T01:32:18.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-08T01:32:18.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39452026-05-08T01:32:18.755Z
39462026-05-08T01:32:18.755Zinfo: running `cargo check --bins` on cert-dev (217/274)
39472026-05-08T01:32:19.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-08T01:32:19.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-08T01:32:19.369Z Checking yasna v0.5.2
39502026-05-08T01:32:19.775Z Checking rcgen v0.12.1
39512026-05-08T01:32:20.033Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39522026-05-08T01:32:20.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39532026-05-08T01:32:20.397Z
39542026-05-08T01:32:20.397Zinfo: running `cargo check --bins` on clickana (218/274)
39552026-05-08T01:32:20.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-08T01:32:20.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-08T01:32:21.055Z Compiling darling_core v0.23.0
39582026-05-08T01:32:21.058Z Compiling instability v0.3.11
39592026-05-08T01:32:21.171Z Checking castaway v0.2.4
39602026-05-08T01:32:21.176Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39612026-05-08T01:32:21.179Z Compiling indoc v2.0.7
39622026-05-08T01:32:21.191Z Checking unicode-truncate v1.1.0
39632026-05-08T01:32:21.194Z Checking lru v0.12.5
39642026-05-08T01:32:21.194Z Checking cassowary v0.3.0
39652026-05-08T01:32:21.258Z Checking compact_str v0.8.1
39662026-05-08T01:32:22.195Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39672026-05-08T01:32:22.377Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39682026-05-08T01:32:22.588Z Compiling darling_macro v0.23.0
39692026-05-08T01:32:23.004Z Compiling darling v0.23.0
39702026-05-08T01:32:23.618Z Checking ratatui v0.29.0
39712026-05-08T01:32:24.670Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39722026-05-08T01:32:25.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39732026-05-08T01:32:25.533Z
39742026-05-08T01:32:25.533Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39752026-05-08T01:32:26.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-08T01:32:26.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-08T01:32:26.264Z Checking headers-core v0.3.0
39782026-05-08T01:32:26.264Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39792026-05-08T01:32:26.462Z Checking headers v0.4.1
39802026-05-08T01:32:26.831Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39812026-05-08T01:32:27.694Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39822026-05-08T01:32:28.191Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39832026-05-08T01:32:28.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
39842026-05-08T01:32:28.811Z
39852026-05-08T01:32:28.811Zinfo: running `cargo check --bins` on ch-dev (220/274)
39862026-05-08T01:32:29.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-08T01:32:29.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-08T01:32:29.535Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39892026-05-08T01:32:30.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
39902026-05-08T01:32:30.490Z
39912026-05-08T01:32:30.490Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39922026-05-08T01:32:30.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-08T01:32:30.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-08T01:32:30.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-08T01:32:30.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
39962026-05-08T01:32:30.974Z
39972026-05-08T01:32:30.974Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39982026-05-08T01:32:31.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-08T01:32:31.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-08T01:32:31.708Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40012026-05-08T01:32:32.704Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40022026-05-08T01:32:33.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
40032026-05-08T01:32:33.259Z
40042026-05-08T01:32:33.259Zinfo: running `cargo check --bins` on db-dev (223/274)
40052026-05-08T01:32:33.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-08T01:32:33.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-08T01:32:33.992Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40082026-05-08T01:32:34.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
40092026-05-08T01:32:34.960Z
40102026-05-08T01:32:34.960Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40112026-05-08T01:32:35.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-08T01:32:35.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-08T01:32:35.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-05-08T01:32:35.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40152026-05-08T01:32:35.615Z
40162026-05-08T01:32:35.615Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40172026-05-08T01:32:36.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-08T01:32:36.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-08T01:32:36.233Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40202026-05-08T01:32:36.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40212026-05-08T01:32:37.087Z
40222026-05-08T01:32:37.087Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40232026-05-08T01:32:37.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-08T01:32:37.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-08T01:32:37.848Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40262026-05-08T01:32:37.848Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-08T01:32:37.848Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40282026-05-08T01:32:37.851Z Checking git-stub v1.0.0
40292026-05-08T01:32:37.851Z Compiling trait-variant v0.1.2
40302026-05-08T01:32:37.851Z Checking is_ci v1.2.0
40312026-05-08T01:32:37.966Z Checking maplit v1.0.2
40322026-05-08T01:32:37.986Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40332026-05-08T01:32:38.068Z Checking supports-color v3.0.2
40342026-05-08T01:32:38.072Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40352026-05-08T01:32:38.153Z Checking git-stub-vcs v0.1.0
40362026-05-08T01:32:38.201Z Checking drift v0.1.4
40372026-05-08T01:32:38.240Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40382026-05-08T01:32:38.260Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40392026-05-08T01:32:38.346Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40402026-05-08T01:32:38.436Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-05-08T01:32:38.492Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40422026-05-08T01:32:38.496Z Checking dropshot-api-manager v0.7.1
40432026-05-08T01:32:38.541Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40442026-05-08T01:32:38.707Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-08T01:32:38.755Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40462026-05-08T01:32:38.901Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40472026-05-08T01:32:39.218Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40482026-05-08T01:32:45.191Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40492026-05-08T01:32:45.300Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40502026-05-08T01:32:45.842Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40512026-05-08T01:32:46.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
40522026-05-08T01:32:46.477Z
40532026-05-08T01:32:46.477Zinfo: running `cargo check --bins` on installinator-api (227/274)
40542026-05-08T01:32:46.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-08T01:32:46.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-08T01:32:46.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-08T01:32:46.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-05-08T01:32:47.084Z
40592026-05-08T01:32:47.084Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40602026-05-08T01:32:47.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-08T01:32:47.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-08T01:32:47.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-08T01:32:47.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40642026-05-08T01:32:47.733Z
40652026-05-08T01:32:47.733Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40662026-05-08T01:32:48.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-08T01:32:48.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-08T01:32:48.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-05-08T01:32:48.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40702026-05-08T01:32:48.384Z
40712026-05-08T01:32:48.384Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40722026-05-08T01:32:48.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-08T01:32:48.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-08T01:32:48.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-08T01:32:48.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40762026-05-08T01:32:49.040Z
40772026-05-08T01:32:49.040Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40782026-05-08T01:32:49.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-08T01:32:49.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-08T01:32:49.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-08T01:32:49.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40822026-05-08T01:32:49.656Z
40832026-05-08T01:32:49.656Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40842026-05-08T01:32:50.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-08T01:32:50.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-08T01:32:50.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-08T01:32:50.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-05-08T01:32:50.253Z
40892026-05-08T01:32:50.253Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40902026-05-08T01:32:50.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-08T01:32:50.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-08T01:32:50.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-08T01:32:50.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40942026-05-08T01:32:50.881Z
40952026-05-08T01:32:50.881Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40962026-05-08T01:32:51.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-08T01:32:51.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-08T01:32:51.495Z Checking typeid v1.0.3
40992026-05-08T01:32:51.606Z Checking ordered-float v2.10.1
41002026-05-08T01:32:51.625Z Checking unicode-xid v0.2.6
41012026-05-08T01:32:51.640Z Checking cargo-platform v0.2.0
41022026-05-08T01:32:51.649Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41032026-05-08T01:32:51.676Z Checking erased-serde v0.4.9
41042026-05-08T01:32:51.809Z Checking serde-value v0.7.0
41052026-05-08T01:32:51.993Z Checking serde-untagged v0.1.9
41062026-05-08T01:32:52.146Z Checking cargo-util-schemas v0.8.2
41072026-05-08T01:32:52.831Z Checking cargo_metadata v0.21.0
41082026-05-08T01:32:53.432Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41092026-05-08T01:32:54.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
41102026-05-08T01:32:54.290Z
41112026-05-08T01:32:54.290Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41122026-05-08T01:32:54.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-08T01:32:54.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-08T01:32:55.034Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41152026-05-08T01:32:55.659Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41162026-05-08T01:32:56.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41172026-05-08T01:32:56.378Z
41182026-05-08T01:32:56.378Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41192026-05-08T01:32:56.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-08T01:32:56.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-08T01:32:57.252Z Compiling vergen-gitcl v1.0.8
41222026-05-08T01:32:57.252Z Compiling dirs-sys-next v0.1.2
41232026-05-08T01:32:57.252Z Compiling diesel_derives v2.3.7
41242026-05-08T01:32:57.255Z Compiling crunchy v0.2.4
41252026-05-08T01:32:57.255Z Compiling glob v0.3.3
41262026-05-08T01:32:57.255Z Compiling dsl_auto_type v0.2.0
41272026-05-08T01:32:57.255Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41282026-05-08T01:32:57.255Z Checking scheduled-thread-pool v0.2.7
41292026-05-08T01:32:57.517Z Compiling diesel_table_macro_syntax v0.3.0
41302026-05-08T01:32:57.571Z Compiling dirs-next v2.0.0
41312026-05-08T01:32:57.635Z Compiling tiny-keccak v2.0.2
41322026-05-08T01:32:57.695Z Compiling term v0.7.0
41332026-05-08T01:32:57.731Z Checking r2d2 v0.8.10
41342026-05-08T01:32:57.762Z Checking downcast-rs v2.0.2
41352026-05-08T01:32:57.777Z Compiling clang-sys v1.8.1
41362026-05-08T01:32:57.847Z Compiling bit-vec v0.6.3
41372026-05-08T01:32:57.907Z Compiling itertools v0.10.5
41382026-05-08T01:32:58.065Z Compiling bit-set v0.5.3
41392026-05-08T01:32:58.149Z Compiling ascii-canvas v3.0.0
41402026-05-08T01:32:58.223Z Compiling ena v0.14.4
41412026-05-08T01:32:58.264Z Compiling libloading v0.8.9
41422026-05-08T01:32:58.267Z Compiling bindgen v0.71.1
41432026-05-08T01:32:58.272Z Compiling diff v0.1.13
41442026-05-08T01:32:58.389Z Compiling regex-syntax v0.6.29
41452026-05-08T01:32:58.431Z Compiling cexpr v0.6.0
41462026-05-08T01:32:58.572Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41472026-05-08T01:32:58.765Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41482026-05-08T01:32:58.803Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41492026-05-08T01:32:58.920Z Compiling libxml v0.3.3
41502026-05-08T01:32:58.976Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41512026-05-08T01:32:59.113Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41522026-05-08T01:32:59.171Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41532026-05-08T01:32:59.297Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41542026-05-08T01:32:59.362Z Compiling strum_macros v0.24.3
41552026-05-08T01:32:59.423Z Compiling indoc v1.0.9
41562026-05-08T01:32:59.876Z Compiling lalrpop v0.19.12
41572026-05-08T01:33:00.390Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41582026-05-08T01:33:00.484Z Checking derive_builder v0.20.2
41592026-05-08T01:33:00.582Z Compiling oso-derive v0.27.3
41602026-05-08T01:33:00.605Z Checking quick-xml v0.37.5
41612026-05-08T01:33:00.702Z Compiling impl-trait-for-tuples v0.2.3
41622026-05-08T01:33:01.075Z Checking openssl-probe v0.1.6
41632026-05-08T01:33:01.218Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41642026-05-08T01:33:01.488Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41652026-05-08T01:33:01.689Z Checking bb8 v0.8.6
41662026-05-08T01:33:01.972Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41672026-05-08T01:33:01.991Z Checking nonempty v0.12.0
41682026-05-08T01:33:02.162Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41692026-05-08T01:33:02.179Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41702026-05-08T01:33:02.215Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41712026-05-08T01:33:02.233Z Checking console v0.16.2
41722026-05-08T01:33:02.387Z Checking unit-prefix v0.5.2
41732026-05-08T01:33:02.404Z Checking support-bundle-viewer v0.1.2
41742026-05-08T01:33:02.523Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41752026-05-08T01:33:02.540Z Checking indicatif v0.18.4
41762026-05-08T01:33:02.676Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41772026-05-08T01:33:02.889Z Checking multimap v0.10.1
41782026-05-08T01:33:03.352Z Checking diesel v2.3.7
41792026-05-08T01:33:05.159Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-05-08T01:33:05.633Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-05-08T01:33:05.989Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-05-08T01:33:06.252Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41832026-05-08T01:33:06.829Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-08T01:33:07.069Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41852026-05-08T01:33:07.398Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41862026-05-08T01:33:08.064Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-05-08T01:33:10.104Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-05-08T01:33:15.214Z Compiling samael v0.0.19
41892026-05-08T01:33:18.951Z Checking diesel-dtrace v0.5.0
41902026-05-08T01:33:19.192Z Checking async-bb8-diesel v0.2.1
41912026-05-08T01:33:20.102Z Compiling polar-core v0.27.3
41922026-05-08T01:33:24.531Z Checking oso v0.27.3
41932026-05-08T01:34:01.431Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-05-08T01:34:34.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41952026-05-08T01:34:35.190Z
41962026-05-08T01:34:35.190Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41972026-05-08T01:34:35.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-05-08T01:34:35.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-05-08T01:34:35.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-05-08T01:34:35.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42012026-05-08T01:34:35.858Z
42022026-05-08T01:34:35.858Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42032026-05-08T01:34:36.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-08T01:34:36.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-08T01:34:36.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-08T01:34:36.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42072026-05-08T01:34:36.524Z
42082026-05-08T01:34:36.524Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42092026-05-08T01:34:37.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-08T01:34:37.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-08T01:34:37.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-05-08T01:34:37.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42132026-05-08T01:34:37.124Z
42142026-05-08T01:34:37.124Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42152026-05-08T01:34:37.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-08T01:34:37.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-08T01:34:37.999Z Compiling libz-sys v1.1.24
42182026-05-08T01:34:38.129Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-05-08T01:34:38.164Z Compiling vergen-git2 v1.0.7
42202026-05-08T01:34:38.167Z Compiling rustls v0.21.12
42212026-05-08T01:34:38.171Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-05-08T01:34:38.171Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-05-08T01:34:38.171Z Checking sct v0.7.1
42242026-05-08T01:34:38.171Z Checking rustls-webpki v0.101.7
42252026-05-08T01:34:38.340Z Compiling nix v0.29.0
42262026-05-08T01:34:38.383Z Compiling dropshot v0.16.7
42272026-05-08T01:34:38.425Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42282026-05-08T01:34:38.459Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42292026-05-08T01:34:38.508Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-05-08T01:34:38.644Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42312026-05-08T01:34:38.660Z Checking toml v0.9.12+spec-1.1.0
42322026-05-08T01:34:38.676Z Compiling dropshot_endpoint v0.16.7
42332026-05-08T01:34:38.781Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42342026-05-08T01:34:38.980Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42352026-05-08T01:34:39.159Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-05-08T01:34:39.232Z Checking rustls-pemfile v1.0.4
42372026-05-08T01:34:39.372Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42382026-05-08T01:34:39.566Z Checking twox-hash v2.1.2
42392026-05-08T01:34:39.592Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-05-08T01:34:39.785Z Checking tokio-rustls v0.24.1
42412026-05-08T01:34:40.393Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42422026-05-08T01:34:40.440Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42432026-05-08T01:34:40.460Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42442026-05-08T01:34:41.011Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-05-08T01:34:41.074Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-05-08T01:34:41.094Z Checking fatfs v0.3.6
42472026-05-08T01:34:41.210Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42482026-05-08T01:34:41.228Z Compiling seq-macro v0.3.6
42492026-05-08T01:34:45.133Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-05-08T01:34:45.259Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-08T01:34:45.447Z Compiling git2 v0.20.4
42522026-05-08T01:34:47.695Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42532026-05-08T01:35:34.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.95s
42542026-05-08T01:35:34.294Z
42552026-05-08T01:35:34.294Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42562026-05-08T01:35:34.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-08T01:35:34.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-08T01:35:35.195Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-05-08T01:36:13.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s
42602026-05-08T01:36:13.900Z
42612026-05-08T01:36:13.900Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42622026-05-08T01:36:14.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-08T01:36:14.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-08T01:36:14.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-05-08T01:36:14.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42662026-05-08T01:36:14.497Z
42672026-05-08T01:36:14.497Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42682026-05-08T01:36:15.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-08T01:36:15.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-08T01:36:15.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-05-08T01:36:15.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42722026-05-08T01:36:15.152Z
42732026-05-08T01:36:15.152Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42742026-05-08T01:36:15.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-08T01:36:15.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-08T01:36:15.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-05-08T01:36:15.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42782026-05-08T01:36:15.821Z
42792026-05-08T01:36:15.821Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42802026-05-08T01:36:16.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-08T01:36:16.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-08T01:36:16.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-08T01:36:16.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42842026-05-08T01:36:16.480Z
42852026-05-08T01:36:16.480Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42862026-05-08T01:36:17.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-08T01:36:17.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-08T01:36:17.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-08T01:36:17.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42902026-05-08T01:36:17.132Z
42912026-05-08T01:36:17.132Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42922026-05-08T01:36:17.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-08T01:36:17.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-08T01:36:17.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-08T01:36:17.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-05-08T01:36:17.793Z
42972026-05-08T01:36:17.793Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42982026-05-08T01:36:18.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-08T01:36:18.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-08T01:36:18.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-08T01:36:18.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43022026-05-08T01:36:18.463Z
43032026-05-08T01:36:18.464Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43042026-05-08T01:36:19.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-08T01:36:19.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-08T01:36:19.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-08T01:36:19.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43082026-05-08T01:36:19.137Z
43092026-05-08T01:36:19.137Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43102026-05-08T01:36:19.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-08T01:36:19.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-08T01:36:20.049Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43132026-05-08T01:36:20.049Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-05-08T01:36:20.238Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43152026-05-08T01:36:20.269Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43162026-05-08T01:36:20.289Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43172026-05-08T01:36:20.292Z Checking yansi v1.0.1
43182026-05-08T01:36:20.292Z Checking diff v0.1.13
43192026-05-08T01:36:20.321Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43202026-05-08T01:36:21.383Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43212026-05-08T01:36:21.387Z Checking pretty_assertions v1.4.1
43222026-05-08T01:36:21.387Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43232026-05-08T01:36:21.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43242026-05-08T01:36:44.680Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43252026-05-08T01:36:44.683Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43262026-05-08T01:36:44.683Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43272026-05-08T01:36:44.683Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43282026-05-08T01:36:44.683Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-05-08T01:36:44.683Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43302026-05-08T01:36:45.506Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-05-08T01:36:46.609Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43322026-05-08T01:37:24.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43332026-05-08T01:37:25.065Z
43342026-05-08T01:37:25.065Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43352026-05-08T01:37:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-08T01:37:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-08T01:37:25.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-08T01:37:25.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-05-08T01:37:25.660Z
43402026-05-08T01:37:25.660Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43412026-05-08T01:37:26.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-08T01:37:26.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-08T01:37:26.429Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43442026-05-08T01:37:26.552Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43452026-05-08T01:37:26.556Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43462026-05-08T01:37:52.209Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43472026-05-08T01:37:52.600Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43482026-05-08T01:37:54.312Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43492026-05-08T01:37:54.789Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43502026-05-08T01:37:57.717Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43512026-05-08T01:38:20.133Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43522026-05-08T01:38:20.847Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43532026-05-08T01:38:22.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.81s
43542026-05-08T01:38:22.695Z
43552026-05-08T01:38:22.695Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43562026-05-08T01:38:23.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-08T01:38:23.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-08T01:38:23.419Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43592026-05-08T01:38:24.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43602026-05-08T01:38:24.312Z
43612026-05-08T01:38:24.312Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43622026-05-08T01:38:24.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-08T01:38:24.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-08T01:38:24.976Z Compiling blake3 v1.8.3
43652026-05-08T01:38:25.086Z Checking arrayvec v0.7.6
43662026-05-08T01:38:25.086Z Checking arrayref v0.3.9
43672026-05-08T01:38:25.090Z Checking constant_time_eq v0.4.2
43682026-05-08T01:38:25.106Z Checking topological-sort v0.2.2
43692026-05-08T01:38:25.109Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43702026-05-08T01:38:25.109Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43712026-05-08T01:38:25.109Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43722026-05-08T01:38:25.157Z Checking shell-words v1.1.1
43732026-05-08T01:38:25.969Z Checking omicron-zone-package v0.12.2
43742026-05-08T01:38:26.677Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43752026-05-08T01:38:27.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
43762026-05-08T01:38:27.682Z
43772026-05-08T01:38:27.682Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43782026-05-08T01:38:28.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-05-08T01:38:28.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-05-08T01:38:28.353Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43812026-05-08T01:38:28.659Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43822026-05-08T01:38:29.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43832026-05-08T01:38:29.243Z
43842026-05-08T01:38:29.244Zinfo: running `cargo check --bins` on schema (256/274)
43852026-05-08T01:38:29.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-08T01:38:29.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-08T01:38:29.984Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43882026-05-08T01:38:30.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43892026-05-08T01:38:30.891Z
43902026-05-08T01:38:30.891Zinfo: running `cargo check --bins` on xtask (257/274)
43912026-05-08T01:38:31.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-05-08T01:38:31.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-05-08T01:38:31.354Z Checking libc v0.2.185
43942026-05-08T01:38:31.357Z Checking serde v1.0.228
43952026-05-08T01:38:31.443Z Checking zerofrom v0.1.6
43962026-05-08T01:38:31.449Z Checking bitflags v2.11.0
43972026-05-08T01:38:31.456Z Checking smallvec v1.15.1
43982026-05-08T01:38:31.464Z Checking indexmap v2.14.0
43992026-05-08T01:38:31.474Z Checking serde_json v1.0.149
44002026-05-08T01:38:31.477Z Checking num-traits v0.2.19
44012026-05-08T01:38:31.542Z Checking yoke v0.8.1
44022026-05-08T01:38:31.594Z Checking scroll v0.12.0
44032026-05-08T01:38:31.631Z Checking thiserror v1.0.69
44042026-05-08T01:38:31.708Z Checking zerovec v0.11.5
44052026-05-08T01:38:31.725Z Checking zerotrie v0.2.3
44062026-05-08T01:38:31.736Z Checking errno v0.3.14
44072026-05-08T01:38:31.816Z Checking log v0.4.29
44082026-05-08T01:38:31.829Z Checking serde_spanned v0.6.9
44092026-05-08T01:38:31.850Z Checking rustix v1.1.3
44102026-05-08T01:38:31.951Z Checking toml_datetime v0.6.11
44112026-05-08T01:38:31.963Z Checking percent-encoding v2.3.2
44122026-05-08T01:38:31.975Z Checking zerocopy v0.7.35
44132026-05-08T01:38:31.994Z Checking goblin v0.8.2
44142026-05-08T01:38:32.009Z Checking ordered-float v2.10.1
44152026-05-08T01:38:32.081Z Checking getrandom v0.4.1
44162026-05-08T01:38:32.117Z Checking form_urlencoded v1.2.2
44172026-05-08T01:38:32.128Z Checking toml_edit v0.22.27
44182026-05-08T01:38:32.143Z Checking tinystr v0.8.2
44192026-05-08T01:38:32.230Z Checking potential_utf v0.1.4
44202026-05-08T01:38:32.242Z Checking serde-value v0.7.0
44212026-05-08T01:38:32.245Z Checking thiserror v2.0.18
44222026-05-08T01:38:32.321Z Checking icu_locale_core v2.1.1
44232026-05-08T01:38:32.352Z Checking syn v2.0.117
44242026-05-08T01:38:32.362Z Checking icu_collections v2.1.1
44252026-05-08T01:38:32.443Z Checking dtrace-parser v0.2.0
44262026-05-08T01:38:32.472Z Checking thread-id v4.2.2
44272026-05-08T01:38:32.555Z Checking once_cell v1.21.3
44282026-05-08T01:38:32.662Z Checking terminal_size v0.4.3
44292026-05-08T01:38:32.675Z Checking cargo-platform v0.2.0
44302026-05-08T01:38:32.686Z Checking memmap v0.7.0
44312026-05-08T01:38:32.730Z Checking tempfile v3.25.0
44322026-05-08T01:38:32.774Z Checking clap_builder v4.5.60
44332026-05-08T01:38:32.807Z Checking textwrap v0.16.2
44342026-05-08T01:38:32.847Z Checking fs-err v3.3.0
44352026-05-08T01:38:32.873Z Checking icu_provider v2.1.1
44362026-05-08T01:38:32.923Z Checking camino-tempfile v1.4.1
44372026-05-08T01:38:33.017Z Checking tabled v0.15.0
44382026-05-08T01:38:33.028Z Checking anyhow v1.0.102
44392026-05-08T01:38:33.078Z Checking macaddr v1.0.1
44402026-05-08T01:38:33.113Z Checking icu_normalizer v2.1.1
44412026-05-08T01:38:33.224Z Checking icu_properties v2.1.2
44422026-05-08T01:38:33.236Z Checking toml v0.8.23
44432026-05-08T01:38:33.254Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44442026-05-08T01:38:33.542Z Checking cargo_toml v0.21.0
44452026-05-08T01:38:33.867Z Checking dof v0.3.0
44462026-05-08T01:38:33.963Z Checking clap v4.5.60
44472026-05-08T01:38:34.015Z Checking idna_adapter v1.2.1
44482026-05-08T01:38:34.128Z Checking idna v1.1.0
44492026-05-08T01:38:34.160Z Checking usdt-impl v0.5.0
44502026-05-08T01:38:34.348Z Checking url v2.5.8
44512026-05-08T01:38:34.411Z Checking usdt v0.5.0
44522026-05-08T01:38:34.686Z Checking cargo-util-schemas v0.8.2
44532026-05-08T01:38:35.369Z Checking cargo_metadata v0.21.0
44542026-05-08T01:38:35.982Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44552026-05-08T01:38:36.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
44562026-05-08T01:38:36.515Z
44572026-05-08T01:38:36.515Zinfo: running `cargo check --bins` on dnsadm (258/274)
44582026-05-08T01:38:37.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-05-08T01:38:37.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-05-08T01:38:37.160Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44612026-05-08T01:38:37.639Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44622026-05-08T01:38:38.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
44632026-05-08T01:38:38.237Z
44642026-05-08T01:38:38.237Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44652026-05-08T01:38:38.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-05-08T01:38:38.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-05-08T01:38:39.044Z Checking polyval v0.6.2
44682026-05-08T01:38:39.169Z Checking ctr v0.9.2
44692026-05-08T01:38:39.180Z Checking ssh-encoding v0.2.0
44702026-05-08T01:38:39.180Z Checking blowfish v0.9.1
44712026-05-08T01:38:39.203Z Checking password-hash v0.4.2
44722026-05-08T01:38:39.216Z Checking p521 v0.13.3
44732026-05-08T01:38:39.221Z Checking p256 v0.13.2
44742026-05-08T01:38:39.253Z Checking russh-cryptovec v0.7.3
44752026-05-08T01:38:39.313Z Checking ghash v0.5.1
44762026-05-08T01:38:39.323Z Checking bcrypt-pbkdf v0.10.0
44772026-05-08T01:38:39.329Z Checking md5 v0.7.0
44782026-05-08T01:38:39.357Z Checking num-bigint v0.4.6
44792026-05-08T01:38:39.395Z Checking des v0.8.1
44802026-05-08T01:38:39.427Z Checking pbkdf2 v0.11.0
44812026-05-08T01:38:39.427Z Checking aes-gcm v0.10.3
44822026-05-08T01:38:39.455Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44832026-05-08T01:38:39.604Z Checking hex-literal v0.4.1
44842026-05-08T01:38:39.608Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44852026-05-08T01:38:39.608Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44862026-05-08T01:38:39.608Z Checking ssh-cipher v0.2.0
44872026-05-08T01:38:39.608Z Checking socket2 v0.5.10
44882026-05-08T01:38:39.625Z Checking internet-checksum v0.2.1
44892026-05-08T01:38:39.744Z Checking ssh-key v0.6.7
44902026-05-08T01:38:39.854Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44912026-05-08T01:38:40.364Z Checking russh-keys v0.45.0
44922026-05-08T01:38:41.555Z Checking russh v0.45.0
44932026-05-08T01:38:55.997Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44942026-05-08T01:38:57.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.99s
44952026-05-08T01:38:57.440Z
44962026-05-08T01:38:57.440Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44972026-05-08T01:38:57.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-08T01:38:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-08T01:38:58.082Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45002026-05-08T01:38:58.192Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45012026-05-08T01:38:58.199Z Checking termios v0.3.3
45022026-05-08T01:38:59.393Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45032026-05-08T01:38:59.540Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45042026-05-08T01:39:01.335Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45052026-05-08T01:39:01.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45062026-05-08T01:39:02.087Z
45072026-05-08T01:39:02.087Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45082026-05-08T01:39:02.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-08T01:39:02.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-08T01:39:02.803Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45112026-05-08T01:39:02.806Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45122026-05-08T01:39:02.928Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45132026-05-08T01:39:02.931Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45142026-05-08T01:39:02.942Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45152026-05-08T01:39:02.953Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45162026-05-08T01:39:03.666Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45172026-05-08T01:39:04.005Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45182026-05-08T01:39:04.008Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-08T01:39:04.639Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45202026-05-08T01:39:06.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
45212026-05-08T01:39:06.504Z
45222026-05-08T01:39:06.504Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45232026-05-08T01:39:07.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-08T01:39:07.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-08T01:39:07.146Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45262026-05-08T01:39:07.600Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45272026-05-08T01:39:07.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45282026-05-08T01:39:08.101Z
45292026-05-08T01:39:08.101Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45302026-05-08T01:39:08.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-08T01:39:08.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-08T01:39:08.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-05-08T01:39:08.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45342026-05-08T01:39:08.688Z
45352026-05-08T01:39:08.688Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45362026-05-08T01:39:09.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-08T01:39:09.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-08T01:39:09.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-08T01:39:09.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45402026-05-08T01:39:09.281Z
45412026-05-08T01:39:09.281Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45422026-05-08T01:39:09.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-08T01:39:09.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-08T01:39:10.041Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45452026-05-08T01:39:10.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45462026-05-08T01:39:10.848Z
45472026-05-08T01:39:10.848Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45482026-05-08T01:39:11.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-08T01:39:11.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-08T01:39:11.502Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45512026-05-08T01:39:11.505Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45522026-05-08T01:39:11.754Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45532026-05-08T01:39:11.754Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45542026-05-08T01:39:12.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
45552026-05-08T01:39:12.730Z
45562026-05-08T01:39:12.730Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45572026-05-08T01:39:13.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-08T01:39:13.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-08T01:39:13.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-05-08T01:39:13.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45612026-05-08T01:39:13.317Z
45622026-05-08T01:39:13.317Zinfo: running `cargo check --bins` on omicron-package (268/274)
45632026-05-08T01:39:13.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-08T01:39:13.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-08T01:39:14.001Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45662026-05-08T01:39:15.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45672026-05-08T01:39:15.276Z
45682026-05-08T01:39:15.276Zinfo: running `cargo check --bins` on tqdb (269/274)
45692026-05-08T01:39:15.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-08T01:39:15.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-08T01:39:16.065Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45722026-05-08T01:39:16.415Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45732026-05-08T01:39:16.928Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45742026-05-08T01:39:16.928Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45752026-05-08T01:39:22.668Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45762026-05-08T01:39:22.668Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45772026-05-08T01:39:23.235Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45782026-05-08T01:39:23.235Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45792026-05-08T01:39:23.238Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45802026-05-08T01:39:23.238Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45812026-05-08T01:39:24.006Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45822026-05-08T01:39:24.978Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45832026-05-08T01:39:25.751Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45842026-05-08T01:39:26.367Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45852026-05-08T01:39:30.614Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45862026-05-08T01:39:36.887Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45872026-05-08T01:39:36.890Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45882026-05-08T01:39:36.890Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45892026-05-08T01:39:36.890Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45902026-05-08T01:39:38.358Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45912026-05-08T01:39:39.687Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45922026-05-08T01:39:40.362Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45932026-05-08T01:39:41.609Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45942026-05-08T01:39:42.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.87s
45952026-05-08T01:39:42.373Z
45962026-05-08T01:39:42.373Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45972026-05-08T01:39:42.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-08T01:39:42.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-08T01:39:43.093Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46002026-05-08T01:39:43.096Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-08T01:39:43.096Z Checking rtoolbox v0.0.3
46022026-05-08T01:39:43.225Z Checking tui-tree-widget v0.23.1
46032026-05-08T01:39:43.318Z Checking rpassword v7.5.0
46042026-05-08T01:39:43.394Zerror[E0425]: cannot find function `__errno_location` in crate `libc`
46052026-05-08T01:39:43.394Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.5.0/src/unix.rs:26:16
46062026-05-08T01:39:43.394Z |
46072026-05-08T01:39:43.394Z26 | *libc::__errno_location() = 0;
46082026-05-08T01:39:43.394Z | ^^^^^^^^^^^^^^^^ not found in `libc`
46092026-05-08T01:39:43.395Z
46102026-05-08T01:39:43.534ZFor more information about this error, try `rustc --explain E0425`.
46112026-05-08T01:39:43.557Zerror: could not compile `rpassword` (lib) due to 1 previous error
46122026-05-08T01:39:43.557Zwarning: build failed, waiting for other jobs to finish...
46132026-05-08T01:39:44.557Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path wicket-dbg/Cargo.toml` (exit status: 101)
46142026-05-08T01:39:44.561ZError: cargo-hack install failed: exit status: 1
46152026-05-08T01:39:44.563Z
46162026-05-08T01:39:44.564Zreal 13:52.937336466
46172026-05-08T01:39:44.564Zuser 20:24.059354970
46182026-05-08T01:39:44.564Zsys 4:11.259516304
46192026-05-08T01:39:44.564Ztrap 0.321775359
46202026-05-08T01:39:44.564Ztflt 0.698677198
46212026-05-08T01:39:44.564Zdflt 1.158746683
46222026-05-08T01:39:44.564Zkflt 0.005152562
46232026-05-08T01:39:44.564Zlock 1:16:27.761580420
46242026-05-08T01:39:44.564Zslp 1:36:55.780910195
46252026-05-08T01:39:44.564Zlat 56.431278653
46262026-05-08T01:39:44.564Zstop 3:35.164644105
46272026-05-08T01:39:44.564Zprocess exited: duration 963362 ms, exit code 1
 
46282026-05-08T01:39:44.570Zfound 0 output files