01KT4PB8Y7K96NF3EQFZX7CDSW: 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: 01KT4PBQ51AB2JEZFZWAV1VMKT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-02T17:34:24.952Zjob assigned to worker 01KT4PBYE3K33AFKG73KBKEPTE [factory aws, i-0444b8a56dbfcab3c] (queued for 50 s)
 
22026-06-02T17:34:31.562Zstarting task 0: "setup"
32026-06-02T17:34:31.569Z++ uname -s
42026-06-02T17:34:31.572Z+ kern=SunOS
52026-06-02T17:34:31.572Z+ build_user=build
62026-06-02T17:34:31.572Z+ build_uid=12345
72026-06-02T17:34:31.573Z+ work_dir=/work
82026-06-02T17:34:31.573Z+ input_dir=/input
92026-06-02T17:34:31.573Z+ [[ 0 == 12345 ]]
102026-06-02T17:34:31.573Z+ case "$kern" in
112026-06-02T17:34:31.573Z+ groupadd -g 12345 build
122026-06-02T17:34:31.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-02T17:34:33.579Z+ zfs create -o mountpoint=/work rpool/work
142026-06-02T17:34:33.692Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-02T17:34:33.696Z+ home_fs=zfs
162026-06-02T17:34:33.696Z+ [[ zfs == autofs ]]
172026-06-02T17:34:33.696Z+ mkdir -p /home/build
182026-06-02T17:34:33.696Z+ chown build:build /home/build /work
192026-06-02T17:34:35.696Z+ chmod 0700 /home/build /work
202026-06-02T17:34:35.699Zprocess exited: duration 4135 ms, exit code 0
 
212026-06-02T17:34:35.706Zstarting task 1: "rust-toolchain"
222026-06-02T17:34:35.710Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-02T17:34:35.710Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-02T17:34:35.710Z * rust toolchain channel = "1.94.0"
252026-06-02T17:34:35.710Z * rust toolchain profile = "default"
262026-06-02T17:34:35.710Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-02T17:34:35.710Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-02T17:34:35.713Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-02T17:34:35.713Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-02T17:34:35.818Zinfo: downloading installer
312026-06-02T17:34:37.117Zwarn: It looks like you have an existing rustup settings file at:
322026-06-02T17:34:37.117Zwarn: /home/build/.rustup/settings.toml
332026-06-02T17:34:37.117Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-02T17:34:37.117Zwarn: instead of the one inferred from the default host triple.
352026-06-02T17:34:37.129Zinfo: profile set to default
362026-06-02T17:34:37.129Zinfo: default host triple is x86_64-unknown-illumos
372026-06-02T17:34:37.132Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-02T17:34:37.272Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-02T17:34:37.275Zinfo: downloading 6 components
402026-06-02T17:34:52.005Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-02T17:34:52.005Z
422026-06-02T17:34:52.039Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-02T17:34:52.039Z
442026-06-02T17:34:52.039Z
452026-06-02T17:34:52.039ZRust is installed now. Great!
462026-06-02T17:34:52.039Z
472026-06-02T17:34:52.039ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-02T17:34:52.040Zenvironment variable. This has not been done automatically.
492026-06-02T17:34:52.040Z
502026-06-02T17:34:52.040ZTo configure your current shell, you need to source
512026-06-02T17:34:52.040Zthe corresponding env file under $HOME/.cargo.
522026-06-02T17:34:52.040Z
532026-06-02T17:34:52.040ZThis is usually done by running one of the following (note the leading DOT):
542026-06-02T17:34:52.044Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-02T17:34:52.044Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-02T17:34:52.044Zsource "~/.cargo/env.nu" # For nushell
572026-06-02T17:34:52.044Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-02T17:34:52.044Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-02T17:34:52.044Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-02T17:34:52.044Zwarn: no default linker (`cc`) was found in your PATH
612026-06-02T17:34:52.044Zwarn: many Rust crates require a system C toolchain to build
622026-06-02T17:34:52.139Z+ rustup --version
632026-06-02T17:34:52.148Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-02T17:34:52.151Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-02T17:34:52.169Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-02T17:34:52.173Z+ cargo --version
672026-06-02T17:34:52.185Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-02T17:34:52.189Z+ rustc --version
692026-06-02T17:34:52.208Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-02T17:34:52.211Zprocess exited: duration 16503 ms, exit code 0
 
712026-06-02T17:34:52.218Zstarting task 2: "authentication"
722026-06-02T17:34:52.235Zprocess exited: duration 16 ms, exit code 0
 
732026-06-02T17:34:52.241Zstarting task 3: "clone repository"
742026-06-02T17:34:52.245Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-02T17:34:52.248Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-02T17:34:52.285ZCloning into '/work/oxidecomputer/omicron'...
772026-06-02T17:35:07.100Z+ cd /work/oxidecomputer/omicron
782026-06-02T17:35:07.100Z+ git fetch origin 4df6ee630782c8e083057a4c543062b10b500bf8
792026-06-02T17:35:07.864ZFrom https://github.com/oxidecomputer/omicron
802026-06-02T17:35:07.864Z * branch 4df6ee630782c8e083057a4c543062b10b500bf8 -> FETCH_HEAD
812026-06-02T17:35:07.875Z+ [[ -n bootstrap-agent-client-cleanup ]]
822026-06-02T17:35:07.878Z++ git branch --show-current
832026-06-02T17:35:07.878Z+ current=main
842026-06-02T17:35:07.878Z+ [[ main != bootstrap-agent-client-cleanup ]]
852026-06-02T17:35:07.878Z+ git branch -f bootstrap-agent-client-cleanup 4df6ee630782c8e083057a4c543062b10b500bf8
862026-06-02T17:35:07.881Z+ git checkout -f bootstrap-agent-client-cleanup
872026-06-02T17:35:08.124ZSwitched to branch 'bootstrap-agent-client-cleanup'
882026-06-02T17:35:08.130Z+ git reset --hard 4df6ee630782c8e083057a4c543062b10b500bf8
892026-06-02T17:35:08.196ZHEAD is now at 4df6ee630 fix doc link
902026-06-02T17:35:08.199Zprocess exited: duration 15956 ms, exit code 0
 
912026-06-02T17:35:08.206Zstarting task 4: "build"
922026-06-02T17:35:08.210Z+ source .github/buildomat/ci-env.sh
932026-06-02T17:35:08.210Z++ export CARGO_TERM_COLOR=always
942026-06-02T17:35:08.210Z++ CARGO_TERM_COLOR=always
952026-06-02T17:35:08.210Z+ cargo --version
962026-06-02T17:35:08.221Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-02T17:35:08.224Z+ rustc --version
982026-06-02T17:35:08.244Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-02T17:35:08.247Z+ source ./env.sh
1002026-06-02T17:35:08.247Z++ OLD_SHELL_OPTS=ehxB
1012026-06-02T17:35:08.247Z++ set -o xtrace
1022026-06-02T17:35:08.250Z++++ dirname ./env.sh
1032026-06-02T17:35:08.250Z+++ readlink -f .
1042026-06-02T17:35:08.254Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ 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-06-02T17:35:08.254Z++ case $OLD_SHELL_OPTS in
1142026-06-02T17:35:08.254Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-02T17:35:08.254Z+ 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-06-02T17:35:08.254Z+ 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-06-02T17:35:08.254Z+ banner prerequisites
1182026-06-02T17:35:08.258Z
1192026-06-02T17:35:08.258Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-02T17:35:08.258Z # # # # # # # # # # # # # # #
1212026-06-02T17:35:08.258Z # # # # ##### # # ##### # # # # # #### #
1222026-06-02T17:35:08.258Z ##### ##### # ##### # # # # # # # # #
1232026-06-02T17:35:08.258Z # # # # # # # # # # # # # # #
1242026-06-02T17:35:08.258Z # # # ###### # # ###### ### # #### # #### #
1252026-06-02T17:35:08.258Z
1262026-06-02T17:35:08.258Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-02T17:35:09.703Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-02T17:35:09.779Z Startup: Caching catalogs ... Done
1292026-06-02T17:35:10.069ZPlanning: Solver setup ... Done (0.251s)
1302026-06-02T17:35:10.089ZPlanning: Running solver ... Done (0.019s)
1312026-06-02T17:35:10.094ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-02T17:35:10.107ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-02T17:35:10.122ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-02T17:35:10.135ZPlanning: Package planning ... Done (0.014s)
1352026-06-02T17:35:10.139ZPlanning: Merging actions ... Done (0.002s)
1362026-06-02T17:35:10.324ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-06-02T17:35:10.328ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-02T17:35:11.150ZPlanning: Evaluating mediators ... Done (0.825s)
1392026-06-02T17:35:11.155ZPlanning: Planning completed in 1.35 seconds
1402026-06-02T17:35:11.159Z Packages to install: 2
1412026-06-02T17:35:11.162Z Estimated space available: 156.07 GB
1422026-06-02T17:35:11.162ZEstimated space to be consumed: 23.93 MB
1432026-06-02T17:35:11.162Z Create boot environment: No
1442026-06-02T17:35:11.162ZCreate backup boot environment: No
1452026-06-02T17:35:11.162Z Rebuild boot archive: No
1462026-06-02T17:35:11.162Z
1472026-06-02T17:35:11.162ZChanged packages:
1482026-06-02T17:35:11.162Zhelios
1492026-06-02T17:35:11.162Z developer/build-essential
1502026-06-02T17:35:11.162Z None -> 11-3.0
1512026-06-02T17:35:11.162Z library/libxmlsec1
1522026-06-02T17:35:11.162Z None -> 1.2.35-3.0
1532026-06-02T17:35:11.183Z
1542026-06-02T17:35:11.183ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-02T17:35:11.845ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1562026-06-02T17:35:11.907Z Actions: 1/268 actions (Installing new actions)
1572026-06-02T17:35:11.946Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-02T17:35:11.952ZFinalize: Updating package state database ... Done (0.007s)
1592026-06-02T17:35:11.953ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-02T17:35:11.974ZFinalize: Updating image state ... Done (0.021s)
1612026-06-02T17:35:14.346ZFinalize: Creating fast lookup database ... Done (2.350s)
1622026-06-02T17:35:14.432ZFinalize: Reading search index ... Done (0.027s)
1632026-06-02T17:35:14.435ZFinalize: Updating search index ... Done (0.000s)
1642026-06-02T17:35:14.522ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-02T17:35:14.822ZPlanning: Evaluating mediator changes ... Done
1662026-06-02T17:35:14.926ZPlanning: Checking for conflicting actions ... Done
1672026-06-02T17:35:14.930ZPlanning: Consolidating action changes ... Done
1682026-06-02T17:35:15.082ZPlanning: Evaluating mediators ... Done
1692026-06-02T17:35:15.087ZPlanning: Planning completed in 0.26 seconds
1702026-06-02T17:35:15.105Z Mediators to change: 2
1712026-06-02T17:35:15.105Z Create boot environment: No
1722026-06-02T17:35:15.105ZCreate backup boot environment: No
1732026-06-02T17:35:15.156ZFinalize: Updating package state database ... Done
1742026-06-02T17:35:15.156ZFinalize: Updating package cache ... Done
1752026-06-02T17:35:15.167ZFinalize: Updating image state ... Done
1762026-06-02T17:35:17.124ZFinalize: Creating fast lookup database ... Done
1772026-06-02T17:35:17.189ZFinalize: Reading search index ... Done
1782026-06-02T17:35:17.192ZFinalize: Updating search index ... Done
1792026-06-02T17:35:17.266ZFinalize: Updating package cache ... Done
1802026-06-02T17:35:17.549ZPlanning: Evaluating mediator changes ... Done
1812026-06-02T17:35:17.655ZPlanning: Checking for conflicting actions ... Done
1822026-06-02T17:35:17.658ZPlanning: Consolidating action changes ... Done
1832026-06-02T17:35:17.816ZPlanning: Evaluating mediators ... Done
1842026-06-02T17:35:17.819ZPlanning: Planning completed in 0.27 seconds
1852026-06-02T17:35:17.839Z Mediators to change: 1
1862026-06-02T17:35:17.839Z Create boot environment: No
1872026-06-02T17:35:17.839ZCreate backup boot environment: No
1882026-06-02T17:35:17.894ZFinalize: Updating package state database ... Done
1892026-06-02T17:35:17.894ZFinalize: Updating package cache ... Done
1902026-06-02T17:35:17.905ZFinalize: Updating image state ... Done
1912026-06-02T17:35:19.879ZFinalize: Creating fast lookup database ... Done
1922026-06-02T17:35:19.948ZFinalize: Reading search index ... Done
1932026-06-02T17:35:19.951ZFinalize: Updating search index ... Done
1942026-06-02T17:35:20.022ZFinalize: Updating package cache ... Done
1952026-06-02T17:35:20.337ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-02T17:35:20.337Zapache system 2.4 system
1972026-06-02T17:35:20.337Zclang system 15 system
1982026-06-02T17:35:20.337Zcsh system system illumos
1992026-06-02T17:35:20.337Zctags system system illumos
2002026-06-02T17:35:20.337Zfile vendor vendor darwinsys
2012026-06-02T17:35:20.337Zfile system system illumos
2022026-06-02T17:35:20.337Zgcc vendor 14 vendor
2032026-06-02T17:35:20.337Zgcc system 13 system
2042026-06-02T17:35:20.337Zgcc system 10 system
2052026-06-02T17:35:20.337Zgo system 1.25 system
2062026-06-02T17:35:20.337Zllvm system 15 system
2072026-06-02T17:35:20.337Zmariadb system 11.4 system
2082026-06-02T17:35:20.337Zmta vendor vendor dma
2092026-06-02T17:35:20.337Zopenjdk system 17 system
2102026-06-02T17:35:20.337Zopenjdk system 11 system
2112026-06-02T17:35:20.337Zopenssl vendor 3 vendor
2122026-06-02T17:35:20.337Zperl system 5.40 system
2132026-06-02T17:35:20.337Zpostgresql system 18 system
2142026-06-02T17:35:20.337Zpostgresql system 17 system
2152026-06-02T17:35:20.337Zpython vendor 3 vendor
2162026-06-02T17:35:20.337Zpython system 2 system
2172026-06-02T17:35:20.337Zpython3 vendor 3.13 vendor
2182026-06-02T17:35:20.337Zruby system 3.4 system
2192026-06-02T17:35:20.337Zruby system 3.0 system
2202026-06-02T17:35:20.337Zwords vendor vendor american-english
2212026-06-02T17:35:20.337Zwords system system australian-english
2222026-06-02T17:35:20.337Zwords system system british-english
2232026-06-02T17:35:20.337Zwords system system canadian-english
2242026-06-02T17:35:20.337Zwords system system french
2252026-06-02T17:35:20.337Zwords system system italian
2262026-06-02T17:35:20.337Zwords system system ngerman
2272026-06-02T17:35:20.337Zwords system system ogerman
2282026-06-02T17:35:20.337Zwords system system spanish
2292026-06-02T17:35:20.594ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-02T17:35:20.594Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-02T17:35:20.882ZFMRI IFO
2322026-06-02T17:35:20.882Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-02T17:35:20.882Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-02T17:35:20.882Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-02T17:35:20.882Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-02T17:35:20.882Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-02T17:35:20.882Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-02T17:35:20.882Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-02T17:35:20.882Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-02T17:35:20.882Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-02T17:35:21.136Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-02T17:35:21.785Z Updating crates.io index
2432026-06-02T17:35:21.788Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-02T17:35:22.397Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-02T17:35:23.633Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-02T17:35:24.525Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-02T17:35:27.474Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-02T17:35:29.168Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-02T17:35:32.949Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-02T17:35:35.397Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-02T17:35:36.120Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-02T17:35:38.156Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-02T17:35:38.918Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-02T17:35:40.011Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-02T17:35:40.696Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-02T17:35:42.590Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-02T17:35:43.465Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-06-02T17:35:43.935Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-06-02T17:35:44.507Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-06-02T17:35:45.485Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-06-02T17:35:45.842Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-06-02T17:35:46.422Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-06-02T17:35:47.056Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-06-02T17:35:47.906Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-06-02T17:35:48.432Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-06-02T17:35:49.205Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-06-02T17:35:49.862Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-06-02T17:35:50.239Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-06-02T17:35:50.878Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-06-02T17:35:52.091Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-06-02T17:35:53.251Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-06-02T17:35:53.797Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-06-02T17:35:54.489Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-06-02T17:35:55.272Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-06-02T17:35:55.612Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-06-02T17:35:56.086Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-06-02T17:35:56.738Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-06-02T17:35:57.037Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-06-02T17:35:57.613Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-06-02T17:35:58.310Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-06-02T17:36:10.285Z Downloading crates ...
2822026-06-02T17:36:10.339Z Downloaded itoa v1.0.17
2832026-06-02T17:36:10.347Z Downloaded serde_derive v1.0.228
2842026-06-02T17:36:10.350Z Downloaded memmap v0.7.0
2852026-06-02T17:36:10.350Z Downloaded tinystr v0.8.2
2862026-06-02T17:36:10.353Z Downloaded idna_adapter v1.2.1
2872026-06-02T17:36:10.353Z Downloaded pest_generator v2.8.6
2882026-06-02T17:36:10.356Z Downloaded terminal_size v0.4.3
2892026-06-02T17:36:10.356Z Downloaded dof v0.3.0
2902026-06-02T17:36:10.356Z Downloaded unicode-ident v1.0.24
2912026-06-02T17:36:10.359Z Downloaded strsim v0.11.1
2922026-06-02T17:36:10.362Z Downloaded icu_normalizer v2.1.1
2932026-06-02T17:36:10.362Z Downloaded errno v0.3.14
2942026-06-02T17:36:10.373Z Downloaded crypto-common v0.1.7
2952026-06-02T17:36:10.373Z Downloaded cpufeatures v0.2.17
2962026-06-02T17:36:10.373Z Downloaded zerocopy-derive v0.7.35
2972026-06-02T17:36:10.373Z Downloaded version_check v0.9.5
2982026-06-02T17:36:10.373Z Downloaded heck v0.5.0
2992026-06-02T17:36:10.373Z Downloaded heck v0.4.1
3002026-06-02T17:36:10.373Z Downloaded zerofrom v0.1.6
3012026-06-02T17:36:10.374Z Downloaded unicode-xid v0.2.6
3022026-06-02T17:36:10.374Z Downloaded pretty-hex v0.4.1
3032026-06-02T17:36:10.374Z Downloaded usdt-attr-macro v0.5.0
3042026-06-02T17:36:10.374Z Downloaded toml_write v0.1.2
3052026-06-02T17:36:10.374Z Downloaded fastrand v2.3.0
3062026-06-02T17:36:10.377Z Downloaded anstyle v1.0.13
3072026-06-02T17:36:10.377Z Downloaded utf8parse v0.2.2
3082026-06-02T17:36:10.377Z Downloaded utf8_iter v1.0.4
3092026-06-02T17:36:10.377Z Downloaded displaydoc v0.2.5
3102026-06-02T17:36:10.381Z Downloaded unicode-linebreak v0.1.5
3112026-06-02T17:36:10.384Z Downloaded smallvec v1.15.1
3122026-06-02T17:36:10.384Z Downloaded toml_datetime v0.6.11
3132026-06-02T17:36:10.387Z Downloaded plain v0.2.3
3142026-06-02T17:36:10.387Z Downloaded thread-id v4.2.2
3152026-06-02T17:36:10.387Z Downloaded thiserror v1.0.69
3162026-06-02T17:36:10.390Z Downloaded zmij v1.0.21
3172026-06-02T17:36:10.390Z Downloaded thiserror-impl v1.0.69
3182026-06-02T17:36:10.393Z Downloaded yoke-derive v0.8.1
3192026-06-02T17:36:10.393Z Downloaded usdt v0.5.0
3202026-06-02T17:36:10.393Z Downloaded usdt-macro v0.5.0
3212026-06-02T17:36:10.393Z Downloaded textwrap v0.16.2
3222026-06-02T17:36:10.396Z Downloaded dtrace-parser v0.2.0
3232026-06-02T17:36:10.396Z Downloaded is_terminal_polyfill v1.70.2
3242026-06-02T17:36:10.396Z Downloaded goblin v0.8.2
3252026-06-02T17:36:10.399Z Downloaded writeable v0.6.2
3262026-06-02T17:36:10.399Z Downloaded thiserror-impl v2.0.18
3272026-06-02T17:36:10.402Z Downloaded thiserror v2.0.18
3282026-06-02T17:36:10.406Z Downloaded generic-array v0.14.7
3292026-06-02T17:36:10.406Z Downloaded digest v0.10.7
3302026-06-02T17:36:10.407Z Downloaded zerofrom-derive v0.1.6
3312026-06-02T17:36:10.407Z Downloaded typeid v1.0.3
3322026-06-02T17:36:10.410Z Downloaded yoke v0.8.1
3332026-06-02T17:36:10.410Z Downloaded toml v0.8.23
3342026-06-02T17:36:10.413Z Downloaded tabled_derive v0.7.0
3352026-06-02T17:36:10.413Z Downloaded erased-serde v0.4.9
3362026-06-02T17:36:10.413Z Downloaded ordered-float v2.10.1
3372026-06-02T17:36:10.417Z Downloaded cfg-if v1.0.4
3382026-06-02T17:36:10.420Z Downloaded zerovec-derive v0.11.2
3392026-06-02T17:36:10.420Z Downloaded usdt-impl v0.5.0
3402026-06-02T17:36:10.423Z Downloaded typenum v1.19.0
3412026-06-02T17:36:10.426Z Downloaded macaddr v1.0.1
3422026-06-02T17:36:10.426Z Downloaded stable_deref_trait v1.2.1
3432026-06-02T17:36:10.426Z Downloaded proc-macro-error-attr v1.0.4
3442026-06-02T17:36:10.426Z Downloaded form_urlencoded v1.2.2
3452026-06-02T17:36:10.426Z Downloaded scroll_derive v0.12.1
3462026-06-02T17:36:10.429Z Downloaded colorchoice v1.0.4
3472026-06-02T17:36:10.429Z Downloaded fnv v1.0.7
3482026-06-02T17:36:10.429Z Downloaded clap_lex v1.0.0
3492026-06-02T17:36:10.429Z Downloaded equivalent v1.0.2
3502026-06-02T17:36:10.432Z Downloaded ucd-trie v0.1.7
3512026-06-02T17:36:10.432Z Downloaded scroll v0.12.0
3522026-06-02T17:36:10.436Z Downloaded serde-untagged v0.1.9
3532026-06-02T17:36:10.436Z Downloaded proc-macro-error v1.0.4
3542026-06-02T17:36:10.436Z Downloaded cargo_toml v0.21.0
3552026-06-02T17:36:10.439Z Downloaded toml_edit v0.22.27
3562026-06-02T17:36:10.444Z Downloaded zerotrie v0.2.3
3572026-06-02T17:36:10.447Z Downloaded cargo-platform v0.2.0
3582026-06-02T17:36:10.447Z Downloaded serde_spanned v0.6.9
3592026-06-02T17:36:10.450Z Downloaded url v2.5.8
3602026-06-02T17:36:10.453Z Downloaded swrite v0.1.0
3612026-06-02T17:36:10.457Z Downloaded potential_utf v0.1.4
3622026-06-02T17:36:10.460Z Downloaded smawk v0.3.2
3632026-06-02T17:36:10.460Z Downloaded percent-encoding v2.3.2
3642026-06-02T17:36:10.460Z Downloaded block-buffer v0.10.4
3652026-06-02T17:36:10.463Z Downloaded zerovec v0.11.5
3662026-06-02T17:36:10.466Z Downloaded serde-value v0.7.0
3672026-06-02T17:36:10.472Z Downloaded zerocopy v0.7.35
3682026-06-02T17:36:10.481Z Downloaded winnow v0.7.14
3692026-06-02T17:36:10.486Z Downloaded unicode-width v0.2.0
3702026-06-02T17:36:10.489Z Downloaded icu_collections v2.1.1
3712026-06-02T17:36:10.492Z Downloaded fs-err v3.3.0
3722026-06-02T17:36:10.495Z Downloaded unicode-width v0.1.14
3732026-06-02T17:36:10.498Z Downloaded camino-tempfile v1.4.1
3742026-06-02T17:36:10.498Z Downloaded byteorder v1.5.0
3752026-06-02T17:36:10.498Z Downloaded bytecount v0.6.9
3762026-06-02T17:36:10.501Z Downloaded synstructure v0.13.2
3772026-06-02T17:36:10.501Z Downloaded serde_tokenstream v0.2.3
3782026-06-02T17:36:10.501Z Downloaded anstream v0.6.21
3792026-06-02T17:36:10.504Z Downloaded litemap v0.8.1
3802026-06-02T17:36:10.504Z Downloaded anstyle-query v1.1.5
3812026-06-02T17:36:10.504Z Downloaded sha2 v0.10.9
3822026-06-02T17:36:10.504Z Downloaded autocfg v1.5.0
3832026-06-02T17:36:10.509Z Downloaded once_cell v1.21.3
3842026-06-02T17:36:10.512Z Downloaded cargo_metadata v0.21.0
3852026-06-02T17:36:10.515Z Downloaded bitflags v2.11.0
3862026-06-02T17:36:10.518Z Downloaded pest_derive v2.8.6
3872026-06-02T17:36:10.518Z Downloaded clap_derive v4.5.55
3882026-06-02T17:36:10.521Z Downloaded icu_locale_core v2.1.1
3892026-06-02T17:36:10.524Z Downloaded tempfile v3.25.0
3902026-06-02T17:36:10.524Z Downloaded quote v1.0.45
3912026-06-02T17:36:10.528Z Downloaded camino v1.2.2
3922026-06-02T17:36:10.528Z Downloaded anyhow v1.0.102
3932026-06-02T17:36:10.531Z Downloaded semver v1.0.28
3942026-06-02T17:36:10.534Z Downloaded anstyle-parse v0.2.7
3952026-06-02T17:36:10.537Z Downloaded cargo-util-schemas v0.8.2
3962026-06-02T17:36:10.543Z Downloaded log v0.4.29
3972026-06-02T17:36:10.546Z Downloaded clap v4.5.60
3982026-06-02T17:36:10.549Z Downloaded serde_core v1.0.228
3992026-06-02T17:36:10.553Z Downloaded proc-macro2 v1.0.106
4002026-06-02T17:36:10.553Z Downloaded papergrid v0.11.0
4012026-06-02T17:36:10.556Z Downloaded icu_provider v2.1.1
4022026-06-02T17:36:10.559Z Downloaded num-traits v0.2.19
4032026-06-02T17:36:10.559Z Downloaded icu_normalizer_data v2.1.1
4042026-06-02T17:36:10.582Z Downloaded serde v1.0.228
4052026-06-02T17:36:10.586Z Downloaded hashbrown v0.17.0
4062026-06-02T17:36:10.589Z Downloaded pest_meta v2.8.6
4072026-06-02T17:36:10.589Z Downloaded memchr v2.8.0
4082026-06-02T17:36:10.592Z Downloaded icu_properties v2.1.2
4092026-06-02T17:36:10.595Z Downloaded idna v1.1.0
4102026-06-02T17:36:10.595Z Downloaded getrandom v0.4.1
4112026-06-02T17:36:10.604Z Downloaded indexmap v2.14.0
4122026-06-02T17:36:10.609Z Downloaded pest v2.8.6
4132026-06-02T17:36:10.612Z Downloaded icu_properties_data v2.1.2
4142026-06-02T17:36:10.628Z Downloaded serde_json v1.0.149
4152026-06-02T17:36:10.632Z Downloaded clap_builder v4.5.60
4162026-06-02T17:36:10.657Z Downloaded tabled v0.15.0
4172026-06-02T17:36:10.665Z Downloaded syn v1.0.109
4182026-06-02T17:36:10.670Z Downloaded syn v2.0.117
4192026-06-02T17:36:10.676Z Downloaded rustix v1.1.3
4202026-06-02T17:36:10.706Z Downloaded libc v0.2.185
4212026-06-02T17:36:10.775Z Compiling proc-macro2 v1.0.106
4222026-06-02T17:36:10.778Z Compiling unicode-ident v1.0.24
4232026-06-02T17:36:10.778Z Compiling quote v1.0.45
4242026-06-02T17:36:10.778Z Compiling serde_core v1.0.228
4252026-06-02T17:36:10.778Z Compiling libc v0.2.185
4262026-06-02T17:36:10.778Z Compiling version_check v0.9.5
4272026-06-02T17:36:10.778Z Compiling stable_deref_trait v1.2.1
4282026-06-02T17:36:10.778Z Compiling serde v1.0.228
4292026-06-02T17:36:11.053Z Compiling memchr v2.8.0
4302026-06-02T17:36:11.103Z Compiling zmij v1.0.21
4312026-06-02T17:36:11.288Z Compiling autocfg v1.5.0
4322026-06-02T17:36:11.426Z Compiling thiserror v1.0.69
4332026-06-02T17:36:11.671Z Compiling itoa v1.0.17
4342026-06-02T17:36:11.688Z Compiling ucd-trie v0.1.7
4352026-06-02T17:36:11.754Z Compiling writeable v0.6.2
4362026-06-02T17:36:11.773Z Compiling litemap v0.8.1
4372026-06-02T17:36:11.846Z Compiling pest v2.8.6
4382026-06-02T17:36:11.919Z Compiling icu_normalizer_data v2.1.1
4392026-06-02T17:36:11.972Z Compiling icu_properties_data v2.1.2
4402026-06-02T17:36:11.988Z Compiling byteorder v1.5.0
4412026-06-02T17:36:12.157Z Compiling rustix v1.1.3
4422026-06-02T17:36:12.286Z Compiling syn v2.0.117
4432026-06-02T17:36:12.315Z Compiling errno v0.3.14
4442026-06-02T17:36:12.349Z Compiling serde_json v1.0.149
4452026-06-02T17:36:12.370Z Compiling bitflags v2.11.0
4462026-06-02T17:36:12.583Z Compiling num-traits v0.2.19
4472026-06-02T17:36:12.599Z Compiling typeid v1.0.3
4482026-06-02T17:36:12.699Z Compiling equivalent v1.0.2
4492026-06-02T17:36:12.763Z Compiling hashbrown v0.17.0
4502026-06-02T17:36:12.792Z Compiling smallvec v1.15.1
4512026-06-02T17:36:13.008Z Compiling pest_meta v2.8.6
4522026-06-02T17:36:13.133Z Compiling thread-id v4.2.2
4532026-06-02T17:36:13.220Z Compiling usdt-impl v0.5.0
4542026-06-02T17:36:13.240Z Compiling proc-macro-error-attr v1.0.4
4552026-06-02T17:36:13.277Z Compiling indexmap v2.14.0
4562026-06-02T17:36:13.316Z Compiling winnow v0.7.14
4572026-06-02T17:36:13.421Z Compiling erased-serde v0.4.9
4582026-06-02T17:36:13.441Z Compiling toml_write v0.1.2
4592026-06-02T17:36:13.681Z Compiling syn v1.0.109
4602026-06-02T17:36:13.989Z Compiling proc-macro-error v1.0.4
4612026-06-02T17:36:14.058Z Compiling utf8parse v0.2.2
4622026-06-02T17:36:14.175Z Compiling plain v0.2.3
4632026-06-02T17:36:14.175Z Compiling getrandom v0.4.1
4642026-06-02T17:36:14.291Z Compiling log v0.4.29
4652026-06-02T17:36:14.473Z Compiling utf8_iter v1.0.4
4662026-06-02T17:36:14.492Z Compiling camino v1.2.2
4672026-06-02T17:36:14.535Z Compiling thiserror v2.0.18
4682026-06-02T17:36:14.623Z Compiling percent-encoding v2.3.2
4692026-06-02T17:36:14.662Z Compiling ordered-float v2.10.1
4702026-06-02T17:36:14.780Z Compiling form_urlencoded v1.2.2
4712026-06-02T17:36:14.798Z Compiling anstyle-parse v0.2.7
4722026-06-02T17:36:14.864Z Compiling synstructure v0.13.2
4732026-06-02T17:36:14.902Z Compiling pest_generator v2.8.6
4742026-06-02T17:36:15.070Z Compiling terminal_size v0.4.3
4752026-06-02T17:36:15.219Z Compiling anstyle-query v1.1.5
4762026-06-02T17:36:15.338Z Compiling cfg-if v1.0.4
4772026-06-02T17:36:15.416Z Compiling anstyle v1.0.13
4782026-06-02T17:36:15.420Z Compiling colorchoice v1.0.4
4792026-06-02T17:36:15.452Z Compiling is_terminal_polyfill v1.70.2
4802026-06-02T17:36:15.457Z Compiling pretty-hex v0.4.1
4812026-06-02T17:36:15.574Z Compiling serde-untagged v0.1.9
4822026-06-02T17:36:15.595Z Compiling anstream v0.6.21
4832026-06-02T17:36:15.657Z Compiling semver v1.0.28
4842026-06-02T17:36:15.733Z Compiling fs-err v3.3.0
4852026-06-02T17:36:15.817Z Compiling fastrand v2.3.0
4862026-06-02T17:36:15.905Z Compiling once_cell v1.21.3
4872026-06-02T17:36:15.927Z Compiling anyhow v1.0.102
4882026-06-02T17:36:15.980Z Compiling heck v0.5.0
4892026-06-02T17:36:16.026Z Compiling strsim v0.11.1
4902026-06-02T17:36:16.122Z Compiling unicode-xid v0.2.6
4912026-06-02T17:36:16.225Z Compiling clap_lex v1.0.0
4922026-06-02T17:36:16.244Z Compiling bytecount v0.6.9
4932026-06-02T17:36:16.261Z Compiling fnv v1.0.7
4942026-06-02T17:36:16.369Z Compiling unicode-width v0.1.14
4952026-06-02T17:36:16.387Z Compiling heck v0.4.1
4962026-06-02T17:36:16.390Z Compiling clap_builder v4.5.60
4972026-06-02T17:36:16.458Z Compiling tempfile v3.25.0
4982026-06-02T17:36:16.616Z Compiling papergrid v0.11.0
4992026-06-02T17:36:16.635Z Compiling serde_derive v1.0.228
5002026-06-02T17:36:16.651Z Compiling zerofrom-derive v0.1.6
5012026-06-02T17:36:16.654Z Compiling yoke-derive v0.8.1
5022026-06-02T17:36:16.840Z Compiling zerovec-derive v0.11.2
5032026-06-02T17:36:16.993Z Compiling displaydoc v0.2.5
5042026-06-02T17:36:17.725Z Compiling thiserror-impl v1.0.69
5052026-06-02T17:36:17.802Z Compiling zerocopy-derive v0.7.35
5062026-06-02T17:36:17.942Z Compiling pest_derive v2.8.6
5072026-06-02T17:36:18.038Z Compiling zerofrom v0.1.6
5082026-06-02T17:36:18.058Z Compiling scroll_derive v0.12.1
5092026-06-02T17:36:18.172Z Compiling yoke v0.8.1
5102026-06-02T17:36:18.361Z Compiling zerovec v0.11.5
5112026-06-02T17:36:18.380Z Compiling zerotrie v0.2.3
5122026-06-02T17:36:18.672Z Compiling zerocopy v0.7.35
5132026-06-02T17:36:18.690Z Compiling thiserror-impl v2.0.18
5142026-06-02T17:36:18.722Z Compiling scroll v0.12.0
5152026-06-02T17:36:18.870Z Compiling tinystr v0.8.2
5162026-06-02T17:36:18.995Z Compiling potential_utf v0.1.4
5172026-06-02T17:36:19.084Z Compiling icu_locale_core v2.1.1
5182026-06-02T17:36:19.104Z Compiling dtrace-parser v0.2.0
5192026-06-02T17:36:19.164Z Compiling icu_collections v2.1.1
5202026-06-02T17:36:19.219Z Compiling goblin v0.8.2
5212026-06-02T17:36:19.411Z Compiling tabled_derive v0.7.0
5222026-06-02T17:36:19.658Z Compiling clap_derive v4.5.55
5232026-06-02T17:36:19.849Z Compiling icu_provider v2.1.1
5242026-06-02T17:36:19.966Z Compiling serde_spanned v0.6.9
5252026-06-02T17:36:20.090Z Compiling toml_datetime v0.6.11
5262026-06-02T17:36:20.109Z Compiling dof v0.3.0
5272026-06-02T17:36:20.153Z Compiling icu_properties v2.1.2
5282026-06-02T17:36:20.172Z Compiling icu_normalizer v2.1.1
5292026-06-02T17:36:20.215Z Compiling serde_tokenstream v0.2.3
5302026-06-02T17:36:20.364Z Compiling toml_edit v0.22.27
5312026-06-02T17:36:20.544Z Compiling serde-value v0.7.0
5322026-06-02T17:36:20.628Z Compiling cargo-platform v0.2.0
5332026-06-02T17:36:20.826Z Compiling memmap v0.7.0
5342026-06-02T17:36:20.915Z Compiling unicode-width v0.2.0
5352026-06-02T17:36:20.915Z Compiling unicode-linebreak v0.1.5
5362026-06-02T17:36:21.014Z Compiling smawk v0.3.2
5372026-06-02T17:36:21.033Z Compiling idna_adapter v1.2.1
5382026-06-02T17:36:21.180Z Compiling idna v1.1.0
5392026-06-02T17:36:21.180Z Compiling usdt-macro v0.5.0
5402026-06-02T17:36:21.199Z Compiling usdt-attr-macro v0.5.0
5412026-06-02T17:36:21.213Z Compiling textwrap v0.16.2
5422026-06-02T17:36:21.462Z Compiling url v2.5.8
5432026-06-02T17:36:21.684Z Compiling clap v4.5.60
5442026-06-02T17:36:21.774Z Compiling tabled v0.15.0
5452026-06-02T17:36:21.819Z Compiling toml v0.8.23
5462026-06-02T17:36:21.834Z Compiling macaddr v1.0.1
5472026-06-02T17:36:21.884Z Compiling camino-tempfile v1.4.1
5482026-06-02T17:36:22.232Z Compiling cargo-util-schemas v0.8.2
5492026-06-02T17:36:22.270Z Compiling cargo_toml v0.21.0
5502026-06-02T17:36:22.465Z Compiling usdt v0.5.0
5512026-06-02T17:36:22.490Z Compiling swrite v0.1.0
5522026-06-02T17:36:22.575Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-02T17:36:23.136Z Compiling cargo_metadata v0.21.0
5542026-06-02T17:36:24.076Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-06-02T17:36:26.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
5562026-06-02T17:36:26.423Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-06-02T17:36:26.993Z Downloading crates ...
5582026-06-02T17:36:27.085Z Downloaded aead v0.5.2
5592026-06-02T17:36:27.092Z Downloaded adler2 v2.0.1
5602026-06-02T17:36:27.096Z Downloaded ascii-canvas v3.0.0
5612026-06-02T17:36:27.096Z Downloaded arrayref v0.3.9
5622026-06-02T17:36:27.096Z Downloaded array-init v0.0.4
5632026-06-02T17:36:27.099Z Downloaded arrayvec v0.7.6
5642026-06-02T17:36:27.102Z Downloaded crc32fast v1.5.0
5652026-06-02T17:36:27.109Z Downloaded base16ct v0.2.0
5662026-06-02T17:36:27.112Z Downloaded allocator-api2 v0.2.21
5672026-06-02T17:36:27.112Z Downloaded argon2 v0.5.3
5682026-06-02T17:36:27.115Z Downloaded arc-swap v1.8.2
5692026-06-02T17:36:27.115Z Downloaded ar_archive_writer v0.5.1
5702026-06-02T17:36:27.119Z Downloaded ciborium-io v0.2.2
5712026-06-02T17:36:27.119Z Downloaded async-stream v0.3.6
5722026-06-02T17:36:27.122Z Downloaded blake2 v0.10.6
5732026-06-02T17:36:27.125Z Downloaded ciborium v0.2.2
5742026-06-02T17:36:27.129Z Downloaded atomic-waker v1.1.2
5752026-06-02T17:36:27.129Z Downloaded data-encoding v2.10.0
5762026-06-02T17:36:27.129Z Downloaded bit-vec v0.6.3
5772026-06-02T17:36:27.132Z Downloaded cfg_aliases v0.1.1
5782026-06-02T17:36:27.132Z Downloaded dirs-next v2.0.0
5792026-06-02T17:36:27.133Z Downloaded cexpr v0.6.0
5802026-06-02T17:36:27.136Z Downloaded byte-wrapper v0.1.0
5812026-06-02T17:36:27.136Z Downloaded derive-where v1.6.0
5822026-06-02T17:36:27.139Z Downloaded darling_macro v0.23.0
5832026-06-02T17:36:27.139Z Downloaded backoff v0.4.0
5842026-06-02T17:36:27.143Z Downloaded defmt v1.0.1
5852026-06-02T17:36:27.143Z Downloaded document-features v0.2.12
5862026-06-02T17:36:27.146Z Downloaded dyn-clone v1.0.20
5872026-06-02T17:36:27.146Z Downloaded crossbeam-utils v0.8.21
5882026-06-02T17:36:27.146Z Downloaded darling_macro v0.21.3
5892026-06-02T17:36:27.150Z Downloaded atomicwrites v0.4.4
5902026-06-02T17:36:27.150Z Downloaded filetime v0.2.27
5912026-06-02T17:36:27.150Z Downloaded assert_matches v1.5.0
5922026-06-02T17:36:27.153Z Downloaded fatfs v0.3.6
5932026-06-02T17:36:27.157Z Downloaded endian-type v0.1.2
5942026-06-02T17:36:27.157Z Downloaded enum-as-inner v0.6.1
5952026-06-02T17:36:27.160Z Downloaded compression-core v0.4.31
5962026-06-02T17:36:27.160Z Downloaded bb8 v0.8.6
5972026-06-02T17:36:27.160Z Downloaded bitfield-macros v0.19.4
5982026-06-02T17:36:27.164Z Downloaded derive_builder_core v0.20.2
5992026-06-02T17:36:27.164Z Downloaded derive-ex v0.1.8
6002026-06-02T17:36:27.167Z Downloaded block-padding v0.3.3
6012026-06-02T17:36:27.168Z Downloaded atty v0.2.14
6022026-06-02T17:36:27.168Z Downloaded async-stream-impl v0.3.6
6032026-06-02T17:36:27.168Z Downloaded dropshot_endpoint v0.17.0
6042026-06-02T17:36:27.172Z Downloaded dropshot-api-manager-types v0.7.1
6052026-06-02T17:36:27.172Z Downloaded debug-ignore v1.0.5
6062026-06-02T17:36:27.175Z Downloaded cfg_aliases v0.2.1
6072026-06-02T17:36:27.175Z Downloaded defmt v0.3.100
6082026-06-02T17:36:27.175Z Downloaded bitfield-struct v0.6.2
6092026-06-02T17:36:27.175Z Downloaded fixedbitset v0.4.2
6102026-06-02T17:36:27.179Z Downloaded bit-set v0.5.3
6112026-06-02T17:36:27.179Z Downloaded cobs v0.3.0
6122026-06-02T17:36:27.182Z Downloaded cstr-argument v0.1.2
6132026-06-02T17:36:27.183Z Downloaded dirs-sys-next v0.1.2
6142026-06-02T17:36:27.186Z Downloaded castaway v0.2.4
6152026-06-02T17:36:27.186Z Downloaded flagset v0.4.7
6162026-06-02T17:36:27.186Z Downloaded curve25519-dalek-derive v0.1.1
6172026-06-02T17:36:27.190Z Downloaded cargo-platform v0.1.9
6182026-06-02T17:36:27.190Z Downloaded crunchy v0.2.4
6192026-06-02T17:36:27.193Z Downloaded foreign-types-macros v0.2.3
6202026-06-02T17:36:27.193Z Downloaded foreign-types-shared v0.3.1
6212026-06-02T17:36:27.193Z Downloaded dof v0.4.0
6222026-06-02T17:36:27.196Z Downloaded difflib v0.4.0
6232026-06-02T17:36:27.196Z Downloaded foreign-types v0.5.0
6242026-06-02T17:36:27.196Z Downloaded float-cmp v0.10.0
6252026-06-02T17:36:27.196Z Downloaded crc-catalog v2.4.0
6262026-06-02T17:36:27.200Z Downloaded crc v3.4.0
6272026-06-02T17:36:27.200Z Downloaded foreign-types v0.3.2
6282026-06-02T17:36:27.200Z Downloaded ciborium-ll v0.2.2
6292026-06-02T17:36:27.200Z Downloaded env_filter v1.0.0
6302026-06-02T17:36:27.204Z Downloaded embedded-io v0.4.0
6312026-06-02T17:36:27.204Z Downloaded bcrypt-pbkdf v0.10.0
6322026-06-02T17:36:27.204Z Downloaded convert_case v0.4.0
6332026-06-02T17:36:27.207Z Downloaded crucible-workspace-hack v0.1.0
6342026-06-02T17:36:27.207Z Downloaded dunce v1.0.5
6352026-06-02T17:36:27.211Z Downloaded foreign-types-shared v0.1.1
6362026-06-02T17:36:27.211Z Downloaded downcast-rs v2.0.2
6372026-06-02T17:36:27.211Z Downloaded display-error-chain v0.2.2
6382026-06-02T17:36:27.211Z Downloaded dsl_auto_type v0.2.0
6392026-06-02T17:36:27.215Z Downloaded dtrace-parser v0.3.0
6402026-06-02T17:36:27.218Z Downloaded blowfish v0.9.1
6412026-06-02T17:36:27.218Z Downloaded critical-section v1.2.0
6422026-06-02T17:36:27.218Z Downloaded either v1.15.0
6432026-06-02T17:36:27.222Z Downloaded ecdsa v0.16.9
6442026-06-02T17:36:27.225Z Downloaded bcs v0.1.6
6452026-06-02T17:36:27.225Z Downloaded convert_case v0.10.0
6462026-06-02T17:36:27.228Z Downloaded buf-list v1.1.2
6472026-06-02T17:36:27.228Z Downloaded cpufeatures v0.3.0
6482026-06-02T17:36:27.228Z Downloaded defmt-parser v1.0.0
6492026-06-02T17:36:27.232Z Downloaded cipher v0.4.4
6502026-06-02T17:36:27.232Z Downloaded base64 v0.22.1
6512026-06-02T17:36:27.236Z Downloaded funty v2.0.0
6522026-06-02T17:36:27.236Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-06-02T17:36:27.236Z Downloaded futures-core v0.3.32
6542026-06-02T17:36:27.236Z Downloaded derive_builder_macro v0.20.2
6552026-06-02T17:36:27.239Z Downloaded futures-task v0.3.32
6562026-06-02T17:36:27.239Z Downloaded futures-sink v0.3.32
6572026-06-02T17:36:27.239Z Downloaded ghash v0.5.1
6582026-06-02T17:36:27.239Z Downloaded fxhash v0.2.1
6592026-06-02T17:36:27.240Z Downloaded darling_macro v0.20.11
6602026-06-02T17:36:27.243Z Downloaded crc8 v0.1.1
6612026-06-02T17:36:27.243Z Downloaded futures-macro v0.3.32
6622026-06-02T17:36:27.243Z Downloaded futures-io v0.3.32
6632026-06-02T17:36:27.243Z Downloaded git-stub v1.0.0
6642026-06-02T17:36:27.246Z Downloaded gethostname v0.5.0
6652026-06-02T17:36:27.250Z Downloaded async-recursion v1.1.1
6662026-06-02T17:36:27.253Z Downloaded fd-lock v4.0.4
6672026-06-02T17:36:27.253Z Downloaded chacha20 v0.9.1
6682026-06-02T17:36:27.257Z Downloaded cassowary v0.3.0
6692026-06-02T17:36:27.257Z Downloaded headers-core v0.3.0
6702026-06-02T17:36:27.257Z Downloaded bitflags v1.3.2
6712026-06-02T17:36:27.262Z Downloaded bitfield v0.19.4
6722026-06-02T17:36:27.262Z Downloaded globwalk v0.9.1
6732026-06-02T17:36:27.262Z Downloaded flume v0.11.1
6742026-06-02T17:36:27.265Z Downloaded fallible-iterator v0.2.0
6752026-06-02T17:36:27.265Z Downloaded diesel-dtrace v0.5.0
6762026-06-02T17:36:27.265Z Downloaded fixedbitset v0.5.7
6772026-06-02T17:36:27.265Z Downloaded cmake v0.1.57
6782026-06-02T17:36:27.268Z Downloaded fs-err v2.11.0
6792026-06-02T17:36:27.268Z Downloaded ff v0.13.1
6802026-06-02T17:36:27.268Z Downloaded env_logger v0.11.9
6812026-06-02T17:36:27.272Z Downloaded hash32 v0.3.1
6822026-06-02T17:36:27.272Z Downloaded hash32 v0.2.1
6832026-06-02T17:36:27.272Z Downloaded hex v0.4.3
6842026-06-02T17:36:27.275Z Downloaded embedded-io v0.6.1
6852026-06-02T17:36:27.275Z Downloaded ctr v0.9.2
6862026-06-02T17:36:27.275Z Downloaded hex-literal v0.4.1
6872026-06-02T17:36:27.279Z Downloaded corncobs v0.1.4
6882026-06-02T17:36:27.279Z Downloaded darling v0.21.3
6892026-06-02T17:36:27.282Z Downloaded compression-codecs v0.4.37
6902026-06-02T17:36:27.282Z Downloaded foldhash v0.1.5
6912026-06-02T17:36:27.286Z Downloaded flate2 v1.1.9
6922026-06-02T17:36:27.286Z Downloaded http-body v1.0.1
6932026-06-02T17:36:27.289Z Downloaded colored v2.2.0
6942026-06-02T17:36:27.289Z Downloaded http-range v0.1.5
6952026-06-02T17:36:27.289Z Downloaded clang-sys v1.8.1
6962026-06-02T17:36:27.293Z Downloaded hostname v0.4.2
6972026-06-02T17:36:27.293Z Downloaded cancel-safe-futures v0.1.5
6982026-06-02T17:36:27.296Z Downloaded home v0.5.12
6992026-06-02T17:36:27.297Z Downloaded float-ord v0.3.2
7002026-06-02T17:36:27.297Z Downloaded foldhash v0.2.0
7012026-06-02T17:36:27.297Z Downloaded csv-core v0.1.13
7022026-06-02T17:36:27.300Z Downloaded async-bb8-diesel v0.2.1
7032026-06-02T17:36:27.300Z Downloaded futures-executor v0.3.32
7042026-06-02T17:36:27.300Z Downloaded erased-serde v0.3.31
7052026-06-02T17:36:27.305Z Downloaded ena v0.14.4
7062026-06-02T17:36:27.305Z Downloaded hubpack_derive v0.1.1
7072026-06-02T17:36:27.305Z Downloaded find-msvc-tools v0.1.9
7082026-06-02T17:36:27.305Z Downloaded daft-derive v0.1.5
7092026-06-02T17:36:27.308Z Downloaded indent_write v2.2.0
7102026-06-02T17:36:27.308Z Downloaded hubpack v0.1.2
7112026-06-02T17:36:27.308Z Downloaded globset v0.4.18
7122026-06-02T17:36:27.311Z Downloaded glob v0.3.3
7132026-06-02T17:36:27.311Z Downloaded ident_case v1.0.1
7142026-06-02T17:36:27.311Z Downloaded chacha20 v0.10.0
7152026-06-02T17:36:27.315Z Downloaded inout v0.1.4
7162026-06-02T17:36:27.315Z Downloaded hyper-tls v0.6.0
7172026-06-02T17:36:27.315Z Downloaded bzip2 v0.6.1
7182026-06-02T17:36:27.318Z Downloaded bzip2 v0.4.4
7192026-06-02T17:36:27.319Z Downloaded async-trait v0.1.89
7202026-06-02T17:36:27.322Z Downloaded instant v0.1.13
7212026-06-02T17:36:27.322Z Downloaded group v0.13.0
7222026-06-02T17:36:27.322Z Downloaded cookie_store v0.22.1
7232026-06-02T17:36:27.325Z Downloaded console v0.16.2
7242026-06-02T17:36:27.325Z Downloaded drift v0.1.4
7252026-06-02T17:36:27.329Z Downloaded is_ci v1.2.0
7262026-06-02T17:36:27.332Z Downloaded crossbeam-epoch v0.9.18
7272026-06-02T17:36:27.333Z Downloaded keccak v0.1.6
7282026-06-02T17:36:27.333Z Downloaded is-terminal v0.4.17
7292026-06-02T17:36:27.336Z Downloaded internet-checksum v0.2.1
7302026-06-02T17:36:27.336Z Downloaded instability v0.3.11
7312026-06-02T17:36:27.336Z Downloaded console v0.15.11
7322026-06-02T17:36:27.339Z Downloaded defmt-macros v1.0.1
7332026-06-02T17:36:27.339Z Downloaded darling v0.20.11
7342026-06-02T17:36:27.343Z Downloaded highway v1.3.0
7352026-06-02T17:36:27.343Z Downloaded lazy_static v1.5.0
7362026-06-02T17:36:27.347Z Downloaded derive_more-impl v2.1.1
7372026-06-02T17:36:27.350Z Downloaded lalrpop-util v0.19.12
7382026-06-02T17:36:27.350Z Downloaded const-oid v0.9.6
7392026-06-02T17:36:27.350Z Downloaded crossbeam-deque v0.8.6
7402026-06-02T17:36:27.350Z Downloaded diesel_derives v2.3.7
7412026-06-02T17:36:27.354Z Downloaded kstat-rs v0.2.4
7422026-06-02T17:36:27.357Z Downloaded futures-channel v0.3.32
7432026-06-02T17:36:27.357Z Downloaded http-body-util v0.1.3
7442026-06-02T17:36:27.357Z Downloaded getrandom v0.2.17
7452026-06-02T17:36:27.361Z Downloaded diff v0.1.13
7462026-06-02T17:36:27.361Z Downloaded httpdate v1.0.3
7472026-06-02T17:36:27.364Z Downloaded humantime v2.3.0
7482026-06-02T17:36:27.364Z Downloaded impl-trait-for-tuples v0.2.3
7492026-06-02T17:36:27.368Z Downloaded libscf-sys v1.1.0
7502026-06-02T17:36:27.368Z Downloaded derive_builder v0.20.2
7512026-06-02T17:36:27.372Z Downloaded linked-hash-map v0.5.6
7522026-06-02T17:36:27.372Z Downloaded md5 v0.7.0
7532026-06-02T17:36:27.372Z Downloaded managed v0.8.0
7542026-06-02T17:36:27.372Z Downloaded lzss v0.8.2
7552026-06-02T17:36:27.372Z Downloaded ingot v0.1.1
7562026-06-02T17:36:27.376Z Downloaded lru-slab v0.1.2
7572026-06-02T17:36:27.376Z Downloaded mime v0.3.17
7582026-06-02T17:36:27.376Z Downloaded md-5 v0.10.6
7592026-06-02T17:36:27.376Z Downloaded multimap v0.10.1
7602026-06-02T17:36:27.379Z Downloaded new_debug_unreachable v1.0.6
7612026-06-02T17:36:27.379Z Downloaded lru-cache v0.1.2
7622026-06-02T17:36:27.379Z Downloaded indoc v1.0.9
7632026-06-02T17:36:27.379Z Downloaded maybe-uninit v2.0.0
7642026-06-02T17:36:27.383Z Downloaded newline-converter v0.3.0
7652026-06-02T17:36:27.383Z Downloaded maplit v1.0.2
7662026-06-02T17:36:27.383Z Downloaded half v1.8.3
7672026-06-02T17:36:27.386Z Downloaded hyper-staticfile v0.10.1
7682026-06-02T17:36:27.386Z Downloaded ingot-types v0.1.2
7692026-06-02T17:36:27.386Z Downloaded fs_extra v1.3.0
7702026-06-02T17:36:27.390Z Downloaded crc-any v2.5.0
7712026-06-02T17:36:27.390Z Downloaded des v0.8.1
7722026-06-02T17:36:27.390Z Downloaded git-stub-vcs v0.1.0
7732026-06-02T17:36:27.393Z Downloaded cookie v0.18.1
7742026-06-02T17:36:27.393Z Downloaded elliptic-curve v0.13.8
7752026-06-02T17:36:27.397Z Downloaded ipnetwork v0.21.1
7762026-06-02T17:36:27.397Z Downloaded indoc v2.0.7
7772026-06-02T17:36:27.400Z Downloaded nodrop v0.1.14
7782026-06-02T17:36:27.400Z Downloaded nonempty v0.12.0
7792026-06-02T17:36:27.400Z Downloaded darling_core v0.21.3
7802026-06-02T17:36:27.404Z Downloaded num v0.4.3
7812026-06-02T17:36:27.404Z Downloaded num-derive v0.4.2
7822026-06-02T17:36:27.404Z Downloaded darling_core v0.23.0
7832026-06-02T17:36:27.408Z Downloaded nibble_vec v0.1.0
7842026-06-02T17:36:27.411Z Downloaded match_cfg v0.1.0
7852026-06-02T17:36:27.411Z Downloaded newtype_derive v0.1.6
7862026-06-02T17:36:27.411Z Downloaded jobserver v0.1.34
7872026-06-02T17:36:27.411Z Downloaded num-derive v0.3.3
7882026-06-02T17:36:27.415Z Downloaded num-conv v0.2.0
7892026-06-02T17:36:27.415Z Downloaded lru v0.12.5
7902026-06-02T17:36:27.415Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-02T17:36:27.415Z Downloaded ahash v0.8.12
7922026-06-02T17:36:27.419Z Downloaded colored v3.1.1
7932026-06-02T17:36:27.419Z Downloaded hostname v0.3.1
7942026-06-02T17:36:27.419Z Downloaded backon v1.6.0
7952026-06-02T17:36:27.423Z Downloaded num_threads v0.1.7
7962026-06-02T17:36:27.423Z Downloaded libloading v0.8.9
7972026-06-02T17:36:27.423Z Downloaded openssl-probe v0.1.6
7982026-06-02T17:36:27.426Z Downloaded openssl-macros v0.1.1
7992026-06-02T17:36:27.426Z Downloaded olpc-cjson v0.1.4
8002026-06-02T17:36:27.426Z Downloaded opaque-debug v0.3.1
8012026-06-02T17:36:27.426Z Downloaded libefi-sys v0.1.0
8022026-06-02T17:36:27.426Z Downloaded der_derive v0.7.3
8032026-06-02T17:36:27.431Z Downloaded linear-map v1.2.0
8042026-06-02T17:36:27.431Z Downloaded hmac v0.12.1
8052026-06-02T17:36:27.431Z Downloaded iana-time-zone v0.1.65
8062026-06-02T17:36:27.435Z Downloaded getrandom v0.3.4
8072026-06-02T17:36:27.435Z Downloaded libsw v3.5.0
8082026-06-02T17:36:27.438Z Downloaded hyper-rustls v0.27.7
8092026-06-02T17:36:27.438Z Downloaded nanorand v0.7.0
8102026-06-02T17:36:27.438Z Downloaded lock_api v0.4.14
8112026-06-02T17:36:27.441Z Downloaded num_enum_derive v0.5.11
8122026-06-02T17:36:27.441Z Downloaded multer v3.1.0
8132026-06-02T17:36:27.441Z Downloaded openssl-probe v0.2.1
8142026-06-02T17:36:27.445Z Downloaded num-iter v0.1.45
8152026-06-02T17:36:27.445Z Downloaded libsw-core v0.3.2
8162026-06-02T17:36:27.445Z Downloaded mime_guess v2.0.5
8172026-06-02T17:36:27.448Z Downloaded memoffset v0.9.1
8182026-06-02T17:36:27.448Z Downloaded derive_more v0.99.20
8192026-06-02T17:36:27.452Z Downloaded path-slash v0.1.5
8202026-06-02T17:36:27.452Z Downloaded parse-size v1.1.0
8212026-06-02T17:36:27.452Z Downloaded parse-display v0.10.0
8222026-06-02T17:36:27.452Z Downloaded ingot-macros v0.1.1
8232026-06-02T17:36:27.455Z Downloaded compact_str v0.8.1
8242026-06-02T17:36:27.455Z Downloaded darling v0.23.0
8252026-06-02T17:36:27.459Z Downloaded packed_struct_codegen v0.10.1
8262026-06-02T17:36:27.459Z Downloaded normalize-line-endings v0.3.0
8272026-06-02T17:36:27.462Z Downloaded dropshot_endpoint v0.16.7
8282026-06-02T17:36:27.462Z Downloaded native-tls v0.2.18
8292026-06-02T17:36:27.466Z Downloaded ipnet v2.11.0
8302026-06-02T17:36:27.466Z Downloaded darling_core v0.20.11
8312026-06-02T17:36:27.469Z Downloaded base64ct v1.8.3
8322026-06-02T17:36:27.469Z Downloaded pbkdf2 v0.12.2
8332026-06-02T17:36:27.469Z Downloaded nu-ansi-term v0.50.3
8342026-06-02T17:36:27.502Z Downloaded const_format v0.2.35
8352026-06-02T17:36:27.506Z Downloaded constant_time_eq v0.4.2
8362026-06-02T17:36:27.506Z Downloaded futures v0.3.32
8372026-06-02T17:36:27.506Z Downloaded httparse v1.10.1
8382026-06-02T17:36:27.506Z Downloaded base64 v0.21.7
8392026-06-02T17:36:27.506Z Downloaded cargo_metadata v0.19.2
8402026-06-02T17:36:27.506Z Downloaded daft v0.1.5
8412026-06-02T17:36:27.506Z Downloaded const_format_proc_macros v0.2.34
8422026-06-02T17:36:27.506Z Downloaded phf_shared v0.12.1
8432026-06-02T17:36:27.506Z Downloaded peg-runtime v0.8.5
8442026-06-02T17:36:27.506Z Downloaded num-complex v0.4.6
8452026-06-02T17:36:27.506Z Downloaded phf_shared v0.11.3
8462026-06-02T17:36:27.506Z Downloaded cbc v0.1.2
8472026-06-02T17:36:27.506Z Downloaded bit-vec v0.8.0
8482026-06-02T17:36:27.506Z Downloaded pin-utils v0.1.0
8492026-06-02T17:36:27.510Z Downloaded num_enum v0.7.5
8502026-06-02T17:36:27.514Z Downloaded num_enum v0.5.11
8512026-06-02T17:36:27.514Z Downloaded litrs v1.0.0
8522026-06-02T17:36:27.517Z Downloaded predicates-tree v1.0.13
8532026-06-02T17:36:27.517Z Downloaded precomputed-hash v0.1.1
8542026-06-02T17:36:27.517Z Downloaded parking_lot_core v0.8.6
8552026-06-02T17:36:27.525Z Downloaded packed_struct v0.10.1
8562026-06-02T17:36:27.525Z Downloaded oxnet v0.1.4
8572026-06-02T17:36:27.525Z Downloaded password-hash v0.5.0
8582026-06-02T17:36:27.525Z Downloaded progenitor-client v0.14.0
8592026-06-02T17:36:27.529Z Downloaded aho-corasick v1.1.4
8602026-06-02T17:36:27.529Z Downloaded progenitor-client v0.11.2
8612026-06-02T17:36:27.529Z Downloaded proc-macro-crate v1.3.1
8622026-06-02T17:36:27.529Z Downloaded heapless v0.7.17
8632026-06-02T17:36:27.532Z Downloaded proc-macro-crate v3.4.0
8642026-06-02T17:36:27.533Z Downloaded heapless v0.8.0
8652026-06-02T17:36:27.536Z Downloaded headers v0.4.1
8662026-06-02T17:36:27.539Z Downloaded progenitor-client v0.10.0
8672026-06-02T17:36:27.539Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-06-02T17:36:27.539Z Downloaded powerfmt v0.2.0
8692026-06-02T17:36:27.539Z Downloaded pbkdf2 v0.11.0
8702026-06-02T17:36:27.542Z Downloaded password-hash v0.4.2
8712026-06-02T17:36:27.542Z Downloaded quick-error v1.2.3
8722026-06-02T17:36:27.546Z Downloaded progenitor-macro v0.13.0
8732026-06-02T17:36:27.546Z Downloaded parse-display-derive v0.10.0
8742026-06-02T17:36:27.546Z Downloaded num-rational v0.4.2
8752026-06-02T17:36:27.546Z Downloaded newtype-uuid v1.3.2
8762026-06-02T17:36:27.551Z Downloaded pem-rfc7468 v0.7.0
8772026-06-02T17:36:27.551Z Downloaded num-integer v0.1.46
8782026-06-02T17:36:27.551Z Downloaded der v0.7.10
8792026-06-02T17:36:27.555Z Downloaded chacha20poly1305 v0.10.1
8802026-06-02T17:36:27.555Z Downloaded pem v3.0.6
8812026-06-02T17:36:27.555Z Downloaded peg v0.8.5
8822026-06-02T17:36:27.558Z Downloaded progenitor-macro v0.10.0
8832026-06-02T17:36:27.558Z Downloaded poly1305 v0.8.0
8842026-06-02T17:36:27.561Z Downloaded phf_shared v0.13.1
8852026-06-02T17:36:27.561Z Downloaded phf v0.13.1
8862026-06-02T17:36:27.561Z Downloaded phf v0.12.1
8872026-06-02T17:36:27.562Z Downloaded psl-types v2.0.11
8882026-06-02T17:36:27.566Z Downloaded rand_chacha v0.3.1
8892026-06-02T17:36:27.567Z Downloaded radium v0.7.0
8902026-06-02T17:36:27.567Z Downloaded progenitor-macro v0.14.0
8912026-06-02T17:36:27.567Z Downloaded pkcs8 v0.10.2
8922026-06-02T17:36:27.567Z Downloaded pin-project-internal v1.1.11
8932026-06-02T17:36:27.570Z Downloaded libbz2-rs-sys v0.2.2
8942026-06-02T17:36:27.570Z Downloaded predicates v3.1.4
8952026-06-02T17:36:27.573Z Downloaded ppv-lite86 v0.2.21
8962026-06-02T17:36:27.573Z Downloaded pin-project-lite v0.2.17
8972026-06-02T17:36:27.577Z Downloaded indexmap v1.9.3
8982026-06-02T17:36:27.581Z Downloaded indicatif v0.18.4
8992026-06-02T17:36:27.581Z Downloaded postgres-protocol v0.6.10
9002026-06-02T17:36:27.584Z Downloaded parking_lot v0.11.2
9012026-06-02T17:36:27.584Z Downloaded recursive v0.1.1
9022026-06-02T17:36:27.584Z Downloaded rand_xorshift v0.4.0
9032026-06-02T17:36:27.584Z Downloaded paste v1.0.15
9042026-06-02T17:36:27.588Z Downloaded num_enum_derive v0.7.5
9052026-06-02T17:36:27.588Z Downloaded progenitor v0.11.2
9062026-06-02T17:36:27.592Z Downloaded ed25519-dalek v2.2.0
9072026-06-02T17:36:27.592Z Downloaded ref-cast v1.0.25
9082026-06-02T17:36:27.592Z Downloaded crossbeam-channel v0.5.15
9092026-06-02T17:36:27.595Z Downloaded proc-macro-error2 v2.0.1
9102026-06-02T17:36:27.600Z Downloaded async-compression v0.4.41
9112026-06-02T17:36:27.604Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-06-02T17:36:27.604Z Downloaded progenitor-macro v0.11.2
9132026-06-02T17:36:27.604Z Downloaded psm v0.1.30
9142026-06-02T17:36:27.604Z Downloaded hickory-resolver v0.25.2
9152026-06-02T17:36:27.607Z Downloaded ref-cast-impl v1.0.25
9162026-06-02T17:36:27.607Z Downloaded progenitor-extras v0.2.0
9172026-06-02T17:36:27.611Z Downloaded progenitor-client v0.13.0
9182026-06-02T17:36:27.611Z Downloaded progenitor v0.14.0
9192026-06-02T17:36:27.611Z Downloaded progenitor v0.13.0
9202026-06-02T17:36:27.615Z Downloaded dropshot-api-manager v0.7.1
9212026-06-02T17:36:27.615Z Downloaded parking_lot_core v0.9.12
9222026-06-02T17:36:27.615Z Downloaded derive_more v2.1.1
9232026-06-02T17:36:27.622Z Downloaded russh-cryptovec v0.7.3
9242026-06-02T17:36:27.625Z Downloaded rtoolbox v0.0.3
9252026-06-02T17:36:27.625Z Downloaded r2d2 v0.8.10
9262026-06-02T17:36:27.625Z Downloaded rustc_version v0.1.7
9272026-06-02T17:36:27.625Z Downloaded polyval v0.6.2
9282026-06-02T17:36:27.631Z Downloaded pkg-config v0.3.32
9292026-06-02T17:36:27.631Z Downloaded rfc6979 v0.4.0
9302026-06-02T17:36:27.631Z Downloaded pkcs5 v0.7.1
9312026-06-02T17:36:27.631Z Downloaded rustc_version v0.4.1
9322026-06-02T17:36:27.631Z Downloaded primeorder v0.13.6
9332026-06-02T17:36:27.635Z Downloaded postcard v1.1.3
9342026-06-02T17:36:27.635Z Downloaded bytes v1.11.1
9352026-06-02T17:36:27.638Z Downloaded rand_seeder v0.4.0
9362026-06-02T17:36:27.638Z Downloaded rand_core v0.6.4
9372026-06-02T17:36:27.643Z Downloaded pkcs1 v0.7.5
9382026-06-02T17:36:27.643Z Downloaded expectorate v1.2.0
9392026-06-02T17:36:27.647Z Downloaded rand_core v0.10.0
9402026-06-02T17:36:27.647Z Downloaded rand_core v0.9.5
9412026-06-02T17:36:27.647Z Downloaded postgres-types v0.2.12
9422026-06-02T17:36:27.647Z Downloaded rand_chacha v0.9.0
9432026-06-02T17:36:27.651Z Downloaded bumpalo v3.20.2
9442026-06-02T17:36:27.651Z Downloaded peg-macros v0.8.5
9452026-06-02T17:36:27.651Z Downloaded cc v1.2.56
9462026-06-02T17:36:27.656Z Downloaded scheduled-thread-pool v0.2.7
9472026-06-02T17:36:27.656Z Downloaded predicates-core v1.0.10
9482026-06-02T17:36:27.656Z Downloaded memmap2 v0.9.10
9492026-06-02T17:36:27.661Z Downloaded half v2.7.1
9502026-06-02T17:36:27.661Z Downloaded crypto-bigint v0.5.5
9512026-06-02T17:36:27.664Z Downloaded oxide-tokio-rt v0.1.4
9522026-06-02T17:36:27.664Z Downloaded salsa20 v0.10.2
9532026-06-02T17:36:27.664Z Downloaded owo-colors v4.3.0
9542026-06-02T17:36:27.664Z Downloaded oso-derive v0.27.3
9552026-06-02T17:36:27.668Z Downloaded ignore v0.4.25
9562026-06-02T17:36:27.668Z Downloaded bit-set v0.8.0
9572026-06-02T17:36:27.668Z Downloaded same-file v1.0.6
9582026-06-02T17:36:27.668Z Downloaded ed25519 v2.2.3
9592026-06-02T17:36:27.671Z Downloaded scrypt v0.11.0
9602026-06-02T17:36:27.671Z Downloaded scopeguard v1.2.0
9612026-06-02T17:36:27.671Z Downloaded sapling-renderdag v0.1.0
9622026-06-02T17:36:27.671Z Downloaded serde-big-array v0.5.1
9632026-06-02T17:36:27.674Z Downloaded seq-macro v0.3.6
9642026-06-02T17:36:27.674Z Downloaded secrecy v0.8.0
9652026-06-02T17:36:27.677Z Downloaded serde_spanned v1.0.4
9662026-06-02T17:36:27.677Z Downloaded serde_bytes v0.11.19
9672026-06-02T17:36:27.677Z Downloaded miniz_oxide v0.8.9
9682026-06-02T17:36:27.681Z Downloaded hickory-resolver v0.24.4
9692026-06-02T17:36:27.684Z Downloaded deranged v0.5.8
9702026-06-02T17:36:27.684Z Downloaded scroll_derive v0.13.1
9712026-06-02T17:36:27.684Z Downloaded secrecy v0.10.3
9722026-06-02T17:36:27.684Z Downloaded aes v0.8.4
9732026-06-02T17:36:27.687Z Downloaded semver v0.1.20
9742026-06-02T17:36:27.687Z Downloaded camino-tempfile-ext v0.3.3
9752026-06-02T17:36:27.690Z Downloaded quinn-udp v0.5.14
9762026-06-02T17:36:27.690Z Downloaded shell-words v1.1.1
9772026-06-02T17:36:27.693Z Downloaded serde_urlencoded v0.7.1
9782026-06-02T17:36:27.693Z Downloaded pin-project v1.1.11
9792026-06-02T17:36:27.700Z Downloaded resolv-conf v0.7.6
9802026-06-02T17:36:27.703Z Downloaded rustls-pemfile v1.0.4
9812026-06-02T17:36:27.704Z Downloaded serde_repr v0.1.20
9822026-06-02T17:36:27.704Z Downloaded serde_plain v1.0.2
9832026-06-02T17:36:27.707Z Downloaded parking_lot v0.12.5
9842026-06-02T17:36:27.707Z Downloaded minimal-lexical v0.2.1
9852026-06-02T17:36:27.710Z Downloaded prefix-trie v0.7.0
9862026-06-02T17:36:27.710Z Downloaded omicron-zone-package v0.12.2
9872026-06-02T17:36:27.713Z Downloaded rustversion v1.0.22
9882026-06-02T17:36:27.716Z Downloaded rustc-hash v2.1.1
9892026-06-02T17:36:27.716Z Downloaded p256 v0.13.2
9902026-06-02T17:36:27.716Z Downloaded sha1 v0.10.6
9912026-06-02T17:36:27.721Z Downloaded rustls-native-certs v0.8.3
9922026-06-02T17:36:27.721Z Downloaded signal-hook-tokio v0.3.1
9932026-06-02T17:36:27.725Z Downloaded rustls-pemfile v2.2.0
9942026-06-02T17:36:27.725Z Downloaded signal-hook-mio v0.2.5
9952026-06-02T17:36:27.725Z Downloaded progenitor v0.10.0
9962026-06-02T17:36:27.725Z Downloaded siphasher v1.0.2
9972026-06-02T17:36:27.728Z Downloaded papergrid v0.17.0
9982026-06-02T17:36:27.728Z Downloaded hashbrown v0.13.2
9992026-06-02T17:36:27.732Z Downloaded crossterm v0.28.1
10002026-06-02T17:36:27.734Z Downloaded slog-envlogger v2.2.0
10012026-06-02T17:36:27.738Z Downloaded signature v2.2.0
10022026-06-02T17:36:27.738Z Downloaded progenitor-impl v0.14.0
10032026-06-02T17:36:27.738Z Downloaded openssl-sys v0.9.115
10042026-06-02T17:36:27.741Z Downloaded slog-bunyan v2.5.0
10052026-06-02T17:36:27.744Z Downloaded oso v0.27.3
10062026-06-02T17:36:27.744Z Downloaded sigpipe v0.1.3
10072026-06-02T17:36:27.747Z Downloaded serde-hex v0.1.0
10082026-06-02T17:36:27.747Z Downloaded http v1.4.0
10092026-06-02T17:36:27.750Z Downloaded scroll v0.13.0
10102026-06-02T17:36:27.753Z Downloaded progenitor-impl v0.10.0
10112026-06-02T17:36:27.766Z Downloaded serde_derive_internals v0.29.1
10122026-06-02T17:36:27.769Z Downloaded sec1 v0.7.3
10132026-06-02T17:36:27.769Z Downloaded jiff-static v0.2.21
10142026-06-02T17:36:27.772Z Downloaded serde_path_to_error v0.1.20
10152026-06-02T17:36:27.775Z Downloaded shlex v1.3.0
10162026-06-02T17:36:27.778Z Downloaded sqlparser_derive v0.5.0
10172026-06-02T17:36:27.781Z Downloaded ssh-cipher v0.2.0
10182026-06-02T17:36:27.781Z Downloaded prettyplease v0.2.37
10192026-06-02T17:36:27.784Z Downloaded pretty_assertions v1.4.1
10202026-06-02T17:36:27.784Z Downloaded hyper-util v0.1.20
10212026-06-02T17:36:27.788Z Downloaded rustls-pki-types v1.14.0
10222026-06-02T17:36:27.792Z Downloaded structmeta v0.3.0
10232026-06-02T17:36:27.795Z Downloaded strip-ansi-escapes v0.2.1
10242026-06-02T17:36:27.795Z Downloaded ssh-encoding v0.2.0
10252026-06-02T17:36:27.795Z Downloaded slab v0.4.12
10262026-06-02T17:36:27.798Z Downloaded strum v0.26.3
10272026-06-02T17:36:27.798Z Downloaded subtle v2.6.1
10282026-06-02T17:36:27.798Z Downloaded structmeta-derive v0.3.0
10292026-06-02T17:36:27.798Z Downloaded hashbrown v0.12.3
10302026-06-02T17:36:27.801Z Downloaded sync_wrapper v1.0.2
10312026-06-02T17:36:27.801Z Downloaded sync-ptr v0.1.4
10322026-06-02T17:36:27.805Z Downloaded supports-color v3.0.2
10332026-06-02T17:36:27.805Z Downloaded schemars_derive v0.8.22
10342026-06-02T17:36:27.805Z Downloaded signal-hook-registry v1.4.8
10352026-06-02T17:36:27.809Z Downloaded hickory-server v0.25.2
10362026-06-02T17:36:27.812Z Downloaded slog-json v2.6.1
10372026-06-02T17:36:27.812Z Downloaded slog-dtrace v0.3.0
10382026-06-02T17:36:27.812Z Downloaded progenitor-impl v0.13.0
10392026-06-02T17:36:27.815Z Downloaded progenitor-impl v0.11.2
10402026-06-02T17:36:27.815Z Downloaded snafu-derive v0.8.9
10412026-06-02T17:36:27.818Z Downloaded take_mut v0.2.2
10422026-06-02T17:36:27.818Z Downloaded sct v0.7.1
10432026-06-02T17:36:27.821Z Downloaded tagptr v0.2.0
10442026-06-02T17:36:27.821Z Downloaded tabwriter v1.4.1
10452026-06-02T17:36:27.821Z Downloaded smf v0.2.3
10462026-06-02T17:36:27.821Z Downloaded smallvec v0.6.14
10472026-06-02T17:36:27.825Z Downloaded tabled_derive v0.11.0
10482026-06-02T17:36:27.825Z Downloaded termtree v0.5.1
10492026-06-02T17:36:27.825Z Downloaded slog-stdlog v4.1.1
10502026-06-02T17:36:27.828Z Downloaded slog-scope v4.4.1
10512026-06-02T17:36:27.828Z Downloaded itertools v0.10.5
10522026-06-02T17:36:27.833Z Downloaded serde_cbor v0.11.2
10532026-06-02T17:36:27.836Z Downloaded testing_table v0.3.0
10542026-06-02T17:36:27.836Z Downloaded spki v0.7.3
10552026-06-02T17:36:27.839Z Downloaded thread-id v5.1.0
10562026-06-02T17:36:27.839Z Downloaded thiserror-impl-no-std v2.0.2
10572026-06-02T17:36:27.839Z Downloaded slog-term v2.9.2
10582026-06-02T17:36:27.842Z Downloaded time-core v0.1.8
10592026-06-02T17:36:27.842Z Downloaded russh-keys v0.45.0
10602026-06-02T17:36:27.845Z Downloaded crossterm v0.29.0
10612026-06-02T17:36:27.848Z Downloaded serde_with_macros v3.17.0
10622026-06-02T17:36:27.851Z Downloaded sqlformat v0.3.5
10632026-06-02T17:36:27.854Z Downloaded rusty-fork v0.3.1
10642026-06-02T17:36:27.857Z Downloaded rustls-platform-verifier v0.6.2
10652026-06-02T17:36:27.861Z Downloaded tinyvec_macros v0.1.1
10662026-06-02T17:36:27.861Z Downloaded stringprep v0.1.5
10672026-06-02T17:36:27.861Z Downloaded stacker v0.1.23
10682026-06-02T17:36:27.864Z Downloaded rcgen v0.12.1
10692026-06-02T17:36:27.868Z Downloaded ryu v1.0.23
10702026-06-02T17:36:27.871Z Downloaded strum v0.27.2
10712026-06-02T17:36:27.871Z Downloaded string_cache v0.8.9
10722026-06-02T17:36:27.871Z Downloaded aes-gcm v0.10.3
10732026-06-02T17:36:27.874Z Downloaded tokio-macros v2.7.0
10742026-06-02T17:36:27.874Z Downloaded strum_macros v0.26.4
10752026-06-02T17:36:27.877Z Downloaded strum_macros v0.24.3
10762026-06-02T17:36:27.877Z Downloaded hashbrown v0.15.5
10772026-06-02T17:36:27.881Z Downloaded strum_macros v0.27.2
10782026-06-02T17:36:27.881Z Downloaded schemars v0.8.22
10792026-06-02T17:36:27.887Z Downloaded support-bundle-viewer v0.1.2
10802026-06-02T17:36:27.890Z Downloaded nom v7.1.3
10812026-06-02T17:36:27.893Z Downloaded simd-adler32 v0.3.8
10822026-06-02T17:36:27.893Z Downloaded termios v0.3.3
10832026-06-02T17:36:27.896Z Downloaded publicsuffix v2.3.0
10842026-06-02T17:36:27.896Z Downloaded rayon-core v1.13.0
10852026-06-02T17:36:27.899Z Downloaded ron v0.8.1
10862026-06-02T17:36:27.902Z Downloaded libxml v0.3.3
10872026-06-02T17:36:27.905Z Downloaded tower-layer v0.3.3
10882026-06-02T17:36:27.905Z Downloaded tap v1.0.1
10892026-06-02T17:36:27.908Z Downloaded spin v0.9.8
10902026-06-02T17:36:27.908Z Downloaded thread_local v1.1.9
10912026-06-02T17:36:27.909Z Downloaded rand v0.8.6
10922026-06-02T17:36:27.913Z Downloaded tower-service v0.3.3
10932026-06-02T17:36:27.913Z Downloaded try-lock v0.2.5
10942026-06-02T17:36:27.916Z Downloaded tls_codec v0.4.2
10952026-06-02T17:36:27.919Z Downloaded time-macros v0.2.27
10962026-06-02T17:36:27.919Z Downloaded tls_codec_derive v0.4.2
10972026-06-02T17:36:27.922Z Downloaded thiserror-no-std v2.0.2
10982026-06-02T17:36:27.925Z Downloaded topological-sort v0.2.2
10992026-06-02T17:36:27.925Z Downloaded iddqd v0.3.18
11002026-06-02T17:36:27.928Z Downloaded tiny-keccak v2.0.2
11012026-06-02T17:36:27.932Z Downloaded tokio-dtrace v0.1.1
11022026-06-02T17:36:27.932Z Downloaded trait-variant v0.1.2
11032026-06-02T17:36:27.935Z Downloaded static_assertions v1.1.0
11042026-06-02T17:36:27.939Z Downloaded signal-hook v0.3.18
11052026-06-02T17:36:27.939Z Downloaded similar v2.7.0
11062026-06-02T17:36:27.942Z Downloaded typify-macro v0.6.2
11072026-06-02T17:36:27.942Z Downloaded typify-macro v0.4.3
11082026-06-02T17:36:27.945Z Downloaded serde_yaml v0.9.34+deprecated
11092026-06-02T17:36:27.945Z Downloaded tokio-native-tls v0.3.1
11102026-06-02T17:36:27.948Z Downloaded mio v1.2.0
11112026-06-02T17:36:27.951Z Downloaded itertools v0.13.0
11122026-06-02T17:36:27.954Z Downloaded tokio-rustls v0.25.0
11132026-06-02T17:36:27.957Z Downloaded socket2 v0.6.3
11142026-06-02T17:36:27.957Z Downloaded unicode-truncate v1.1.0
11152026-06-02T17:36:27.957Z Downloaded slog-async v2.8.0
11162026-06-02T17:36:27.960Z Downloaded untrusted v0.7.1
11172026-06-02T17:36:27.960Z Downloaded untrusted v0.9.0
11182026-06-02T17:36:27.960Z Downloaded universal-hash v0.5.1
11192026-06-02T17:36:27.960Z Downloaded usdt v0.6.0
11202026-06-02T17:36:27.960Z Downloaded unit-prefix v0.5.2
11212026-06-02T17:36:27.964Z Downloaded usdt-attr-macro v0.6.0
11222026-06-02T17:36:27.964Z Downloaded tokio-tungstenite v0.21.0
11232026-06-02T17:36:27.964Z Downloaded term v1.2.1
11242026-06-02T17:36:27.967Z Downloaded term v0.7.0
11252026-06-02T17:36:27.967Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-06-02T17:36:27.971Z Downloaded qorb v0.4.1
11272026-06-02T17:36:27.971Z Downloaded slog v2.8.2
11282026-06-02T17:36:27.974Z Downloaded rand v0.9.2
11292026-06-02T17:36:27.977Z Downloaded num-bigint v0.4.6
11302026-06-02T17:36:27.980Z Downloaded void v1.0.2
11312026-06-02T17:36:27.980Z Downloaded quinn v0.11.9
11322026-06-02T17:36:27.980Z Downloaded usdt-macro v0.6.0
11332026-06-02T17:36:27.983Z Downloaded toml_writer v1.0.6+spec-1.1.0
11342026-06-02T17:36:27.983Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-06-02T17:36:27.983Z Downloaded rsa v0.9.10
11362026-06-02T17:36:27.987Z Downloaded utf-8 v0.7.6
11372026-06-02T17:36:27.987Z Downloaded iri-string v0.7.10
11382026-06-02T17:36:27.990Z Downloaded rand v0.10.0
11392026-06-02T17:36:27.993Z Downloaded hashbrown v0.16.1
11402026-06-02T17:36:27.999Z Downloaded rustls-webpki v0.103.9
11412026-06-02T17:36:28.002Z Downloaded waitgroup v0.1.2
11422026-06-02T17:36:28.002Z Downloaded wait-timeout v0.2.1
11432026-06-02T17:36:28.002Z Downloaded tui-tree-widget v0.23.1
11442026-06-02T17:36:28.005Z Downloaded hyper v1.8.1
11452026-06-02T17:36:28.008Z Downloaded want v0.3.1
11462026-06-02T17:36:28.013Z Downloaded subprocess v0.2.15
11472026-06-02T17:36:28.016Z Downloaded unarray v0.1.4
11482026-06-02T17:36:28.016Z Downloaded xattr v1.6.1
11492026-06-02T17:36:28.016Z Downloaded xshell-macros v0.2.7
11502026-06-02T17:36:28.019Z Downloaded tokio-rustls v0.24.1
11512026-06-02T17:36:28.019Z Downloaded num-bigint-dig v0.8.6
11522026-06-02T17:36:28.023Z Downloaded snafu v0.8.9
11532026-06-02T17:36:28.025Z Downloaded tokio-rustls v0.26.4
11542026-06-02T17:36:28.029Z Downloaded schemars v1.2.1
11552026-06-02T17:36:28.034Z Downloaded tokio-tungstenite v0.23.1
11562026-06-02T17:36:28.038Z Downloaded usdt-impl v0.6.0
11572026-06-02T17:36:28.038Z Downloaded tokio-stream v0.1.18
11582026-06-02T17:36:28.042Z Downloaded itertools v0.14.0
11592026-06-02T17:36:28.045Z Downloaded hkdf v0.12.4
11602026-06-02T17:36:28.048Z Downloaded zeroize_derive v1.4.3
11612026-06-02T17:36:28.048Z Downloaded schemars v0.9.0
11622026-06-02T17:36:28.052Z Downloaded zone_cfg_derive v0.3.1
11632026-06-02T17:36:28.055Z Downloaded vergen-lib v0.1.6
11642026-06-02T17:36:28.055Z Downloaded uzers v0.12.2
11652026-06-02T17:36:28.055Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-06-02T17:36:28.058Z Downloaded tinyvec v1.10.0
11672026-06-02T17:36:28.058Z Downloaded test-strategy v0.4.5
11682026-06-02T17:36:28.062Z Downloaded h2 v0.4.13
11692026-06-02T17:36:28.065Z Downloaded walkdir v2.5.0
11702026-06-02T17:36:28.065Z Downloaded vergen-gitcl v1.0.8
11712026-06-02T17:36:28.068Z Downloaded russh v0.45.0
11722026-06-02T17:36:28.071Z Downloaded tracing-attributes v0.1.31
11732026-06-02T17:36:28.071Z Downloaded futures-util v0.3.32
11742026-06-02T17:36:28.077Z Downloaded twox-hash v2.1.2
11752026-06-02T17:36:28.080Z Downloaded itertools v0.12.1
11762026-06-02T17:36:28.083Z Downloaded socket2 v0.5.10
11772026-06-02T17:36:28.086Z Downloaded whoami v1.6.1
11782026-06-02T17:36:28.086Z Downloaded p521 v0.13.3
11792026-06-02T17:36:28.089Z Downloaded unicode-properties v0.1.4
11802026-06-02T17:36:28.089Z Downloaded toml v0.7.8
11812026-06-02T17:36:28.092Z Downloaded zeroize v1.8.2
11822026-06-02T17:36:28.093Z Downloaded tar v0.4.45
11832026-06-02T17:36:28.093Z Downloaded samael v0.0.19
11842026-06-02T17:36:28.096Z Downloaded xshell v0.2.7
11852026-06-02T17:36:28.099Z Downloaded libm v0.2.16
11862026-06-02T17:36:28.102Z Downloaded wyz v0.5.1
11872026-06-02T17:36:28.106Z Downloaded unicase v2.9.0
11882026-06-02T17:36:28.109Z Downloaded vergen-git2 v1.0.7
11892026-06-02T17:36:28.112Z Downloaded zone v0.3.1
11902026-06-02T17:36:28.116Z Downloaded vsss-rs v3.3.4
11912026-06-02T17:36:28.119Z Downloaded zstd v0.13.3
11922026-06-02T17:36:28.122Z Downloaded typify v0.4.3
11932026-06-02T17:36:28.125Z Downloaded toml v0.9.12+spec-1.1.0
11942026-06-02T17:36:28.128Z Downloaded rustyline v14.0.0
11952026-06-02T17:36:28.131Z Downloaded zstd-safe v7.2.4
11962026-06-02T17:36:28.131Z Downloaded vergen v9.0.6
11972026-06-02T17:36:28.131Z Downloaded tungstenite v0.23.0
11982026-06-02T17:36:28.134Z Downloaded tungstenite v0.21.0
11992026-06-02T17:36:28.137Z Downloaded steno v0.4.1
12002026-06-02T17:36:28.140Z Downloaded blake3 v1.8.3
12012026-06-02T17:36:28.145Z Downloaded zerocopy v0.6.6
12022026-06-02T17:36:28.148Z Downloaded yasna v0.5.2
12032026-06-02T17:36:28.148Z Downloaded whoami v2.1.0
12042026-06-02T17:36:28.148Z Downloaded unsafe-libyaml v0.2.11
12052026-06-02T17:36:28.152Z Downloaded unicode-bidi v0.3.18
12062026-06-02T17:36:28.157Z Downloaded uuid v1.23.0
12072026-06-02T17:36:28.160Z Downloaded vte v0.14.1
12082026-06-02T17:36:28.164Z Downloaded toml v1.0.6+spec-1.1.0
12092026-06-02T17:36:28.172Z Downloaded rpassword v7.4.0
12102026-06-02T17:36:28.179Z Downloaded tracing-core v0.1.36
12112026-06-02T17:36:28.182Z Downloaded typify v0.6.2
12122026-06-02T17:36:28.185Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-06-02T17:36:28.189Z Downloaded reedline v0.40.0
12142026-06-02T17:36:28.196Z Downloaded tokio-postgres v0.7.16
12152026-06-02T17:36:28.199Z Downloaded aws-lc-rs v1.16.3
12162026-06-02T17:36:28.214Z Downloaded zopfli v0.8.3
12172026-06-02T17:36:28.218Z Downloaded ssh-key v0.6.7
12182026-06-02T17:36:28.223Z Downloaded p384 v0.13.1
12192026-06-02T17:36:28.228Z Downloaded yansi v1.0.1
12202026-06-02T17:36:28.232Z Downloaded unicode_categories v0.1.1
12212026-06-02T17:36:28.232Z Downloaded chrono v0.4.44
12222026-06-02T17:36:28.238Z Downloaded bindgen v0.71.1
12232026-06-02T17:36:28.242Z Downloaded bitvec v1.0.1
12242026-06-02T17:36:28.251Z Downloaded zip v0.6.6
12252026-06-02T17:36:28.254Z Downloaded regex v1.12.3
12262026-06-02T17:36:28.257Z Downloaded git2 v0.20.4
12272026-06-02T17:36:28.263Z Downloaded toml_edit v0.19.15
12282026-06-02T17:36:28.269Z Downloaded rayon v1.11.0
12292026-06-02T17:36:28.274Z Downloaded portable-atomic v1.13.1
12302026-06-02T17:36:28.279Z Downloaded lalrpop v0.19.12
12312026-06-02T17:36:28.284Z Downloaded reqwest v0.12.28
12322026-06-02T17:36:28.288Z Downloaded tower v0.5.3
12332026-06-02T17:36:28.293Z Downloaded reqwest v0.13.2
12342026-06-02T17:36:28.296Z Downloaded typed-path v0.9.3
12352026-06-02T17:36:28.299Z Downloaded moka v0.12.13
12362026-06-02T17:36:28.304Z Downloaded salty v0.3.0
12372026-06-02T17:36:28.308Z Downloaded zerocopy-derive v0.8.40
12382026-06-02T17:36:28.313Z Downloaded quick-xml v0.37.5
12392026-06-02T17:36:28.317Z Downloaded petname v2.0.2
12402026-06-02T17:36:28.320Z Downloaded goblin v0.10.5
12412026-06-02T17:36:28.329Z Downloaded rustls-webpki v0.101.7
12422026-06-02T17:36:28.336Z Downloaded x509-cert v0.2.5
12432026-06-02T17:36:28.339Z Downloaded unicode-normalization v0.1.25
12442026-06-02T17:36:28.342Z Downloaded proptest v1.10.0
12452026-06-02T17:36:28.348Z Downloaded unicode-segmentation v1.12.0
12462026-06-02T17:36:28.351Z Downloaded tower-http v0.6.8
12472026-06-02T17:36:28.359Z Downloaded zip v4.6.1
12482026-06-02T17:36:28.368Z Downloaded serde_with v3.17.0
12492026-06-02T17:36:28.377Z Downloaded tokio-util v0.7.18
12502026-06-02T17:36:28.390Z Downloaded tough v0.22.0
12512026-06-02T17:36:28.416Z Downloaded quinn-proto v0.11.13
12522026-06-02T17:36:28.420Z Downloaded winnow v0.6.26
12532026-06-02T17:36:28.431Z Downloaded radix_trie v0.2.1
12542026-06-02T17:36:28.437Z Downloaded object v0.30.4
12552026-06-02T17:36:28.450Z Downloaded nix v0.28.0
12562026-06-02T17:36:28.450Z Downloaded bstr v1.12.1
12572026-06-02T17:36:28.454Z Downloaded rustls-webpki v0.102.8
12582026-06-02T17:36:28.463Z Downloaded winnow v0.5.40
12592026-06-02T17:36:28.468Z Downloaded nix v0.27.1
12602026-06-02T17:36:28.473Z Downloaded curve25519-dalek v4.1.3
12612026-06-02T17:36:28.478Z Downloaded openssl v0.10.79
12622026-06-02T17:36:28.484Z Downloaded smoltcp v0.9.1
12632026-06-02T17:36:28.489Z Downloaded rustls v0.21.12
12642026-06-02T17:36:28.495Z Downloaded polar-core v0.27.3
12652026-06-02T17:36:28.500Z Downloaded dropshot v0.16.7
12662026-06-02T17:36:28.512Z Downloaded vcpkg v0.2.15
12672026-06-02T17:36:28.534Z Downloaded webpki-roots v1.0.6
12682026-06-02T17:36:28.537Z Downloaded regress v0.10.5
12692026-06-02T17:36:28.541Z Downloaded tabled v0.20.0
12702026-06-02T17:36:28.550Z Downloaded zerocopy v0.8.40
12712026-06-02T17:36:28.556Z Downloaded hickory-proto v0.24.4
12722026-06-02T17:36:28.564Z Downloaded zlib-rs v0.6.2
12732026-06-02T17:36:28.567Z Downloaded openapiv3 v2.2.0
12742026-06-02T17:36:28.573Z Downloaded regress v0.11.1
12752026-06-02T17:36:28.578Z Downloaded regex-syntax v0.8.10
12762026-06-02T17:36:28.583Z Downloaded hickory-proto v0.25.2
12772026-06-02T17:36:28.594Z Downloaded dropshot v0.17.0
12782026-06-02T17:36:28.604Z Downloaded smoltcp v0.11.0
12792026-06-02T17:36:28.612Z Downloaded diesel v2.3.7
12802026-06-02T17:36:28.623Z Downloaded rustls v0.22.4
12812026-06-02T17:36:28.630Z Downloaded rustls v0.23.37
12822026-06-02T17:36:28.636Z Downloaded rustix v0.38.44
12832026-06-02T17:36:28.648Z Downloaded object v0.37.3
12842026-06-02T17:36:28.655Z Downloaded nix v0.31.2
12852026-06-02T17:36:28.661Z Downloaded time v0.3.47
12862026-06-02T17:36:28.668Z Downloaded regex-syntax v0.6.29
12872026-06-02T17:36:28.671Z Downloaded tracing v0.1.44
12882026-06-02T17:36:28.684Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-06-02T17:36:28.691Z Downloaded ratatui v0.29.0
12902026-06-02T17:36:28.702Z Downloaded nix v0.29.0
12912026-06-02T17:36:28.708Z Downloaded sqlparser v0.61.0
12922026-06-02T17:36:28.713Z Downloaded sled v0.34.7
12932026-06-02T17:36:28.722Z Downloaded zerocopy-derive v0.6.6
12942026-06-02T17:36:28.731Z Downloaded typify-impl v0.6.2
12952026-06-02T17:36:28.739Z Downloaded petgraph v0.6.5
12962026-06-02T17:36:28.750Z Downloaded typify-impl v0.4.3
12972026-06-02T17:36:28.759Z Downloaded jiff v0.2.21
12982026-06-02T17:36:28.770Z Downloaded chrono-tz v0.10.4
12992026-06-02T17:36:28.780Z Downloaded regex-automata v0.4.14
13002026-06-02T17:36:28.795Z Downloaded libz-sys v1.1.24
13012026-06-02T17:36:28.807Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-02T17:36:28.854Z Downloaded csv v1.4.0
13032026-06-02T17:36:28.866Z Downloaded petgraph v0.8.3
13042026-06-02T17:36:28.881Z Downloaded sha3 v0.10.8
13052026-06-02T17:36:28.895Z Downloaded tokio v1.52.1
13062026-06-02T17:36:28.957Z Downloaded encoding_rs v0.8.35
13072026-06-02T17:36:28.984Z Downloaded ring v0.17.14
13082026-06-02T17:36:29.017Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-06-02T17:36:29.390Z Downloaded aws-lc-sys v0.40.0
13102026-06-02T17:36:29.638Z Compiling libc v0.2.185
13112026-06-02T17:36:29.638Z Compiling serde v1.0.228
13122026-06-02T17:36:29.641Z Compiling log v0.4.29
13132026-06-02T17:36:29.641Z Compiling shlex v1.3.0
13142026-06-02T17:36:29.642Z Compiling find-msvc-tools v0.1.9
13152026-06-02T17:36:29.642Z Compiling syn v2.0.117
13162026-06-02T17:36:29.642Z Compiling smallvec v1.15.1
13172026-06-02T17:36:29.642Z Compiling typenum v1.19.0
13182026-06-02T17:36:29.968Z Compiling generic-array v0.14.7
13192026-06-02T17:36:30.061Z Compiling subtle v2.6.1
13202026-06-02T17:36:30.064Z Compiling scopeguard v1.2.0
13212026-06-02T17:36:30.134Z Compiling const-oid v0.9.6
13222026-06-02T17:36:30.197Z Compiling lock_api v0.4.14
13232026-06-02T17:36:30.212Z Compiling serde_json v1.0.149
13242026-06-02T17:36:30.268Z Compiling zerocopy v0.8.40
13252026-06-02T17:36:30.281Z Compiling parking_lot_core v0.9.12
13262026-06-02T17:36:30.423Z Compiling portable-atomic v1.13.1
13272026-06-02T17:36:30.515Z Compiling pin-project-lite v0.2.17
13282026-06-02T17:36:30.633Z Compiling pkg-config v0.3.32
13292026-06-02T17:36:30.710Z Compiling bitflags v2.11.0
13302026-06-02T17:36:30.813Z Compiling getrandom v0.2.17
13312026-06-02T17:36:30.876Z Compiling jobserver v0.1.34
13322026-06-02T17:36:30.890Z Compiling errno v0.3.14
13332026-06-02T17:36:30.959Z Compiling rand_core v0.6.4
13342026-06-02T17:36:31.043Z Compiling signal-hook-registry v1.4.8
13352026-06-02T17:36:31.204Z Compiling cc v1.2.56
13362026-06-02T17:36:31.236Z Compiling critical-section v1.2.0
13372026-06-02T17:36:31.240Z Compiling libm v0.2.16
13382026-06-02T17:36:31.263Z Compiling futures-core v0.3.32
13392026-06-02T17:36:31.323Z Compiling parking_lot v0.12.5
13402026-06-02T17:36:31.359Z Compiling mio v1.2.0
13412026-06-02T17:36:31.413Z Compiling num-traits v0.2.19
13422026-06-02T17:36:31.616Z Compiling once_cell v1.21.3
13432026-06-02T17:36:31.645Z Compiling percent-encoding v2.3.2
13442026-06-02T17:36:31.737Z Compiling socket2 v0.6.3
13452026-06-02T17:36:31.791Z Compiling futures-sink v0.3.32
13462026-06-02T17:36:31.829Z Compiling slab v0.4.12
13472026-06-02T17:36:31.843Z Compiling getrandom v0.4.1
13482026-06-02T17:36:31.867Z Compiling futures-io v0.3.32
13492026-06-02T17:36:31.897Z Compiling futures-channel v0.3.32
13502026-06-02T17:36:32.010Z Compiling cpufeatures v0.2.17
13512026-06-02T17:36:32.025Z Compiling futures-task v0.3.32
13522026-06-02T17:36:32.088Z Compiling rand_core v0.10.0
13532026-06-02T17:36:32.123Z Compiling indexmap v2.14.0
13542026-06-02T17:36:32.144Z Compiling rustversion v1.0.22
13552026-06-02T17:36:32.189Z Compiling getrandom v0.3.4
13562026-06-02T17:36:32.204Z Compiling cmake v0.1.57
13572026-06-02T17:36:32.547Z Compiling form_urlencoded v1.2.2
13582026-06-02T17:36:32.611Z Compiling dunce v1.0.5
13592026-06-02T17:36:32.712Z Compiling fs_extra v1.3.0
13602026-06-02T17:36:32.785Z Compiling base64ct v1.8.3
13612026-06-02T17:36:32.835Z Compiling synstructure v0.13.2
13622026-06-02T17:36:32.850Z Compiling ident_case v1.0.1
13632026-06-02T17:36:32.974Z Compiling rustix v1.1.3
13642026-06-02T17:36:32.988Z Compiling aws-lc-sys v0.40.0
13652026-06-02T17:36:33.083Z Compiling pem-rfc7468 v0.7.0
13662026-06-02T17:36:33.126Z Compiling iana-time-zone v0.1.65
13672026-06-02T17:36:33.161Z Compiling regex-syntax v0.8.10
13682026-06-02T17:36:33.314Z Compiling flagset v0.4.7
13692026-06-02T17:36:33.328Z Compiling rand_core v0.9.5
13702026-06-02T17:36:33.407Z Compiling ring v0.17.14
13712026-06-02T17:36:33.446Z Compiling aws-lc-rs v1.16.3
13722026-06-02T17:36:33.459Z Compiling vcpkg v0.2.15
13732026-06-02T17:36:33.607Z Compiling uuid v1.23.0
13742026-06-02T17:36:33.736Z Compiling rustc_version v0.4.1
13752026-06-02T17:36:34.073Z Compiling tracing-core v0.1.36
13762026-06-02T17:36:34.211Z Compiling openssl-sys v0.9.115
13772026-06-02T17:36:34.331Z Compiling base64 v0.22.1
13782026-06-02T17:36:34.594Z Compiling serde_derive v1.0.228
13792026-06-02T17:36:34.627Z Compiling zeroize_derive v1.4.3
13802026-06-02T17:36:34.654Z Compiling zerofrom-derive v0.1.6
13812026-06-02T17:36:34.737Z Compiling yoke-derive v0.8.1
13822026-06-02T17:36:34.754Z Compiling zerovec-derive v0.11.2
13832026-06-02T17:36:35.289Z Compiling zeroize v1.8.2
13842026-06-02T17:36:35.571Z Compiling zerocopy-derive v0.8.40
13852026-06-02T17:36:35.920Z Compiling displaydoc v0.2.5
13862026-06-02T17:36:35.944Z Compiling tokio-macros v2.7.0
13872026-06-02T17:36:36.054Z Compiling crypto-common v0.1.7
13882026-06-02T17:36:36.078Z Compiling zerofrom v0.1.6
13892026-06-02T17:36:36.200Z Compiling yoke v0.8.1
13902026-06-02T17:36:36.215Z Compiling block-buffer v0.10.4
13912026-06-02T17:36:36.379Z Compiling zerovec v0.11.5
13922026-06-02T17:36:36.394Z Compiling digest v0.10.7
13932026-06-02T17:36:36.638Z Compiling futures-macro v0.3.32
13942026-06-02T17:36:36.658Z Compiling hmac v0.12.1
13952026-06-02T17:36:36.661Z Compiling zerotrie v0.2.3
13962026-06-02T17:36:36.808Z Compiling tinystr v0.8.2
13972026-06-02T17:36:36.868Z Compiling potential_utf v0.1.4
13982026-06-02T17:36:36.961Z Compiling icu_locale_core v2.1.1
13992026-06-02T17:36:37.007Z Compiling icu_collections v2.1.1
14002026-06-02T17:36:37.038Z Compiling block-padding v0.3.3
14012026-06-02T17:36:37.193Z Compiling inout v0.1.4
14022026-06-02T17:36:37.357Z Compiling cipher v0.4.4
14032026-06-02T17:36:37.421Z Compiling futures-util v0.3.32
14042026-06-02T17:36:37.477Z Compiling sha2 v0.10.9
14052026-06-02T17:36:37.616Z Compiling icu_provider v2.1.1
14062026-06-02T17:36:37.831Z Compiling der_derive v0.7.3
14072026-06-02T17:36:37.918Z Compiling icu_normalizer v2.1.1
14082026-06-02T17:36:38.068Z Compiling bytes v1.11.1
14092026-06-02T17:36:38.086Z Compiling icu_properties v2.1.2
14102026-06-02T17:36:38.460Z Compiling chrono v0.4.44
14112026-06-02T17:36:38.693Z Compiling tokio v1.52.1
14122026-06-02T17:36:38.788Z Compiling der v0.7.10
14132026-06-02T17:36:38.852Z Compiling http v1.4.0
14142026-06-02T17:36:39.163Z Compiling idna_adapter v1.2.1
14152026-06-02T17:36:39.298Z Compiling idna v1.1.0
14162026-06-02T17:36:39.663Z Compiling url v2.5.8
14172026-06-02T17:36:39.730Z Compiling spki v0.7.3
14182026-06-02T17:36:39.816Z Compiling ppv-lite86 v0.2.21
14192026-06-02T17:36:39.921Z Compiling salsa20 v0.10.2
14202026-06-02T17:36:39.936Z Compiling pbkdf2 v0.12.2
14212026-06-02T17:36:39.940Z Compiling rustls-pki-types v1.14.0
14222026-06-02T17:36:39.963Z Compiling thiserror-impl v2.0.18
14232026-06-02T17:36:40.101Z Compiling tracing-attributes v0.1.31
14242026-06-02T17:36:40.116Z Compiling scrypt v0.11.0
14252026-06-02T17:36:40.192Z Compiling rand_chacha v0.9.0
14262026-06-02T17:36:40.370Z Compiling http-body v1.0.1
14272026-06-02T17:36:40.402Z Compiling cbc v0.1.2
14282026-06-02T17:36:40.499Z Compiling aes v0.8.4
14292026-06-02T17:36:40.548Z Compiling untrusted v0.9.0
14302026-06-02T17:36:40.591Z Compiling untrusted v0.7.1
14312026-06-02T17:36:40.670Z Compiling httparse v1.10.1
14322026-06-02T17:36:40.715Z Compiling openssl-probe v0.2.1
14332026-06-02T17:36:40.889Z Compiling tinyvec_macros v0.1.1
14342026-06-02T17:36:40.889Z Compiling pkcs5 v0.7.1
14352026-06-02T17:36:40.962Z Compiling tinyvec v1.10.0
14362026-06-02T17:36:41.307Z Compiling pest_generator v2.8.6
14372026-06-02T17:36:41.322Z Compiling thiserror v2.0.18
14382026-06-02T17:36:41.379Z Compiling rand v0.9.2
14392026-06-02T17:36:41.406Z Compiling tracing v0.1.44
14402026-06-02T17:36:41.424Z Compiling serde_derive_internals v0.29.1
14412026-06-02T17:36:41.559Z Compiling aho-corasick v1.1.4
14422026-06-02T17:36:41.662Z Compiling atomic-waker v1.1.2
14432026-06-02T17:36:41.788Z Compiling tower-service v0.3.3
14442026-06-02T17:36:41.884Z Compiling tower-layer v0.3.3
14452026-06-02T17:36:41.997Z Compiling try-lock v0.2.5
14462026-06-02T17:36:42.044Z Compiling dyn-clone v1.0.20
14472026-06-02T17:36:42.105Z Compiling rustls v0.23.37
14482026-06-02T17:36:42.157Z Compiling schemars v0.8.22
14492026-06-02T17:36:42.180Z Compiling want v0.3.1
14502026-06-02T17:36:42.270Z Compiling pest_derive v2.8.6
14512026-06-02T17:36:42.304Z Compiling schemars_derive v0.8.22
14522026-06-02T17:36:42.340Z Compiling regex-automata v0.4.14
14532026-06-02T17:36:42.371Z Compiling pkcs8 v0.10.2
14542026-06-02T17:36:42.672Z Compiling tokio-util v0.7.18
14552026-06-02T17:36:42.813Z Compiling ipnet v2.11.0
14562026-06-02T17:36:42.977Z Compiling scroll_derive v0.13.1
14572026-06-02T17:36:43.223Z Compiling darling_core v0.20.11
14582026-06-02T17:36:43.306Z Compiling pin-utils v0.1.0
14592026-06-02T17:36:43.381Z Compiling h2 v0.4.13
14602026-06-02T17:36:43.531Z Compiling openssl v0.10.79
14612026-06-02T17:36:43.696Z Compiling httpdate v1.0.3
14622026-06-02T17:36:43.759Z Compiling foreign-types-shared v0.1.1
14632026-06-02T17:36:43.774Z Compiling scroll v0.13.0
14642026-06-02T17:36:43.848Z Compiling foreign-types v0.3.2
14652026-06-02T17:36:43.915Z Compiling tempfile v3.25.0
14662026-06-02T17:36:44.037Z Compiling unicode-normalization v0.1.25
14672026-06-02T17:36:44.371Z Compiling openssl-macros v0.1.1
14682026-06-02T17:36:44.492Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-06-02T17:36:44.699Z Compiling spin v0.9.8
14702026-06-02T17:36:44.759Z Compiling num-conv v0.2.0
14712026-06-02T17:36:44.878Z Compiling time-core v0.1.8
14722026-06-02T17:36:44.893Z Compiling native-tls v0.2.18
14732026-06-02T17:36:44.908Z Compiling crc32fast v1.5.0
14742026-06-02T17:36:45.066Z Compiling powerfmt v0.2.0
14752026-06-02T17:36:45.162Z Compiling time-macros v0.2.27
14762026-06-02T17:36:45.251Z Compiling deranged v0.5.8
14772026-06-02T17:36:45.507Z Compiling darling_macro v0.20.11
14782026-06-02T17:36:45.969Z Compiling darling v0.20.11
14792026-06-02T17:36:46.053Z Compiling goblin v0.10.5
14802026-06-02T17:36:46.226Z Compiling rustls-native-certs v0.8.3
14812026-06-02T17:36:46.239Z Compiling sync_wrapper v1.0.2
14822026-06-02T17:36:46.345Z Compiling hyper v1.8.1
14832026-06-02T17:36:46.463Z Compiling wait-timeout v0.2.1
14842026-06-02T17:36:46.510Z Compiling siphasher v1.0.2
14852026-06-02T17:36:46.696Z Compiling num_threads v0.1.7
14862026-06-02T17:36:46.726Z Compiling bit-vec v0.8.0
14872026-06-02T17:36:46.796Z Compiling usdt-impl v0.6.0
14882026-06-02T17:36:46.956Z Compiling syn v1.0.109
14892026-06-02T17:36:46.996Z Compiling unicode-segmentation v1.12.0
14902026-06-02T17:36:47.257Z Compiling crossbeam-utils v0.8.21
14912026-06-02T17:36:47.357Z Compiling quick-error v1.2.3
14922026-06-02T17:36:47.376Z Compiling hyper-util v0.1.20
14932026-06-02T17:36:47.464Z Compiling simd-adler32 v0.3.8
14942026-06-02T17:36:47.707Z Compiling rusty-fork v0.3.1
14952026-06-02T17:36:47.911Z Compiling bit-set v0.8.0
14962026-06-02T17:36:47.926Z Compiling time v0.3.47
14972026-06-02T17:36:48.023Z Compiling tower v0.5.3
14982026-06-02T17:36:48.072Z Compiling derive_builder_core v0.20.2
14992026-06-02T17:36:48.452Z Compiling dtrace-parser v0.3.0
15002026-06-02T17:36:48.495Z Compiling http-body-util v0.1.3
15012026-06-02T17:36:48.743Z Compiling dof v0.4.0
15022026-06-02T17:36:48.934Z Compiling webpki-roots v1.0.6
15032026-06-02T17:36:49.058Z Compiling signature v2.2.0
15042026-06-02T17:36:49.094Z Compiling scroll_derive v0.12.1
15052026-06-02T17:36:49.197Z Compiling thiserror-impl v1.0.69
15062026-06-02T17:36:49.232Z Compiling heapless v0.7.17
15072026-06-02T17:36:49.470Z Compiling rand_xorshift v0.4.0
15082026-06-02T17:36:49.485Z Compiling slog v2.8.2
15092026-06-02T17:36:49.628Z Compiling darling_core v0.21.3
15102026-06-02T17:36:49.666Z Compiling bzip2-sys v0.1.13+1.0.8
15112026-06-02T17:36:49.737Z Compiling thread-id v5.1.0
15122026-06-02T17:36:49.821Z Compiling cookie v0.18.1
15132026-06-02T17:36:49.905Z Compiling zstd-safe v7.2.4
15142026-06-02T17:36:49.934Z Compiling unarray v0.1.4
15152026-06-02T17:36:50.058Z Compiling allocator-api2 v0.2.21
15162026-06-02T17:36:50.088Z Compiling iri-string v0.7.10
15172026-06-02T17:36:50.117Z Compiling anyhow v1.0.102
15182026-06-02T17:36:50.301Z Compiling signal-hook v0.3.18
15192026-06-02T17:36:50.384Z Compiling ryu v1.0.23
15202026-06-02T17:36:50.422Z Compiling unicode-bidi v0.3.18
15212026-06-02T17:36:50.474Z Compiling paste v1.0.15
15222026-06-02T17:36:50.507Z Compiling adler2 v2.0.1
15232026-06-02T17:36:50.560Z Compiling unicode-properties v0.1.4
15242026-06-02T17:36:50.638Z Compiling miniz_oxide v0.8.9
15252026-06-02T17:36:50.768Z Compiling stringprep v0.1.5
15262026-06-02T17:36:50.783Z Compiling thiserror v1.0.69
15272026-06-02T17:36:50.886Z Compiling serde_urlencoded v0.7.1
15282026-06-02T17:36:51.131Z Compiling proptest v1.10.0
15292026-06-02T17:36:51.239Z Compiling tower-http v0.6.8
15302026-06-02T17:36:51.624Z Compiling scroll v0.12.0
15312026-06-02T17:36:51.687Z Compiling derive_builder_macro v0.20.2
15322026-06-02T17:36:51.859Z Compiling tokio-native-tls v0.3.1
15332026-06-02T17:36:51.956Z Compiling heck v0.4.1
15342026-06-02T17:36:52.028Z Compiling ipnetwork v0.21.1
15352026-06-02T17:36:52.125Z Compiling bstr v1.12.1
15362026-06-02T17:36:52.170Z Compiling darling_macro v0.21.3
15372026-06-02T17:36:52.184Z Compiling rand_chacha v0.3.1
15382026-06-02T17:36:52.383Z Compiling erased-serde v0.3.31
15392026-06-02T17:36:52.411Z Compiling toml_datetime v0.6.11
15402026-06-02T17:36:52.633Z Compiling serde_spanned v0.6.9
15412026-06-02T17:36:52.667Z Compiling serde_tokenstream v0.2.3
15422026-06-02T17:36:52.762Z Compiling md-5 v0.10.6
15432026-06-02T17:36:52.777Z Compiling pin-project-internal v1.1.11
15442026-06-02T17:36:52.858Z Compiling async-trait v0.1.89
15452026-06-02T17:36:52.927Z Compiling zerocopy-derive v0.7.35
15462026-06-02T17:36:52.969Z Compiling curve25519-dalek v4.1.3
15472026-06-02T17:36:52.983Z Compiling vergen-lib v0.1.6
15482026-06-02T17:36:53.159Z Compiling num-integer v0.1.46
15492026-06-02T17:36:53.294Z Compiling hash32 v0.2.1
15502026-06-02T17:36:53.476Z Compiling ff v0.13.1
15512026-06-02T17:36:53.491Z Compiling memoffset v0.9.1
15522026-06-02T17:36:53.610Z Compiling smoltcp v0.9.1
15532026-06-02T17:36:53.679Z Compiling zlib-rs v0.6.2
15542026-06-02T17:36:53.774Z Compiling litrs v1.0.0
15552026-06-02T17:36:53.859Z Compiling cfg_aliases v0.2.1
15562026-06-02T17:36:53.877Z Compiling rustix v0.38.44
15572026-06-02T17:36:53.933Z Compiling psl-types v2.0.11
15582026-06-02T17:36:53.950Z Compiling base16ct v0.2.0
15592026-06-02T17:36:54.060Z Compiling num-bigint-dig v0.8.6
15602026-06-02T17:36:54.125Z Compiling fallible-iterator v0.2.0
15612026-06-02T17:36:54.216Z Compiling ref-cast v1.0.25
15622026-06-02T17:36:54.284Z Compiling document-features v0.2.12
15632026-06-02T17:36:54.361Z Compiling sec1 v0.7.3
15642026-06-02T17:36:54.434Z Compiling postgres-protocol v0.6.10
15652026-06-02T17:36:54.563Z Compiling publicsuffix v2.3.0
15662026-06-02T17:36:54.660Z Compiling nix v0.31.2
15672026-06-02T17:36:54.735Z Compiling pin-project v1.1.11
15682026-06-02T17:36:54.836Z Compiling zerocopy v0.7.35
15692026-06-02T17:36:54.965Z Compiling group v0.13.0
15702026-06-02T17:36:55.077Z Compiling newtype-uuid v1.3.2
15712026-06-02T17:36:55.153Z Compiling num-iter v0.1.45
15722026-06-02T17:36:55.409Z Compiling darling v0.21.3
15732026-06-02T17:36:55.444Z Compiling rand v0.8.6
15742026-06-02T17:36:55.492Z Compiling oxnet v0.1.4
15752026-06-02T17:36:55.511Z Compiling snafu-derive v0.8.9
15762026-06-02T17:36:55.677Z Compiling hubpack_derive v0.1.1
15772026-06-02T17:36:55.760Z Compiling derive_builder v0.20.2
15782026-06-02T17:36:55.885Z Compiling hyper-tls v0.6.0
15792026-06-02T17:36:56.113Z Compiling goblin v0.8.2
15802026-06-02T17:36:56.578Z Compiling flate2 v1.1.9
15812026-06-02T17:36:56.649Z Compiling phf_shared v0.13.1
15822026-06-02T17:36:56.889Z Compiling lazy_static v1.5.0
15832026-06-02T17:36:56.936Z Compiling regex v1.12.3
15842026-06-02T17:36:56.980Z Compiling strum_macros v0.27.2
15852026-06-02T17:36:56.983Z Compiling futures-executor v0.3.32
15862026-06-02T17:36:57.086Z Compiling hex v0.4.3
15872026-06-02T17:36:57.246Z Compiling cargo-platform v0.1.9
15882026-06-02T17:36:57.361Z Compiling hkdf v0.12.4
15892026-06-02T17:36:57.376Z Compiling crypto-bigint v0.5.5
15902026-06-02T17:36:57.403Z Compiling ref-cast-impl v1.0.25
15912026-06-02T17:36:57.507Z Compiling daft-derive v0.1.5
15922026-06-02T17:36:57.533Z Compiling curve25519-dalek-derive v0.1.1
15932026-06-02T17:36:57.937Z Compiling terminal_size v0.4.3
15942026-06-02T17:36:58.075Z Compiling vergen v9.0.6
15952026-06-02T17:36:58.165Z Compiling fs-err v3.3.0
15962026-06-02T17:36:58.201Z Compiling ahash v0.8.12
15972026-06-02T17:36:58.252Z Compiling encoding_rs v0.8.35
15982026-06-02T17:36:58.351Z Compiling winnow v0.5.40
15992026-06-02T17:36:58.396Z Compiling bitflags v1.3.2
16002026-06-02T17:36:58.474Z Compiling foldhash v0.2.0
16012026-06-02T17:36:58.702Z Compiling mime v0.3.17
16022026-06-02T17:36:58.938Z Compiling object v0.37.3
16032026-06-02T17:36:58.963Z Compiling libbz2-rs-sys v0.2.2
16042026-06-02T17:36:59.207Z Compiling bumpalo v3.20.2
16052026-06-02T17:36:59.462Z Compiling managed v0.8.0
16062026-06-02T17:36:59.492Z Compiling same-file v1.0.6
16072026-06-02T17:36:59.617Z Compiling foldhash v0.1.5
16082026-06-02T17:36:59.659Z Compiling toml_edit v0.19.15
16092026-06-02T17:36:59.673Z Compiling walkdir v2.5.0
16102026-06-02T17:36:59.755Z Compiling hashbrown v0.15.5
16112026-06-02T17:36:59.780Z Compiling clap_builder v4.5.60
16122026-06-02T17:36:59.796Z Compiling zopfli v0.8.3
16132026-06-02T17:36:59.980Z Compiling bzip2 v0.6.1
16142026-06-02T17:37:00.296Z Compiling strum v0.27.2
16152026-06-02T17:37:00.353Z Compiling hashbrown v0.16.1
16162026-06-02T17:37:00.492Z Compiling dof v0.3.0
16172026-06-02T17:37:00.515Z Compiling elliptic-curve v0.13.8
16182026-06-02T17:37:00.595Z Compiling daft v0.1.5
16192026-06-02T17:37:00.946Z Compiling cargo_metadata v0.19.2
16202026-06-02T17:37:01.019Z Compiling snafu v0.8.9
16212026-06-02T17:37:01.227Z Compiling futures v0.3.32
16222026-06-02T17:37:01.374Z Compiling phf v0.13.1
16232026-06-02T17:37:01.534Z Compiling signal-hook-mio v0.2.5
16242026-06-02T17:37:02.022Z Compiling cookie_store v0.22.1
16252026-06-02T17:37:02.058Z Compiling zstd v0.13.3
16262026-06-02T17:37:02.279Z Compiling hubpack v0.1.2
16272026-06-02T17:37:02.307Z Compiling bzip2 v0.4.4
16282026-06-02T17:37:02.322Z Compiling serde_with_macros v3.17.0
16292026-06-02T17:37:02.530Z Compiling postgres-types v0.2.12
16302026-06-02T17:37:02.678Z Compiling usdt-macro v0.6.0
16312026-06-02T17:37:02.798Z Compiling usdt-attr-macro v0.6.0
16322026-06-02T17:37:03.079Z Compiling globset v0.4.18
16332026-06-02T17:37:03.414Z Compiling dtrace-parser v0.2.0
16342026-06-02T17:37:03.443Z Compiling ed25519 v2.2.3
16352026-06-02T17:37:03.583Z Compiling phf_shared v0.11.3
16362026-06-02T17:37:03.698Z Compiling olpc-cjson v0.1.4
16372026-06-02T17:37:03.752Z Compiling pkcs1 v0.7.5
16382026-06-02T17:37:03.769Z Compiling strum_macros v0.26.4
16392026-06-02T17:37:03.855Z Compiling enum-as-inner v0.6.1
16402026-06-02T17:37:03.859Z Compiling clap_derive v4.5.55
16412026-06-02T17:37:04.145Z Compiling serde_plain v1.0.2
16422026-06-02T17:37:04.160Z Compiling serde-big-array v0.5.1
16432026-06-02T17:37:04.302Z Compiling rfc6979 v0.4.0
16442026-06-02T17:37:04.339Z Compiling serde_repr v0.1.20
16452026-06-02T17:37:04.353Z Compiling async-recursion v1.1.1
16462026-06-02T17:37:04.367Z Compiling pem v3.0.6
16472026-06-02T17:37:04.423Z Compiling float-cmp v0.10.0
16482026-06-02T17:37:04.572Z Compiling memmap2 v0.9.10
16492026-06-02T17:37:04.691Z Compiling thread-id v4.2.2
16502026-06-02T17:37:04.777Z Compiling env_filter v1.0.0
16512026-06-02T17:37:04.791Z Compiling predicates-core v1.0.10
16522026-06-02T17:37:04.859Z Compiling data-encoding v2.10.0
16532026-06-02T17:37:04.964Z Compiling static_assertions v1.1.0
16542026-06-02T17:37:05.020Z Compiling either v1.15.0
16552026-06-02T17:37:05.067Z Compiling rustc-hash v2.1.1
16562026-06-02T17:37:05.109Z Compiling new_debug_unreachable v1.0.6
16572026-06-02T17:37:05.188Z Compiling fixedbitset v0.4.2
16582026-06-02T17:37:05.203Z Compiling difflib v0.4.0
16592026-06-02T17:37:05.241Z Compiling whoami v2.1.0
16602026-06-02T17:37:05.404Z Compiling normalize-line-endings v0.3.0
16612026-06-02T17:37:05.507Z Compiling keccak v0.1.6
16622026-06-02T17:37:05.540Z Compiling precomputed-hash v0.1.1
16632026-06-02T17:37:05.589Z Compiling jiff v0.2.21
16642026-06-02T17:37:05.618Z Compiling fixedbitset v0.5.7
16652026-06-02T17:37:05.632Z Compiling typed-path v0.9.3
16662026-06-02T17:37:05.687Z Compiling clap v4.5.60
16672026-06-02T17:37:05.763Z Compiling sha3 v0.10.8
16682026-06-02T17:37:05.778Z Compiling string_cache v0.8.9
16692026-06-02T17:37:05.923Z Compiling petgraph v0.8.3
16702026-06-02T17:37:06.004Z Compiling strum v0.26.3
16712026-06-02T17:37:06.138Z Compiling predicates v3.1.4
16722026-06-02T17:37:06.226Z Compiling tokio-postgres v0.7.16
16732026-06-02T17:37:06.333Z Compiling petgraph v0.6.5
16742026-06-02T17:37:06.777Z Compiling itertools v0.13.0
16752026-06-02T17:37:06.855Z Compiling hickory-proto v0.25.2
16762026-06-02T17:37:06.957Z Compiling iddqd v0.3.18
16772026-06-02T17:37:07.792Z Compiling toml_edit v0.22.27
16782026-06-02T17:37:07.887Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16792026-06-02T17:37:07.985Z Compiling env_logger v0.11.9
16802026-06-02T17:37:08.074Z Compiling usdt-impl v0.5.0
16812026-06-02T17:37:08.344Z Compiling zip v4.6.1
16822026-06-02T17:37:08.396Z Compiling usdt v0.6.0
16832026-06-02T17:37:08.654Z Compiling ecdsa v0.16.9
16842026-06-02T17:37:08.669Z Compiling rsa v0.9.10
16852026-06-02T17:37:09.045Z Compiling ed25519-dalek v2.2.0
16862026-06-02T17:37:09.291Z Compiling serde_with v3.17.0
16872026-06-02T17:37:09.728Z Compiling crossterm v0.28.1
16882026-06-02T17:37:10.518Z Compiling zip v0.6.6
16892026-06-02T17:37:11.071Z Compiling toml v0.7.8
16902026-06-02T17:37:11.218Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-06-02T17:37:11.341Z Compiling similar v2.7.0
16922026-06-02T17:37:11.505Z Compiling crossbeam-epoch v0.9.18
16932026-06-02T17:37:11.555Z Compiling tokio-stream v0.1.18
16942026-06-02T17:37:11.666Z Compiling buf-list v1.1.2
16952026-06-02T17:37:11.832Z Compiling x509-cert v0.2.5
16962026-06-02T17:37:11.846Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-06-02T17:37:11.942Z Compiling openapiv3 v2.2.0
16982026-06-02T17:37:12.014Z Compiling sha1 v0.10.6
16992026-06-02T17:37:12.035Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-06-02T17:37:12.142Z Compiling lalrpop-util v0.19.12
17012026-06-02T17:37:12.215Z Compiling peg-runtime v0.8.5
17022026-06-02T17:37:12.237Z Compiling thread_local v1.1.9
17032026-06-02T17:37:12.324Z Compiling slog-async v2.8.0
17042026-06-02T17:37:12.338Z Compiling crossbeam-channel v0.5.15
17052026-06-02T17:37:12.486Z Compiling filetime v0.2.27
17062026-06-02T17:37:12.501Z Compiling is-terminal v0.4.17
17072026-06-02T17:37:12.601Z Compiling term v1.2.1
17082026-06-02T17:37:12.633Z Compiling xattr v1.6.1
17092026-06-02T17:37:12.659Z Compiling take_mut v0.2.2
17102026-06-02T17:37:12.771Z Compiling tar v0.4.45
17112026-06-02T17:37:13.171Z Compiling slog-term v2.9.2
17122026-06-02T17:37:22.936Z Compiling rustls-webpki v0.103.9
17132026-06-02T17:37:25.760Z Compiling tokio-rustls v0.26.4
17142026-06-02T17:37:25.760Z Compiling rustls-platform-verifier v0.6.2
17152026-06-02T17:37:25.957Z Compiling hyper-rustls v0.27.7
17162026-06-02T17:37:26.157Z Compiling reqwest v0.12.28
17172026-06-02T17:37:26.157Z Compiling reqwest v0.13.2
17182026-06-02T17:37:27.421Z Compiling tough v0.22.0
17192026-06-02T17:37:29.979Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-06-02T17:37:30.203Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-06-02T17:37:33.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-06-02T17:37:33.176Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-06-02T17:37:33.234ZJun 02 17:37:32.046 INFO Starting download, target: Cockroach
17242026-06-02T17:37:33.235ZJun 02 17:37:32.047 INFO Starting download, target: Console
17252026-06-02T17:37:33.235ZJun 02 17:37:32.047 INFO Starting download, target: Clickhouse
17262026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Starting download, target: DendriteStub
17272026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Starting download, target: MaghemiteMgd
17282026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Starting download, target: TransceiverControl
17292026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17322026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-06-02T17:37:33.238ZJun 02 17:37:32.047 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-06-02T17:37:33.639ZJun 02 17:37:32.439 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-06-02T17:37:33.843ZJun 02 17:37:32.643 INFO Download complete, target: TransceiverControl
17372026-06-02T17:37:34.268ZJun 02 17:37:33.075 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-06-02T17:37:34.493ZJun 02 17:37:33.304 INFO Download complete, target: Console
17392026-06-02T17:37:34.764ZJun 02 17:37:33.571 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-02T17:37:35.105ZJun 02 17:37:33.916 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-02T17:37:35.444ZJun 02 17:37:34.257 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-02T17:37:35.445ZJun 02 17:37:34.257 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-02T17:37:35.662ZJun 02 17:37:34.475 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-02T17:37:37.053ZJun 02 17:37:35.865 INFO Download complete, target: DendriteStub
17452026-06-02T17:37:37.433ZJun 02 17:37:36.245 INFO Download complete, target: MaghemiteMgd
17462026-06-02T17:37:40.008ZJun 02 17:37:38.820 INFO Checking that binary works, target: Cockroach
17472026-06-02T17:37:40.127ZJun 02 17:37:38.939 INFO Download complete, target: Cockroach
17482026-06-02T17:37:42.373ZJun 02 17:37:41.179 INFO Checking that binary works, target: Clickhouse
17492026-06-02T17:37:42.478ZJun 02 17:37:41.278 INFO Download complete, target: Clickhouse
17502026-06-02T17:37:42.488ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-02T17:37:42.492Z
17522026-06-02T17:37:42.492Zreal 2:34.225999541
17532026-06-02T17:37:42.492Zuser 6:57.149533361
17542026-06-02T17:37:42.492Zsys 1:22.978082835
17552026-06-02T17:37:42.492Ztrap 0.227979423
17562026-06-02T17:37:42.492Ztflt 0.727265945
17572026-06-02T17:37:42.492Zdflt 0.618218862
17582026-06-02T17:37:42.492Zkflt 0.029864450
17592026-06-02T17:37:42.492Zlock 22:01.942055475
17602026-06-02T17:37:42.492Zslp 21:51.285266049
17612026-06-02T17:37:42.492Zlat 44.729915586
17622026-06-02T17:37:42.492Zstop 2:00.668279300
17632026-06-02T17:37:42.492Z+ banner hack-check
17642026-06-02T17:37:42.492Z
17652026-06-02T17:37:42.492Z # # ## #### # # #### # # ###### #### # #
17662026-06-02T17:37:42.492Z # # # # # # # # # # # # # # # # #
17672026-06-02T17:37:42.492Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-02T17:37:42.493Z # # ###### # # # # # # # # # #
17692026-06-02T17:37:42.493Z # # # # # # # # # # # # # # # # #
17702026-06-02T17:37:42.493Z # # # # #### # # #### # # ###### #### # #
17712026-06-02T17:37:42.493Z
17722026-06-02T17:37:42.493Z+ export CARGO_INCREMENTAL=0
17732026-06-02T17:37:42.493Z+ CARGO_INCREMENTAL=0
17742026-06-02T17:37:42.493Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-02T17:37:43.014Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-02T17:37:43.237Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-02T17:37:45.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17782026-06-02T17:37:45.188Z Running `target/debug/xtask check-features --ci`
17792026-06-02T17:37:45.217Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-02T17:37:45.220Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-02T17:37:45.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17822026-06-02T17:37:45.732Z Running `target/debug/xtask download cargo-hack`
17832026-06-02T17:37:46.508Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-02T17:37:46.824Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-02T17:37:49.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
17862026-06-02T17:37:49.471Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-02T17:37:49.513ZJun 02 17:37:48.325 INFO Starting download, target: CargoHack
17882026-06-02T17:37:49.516ZJun 02 17:37:48.326 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-02T17:37:50.113ZJun 02 17:37:48.925 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-02T17:37:50.161ZJun 02 17:37:48.973 INFO Download complete, target: CargoHack
17912026-06-02T17:37:50.165Zrunning: "/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"
17922026-06-02T17:37:50.178Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-02T17:37:50.331Zinfo: running `cargo check --bins` on api_identity (1/272)
17942026-06-02T17:37:50.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-02T17:37:50.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-02T17:37:50.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-02T17:37:50.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17982026-06-02T17:37:50.907Z
17992026-06-02T17:37:50.907Zinfo: running `cargo check --bins` on bootstore (2/272)
18002026-06-02T17:37:51.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-02T17:37:51.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-02T17:37:51.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-02T17:37:51.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18042026-06-02T17:37:51.491Z
18052026-06-02T17:37:51.491Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18062026-06-02T17:37:51.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-02T17:37:51.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-02T17:37:51.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-02T17:37:51.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18102026-06-02T17:37:52.072Z
18112026-06-02T17:37:52.072Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18122026-06-02T17:37:52.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-02T17:37:52.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-02T17:37:52.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-02T17:37:52.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18162026-06-02T17:37:52.658Z
18172026-06-02T17:37:52.658Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18182026-06-02T17:37:53.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-02T17:37:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-02T17:37:53.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-02T17:37:53.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-06-02T17:37:53.246Z
18232026-06-02T17:37:53.246Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18242026-06-02T17:37:53.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-02T17:37:53.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-02T17:37:53.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-02T17:37:53.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-06-02T17:37:53.849Z
18292026-06-02T17:37:53.849Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18302026-06-02T17:37:54.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-02T17:37:54.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-02T17:37:54.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-02T17:37:54.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-06-02T17:37:54.449Z
18352026-06-02T17:37:54.449Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18362026-06-02T17:37:54.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-02T17:37:54.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-02T17:37:54.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-02T17:37:54.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-06-02T17:37:55.056Z
18412026-06-02T17:37:55.056Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18422026-06-02T17:37:55.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-02T17:37:55.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-02T17:37:55.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-02T17:37:55.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462026-06-02T17:37:55.527Z
18472026-06-02T17:37:55.527Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18482026-06-02T17:37:55.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-02T17:37:55.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-02T17:37:55.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-02T17:37:55.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-06-02T17:37:56.000Z
18532026-06-02T17:37:56.000Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18542026-06-02T17:37:56.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-02T17:37:56.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-02T17:37:56.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-02T17:37:56.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-06-02T17:37:56.475Z
18592026-06-02T17:37:56.475Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18602026-06-02T17:37:56.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-02T17:37:56.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-02T17:37:56.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-02T17:37:56.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-06-02T17:37:56.948Z
18652026-06-02T17:37:56.948Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18662026-06-02T17:37:57.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-02T17:37:57.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-02T17:37:57.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-02T17:37:57.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-06-02T17:37:57.420Z
18712026-06-02T17:37:57.421Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18722026-06-02T17:37:57.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-02T17:37:57.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-02T17:37:57.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-02T17:37:57.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-06-02T17:37:57.898Z
18772026-06-02T17:37:57.898Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
18782026-06-02T17:37:58.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-02T17:37:58.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-02T17:37:58.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-02T17:37:58.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-06-02T17:37:58.370Z
18832026-06-02T17:37:58.370Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
18842026-06-02T17:37:58.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-02T17:37:58.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-02T17:37:58.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-02T17:37:58.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-06-02T17:37:58.838Z
18892026-06-02T17:37:58.838Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
18902026-06-02T17:37:59.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-02T17:37:59.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-02T17:37:59.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-02T17:37:59.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-06-02T17:37:59.305Z
18952026-06-02T17:37:59.306Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
18962026-06-02T17:37:59.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-02T17:37:59.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-02T17:37:59.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-02T17:37:59.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-06-02T17:37:59.773Z
19012026-06-02T17:37:59.773Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19022026-06-02T17:38:00.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-02T17:38:00.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-02T17:38:00.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-02T17:38:00.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-06-02T17:38:00.243Z
19072026-06-02T17:38:00.243Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19082026-06-02T17:38:00.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-02T17:38:00.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-02T17:38:00.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-02T17:38:00.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-06-02T17:38:00.714Z
19132026-06-02T17:38:00.714Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19142026-06-02T17:38:01.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-02T17:38:01.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-02T17:38:01.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-02T17:38:01.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-06-02T17:38:01.184Z
19192026-06-02T17:38:01.185Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19202026-06-02T17:38:01.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-02T17:38:01.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-02T17:38:01.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-02T17:38:01.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-06-02T17:38:01.653Z
19252026-06-02T17:38:01.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19262026-06-02T17:38:02.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-02T17:38:02.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-02T17:38:02.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-02T17:38:02.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-06-02T17:38:02.123Z
19312026-06-02T17:38:02.124Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19322026-06-02T17:38:02.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-02T17:38:02.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-02T17:38:02.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-02T17:38:02.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-06-02T17:38:02.594Z
19372026-06-02T17:38:02.594Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19382026-06-02T17:38:03.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-02T17:38:03.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-02T17:38:03.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-02T17:38:03.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-06-02T17:38:03.074Z
19432026-06-02T17:38:03.074Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19442026-06-02T17:38:03.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-02T17:38:03.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-02T17:38:03.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-02T17:38:03.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-06-02T17:38:03.539Z
19492026-06-02T17:38:03.539Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19502026-06-02T17:38:03.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-02T17:38:03.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-02T17:38:03.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-02T17:38:03.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-06-02T17:38:04.010Z
19552026-06-02T17:38:04.010Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19562026-06-02T17:38:04.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-02T17:38:04.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-02T17:38:04.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-02T17:38:04.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-06-02T17:38:04.490Z
19612026-06-02T17:38:04.490Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19622026-06-02T17:38:04.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-02T17:38:04.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-02T17:38:04.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-02T17:38:04.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-06-02T17:38:04.957Z
19672026-06-02T17:38:04.957Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19682026-06-02T17:38:05.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-02T17:38:05.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-02T17:38:05.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-02T17:38:05.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-06-02T17:38:05.428Z
19732026-06-02T17:38:05.428Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
19742026-06-02T17:38:05.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-02T17:38:05.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-02T17:38:05.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-02T17:38:05.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-06-02T17:38:05.897Z
19792026-06-02T17:38:05.897Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
19802026-06-02T17:38:06.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-02T17:38:06.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-02T17:38:06.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-02T17:38:06.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-06-02T17:38:06.369Z
19852026-06-02T17:38:06.369Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
19862026-06-02T17:38:06.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-02T17:38:06.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-02T17:38:06.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-02T17:38:06.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-06-02T17:38:06.837Z
19912026-06-02T17:38:06.837Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
19922026-06-02T17:38:07.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-02T17:38:07.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-02T17:38:07.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-02T17:38:07.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-06-02T17:38:07.306Z
19972026-06-02T17:38:07.306Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
19982026-06-02T17:38:07.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-02T17:38:07.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-02T17:38:07.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-02T17:38:07.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20022026-06-02T17:38:07.773Z
20032026-06-02T17:38:07.773Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20042026-06-02T17:38:08.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-02T17:38:08.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-02T17:38:08.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-02T17:38:08.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-06-02T17:38:08.249Z
20092026-06-02T17:38:08.249Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20102026-06-02T17:38:08.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-02T17:38:08.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-02T17:38:08.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-02T17:38:08.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-06-02T17:38:08.713Z
20152026-06-02T17:38:08.713Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20162026-06-02T17:38:09.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-02T17:38:09.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-02T17:38:09.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-02T17:38:09.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-06-02T17:38:09.194Z
20212026-06-02T17:38:09.194Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20222026-06-02T17:38:09.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-02T17:38:09.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-02T17:38:09.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-02T17:38:09.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-06-02T17:38:09.659Z
20272026-06-02T17:38:09.659Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20282026-06-02T17:38:10.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-02T17:38:10.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-02T17:38:10.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-02T17:38:10.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-06-02T17:38:10.130Z
20332026-06-02T17:38:10.130Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20342026-06-02T17:38:10.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-02T17:38:10.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-02T17:38:10.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-02T17:38:10.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-06-02T17:38:10.619Z
20392026-06-02T17:38:10.619Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20402026-06-02T17:38:11.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-02T17:38:11.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-02T17:38:11.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-02T17:38:11.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-06-02T17:38:11.081Z
20452026-06-02T17:38:11.081Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20462026-06-02T17:38:11.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-02T17:38:11.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-02T17:38:11.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-02T17:38:11.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-06-02T17:38:11.561Z
20512026-06-02T17:38:11.561Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20522026-06-02T17:38:11.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-02T17:38:11.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-02T17:38:11.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-02T17:38:11.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-06-02T17:38:12.026Z
20572026-06-02T17:38:12.026Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20582026-06-02T17:38:12.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-02T17:38:12.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-02T17:38:12.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-02T17:38:12.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-06-02T17:38:12.504Z
20632026-06-02T17:38:12.504Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20642026-06-02T17:38:12.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-02T17:38:12.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-02T17:38:12.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-02T17:38:12.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-06-02T17:38:12.974Z
20692026-06-02T17:38:12.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20702026-06-02T17:38:13.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-02T17:38:13.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-02T17:38:13.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-02T17:38:13.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-06-02T17:38:13.447Z
20752026-06-02T17:38:13.447Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
20762026-06-02T17:38:13.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-02T17:38:13.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-02T17:38:13.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-02T17:38:13.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-06-02T17:38:13.920Z
20812026-06-02T17:38:13.921Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
20822026-06-02T17:38:14.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-02T17:38:14.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-02T17:38:14.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-02T17:38:14.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20862026-06-02T17:38:14.557Z
20872026-06-02T17:38:14.557Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
20882026-06-02T17:38:15.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-02T17:38:15.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-02T17:38:15.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-02T17:38:15.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-06-02T17:38:15.204Z
20932026-06-02T17:38:15.205Zinfo: running `cargo check --bins` on nexus-config (51/272)
20942026-06-02T17:38:15.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-02T17:38:15.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-02T17:38:15.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-02T17:38:15.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20982026-06-02T17:38:15.842Z
20992026-06-02T17:38:15.842Zinfo: running `cargo check --bins` on nexus-types (52/272)
21002026-06-02T17:38:16.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-02T17:38:16.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-02T17:38:16.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-02T17:38:16.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-06-02T17:38:16.482Z
21052026-06-02T17:38:16.484Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21062026-06-02T17:38:16.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-02T17:38:17.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-02T17:38:17.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-02T17:38:17.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21102026-06-02T17:38:17.094Z
21112026-06-02T17:38:17.094Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21122026-06-02T17:38:17.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-02T17:38:17.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-02T17:38:17.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-02T17:38:17.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21162026-06-02T17:38:17.685Z
21172026-06-02T17:38:17.685Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21182026-06-02T17:38:18.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-02T17:38:18.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-02T17:38:18.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-02T17:38:18.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21222026-06-02T17:38:18.298Z
21232026-06-02T17:38:18.298Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21242026-06-02T17:38:18.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-02T17:38:18.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-02T17:38:18.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-02T17:38:18.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21282026-06-02T17:38:18.910Z
21292026-06-02T17:38:18.910Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21302026-06-02T17:38:19.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-02T17:38:19.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-02T17:38:19.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-02T17:38:19.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-06-02T17:38:19.519Z
21352026-06-02T17:38:19.519Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21362026-06-02T17:38:20.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-02T17:38:20.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-02T17:38:20.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-02T17:38:20.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21402026-06-02T17:38:20.134Z
21412026-06-02T17:38:20.135Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21422026-06-02T17:38:20.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-02T17:38:20.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-02T17:38:20.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-02T17:38:20.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-06-02T17:38:20.735Z
21472026-06-02T17:38:20.735Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21482026-06-02T17:38:21.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-02T17:38:21.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-02T17:38:21.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-02T17:38:21.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-06-02T17:38:21.335Z
21532026-06-02T17:38:21.335Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21542026-06-02T17:38:21.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-02T17:38:21.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-02T17:38:21.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-02T17:38:21.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-06-02T17:38:21.925Z
21592026-06-02T17:38:21.925Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21602026-06-02T17:38:22.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-02T17:38:22.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-02T17:38:22.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-02T17:38:22.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-06-02T17:38:22.525Z
21652026-06-02T17:38:22.525Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21662026-06-02T17:38:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-02T17:38:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-02T17:38:23.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-02T17:38:23.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-06-02T17:38:23.135Z
21712026-06-02T17:38:23.135Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21722026-06-02T17:38:23.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-02T17:38:23.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-02T17:38:23.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-02T17:38:23.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-06-02T17:38:23.744Z
21772026-06-02T17:38:23.745Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
21782026-06-02T17:38:24.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-02T17:38:24.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-02T17:38:24.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-02T17:38:24.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-06-02T17:38:24.331Z
21832026-06-02T17:38:24.331Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
21842026-06-02T17:38:24.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-02T17:38:24.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-02T17:38:24.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-02T17:38:24.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-06-02T17:38:24.965Z
21892026-06-02T17:38:24.965Zinfo: running `cargo check --bins` on ereport-types (67/272)
21902026-06-02T17:38:25.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-02T17:38:25.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-02T17:38:25.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-02T17:38:25.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-06-02T17:38:25.528Z
21952026-06-02T17:38:25.528Zinfo: running `cargo check --bins` on gateway-client (68/272)
21962026-06-02T17:38:26.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-02T17:38:26.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-02T17:38:26.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-02T17:38:26.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002026-06-02T17:38:26.138Z
22012026-06-02T17:38:26.138Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22022026-06-02T17:38:26.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-02T17:38:26.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-02T17:38:26.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-02T17:38:26.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-06-02T17:38:26.799Z
22072026-06-02T17:38:26.800Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22082026-06-02T17:38:27.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-02T17:38:27.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-02T17:38:27.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-02T17:38:27.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-06-02T17:38:27.328Z
22132026-06-02T17:38:27.328Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22142026-06-02T17:38:27.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-02T17:38:27.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-02T17:38:27.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-02T17:38:27.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22182026-06-02T17:38:27.927Z
22192026-06-02T17:38:27.927Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22202026-06-02T17:38:28.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-02T17:38:28.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-02T17:38:28.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-02T17:38:28.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-06-02T17:38:28.527Z
22252026-06-02T17:38:28.527Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22262026-06-02T17:38:29.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-02T17:38:29.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-02T17:38:29.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-02T17:38:29.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22302026-06-02T17:38:29.151Z
22312026-06-02T17:38:29.151Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22322026-06-02T17:38:29.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-02T17:38:29.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-02T17:38:29.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-02T17:38:29.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-06-02T17:38:29.772Z
22372026-06-02T17:38:29.773Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22382026-06-02T17:38:30.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-02T17:38:30.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-02T17:38:30.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-02T17:38:30.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-06-02T17:38:30.365Z
22432026-06-02T17:38:30.365Zinfo: running `cargo check --bins` on oxlog (76/272)
22442026-06-02T17:38:30.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-02T17:38:30.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-02T17:38:30.979Z Checking cfg-if v1.0.4
22472026-06-02T17:38:30.983Z Checking libc v0.2.185
22482026-06-02T17:38:30.983Z Checking serde_core v1.0.228
22492026-06-02T17:38:31.100Z Checking zeroize v1.8.2
22502026-06-02T17:38:31.107Z Checking memchr v2.8.0
22512026-06-02T17:38:31.115Z Checking log v0.4.29
22522026-06-02T17:38:31.124Z Checking smallvec v1.15.1
22532026-06-02T17:38:31.136Z Checking typenum v1.19.0
22542026-06-02T17:38:31.139Z Checking subtle v2.6.1
22552026-06-02T17:38:31.236Z Checking itoa v1.0.17
22562026-06-02T17:38:31.278Z Checking scopeguard v1.2.0
22572026-06-02T17:38:31.290Z Checking stable_deref_trait v1.2.1
22582026-06-02T17:38:31.302Z Checking const-oid v0.9.6
22592026-06-02T17:38:31.365Z Checking zerofrom v0.1.6
22602026-06-02T17:38:31.375Z Checking lock_api v0.4.14
22612026-06-02T17:38:31.388Z Checking pin-project-lite v0.2.17
22622026-06-02T17:38:31.475Z Checking yoke v0.8.1
22632026-06-02T17:38:31.488Z Checking portable-atomic v1.13.1
22642026-06-02T17:38:31.490Z Checking futures-core v0.3.32
22652026-06-02T17:38:31.494Z Checking getrandom v0.2.17
22662026-06-02T17:38:31.578Z Checking errno v0.3.14
22672026-06-02T17:38:31.637Z Checking zerovec v0.11.5
22682026-06-02T17:38:31.657Z Checking parking_lot_core v0.9.12
22692026-06-02T17:38:31.667Z Checking generic-array v0.14.7
22702026-06-02T17:38:31.677Z Checking rand_core v0.6.4
22712026-06-02T17:38:31.688Z Checking signal-hook-registry v1.4.8
22722026-06-02T17:38:31.834Z Checking critical-section v1.2.0
22732026-06-02T17:38:31.849Z Checking parking_lot v0.12.5
22742026-06-02T17:38:31.852Z Checking mio v1.2.0
22752026-06-02T17:38:31.914Z Checking zerocopy v0.8.40
22762026-06-02T17:38:31.929Z Checking once_cell v1.21.3
22772026-06-02T17:38:31.982Z Checking zmij v1.0.21
22782026-06-02T17:38:32.168Z Checking socket2 v0.6.3
22792026-06-02T17:38:32.182Z Checking tinystr v0.8.2
22802026-06-02T17:38:32.183Z Checking crypto-common v0.1.7
22812026-06-02T17:38:32.183Z Checking block-buffer v0.10.4
22822026-06-02T17:38:32.183Z Checking libm v0.2.16
22832026-06-02T17:38:32.197Z Checking equivalent v1.0.2
22842026-06-02T17:38:32.232Z Checking litemap v0.8.1
22852026-06-02T17:38:32.246Z Checking digest v0.10.7
22862026-06-02T17:38:32.250Z Checking percent-encoding v2.3.2
22872026-06-02T17:38:32.273Z Checking writeable v0.6.2
22882026-06-02T17:38:32.300Z Checking potential_utf v0.1.4
22892026-06-02T17:38:32.391Z Checking zerotrie v0.2.3
22902026-06-02T17:38:32.405Z Checking futures-sink v0.3.32
22912026-06-02T17:38:32.423Z Checking icu_collections v2.1.1
22922026-06-02T17:38:32.430Z Checking icu_locale_core v2.1.1
22932026-06-02T17:38:32.442Z Checking cpufeatures v0.2.17
22942026-06-02T17:38:32.500Z Checking futures-channel v0.3.32
22952026-06-02T17:38:32.513Z Checking futures-io v0.3.32
22962026-06-02T17:38:32.592Z Checking serde v1.0.228
22972026-06-02T17:38:32.621Z Checking bitflags v2.11.0
22982026-06-02T17:38:32.633Z Checking serde_json v1.0.149
22992026-06-02T17:38:32.755Z Checking slab v0.4.12
23002026-06-02T17:38:32.761Z Checking futures-task v0.3.32
23012026-06-02T17:38:32.794Z Checking hmac v0.12.1
23022026-06-02T17:38:32.825Z Checking num-traits v0.2.19
23032026-06-02T17:38:32.852Z Checking icu_normalizer_data v2.1.1
23042026-06-02T17:38:32.861Z Checking futures-util v0.3.32
23052026-06-02T17:38:32.919Z Checking icu_properties_data v2.1.2
23062026-06-02T17:38:32.939Z Checking rand_core v0.10.0
23072026-06-02T17:38:32.981Z Checking icu_provider v2.1.1
23082026-06-02T17:38:32.994Z Checking bytes v1.11.1
23092026-06-02T17:38:33.040Z Checking hashbrown v0.17.0
23102026-06-02T17:38:33.060Z Checking getrandom v0.4.1
23112026-06-02T17:38:33.210Z Checking icu_properties v2.1.2
23122026-06-02T17:38:33.210Z Checking icu_normalizer v2.1.1
23132026-06-02T17:38:33.302Z Checking block-padding v0.3.3
23142026-06-02T17:38:33.346Z Checking utf8_iter v1.0.4
23152026-06-02T17:38:33.425Z Checking inout v0.1.4
23162026-06-02T17:38:33.451Z Checking tokio v1.52.1
23172026-06-02T17:38:33.466Z Checking sha2 v0.10.9
23182026-06-02T17:38:33.502Z Checking indexmap v2.14.0
23192026-06-02T17:38:33.513Z Checking form_urlencoded v1.2.2
23202026-06-02T17:38:33.568Z Checking cipher v0.4.4
23212026-06-02T17:38:33.638Z Checking getrandom v0.3.4
23222026-06-02T17:38:33.736Z Checking base64ct v1.8.3
23232026-06-02T17:38:33.766Z Checking byteorder v1.5.0
23242026-06-02T17:38:33.779Z Checking fnv v1.0.7
23252026-06-02T17:38:33.871Z Checking flagset v0.4.7
23262026-06-02T17:38:33.961Z Checking pem-rfc7468 v0.7.0
23272026-06-02T17:38:33.975Z Checking rand_core v0.9.5
23282026-06-02T17:38:33.993Z Checking http v1.4.0
23292026-06-02T17:38:34.027Z Checking idna_adapter v1.2.1
23302026-06-02T17:38:34.048Z Checking regex-syntax v0.8.10
23312026-06-02T17:38:34.116Z Checking der v0.7.10
23322026-06-02T17:38:34.143Z Checking idna v1.1.0
23332026-06-02T17:38:34.157Z Checking salsa20 v0.10.2
23342026-06-02T17:38:34.287Z Checking uuid v1.23.0
23352026-06-02T17:38:34.394Z Checking url v2.5.8
23362026-06-02T17:38:34.556Z Checking pbkdf2 v0.12.2
23372026-06-02T17:38:34.599Z Checking rustix v1.1.3
23382026-06-02T17:38:34.666Z Checking tracing-core v0.1.36
23392026-06-02T17:38:34.686Z Checking ppv-lite86 v0.2.21
23402026-06-02T17:38:34.769Z Checking rustls-pki-types v1.14.0
23412026-06-02T17:38:34.833Z Checking iana-time-zone v0.1.65
23422026-06-02T17:38:34.861Z Checking spki v0.7.3
23432026-06-02T17:38:34.946Z Checking base64 v0.22.1
23442026-06-02T17:38:34.970Z Checking tracing v0.1.44
23452026-06-02T17:38:34.986Z Checking rand_chacha v0.9.0
23462026-06-02T17:38:35.024Z Checking chrono v0.4.44
23472026-06-02T17:38:35.056Z Checking scrypt v0.11.0
23482026-06-02T17:38:35.170Z Checking http-body v1.0.1
23492026-06-02T17:38:35.184Z Checking aes v0.8.4
23502026-06-02T17:38:35.184Z Checking cbc v0.1.2
23512026-06-02T17:38:35.204Z Checking aws-lc-sys v0.40.0
23522026-06-02T17:38:35.300Z Checking untrusted v0.7.1
23532026-06-02T17:38:35.315Z Checking untrusted v0.9.0
23542026-06-02T17:38:35.367Z Checking openssl-probe v0.2.1
23552026-06-02T17:38:35.412Z Checking tinyvec_macros v0.1.1
23562026-06-02T17:38:35.424Z Checking ring v0.17.14
23572026-06-02T17:38:35.439Z Checking rand v0.9.2
23582026-06-02T17:38:35.468Z Checking try-lock v0.2.5
23592026-06-02T17:38:35.487Z Checking tinyvec v1.10.0
23602026-06-02T17:38:35.566Z Checking tower-service v0.3.3
23612026-06-02T17:38:35.579Z Checking pkcs5 v0.7.1
23622026-06-02T17:38:35.655Z Checking atomic-waker v1.1.2
23632026-06-02T17:38:35.708Z Checking aws-lc-rs v1.16.3
23642026-06-02T17:38:35.753Z Checking tower-layer v0.3.3
23652026-06-02T17:38:35.789Z Checking want v0.3.1
23662026-06-02T17:38:35.824Z Checking pkcs8 v0.10.2
23672026-06-02T17:38:35.877Z Checking ipnet v2.11.0
23682026-06-02T17:38:35.898Z Checking httparse v1.10.1
23692026-06-02T17:38:35.919Z Checking aho-corasick v1.1.4
23702026-06-02T17:38:35.928Z Checking fastrand v2.3.0
23712026-06-02T17:38:36.000Z Checking plain v0.2.3
23722026-06-02T17:38:36.099Z Checking httpdate v1.0.3
23732026-06-02T17:38:36.099Z Checking foreign-types-shared v0.1.1
23742026-06-02T17:38:36.124Z Checking pin-utils v0.1.0
23752026-06-02T17:38:36.134Z Checking dyn-clone v1.0.20
23762026-06-02T17:38:36.190Z Checking foreign-types v0.3.2
23772026-06-02T17:38:36.201Z Checking tempfile v3.25.0
23782026-06-02T17:38:36.357Z Checking unicode-normalization v0.1.25
23792026-06-02T17:38:36.357Z Checking semver v1.0.28
23802026-06-02T17:38:36.357Z Checking openssl-sys v0.9.115
23812026-06-02T17:38:36.391Z Checking spin v0.9.8
23822026-06-02T17:38:36.446Z Checking unicode-ident v1.0.24
23832026-06-02T17:38:36.457Z Checking ucd-trie v0.1.7
23842026-06-02T17:38:36.523Z Checking proc-macro2 v1.0.106
23852026-06-02T17:38:36.543Z Checking rustls-webpki v0.103.9
23862026-06-02T17:38:36.578Z Checking schemars v0.8.22
23872026-06-02T17:38:36.591Z Checking pest v2.8.6
23882026-06-02T17:38:36.603Z Checking regex-automata v0.4.14
23892026-06-02T17:38:36.638Z Checking rustls-native-certs v0.8.3
23902026-06-02T17:38:36.651Z Checking openssl v0.10.79
23912026-06-02T17:38:36.671Z Checking tokio-util v0.7.18
23922026-06-02T17:38:36.765Z Checking thiserror v2.0.18
23932026-06-02T17:38:36.835Z Checking sync_wrapper v1.0.2
23942026-06-02T17:38:36.872Z Checking wait-timeout v0.2.1
23952026-06-02T17:38:36.948Z Checking siphasher v1.0.2
23962026-06-02T17:38:36.968Z Checking rustls v0.23.37
23972026-06-02T17:38:36.983Z Checking simd-adler32 v0.3.8
23982026-06-02T17:38:37.106Z Checking utf8parse v0.2.2
23992026-06-02T17:38:37.153Z Checking quick-error v1.2.3
24002026-06-02T17:38:37.212Z Checking anstyle v1.0.13
24012026-06-02T17:38:37.254Z Checking bit-vec v0.8.0
24022026-06-02T17:38:37.264Z Checking powerfmt v0.2.0
24032026-06-02T17:38:37.288Z Checking h2 v0.4.13
24042026-06-02T17:38:37.392Z Checking pretty-hex v0.4.1
24052026-06-02T17:38:37.418Z Checking deranged v0.5.8
24062026-06-02T17:38:37.451Z Checking bit-set v0.8.0
24072026-06-02T17:38:37.514Z Checking rusty-fork v0.3.1
24082026-06-02T17:38:37.608Z Checking anstyle-parse v0.2.7
24092026-06-02T17:38:37.677Z Checking tower v0.5.3
24102026-06-02T17:38:37.690Z Checking quote v1.0.45
24112026-06-02T17:38:37.756Z Compiling newtype-uuid v1.3.2
24122026-06-02T17:38:37.855Z Checking http-body-util v0.1.3
24132026-06-02T17:38:37.936Z Checking webpki-roots v1.0.6
24142026-06-02T17:38:38.053Z Checking crossbeam-utils v0.8.21
24152026-06-02T17:38:38.074Z Checking rand_xorshift v0.4.0
24162026-06-02T17:38:38.082Z Checking crc32fast v1.5.0
24172026-06-02T17:38:38.182Z Checking scroll v0.13.0
24182026-06-02T17:38:38.226Z Checking signature v2.2.0
24192026-06-02T17:38:38.330Z Checking allocator-api2 v0.2.21
24202026-06-02T17:38:38.353Z Checking ryu v1.0.23
24212026-06-02T17:38:38.389Z Checking colorchoice v1.0.4
24222026-06-02T17:38:38.411Z Checking anstyle-query v1.1.5
24232026-06-02T17:38:38.482Z Checking unarray v0.1.4
24242026-06-02T17:38:38.496Z Checking num_threads v0.1.7
24252026-06-02T17:38:38.500Z Checking time-core v0.1.8
24262026-06-02T17:38:38.508Z Checking unicode-bidi v0.3.18
24272026-06-02T17:38:38.579Z Checking iri-string v0.7.10
24282026-06-02T17:38:38.591Z Checking num-conv v0.2.0
24292026-06-02T17:38:38.613Z Checking unicode-properties v0.1.4
24302026-06-02T17:38:38.651Z Checking is_terminal_polyfill v1.70.2
24312026-06-02T17:38:38.699Z Checking native-tls v0.2.18
24322026-06-02T17:38:38.712Z Checking adler2 v2.0.1
24332026-06-02T17:38:38.731Z Checking anstream v0.6.21
24342026-06-02T17:38:38.799Z Checking time v0.3.47
24352026-06-02T17:38:38.811Z Checking stringprep v0.1.5
24362026-06-02T17:38:38.823Z Checking miniz_oxide v0.8.9
24372026-06-02T17:38:38.880Z Checking tokio-native-tls v0.3.1
24382026-06-02T17:38:38.926Z Checking proptest v1.10.0
24392026-06-02T17:38:38.959Z Checking bstr v1.12.1
24402026-06-02T17:38:39.031Z Checking serde_urlencoded v0.7.1
24412026-06-02T17:38:39.177Z Checking goblin v0.10.5
24422026-06-02T17:38:39.234Z Checking crossbeam-epoch v0.9.18
24432026-06-02T17:38:39.351Z Compiling daft v0.1.5
24442026-06-02T17:38:39.365Z Checking tokio-rustls v0.26.4
24452026-06-02T17:38:39.454Z Checking syn v2.0.117
24462026-06-02T17:38:39.593Z Checking ipnetwork v0.21.1
24472026-06-02T17:38:39.612Z Checking tower-http v0.6.8
24482026-06-02T17:38:39.632Z Checking rand_chacha v0.3.1
24492026-06-02T17:38:39.812Z Checking scroll v0.12.0
24502026-06-02T17:38:39.842Z Checking thiserror v1.0.69
24512026-06-02T17:38:39.889Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-06-02T17:38:39.933Z Checking hash32 v0.2.1
24532026-06-02T17:38:39.946Z Checking num-integer v0.1.46
24542026-06-02T17:38:39.997Z Checking toml_datetime v0.6.11
24552026-06-02T17:38:40.010Z Checking hyper v1.8.1
24562026-06-02T17:38:40.035Z Checking serde_spanned v0.6.9
24572026-06-02T17:38:40.089Z Checking md-5 v0.10.6
24582026-06-02T17:38:40.157Z Checking ff v0.13.1
24592026-06-02T17:38:40.171Z Checking fallible-iterator v0.2.0
24602026-06-02T17:38:40.185Z Checking zlib-rs v0.6.2
24612026-06-02T17:38:40.228Z Checking psl-types v2.0.11
24622026-06-02T17:38:40.284Z Checking base16ct v0.2.0
24632026-06-02T17:38:40.346Z Checking publicsuffix v2.3.0
24642026-06-02T17:38:40.411Z Checking sec1 v0.7.3
24652026-06-02T17:38:40.444Z Checking postgres-protocol v0.6.10
24662026-06-02T17:38:40.501Z Checking group v0.13.0
24672026-06-02T17:38:40.629Z Compiling iddqd v0.3.18
24682026-06-02T17:38:40.673Z Checking num-iter v0.1.45
24692026-06-02T17:38:40.750Z Checking heapless v0.7.17
24702026-06-02T17:38:40.770Z Checking goblin v0.8.2
24712026-06-02T17:38:40.888Z Checking zstd-safe v7.2.4
24722026-06-02T17:38:40.908Z Checking hyper-util v0.1.20
24732026-06-02T17:38:41.048Z Checking cookie v0.18.1
24742026-06-02T17:38:41.061Z Checking flate2 v1.1.9
24752026-06-02T17:38:41.154Z Checking rand v0.8.6
24762026-06-02T17:38:41.275Z Checking oxnet v0.1.4
24772026-06-02T17:38:41.354Z Checking dtrace-parser v0.3.0
24782026-06-02T17:38:46.046Z Checking dof v0.4.0
24792026-06-02T17:38:46.074Z Checking phf_shared v0.13.1
24802026-06-02T17:38:46.093Z Checking lazy_static v1.5.0
24812026-06-02T17:38:46.093Z Checking zerocopy v0.7.35
24822026-06-02T17:38:46.093Z Checking pin-project v1.1.11
24832026-06-02T17:38:46.093Z Checking bzip2-sys v0.1.13+1.0.8
24842026-06-02T17:38:46.094Z Checking signal-hook v0.3.18
24852026-06-02T17:38:46.094Z Checking terminal_size v0.4.3
24862026-06-02T17:38:46.094Z Checking futures-executor v0.3.32
24872026-06-02T17:38:46.094Z Checking hex v0.4.3
24882026-06-02T17:38:46.094Z Checking hkdf v0.12.4
24892026-06-02T17:38:46.094Z Checking crypto-bigint v0.5.5
24902026-06-02T17:38:46.094Z Checking thread-id v5.1.0
24912026-06-02T17:38:46.094Z Checking encoding_rs v0.8.35
24922026-06-02T17:38:46.094Z Checking libbz2-rs-sys v0.2.2
24932026-06-02T17:38:46.094Z Checking bumpalo v3.20.2
24942026-06-02T17:38:46.094Z Checking strsim v0.11.1
24952026-06-02T17:38:46.094Z Checking hyper-rustls v0.27.7
24962026-06-02T17:38:46.094Z Checking hyper-tls v0.6.0
24972026-06-02T17:38:46.094Z Checking winnow v0.7.14
24982026-06-02T17:38:46.094Z Checking foldhash v0.2.0
24992026-06-02T17:38:46.094Z Checking mime v0.3.17
25002026-06-02T17:38:46.094Z Checking winnow v0.5.40
25012026-06-02T17:38:46.094Z Checking managed v0.8.0
25022026-06-02T17:38:46.095Z Checking bitflags v1.3.2
25032026-06-02T17:38:46.095Z Checking same-file v1.0.6
25042026-06-02T17:38:46.095Z Compiling rayon-core v1.13.0
25052026-06-02T17:38:46.095Z Checking either v1.15.0
25062026-06-02T17:38:46.095Z Checking foldhash v0.1.5
25072026-06-02T17:38:46.095Z Checking clap_lex v1.0.0
25082026-06-02T17:38:46.095Z Checking dof v0.3.0
25092026-06-02T17:38:46.095Z Checking hashbrown v0.15.5
25102026-06-02T17:38:46.095Z Checking walkdir v2.5.0
25112026-06-02T17:38:46.095Z Checking elliptic-curve v0.13.8
25122026-06-02T17:38:46.095Z Checking clap_builder v4.5.60
25132026-06-02T17:38:46.095Z Checking smoltcp v0.9.1
25142026-06-02T17:38:46.095Z Checking reqwest v0.12.28
25152026-06-02T17:38:46.095Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-06-02T17:38:46.095Z Checking hashbrown v0.16.1
25172026-06-02T17:38:46.095Z Checking bzip2 v0.6.1
25182026-06-02T17:38:46.095Z Checking zopfli v0.8.3
25192026-06-02T17:38:46.095Z Checking usdt-impl v0.6.0
25202026-06-02T17:38:46.096Z Checking futures v0.3.32
25212026-06-02T17:38:46.096Z Checking signal-hook-mio v0.2.5
25222026-06-02T17:38:46.096Z Checking toml_edit v0.19.15
25232026-06-02T17:38:46.096Z Checking bzip2 v0.4.4
25242026-06-02T17:38:46.096Z Checking snafu v0.8.9
25252026-06-02T17:38:46.096Z Checking phf v0.13.1
25262026-06-02T17:38:46.096Z Checking num-bigint-dig v0.8.6
25272026-06-02T17:38:46.096Z Checking cookie_store v0.22.1
25282026-06-02T17:38:46.096Z Checking zstd v0.13.3
25292026-06-02T17:38:46.096Z Checking postgres-types v0.2.12
25302026-06-02T17:38:46.096Z Checking dtrace-parser v0.2.0
25312026-06-02T17:38:46.096Z Checking crossbeam-deque v0.8.6
25322026-06-02T17:38:46.096Z Checking rustls-platform-verifier v0.6.2
25332026-06-02T17:38:46.096Z Checking globset v0.4.18
25342026-06-02T17:38:46.096Z Checking regex v1.12.3
25352026-06-02T17:38:46.097Z Checking ed25519 v2.2.3
25362026-06-02T17:38:46.097Z Checking phf_shared v0.11.3
25372026-06-02T17:38:46.097Z Checking olpc-cjson v0.1.4
25382026-06-02T17:38:46.097Z Checking curve25519-dalek v4.1.3
25392026-06-02T17:38:46.097Z Checking ref-cast v1.0.25
25402026-06-02T17:38:46.097Z Checking strum v0.27.2
25412026-06-02T17:38:46.097Z Checking hubpack v0.1.2
25422026-06-02T17:38:46.097Z Checking memoffset v0.9.1
25432026-06-02T17:38:46.097Z Checking rustix v0.38.44
25442026-06-02T17:38:46.097Z Checking pkcs1 v0.7.5
25452026-06-02T17:38:46.097Z Checking pem v3.0.6
25462026-06-02T17:38:46.097Z Checking float-cmp v0.10.0
25472026-06-02T17:38:46.097Z Checking erased-serde v0.3.31
25482026-06-02T17:38:46.097Z Checking serde-big-array v0.5.1
25492026-06-02T17:38:46.097Z Checking serde_plain v1.0.2
25502026-06-02T17:38:46.097Z Checking rfc6979 v0.4.0
25512026-06-02T17:38:46.097Z Checking memmap2 v0.9.10
25522026-06-02T17:38:46.097Z Checking thread-id v4.2.2
25532026-06-02T17:38:46.097Z Checking env_filter v1.0.0
25542026-06-02T17:38:46.097Z Checking jiff v0.2.21
25552026-06-02T17:38:46.097Z Checking new_debug_unreachable v1.0.6
25562026-06-02T17:38:46.097Z Checking data-encoding v2.10.0
25572026-06-02T17:38:46.097Z Checking rustc-hash v2.1.1
25582026-06-02T17:38:46.097Z Checking normalize-line-endings v0.3.0
25592026-06-02T17:38:46.097Z Checking fixedbitset v0.4.2
25602026-06-02T17:38:46.098Z Checking difflib v0.4.0
25612026-06-02T17:38:46.098Z Checking fixedbitset v0.5.7
25622026-06-02T17:38:46.098Z Checking toml_write v0.1.2
25632026-06-02T17:38:46.098Z Checking keccak v0.1.6
25642026-06-02T17:38:46.098Z Checking static_assertions v1.1.0
25652026-06-02T17:38:46.098Z Checking precomputed-hash v0.1.1
25662026-06-02T17:38:46.098Z Checking typed-path v0.9.3
25672026-06-02T17:38:46.098Z Checking unicode-segmentation v1.12.0
25682026-06-02T17:38:46.098Z Checking whoami v2.1.0
25692026-06-02T17:38:46.098Z Checking predicates-core v1.0.10
25702026-06-02T17:38:46.098Z Checking string_cache v0.8.9
25712026-06-02T17:38:46.098Z Checking sha3 v0.10.8
25722026-06-02T17:38:46.098Z Checking crossterm v0.28.1
25732026-06-02T17:38:46.099Z Checking predicates v3.1.4
25742026-06-02T17:38:46.099Z Checking petgraph v0.8.3
25752026-06-02T17:38:46.099Z Checking tokio-postgres v0.7.16
25762026-06-02T17:38:46.099Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25772026-06-02T17:38:46.099Z Checking similar v2.7.0
25782026-06-02T17:38:46.099Z Checking toml_edit v0.22.27
25792026-06-02T17:38:46.099Z Checking hickory-proto v0.25.2
25802026-06-02T17:38:46.117Z Checking tough v0.22.0
25812026-06-02T17:38:46.117Z Checking ed25519-dalek v2.2.0
25822026-06-02T17:38:46.117Z Checking petgraph v0.6.5
25832026-06-02T17:38:46.453Z Checking slog v2.8.2
25842026-06-02T17:38:46.767Z Checking env_logger v0.11.9
25852026-06-02T17:38:46.771Z Checking usdt v0.6.0
25862026-06-02T17:38:46.826Z Checking zip v4.6.1
25872026-06-02T17:38:46.894Z Checking usdt-impl v0.5.0
25882026-06-02T17:38:46.908Z Checking ecdsa v0.16.9
25892026-06-02T17:38:47.174Z Checking toml v0.7.8
25902026-06-02T17:38:47.254Z Checking rsa v0.9.10
25912026-06-02T17:38:47.273Z Checking nix v0.31.2
25922026-06-02T17:38:47.286Z Checking clap v4.5.60
25932026-06-02T17:38:47.363Z Checking reqwest v0.13.2
25942026-06-02T17:38:47.481Z Checking zip v0.6.6
25952026-06-02T17:38:47.494Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-06-02T17:38:47.745Z Checking itertools v0.13.0
25972026-06-02T17:38:47.748Z Checking serde_with v3.17.0
25982026-06-02T17:38:47.770Z Checking strum v0.26.3
25992026-06-02T17:38:47.805Z Checking fs-err v3.3.0
26002026-06-02T17:38:47.818Z Checking ahash v0.8.12
26012026-06-02T17:38:47.879Z Checking object v0.37.3
26022026-06-02T17:38:48.015Z Checking tokio-stream v0.1.18
26032026-06-02T17:38:48.105Z Checking buf-list v1.1.2
26042026-06-02T17:38:48.214Z Checking anyhow v1.0.102
26052026-06-02T17:38:48.291Z Checking camino v1.2.2
26062026-06-02T17:38:48.303Z Checking x509-cert v0.2.5
26072026-06-02T17:38:48.395Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-06-02T17:38:48.415Z Checking openapiv3 v2.2.0
26092026-06-02T17:38:48.482Z Checking toml_datetime v0.7.5+spec-1.1.0
26102026-06-02T17:38:48.538Z Checking sha1 v0.10.6
26112026-06-02T17:38:48.655Z Checking peg-runtime v0.8.5
26122026-06-02T17:38:48.675Z Checking lalrpop-util v0.19.12
26132026-06-02T17:38:48.701Z Checking rayon v1.11.0
26142026-06-02T17:38:48.767Z Checking sigpipe v0.1.3
26152026-06-02T17:38:48.794Z Checking glob v0.3.3
26162026-06-02T17:38:50.135Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-02T17:38:50.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.04s
26182026-06-02T17:38:50.583Z
26192026-06-02T17:38:50.583Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26202026-06-02T17:38:51.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-02T17:38:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-02T17:38:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-02T17:38:51.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-06-02T17:38:51.189Z
26252026-06-02T17:38:51.189Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26262026-06-02T17:38:51.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-02T17:38:51.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-02T17:38:51.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-02T17:38:51.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-06-02T17:38:51.802Z
26312026-06-02T17:38:51.802Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26322026-06-02T17:38:52.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-02T17:38:52.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-02T17:38:52.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-02T17:38:52.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-06-02T17:38:52.427Z
26372026-06-02T17:38:52.427Zinfo: running `cargo check --bins` on oxql-types (80/272)
26382026-06-02T17:38:52.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-02T17:38:52.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-02T17:38:52.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-02T17:38:52.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-02T17:38:53.031Z
26432026-06-02T17:38:53.031Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26442026-06-02T17:38:53.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-02T17:38:53.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-02T17:38:53.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-02T17:38:53.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-06-02T17:38:53.638Z
26492026-06-02T17:38:53.639Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26502026-06-02T17:38:54.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-02T17:38:54.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-02T17:38:54.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-02T17:38:54.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-02T17:38:54.243Z
26552026-06-02T17:38:54.243Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26562026-06-02T17:38:54.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-02T17:38:54.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-02T17:38:54.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-02T17:38:54.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-02T17:38:54.870Z
26612026-06-02T17:38:54.870Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26622026-06-02T17:38:55.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-02T17:38:55.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-02T17:38:55.530Z Compiling structmeta-derive v0.3.0
26652026-06-02T17:38:55.648Z Compiling rustls v0.22.4
26662026-06-02T17:38:55.657Z Compiling multer v3.1.0
26672026-06-02T17:38:55.667Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-06-02T17:38:55.667Z Compiling async-stream-impl v0.3.6
26692026-06-02T17:38:55.689Z Compiling dropshot v0.17.0
26702026-06-02T17:38:55.704Z Compiling newtype-uuid-macros v0.1.0
26712026-06-02T17:38:55.704Z Compiling dropshot_endpoint v0.17.0
26722026-06-02T17:38:55.826Z Checking newtype-uuid v1.3.2
26732026-06-02T17:38:55.888Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-02T17:38:55.946Z Checking rustls-webpki v0.102.8
26752026-06-02T17:38:56.024Z Checking daft v0.1.5
26762026-06-02T17:38:56.042Z Checking thread_local v1.1.9
26772026-06-02T17:38:56.210Z Checking compression-core v0.4.31
26782026-06-02T17:38:56.253Z Checking match_cfg v0.1.0
26792026-06-02T17:38:56.266Z Checking iddqd v0.3.18
26802026-06-02T17:38:56.295Z Checking crossbeam-channel v0.5.15
26812026-06-02T17:38:56.323Z Checking hostname v0.3.1
26822026-06-02T17:38:56.336Z Checking compression-codecs v0.4.37
26832026-06-02T17:38:56.417Z Checking slog-json v2.6.1
26842026-06-02T17:38:56.449Z Checking serde_spanned v1.0.4
26852026-06-02T17:38:56.500Z Checking is-terminal v0.4.17
26862026-06-02T17:38:56.569Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-06-02T17:38:56.582Z Checking debug-ignore v1.0.5
26882026-06-02T17:38:56.593Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-06-02T17:38:56.629Z Checking take_mut v0.2.2
26902026-06-02T17:38:56.676Z Checking term v1.2.1
26912026-06-02T17:38:56.691Z Compiling structmeta v0.3.0
26922026-06-02T17:38:56.731Z Checking slog-async v2.8.0
26932026-06-02T17:38:56.763Z Checking slog-bunyan v2.5.0
26942026-06-02T17:38:56.777Z Checking toml v1.0.6+spec-1.1.0
26952026-06-02T17:38:56.877Z Checking async-compression v0.4.41
26962026-06-02T17:38:56.894Z Checking slog-term v2.9.2
26972026-06-02T17:38:56.894Z Compiling derive-ex v0.1.8
26982026-06-02T17:38:56.921Z Compiling parse-display-derive v0.10.0
26992026-06-02T17:38:57.121Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-06-02T17:38:57.137Z Checking async-stream v0.3.6
27012026-06-02T17:38:57.172Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-02T17:38:57.196Z Checking progenitor-client v0.14.0
27032026-06-02T17:38:57.265Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-02T17:38:57.382Z Checking waitgroup v0.1.2
27052026-06-02T17:38:57.411Z Checking backon v1.6.0
27062026-06-02T17:38:57.430Z Checking rustls-pemfile v2.2.0
27072026-06-02T17:38:57.481Z Checking serde_path_to_error v0.1.20
27082026-06-02T17:38:57.508Z Checking hostname v0.4.2
27092026-06-02T17:38:57.570Z Checking instant v0.1.13
27102026-06-02T17:38:57.660Z Checking backoff v0.4.0
27112026-06-02T17:38:57.767Z Checking progenitor-extras v0.2.0
27122026-06-02T17:38:57.790Z Checking tokio-rustls v0.25.0
27132026-06-02T17:38:57.813Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-02T17:38:57.830Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-02T17:38:57.986Z Checking itertools v0.14.0
27162026-06-02T17:38:58.025Z Checking progenitor-client v0.10.0
27172026-06-02T17:38:58.185Z Checking regress v0.10.5
27182026-06-02T17:38:58.234Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-02T17:38:58.457Z Checking macaddr v1.0.1
27202026-06-02T17:38:58.606Z Checking parse-display v0.10.0
27212026-06-02T17:38:58.635Z Compiling test-strategy v0.4.5
27222026-06-02T17:38:59.773Z Compiling prettyplease v0.2.37
27232026-06-02T17:39:00.103Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-06-02T17:39:00.209Z Checking num-rational v0.4.2
27252026-06-02T17:39:00.475Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-06-02T17:39:00.689Z Checking num-complex v0.4.6
27272026-06-02T17:39:01.282Z Checking num v0.4.3
27282026-06-02T17:39:01.406Z Compiling usdt-macro v0.5.0
27292026-06-02T17:39:01.411Z Compiling usdt-attr-macro v0.5.0
27302026-06-02T17:39:01.439Z Checking memmap v0.7.0
27312026-06-02T17:39:01.460Z Checking float-ord v0.3.2
27322026-06-02T17:39:01.573Z Compiling convert_case v0.4.0
27332026-06-02T17:39:01.577Z Checking unicode-width v0.2.0
27342026-06-02T17:39:01.834Z Checking console v0.15.11
27352026-06-02T17:39:01.947Z Compiling derive_more v0.99.20
27362026-06-02T17:39:02.133Z Checking newline-converter v0.3.0
27372026-06-02T17:39:02.157Z Checking atomicwrites v0.4.4
27382026-06-02T17:39:02.209Z Checking usdt v0.5.0
27392026-06-02T17:39:02.244Z Compiling toml v0.8.23
27402026-06-02T17:39:02.292Z Compiling minimal-lexical v0.2.1
27412026-06-02T17:39:02.383Z Checking linked-hash-map v0.5.6
27422026-06-02T17:39:02.549Z Compiling nom v7.1.3
27432026-06-02T17:39:02.563Z Checking lru-cache v0.1.2
27442026-06-02T17:39:02.688Z Checking expectorate v1.2.0
27452026-06-02T17:39:03.228Z Checking camino-tempfile v1.4.1
27462026-06-02T17:39:03.391Z Checking hickory-proto v0.24.4
27472026-06-02T17:39:03.394Z Checking phf_shared v0.12.1
27482026-06-02T17:39:03.533Z Compiling slog-dtrace v0.3.0
27492026-06-02T17:39:03.639Z Checking heck v0.5.0
27502026-06-02T17:39:03.727Z Checking resolv-conf v0.7.6
27512026-06-02T17:39:03.771Z Compiling chrono-tz v0.10.4
27522026-06-02T17:39:03.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27532026-06-02T17:39:03.912Z Compiling const_format_proc_macros v0.2.34
27542026-06-02T17:39:04.024Z Checking phf v0.12.1
27552026-06-02T17:39:04.049Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-02T17:39:04.168Z Checking tokio-dtrace v0.1.1
27572026-06-02T17:39:04.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-06-02T17:39:04.375Z Compiling derive-where v1.6.0
27592026-06-02T17:39:04.542Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-06-02T17:39:04.873Z Checking highway v1.3.0
27612026-06-02T17:39:05.105Z Checking const_format v0.2.35
27622026-06-02T17:39:05.193Z Checking hickory-resolver v0.24.4
27632026-06-02T17:39:05.337Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-06-02T17:39:05.396Z Checking oxide-tokio-rt v0.1.4
27652026-06-02T17:39:05.593Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-06-02T17:39:05.772Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27672026-06-02T17:39:05.794Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-02T17:39:05.833Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-02T17:39:05.900Z Checking gethostname v0.5.0
27702026-06-02T17:39:05.919Z Checking qorb v0.4.1
27712026-06-02T17:39:05.962Z Checking bcs v0.1.6
27722026-06-02T17:39:05.987Z Checking termtree v0.5.1
27732026-06-02T17:39:09.264Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-06-02T17:39:12.001Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-06-02T17:39:14.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.32s
27762026-06-02T17:39:14.346Z
27772026-06-02T17:39:14.346Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27782026-06-02T17:39:14.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-06-02T17:39:14.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-06-02T17:39:15.042Z Compiling ar_archive_writer v0.5.1
27812026-06-02T17:39:15.154Z Compiling stacker v0.1.23
27822026-06-02T17:39:15.157Z Compiling cfg_aliases v0.1.1
27832026-06-02T17:39:15.168Z Compiling convert_case v0.10.0
27842026-06-02T17:39:15.168Z Checking unicode-width v0.1.14
27852026-06-02T17:39:15.183Z Compiling proc-macro-error v1.0.4
27862026-06-02T17:39:15.194Z Checking fd-lock v4.0.4
27872026-06-02T17:39:15.194Z Checking nibble_vec v0.1.0
27882026-06-02T17:39:15.216Z Compiling nix v0.28.0
27892026-06-02T17:39:15.304Z Checking vte v0.14.1
27902026-06-02T17:39:15.321Z Compiling recursive-proc-macro-impl v0.1.1
27912026-06-02T17:39:15.406Z Checking bytecount v0.6.9
27922026-06-02T17:39:15.419Z Checking endian-type v0.1.2
27932026-06-02T17:39:15.453Z Checking strip-ansi-escapes v0.2.1
27942026-06-02T17:39:15.465Z Compiling derive_more-impl v2.1.1
27952026-06-02T17:39:15.477Z Compiling tabled_derive v0.7.0
27962026-06-02T17:39:15.504Z Checking papergrid v0.11.0
27972026-06-02T17:39:15.540Z Checking radix_trie v0.2.1
27982026-06-02T17:39:15.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-06-02T17:39:15.722Z Compiling peg-macros v0.8.5
28002026-06-02T17:39:15.744Z Checking winnow v0.6.26
28012026-06-02T17:39:15.985Z Compiling psm v0.1.30
28022026-06-02T17:39:16.021Z Compiling sqlparser_derive v0.5.0
28032026-06-02T17:39:16.111Z Checking unicode_categories v0.1.1
28042026-06-02T17:39:16.259Z Checking derive_more v2.1.1
28052026-06-02T17:39:16.272Z Checking nu-ansi-term v0.50.3
28062026-06-02T17:39:16.339Z Checking home v0.5.12
28072026-06-02T17:39:16.433Z Checking tabled v0.15.0
28082026-06-02T17:39:16.446Z Checking crossterm v0.29.0
28092026-06-02T17:39:16.476Z Checking reedline v0.40.0
28102026-06-02T17:39:16.511Z Checking rustyline v14.0.0
28112026-06-02T17:39:16.757Z Checking recursive v0.1.1
28122026-06-02T17:39:16.792Z Checking display-error-chain v0.2.2
28132026-06-02T17:39:16.852Z Checking sqlparser v0.61.0
28142026-06-02T17:39:16.915Z Checking sqlformat v0.3.5
28152026-06-02T17:39:17.130Z Checking peg v0.8.5
28162026-06-02T17:39:28.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28172026-06-02T17:39:28.278Z
28182026-06-02T17:39:28.278Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28192026-06-02T17:39:28.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-06-02T17:39:28.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-06-02T17:39:28.974Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-06-02T17:39:35.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28232026-06-02T17:39:35.296Z
28242026-06-02T17:39:35.296Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28252026-06-02T17:39:35.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-06-02T17:39:35.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-06-02T17:39:35.296Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-06-02T17:39:38.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28292026-06-02T17:39:38.243Z
28302026-06-02T17:39:38.243Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28312026-06-02T17:39:38.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-06-02T17:39:38.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-06-02T17:39:38.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-06-02T17:39:40.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28352026-06-02T17:39:40.322Z
28362026-06-02T17:39:40.322Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28372026-06-02T17:39:40.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-06-02T17:39:40.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-06-02T17:39:40.848Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-06-02T17:39:44.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28412026-06-02T17:39:44.248Z
28422026-06-02T17:39:44.248Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28432026-06-02T17:39:44.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-06-02T17:39:44.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-06-02T17:39:44.929Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-06-02T17:39:47.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28472026-06-02T17:39:47.729Z
28482026-06-02T17:39:47.729Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28492026-06-02T17:39:48.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-06-02T17:39:48.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-06-02T17:39:48.416Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-06-02T17:39:51.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28532026-06-02T17:39:51.263Z
28542026-06-02T17:39:51.263Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28552026-06-02T17:39:51.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-06-02T17:39:51.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-06-02T17:39:51.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-06-02T17:39:55.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28592026-06-02T17:39:55.613Z
28602026-06-02T17:39:55.613Zinfo: running `cargo check --bins` on oximeter (93/272)
28612026-06-02T17:39:56.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-06-02T17:39:56.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-06-02T17:39:56.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-06-02T17:39:56.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28652026-06-02T17:39:56.221Z
28662026-06-02T17:39:56.221Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28672026-06-02T17:39:56.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-06-02T17:39:56.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-06-02T17:39:56.874Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-06-02T17:39:57.041Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-06-02T17:39:57.041Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-06-02T17:39:57.380Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-06-02T17:40:00.254Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-06-02T17:40:01.472Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-06-02T17:40:01.638Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-06-02T17:40:02.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.08s
28772026-06-02T17:40:02.494Z
28782026-06-02T17:40:02.494Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28792026-06-02T17:40:03.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-06-02T17:40:03.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-06-02T17:40:03.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-06-02T17:40:03.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-06-02T17:40:03.140Z
28842026-06-02T17:40:03.140Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28852026-06-02T17:40:03.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-06-02T17:40:03.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-06-02T17:40:03.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-06-02T17:40:03.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28892026-06-02T17:40:03.743Z
28902026-06-02T17:40:03.744Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28912026-06-02T17:40:04.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-06-02T17:40:04.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-06-02T17:40:04.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-06-02T17:40:04.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-06-02T17:40:04.360Z
28962026-06-02T17:40:04.360Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
28972026-06-02T17:40:04.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-06-02T17:40:04.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-06-02T17:40:04.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-06-02T17:40:04.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29012026-06-02T17:40:04.976Z
29022026-06-02T17:40:04.976Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29032026-06-02T17:40:05.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-06-02T17:40:05.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-06-02T17:40:05.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-06-02T17:40:05.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29072026-06-02T17:40:05.596Z
29082026-06-02T17:40:05.596Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29092026-06-02T17:40:06.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-06-02T17:40:06.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-06-02T17:40:06.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-06-02T17:40:06.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-06-02T17:40:06.212Z
29142026-06-02T17:40:06.212Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29152026-06-02T17:40:06.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-06-02T17:40:06.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-06-02T17:40:06.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-06-02T17:40:06.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-06-02T17:40:06.814Z
29202026-06-02T17:40:06.814Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29212026-06-02T17:40:07.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-06-02T17:40:07.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-06-02T17:40:07.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-06-02T17:40:07.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-06-02T17:40:07.591Z
29262026-06-02T17:40:07.591Zinfo: running `cargo check --bins` on update-engine (103/272)
29272026-06-02T17:40:07.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-06-02T17:40:07.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-06-02T17:40:07.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-06-02T17:40:07.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-06-02T17:40:08.013Z
29322026-06-02T17:40:08.013Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29332026-06-02T17:40:08.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-06-02T17:40:08.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-06-02T17:40:08.737Z Compiling crucible-workspace-hack v0.1.0
29362026-06-02T17:40:08.856Z Checking secrecy v0.10.3
29372026-06-02T17:40:08.864Z Compiling heapless v0.8.0
29382026-06-02T17:40:08.871Z Compiling ingot-macros v0.1.1
29392026-06-02T17:40:08.878Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-06-02T17:40:08.881Z Checking hash32 v0.3.1
29412026-06-02T17:40:08.900Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-06-02T17:40:08.900Z Compiling smoltcp v0.11.0
29432026-06-02T17:40:08.957Z Checking cobs v0.3.0
29442026-06-02T17:40:09.006Z Compiling thiserror-impl-no-std v2.0.2
29452026-06-02T17:40:09.095Z Checking universal-hash v0.5.1
29462026-06-02T17:40:09.121Z Checking half v2.7.1
29472026-06-02T17:40:09.147Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-06-02T17:40:09.232Z Checking ciborium-io v0.2.2
29492026-06-02T17:40:09.267Z Checking opaque-debug v0.3.1
29502026-06-02T17:40:09.340Z Checking poly1305 v0.8.0
29512026-06-02T17:40:09.344Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29522026-06-02T17:40:09.347Z Checking postcard v1.1.3
29532026-06-02T17:40:09.416Z Compiling proc-macro-crate v3.4.0
29542026-06-02T17:40:09.637Z Checking ciborium-ll v0.2.2
29552026-06-02T17:40:09.690Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-06-02T17:40:09.704Z Checking password-hash v0.5.0
29572026-06-02T17:40:09.815Z Checking chacha20 v0.9.1
29582026-06-02T17:40:09.917Z Compiling proc-macro-crate v1.3.1
29592026-06-02T17:40:09.938Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-06-02T17:40:09.956Z Checking blake2 v0.10.6
29612026-06-02T17:40:09.970Z Compiling num_enum_derive v0.7.5
29622026-06-02T17:40:10.015Z Checking aead v0.5.2
29632026-06-02T17:40:10.160Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-06-02T17:40:10.174Z Checking thiserror-no-std v2.0.2
29652026-06-02T17:40:10.177Z Compiling foreign-types-macros v0.2.3
29662026-06-02T17:40:10.200Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-06-02T17:40:10.260Z Checking cpufeatures v0.3.0
29682026-06-02T17:40:10.335Z Checking foreign-types-shared v0.3.1
29692026-06-02T17:40:10.349Z Compiling num_enum_derive v0.5.11
29702026-06-02T17:40:10.367Z Checking chacha20 v0.10.0
29712026-06-02T17:40:10.424Z Checking vsss-rs v3.3.4
29722026-06-02T17:40:10.438Z Checking argon2 v0.5.3
29732026-06-02T17:40:10.579Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-06-02T17:40:10.775Z Checking foreign-types v0.5.0
29752026-06-02T17:40:10.788Z Checking chacha20poly1305 v0.10.1
29762026-06-02T17:40:10.853Z Checking ciborium v0.2.2
29772026-06-02T17:40:10.972Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-06-02T17:40:11.019Z Checking num_enum v0.7.5
29792026-06-02T17:40:11.019Z Checking tabwriter v1.4.1
29802026-06-02T17:40:11.134Z Checking byte-wrapper v0.1.0
29812026-06-02T17:40:11.174Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-06-02T17:40:11.257Z Checking cstr-argument v0.1.2
29832026-06-02T17:40:11.272Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-06-02T17:40:11.340Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-06-02T17:40:11.377Z Checking num_enum v0.5.11
29862026-06-02T17:40:11.380Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-06-02T17:40:11.492Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-06-02T17:40:11.526Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-06-02T17:40:11.556Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-06-02T17:40:11.569Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29912026-06-02T17:40:11.600Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-06-02T17:40:11.689Z Checking ingot-types v0.1.2
29932026-06-02T17:40:11.707Z Checking rand v0.10.0
29942026-06-02T17:40:11.721Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-06-02T17:40:11.724Z Checking indent_write v2.2.0
29962026-06-02T17:40:11.760Z Checking colored v3.1.1
29972026-06-02T17:40:11.864Z Compiling zone_cfg_derive v0.3.1
29982026-06-02T17:40:11.957Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-06-02T17:40:12.040Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-06-02T17:40:12.088Z Checking ingot v0.1.1
30012026-06-02T17:40:12.091Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-06-02T17:40:12.154Z Checking itertools v0.12.1
30032026-06-02T17:40:12.168Z Compiling num-derive v0.4.2
30042026-06-02T17:40:12.199Z Checking swrite v0.1.0
30052026-06-02T17:40:12.242Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-06-02T17:40:12.292Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-06-02T17:40:12.450Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-06-02T17:40:12.523Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30092026-06-02T17:40:12.615Z Checking dropshot-api-manager-types v0.7.1
30102026-06-02T17:40:12.630Z Checking smf v0.2.3
30112026-06-02T17:40:12.645Z Checking nanorand v0.7.0
30122026-06-02T17:40:12.691Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-06-02T17:40:12.789Z Checking whoami v1.6.1
30142026-06-02T17:40:12.844Z Checking flume v0.11.1
30152026-06-02T17:40:12.865Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-06-02T17:40:13.099Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30172026-06-02T17:40:13.182Z Checking zone v0.3.1
30182026-06-02T17:40:13.698Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-06-02T17:40:14.662Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-06-02T17:40:15.551Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-02T17:40:18.828Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-06-02T17:40:20.724Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-06-02T17:40:21.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
30242026-06-02T17:40:22.039Z
30252026-06-02T17:40:22.040Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30262026-06-02T17:40:22.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-06-02T17:40:22.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-06-02T17:40:22.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-06-02T17:40:22.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30302026-06-02T17:40:22.662Z
30312026-06-02T17:40:22.662Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30322026-06-02T17:40:23.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-06-02T17:40:23.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-06-02T17:40:23.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-06-02T17:40:23.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30362026-06-02T17:40:23.270Z
30372026-06-02T17:40:23.270Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/272)
30382026-06-02T17:40:23.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-06-02T17:40:23.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-06-02T17:40:23.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-06-02T17:40:23.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30422026-06-02T17:40:23.881Z
30432026-06-02T17:40:23.881Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/272)
30442026-06-02T17:40:24.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-06-02T17:40:24.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-06-02T17:40:24.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-06-02T17:40:24.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30482026-06-02T17:40:24.489Z
30492026-06-02T17:40:24.489Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/272)
30502026-06-02T17:40:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-06-02T17:40:25.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-06-02T17:40:25.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-06-02T17:40:25.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30542026-06-02T17:40:25.098Z
30552026-06-02T17:40:25.098Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/272)
30562026-06-02T17:40:25.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-06-02T17:40:25.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-06-02T17:40:25.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-06-02T17:40:25.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30602026-06-02T17:40:25.707Z
30612026-06-02T17:40:25.707Zinfo: running `cargo check --bins` on cockroach-admin-client (111/272)
30622026-06-02T17:40:26.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-06-02T17:40:26.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-06-02T17:40:26.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-06-02T17:40:26.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30662026-06-02T17:40:26.308Z
30672026-06-02T17:40:26.308Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/272)
30682026-06-02T17:40:26.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-06-02T17:40:26.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-06-02T17:40:26.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-06-02T17:40:26.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30722026-06-02T17:40:26.922Z
30732026-06-02T17:40:26.922Zinfo: running `cargo check --bins` on dns-service-client (113/272)
30742026-06-02T17:40:27.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-06-02T17:40:27.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-06-02T17:40:27.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-06-02T17:40:27.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30782026-06-02T17:40:27.533Z
30792026-06-02T17:40:27.533Zinfo: running `cargo check --bins` on installinator-client (114/272)
30802026-06-02T17:40:28.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-06-02T17:40:28.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-06-02T17:40:28.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-06-02T17:40:28.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30842026-06-02T17:40:28.142Z
30852026-06-02T17:40:28.142Zinfo: running `cargo check --bins` on nexus-client (115/272)
30862026-06-02T17:40:28.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-06-02T17:40:28.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-06-02T17:40:28.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-06-02T17:40:28.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30902026-06-02T17:40:28.786Z
30912026-06-02T17:40:28.786Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/272)
30922026-06-02T17:40:29.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-06-02T17:40:29.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-06-02T17:40:29.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-06-02T17:40:29.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30962026-06-02T17:40:29.429Z
30972026-06-02T17:40:29.429Zinfo: running `cargo check --bins` on ntp-admin-client (117/272)
30982026-06-02T17:40:29.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-06-02T17:40:29.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-06-02T17:40:29.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-06-02T17:40:29.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31022026-06-02T17:40:30.024Z
31032026-06-02T17:40:30.024Zinfo: running `cargo check --bins` on oxide-client (118/272)
31042026-06-02T17:40:30.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-06-02T17:40:30.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-06-02T17:40:30.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-06-02T17:40:30.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31082026-06-02T17:40:30.619Z
31092026-06-02T17:40:30.619Zinfo: running `cargo check --bins` on oximeter-client (119/272)
31102026-06-02T17:40:31.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-06-02T17:40:31.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-06-02T17:40:31.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-06-02T17:40:31.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31142026-06-02T17:40:31.227Z
31152026-06-02T17:40:31.227Zinfo: running `cargo check --bins` on repo-depot-client (120/272)
31162026-06-02T17:40:31.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-06-02T17:40:31.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-06-02T17:40:31.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-06-02T17:40:31.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31202026-06-02T17:40:31.825Z
31212026-06-02T17:40:31.825Zinfo: running `cargo check --bins` on sled-agent-client (121/272)
31222026-06-02T17:40:32.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-06-02T17:40:32.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-06-02T17:40:32.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-06-02T17:40:32.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31262026-06-02T17:40:32.446Z
31272026-06-02T17:40:32.446Zinfo: running `cargo check --bins` on wicketd-client (122/272)
31282026-06-02T17:40:32.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-06-02T17:40:32.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-06-02T17:40:32.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-06-02T17:40:32.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31322026-06-02T17:40:33.080Z
31332026-06-02T17:40:33.080Zinfo: running `cargo check --bins` on installinator-common (123/272)
31342026-06-02T17:40:33.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-06-02T17:40:33.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-06-02T17:40:33.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-06-02T17:40:33.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-06-02T17:40:33.713Z
31392026-06-02T17:40:33.713Zinfo: running `cargo check --bins` on installinator-common-versions (124/272)
31402026-06-02T17:40:34.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-06-02T17:40:34.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-06-02T17:40:34.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-06-02T17:40:34.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31442026-06-02T17:40:34.316Z
31452026-06-02T17:40:34.316Zinfo: running `cargo check --bins` on wicket-common (125/272)
31462026-06-02T17:40:34.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-06-02T17:40:34.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-06-02T17:40:34.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-06-02T17:40:34.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31502026-06-02T17:40:34.943Z
31512026-06-02T17:40:34.943Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/272)
31522026-06-02T17:40:35.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-06-02T17:40:35.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-06-02T17:40:35.646Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-06-02T17:40:35.763Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31562026-06-02T17:40:35.771Z Checking csv-core v0.1.13
31572026-06-02T17:40:35.779Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31582026-06-02T17:40:35.787Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31592026-06-02T17:40:35.797Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31602026-06-02T17:40:35.809Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31612026-06-02T17:40:35.821Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31622026-06-02T17:40:35.928Z Checking csv v1.4.0
31632026-06-02T17:40:35.947Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31642026-06-02T17:40:35.991Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31652026-06-02T17:40:36.018Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31662026-06-02T17:40:36.261Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31672026-06-02T17:40:36.628Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31682026-06-02T17:40:36.631Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31692026-06-02T17:40:36.955Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31702026-06-02T17:40:42.755Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31712026-06-02T17:40:43.289Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31722026-06-02T17:40:45.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.68s
31732026-06-02T17:40:45.824Z
31742026-06-02T17:40:45.824Zinfo: running `cargo check --bins` on cockroach-admin-api (127/272)
31752026-06-02T17:40:46.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-06-02T17:40:46.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-06-02T17:40:46.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-06-02T17:40:46.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31792026-06-02T17:40:46.432Z
31802026-06-02T17:40:46.432Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/272)
31812026-06-02T17:40:47.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-06-02T17:40:47.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-06-02T17:40:47.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-06-02T17:40:47.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31852026-06-02T17:40:47.120Z
31862026-06-02T17:40:47.120Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/272)
31872026-06-02T17:40:47.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-06-02T17:40:47.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-06-02T17:40:47.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-06-02T17:40:47.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31912026-06-02T17:40:47.813Z
31922026-06-02T17:40:47.813Zinfo: running `cargo check --bins` on gateway-test-utils (130/272)
31932026-06-02T17:40:48.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-06-02T17:40:48.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-06-02T17:40:48.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-06-02T17:40:48.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31972026-06-02T17:40:48.481Z
31982026-06-02T17:40:48.481Zinfo: running `cargo check --bins` on omicron-gateway (131/272)
31992026-06-02T17:40:49.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-06-02T17:40:49.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-06-02T17:40:49.262Z Compiling regress v0.11.1
32022026-06-02T17:40:49.405Z Compiling unsafe-libyaml v0.2.11
32032026-06-02T17:40:49.418Z Compiling semver v0.1.20
32042026-06-02T17:40:49.430Z Compiling radium v0.7.0
32052026-06-02T17:40:49.443Z Compiling maybe-uninit v2.0.0
32062026-06-02T17:40:49.446Z Checking tap v1.0.1
32072026-06-02T17:40:49.471Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-06-02T17:40:49.558Z Checking wyz v0.5.1
32092026-06-02T17:40:49.692Z Compiling rustc_version v0.1.7
32102026-06-02T17:40:49.737Z Checking progenitor-client v0.13.0
32112026-06-02T17:40:49.770Z Compiling zerocopy-derive v0.6.6
32122026-06-02T17:40:49.883Z Checking funty v2.0.0
32132026-06-02T17:40:49.911Z Compiling newtype_derive v0.1.6
32142026-06-02T17:40:49.975Z Compiling serde_yaml v0.9.34+deprecated
32152026-06-02T17:40:50.107Z Compiling packed_struct v0.10.1
32162026-06-02T17:40:50.148Z Checking crc-catalog v2.4.0
32172026-06-02T17:40:50.225Z Compiling cancel-safe-futures v0.1.5
32182026-06-02T17:40:50.265Z Compiling owo-colors v4.3.0
32192026-06-02T17:40:50.381Z Checking crc v3.4.0
32202026-06-02T17:40:50.476Z Checking bitvec v1.0.1
32212026-06-02T17:40:50.616Z Checking zerocopy v0.6.6
32222026-06-02T17:40:50.650Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32232026-06-02T17:40:50.700Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32242026-06-02T17:40:50.861Z Checking typify-impl v0.6.2
32252026-06-02T17:40:50.917Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32262026-06-02T17:40:51.042Z Compiling packed_struct_codegen v0.10.1
32272026-06-02T17:40:51.171Z Checking libsw-core v0.3.2
32282026-06-02T17:40:51.187Z Compiling bitfield-macros v0.19.4
32292026-06-02T17:40:51.319Z Compiling indexmap v1.9.3
32302026-06-02T17:40:51.426Z Checking nodrop v0.1.14
32312026-06-02T17:40:51.520Z Checking array-init v0.0.4
32322026-06-02T17:40:51.552Z Checking libsw v3.5.0
32332026-06-02T17:40:51.706Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32342026-06-02T17:40:51.767Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-06-02T17:40:51.838Z Checking smallvec v0.6.14
32362026-06-02T17:40:51.896Z Checking bitfield v0.19.4
32372026-06-02T17:40:52.024Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-06-02T17:40:52.154Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32392026-06-02T17:40:52.196Z Checking base64 v0.21.7
32402026-06-02T17:40:52.278Z Checking hashbrown v0.12.3
32412026-06-02T17:40:52.367Z Checking smawk v0.3.2
32422026-06-02T17:40:52.444Z Checking linear-map v1.2.0
32432026-06-02T17:40:52.459Z Checking tagptr v0.2.0
32442026-06-02T17:40:52.502Z Checking unicode-linebreak v0.1.5
32452026-06-02T17:40:52.553Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-06-02T17:40:52.604Z Checking moka v0.12.13
32472026-06-02T17:40:52.619Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32482026-06-02T17:40:52.661Z Checking ron v0.8.1
32492026-06-02T17:40:52.718Z Checking textwrap v0.16.2
32502026-06-02T17:40:52.732Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32512026-06-02T17:40:52.933Z Checking steno v0.4.1
32522026-06-02T17:40:53.014Z Checking serde-hex v0.1.0
32532026-06-02T17:40:53.180Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32542026-06-02T17:40:53.195Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32552026-06-02T17:40:53.238Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32562026-06-02T17:40:53.338Z Checking hashbrown v0.13.2
32572026-06-02T17:40:53.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32582026-06-02T17:40:53.735Z Checking crc-any v2.5.0
32592026-06-02T17:40:53.766Z Checking humantime v2.3.0
32602026-06-02T17:40:53.805Z Checking object v0.30.4
32612026-06-02T17:40:53.910Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32622026-06-02T17:40:53.923Z Checking hickory-resolver v0.25.2
32632026-06-02T17:40:53.947Z Checking half v1.8.3
32642026-06-02T17:40:53.961Z Checking void v1.0.2
32652026-06-02T17:40:54.068Z Checking path-slash v0.1.5
32662026-06-02T17:40:54.082Z Checking utf-8 v0.7.6
32672026-06-02T17:40:54.148Z Checking serde_cbor v0.11.2
32682026-06-02T17:40:54.173Z Checking lzss v0.8.2
32692026-06-02T17:40:54.219Z Checking tungstenite v0.23.0
32702026-06-02T17:40:54.502Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32712026-06-02T17:40:54.516Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32722026-06-02T17:40:54.534Z Checking nix v0.27.1
32732026-06-02T17:40:54.634Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32742026-06-02T17:40:54.649Z Checking kstat-rs v0.2.4
32752026-06-02T17:40:54.662Z Checking fxhash v0.2.1
32762026-06-02T17:40:54.749Z Checking serde_bytes v0.11.19
32772026-06-02T17:40:54.781Z Checking tokio-tungstenite v0.23.1
32782026-06-02T17:40:54.837Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32792026-06-02T17:40:54.925Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32802026-06-02T17:40:55.038Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32812026-06-02T17:40:55.042Z Checking signal-hook-tokio v0.3.1
32822026-06-02T17:40:55.366Z Compiling typify-macro v0.6.2
32832026-06-02T17:40:56.144Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32842026-06-02T17:40:56.514Z Compiling typify v0.6.2
32852026-06-02T17:40:56.597Z Compiling progenitor-impl v0.13.0
32862026-06-02T17:40:56.600Z Compiling progenitor-impl v0.14.0
32872026-06-02T17:40:57.038Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32882026-06-02T17:40:57.400Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32892026-06-02T17:40:58.217Z Compiling progenitor-macro v0.13.0
32902026-06-02T17:40:58.255Z Compiling progenitor-macro v0.14.0
32912026-06-02T17:41:00.632Z Checking progenitor v0.13.0
32922026-06-02T17:41:00.760Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32932026-06-02T17:41:00.930Z Checking progenitor v0.14.0
32942026-06-02T17:41:01.047Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32952026-06-02T17:41:03.824Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32962026-06-02T17:41:11.541Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32972026-06-02T17:41:17.914Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32982026-06-02T17:41:19.281Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32992026-06-02T17:41:19.788Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33002026-06-02T17:41:21.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s
33012026-06-02T17:41:22.091Z
33022026-06-02T17:41:22.091Zinfo: running `cargo check --bins` on gateway-api (132/272)
33032026-06-02T17:41:22.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-06-02T17:41:22.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-06-02T17:41:22.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-06-02T17:41:22.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33072026-06-02T17:41:22.694Z
33082026-06-02T17:41:22.694Zinfo: running `cargo check --bins` on ipcc (133/272)
33092026-06-02T17:41:23.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-06-02T17:41:23.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-06-02T17:41:23.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-06-02T17:41:23.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33132026-06-02T17:41:23.294Z
33142026-06-02T17:41:23.294Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/272)
33152026-06-02T17:41:23.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-06-02T17:41:23.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-06-02T17:41:23.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-06-02T17:41:23.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-06-02T17:41:23.884Z
33202026-06-02T17:41:23.884Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/272)
33212026-06-02T17:41:24.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-06-02T17:41:24.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-06-02T17:41:24.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-06-02T17:41:24.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33252026-06-02T17:41:24.493Z
33262026-06-02T17:41:24.493Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/272)
33272026-06-02T17:41:25.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-06-02T17:41:25.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-06-02T17:41:25.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-06-02T17:41:25.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33312026-06-02T17:41:25.107Z
33322026-06-02T17:41:25.107Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/272)
33332026-06-02T17:41:25.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-06-02T17:41:25.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-06-02T17:41:25.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-06-02T17:41:25.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33372026-06-02T17:41:25.721Z
33382026-06-02T17:41:25.721Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/272)
33392026-06-02T17:41:26.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-06-02T17:41:26.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-06-02T17:41:26.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-06-02T17:41:26.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-06-02T17:41:26.334Z
33442026-06-02T17:41:26.334Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/272)
33452026-06-02T17:41:26.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-06-02T17:41:26.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-06-02T17:41:26.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-06-02T17:41:26.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-06-02T17:41:26.949Z
33502026-06-02T17:41:26.949Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/272)
33512026-06-02T17:41:27.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-06-02T17:41:27.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-06-02T17:41:27.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-06-02T17:41:27.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33552026-06-02T17:41:27.563Z
33562026-06-02T17:41:27.563Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/272)
33572026-06-02T17:41:28.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-06-02T17:41:28.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-06-02T17:41:28.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-06-02T17:41:28.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33612026-06-02T17:41:28.174Z
33622026-06-02T17:41:28.174Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/272)
33632026-06-02T17:41:28.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-06-02T17:41:28.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-06-02T17:41:28.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-06-02T17:41:28.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33672026-06-02T17:41:28.786Z
33682026-06-02T17:41:28.786Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/272)
33692026-06-02T17:41:29.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-06-02T17:41:29.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-06-02T17:41:29.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-06-02T17:41:29.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33732026-06-02T17:41:29.399Z
33742026-06-02T17:41:29.399Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/272)
33752026-06-02T17:41:29.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-06-02T17:41:29.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-06-02T17:41:29.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-06-02T17:41:29.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33792026-06-02T17:41:30.012Z
33802026-06-02T17:41:30.012Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/272)
33812026-06-02T17:41:30.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-06-02T17:41:30.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-06-02T17:41:30.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-06-02T17:41:30.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33852026-06-02T17:41:30.624Z
33862026-06-02T17:41:30.624Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/272)
33872026-06-02T17:41:31.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-06-02T17:41:31.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-06-02T17:41:31.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-06-02T17:41:31.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33912026-06-02T17:41:31.229Z
33922026-06-02T17:41:31.229Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/272)
33932026-06-02T17:41:31.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-06-02T17:41:31.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-06-02T17:41:31.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-06-02T17:41:31.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33972026-06-02T17:41:31.840Z
33982026-06-02T17:41:31.840Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/272)
33992026-06-02T17:41:32.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-06-02T17:41:32.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-06-02T17:41:32.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-06-02T17:41:32.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34032026-06-02T17:41:32.451Z
34042026-06-02T17:41:32.451Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/272)
34052026-06-02T17:41:32.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-06-02T17:41:32.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-06-02T17:41:32.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-06-02T17:41:32.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34092026-06-02T17:41:33.065Z
34102026-06-02T17:41:33.065Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/272)
34112026-06-02T17:41:33.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-06-02T17:41:33.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-06-02T17:41:33.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-06-02T17:41:33.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34152026-06-02T17:41:33.682Z
34162026-06-02T17:41:33.682Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/272)
34172026-06-02T17:41:34.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-06-02T17:41:34.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-06-02T17:41:34.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-06-02T17:41:34.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-06-02T17:41:34.305Z
34222026-06-02T17:41:34.305Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/272)
34232026-06-02T17:41:34.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-06-02T17:41:34.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-06-02T17:41:34.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-06-02T17:41:34.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34272026-06-02T17:41:34.926Z
34282026-06-02T17:41:34.926Zinfo: running `cargo check --bins` on oximeter-producer (153/272)
34292026-06-02T17:41:35.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-06-02T17:41:35.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-06-02T17:41:35.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-06-02T17:41:35.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34332026-06-02T17:41:35.590Z
34342026-06-02T17:41:35.590Zinfo: running `cargo check --bins` on internal-dns-resolver (154/272)
34352026-06-02T17:41:36.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-06-02T17:41:36.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-06-02T17:41:36.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-06-02T17:41:36.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34392026-06-02T17:41:36.210Z
34402026-06-02T17:41:36.210Zinfo: running `cargo check --bins` on dns-server (155/272)
34412026-06-02T17:41:36.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-06-02T17:41:36.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-06-02T17:41:36.877Z Compiling parking_lot_core v0.8.6
34442026-06-02T17:41:36.877Z Compiling atomicwrites v0.4.4
34452026-06-02T17:41:36.877Z Compiling git-stub v1.0.0
34462026-06-02T17:41:36.880Z Checking prefix-trie v0.7.0
34472026-06-02T17:41:36.880Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34482026-06-02T17:41:37.118Z Compiling git-stub-vcs v0.1.0
34492026-06-02T17:41:37.306Z Checking hickory-server v0.25.2
34502026-06-02T17:41:37.393Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34512026-06-02T17:41:37.406Z Checking parking_lot v0.11.2
34522026-06-02T17:41:37.471Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34532026-06-02T17:41:37.471Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34542026-06-02T17:41:37.573Z Checking sled v0.34.7
34552026-06-02T17:41:39.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
34562026-06-02T17:41:39.653Z
34572026-06-02T17:41:39.653Zinfo: running `cargo check --bins` on dns-server-api (156/272)
34582026-06-02T17:41:40.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-06-02T17:41:40.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-06-02T17:41:40.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-06-02T17:41:40.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34622026-06-02T17:41:40.263Z
34632026-06-02T17:41:40.263Zinfo: running `cargo check --bins` on oximeter-producer-api (157/272)
34642026-06-02T17:41:40.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-06-02T17:41:40.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-06-02T17:41:40.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-06-02T17:41:40.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34682026-06-02T17:41:40.871Z
34692026-06-02T17:41:40.871Zinfo: running `cargo check --bins` on sp-sim (158/272)
34702026-06-02T17:41:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-06-02T17:41:41.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-06-02T17:41:41.615Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34732026-06-02T17:41:43.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
34742026-06-02T17:41:43.598Z
34752026-06-02T17:41:43.598Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/272)
34762026-06-02T17:41:44.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-06-02T17:41:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-06-02T17:41:44.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-06-02T17:41:44.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34802026-06-02T17:41:44.274Z
34812026-06-02T17:41:44.275Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/272)
34822026-06-02T17:41:44.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-06-02T17:41:44.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-06-02T17:41:44.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-06-02T17:41:44.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34862026-06-02T17:41:44.951Z
34872026-06-02T17:41:44.952Zinfo: running `cargo check --bins` on db-macros (161/272)
34882026-06-02T17:41:45.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-06-02T17:41:45.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-06-02T17:41:45.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-06-02T17:41:45.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34922026-06-02T17:41:45.546Z
34932026-06-02T17:41:45.546Zinfo: running `cargo check --bins` on nexus-macros-common (162/272)
34942026-06-02T17:41:46.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-06-02T17:41:46.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-06-02T17:41:46.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-06-02T17:41:46.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34982026-06-02T17:41:46.148Z
34992026-06-02T17:41:46.148Zinfo: running `cargo check --bins` on nexus-auth (163/272)
35002026-06-02T17:41:46.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-06-02T17:41:46.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-06-02T17:41:46.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-06-02T17:41:46.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35042026-06-02T17:41:46.810Z
35052026-06-02T17:41:46.810Zinfo: running `cargo check --bins` on authz-macros (164/272)
35062026-06-02T17:41:47.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-06-02T17:41:47.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-06-02T17:41:47.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-06-02T17:41:47.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35102026-06-02T17:41:47.405Z
35112026-06-02T17:41:47.405Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/272)
35122026-06-02T17:41:47.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-06-02T17:41:47.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-06-02T17:41:47.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-06-02T17:41:47.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35162026-06-02T17:41:48.060Z
35172026-06-02T17:41:48.060Zinfo: running `cargo check --bins` on nexus-db-model (166/272)
35182026-06-02T17:41:48.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-06-02T17:41:48.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-06-02T17:41:48.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-06-02T17:41:48.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35222026-06-02T17:41:48.710Z
35232026-06-02T17:41:48.710Zinfo: running `cargo check --bins` on nexus-db-schema (167/272)
35242026-06-02T17:41:49.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-06-02T17:41:49.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-06-02T17:41:49.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-06-02T17:41:49.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35282026-06-02T17:41:49.316Z
35292026-06-02T17:41:49.316Zinfo: running `cargo check --bins` on omicron-rpaths (168/272)
35302026-06-02T17:41:49.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-06-02T17:41:49.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-06-02T17:41:49.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-06-02T17:41:49.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35342026-06-02T17:41:49.916Z
35352026-06-02T17:41:49.916Zinfo: running `cargo check --bins` on nexus-defaults (169/272)
35362026-06-02T17:41:50.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-06-02T17:41:50.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-06-02T17:41:50.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-06-02T17:41:50.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35402026-06-02T17:41:50.536Z
35412026-06-02T17:41:50.536Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/272)
35422026-06-02T17:41:51.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-06-02T17:41:51.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-06-02T17:41:51.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-06-02T17:41:51.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-06-02T17:41:51.143Z
35472026-06-02T17:41:51.143Zinfo: running `cargo check --bins` on parallel-task-set (171/272)
35482026-06-02T17:41:51.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-06-02T17:41:51.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-06-02T17:41:51.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-06-02T17:41:51.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35522026-06-02T17:41:51.742Z
35532026-06-02T17:41:51.742Zinfo: running `cargo check --bins` on nexus-db-errors (172/272)
35542026-06-02T17:41:52.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-06-02T17:41:52.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-06-02T17:41:52.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-06-02T17:41:52.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35582026-06-02T17:41:52.411Z
35592026-06-02T17:41:52.411Zinfo: running `cargo check --bins` on nexus-db-lookup (173/272)
35602026-06-02T17:41:52.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-06-02T17:41:52.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-06-02T17:41:52.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-06-02T17:41:52.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35642026-06-02T17:41:53.078Z
35652026-06-02T17:41:53.078Zinfo: running `cargo check --bins` on nexus-inventory (174/272)
35662026-06-02T17:41:53.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-06-02T17:41:53.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-06-02T17:41:53.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-06-02T17:41:53.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35702026-06-02T17:41:53.732Z
35712026-06-02T17:41:53.732Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/272)
35722026-06-02T17:41:54.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-06-02T17:41:54.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-06-02T17:41:54.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-06-02T17:41:54.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35762026-06-02T17:41:54.359Z
35772026-06-02T17:41:54.359Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/272)
35782026-06-02T17:41:54.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-02T17:41:54.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-02T17:41:54.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-02T17:41:54.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35822026-06-02T17:41:54.991Z
35832026-06-02T17:41:54.991Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/272)
35842026-06-02T17:41:55.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-02T17:41:55.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-02T17:41:55.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-02T17:41:55.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35882026-06-02T17:41:55.625Z
35892026-06-02T17:41:55.625Zinfo: running `cargo check --bins` on key-manager (178/272)
35902026-06-02T17:41:56.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-02T17:41:56.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-02T17:41:56.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-02T17:41:56.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35942026-06-02T17:41:56.246Z
35952026-06-02T17:41:56.246Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/272)
35962026-06-02T17:41:56.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-02T17:41:56.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-02T17:41:56.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-02T17:41:56.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36002026-06-02T17:41:56.875Z
36012026-06-02T17:41:56.875Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/272)
36022026-06-02T17:41:57.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-02T17:41:57.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-02T17:41:57.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-02T17:41:57.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36062026-06-02T17:41:57.504Z
36072026-06-02T17:41:57.504Zinfo: running `cargo check --bins` on typed-rng (181/272)
36082026-06-02T17:41:58.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-02T17:41:58.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-02T17:41:58.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-02T17:41:58.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36122026-06-02T17:41:58.103Z
36132026-06-02T17:41:58.103Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/272)
36142026-06-02T17:41:58.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-02T17:41:58.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-02T17:41:58.966Z Compiling typify-impl v0.4.3
36172026-06-02T17:41:58.966Z Compiling libefi-sys v0.1.0
36182026-06-02T17:41:58.969Z Compiling bitfield-struct v0.6.2
36192026-06-02T17:41:59.118Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36202026-06-02T17:41:59.128Z Compiling xshell-macros v0.2.7
36212026-06-02T17:41:59.165Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36222026-06-02T17:41:59.168Z Compiling salty v0.3.0
36232026-06-02T17:41:59.228Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36242026-06-02T17:41:59.363Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36252026-06-02T17:41:59.480Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36262026-06-02T17:41:59.493Z Checking xshell v0.2.7
36272026-06-02T17:41:59.513Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36282026-06-02T17:41:59.680Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36292026-06-02T17:41:59.723Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-06-02T17:41:59.726Z Checking primeorder v0.13.6
36312026-06-02T17:41:59.852Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36322026-06-02T17:41:59.902Z Compiling proc-macro-error-attr2 v2.0.0
36332026-06-02T17:41:59.970Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-06-02T17:41:59.986Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36352026-06-02T17:42:00.155Z Checking tungstenite v0.21.0
36362026-06-02T17:42:00.199Z Checking p384 v0.13.1
36372026-06-02T17:42:00.214Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36382026-06-02T17:42:00.291Z Compiling proc-macro-error2 v2.0.1
36392026-06-02T17:42:00.345Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36402026-06-02T17:42:00.580Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36412026-06-02T17:42:00.606Z Compiling num-derive v0.3.3
36422026-06-02T17:42:00.623Z Compiling tabled_derive v0.11.0
36432026-06-02T17:42:00.912Z Checking tokio-tungstenite v0.21.0
36442026-06-02T17:42:01.066Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36452026-06-02T17:42:01.148Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36462026-06-02T17:42:01.195Z Checking papergrid v0.17.0
36472026-06-02T17:42:01.372Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-06-02T17:42:01.533Z Checking libscf-sys v1.1.0
36492026-06-02T17:42:01.670Z Checking testing_table v0.3.0
36502026-06-02T17:42:01.755Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36512026-06-02T17:42:01.771Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-06-02T17:42:01.785Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-06-02T17:42:01.886Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36542026-06-02T17:42:01.976Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-06-02T17:42:02.113Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36562026-06-02T17:42:02.202Z Compiling unicase v2.9.0
36572026-06-02T17:42:02.239Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36582026-06-02T17:42:02.317Z Checking corncobs v0.1.4
36592026-06-02T17:42:02.414Z Compiling mime_guess v2.0.5
36602026-06-02T17:42:02.429Z Checking tabled v0.20.0
36612026-06-02T17:42:02.450Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-06-02T17:42:02.496Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36632026-06-02T17:42:02.582Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36642026-06-02T17:42:02.711Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36652026-06-02T17:42:02.727Z Checking progenitor-client v0.11.2
36662026-06-02T17:42:02.957Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36672026-06-02T17:42:02.957Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-06-02T17:42:02.988Z Checking secrecy v0.8.0
36692026-06-02T17:42:02.992Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36702026-06-02T17:42:03.071Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36712026-06-02T17:42:03.213Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36722026-06-02T17:42:03.459Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36732026-06-02T17:42:03.496Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36742026-06-02T17:42:03.583Z Compiling typify-macro v0.4.3
36752026-06-02T17:42:03.671Z Checking filetime v0.2.27
36762026-06-02T17:42:03.687Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36772026-06-02T17:42:03.905Z Checking http-range v0.1.5
36782026-06-02T17:42:03.975Z Checking xattr v1.6.1
36792026-06-02T17:42:04.034Z Checking crc8 v0.1.1
36802026-06-02T17:42:04.113Z Checking tar v0.4.45
36812026-06-02T17:42:04.129Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36822026-06-02T17:42:04.413Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36832026-06-02T17:42:04.502Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36842026-06-02T17:42:04.518Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36852026-06-02T17:42:04.620Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36862026-06-02T17:42:04.644Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36872026-06-02T17:42:04.898Z Checking atty v0.2.14
36882026-06-02T17:42:05.004Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36892026-06-02T17:42:05.086Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36902026-06-02T17:42:05.215Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36912026-06-02T17:42:05.286Z Compiling typify v0.4.3
36922026-06-02T17:42:05.425Z Compiling progenitor-impl v0.11.2
36932026-06-02T17:42:05.552Z Compiling progenitor-impl v0.10.0
36942026-06-02T17:42:05.853Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36952026-06-02T17:42:05.965Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-06-02T17:42:06.219Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36972026-06-02T17:42:06.387Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36982026-06-02T17:42:06.826Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36992026-06-02T17:42:06.843Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37002026-06-02T17:42:07.050Z Checking hyper-staticfile v0.10.1
37012026-06-02T17:42:07.184Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37022026-06-02T17:42:07.349Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37032026-06-02T17:42:07.388Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37042026-06-02T17:42:07.451Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37052026-06-02T17:42:07.728Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37062026-06-02T17:42:07.745Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37072026-06-02T17:42:08.063Z Compiling progenitor-macro v0.11.2
37082026-06-02T17:42:08.145Z Compiling progenitor-macro v0.10.0
37092026-06-02T17:42:10.947Z Checking progenitor v0.11.2
37102026-06-02T17:42:10.970Z Checking progenitor v0.10.0
37112026-06-02T17:42:11.084Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37122026-06-02T17:42:11.087Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37132026-06-02T17:42:15.724Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37142026-06-02T17:42:16.817Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-06-02T17:42:27.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.05s
37162026-06-02T17:42:27.381Z
37172026-06-02T17:42:27.381Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/272)
37182026-06-02T17:42:27.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-02T17:42:27.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-02T17:42:28.177Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-06-02T17:42:38.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
37222026-06-02T17:42:38.719Z
37232026-06-02T17:42:38.719Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/272)
37242026-06-02T17:42:39.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-02T17:42:39.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-02T17:42:39.513Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-06-02T17:42:49.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37282026-06-02T17:42:50.149Z
37292026-06-02T17:42:50.149Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/272)
37302026-06-02T17:42:50.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-02T17:42:50.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-02T17:42:50.950Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-06-02T17:43:01.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37342026-06-02T17:43:01.521Z
37352026-06-02T17:43:01.521Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/272)
37362026-06-02T17:43:02.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-02T17:43:02.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-02T17:43:02.302Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-06-02T17:43:12.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.08s
37402026-06-02T17:43:12.821Z
37412026-06-02T17:43:12.821Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/272)
37422026-06-02T17:43:13.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-02T17:43:13.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-02T17:43:13.609Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-06-02T17:43:24.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37462026-06-02T17:43:24.220Z
37472026-06-02T17:43:24.221Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/272)
37482026-06-02T17:43:24.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-06-02T17:43:24.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-06-02T17:43:25.006Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-06-02T17:43:35.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
37522026-06-02T17:43:35.595Z
37532026-06-02T17:43:35.595Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/272)
37542026-06-02T17:43:36.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-06-02T17:43:36.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-06-02T17:43:36.378Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-06-02T17:43:46.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37582026-06-02T17:43:46.990Z
37592026-06-02T17:43:46.990Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/272)
37602026-06-02T17:43:47.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-06-02T17:43:47.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-06-02T17:43:47.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-06-02T17:43:47.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37642026-06-02T17:43:47.614Z
37652026-06-02T17:43:47.614Zinfo: running `cargo check --bins` on range-requests (191/272)
37662026-06-02T17:43:48.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-06-02T17:43:48.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-06-02T17:43:48.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-06-02T17:43:48.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-06-02T17:43:48.210Z
37712026-06-02T17:43:48.210Zinfo: running `cargo check --bins` on repo-depot-api (192/272)
37722026-06-02T17:43:48.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-06-02T17:43:48.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-06-02T17:43:48.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-06-02T17:43:48.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-06-02T17:43:48.818Z
37772026-06-02T17:43:48.818Zinfo: running `cargo check --bins` on sled-agent-api (193/272)
37782026-06-02T17:43:49.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-06-02T17:43:49.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-06-02T17:43:49.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-06-02T17:43:49.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37822026-06-02T17:43:49.450Z
37832026-06-02T17:43:49.451Zinfo: running `cargo check --bins` on sled-diagnostics (194/272)
37842026-06-02T17:43:49.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-06-02T17:43:49.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-06-02T17:43:49.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-06-02T17:43:49.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37882026-06-02T17:43:50.080Z
37892026-06-02T17:43:50.080Zinfo: running `cargo check --bins` on zfs-test-harness (195/272)
37902026-06-02T17:43:50.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-06-02T17:43:50.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-06-02T17:43:50.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-06-02T17:43:50.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37942026-06-02T17:43:50.707Z
37952026-06-02T17:43:50.707Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/272)
37962026-06-02T17:43:51.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-06-02T17:43:51.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-06-02T17:43:51.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-06-02T17:43:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-06-02T17:43:51.332Z
38012026-06-02T17:43:51.332Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/272)
38022026-06-02T17:43:51.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-06-02T17:43:51.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-06-02T17:43:51.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-06-02T17:43:51.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38062026-06-02T17:43:51.962Z
38072026-06-02T17:43:51.962Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/272)
38082026-06-02T17:43:52.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-06-02T17:43:52.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-06-02T17:43:52.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-06-02T17:43:52.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-06-02T17:43:52.589Z
38132026-06-02T17:43:52.590Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/272)
38142026-06-02T17:43:53.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-06-02T17:43:53.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-06-02T17:43:53.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-06-02T17:43:53.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-06-02T17:43:53.216Z
38192026-06-02T17:43:53.216Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/272)
38202026-06-02T17:43:53.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-06-02T17:43:53.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-06-02T17:43:53.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-06-02T17:43:53.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-06-02T17:43:53.846Z
38252026-06-02T17:43:53.846Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/272)
38262026-06-02T17:43:54.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-06-02T17:43:54.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-06-02T17:43:54.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-06-02T17:43:54.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-06-02T17:43:54.479Z
38312026-06-02T17:43:54.480Zinfo: running `cargo check --bins` on sled-agent-rack-setup (202/272)
38322026-06-02T17:43:55.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-06-02T17:43:55.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-06-02T17:43:55.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-06-02T17:43:55.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38362026-06-02T17:43:55.139Z
38372026-06-02T17:43:55.139Zinfo: running `cargo check --bins` on trust-quorum (203/272)
38382026-06-02T17:43:55.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-06-02T17:43:55.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-06-02T17:43:55.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-06-02T17:43:56.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-06-02T17:43:56.678Z
38432026-06-02T17:43:56.678Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/272)
38442026-06-02T17:43:56.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-06-02T17:43:56.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-06-02T17:43:56.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-06-02T17:43:56.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38482026-06-02T17:43:56.678Z
38492026-06-02T17:43:56.678Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/272)
38502026-06-02T17:43:56.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-06-02T17:43:56.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-06-02T17:43:56.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-06-02T17:43:56.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38542026-06-02T17:43:57.073Z
38552026-06-02T17:43:57.073Zinfo: running `cargo check --bins` on update-common (206/272)
38562026-06-02T17:43:57.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-06-02T17:43:57.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-06-02T17:43:57.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-06-02T17:43:57.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38602026-06-02T17:43:57.689Z
38612026-06-02T17:43:57.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/272)
38622026-06-02T17:43:58.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-06-02T17:43:58.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-06-02T17:43:58.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-06-02T17:43:58.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38662026-06-02T17:43:58.353Z
38672026-06-02T17:43:58.353Zinfo: running `cargo check --bins` on omicron-deployment-graph (208/272)
38682026-06-02T17:43:58.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-06-02T17:43:58.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-06-02T17:43:58.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-06-02T17:43:58.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38722026-06-02T17:43:58.952Z
38732026-06-02T17:43:58.952Zinfo: running `cargo check --bins` on reconfigurator-cli (209/272)
38742026-06-02T17:43:59.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-06-02T17:43:59.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-06-02T17:43:59.735Z Compiling fs-err v2.11.0
38772026-06-02T17:43:59.738Z Checking ignore v0.4.25
38782026-06-02T17:43:59.738Z Checking arc-swap v1.8.2
38792026-06-02T17:43:59.738Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38802026-06-02T17:43:59.858Z Checking predicates-tree v1.0.13
38812026-06-02T17:43:59.868Z Checking parse-size v1.1.0
38822026-06-02T17:43:59.906Z Checking rand_seeder v0.4.0
38832026-06-02T17:43:59.909Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38842026-06-02T17:43:59.984Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38852026-06-02T17:44:00.005Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38862026-06-02T17:44:00.043Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38872026-06-02T17:44:00.068Z Checking slog-scope v4.4.1
38882026-06-02T17:44:00.181Z Compiling petname v2.0.2
38892026-06-02T17:44:00.199Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38902026-06-02T17:44:00.214Z Checking slog-stdlog v4.1.1
38912026-06-02T17:44:00.266Z Checking globwalk v0.9.1
38922026-06-02T17:44:00.296Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38932026-06-02T17:44:00.333Z Checking slog-envlogger v2.2.0
38942026-06-02T17:44:00.447Z Checking camino-tempfile-ext v0.3.3
38952026-06-02T17:44:00.463Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38962026-06-02T17:44:00.483Z Checking sapling-renderdag v0.1.0
38972026-06-02T17:44:00.627Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38982026-06-02T17:44:00.643Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38992026-06-02T17:44:00.721Z Checking subprocess v0.2.15
39002026-06-02T17:44:00.794Z Checking sync-ptr v0.1.4
39012026-06-02T17:44:00.844Z Checking colored v2.2.0
39022026-06-02T17:44:00.929Z Checking assert_matches v1.5.0
39032026-06-02T17:44:00.998Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39042026-06-02T17:44:01.067Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39052026-06-02T17:44:01.110Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39062026-06-02T17:44:01.113Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-06-02T17:44:01.751Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39082026-06-02T17:44:03.079Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39092026-06-02T17:44:05.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
39102026-06-02T17:44:05.497Z
39112026-06-02T17:44:05.498Zinfo: running `cargo check --bins` on omicron-repl-utils (210/272)
39122026-06-02T17:44:05.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-06-02T17:44:06.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-06-02T17:44:06.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-06-02T17:44:06.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39162026-06-02T17:44:06.094Z
39172026-06-02T17:44:06.094Zinfo: running `cargo check --bins` on transient-dns-server (211/272)
39182026-06-02T17:44:06.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-06-02T17:44:06.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-06-02T17:44:06.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-06-02T17:44:06.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39222026-06-02T17:44:06.712Z
39232026-06-02T17:44:06.712Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39242026-06-02T17:44:07.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-06-02T17:44:07.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-06-02T17:44:07.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-06-02T17:44:07.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39282026-06-02T17:44:07.365Z
39292026-06-02T17:44:07.365Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39302026-06-02T17:44:07.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-06-02T17:44:07.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-06-02T17:44:08.090Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39332026-06-02T17:44:08.090Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39342026-06-02T17:44:08.739Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39352026-06-02T17:44:10.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39362026-06-02T17:44:10.536Z
39372026-06-02T17:44:10.536Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39382026-06-02T17:44:11.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-02T17:44:11.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-02T17:44:11.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-02T17:44:11.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39422026-06-02T17:44:11.145Z
39432026-06-02T17:44:11.146Zinfo: running `cargo check --bins` on cert-dev (215/272)
39442026-06-02T17:44:11.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-02T17:44:11.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-02T17:44:11.761Z Checking yasna v0.5.2
39472026-06-02T17:44:12.172Z Checking rcgen v0.12.1
39482026-06-02T17:44:12.419Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39492026-06-02T17:44:12.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39502026-06-02T17:44:12.773Z
39512026-06-02T17:44:12.773Zinfo: running `cargo check --bins` on clickana (216/272)
39522026-06-02T17:44:13.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-06-02T17:44:13.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-06-02T17:44:13.429Z Compiling darling_core v0.23.0
39552026-06-02T17:44:13.433Z Compiling instability v0.3.11
39562026-06-02T17:44:13.548Z Checking castaway v0.2.4
39572026-06-02T17:44:13.551Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39582026-06-02T17:44:13.556Z Compiling indoc v2.0.7
39592026-06-02T17:44:13.562Z Checking unicode-truncate v1.1.0
39602026-06-02T17:44:13.580Z Checking lru v0.12.5
39612026-06-02T17:44:13.580Z Checking cassowary v0.3.0
39622026-06-02T17:44:13.638Z Checking compact_str v0.8.1
39632026-06-02T17:44:14.600Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39642026-06-02T17:44:14.784Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39652026-06-02T17:44:14.975Z Compiling darling_macro v0.23.0
39662026-06-02T17:44:15.386Z Compiling darling v0.23.0
39672026-06-02T17:44:15.993Z Checking ratatui v0.29.0
39682026-06-02T17:44:17.045Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39692026-06-02T17:44:17.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s
39702026-06-02T17:44:17.913Z
39712026-06-02T17:44:17.913Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
39722026-06-02T17:44:18.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-06-02T17:44:18.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-06-02T17:44:18.641Z Checking headers-core v0.3.0
39752026-06-02T17:44:18.644Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39762026-06-02T17:44:18.841Z Checking headers v0.4.1
39772026-06-02T17:44:19.208Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39782026-06-02T17:44:20.061Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39792026-06-02T17:44:20.562Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39802026-06-02T17:44:20.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
39812026-06-02T17:44:21.183Z
39822026-06-02T17:44:21.183Zinfo: running `cargo check --bins` on ch-dev (218/272)
39832026-06-02T17:44:21.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-02T17:44:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-02T17:44:21.909Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39862026-06-02T17:44:22.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39872026-06-02T17:44:22.878Z
39882026-06-02T17:44:22.878Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
39892026-06-02T17:44:23.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-02T17:44:23.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-02T17:44:23.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-02T17:44:23.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39932026-06-02T17:44:23.345Z
39942026-06-02T17:44:23.345Zinfo: running `cargo check --bins` on crdb-seed (220/272)
39952026-06-02T17:44:23.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-02T17:44:23.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-02T17:44:24.067Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39982026-06-02T17:44:25.070Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39992026-06-02T17:44:25.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40002026-06-02T17:44:25.618Z
40012026-06-02T17:44:25.618Zinfo: running `cargo check --bins` on db-dev (221/272)
40022026-06-02T17:44:26.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-06-02T17:44:26.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-06-02T17:44:26.342Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40052026-06-02T17:44:27.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40062026-06-02T17:44:27.319Z
40072026-06-02T17:44:27.319Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40082026-06-02T17:44:27.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-06-02T17:44:27.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-06-02T17:44:27.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-06-02T17:44:27.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40122026-06-02T17:44:27.963Z
40132026-06-02T17:44:27.963Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40142026-06-02T17:44:28.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-06-02T17:44:28.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-06-02T17:44:28.579Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40172026-06-02T17:44:29.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40182026-06-02T17:44:29.447Z
40192026-06-02T17:44:29.447Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40202026-06-02T17:44:29.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-06-02T17:44:29.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-06-02T17:44:30.203Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40232026-06-02T17:44:30.203Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40242026-06-02T17:44:30.203Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40252026-06-02T17:44:30.206Z Checking git-stub v1.0.0
40262026-06-02T17:44:30.206Z Compiling trait-variant v0.1.2
40272026-06-02T17:44:30.206Z Checking maplit v1.0.2
40282026-06-02T17:44:30.206Z Checking is_ci v1.2.0
40292026-06-02T17:44:30.340Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40302026-06-02T17:44:30.424Z Checking supports-color v3.0.2
40312026-06-02T17:44:30.437Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40322026-06-02T17:44:30.498Z Checking git-stub-vcs v0.1.0
40332026-06-02T17:44:30.546Z Checking drift v0.1.4
40342026-06-02T17:44:30.607Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40352026-06-02T17:44:30.623Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40362026-06-02T17:44:30.699Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40372026-06-02T17:44:30.816Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40382026-06-02T17:44:30.846Z Checking dropshot-api-manager v0.7.1
40392026-06-02T17:44:30.860Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40402026-06-02T17:44:30.891Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40412026-06-02T17:44:31.053Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-06-02T17:44:31.104Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40432026-06-02T17:44:31.295Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40442026-06-02T17:44:31.595Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40452026-06-02T17:44:36.627Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40462026-06-02T17:44:37.775Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40472026-06-02T17:44:38.340Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40482026-06-02T17:44:38.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
40492026-06-02T17:44:38.964Z
40502026-06-02T17:44:38.964Zinfo: running `cargo check --bins` on installinator-api (225/272)
40512026-06-02T17:44:39.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-06-02T17:44:39.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-06-02T17:44:39.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-06-02T17:44:39.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40552026-06-02T17:44:39.572Z
40562026-06-02T17:44:39.572Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40572026-06-02T17:44:40.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-06-02T17:44:40.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-06-02T17:44:40.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-06-02T17:44:40.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40612026-06-02T17:44:40.222Z
40622026-06-02T17:44:40.222Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40632026-06-02T17:44:40.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-06-02T17:44:40.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-06-02T17:44:40.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-06-02T17:44:40.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40672026-06-02T17:44:40.874Z
40682026-06-02T17:44:40.874Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40692026-06-02T17:44:41.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-06-02T17:44:41.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-06-02T17:44:41.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-06-02T17:44:41.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-06-02T17:44:41.526Z
40742026-06-02T17:44:41.527Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
40752026-06-02T17:44:42.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-06-02T17:44:42.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-06-02T17:44:42.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-06-02T17:44:42.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40792026-06-02T17:44:42.140Z
40802026-06-02T17:44:42.140Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
40812026-06-02T17:44:42.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-06-02T17:44:42.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-06-02T17:44:42.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-06-02T17:44:42.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40852026-06-02T17:44:42.761Z
40862026-06-02T17:44:42.761Zinfo: running `cargo check --bins` on wicketd-api (231/272)
40872026-06-02T17:44:43.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-02T17:44:43.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-02T17:44:43.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-06-02T17:44:43.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40912026-06-02T17:44:43.365Z
40922026-06-02T17:44:43.365Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
40932026-06-02T17:44:43.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-02T17:44:43.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-02T17:44:43.980Z Checking typeid v1.0.3
40962026-06-02T17:44:44.095Z Checking ordered-float v2.10.1
40972026-06-02T17:44:44.115Z Checking unicode-xid v0.2.6
40982026-06-02T17:44:44.127Z Checking cargo-platform v0.2.0
40992026-06-02T17:44:44.138Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41002026-06-02T17:44:44.162Z Checking erased-serde v0.4.9
41012026-06-02T17:44:44.297Z Checking serde-value v0.7.0
41022026-06-02T17:44:44.478Z Checking serde-untagged v0.1.9
41032026-06-02T17:44:44.635Z Checking cargo-util-schemas v0.8.2
41042026-06-02T17:44:45.318Z Checking cargo_metadata v0.21.0
41052026-06-02T17:44:45.931Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41062026-06-02T17:44:46.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41072026-06-02T17:44:46.802Z
41082026-06-02T17:44:46.802Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41092026-06-02T17:44:47.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-06-02T17:44:47.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-06-02T17:44:47.548Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41122026-06-02T17:44:48.185Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41132026-06-02T17:44:48.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
41142026-06-02T17:44:48.913Z
41152026-06-02T17:44:48.913Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41162026-06-02T17:44:49.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-06-02T17:44:49.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-06-02T17:44:49.776Z Compiling vergen-gitcl v1.0.8
41192026-06-02T17:44:49.776Z Compiling dirs-sys-next v0.1.2
41202026-06-02T17:44:49.776Z Compiling crunchy v0.2.4
41212026-06-02T17:44:49.776Z Compiling diesel_derives v2.3.7
41222026-06-02T17:44:49.780Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41232026-06-02T17:44:49.780Z Compiling glob v0.3.3
41242026-06-02T17:44:49.780Z Compiling dsl_auto_type v0.2.0
41252026-06-02T17:44:49.780Z Checking scheduled-thread-pool v0.2.7
41262026-06-02T17:44:50.070Z Compiling dirs-next v2.0.0
41272026-06-02T17:44:50.170Z Compiling diesel_table_macro_syntax v0.3.0
41282026-06-02T17:44:50.198Z Compiling tiny-keccak v2.0.2
41292026-06-02T17:44:50.201Z Compiling term v0.7.0
41302026-06-02T17:44:50.283Z Compiling clang-sys v1.8.1
41312026-06-02T17:44:50.337Z Checking r2d2 v0.8.10
41322026-06-02T17:44:50.387Z Compiling bit-vec v0.6.3
41332026-06-02T17:44:50.449Z Checking downcast-rs v2.0.2
41342026-06-02T17:44:50.548Z Compiling ascii-canvas v3.0.0
41352026-06-02T17:44:50.606Z Compiling bit-set v0.5.3
41362026-06-02T17:44:50.669Z Compiling itertools v0.10.5
41372026-06-02T17:44:50.766Z Compiling ena v0.14.4
41382026-06-02T17:44:50.787Z Compiling libloading v0.8.9
41392026-06-02T17:44:50.821Z Compiling diff v0.1.13
41402026-06-02T17:44:50.842Z Compiling regex-syntax v0.6.29
41412026-06-02T17:44:50.928Z Compiling bindgen v0.71.1
41422026-06-02T17:44:50.993Z Compiling cexpr v0.6.0
41432026-06-02T17:44:51.085Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41442026-06-02T17:44:51.279Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41452026-06-02T17:44:51.395Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41462026-06-02T17:44:51.437Z Compiling libxml v0.3.3
41472026-06-02T17:44:51.662Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41482026-06-02T17:44:51.707Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41492026-06-02T17:44:51.742Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41502026-06-02T17:44:51.934Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41512026-06-02T17:44:51.977Z Compiling strum_macros v0.24.3
41522026-06-02T17:44:51.992Z Compiling indoc v1.0.9
41532026-06-02T17:44:52.226Z Compiling lalrpop v0.19.12
41542026-06-02T17:44:53.007Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41552026-06-02T17:44:53.198Z Checking derive_builder v0.20.2
41562026-06-02T17:44:53.319Z Compiling oso-derive v0.27.3
41572026-06-02T17:44:53.368Z Checking quick-xml v0.37.5
41582026-06-02T17:44:53.534Z Compiling impl-trait-for-tuples v0.2.3
41592026-06-02T17:44:53.815Z Checking openssl-probe v0.1.6
41602026-06-02T17:44:53.960Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41612026-06-02T17:44:54.243Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41622026-06-02T17:44:54.440Z Checking bb8 v0.8.6
41632026-06-02T17:44:54.680Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41642026-06-02T17:44:54.700Z Checking nonempty v0.12.0
41652026-06-02T17:44:54.721Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41662026-06-02T17:44:54.868Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41672026-06-02T17:44:54.906Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41682026-06-02T17:44:54.944Z Checking console v0.16.2
41692026-06-02T17:44:55.073Z Checking unit-prefix v0.5.2
41702026-06-02T17:44:55.091Z Checking support-bundle-viewer v0.1.2
41712026-06-02T17:44:55.212Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41722026-06-02T17:44:55.251Z Checking indicatif v0.18.4
41732026-06-02T17:44:55.338Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41742026-06-02T17:44:55.487Z Checking multimap v0.10.1
41752026-06-02T17:44:55.849Z Checking diesel v2.3.7
41762026-06-02T17:44:57.722Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41772026-06-02T17:44:58.067Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41782026-06-02T17:44:58.219Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41792026-06-02T17:44:59.381Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41802026-06-02T17:44:59.787Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41812026-06-02T17:44:59.814Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41822026-06-02T17:45:00.446Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41832026-06-02T17:45:00.471Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41842026-06-02T17:45:02.531Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41852026-06-02T17:45:07.611Z Compiling samael v0.0.19
41862026-06-02T17:45:11.160Z Checking diesel-dtrace v0.5.0
41872026-06-02T17:45:11.402Z Checking async-bb8-diesel v0.2.1
41882026-06-02T17:45:12.533Z Compiling polar-core v0.27.3
41892026-06-02T17:45:16.996Z Checking oso v0.27.3
41902026-06-02T17:45:54.267Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41912026-06-02T17:46:27.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
41922026-06-02T17:46:28.144Z
41932026-06-02T17:46:28.144Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
41942026-06-02T17:46:28.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-06-02T17:46:28.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-06-02T17:46:28.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-06-02T17:46:28.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41982026-06-02T17:46:28.800Z
41992026-06-02T17:46:28.800Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42002026-06-02T17:46:29.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-06-02T17:46:29.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-06-02T17:46:29.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-06-02T17:46:29.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42042026-06-02T17:46:29.458Z
42052026-06-02T17:46:29.458Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42062026-06-02T17:46:29.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-06-02T17:46:29.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-06-02T17:46:29.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-06-02T17:46:29.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42102026-06-02T17:46:30.051Z
42112026-06-02T17:46:30.051Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42122026-06-02T17:46:30.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-06-02T17:46:30.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-06-02T17:46:30.924Z Compiling libz-sys v1.1.24
42152026-06-02T17:46:31.059Z Compiling libgit2-sys v0.18.3+1.9.2
42162026-06-02T17:46:31.095Z Compiling vergen-git2 v1.0.7
42172026-06-02T17:46:31.098Z Compiling rustls v0.21.12
42182026-06-02T17:46:31.101Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42192026-06-02T17:46:31.101Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42202026-06-02T17:46:31.101Z Checking rustls-webpki v0.101.7
42212026-06-02T17:46:31.102Z Checking sct v0.7.1
42222026-06-02T17:46:31.313Z Compiling nix v0.29.0
42232026-06-02T17:46:31.343Z Compiling dropshot v0.16.7
42242026-06-02T17:46:31.363Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42252026-06-02T17:46:31.417Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42262026-06-02T17:46:31.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42272026-06-02T17:46:31.580Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42282026-06-02T17:46:31.595Z Checking toml v0.9.12+spec-1.1.0
42292026-06-02T17:46:31.610Z Compiling dropshot_endpoint v0.16.7
42302026-06-02T17:46:31.788Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42312026-06-02T17:46:31.947Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42322026-06-02T17:46:32.055Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42332026-06-02T17:46:32.167Z Checking rustls-pemfile v1.0.4
42342026-06-02T17:46:32.312Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-06-02T17:46:32.507Z Checking twox-hash v2.1.2
42362026-06-02T17:46:32.586Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42372026-06-02T17:46:32.875Z Checking tokio-rustls v0.24.1
42382026-06-02T17:46:33.268Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42392026-06-02T17:46:33.268Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-06-02T17:46:33.697Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42412026-06-02T17:46:33.953Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42422026-06-02T17:46:34.162Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42432026-06-02T17:46:34.244Z Checking fatfs v0.3.6
42442026-06-02T17:46:34.248Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42452026-06-02T17:46:34.305Z Compiling seq-macro v0.3.6
42462026-06-02T17:46:37.940Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42472026-06-02T17:46:38.066Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42482026-06-02T17:46:38.532Z Compiling git2 v0.20.4
42492026-06-02T17:46:40.726Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42502026-06-02T17:47:27.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.45s
42512026-06-02T17:47:27.733Z
42522026-06-02T17:47:27.733Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42532026-06-02T17:47:28.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-06-02T17:47:28.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-06-02T17:47:28.619Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-06-02T17:48:07.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.01s
42572026-06-02T17:48:07.979Z
42582026-06-02T17:48:07.979Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42592026-06-02T17:48:08.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-06-02T17:48:08.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-06-02T17:48:08.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-06-02T17:48:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42632026-06-02T17:48:08.582Z
42642026-06-02T17:48:08.582Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42652026-06-02T17:48:09.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-06-02T17:48:09.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-06-02T17:48:09.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-06-02T17:48:09.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42692026-06-02T17:48:09.235Z
42702026-06-02T17:48:09.235Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42712026-06-02T17:48:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-06-02T17:48:09.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-06-02T17:48:09.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-06-02T17:48:09.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42752026-06-02T17:48:09.903Z
42762026-06-02T17:48:09.903Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
42772026-06-02T17:48:10.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-06-02T17:48:10.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-06-02T17:48:10.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-06-02T17:48:10.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42812026-06-02T17:48:10.556Z
42822026-06-02T17:48:10.556Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
42832026-06-02T17:48:11.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-06-02T17:48:11.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-06-02T17:48:11.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-06-02T17:48:11.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-06-02T17:48:11.209Z
42882026-06-02T17:48:11.210Zinfo: running `cargo check --bins` on nexus-networking (245/272)
42892026-06-02T17:48:11.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-06-02T17:48:11.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-06-02T17:48:11.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-06-02T17:48:11.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42932026-06-02T17:48:11.877Z
42942026-06-02T17:48:11.877Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
42952026-06-02T17:48:12.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-06-02T17:48:12.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-06-02T17:48:12.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-06-02T17:48:12.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42992026-06-02T17:48:12.543Z
43002026-06-02T17:48:12.543Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43012026-06-02T17:48:13.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-06-02T17:48:13.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-06-02T17:48:13.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-06-02T17:48:13.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-06-02T17:48:13.251Z
43062026-06-02T17:48:13.251Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43072026-06-02T17:48:13.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-06-02T17:48:13.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-06-02T17:48:14.107Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-06-02T17:48:14.107Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-06-02T17:48:14.295Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43122026-06-02T17:48:14.324Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43132026-06-02T17:48:14.351Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43142026-06-02T17:48:14.367Z Checking diff v0.1.13
43152026-06-02T17:48:14.372Z Checking yansi v1.0.1
43162026-06-02T17:48:14.373Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43172026-06-02T17:48:14.431Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43182026-06-02T17:48:14.629Z Checking pretty_assertions v1.4.1
43192026-06-02T17:48:15.265Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43202026-06-02T17:48:15.598Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43212026-06-02T17:48:39.176Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-06-02T17:48:39.180Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-06-02T17:48:39.180Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43242026-06-02T17:48:39.180Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-06-02T17:48:39.180Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43262026-06-02T17:48:39.180Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43272026-06-02T17:48:40.020Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-06-02T17:48:41.129Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43292026-06-02T17:49:19.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43302026-06-02T17:49:19.892Z
43312026-06-02T17:49:19.892Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43322026-06-02T17:49:20.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-06-02T17:49:20.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-06-02T17:49:20.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-06-02T17:49:20.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43362026-06-02T17:49:20.497Z
43372026-06-02T17:49:20.497Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43382026-06-02T17:49:21.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-06-02T17:49:21.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-06-02T17:49:21.281Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43412026-06-02T17:49:21.416Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-06-02T17:49:21.417Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43432026-06-02T17:49:47.638Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43442026-06-02T17:49:47.659Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43452026-06-02T17:49:49.286Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43462026-06-02T17:49:49.742Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43472026-06-02T17:49:52.685Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43482026-06-02T17:50:15.448Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-06-02T17:50:16.157Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43502026-06-02T17:50:17.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.29s
43512026-06-02T17:50:18.008Z
43522026-06-02T17:50:18.008Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43532026-06-02T17:50:18.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-06-02T17:50:18.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-06-02T17:50:18.743Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43562026-06-02T17:50:19.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43572026-06-02T17:50:19.650Z
43582026-06-02T17:50:19.650Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43592026-06-02T17:50:20.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-06-02T17:50:20.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-06-02T17:50:20.322Z Compiling blake3 v1.8.3
43622026-06-02T17:50:20.433Z Checking arrayref v0.3.9
43632026-06-02T17:50:20.433Z Checking constant_time_eq v0.4.2
43642026-06-02T17:50:20.437Z Checking arrayvec v0.7.6
43652026-06-02T17:50:20.454Z Checking topological-sort v0.2.2
43662026-06-02T17:50:20.458Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43672026-06-02T17:50:20.458Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43682026-06-02T17:50:20.458Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43692026-06-02T17:50:20.499Z Checking shell-words v1.1.1
43702026-06-02T17:50:21.332Z Checking omicron-zone-package v0.12.2
43712026-06-02T17:50:22.039Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43722026-06-02T17:50:22.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
43732026-06-02T17:50:23.041Z
43742026-06-02T17:50:23.041Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43752026-06-02T17:50:23.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-06-02T17:50:23.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-06-02T17:50:23.689Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43782026-06-02T17:50:24.015Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43792026-06-02T17:50:24.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43802026-06-02T17:50:24.609Z
43812026-06-02T17:50:24.609Zinfo: running `cargo check --bins` on schema (254/272)
43822026-06-02T17:50:25.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-02T17:50:25.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-02T17:50:25.356Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43852026-06-02T17:50:26.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43862026-06-02T17:50:26.271Z
43872026-06-02T17:50:26.271Zinfo: running `cargo check --bins` on xtask (255/272)
43882026-06-02T17:50:26.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-02T17:50:26.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-02T17:50:26.784Z Checking libc v0.2.185
43912026-06-02T17:50:26.830Z Checking serde v1.0.228
43922026-06-02T17:50:26.836Z Checking zerofrom v0.1.6
43932026-06-02T17:50:26.836Z Checking bitflags v2.11.0
43942026-06-02T17:50:26.836Z Checking smallvec v1.15.1
43952026-06-02T17:50:26.836Z Checking indexmap v2.14.0
43962026-06-02T17:50:26.848Z Checking serde_json v1.0.149
43972026-06-02T17:50:26.857Z Checking scroll v0.12.0
43982026-06-02T17:50:26.922Z Checking yoke v0.8.1
43992026-06-02T17:50:26.989Z Checking num-traits v0.2.19
44002026-06-02T17:50:27.020Z Checking thiserror v1.0.69
44012026-06-02T17:50:27.082Z Checking percent-encoding v2.3.2
44022026-06-02T17:50:27.107Z Checking zerovec v0.11.5
44032026-06-02T17:50:27.107Z Checking zerotrie v0.2.3
44042026-06-02T17:50:27.149Z Checking errno v0.3.14
44052026-06-02T17:50:27.201Z Checking toml_datetime v0.6.11
44062026-06-02T17:50:27.234Z Checking serde_spanned v0.6.9
44072026-06-02T17:50:27.251Z Checking rustix v1.1.3
44082026-06-02T17:50:27.338Z Checking log v0.4.29
44092026-06-02T17:50:27.360Z Checking zerocopy v0.7.35
44102026-06-02T17:50:27.380Z Checking form_urlencoded v1.2.2
44112026-06-02T17:50:27.393Z Checking toml_edit v0.22.27
44122026-06-02T17:50:27.456Z Checking getrandom v0.4.1
44132026-06-02T17:50:27.484Z Checking goblin v0.8.2
44142026-06-02T17:50:27.495Z Checking thiserror v2.0.18
44152026-06-02T17:50:27.502Z Checking ordered-float v2.10.1
44162026-06-02T17:50:27.551Z Checking tinystr v0.8.2
44172026-06-02T17:50:27.600Z Checking potential_utf v0.1.4
44182026-06-02T17:50:27.625Z Checking syn v2.0.117
44192026-06-02T17:50:27.717Z Checking icu_locale_core v2.1.1
44202026-06-02T17:50:27.724Z Checking icu_collections v2.1.1
44212026-06-02T17:50:27.756Z Checking serde-value v0.7.0
44222026-06-02T17:50:27.855Z Checking dtrace-parser v0.2.0
44232026-06-02T17:50:27.951Z Checking thread-id v4.2.2
44242026-06-02T17:50:28.029Z Checking once_cell v1.21.3
44252026-06-02T17:50:28.043Z Checking cargo-platform v0.2.0
44262026-06-02T17:50:28.057Z Checking terminal_size v0.4.3
44272026-06-02T17:50:28.095Z Checking memmap v0.7.0
44282026-06-02T17:50:28.192Z Checking clap_builder v4.5.60
44292026-06-02T17:50:28.219Z Checking tempfile v3.25.0
44302026-06-02T17:50:28.219Z Checking textwrap v0.16.2
44312026-06-02T17:50:28.219Z Checking fs-err v3.3.0
44322026-06-02T17:50:28.250Z Checking icu_provider v2.1.1
44332026-06-02T17:50:28.378Z Checking camino-tempfile v1.4.1
44342026-06-02T17:50:28.389Z Checking tabled v0.15.0
44352026-06-02T17:50:28.405Z Checking anyhow v1.0.102
44362026-06-02T17:50:28.478Z Checking icu_properties v2.1.2
44372026-06-02T17:50:28.492Z Checking icu_normalizer v2.1.1
44382026-06-02T17:50:28.536Z Checking toml v0.8.23
44392026-06-02T17:50:28.613Z Checking macaddr v1.0.1
44402026-06-02T17:50:28.779Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44412026-06-02T17:50:28.846Z Checking cargo_toml v0.21.0
44422026-06-02T17:50:29.291Z Checking idna_adapter v1.2.1
44432026-06-02T17:50:29.370Z Checking dof v0.3.0
44442026-06-02T17:50:29.377Z Checking clap v4.5.60
44452026-06-02T17:50:29.409Z Checking idna v1.1.0
44462026-06-02T17:50:29.618Z Checking usdt-impl v0.5.0
44472026-06-02T17:50:29.629Z Checking url v2.5.8
44482026-06-02T17:50:29.863Z Checking usdt v0.5.0
44492026-06-02T17:50:29.970Z Checking cargo-util-schemas v0.8.2
44502026-06-02T17:50:30.660Z Checking cargo_metadata v0.21.0
44512026-06-02T17:50:31.274Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44522026-06-02T17:50:31.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44532026-06-02T17:50:31.815Z
44542026-06-02T17:50:31.815Zinfo: running `cargo check --bins` on dnsadm (256/272)
44552026-06-02T17:50:32.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-02T17:50:32.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-02T17:50:32.461Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44582026-06-02T17:50:32.950Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44592026-06-02T17:50:33.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44602026-06-02T17:50:33.541Z
44612026-06-02T17:50:33.541Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44622026-06-02T17:50:34.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-06-02T17:50:34.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-06-02T17:50:34.356Z Checking polyval v0.6.2
44652026-06-02T17:50:34.520Z Checking ctr v0.9.2
44662026-06-02T17:50:34.542Z Checking ssh-encoding v0.2.0
44672026-06-02T17:50:34.542Z Checking blowfish v0.9.1
44682026-06-02T17:50:34.543Z Checking password-hash v0.4.2
44692026-06-02T17:50:34.578Z Checking p521 v0.13.3
44702026-06-02T17:50:34.579Z Checking p256 v0.13.2
44712026-06-02T17:50:34.588Z Checking russh-cryptovec v0.7.3
44722026-06-02T17:50:34.635Z Checking ghash v0.5.1
44732026-06-02T17:50:34.677Z Checking bcrypt-pbkdf v0.10.0
44742026-06-02T17:50:34.689Z Checking md5 v0.7.0
44752026-06-02T17:50:34.689Z Checking num-bigint v0.4.6
44762026-06-02T17:50:34.689Z Checking des v0.8.1
44772026-06-02T17:50:34.748Z Checking pbkdf2 v0.11.0
44782026-06-02T17:50:34.758Z Checking aes-gcm v0.10.3
44792026-06-02T17:50:34.798Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44802026-06-02T17:50:34.798Z Checking hex-literal v0.4.1
44812026-06-02T17:50:34.826Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44822026-06-02T17:50:34.864Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44832026-06-02T17:50:34.883Z Checking socket2 v0.5.10
44842026-06-02T17:50:34.892Z Checking ssh-cipher v0.2.0
44852026-06-02T17:50:34.918Z Checking internet-checksum v0.2.1
44862026-06-02T17:50:35.076Z Checking ssh-key v0.6.7
44872026-06-02T17:50:35.201Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44882026-06-02T17:50:35.713Z Checking russh-keys v0.45.0
44892026-06-02T17:50:36.243Z Checking russh v0.45.0
44902026-06-02T17:50:51.169Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44912026-06-02T17:50:55.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
44922026-06-02T17:50:55.973Z
44932026-06-02T17:50:55.973Zinfo: running `cargo check --bins` on gateway-cli (258/272)
44942026-06-02T17:50:55.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-06-02T17:50:55.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-06-02T17:50:55.973Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44972026-06-02T17:50:55.973Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44982026-06-02T17:50:55.974Z Checking termios v0.3.3
44992026-06-02T17:50:55.974Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45002026-06-02T17:50:55.974Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45012026-06-02T17:50:56.528Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45022026-06-02T17:50:57.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45032026-06-02T17:50:57.279Z
45042026-06-02T17:50:57.279Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45052026-06-02T17:50:57.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-02T17:50:57.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-02T17:50:58.000Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45082026-06-02T17:50:58.004Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45092026-06-02T17:50:58.116Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45102026-06-02T17:50:58.121Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45112026-06-02T17:50:58.138Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45122026-06-02T17:50:58.138Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45132026-06-02T17:50:58.881Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45142026-06-02T17:50:59.203Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45152026-06-02T17:50:59.206Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45162026-06-02T17:50:59.837Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45172026-06-02T17:51:01.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45182026-06-02T17:51:01.680Z
45192026-06-02T17:51:01.680Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45202026-06-02T17:51:02.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-06-02T17:51:02.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-06-02T17:51:02.331Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45232026-06-02T17:51:02.785Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45242026-06-02T17:51:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45252026-06-02T17:51:03.292Z
45262026-06-02T17:51:03.292Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45272026-06-02T17:51:03.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-02T17:51:03.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-02T17:51:03.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45302026-06-02T17:51:03.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45312026-06-02T17:51:03.893Z
45322026-06-02T17:51:03.894Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45332026-06-02T17:51:04.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-06-02T17:51:04.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-06-02T17:51:04.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45362026-06-02T17:51:04.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45372026-06-02T17:51:04.504Z
45382026-06-02T17:51:04.504Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45392026-06-02T17:51:05.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-06-02T17:51:05.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-06-02T17:51:05.269Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45422026-06-02T17:51:05.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45432026-06-02T17:51:06.077Z
45442026-06-02T17:51:06.077Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45452026-06-02T17:51:06.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-06-02T17:51:06.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-06-02T17:51:06.734Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45482026-06-02T17:51:06.737Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45492026-06-02T17:51:06.991Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45502026-06-02T17:51:06.991Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45512026-06-02T17:51:07.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45522026-06-02T17:51:07.974Z
45532026-06-02T17:51:07.974Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45542026-06-02T17:51:08.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-02T17:51:08.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-02T17:51:08.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-06-02T17:51:08.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45582026-06-02T17:51:08.565Z
45592026-06-02T17:51:08.565Zinfo: running `cargo check --bins` on omicron-package (266/272)
45602026-06-02T17:51:09.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-06-02T17:51:09.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-06-02T17:51:09.255Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45632026-06-02T17:51:10.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45642026-06-02T17:51:10.533Z
45652026-06-02T17:51:10.533Zinfo: running `cargo check --bins` on tqdb (267/272)
45662026-06-02T17:51:11.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-06-02T17:51:11.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-06-02T17:51:11.317Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45692026-06-02T17:51:11.670Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45702026-06-02T17:51:12.180Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45712026-06-02T17:51:12.180Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45722026-06-02T17:51:17.961Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45732026-06-02T17:51:17.961Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45742026-06-02T17:51:18.535Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45752026-06-02T17:51:18.535Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45762026-06-02T17:51:18.540Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45772026-06-02T17:51:18.540Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45782026-06-02T17:51:19.285Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45792026-06-02T17:51:20.274Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45802026-06-02T17:51:21.082Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45812026-06-02T17:51:21.766Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45822026-06-02T17:51:26.093Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45832026-06-02T17:51:32.366Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45842026-06-02T17:51:32.525Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45852026-06-02T17:51:32.525Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45862026-06-02T17:51:32.525Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45872026-06-02T17:51:33.808Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45882026-06-02T17:51:35.112Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45892026-06-02T17:51:35.796Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45902026-06-02T17:51:37.042Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45912026-06-02T17:51:37.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.05s
45922026-06-02T17:51:37.804Z
45932026-06-02T17:51:37.804Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
45942026-06-02T17:51:38.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-06-02T17:51:38.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-06-02T17:51:38.519Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45972026-06-02T17:51:38.522Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45982026-06-02T17:51:38.523Z Checking rtoolbox v0.0.3
45992026-06-02T17:51:38.652Z Checking tui-tree-widget v0.23.1
46002026-06-02T17:51:38.744Z Checking rpassword v7.4.0
46012026-06-02T17:51:39.816Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46022026-06-02T17:51:42.792Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46032026-06-02T17:51:44.614Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46042026-06-02T17:51:45.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
46052026-06-02T17:51:45.719Z
46062026-06-02T17:51:45.719Zinfo: running `cargo check --bins` on wicket (269/272)
46072026-06-02T17:51:46.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-06-02T17:51:46.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-06-02T17:51:46.419Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46102026-06-02T17:51:46.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46112026-06-02T17:51:46.991Z
46122026-06-02T17:51:46.991Zinfo: running `cargo check --bins` on wicketd (270/272)
46132026-06-02T17:51:47.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-06-02T17:51:47.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-06-02T17:51:47.716Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46162026-06-02T17:51:47.719Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46172026-06-02T17:51:47.720Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46182026-06-02T17:51:48.678Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46192026-06-02T17:51:49.256Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46202026-06-02T17:51:52.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46212026-06-02T17:51:52.399Z
46222026-06-02T17:51:52.399Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46232026-06-02T17:51:52.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-06-02T17:51:52.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-06-02T17:51:52.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46262026-06-02T17:51:52.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46272026-06-02T17:51:53.001Z
46282026-06-02T17:51:53.001Zinfo: running `cargo check --bins` on zone-setup (272/272)
46292026-06-02T17:51:53.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-02T17:51:53.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-02T17:51:53.689Z Checking uzers v0.12.2
46322026-06-02T17:51:53.958Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46332026-06-02T17:51:54.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46342026-06-02T17:51:54.917Z
46352026-06-02T17:51:54.917Zreal 14:12.421345953
46362026-06-02T17:51:54.917Zuser 20:37.540875476
46372026-06-02T17:51:54.917Zsys 4:15.839074606
46382026-06-02T17:51:54.917Ztrap 0.327349015
46392026-06-02T17:51:54.917Ztflt 0.705202591
46402026-06-02T17:51:54.917Zdflt 1.181045550
46412026-06-02T17:51:54.917Zkflt 0.005270814
46422026-06-02T17:51:54.917Zlock 1:17:05.776343478
46432026-06-02T17:51:54.917Zslp 1:38:34.611962261
46442026-06-02T17:51:54.917Zlat 57.041791087
46452026-06-02T17:51:54.917Zstop 3:41.380085529
46462026-06-02T17:51:54.920Zprocess exited: duration 1006704 ms, exit code 0
 
46472026-06-02T17:51:54.927Zfound 0 output files