01KRE92ZQD0QQXJ0NBPNTVVEPN: 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: 01KRE93BNRK6Z928H8705H699X

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T14:23:39.027Zjob assigned to worker 01KRE93J534X0GGD6A6MS7Y6VJ [factory aws, i-08ebff6a512eca867] (queued for 48 s)
 
22026-05-12T14:23:45.237Zstarting task 0: "setup"
32026-05-12T14:23:45.240Z++ uname -s
42026-05-12T14:23:45.243Z+ kern=SunOS
52026-05-12T14:23:45.243Z+ build_user=build
62026-05-12T14:23:45.243Z+ build_uid=12345
72026-05-12T14:23:45.243Z+ work_dir=/work
82026-05-12T14:23:45.243Z+ input_dir=/input
92026-05-12T14:23:45.243Z+ [[ 0 == 12345 ]]
102026-05-12T14:23:45.243Z+ case "$kern" in
112026-05-12T14:23:45.243Z+ groupadd -g 12345 build
122026-05-12T14:23:45.243Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T14:23:47.249Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T14:23:47.349Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T14:23:47.353Z+ home_fs=zfs
162026-05-12T14:23:47.353Z+ [[ zfs == autofs ]]
172026-05-12T14:23:47.353Z+ mkdir -p /home/build
182026-05-12T14:23:47.353Z+ chown build:build /home/build /work
192026-05-12T14:23:49.354Z+ chmod 0700 /home/build /work
202026-05-12T14:23:49.358Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-12T14:23:49.365Zstarting task 1: "rust-toolchain"
222026-05-12T14:23:49.368Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T14:23:49.369Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T14:23:49.369Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T14:23:49.369Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T14:23:49.369Z * rust toolchain channel = "1.94.0"
272026-05-12T14:23:49.369Z * rust toolchain profile = "default"
282026-05-12T14:23:49.372Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T14:23:49.372Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T14:23:49.448Zinfo: downloading installer
312026-05-12T14:23:51.051Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T14:23:51.051Zwarn: /home/build/.rustup/settings.toml
332026-05-12T14:23:51.051Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T14:23:51.051Zwarn: instead of the one inferred from the default host triple.
352026-05-12T14:23:51.067Zinfo: profile set to default
362026-05-12T14:23:51.067Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T14:23:51.070Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T14:23:51.196Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T14:23:51.199Zinfo: downloading 6 components
402026-05-12T14:24:05.636Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T14:24:05.636Z
422026-05-12T14:24:05.669Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T14:24:05.669Z
442026-05-12T14:24:05.669Z
452026-05-12T14:24:05.669ZRust is installed now. Great!
462026-05-12T14:24:05.669Z
472026-05-12T14:24:05.669ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T14:24:05.669Zenvironment variable. This has not been done automatically.
492026-05-12T14:24:05.669Z
502026-05-12T14:24:05.669ZTo configure your current shell, you need to source
512026-05-12T14:24:05.669Zthe corresponding env file under $HOME/.cargo.
522026-05-12T14:24:05.669Z
532026-05-12T14:24:05.669ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T14:24:05.673Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T14:24:05.673Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T14:24:05.673Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T14:24:05.673Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T14:24:05.673Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T14:24:05.673Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T14:24:05.673Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T14:24:05.673Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T14:24:05.754Z+ rustup --version
632026-05-12T14:24:05.763Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T14:24:05.766Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T14:24:05.784Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T14:24:05.787Z+ cargo --version
672026-05-12T14:24:05.799Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T14:24:05.802Z+ rustc --version
692026-05-12T14:24:05.821Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T14:24:05.824Zprocess exited: duration 16458 ms, exit code 0
 
712026-05-12T14:24:05.831Zstarting task 2: "authentication"
722026-05-12T14:24:05.847Zprocess exited: duration 16 ms, exit code 0
 
732026-05-12T14:24:05.853Zstarting task 3: "clone repository"
742026-05-12T14:24:05.856Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T14:24:05.859Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T14:24:05.890ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T14:24:15.637Z+ cd /work/oxidecomputer/omicron
782026-05-12T14:24:15.637Z+ git fetch origin 2d1ee5614de81da992bd9d43c8353d39b052fee2
792026-05-12T14:24:15.943ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T14:24:15.943Z * branch 2d1ee5614de81da992bd9d43c8353d39b052fee2 -> FETCH_HEAD
812026-05-12T14:24:15.952Z+ [[ -n john/fix-wicket-bgp-config-display ]]
822026-05-12T14:24:15.956Z++ git branch --show-current
832026-05-12T14:24:15.956Z+ current=main
842026-05-12T14:24:15.956Z+ [[ main != john/fix-wicket-bgp-config-display ]]
852026-05-12T14:24:15.956Z+ git branch -f john/fix-wicket-bgp-config-display 2d1ee5614de81da992bd9d43c8353d39b052fee2
862026-05-12T14:24:15.959Z+ git checkout -f john/fix-wicket-bgp-config-display
872026-05-12T14:24:16.042ZSwitched to branch 'john/fix-wicket-bgp-config-display'
882026-05-12T14:24:16.045Z+ git reset --hard 2d1ee5614de81da992bd9d43c8353d39b052fee2
892026-05-12T14:24:16.125ZHEAD is now at 2d1ee5614 Merge branch 'main' into john/fix-wicket-bgp-config-display
902026-05-12T14:24:16.128Zprocess exited: duration 10272 ms, exit code 0
 
912026-05-12T14:24:16.134Zstarting task 4: "build"
922026-05-12T14:24:16.139Z+ source .github/buildomat/ci-env.sh
932026-05-12T14:24:16.139Z++ export CARGO_TERM_COLOR=always
942026-05-12T14:24:16.139Z++ CARGO_TERM_COLOR=always
952026-05-12T14:24:16.139Z+ cargo --version
962026-05-12T14:24:16.148Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T14:24:16.151Z+ rustc --version
982026-05-12T14:24:16.171Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T14:24:16.175Z+ source ./env.sh
1002026-05-12T14:24:16.175Z++ OLD_SHELL_OPTS=ehxB
1012026-05-12T14:24:16.175Z++ set -o xtrace
1022026-05-12T14:24:16.175Z++++ dirname ./env.sh
1032026-05-12T14:24:16.179Z+++ readlink -f .
1042026-05-12T14:24:16.179Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-12T14:24:16.179Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-12T14:24:16.179Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-12T14:24:16.179Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-12T14:24:16.180Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-12T14:24:16.180Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-12T14:24:16.180Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-12T14:24:16.180Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-12T14:24:16.180Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-12T14:24:16.180Z++ case $OLD_SHELL_OPTS in
1142026-05-12T14:24:16.180Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-12T14:24:16.180Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-12T14:24:16.183Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-12T14:24:16.183Z+ banner prerequisites
1182026-05-12T14:24:16.183Z
1192026-05-12T14:24:16.183Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-12T14:24:16.183Z # # # # # # # # # # # # # # #
1212026-05-12T14:24:16.183Z # # # # ##### # # ##### # # # # # #### #
1222026-05-12T14:24:16.183Z ##### ##### # ##### # # # # # # # # #
1232026-05-12T14:24:16.183Z # # # # # # # # # # # # # # #
1242026-05-12T14:24:16.183Z # # # ###### # # ###### ### # #### # #### #
1252026-05-12T14:24:16.183Z
1262026-05-12T14:24:16.183Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-12T14:24:17.563Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-12T14:24:17.613Z Startup: Caching catalogs ... Done
1292026-05-12T14:24:17.789ZPlanning: Solver setup ... Done (0.146s)
1302026-05-12T14:24:17.801ZPlanning: Running solver ... Done (0.012s)
1312026-05-12T14:24:17.806ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-12T14:24:17.817ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-12T14:24:17.837ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-12T14:24:17.849ZPlanning: Package planning ... Done (0.013s)
1352026-05-12T14:24:17.853ZPlanning: Merging actions ... Done (0.001s)
1362026-05-12T14:24:18.036ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-12T14:24:18.039ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-12T14:24:18.777ZPlanning: Evaluating mediators ... Done (0.740s)
1392026-05-12T14:24:18.780ZPlanning: Planning completed in 1.15 seconds
1402026-05-12T14:24:18.786Z Packages to install: 2
1412026-05-12T14:24:18.789Z Estimated space available: 156.10 GB
1422026-05-12T14:24:18.789ZEstimated space to be consumed: 18.34 MB
1432026-05-12T14:24:18.789Z Create boot environment: No
1442026-05-12T14:24:18.789ZCreate backup boot environment: No
1452026-05-12T14:24:18.789Z Rebuild boot archive: No
1462026-05-12T14:24:18.789Z
1472026-05-12T14:24:18.789ZChanged packages:
1482026-05-12T14:24:18.789Zhelios
1492026-05-12T14:24:18.789Z developer/build-essential
1502026-05-12T14:24:18.789Z None -> 11-3.0
1512026-05-12T14:24:18.789Z library/libxmlsec1
1522026-05-12T14:24:18.790Z None -> 1.2.35-3.0
1532026-05-12T14:24:18.810Z
1542026-05-12T14:24:18.810ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-12T14:24:20.098ZDownload: Completed 1.28 MB in 1.29 seconds (1019k/s)
1562026-05-12T14:24:20.170Z Actions: 1/268 actions (Installing new actions)
1572026-05-12T14:24:20.207Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-12T14:24:20.212ZFinalize: Updating package state database ... Done (0.005s)
1592026-05-12T14:24:20.212ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-12T14:24:20.225ZFinalize: Updating image state ... Done (0.013s)
1612026-05-12T14:24:22.585ZFinalize: Creating fast lookup database ... Done (2.339s)
1622026-05-12T14:24:22.652ZFinalize: Reading search index ... Done (0.012s)
1632026-05-12T14:24:22.655ZFinalize: Updating search index ... Done (0.000s)
1642026-05-12T14:24:22.752ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-12T14:24:23.038ZPlanning: Evaluating mediator changes ... Done
1662026-05-12T14:24:23.142ZPlanning: Checking for conflicting actions ... Done
1672026-05-12T14:24:23.145ZPlanning: Consolidating action changes ... Done
1682026-05-12T14:24:23.300ZPlanning: Evaluating mediators ... Done
1692026-05-12T14:24:23.304ZPlanning: Planning completed in 0.26 seconds
1702026-05-12T14:24:23.323Z Mediators to change: 2
1712026-05-12T14:24:23.323Z Create boot environment: No
1722026-05-12T14:24:23.323ZCreate backup boot environment: No
1732026-05-12T14:24:23.390ZFinalize: Updating package state database ... Done
1742026-05-12T14:24:23.390ZFinalize: Updating package cache ... Done
1752026-05-12T14:24:23.398ZFinalize: Updating image state ... Done
1762026-05-12T14:24:25.331ZFinalize: Creating fast lookup database ... Done
1772026-05-12T14:24:25.395ZFinalize: Reading search index ... Done
1782026-05-12T14:24:25.398ZFinalize: Updating search index ... Done
1792026-05-12T14:24:25.489ZFinalize: Updating package cache ... Done
1802026-05-12T14:24:25.775ZPlanning: Evaluating mediator changes ... Done
1812026-05-12T14:24:25.880ZPlanning: Checking for conflicting actions ... Done
1822026-05-12T14:24:25.883ZPlanning: Consolidating action changes ... Done
1832026-05-12T14:24:26.037ZPlanning: Evaluating mediators ... Done
1842026-05-12T14:24:26.040ZPlanning: Planning completed in 0.26 seconds
1852026-05-12T14:24:26.060Z Mediators to change: 1
1862026-05-12T14:24:26.060Z Create boot environment: No
1872026-05-12T14:24:26.060ZCreate backup boot environment: No
1882026-05-12T14:24:26.113ZFinalize: Updating package state database ... Done
1892026-05-12T14:24:26.113ZFinalize: Updating package cache ... Done
1902026-05-12T14:24:26.121ZFinalize: Updating image state ... Done
1912026-05-12T14:24:28.059ZFinalize: Creating fast lookup database ... Done
1922026-05-12T14:24:28.122ZFinalize: Reading search index ... Done
1932026-05-12T14:24:28.125ZFinalize: Updating search index ... Done
1942026-05-12T14:24:28.190ZFinalize: Updating package cache ... Done
1952026-05-12T14:24:28.501ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-12T14:24:28.501Zapache system 2.4 system
1972026-05-12T14:24:28.501Zclang system 15 system
1982026-05-12T14:24:28.501Zcsh system system illumos
1992026-05-12T14:24:28.501Zctags system system illumos
2002026-05-12T14:24:28.501Zfile vendor vendor darwinsys
2012026-05-12T14:24:28.501Zfile system system illumos
2022026-05-12T14:24:28.501Zgcc vendor 14 vendor
2032026-05-12T14:24:28.501Zgcc system 13 system
2042026-05-12T14:24:28.501Zgcc system 10 system
2052026-05-12T14:24:28.501Zgo system 1.25 system
2062026-05-12T14:24:28.501Zllvm system 15 system
2072026-05-12T14:24:28.501Zmariadb system 11.4 system
2082026-05-12T14:24:28.501Zmta vendor vendor dma
2092026-05-12T14:24:28.501Zopenjdk system 17 system
2102026-05-12T14:24:28.501Zopenjdk system 11 system
2112026-05-12T14:24:28.501Zopenssl vendor 3 vendor
2122026-05-12T14:24:28.501Zperl system 5.40 system
2132026-05-12T14:24:28.501Zpostgresql system 18 system
2142026-05-12T14:24:28.501Zpostgresql system 17 system
2152026-05-12T14:24:28.502Zpython vendor 3 vendor
2162026-05-12T14:24:28.502Zpython system 2 system
2172026-05-12T14:24:28.502Zpython3 vendor 3.13 vendor
2182026-05-12T14:24:28.502Zruby system 3.4 system
2192026-05-12T14:24:28.502Zruby system 3.0 system
2202026-05-12T14:24:28.502Zwords vendor vendor american-english
2212026-05-12T14:24:28.502Zwords system system australian-english
2222026-05-12T14:24:28.502Zwords system system british-english
2232026-05-12T14:24:28.502Zwords system system canadian-english
2242026-05-12T14:24:28.502Zwords system system french
2252026-05-12T14:24:28.502Zwords system system italian
2262026-05-12T14:24:28.502Zwords system system ngerman
2272026-05-12T14:24:28.502Zwords system system ogerman
2282026-05-12T14:24:28.502Zwords system system spanish
2292026-05-12T14:24:28.756ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-12T14:24:28.756Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-12T14:24:29.021ZFMRI IFO
2322026-05-12T14:24:29.021Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-12T14:24:29.021Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-12T14:24:29.021Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-12T14:24:29.021Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-12T14:24:29.021Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-12T14:24:29.021Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-12T14:24:29.021Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-12T14:24:29.021Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-12T14:24:29.022Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-12T14:24:29.251Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-12T14:24:29.500Z Updating crates.io index
2432026-05-12T14:24:29.534Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-12T14:24:30.239Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-12T14:24:30.730Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-12T14:24:31.368Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-12T14:24:32.316Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-12T14:24:32.796Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-12T14:24:34.159Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-12T14:24:34.865Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-12T14:24:35.255Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-12T14:24:35.950Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-12T14:24:36.425Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-12T14:24:36.800Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-12T14:24:37.165Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-12T14:24:38.056Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-12T14:24:38.621Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-12T14:24:38.916Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-12T14:24:39.265Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-12T14:24:39.641Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-12T14:24:39.863Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-12T14:24:40.086Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-12T14:24:40.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-12T14:24:40.794Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-12T14:24:41.255Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-12T14:24:41.714Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-12T14:24:42.176Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-12T14:24:42.648Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-12T14:24:43.723Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-12T14:24:44.422Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-12T14:24:45.295Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-12T14:24:45.757Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-12T14:24:46.057Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-12T14:24:46.357Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-12T14:24:46.671Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-12T14:24:47.214Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-12T14:24:47.510Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-12T14:24:47.783Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-12T14:24:48.022Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-12T14:24:48.474Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-12T14:24:59.898Z Downloading crates ...
2822026-05-12T14:24:59.954Z Downloaded block-buffer v0.10.4
2832026-05-12T14:24:59.959Z Downloaded anstyle-parse v0.2.7
2842026-05-12T14:24:59.962Z Downloaded unicode-xid v0.2.6
2852026-05-12T14:24:59.967Z Downloaded colorchoice v1.0.4
2862026-05-12T14:24:59.970Z Downloaded equivalent v1.0.2
2872026-05-12T14:24:59.970Z Downloaded fastrand v2.3.0
2882026-05-12T14:24:59.973Z Downloaded getrandom v0.4.1
2892026-05-12T14:24:59.973Z Downloaded zerofrom v0.1.6
2902026-05-12T14:24:59.973Z Downloaded usdt v0.5.0
2912026-05-12T14:24:59.976Z Downloaded yoke-derive v0.8.1
2922026-05-12T14:24:59.979Z Downloaded ordered-float v2.10.1
2932026-05-12T14:24:59.979Z Downloaded typenum v1.19.0
2942026-05-12T14:24:59.979Z Downloaded zerocopy-derive v0.7.35
2952026-05-12T14:24:59.983Z Downloaded toml_write v0.1.2
2962026-05-12T14:24:59.983Z Downloaded thread-id v4.2.2
2972026-05-12T14:24:59.986Z Downloaded icu_collections v2.1.1
2982026-05-12T14:24:59.989Z Downloaded zerofrom-derive v0.1.6
2992026-05-12T14:24:59.989Z Downloaded pretty-hex v0.4.1
3002026-05-12T14:24:59.989Z Downloaded cargo_metadata v0.21.0
3012026-05-12T14:24:59.989Z Downloaded autocfg v1.5.0
3022026-05-12T14:24:59.992Z Downloaded toml v0.8.23
3032026-05-12T14:24:59.992Z Downloaded yoke v0.8.1
3042026-05-12T14:24:59.992Z Downloaded usdt-macro v0.5.0
3052026-05-12T14:24:59.992Z Downloaded quote v1.0.45
3062026-05-12T14:24:59.995Z Downloaded zmij v1.0.21
3072026-05-12T14:24:59.995Z Downloaded writeable v0.6.2
3082026-05-12T14:24:59.998Z Downloaded fnv v1.0.7
3092026-05-12T14:24:59.998Z Downloaded thiserror-impl v1.0.69
3102026-05-12T14:24:59.998Z Downloaded erased-serde v0.4.9
3112026-05-12T14:24:59.998Z Downloaded unicode-linebreak v0.1.5
3122026-05-12T14:25:00.002Z Downloaded version_check v0.9.5
3132026-05-12T14:25:00.002Z Downloaded toml_datetime v0.6.11
3142026-05-12T14:25:00.002Z Downloaded sha2 v0.10.9
3152026-05-12T14:25:00.005Z Downloaded serde_derive v1.0.228
3162026-05-12T14:25:00.005Z Downloaded macaddr v1.0.1
3172026-05-12T14:25:00.008Z Downloaded usdt-attr-macro v0.5.0
3182026-05-12T14:25:00.008Z Downloaded utf8parse v0.2.2
3192026-05-12T14:25:00.015Z Downloaded utf8_iter v1.0.4
3202026-05-12T14:25:00.019Z Downloaded typeid v1.0.3
3212026-05-12T14:25:00.019Z Downloaded percent-encoding v2.3.2
3222026-05-12T14:25:00.019Z Downloaded dtrace-parser v0.2.0
3232026-05-12T14:25:00.019Z Downloaded itoa v1.0.17
3242026-05-12T14:25:00.019Z Downloaded thiserror v2.0.18
3252026-05-12T14:25:00.022Z Downloaded synstructure v0.13.2
3262026-05-12T14:25:00.022Z Downloaded tinystr v0.8.2
3272026-05-12T14:25:00.022Z Downloaded proc-macro-error v1.0.4
3282026-05-12T14:25:00.025Z Downloaded potential_utf v0.1.4
3292026-05-12T14:25:00.025Z Downloaded zerovec-derive v0.11.2
3302026-05-12T14:25:00.029Z Downloaded thiserror v1.0.69
3312026-05-12T14:25:00.029Z Downloaded stable_deref_trait v1.2.1
3322026-05-12T14:25:00.029Z Downloaded scroll_derive v0.12.1
3332026-05-12T14:25:00.032Z Downloaded is_terminal_polyfill v1.70.2
3342026-05-12T14:25:00.032Z Downloaded heck v0.5.0
3352026-05-12T14:25:00.032Z Downloaded fs-err v3.3.0
3362026-05-12T14:25:00.032Z Downloaded crypto-common v0.1.7
3372026-05-12T14:25:00.032Z Downloaded cargo-platform v0.2.0
3382026-05-12T14:25:00.035Z Downloaded thiserror-impl v2.0.18
3392026-05-12T14:25:00.035Z Downloaded ucd-trie v0.1.7
3402026-05-12T14:25:00.039Z Downloaded textwrap v0.16.2
3412026-05-12T14:25:00.039Z Downloaded cargo_toml v0.21.0
3422026-05-12T14:25:00.039Z Downloaded usdt-impl v0.5.0
3432026-05-12T14:25:00.043Z Downloaded form_urlencoded v1.2.2
3442026-05-12T14:25:00.047Z Downloaded cpufeatures v0.2.17
3452026-05-12T14:25:00.047Z Downloaded url v2.5.8
3462026-05-12T14:25:00.050Z Downloaded swrite v0.1.0
3472026-05-12T14:25:00.050Z Downloaded plain v0.2.3
3482026-05-12T14:25:00.050Z Downloaded idna_adapter v1.2.1
3492026-05-12T14:25:00.053Z Downloaded unicode-ident v1.0.24
3502026-05-12T14:25:00.053Z Downloaded smawk v0.3.2
3512026-05-12T14:25:00.053Z Downloaded serde-value v0.7.0
3522026-05-12T14:25:00.056Z Downloaded errno v0.3.14
3532026-05-12T14:25:00.056Z Downloaded anstyle-query v1.1.5
3542026-05-12T14:25:00.059Z Downloaded cfg-if v1.0.4
3552026-05-12T14:25:00.063Z Downloaded heck v0.4.1
3562026-05-12T14:25:00.063Z Downloaded zerovec v0.11.5
3572026-05-12T14:25:00.066Z Downloaded generic-array v0.14.7
3582026-05-12T14:25:00.070Z Downloaded zerotrie v0.2.3
3592026-05-12T14:25:00.070Z Downloaded clap_derive v4.5.55
3602026-05-12T14:25:00.073Z Downloaded camino-tempfile v1.4.1
3612026-05-12T14:25:00.073Z Downloaded pest_generator v2.8.6
3622026-05-12T14:25:00.073Z Downloaded toml_edit v0.22.27
3632026-05-12T14:25:00.078Z Downloaded clap_lex v1.0.0
3642026-05-12T14:25:00.081Z Downloaded serde_spanned v0.6.9
3652026-05-12T14:25:00.081Z Downloaded zerocopy v0.7.35
3662026-05-12T14:25:00.089Z Downloaded winnow v0.7.14
3672026-05-12T14:25:00.095Z Downloaded memmap v0.7.0
3682026-05-12T14:25:00.098Z Downloaded terminal_size v0.4.3
3692026-05-12T14:25:00.098Z Downloaded unicode-width v0.1.14
3702026-05-12T14:25:00.101Z Downloaded pest_derive v2.8.6
3712026-05-12T14:25:00.101Z Downloaded byteorder v1.5.0
3722026-05-12T14:25:00.101Z Downloaded tabled_derive v0.7.0
3732026-05-12T14:25:00.104Z Downloaded unicode-width v0.2.0
3742026-05-12T14:25:00.108Z Downloaded proc-macro-error-attr v1.0.4
3752026-05-12T14:25:00.108Z Downloaded dof v0.3.0
3762026-05-12T14:25:00.112Z Downloaded anstream v0.6.21
3772026-05-12T14:25:00.115Z Downloaded serde-untagged v0.1.9
3782026-05-12T14:25:00.124Z Downloaded scroll v0.12.0
3792026-05-12T14:25:00.127Z Downloaded bytecount v0.6.9
3802026-05-12T14:25:00.134Z Downloaded strsim v0.11.1
3812026-05-12T14:25:00.137Z Downloaded displaydoc v0.2.5
3822026-05-12T14:25:00.137Z Downloaded digest v0.10.7
3832026-05-12T14:25:00.140Z Downloaded anstyle v1.0.13
3842026-05-12T14:25:00.155Z Downloaded once_cell v1.21.3
3852026-05-12T14:25:00.158Z Downloaded smallvec v1.15.1
3862026-05-12T14:25:00.161Z Downloaded litemap v0.8.1
3872026-05-12T14:25:00.161Z Downloaded tempfile v3.25.0
3882026-05-12T14:25:00.164Z Downloaded serde_tokenstream v0.2.3
3892026-05-12T14:25:00.164Z Downloaded semver v1.0.28
3902026-05-12T14:25:00.183Z Downloaded cargo-util-schemas v0.8.2
3912026-05-12T14:25:00.186Z Downloaded icu_normalizer v2.1.1
3922026-05-12T14:25:00.186Z Downloaded serde_core v1.0.228
3932026-05-12T14:25:00.190Z Downloaded icu_provider v2.1.1
3942026-05-12T14:25:00.195Z Downloaded clap v4.5.60
3952026-05-12T14:25:00.201Z Downloaded log v0.4.29
3962026-05-12T14:25:00.204Z Downloaded camino v1.2.2
3972026-05-12T14:25:00.204Z Downloaded bitflags v2.11.0
3982026-05-12T14:25:00.207Z Downloaded anyhow v1.0.102
3992026-05-12T14:25:00.207Z Downloaded papergrid v0.11.0
4002026-05-12T14:25:00.211Z Downloaded num-traits v0.2.19
4012026-05-12T14:25:00.221Z Downloaded serde v1.0.228
4022026-05-12T14:25:00.225Z Downloaded icu_normalizer_data v2.1.1
4032026-05-12T14:25:00.228Z Downloaded pest_meta v2.8.6
4042026-05-12T14:25:00.228Z Downloaded hashbrown v0.17.0
4052026-05-12T14:25:00.232Z Downloaded icu_properties v2.1.2
4062026-05-12T14:25:00.241Z Downloaded icu_locale_core v2.1.1
4072026-05-12T14:25:00.245Z Downloaded memchr v2.8.0
4082026-05-12T14:25:00.245Z Downloaded proc-macro2 v1.0.106
4092026-05-12T14:25:00.258Z Downloaded indexmap v2.14.0
4102026-05-12T14:25:00.261Z Downloaded pest v2.8.6
4112026-05-12T14:25:00.271Z Downloaded icu_properties_data v2.1.2
4122026-05-12T14:25:00.284Z Downloaded serde_json v1.0.149
4132026-05-12T14:25:00.290Z Downloaded clap_builder v4.5.60
4142026-05-12T14:25:00.294Z Downloaded idna v1.1.0
4152026-05-12T14:25:00.308Z Downloaded goblin v0.8.2
4162026-05-12T14:25:00.322Z Downloaded tabled v0.15.0
4172026-05-12T14:25:00.331Z Downloaded syn v1.0.109
4182026-05-12T14:25:00.343Z Downloaded syn v2.0.117
4192026-05-12T14:25:00.361Z Downloaded rustix v1.1.3
4202026-05-12T14:25:00.390Z Downloaded libc v0.2.185
4212026-05-12T14:25:00.458Z Compiling proc-macro2 v1.0.106
4222026-05-12T14:25:00.458Z Compiling quote v1.0.45
4232026-05-12T14:25:00.458Z Compiling unicode-ident v1.0.24
4242026-05-12T14:25:00.461Z Compiling serde_core v1.0.228
4252026-05-12T14:25:00.461Z Compiling libc v0.2.185
4262026-05-12T14:25:00.461Z Compiling version_check v0.9.5
4272026-05-12T14:25:00.461Z Compiling serde v1.0.228
4282026-05-12T14:25:00.639Z Compiling stable_deref_trait v1.2.1
4292026-05-12T14:25:00.784Z Compiling memchr v2.8.0
4302026-05-12T14:25:00.800Z Compiling zmij v1.0.21
4312026-05-12T14:25:01.025Z Compiling autocfg v1.5.0
4322026-05-12T14:25:01.029Z Compiling thiserror v1.0.69
4332026-05-12T14:25:01.315Z Compiling itoa v1.0.17
4342026-05-12T14:25:01.381Z Compiling ucd-trie v0.1.7
4352026-05-12T14:25:01.431Z Compiling litemap v0.8.1
4362026-05-12T14:25:01.447Z Compiling writeable v0.6.2
4372026-05-12T14:25:01.490Z Compiling icu_normalizer_data v2.1.1
4382026-05-12T14:25:01.589Z Compiling pest v2.8.6
4392026-05-12T14:25:01.614Z Compiling byteorder v1.5.0
4402026-05-12T14:25:01.668Z Compiling rustix v1.1.3
4412026-05-12T14:25:01.837Z Compiling syn v2.0.117
4422026-05-12T14:25:01.892Z Compiling icu_properties_data v2.1.2
4432026-05-12T14:25:01.934Z Compiling errno v0.3.14
4442026-05-12T14:25:01.995Z Compiling serde_json v1.0.149
4452026-05-12T14:25:02.087Z Compiling bitflags v2.11.0
4462026-05-12T14:25:02.258Z Compiling num-traits v0.2.19
4472026-05-12T14:25:02.293Z Compiling equivalent v1.0.2
4482026-05-12T14:25:02.380Z Compiling typeid v1.0.3
4492026-05-12T14:25:02.433Z Compiling hashbrown v0.17.0
4502026-05-12T14:25:02.492Z Compiling smallvec v1.15.1
4512026-05-12T14:25:02.640Z Compiling pest_meta v2.8.6
4522026-05-12T14:25:02.803Z Compiling thread-id v4.2.2
4532026-05-12T14:25:02.834Z Compiling proc-macro-error-attr v1.0.4
4542026-05-12T14:25:02.881Z Compiling usdt-impl v0.5.0
4552026-05-12T14:25:02.930Z Compiling indexmap v2.14.0
4562026-05-12T14:25:02.968Z Compiling erased-serde v0.4.9
4572026-05-12T14:25:03.010Z Compiling syn v1.0.109
4582026-05-12T14:25:03.086Z Compiling toml_write v0.1.2
4592026-05-12T14:25:03.295Z Compiling winnow v0.7.14
4602026-05-12T14:25:03.564Z Compiling proc-macro-error v1.0.4
4612026-05-12T14:25:03.616Z Compiling getrandom v0.4.1
4622026-05-12T14:25:03.754Z Compiling plain v0.2.3
4632026-05-12T14:25:03.869Z Compiling thiserror v2.0.18
4642026-05-12T14:25:03.964Z Compiling percent-encoding v2.3.2
4652026-05-12T14:25:04.039Z Compiling utf8_iter v1.0.4
4662026-05-12T14:25:04.162Z Compiling camino v1.2.2
4672026-05-12T14:25:04.192Z Compiling utf8parse v0.2.2
4682026-05-12T14:25:04.209Z Compiling log v0.4.29
4692026-05-12T14:25:04.306Z Compiling anstyle-parse v0.2.7
4702026-05-12T14:25:04.339Z Compiling form_urlencoded v1.2.2
4712026-05-12T14:25:04.414Z Compiling ordered-float v2.10.1
4722026-05-12T14:25:04.469Z Compiling synstructure v0.13.2
4732026-05-12T14:25:04.487Z Compiling pest_generator v2.8.6
4742026-05-12T14:25:04.693Z Compiling terminal_size v0.4.3
4752026-05-12T14:25:04.839Z Compiling anstyle v1.0.13
4762026-05-12T14:25:04.935Z Compiling colorchoice v1.0.4
4772026-05-12T14:25:04.989Z Compiling anstyle-query v1.1.5
4782026-05-12T14:25:05.017Z Compiling pretty-hex v0.4.1
4792026-05-12T14:25:05.055Z Compiling cfg-if v1.0.4
4802026-05-12T14:25:05.071Z Compiling is_terminal_polyfill v1.70.2
4812026-05-12T14:25:05.104Z Compiling serde-untagged v0.1.9
4822026-05-12T14:25:05.169Z Compiling anstream v0.6.21
4832026-05-12T14:25:05.184Z Compiling semver v1.0.28
4842026-05-12T14:25:05.317Z Compiling fs-err v3.3.0
4852026-05-12T14:25:05.356Z Compiling anyhow v1.0.102
4862026-05-12T14:25:05.482Z Compiling heck v0.5.0
4872026-05-12T14:25:05.502Z Compiling unicode-xid v0.2.6
4882026-05-12T14:25:05.517Z Compiling clap_lex v1.0.0
4892026-05-12T14:25:05.539Z Compiling once_cell v1.21.3
4902026-05-12T14:25:05.624Z Compiling fastrand v2.3.0
4912026-05-12T14:25:05.662Z Compiling unicode-width v0.1.14
4922026-05-12T14:25:05.715Z Compiling fnv v1.0.7
4932026-05-12T14:25:05.744Z Compiling bytecount v0.6.9
4942026-05-12T14:25:05.816Z Compiling heck v0.4.1
4952026-05-12T14:25:05.882Z Compiling strsim v0.11.1
4962026-05-12T14:25:05.899Z Compiling papergrid v0.11.0
4972026-05-12T14:25:05.931Z Compiling tempfile v3.25.0
4982026-05-12T14:25:06.155Z Compiling clap_builder v4.5.60
4992026-05-12T14:25:06.171Z Compiling serde_derive v1.0.228
5002026-05-12T14:25:06.222Z Compiling zerofrom-derive v0.1.6
5012026-05-12T14:25:06.252Z Compiling yoke-derive v0.8.1
5022026-05-12T14:25:06.293Z Compiling zerovec-derive v0.11.2
5032026-05-12T14:25:06.655Z Compiling displaydoc v0.2.5
5042026-05-12T14:25:07.284Z Compiling thiserror-impl v1.0.69
5052026-05-12T14:25:07.369Z Compiling zerocopy-derive v0.7.35
5062026-05-12T14:25:07.386Z Compiling pest_derive v2.8.6
5072026-05-12T14:25:07.389Z Compiling scroll_derive v0.12.1
5082026-05-12T14:25:07.585Z Compiling zerofrom v0.1.6
5092026-05-12T14:25:07.719Z Compiling yoke v0.8.1
5102026-05-12T14:25:07.804Z Compiling thiserror-impl v2.0.18
5112026-05-12T14:25:07.911Z Compiling zerovec v0.11.5
5122026-05-12T14:25:08.040Z Compiling zerotrie v0.2.3
5132026-05-12T14:25:08.259Z Compiling zerocopy v0.7.35
5142026-05-12T14:25:08.381Z Compiling scroll v0.12.0
5152026-05-12T14:25:08.468Z Compiling tinystr v0.8.2
5162026-05-12T14:25:08.659Z Compiling icu_locale_core v2.1.1
5172026-05-12T14:25:08.677Z Compiling potential_utf v0.1.4
5182026-05-12T14:25:08.694Z Compiling dtrace-parser v0.2.0
5192026-05-12T14:25:08.821Z Compiling icu_collections v2.1.1
5202026-05-12T14:25:08.884Z Compiling goblin v0.8.2
5212026-05-12T14:25:09.173Z Compiling tabled_derive v0.7.0
5222026-05-12T14:25:09.316Z Compiling icu_provider v2.1.1
5232026-05-12T14:25:09.344Z Compiling clap_derive v4.5.55
5242026-05-12T14:25:09.481Z Compiling memmap v0.7.0
5252026-05-12T14:25:09.570Z Compiling icu_normalizer v2.1.1
5262026-05-12T14:25:09.605Z Compiling icu_properties v2.1.2
5272026-05-12T14:25:09.651Z Compiling toml_datetime v0.6.11
5282026-05-12T14:25:09.651Z Compiling serde_spanned v0.6.9
5292026-05-12T14:25:09.664Z Compiling dof v0.3.0
5302026-05-12T14:25:09.777Z Compiling serde_tokenstream v0.2.3
5312026-05-12T14:25:09.858Z Compiling toml_edit v0.22.27
5322026-05-12T14:25:10.065Z Compiling serde-value v0.7.0
5332026-05-12T14:25:10.080Z Compiling cargo-platform v0.2.0
5342026-05-12T14:25:10.084Z Compiling smawk v0.3.2
5352026-05-12T14:25:10.231Z Compiling unicode-linebreak v0.1.5
5362026-05-12T14:25:10.348Z Compiling unicode-width v0.2.0
5372026-05-12T14:25:10.414Z Compiling idna_adapter v1.2.1
5382026-05-12T14:25:10.475Z Compiling tabled v0.15.0
5392026-05-12T14:25:10.558Z Compiling idna v1.1.0
5402026-05-12T14:25:10.620Z Compiling textwrap v0.16.2
5412026-05-12T14:25:10.636Z Compiling usdt-attr-macro v0.5.0
5422026-05-12T14:25:10.652Z Compiling usdt-macro v0.5.0
5432026-05-12T14:25:11.069Z Compiling url v2.5.8
5442026-05-12T14:25:11.200Z Compiling clap v4.5.60
5452026-05-12T14:25:11.260Z Compiling toml v0.8.23
5462026-05-12T14:25:11.286Z Compiling macaddr v1.0.1
5472026-05-12T14:25:11.652Z Compiling cargo-util-schemas v0.8.2
5482026-05-12T14:25:11.726Z Compiling cargo_toml v0.21.0
5492026-05-12T14:25:11.878Z Compiling usdt v0.5.0
5502026-05-12T14:25:12.085Z Compiling camino-tempfile v1.4.1
5512026-05-12T14:25:12.088Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-12T14:25:12.121Z Compiling swrite v0.1.0
5532026-05-12T14:25:12.556Z Compiling cargo_metadata v0.21.0
5542026-05-12T14:25:13.480Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-12T14:25:15.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.45s
5562026-05-12T14:25:15.788Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-12T14:25:16.343Z Downloading crates ...
5582026-05-12T14:25:16.440Z Downloaded bb8 v0.8.6
5592026-05-12T14:25:16.444Z Downloaded bit-set v0.8.0
5602026-05-12T14:25:16.448Z Downloaded castaway v0.2.4
5612026-05-12T14:25:16.454Z Downloaded bitfield-struct v0.6.2
5622026-05-12T14:25:16.459Z Downloaded arrayvec v0.7.6
5632026-05-12T14:25:16.459Z Downloaded bit-set v0.5.3
5642026-05-12T14:25:16.459Z Downloaded crucible-workspace-hack v0.1.0
5652026-05-12T14:25:16.459Z Downloaded base16ct v0.2.0
5662026-05-12T14:25:16.463Z Downloaded crc8 v0.1.1
5672026-05-12T14:25:16.463Z Downloaded cfg_aliases v0.2.1
5682026-05-12T14:25:16.463Z Downloaded cargo-platform v0.1.9
5692026-05-12T14:25:16.463Z Downloaded array-init v0.0.4
5702026-05-12T14:25:16.466Z Downloaded derive-ex v0.1.8
5712026-05-12T14:25:16.466Z Downloaded darling_macro v0.20.11
5722026-05-12T14:25:16.466Z Downloaded crossbeam-deque v0.8.6
5732026-05-12T14:25:16.469Z Downloaded byte-wrapper v0.1.0
5742026-05-12T14:25:16.469Z Downloaded assert_matches v1.5.0
5752026-05-12T14:25:16.469Z Downloaded async-recursion v1.1.1
5762026-05-12T14:25:16.473Z Downloaded float-cmp v0.10.0
5772026-05-12T14:25:16.473Z Downloaded embedded-io v0.4.0
5782026-05-12T14:25:16.476Z Downloaded async-bb8-diesel v0.2.1
5792026-05-12T14:25:16.479Z Downloaded derive_builder_macro v0.20.2
5802026-05-12T14:25:16.479Z Downloaded defmt-parser v1.0.0
5812026-05-12T14:25:16.482Z Downloaded debug-ignore v1.0.5
5822026-05-12T14:25:16.482Z Downloaded crc-catalog v2.4.0
5832026-05-12T14:25:16.486Z Downloaded bit-vec v0.8.0
5842026-05-12T14:25:16.486Z Downloaded ascii-canvas v3.0.0
5852026-05-12T14:25:16.486Z Downloaded dsl_auto_type v0.2.0
5862026-05-12T14:25:16.489Z Downloaded either v1.15.0
5872026-05-12T14:25:16.489Z Downloaded clang-sys v1.8.1
5882026-05-12T14:25:16.492Z Downloaded darling_core v0.21.3
5892026-05-12T14:25:16.495Z Downloaded der_derive v0.7.3
5902026-05-12T14:25:16.495Z Downloaded adler2 v2.0.1
5912026-05-12T14:25:16.495Z Downloaded bcrypt-pbkdf v0.10.0
5922026-05-12T14:25:16.498Z Downloaded bcs v0.1.6
5932026-05-12T14:25:16.498Z Downloaded argon2 v0.5.3
5942026-05-12T14:25:16.498Z Downloaded derive_more v2.1.1
5952026-05-12T14:25:16.505Z Downloaded darling_macro v0.23.0
5962026-05-12T14:25:16.508Z Downloaded aead v0.5.2
5972026-05-12T14:25:16.508Z Downloaded console v0.16.2
5982026-05-12T14:25:16.508Z Downloaded critical-section v1.2.0
5992026-05-12T14:25:16.511Z Downloaded block-padding v0.3.3
6002026-05-12T14:25:16.511Z Downloaded atomic-waker v1.1.2
6012026-05-12T14:25:16.511Z Downloaded derive_more v0.99.20
6022026-05-12T14:25:16.514Z Downloaded darling_macro v0.21.3
6032026-05-12T14:25:16.514Z Downloaded ciborium v0.2.2
6042026-05-12T14:25:16.517Z Downloaded chacha20 v0.9.1
6052026-05-12T14:25:16.517Z Downloaded cassowary v0.3.0
6062026-05-12T14:25:16.520Z Downloaded dropshot_endpoint v0.16.7
6072026-05-12T14:25:16.521Z Downloaded dof v0.4.0
6082026-05-12T14:25:16.521Z Downloaded darling_core v0.23.0
6092026-05-12T14:25:16.524Z Downloaded async-stream v0.3.6
6102026-05-12T14:25:16.527Z Downloaded darling v0.21.3
6112026-05-12T14:25:16.532Z Downloaded futures-sink v0.3.32
6122026-05-12T14:25:16.532Z Downloaded cargo_metadata v0.19.2
6132026-05-12T14:25:16.532Z Downloaded cstr-argument v0.1.2
6142026-05-12T14:25:16.535Z Downloaded cpufeatures v0.3.0
6152026-05-12T14:25:16.535Z Downloaded foreign-types-macros v0.2.3
6162026-05-12T14:25:16.535Z Downloaded atomicwrites v0.4.4
6172026-05-12T14:25:16.535Z Downloaded cfg_aliases v0.1.1
6182026-05-12T14:25:16.535Z Downloaded derive-where v1.6.0
6192026-05-12T14:25:16.539Z Downloaded cobs v0.3.0
6202026-05-12T14:25:16.540Z Downloaded atty v0.2.14
6212026-05-12T14:25:16.540Z Downloaded foreign-types-shared v0.3.1
6222026-05-12T14:25:16.542Z Downloaded compression-core v0.4.31
6232026-05-12T14:25:16.543Z Downloaded bitfield-macros v0.19.4
6242026-05-12T14:25:16.543Z Downloaded backoff v0.4.0
6252026-05-12T14:25:16.543Z Downloaded ciborium-io v0.2.2
6262026-05-12T14:25:16.543Z Downloaded foreign-types v0.5.0
6272026-05-12T14:25:16.546Z Downloaded defmt v0.3.100
6282026-05-12T14:25:16.546Z Downloaded convert_case v0.4.0
6292026-05-12T14:25:16.546Z Downloaded async-stream-impl v0.3.6
6302026-05-12T14:25:16.546Z Downloaded crc v3.4.0
6312026-05-12T14:25:16.549Z Downloaded dyn-clone v1.0.20
6322026-05-12T14:25:16.549Z Downloaded dtrace-parser v0.3.0
6332026-05-12T14:25:16.549Z Downloaded dropshot-api-manager-types v0.7.1
6342026-05-12T14:25:16.549Z Downloaded difflib v0.4.0
6352026-05-12T14:25:16.551Z Downloaded crunchy v0.2.4
6362026-05-12T14:25:16.551Z Downloaded backon v1.6.0
6372026-05-12T14:25:16.554Z Downloaded arrayref v0.3.9
6382026-05-12T14:25:16.554Z Downloaded endian-type v0.1.2
6392026-05-12T14:25:16.555Z Downloaded dirs-next v2.0.0
6402026-05-12T14:25:16.555Z Downloaded ciborium-ll v0.2.2
6412026-05-12T14:25:16.557Z Downloaded data-encoding v2.10.0
6422026-05-12T14:25:16.557Z Downloaded darling v0.23.0
6432026-05-12T14:25:16.561Z Downloaded fd-lock v4.0.4
6442026-05-12T14:25:16.567Z Downloaded futures-task v0.3.32
6452026-05-12T14:25:16.570Z Downloaded foreign-types-shared v0.1.1
6462026-05-12T14:25:16.570Z Downloaded foreign-types v0.3.2
6472026-05-12T14:25:16.574Z Downloaded dirs-sys-next v0.1.2
6482026-05-12T14:25:16.574Z Downloaded cbc v0.1.2
6492026-05-12T14:25:16.578Z Downloaded display-error-chain v0.2.2
6502026-05-12T14:25:16.578Z Downloaded cipher v0.4.4
6512026-05-12T14:25:16.581Z Downloaded deranged v0.5.8
6522026-05-12T14:25:16.581Z Downloaded futures-core v0.3.32
6532026-05-12T14:25:16.581Z Downloaded fxhash v0.2.1
6542026-05-12T14:25:16.584Z Downloaded ctr v0.9.2
6552026-05-12T14:25:16.584Z Downloaded base64ct v1.8.3
6562026-05-12T14:25:16.588Z Downloaded daft v0.1.5
6572026-05-12T14:25:16.588Z Downloaded curve25519-dalek-derive v0.1.1
6582026-05-12T14:25:16.588Z Downloaded gethostname v0.5.0
6592026-05-12T14:25:16.588Z Downloaded funty v2.0.0
6602026-05-12T14:25:16.591Z Downloaded convert_case v0.10.0
6612026-05-12T14:25:16.591Z Downloaded dunce v1.0.5
6622026-05-12T14:25:16.591Z Downloaded buf-list v1.1.2
6632026-05-12T14:25:16.591Z Downloaded const_format_proc_macros v0.2.34
6642026-05-12T14:25:16.594Z Downloaded headers-core v0.3.0
6652026-05-12T14:25:16.595Z Downloaded globwalk v0.9.1
6662026-05-12T14:25:16.595Z Downloaded git-stub v1.0.0
6672026-05-12T14:25:16.598Z Downloaded flagset v0.4.7
6682026-05-12T14:25:16.598Z Downloaded hash32 v0.2.1
6692026-05-12T14:25:16.603Z Downloaded hex v0.4.3
6702026-05-12T14:25:16.603Z Downloaded der v0.7.10
6712026-05-12T14:25:16.606Z Downloaded foldhash v0.2.0
6722026-05-12T14:25:16.606Z Downloaded daft-derive v0.1.5
6732026-05-12T14:25:16.606Z Downloaded filetime v0.2.27
6742026-05-12T14:25:16.609Z Downloaded constant_time_eq v0.4.2
6752026-05-12T14:25:16.609Z Downloaded enum-as-inner v0.6.1
6762026-05-12T14:25:16.609Z Downloaded crc32fast v1.5.0
6772026-05-12T14:25:16.612Z Downloaded bit-vec v0.6.3
6782026-05-12T14:25:16.612Z Downloaded fixedbitset v0.4.2
6792026-05-12T14:25:16.612Z Downloaded embedded-io v0.6.1
6802026-05-12T14:25:16.615Z Downloaded document-features v0.2.12
6812026-05-12T14:25:16.615Z Downloaded cexpr v0.6.0
6822026-05-12T14:25:16.615Z Downloaded float-ord v0.3.2
6832026-05-12T14:25:16.618Z Downloaded defmt v1.0.1
6842026-05-12T14:25:16.618Z Downloaded http-range v0.1.5
6852026-05-12T14:25:16.622Z Downloaded hostname v0.3.1
6862026-05-12T14:25:16.622Z Downloaded http-body v1.0.1
6872026-05-12T14:25:16.622Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-05-12T14:25:16.622Z Downloaded hex-literal v0.4.1
6892026-05-12T14:25:16.626Z Downloaded ed25519 v2.2.3
6902026-05-12T14:25:16.626Z Downloaded downcast-rs v2.0.2
6912026-05-12T14:25:16.626Z Downloaded darling_core v0.20.11
6922026-05-12T14:25:16.629Z Downloaded env_filter v1.0.0
6932026-05-12T14:25:16.629Z Downloaded ena v0.14.4
6942026-05-12T14:25:16.632Z Downloaded async-trait v0.1.89
6952026-05-12T14:25:16.632Z Downloaded fs-err v2.11.0
6962026-05-12T14:25:16.635Z Downloaded hubpack_derive v0.1.1
6972026-05-12T14:25:16.635Z Downloaded hash32 v0.3.1
6982026-05-12T14:25:16.635Z Downloaded futures-io v0.3.32
6992026-05-12T14:25:16.635Z Downloaded fallible-iterator v0.2.0
7002026-05-12T14:25:16.638Z Downloaded fs_extra v1.3.0
7012026-05-12T14:25:16.638Z Downloaded httpdate v1.0.3
7022026-05-12T14:25:16.638Z Downloaded bitfield v0.19.4
7032026-05-12T14:25:16.641Z Downloaded hostname v0.4.2
7042026-05-12T14:25:16.641Z Downloaded fixedbitset v0.5.7
7052026-05-12T14:25:16.641Z Downloaded foldhash v0.1.5
7062026-05-12T14:25:16.645Z Downloaded ff v0.13.1
7072026-05-12T14:25:16.645Z Downloaded compression-codecs v0.4.37
7082026-05-12T14:25:16.649Z Downloaded cookie_store v0.22.1
7092026-05-12T14:25:16.649Z Downloaded futures-macro v0.3.32
7102026-05-12T14:25:16.649Z Downloaded ecdsa v0.16.9
7112026-05-12T14:25:16.653Z Downloaded futures-executor v0.3.32
7122026-05-12T14:25:16.653Z Downloaded colored v2.2.0
7132026-05-12T14:25:16.653Z Downloaded hyper-tls v0.6.0
7142026-05-12T14:25:16.653Z Downloaded camino-tempfile-ext v0.3.3
7152026-05-12T14:25:16.658Z Downloaded darling v0.20.11
7162026-05-12T14:25:16.658Z Downloaded indoc v1.0.9
7172026-05-12T14:25:16.661Z Downloaded inout v0.1.4
7182026-05-12T14:25:16.662Z Downloaded indent_write v2.2.0
7192026-05-12T14:25:16.662Z Downloaded ident_case v1.0.1
7202026-05-12T14:25:16.662Z Downloaded erased-serde v0.3.31
7212026-05-12T14:25:16.662Z Downloaded defmt-macros v1.0.1
7222026-05-12T14:25:16.665Z Downloaded find-msvc-tools v0.1.9
7232026-05-12T14:25:16.665Z Downloaded group v0.13.0
7242026-05-12T14:25:16.668Z Downloaded globset v0.4.18
7252026-05-12T14:25:16.668Z Downloaded csv-core v0.1.13
7262026-05-12T14:25:16.672Z Downloaded is_ci v1.2.0
7272026-05-12T14:25:16.672Z Downloaded instant v0.1.13
7282026-05-12T14:25:16.672Z Downloaded instability v0.3.11
7292026-05-12T14:25:16.675Z Downloaded internet-checksum v0.2.1
7302026-05-12T14:25:16.675Z Downloaded chacha20poly1305 v0.10.1
7312026-05-12T14:25:16.675Z Downloaded git-stub-vcs v0.1.0
7322026-05-12T14:25:16.675Z Downloaded diesel-dtrace v0.5.0
7332026-05-12T14:25:16.675Z Downloaded home v0.5.12
7342026-05-12T14:25:16.678Z Downloaded cookie v0.18.1
7352026-05-12T14:25:16.681Z Downloaded lalrpop-util v0.19.12
7362026-05-12T14:25:16.681Z Downloaded cmake v0.1.57
7372026-05-12T14:25:16.681Z Downloaded cancel-safe-futures v0.1.5
7382026-05-12T14:25:16.684Z Downloaded env_logger v0.11.9
7392026-05-12T14:25:16.685Z Downloaded crossbeam-utils v0.8.21
7402026-05-12T14:25:16.688Z Downloaded keccak v0.1.6
7412026-05-12T14:25:16.688Z Downloaded highway v1.3.0
7422026-05-12T14:25:16.688Z Downloaded blowfish v0.9.1
7432026-05-12T14:25:16.691Z Downloaded ghash v0.5.1
7442026-05-12T14:25:16.691Z Downloaded kstat-rs v0.2.4
7452026-05-12T14:25:16.691Z Downloaded bitflags v1.3.2
7462026-05-12T14:25:16.694Z Downloaded lazy_static v1.5.0
7472026-05-12T14:25:16.695Z Downloaded chacha20 v0.10.0
7482026-05-12T14:25:16.695Z Downloaded bzip2 v0.6.1
7492026-05-12T14:25:16.698Z Downloaded crypto-bigint v0.5.5
7502026-05-12T14:25:16.701Z Downloaded hubpack v0.1.2
7512026-05-12T14:25:16.701Z Downloaded ahash v0.8.12
7522026-05-12T14:25:16.704Z Downloaded crossbeam-epoch v0.9.18
7532026-05-12T14:25:16.704Z Downloaded derive_builder v0.20.2
7542026-05-12T14:25:16.707Z Downloaded linked-hash-map v0.5.6
7552026-05-12T14:25:16.707Z Downloaded corncobs v0.1.4
7562026-05-12T14:25:16.710Z Downloaded lru v0.12.5
7572026-05-12T14:25:16.710Z Downloaded match_cfg v0.1.0
7582026-05-12T14:25:16.710Z Downloaded maplit v1.0.2
7592026-05-12T14:25:16.713Z Downloaded lzss v0.8.2
7602026-05-12T14:25:16.713Z Downloaded futures-channel v0.3.32
7612026-05-12T14:25:16.713Z Downloaded managed v0.8.0
7622026-05-12T14:25:16.716Z Downloaded hyper-staticfile v0.10.1
7632026-05-12T14:25:16.716Z Downloaded memoffset v0.9.1
7642026-05-12T14:25:16.716Z Downloaded const-oid v0.9.6
7652026-05-12T14:25:16.719Z Downloaded lru-cache v0.1.2
7662026-05-12T14:25:16.719Z Downloaded md5 v0.7.0
7672026-05-12T14:25:16.719Z Downloaded humantime v2.3.0
7682026-05-12T14:25:16.723Z Downloaded async-compression v0.4.41
7692026-05-12T14:25:16.726Z Downloaded elliptic-curve v0.13.8
7702026-05-12T14:25:16.729Z Downloaded ingot v0.1.1
7712026-05-12T14:25:16.729Z Downloaded half v1.8.3
7722026-05-12T14:25:16.729Z Downloaded indoc v2.0.7
7732026-05-12T14:25:16.733Z Downloaded ingot-types v0.1.2
7742026-05-12T14:25:16.733Z Downloaded getrandom v0.2.17
7752026-05-12T14:25:16.736Z Downloaded newtype_derive v0.1.6
7762026-05-12T14:25:16.736Z Downloaded newtype-uuid-macros v0.1.0
7772026-05-12T14:25:16.736Z Downloaded multimap v0.10.1
7782026-05-12T14:25:16.736Z Downloaded hmac v0.12.1
7792026-05-12T14:25:16.739Z Downloaded derive_builder_core v0.20.2
7802026-05-12T14:25:16.739Z Downloaded crc-any v2.5.0
7812026-05-12T14:25:16.739Z Downloaded maybe-uninit v2.0.0
7822026-05-12T14:25:16.743Z Downloaded lru-slab v0.1.2
7832026-05-12T14:25:16.743Z Downloaded console v0.15.11
7842026-05-12T14:25:16.743Z Downloaded bzip2 v0.4.4
7852026-05-12T14:25:16.746Z Downloaded newline-converter v0.3.0
7862026-05-12T14:25:16.746Z Downloaded new_debug_unreachable v1.0.6
7872026-05-12T14:25:16.746Z Downloaded nibble_vec v0.1.0
7882026-05-12T14:25:16.749Z Downloaded normalize-line-endings v0.3.0
7892026-05-12T14:25:16.749Z Downloaded diff v0.1.13
7902026-05-12T14:25:16.749Z Downloaded nonempty v0.12.0
7912026-05-12T14:25:16.752Z Downloaded jobserver v0.1.34
7922026-05-12T14:25:16.752Z Downloaded is-terminal v0.4.17
7932026-05-12T14:25:16.752Z Downloaded ipnet v2.11.0
7942026-05-12T14:25:16.755Z Downloaded num-conv v0.2.0
7952026-05-12T14:25:16.755Z Downloaded libscf-sys v1.1.0
7962026-05-12T14:25:16.755Z Downloaded libefi-sys v0.1.0
7972026-05-12T14:25:16.755Z Downloaded drift v0.1.4
7982026-05-12T14:25:16.760Z Downloaded num_enum_derive v0.5.11
7992026-05-12T14:25:16.763Z Downloaded num-derive v0.3.3
8002026-05-12T14:25:16.763Z Downloaded nodrop v0.1.14
8012026-05-12T14:25:16.763Z Downloaded libsw-core v0.3.2
8022026-05-12T14:25:16.768Z Downloaded num v0.4.3
8032026-05-12T14:25:16.768Z Downloaded httparse v1.10.1
8042026-05-12T14:25:16.768Z Downloaded num_threads v0.1.7
8052026-05-12T14:25:16.772Z Downloaded libsw v3.5.0
8062026-05-12T14:25:16.772Z Downloaded linear-map v1.2.0
8072026-05-12T14:25:16.772Z Downloaded allocator-api2 v0.2.21
8082026-05-12T14:25:16.772Z Downloaded fatfs v0.3.6
8092026-05-12T14:25:16.777Z Downloaded impl-trait-for-tuples v0.2.3
8102026-05-12T14:25:16.777Z Downloaded openssl-probe v0.1.6
8112026-05-12T14:25:16.777Z Downloaded openssl-probe v0.2.1
8122026-05-12T14:25:16.780Z Downloaded md-5 v0.10.6
8132026-05-12T14:25:16.780Z Downloaded lock_api v0.4.14
8142026-05-12T14:25:16.780Z Downloaded olpc-cjson v0.1.4
8152026-05-12T14:25:16.780Z Downloaded getrandom v0.3.4
8162026-05-12T14:25:16.783Z Downloaded opaque-debug v0.3.1
8172026-05-12T14:25:16.783Z Downloaded glob v0.3.3
8182026-05-12T14:25:16.783Z Downloaded base64 v0.21.7
8192026-05-12T14:25:16.786Z Downloaded http-body-util v0.1.3
8202026-05-12T14:25:16.786Z Downloaded futures v0.3.32
8212026-05-12T14:25:16.789Z Downloaded ipnetwork v0.21.1
8222026-05-12T14:25:16.792Z Downloaded half v2.7.1
8232026-05-12T14:25:16.792Z Downloaded des v0.8.1
8242026-05-12T14:25:16.795Z Downloaded packed_struct_codegen v0.10.1
8252026-05-12T14:25:16.795Z Downloaded ingot-macros v0.1.1
8262026-05-12T14:25:16.795Z Downloaded oso-derive v0.27.3
8272026-05-12T14:25:16.798Z Downloaded parse-size v1.1.0
8282026-05-12T14:25:16.798Z Downloaded flume v0.11.1
8292026-05-12T14:25:16.801Z Downloaded iana-time-zone v0.1.65
8302026-05-12T14:25:16.801Z Downloaded hyper-rustls v0.27.7
8312026-05-12T14:25:16.830Z Downloaded arc-swap v1.8.2
8322026-05-12T14:25:16.830Z Downloaded newtype-uuid v1.3.2
8332026-05-12T14:25:16.830Z Downloaded native-tls v0.2.18
8342026-05-12T14:25:16.830Z Downloaded multer v3.1.0
8352026-05-12T14:25:16.830Z Downloaded nanorand v0.7.0
8362026-05-12T14:25:16.830Z Downloaded dropshot_endpoint v0.17.0
8372026-05-12T14:25:16.830Z Downloaded peg-runtime v0.8.5
8382026-05-12T14:25:16.830Z Downloaded pbkdf2 v0.12.2
8392026-05-12T14:25:16.830Z Downloaded path-slash v0.1.5
8402026-05-12T14:25:16.830Z Downloaded parse-display v0.10.0
8412026-05-12T14:25:16.830Z Downloaded pbkdf2 v0.11.0
8422026-05-12T14:25:16.830Z Downloaded num-complex v0.4.6
8432026-05-12T14:25:16.830Z Downloaded nu-ansi-term v0.50.3
8442026-05-12T14:25:16.830Z Downloaded bytes v1.11.1
8452026-05-12T14:25:16.830Z Downloaded blake2 v0.10.6
8462026-05-12T14:25:16.830Z Downloaded base64 v0.22.1
8472026-05-12T14:25:16.830Z Downloaded num_enum v0.7.5
8482026-05-12T14:25:16.831Z Downloaded num-rational v0.4.2
8492026-05-12T14:25:16.834Z Downloaded num-derive v0.4.2
8502026-05-12T14:25:16.834Z Downloaded pin-utils v0.1.0
8512026-05-12T14:25:16.834Z Downloaded phf_shared v0.12.1
8522026-05-12T14:25:16.834Z Downloaded num-iter v0.1.45
8532026-05-12T14:25:16.834Z Downloaded phf_shared v0.13.1
8542026-05-12T14:25:16.834Z Downloaded compact_str v0.8.1
8552026-05-12T14:25:16.834Z Downloaded phf_shared v0.11.3
8562026-05-12T14:25:16.837Z Downloaded colored v3.1.1
8572026-05-12T14:25:16.837Z Downloaded bumpalo v3.20.2
8582026-05-12T14:25:16.840Z Downloaded openssl-macros v0.1.1
8592026-05-12T14:25:16.843Z Downloaded num_enum v0.5.11
8602026-05-12T14:25:16.846Z Downloaded num_enum_derive v0.7.5
8612026-05-12T14:25:16.846Z Downloaded num-integer v0.1.46
8622026-05-12T14:25:16.851Z Downloaded predicates-core v1.0.10
8632026-05-12T14:25:16.851Z Downloaded precomputed-hash v0.1.1
8642026-05-12T14:25:16.851Z Downloaded libloading v0.8.9
8652026-05-12T14:25:16.854Z Downloaded memmap2 v0.9.10
8662026-05-12T14:25:16.857Z Downloaded mime_guess v2.0.5
8672026-05-12T14:25:16.871Z Downloaded proc-macro-error-attr2 v2.0.0
8682026-05-12T14:25:16.874Z Downloaded paste v1.0.15
8692026-05-12T14:25:16.874Z Downloaded oxnet v0.1.4
8702026-05-12T14:25:16.879Z Downloaded oxide-tokio-rt v0.1.4
8712026-05-12T14:25:16.879Z Downloaded owo-colors v4.3.0
8722026-05-12T14:25:16.882Z Downloaded mime v0.3.17
8732026-05-12T14:25:16.882Z Downloaded password-hash v0.5.0
8742026-05-12T14:25:16.882Z Downloaded password-hash v0.4.2
8752026-05-12T14:25:16.882Z Downloaded parse-display-derive v0.10.0
8762026-05-12T14:25:16.882Z Downloaded indexmap v1.9.3
8772026-05-12T14:25:16.885Z Downloaded heapless v0.7.17
8782026-05-12T14:25:16.888Z Downloaded progenitor-macro v0.14.0
8792026-05-12T14:25:16.888Z Downloaded progenitor-macro v0.13.0
8802026-05-12T14:25:16.888Z Downloaded psl-types v2.0.11
8812026-05-12T14:25:16.888Z Downloaded progenitor-macro v0.11.2
8822026-05-12T14:25:16.891Z Downloaded progenitor-client v0.14.0
8832026-05-12T14:25:16.891Z Downloaded progenitor-client v0.11.2
8842026-05-12T14:25:16.891Z Downloaded progenitor-client v0.10.0
8852026-05-12T14:25:16.891Z Downloaded parking_lot_core v0.8.6
8862026-05-12T14:25:16.894Z Downloaded quick-error v1.2.3
8872026-05-12T14:25:16.894Z Downloaded ed25519-dalek v2.2.0
8882026-05-12T14:25:16.898Z Downloaded pem-rfc7468 v0.7.0
8892026-05-12T14:25:16.898Z Downloaded cc v1.2.56
8902026-05-12T14:25:16.902Z Downloaded ar_archive_writer v0.5.1
8912026-05-12T14:25:16.902Z Downloaded pem v3.0.6
8922026-05-12T14:25:16.905Z Downloaded phf v0.13.1
8932026-05-12T14:25:16.905Z Downloaded phf v0.12.1
8942026-05-12T14:25:16.905Z Downloaded peg v0.8.5
8952026-05-12T14:25:16.909Z Downloaded headers v0.4.1
8962026-05-12T14:25:16.909Z Downloaded pin-project-lite v0.2.17
8972026-05-12T14:25:16.912Z Downloaded radium v0.7.0
8982026-05-12T14:25:16.915Z Downloaded pin-project-internal v1.1.11
8992026-05-12T14:25:16.915Z Downloaded rand_chacha v0.3.1
9002026-05-12T14:25:16.915Z Downloaded derive_more-impl v2.1.1
9012026-05-12T14:25:16.918Z Downloaded crossbeam-channel v0.5.15
9022026-05-12T14:25:16.921Z Downloaded pkg-config v0.3.32
9032026-05-12T14:25:16.921Z Downloaded predicates v3.1.4
9042026-05-12T14:25:16.925Z Downloaded litrs v1.0.0
9052026-05-12T14:25:16.925Z Downloaded pkcs8 v0.10.2
9062026-05-12T14:25:16.928Z Downloaded flate2 v1.1.9
9072026-05-12T14:25:16.931Z Downloaded const_format v0.2.35
9082026-05-12T14:25:16.931Z Downloaded parking_lot v0.12.5
9092026-05-12T14:25:16.934Z Downloaded proc-macro-crate v3.4.0
9102026-05-12T14:25:16.934Z Downloaded proc-macro-crate v1.3.1
9112026-05-12T14:25:16.934Z Downloaded recursive v0.1.1
9122026-05-12T14:25:16.937Z Downloaded rand_xorshift v0.4.0
9132026-05-12T14:25:16.937Z Downloaded ppv-lite86 v0.2.21
9142026-05-12T14:25:16.937Z Downloaded postgres-protocol v0.6.10
9152026-05-12T14:25:16.940Z Downloaded ref-cast v1.0.25
9162026-05-12T14:25:16.940Z Downloaded recursive-proc-macro-impl v0.1.1
9172026-05-12T14:25:16.940Z Downloaded ref-cast-impl v1.0.25
9182026-05-12T14:25:16.943Z Downloaded primeorder v0.13.6
9192026-05-12T14:25:16.943Z Downloaded predicates-tree v1.0.13
9202026-05-12T14:25:16.943Z Downloaded powerfmt v0.2.0
9212026-05-12T14:25:16.946Z Downloaded packed_struct v0.10.1
9222026-05-12T14:25:16.946Z Downloaded heapless v0.8.0
9232026-05-12T14:25:16.949Z Downloaded parking_lot_core v0.9.12
9242026-05-12T14:25:16.949Z Downloaded progenitor-macro v0.10.0
9252026-05-12T14:25:16.949Z Downloaded progenitor-client v0.13.0
9262026-05-12T14:25:16.958Z Downloaded progenitor v0.13.0
9272026-05-12T14:25:16.958Z Downloaded peg-macros v0.8.5
9282026-05-12T14:25:16.958Z Downloaded hickory-resolver v0.25.2
9292026-05-12T14:25:16.958Z Downloaded progenitor v0.10.0
9302026-05-12T14:25:16.961Z Downloaded proc-macro-error2 v2.0.1
9312026-05-12T14:25:16.961Z Downloaded progenitor-extras v0.2.0
9322026-05-12T14:25:16.961Z Downloaded progenitor v0.14.0
9332026-05-12T14:25:16.963Z Downloaded rfc6979 v0.4.0
9342026-05-12T14:25:16.963Z Downloaded libbz2-rs-sys v0.2.2
9352026-05-12T14:25:16.975Z Downloaded r2d2 v0.8.10
9362026-05-12T14:25:16.978Z Downloaded russh-cryptovec v0.7.3
9372026-05-12T14:25:16.978Z Downloaded rtoolbox v0.0.3
9382026-05-12T14:25:16.984Z Downloaded rand_core v0.10.0
9392026-05-12T14:25:16.986Z Downloaded pkcs5 v0.7.1
9402026-05-12T14:25:16.989Z Downloaded rustc-hash v2.1.1
9412026-05-12T14:25:16.990Z Downloaded rustc_version v0.1.7
9422026-05-12T14:25:16.990Z Downloaded rustc_version v0.4.1
9432026-05-12T14:25:16.992Z Downloaded pkcs1 v0.7.5
9442026-05-12T14:25:16.992Z Downloaded salsa20 v0.10.2
9452026-05-12T14:25:16.995Z Downloaded rand_core v0.9.5
9462026-05-12T14:25:16.995Z Downloaded ignore v0.4.25
9472026-05-12T14:25:16.995Z Downloaded rand_chacha v0.9.0
9482026-05-12T14:25:16.998Z Downloaded omicron-zone-package v0.12.2
9492026-05-12T14:25:16.998Z Downloaded postcard v1.1.3
9502026-05-12T14:25:17.001Z Downloaded miniz_oxide v0.8.9
9512026-05-12T14:25:17.004Z Downloaded parking_lot v0.11.2
9522026-05-12T14:25:17.004Z Downloaded postgres-types v0.2.12
9532026-05-12T14:25:17.008Z Downloaded rand_core v0.6.4
9542026-05-12T14:25:17.009Z Downloaded p256 v0.13.2
9552026-05-12T14:25:17.012Z Downloaded oso v0.27.3
9562026-05-12T14:25:17.012Z Downloaded indicatif v0.18.4
9572026-05-12T14:25:17.015Z Downloaded scheduled-thread-pool v0.2.7
9582026-05-12T14:25:17.015Z Downloaded same-file v1.0.6
9592026-05-12T14:25:17.018Z Downloaded scopeguard v1.2.0
9602026-05-12T14:25:17.018Z Downloaded sapling-renderdag v0.1.0
9612026-05-12T14:25:17.018Z Downloaded papergrid v0.17.0
9622026-05-12T14:25:17.023Z Downloaded secrecy v0.8.0
9632026-05-12T14:25:17.026Z Downloaded secrecy v0.10.3
9642026-05-12T14:25:17.026Z Downloaded scroll_derive v0.13.1
9652026-05-12T14:25:17.026Z Downloaded serde-big-array v0.5.1
9662026-05-12T14:25:17.029Z Downloaded scrypt v0.11.0
9672026-05-12T14:25:17.029Z Downloaded resolv-conf v0.7.6
9682026-05-12T14:25:17.032Z Downloaded progenitor v0.11.2
9692026-05-12T14:25:17.032Z Downloaded diesel_derives v2.3.7
9702026-05-12T14:25:17.035Z Downloaded psm v0.1.30
9712026-05-12T14:25:17.038Z Downloaded http v1.4.0
9722026-05-12T14:25:17.041Z Downloaded jiff-static v0.2.21
9732026-05-12T14:25:17.041Z Downloaded polyval v0.6.2
9742026-05-12T14:25:17.044Z Downloaded rustls-native-certs v0.8.3
9752026-05-12T14:25:17.044Z Downloaded seq-macro v0.3.6
9762026-05-12T14:25:17.048Z Downloaded serde_repr v0.1.20
9772026-05-12T14:25:17.051Z Downloaded serde_urlencoded v0.7.1
9782026-05-12T14:25:17.051Z Downloaded rusty-fork v0.3.1
9792026-05-12T14:25:17.051Z Downloaded rustversion v1.0.22
9802026-05-12T14:25:17.051Z Downloaded aes v0.8.4
9812026-05-12T14:25:17.054Z Downloaded openssl-sys v0.9.114
9822026-05-12T14:25:17.057Z Downloaded rustls-pemfile v1.0.4
9832026-05-12T14:25:17.060Z Downloaded quinn-udp v0.5.14
9842026-05-12T14:25:17.060Z Downloaded serde_spanned v1.0.4
9852026-05-12T14:25:17.063Z Downloaded rustls-pemfile v2.2.0
9862026-05-12T14:25:17.063Z Downloaded sha1 v0.10.6
9872026-05-12T14:25:17.063Z Downloaded serde_plain v1.0.2
9882026-05-12T14:25:17.067Z Downloaded signature v2.2.0
9892026-05-12T14:25:17.067Z Downloaded crossterm v0.28.1
9902026-05-12T14:25:17.069Z Downloaded signal-hook-mio v0.2.5
9912026-05-12T14:25:17.074Z Downloaded sigpipe v0.1.3
9922026-05-12T14:25:17.074Z Downloaded minimal-lexical v0.2.1
9932026-05-12T14:25:17.076Z Downloaded prefix-trie v0.7.0
9942026-05-12T14:25:17.079Z Downloaded hashbrown v0.12.3
9952026-05-12T14:25:17.082Z Downloaded signal-hook-tokio v0.3.1
9962026-05-12T14:25:17.082Z Downloaded shell-words v1.1.1
9972026-05-12T14:25:17.082Z Downloaded rand_seeder v0.4.0
9982026-05-12T14:25:17.082Z Downloaded progenitor-impl v0.14.0
9992026-05-12T14:25:17.085Z Downloaded progenitor-impl v0.11.2
10002026-05-12T14:25:17.088Z Downloaded slog-bunyan v2.5.0
10012026-05-12T14:25:17.088Z Downloaded expectorate v1.2.0
10022026-05-12T14:25:17.088Z Downloaded serde_bytes v0.11.19
10032026-05-12T14:25:17.092Z Downloaded semver v0.1.20
10042026-05-12T14:25:17.092Z Downloaded pin-project v1.1.11
10052026-05-12T14:25:17.098Z Downloaded siphasher v1.0.2
10062026-05-12T14:25:17.101Z Downloaded sec1 v0.7.3
10072026-05-12T14:25:17.101Z Downloaded progenitor-impl v0.13.0
10082026-05-12T14:25:17.104Z Downloaded progenitor-impl v0.10.0
10092026-05-12T14:25:17.104Z Downloaded hickory-server v0.25.2
10102026-05-12T14:25:17.107Z Downloaded dropshot-api-manager v0.7.1
10112026-05-12T14:25:17.110Z Downloaded serde-hex v0.1.0
10122026-05-12T14:25:17.110Z Downloaded serde_path_to_error v0.1.20
10132026-05-12T14:25:17.113Z Downloaded slog-envlogger v2.2.0
10142026-05-12T14:25:17.118Z Downloaded ssh-cipher v0.2.0
10152026-05-12T14:25:17.118Z Downloaded poly1305 v0.8.0
10162026-05-12T14:25:17.121Z Downloaded hyper-util v0.1.20
10172026-05-12T14:25:17.124Z Downloaded hickory-resolver v0.24.4
10182026-05-12T14:25:17.129Z Downloaded ssh-encoding v0.2.0
10192026-05-12T14:25:17.132Z Downloaded sqlparser_derive v0.5.0
10202026-05-12T14:25:17.132Z Downloaded signal-hook-registry v1.4.8
10212026-05-12T14:25:17.135Z Downloaded russh-keys v0.45.0
10222026-05-12T14:25:17.135Z Downloaded strum v0.26.3
10232026-05-12T14:25:17.138Z Downloaded structmeta v0.3.0
10242026-05-12T14:25:17.138Z Downloaded simd-adler32 v0.3.8
10252026-05-12T14:25:17.138Z Downloaded prettyplease v0.2.37
10262026-05-12T14:25:17.141Z Downloaded shlex v1.3.0
10272026-05-12T14:25:17.144Z Downloaded strip-ansi-escapes v0.2.1
10282026-05-12T14:25:17.144Z Downloaded structmeta-derive v0.3.0
10292026-05-12T14:25:17.149Z Downloaded hashbrown v0.13.2
10302026-05-12T14:25:17.153Z Downloaded subtle v2.6.1
10312026-05-12T14:25:17.156Z Downloaded tagptr v0.2.0
10322026-05-12T14:25:17.156Z Downloaded supports-color v3.0.2
10332026-05-12T14:25:17.159Z Downloaded slog-dtrace v0.3.0
10342026-05-12T14:25:17.159Z Downloaded schemars_derive v0.8.22
10352026-05-12T14:25:17.162Z Downloaded tabwriter v1.4.1
10362026-05-12T14:25:17.165Z Downloaded sync_wrapper v1.0.2
10372026-05-12T14:25:17.165Z Downloaded strum v0.27.2
10382026-05-12T14:25:17.165Z Downloaded sct v0.7.1
10392026-05-12T14:25:17.168Z Downloaded slog-async v2.8.0
10402026-05-12T14:25:17.171Z Downloaded termtree v0.5.1
10412026-05-12T14:25:17.171Z Downloaded slab v0.4.12
10422026-05-12T14:25:17.171Z Downloaded tap v1.0.1
10432026-05-12T14:25:17.174Z Downloaded scroll v0.13.0
10442026-05-12T14:25:17.174Z Downloaded take_mut v0.2.2
10452026-05-12T14:25:17.174Z Downloaded sync-ptr v0.1.4
10462026-05-12T14:25:17.174Z Downloaded smallvec v0.6.14
10472026-05-12T14:25:17.177Z Downloaded aes-gcm v0.10.3
10482026-05-12T14:25:17.180Z Downloaded ron v0.8.1
10492026-05-12T14:25:17.184Z Downloaded slog-term v2.9.2
10502026-05-12T14:25:17.184Z Downloaded slog-scope v4.4.1
10512026-05-12T14:25:17.187Z Downloaded sqlformat v0.3.5
10522026-05-12T14:25:17.187Z Downloaded spki v0.7.3
10532026-05-12T14:25:17.189Z Downloaded thread-id v5.1.0
10542026-05-12T14:25:17.189Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-12T14:25:17.189Z Downloaded testing_table v0.3.0
10562026-05-12T14:25:17.189Z Downloaded smf v0.2.3
10572026-05-12T14:25:17.193Z Downloaded time-core v0.1.8
10582026-05-12T14:25:17.193Z Downloaded slog-json v2.6.1
10592026-05-12T14:25:17.193Z Downloaded serde_cbor v0.11.2
10602026-05-12T14:25:17.196Z Downloaded slog-stdlog v4.1.1
10612026-05-12T14:25:17.199Z Downloaded itertools v0.10.5
10622026-05-12T14:25:17.202Z Downloaded serde_with_macros v3.17.0
10632026-05-12T14:25:17.204Z Downloaded rustls-pki-types v1.14.0
10642026-05-12T14:25:17.207Z Downloaded rustls-platform-verifier v0.6.2
10652026-05-12T14:25:17.210Z Downloaded tinyvec_macros v0.1.1
10662026-05-12T14:25:17.210Z Downloaded stringprep v0.1.5
10672026-05-12T14:25:17.213Z Downloaded string_cache v0.8.9
10682026-05-12T14:25:17.214Z Downloaded static_assertions v1.1.0
10692026-05-12T14:25:17.214Z Downloaded tokio-macros v2.7.0
10702026-05-12T14:25:17.217Z Downloaded rayon-core v1.13.0
10712026-05-12T14:25:17.219Z Downloaded rcgen v0.12.1
10722026-05-12T14:25:17.220Z Downloaded hashbrown v0.15.5
10732026-05-12T14:25:17.223Z Downloaded strum_macros v0.26.4
10742026-05-12T14:25:17.226Z Downloaded schemars v0.8.22
10752026-05-12T14:25:17.232Z Downloaded tabled_derive v0.11.0
10762026-05-12T14:25:17.235Z Downloaded publicsuffix v2.3.0
10772026-05-12T14:25:17.235Z Downloaded pretty_assertions v1.4.1
10782026-05-12T14:25:17.238Z Downloaded strum_macros v0.24.3
10792026-05-12T14:25:17.238Z Downloaded support-bundle-viewer v0.1.2
10802026-05-12T14:25:17.241Z Downloaded crossterm v0.29.0
10812026-05-12T14:25:17.244Z Downloaded nom v7.1.3
10822026-05-12T14:25:17.247Z Downloaded serde_derive_internals v0.29.1
10832026-05-12T14:25:17.250Z Downloaded quinn v0.11.9
10842026-05-12T14:25:17.250Z Downloaded ryu v1.0.23
10852026-05-12T14:25:17.254Z Downloaded thread_local v1.1.9
10862026-05-12T14:25:17.257Z Downloaded thiserror-no-std v2.0.2
10872026-05-12T14:25:17.257Z Downloaded termios v0.3.3
10882026-05-12T14:25:17.260Z Downloaded tower-service v0.3.3
10892026-05-12T14:25:17.260Z Downloaded hashbrown v0.16.1
10902026-05-12T14:25:17.262Z Downloaded try-lock v0.2.5
10912026-05-12T14:25:17.265Z Downloaded topological-sort v0.2.2
10922026-05-12T14:25:17.265Z Downloaded snafu-derive v0.8.9
10932026-05-12T14:25:17.265Z Downloaded mio v1.2.0
10942026-05-12T14:25:17.269Z Downloaded rand v0.8.6
10952026-05-12T14:25:17.272Z Downloaded signal-hook v0.3.18
10962026-05-12T14:25:17.275Z Downloaded iddqd v0.3.18
10972026-05-12T14:25:17.278Z Downloaded trait-variant v0.1.2
10982026-05-12T14:25:17.278Z Downloaded tower-layer v0.3.3
10992026-05-12T14:25:17.281Z Downloaded time-macros v0.2.27
11002026-05-12T14:25:17.281Z Downloaded tiny-keccak v2.0.2
11012026-05-12T14:25:17.284Z Downloaded stacker v0.1.23
11022026-05-12T14:25:17.284Z Downloaded serde_yaml v0.9.34+deprecated
11032026-05-12T14:25:17.287Z Downloaded unicode-truncate v1.1.0
11042026-05-12T14:25:17.290Z Downloaded tokio-dtrace v0.1.1
11052026-05-12T14:25:17.290Z Downloaded tls_codec_derive v0.4.2
11062026-05-12T14:25:17.290Z Downloaded schemars v0.9.0
11072026-05-12T14:25:17.297Z Downloaded unit-prefix v0.5.2
11082026-05-12T14:25:17.301Z Downloaded typify-macro v0.6.2
11092026-05-12T14:25:17.301Z Downloaded typify-macro v0.4.3
11102026-05-12T14:25:17.301Z Downloaded tokio-native-tls v0.3.1
11112026-05-12T14:25:17.304Z Downloaded aho-corasick v1.1.4
11122026-05-12T14:25:17.307Z Downloaded tokio-tungstenite v0.21.0
11132026-05-12T14:25:17.307Z Downloaded similar v2.7.0
11142026-05-12T14:25:17.310Z Downloaded untrusted v0.7.1
11152026-05-12T14:25:17.313Z Downloaded universal-hash v0.5.1
11162026-05-12T14:25:17.313Z Downloaded itertools v0.12.1
11172026-05-12T14:25:17.316Z Downloaded term v1.2.1
11182026-05-12T14:25:17.319Z Downloaded term v0.7.0
11192026-05-12T14:25:17.323Z Downloaded spin v0.9.8
11202026-05-12T14:25:17.323Z Downloaded socket2 v0.6.3
11212026-05-12T14:25:17.326Z Downloaded usdt-macro v0.6.0
11222026-05-12T14:25:17.326Z Downloaded usdt-attr-macro v0.6.0
11232026-05-12T14:25:17.326Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11242026-05-12T14:25:17.327Z Downloaded utf-8 v0.7.6
11252026-05-12T14:25:17.329Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11262026-05-12T14:25:17.329Z Downloaded void v1.0.2
11272026-05-12T14:25:17.329Z Downloaded socket2 v0.5.10
11282026-05-12T14:25:17.332Z Downloaded waitgroup v0.1.2
11292026-05-12T14:25:17.332Z Downloaded wait-timeout v0.2.1
11302026-05-12T14:25:17.332Z Downloaded tokio-tungstenite v0.23.1
11312026-05-12T14:25:17.336Z Downloaded num-bigint v0.4.6
11322026-05-12T14:25:17.339Z Downloaded hyper v1.8.1
11332026-05-12T14:25:17.342Z Downloaded tls_codec v0.4.2
11342026-05-12T14:25:17.342Z Downloaded rsa v0.9.10
11352026-05-12T14:25:17.345Z Downloaded rand v0.9.2
11362026-05-12T14:25:17.348Z Downloaded want v0.3.1
11372026-05-12T14:25:17.348Z Downloaded tui-tree-widget v0.23.1
11382026-05-12T14:25:17.351Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-05-12T14:25:17.351Z Downloaded libxml v0.3.3
11402026-05-12T14:25:17.354Z Downloaded h2 v0.4.13
11412026-05-12T14:25:17.358Z Downloaded unarray v0.1.4
11422026-05-12T14:25:17.361Z Downloaded futures-util v0.3.32
11432026-05-12T14:25:17.366Z Downloaded xattr v1.6.1
11442026-05-12T14:25:17.369Z Downloaded subprocess v0.2.15
11452026-05-12T14:25:17.372Z Downloaded itertools v0.14.0
11462026-05-12T14:25:17.374Z Downloaded xshell-macros v0.2.7
11472026-05-12T14:25:17.374Z Downloaded untrusted v0.9.0
11482026-05-12T14:25:17.377Z Downloaded tokio-stream v0.1.18
11492026-05-12T14:25:17.380Z Downloaded tokio-rustls v0.26.4
11502026-05-12T14:25:17.380Z Downloaded hkdf v0.12.4
11512026-05-12T14:25:17.383Z Downloaded samael v0.0.19
11522026-05-12T14:25:17.386Z Downloaded tokio-rustls v0.24.1
11532026-05-12T14:25:17.386Z Downloaded qorb v0.4.1
11542026-05-12T14:25:17.389Z Downloaded vergen-git2 v1.0.7
11552026-05-12T14:25:17.392Z Downloaded num-bigint-dig v0.8.6
11562026-05-12T14:25:17.395Z Downloaded zeroize_derive v1.4.3
11572026-05-12T14:25:17.395Z Downloaded unicase v2.9.0
11582026-05-12T14:25:17.395Z Downloaded bitvec v1.0.1
11592026-05-12T14:25:17.403Z Downloaded blake3 v1.8.3
11602026-05-12T14:25:17.409Z Downloaded usdt-impl v0.6.0
11612026-05-12T14:25:17.412Z Downloaded usdt v0.6.0
11622026-05-12T14:25:17.412Z Downloaded zone_cfg_derive v0.3.1
11632026-05-12T14:25:17.412Z Downloaded zone v0.3.1
11642026-05-12T14:25:17.412Z Downloaded russh v0.45.0
11652026-05-12T14:25:17.415Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-05-12T14:25:17.418Z Downloaded aws-lc-rs v1.16.3
11672026-05-12T14:25:17.422Z Downloaded libm v0.2.16
11682026-05-12T14:25:17.428Z Downloaded xshell v0.2.7
11692026-05-12T14:25:17.431Z Downloaded wyz v0.5.1
11702026-05-12T14:25:17.431Z Downloaded vergen-lib v0.1.6
11712026-05-12T14:25:17.434Z Downloaded unicode-properties v0.1.4
11722026-05-12T14:25:17.434Z Downloaded rustls-webpki v0.103.9
11732026-05-12T14:25:17.437Z Downloaded uzers v0.12.2
11742026-05-12T14:25:17.437Z Downloaded tracing-attributes v0.1.31
11752026-05-12T14:25:17.440Z Downloaded tinyvec v1.10.0
11762026-05-12T14:25:17.441Z Downloaded test-strategy v0.4.5
11772026-05-12T14:25:17.443Z Downloaded whoami v1.6.1
11782026-05-12T14:25:17.443Z Downloaded walkdir v2.5.0
11792026-05-12T14:25:17.446Z Downloaded whoami v2.1.0
11802026-05-12T14:25:17.446Z Downloaded toml v0.7.8
11812026-05-12T14:25:17.449Z Downloaded vergen v9.0.6
11822026-05-12T14:25:17.449Z Downloaded snafu v0.8.9
11832026-05-12T14:25:17.452Z Downloaded zeroize v1.8.2
11842026-05-12T14:25:17.455Z Downloaded vergen-gitcl v1.0.8
11852026-05-12T14:25:17.455Z Downloaded slog v2.8.2
11862026-05-12T14:25:17.458Z Downloaded tokio-rustls v0.25.0
11872026-05-12T14:25:17.458Z Downloaded p521 v0.13.3
11882026-05-12T14:25:17.461Z Downloaded zstd v0.13.3
11892026-05-12T14:25:17.464Z Downloaded strum_macros v0.27.2
11902026-05-12T14:25:17.464Z Downloaded itertools v0.13.0
11912026-05-12T14:25:17.467Z Downloaded zstd-safe v7.2.4
11922026-05-12T14:25:17.471Z Downloaded steno v0.4.1
11932026-05-12T14:25:17.473Z Downloaded iri-string v0.7.10
11942026-05-12T14:25:17.476Z Downloaded tar v0.4.45
11952026-05-12T14:25:17.479Z Downloaded toml v0.9.12+spec-1.1.0
11962026-05-12T14:25:17.482Z Downloaded toml v1.0.6+spec-1.1.0
11972026-05-12T14:25:17.485Z Downloaded yasna v0.5.2
11982026-05-12T14:25:17.488Z Downloaded zerocopy v0.6.6
11992026-05-12T14:25:17.493Z Downloaded rustyline v14.0.0
12002026-05-12T14:25:17.499Z Downloaded vte v0.14.1
12012026-05-12T14:25:17.502Z Downloaded tracing-core v0.1.36
12022026-05-12T14:25:17.505Z Downloaded vsss-rs v3.3.4
12032026-05-12T14:25:17.505Z Downloaded twox-hash v2.1.2
12042026-05-12T14:25:17.508Z Downloaded tungstenite v0.23.0
12052026-05-12T14:25:17.508Z Downloaded typify v0.4.3
12062026-05-12T14:25:17.511Z Downloaded schemars v1.2.1
12072026-05-12T14:25:17.519Z Downloaded tungstenite v0.21.0
12082026-05-12T14:25:17.525Z Downloaded reedline v0.40.0
12092026-05-12T14:25:17.535Z Downloaded uuid v1.23.0
12102026-05-12T14:25:17.546Z Downloaded rpassword v7.4.0
12112026-05-12T14:25:17.549Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-05-12T14:25:17.549Z Downloaded chrono v0.4.44
12132026-05-12T14:25:17.553Z Downloaded rand v0.10.0
12142026-05-12T14:25:17.559Z Downloaded typify v0.6.2
12152026-05-12T14:25:17.568Z Downloaded unicode-bidi v0.3.18
12162026-05-12T14:25:17.571Z Downloaded unsafe-libyaml v0.2.11
12172026-05-12T14:25:17.575Z Downloaded yansi v1.0.1
12182026-05-12T14:25:17.595Z Downloaded git2 v0.20.4
12192026-05-12T14:25:17.600Z Downloaded ssh-key v0.6.7
12202026-05-12T14:25:17.604Z Downloaded rayon v1.11.0
12212026-05-12T14:25:17.610Z Downloaded reqwest v0.12.28
12222026-05-12T14:25:17.614Z Downloaded regex v1.12.3
12232026-05-12T14:25:17.618Z Downloaded zip v0.6.6
12242026-05-12T14:25:17.621Z Downloaded unicode_categories v0.1.1
12252026-05-12T14:25:17.624Z Downloaded tokio-postgres v0.7.16
12262026-05-12T14:25:17.627Z Downloaded toml_edit v0.19.15
12272026-05-12T14:25:17.635Z Downloaded tower v0.5.3
12282026-05-12T14:25:17.640Z Downloaded zopfli v0.8.3
12292026-05-12T14:25:17.643Z Downloaded x509-cert v0.2.5
12302026-05-12T14:25:17.646Z Downloaded bindgen v0.71.1
12312026-05-12T14:25:17.649Z Downloaded p384 v0.13.1
12322026-05-12T14:25:17.652Z Downloaded zerocopy-derive v0.8.40
12332026-05-12T14:25:17.658Z Downloaded quick-xml v0.37.5
12342026-05-12T14:25:17.661Z Downloaded reqwest v0.13.2
12352026-05-12T14:25:17.665Z Downloaded unicode-normalization v0.1.25
12362026-05-12T14:25:17.668Z Downloaded portable-atomic v1.13.1
12372026-05-12T14:25:17.673Z Downloaded lalrpop v0.19.12
12382026-05-12T14:25:17.680Z Downloaded typed-path v0.9.3
12392026-05-12T14:25:17.683Z Downloaded tower-http v0.6.8
12402026-05-12T14:25:17.688Z Downloaded unicode-segmentation v1.12.0
12412026-05-12T14:25:17.691Z Downloaded tough v0.22.0
12422026-05-12T14:25:17.695Z Downloaded petname v2.0.2
12432026-05-12T14:25:17.699Z Downloaded goblin v0.10.5
12442026-05-12T14:25:17.703Z Downloaded rustls-webpki v0.101.7
12452026-05-12T14:25:17.712Z Downloaded zip v4.6.1
12462026-05-12T14:25:17.715Z Downloaded salty v0.3.0
12472026-05-12T14:25:17.719Z Downloaded rustls-webpki v0.102.8
12482026-05-12T14:25:17.730Z Downloaded tokio-util v0.7.18
12492026-05-12T14:25:17.735Z Downloaded quinn-proto v0.11.13
12502026-05-12T14:25:17.740Z Downloaded radix_trie v0.2.1
12512026-05-12T14:25:17.742Z Downloaded proptest v1.10.0
12522026-05-12T14:25:17.748Z Downloaded winnow v0.6.26
12532026-05-12T14:25:17.753Z Downloaded moka v0.12.13
12542026-05-12T14:25:17.759Z Downloaded bstr v1.12.1
12552026-05-12T14:25:17.764Z Downloaded object v0.30.4
12562026-05-12T14:25:17.770Z Downloaded openssl v0.10.78
12572026-05-12T14:25:17.776Z Downloaded polar-core v0.27.3
12582026-05-12T14:25:17.781Z Downloaded curve25519-dalek v4.1.3
12592026-05-12T14:25:17.786Z Downloaded serde_with v3.17.0
12602026-05-12T14:25:17.794Z Downloaded dropshot v0.16.7
12612026-05-12T14:25:17.807Z Downloaded winnow v0.5.40
12622026-05-12T14:25:17.816Z Downloaded vcpkg v0.2.15
12632026-05-12T14:25:17.839Z Downloaded hickory-proto v0.24.4
12642026-05-12T14:25:17.848Z Downloaded object v0.37.3
12652026-05-12T14:25:17.866Z Downloaded nix v0.27.1
12662026-05-12T14:25:17.872Z Downloaded zerocopy v0.8.40
12672026-05-12T14:25:17.879Z Downloaded time v0.3.47
12682026-05-12T14:25:17.886Z Downloaded tabled v0.20.0
12692026-05-12T14:25:17.897Z Downloaded nix v0.29.0
12702026-05-12T14:25:17.904Z Downloaded diesel v2.3.7
12712026-05-12T14:25:17.916Z Downloaded zlib-rs v0.6.2
12722026-05-12T14:25:17.919Z Downloaded rustix v0.38.44
12732026-05-12T14:25:17.933Z Downloaded nix v0.31.2
12742026-05-12T14:25:17.940Z Downloaded webpki-roots v1.0.6
12752026-05-12T14:25:17.943Z Downloaded hickory-proto v0.25.2
12762026-05-12T14:25:17.952Z Downloaded smoltcp v0.11.0
12772026-05-12T14:25:17.959Z Downloaded rustls v0.22.4
12782026-05-12T14:25:17.967Z Downloaded dropshot v0.17.0
12792026-05-12T14:25:17.981Z Downloaded openapiv3 v2.2.0
12802026-05-12T14:25:17.987Z Downloaded rustls v0.23.37
12812026-05-12T14:25:17.994Z Downloaded sqlparser v0.61.0
12822026-05-12T14:25:18.001Z Downloaded regress v0.11.1
12832026-05-12T14:25:18.007Z Downloaded smoltcp v0.9.1
12842026-05-12T14:25:18.013Z Downloaded regex-syntax v0.8.10
12852026-05-12T14:25:18.019Z Downloaded rustls v0.21.12
12862026-05-12T14:25:18.025Z Downloaded regress v0.10.5
12872026-05-12T14:25:18.031Z Downloaded typify-impl v0.6.2
12882026-05-12T14:25:18.040Z Downloaded ratatui v0.29.0
12892026-05-12T14:25:18.052Z Downloaded typify-impl v0.4.3
12902026-05-12T14:25:18.062Z Downloaded bzip2-sys v0.1.13+1.0.8
12912026-05-12T14:25:18.069Z Downloaded tracing v0.1.44
12922026-05-12T14:25:18.083Z Downloaded zerocopy-derive v0.6.6
12932026-05-12T14:25:18.089Z Downloaded regex-automata v0.4.14
12942026-05-12T14:25:18.098Z Downloaded sled v0.34.7
12952026-05-12T14:25:18.105Z Downloaded regex-syntax v0.6.29
12962026-05-12T14:25:18.108Z Downloaded nix v0.28.0
12972026-05-12T14:25:18.115Z Downloaded jiff v0.2.21
12982026-05-12T14:25:18.138Z Downloaded chrono-tz v0.10.4
12992026-05-12T14:25:18.157Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-05-12T14:25:18.166Z Downloaded petgraph v0.6.5
13012026-05-12T14:25:18.203Z Downloaded petgraph v0.8.3
13022026-05-12T14:25:18.215Z Downloaded csv v1.4.0
13032026-05-12T14:25:18.226Z Downloaded libz-sys v1.1.24
13042026-05-12T14:25:18.258Z Downloaded sha3 v0.10.8
13052026-05-12T14:25:18.266Z Downloaded tokio v1.52.1
13062026-05-12T14:25:18.289Z Downloaded ring v0.17.14
13072026-05-12T14:25:18.334Z Downloaded encoding_rs v0.8.35
13082026-05-12T14:25:18.368Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-12T14:25:18.797Z Downloaded aws-lc-sys v0.40.0
13102026-05-12T14:25:19.033Z Compiling libc v0.2.185
13112026-05-12T14:25:19.036Z Compiling serde v1.0.228
13122026-05-12T14:25:19.036Z Compiling log v0.4.29
13132026-05-12T14:25:19.036Z Compiling shlex v1.3.0
13142026-05-12T14:25:19.189Z Compiling find-msvc-tools v0.1.9
13152026-05-12T14:25:19.192Z Compiling smallvec v1.15.1
13162026-05-12T14:25:19.210Z Compiling syn v2.0.117
13172026-05-12T14:25:19.221Z Compiling typenum v1.19.0
13182026-05-12T14:25:19.378Z Compiling generic-array v0.14.7
13192026-05-12T14:25:19.392Z Compiling subtle v2.6.1
13202026-05-12T14:25:19.422Z Compiling scopeguard v1.2.0
13212026-05-12T14:25:19.477Z Compiling const-oid v0.9.6
13222026-05-12T14:25:19.504Z Compiling lock_api v0.4.14
13232026-05-12T14:25:19.528Z Compiling portable-atomic v1.13.1
13242026-05-12T14:25:19.575Z Compiling serde_json v1.0.149
13252026-05-12T14:25:19.613Z Compiling critical-section v1.2.0
13262026-05-12T14:25:19.728Z Compiling zerocopy v0.8.40
13272026-05-12T14:25:19.743Z Compiling pin-project-lite v0.2.17
13282026-05-12T14:25:19.837Z Compiling parking_lot_core v0.9.12
13292026-05-12T14:25:20.047Z Compiling getrandom v0.2.17
13302026-05-12T14:25:20.069Z Compiling jobserver v0.1.34
13312026-05-12T14:25:20.087Z Compiling errno v0.3.14
13322026-05-12T14:25:20.191Z Compiling rand_core v0.6.4
13332026-05-12T14:25:20.279Z Compiling pkg-config v0.3.32
13342026-05-12T14:25:20.313Z Compiling cc v1.2.56
13352026-05-12T14:25:20.477Z Compiling signal-hook-registry v1.4.8
13362026-05-12T14:25:20.495Z Compiling bitflags v2.11.0
13372026-05-12T14:25:20.600Z Compiling once_cell v1.21.3
13382026-05-12T14:25:20.639Z Compiling libm v0.2.16
13392026-05-12T14:25:20.726Z Compiling futures-core v0.3.32
13402026-05-12T14:25:20.751Z Compiling parking_lot v0.12.5
13412026-05-12T14:25:20.812Z Compiling mio v1.2.0
13422026-05-12T14:25:20.855Z Compiling num-traits v0.2.19
13432026-05-12T14:25:20.877Z Compiling percent-encoding v2.3.2
13442026-05-12T14:25:20.952Z Compiling socket2 v0.6.3
13452026-05-12T14:25:21.064Z Compiling futures-sink v0.3.32
13462026-05-12T14:25:21.126Z Compiling getrandom v0.4.1
13472026-05-12T14:25:21.168Z Compiling futures-channel v0.3.32
13482026-05-12T14:25:21.196Z Compiling futures-io v0.3.32
13492026-05-12T14:25:21.280Z Compiling cpufeatures v0.2.17
13502026-05-12T14:25:21.351Z Compiling futures-task v0.3.32
13512026-05-12T14:25:21.365Z Compiling slab v0.4.12
13522026-05-12T14:25:21.368Z Compiling rand_core v0.10.0
13532026-05-12T14:25:21.394Z Compiling indexmap v2.14.0
13542026-05-12T14:25:21.471Z Compiling getrandom v0.3.4
13552026-05-12T14:25:21.542Z Compiling rustversion v1.0.22
13562026-05-12T14:25:21.556Z Compiling cmake v0.1.57
13572026-05-12T14:25:21.905Z Compiling form_urlencoded v1.2.2
13582026-05-12T14:25:21.921Z Compiling fs_extra v1.3.0
13592026-05-12T14:25:21.941Z Compiling dunce v1.0.5
13602026-05-12T14:25:22.034Z Compiling ident_case v1.0.1
13612026-05-12T14:25:22.074Z Compiling synstructure v0.13.2
13622026-05-12T14:25:22.088Z Compiling base64ct v1.8.3
13632026-05-12T14:25:22.152Z Compiling rustix v1.1.3
13642026-05-12T14:25:22.180Z Compiling aws-lc-sys v0.40.0
13652026-05-12T14:25:22.349Z Compiling pem-rfc7468 v0.7.0
13662026-05-12T14:25:22.371Z Compiling flagset v0.4.7
13672026-05-12T14:25:22.404Z Compiling regex-syntax v0.8.10
13682026-05-12T14:25:22.488Z Compiling iana-time-zone v0.1.65
13692026-05-12T14:25:22.588Z Compiling rand_core v0.9.5
13702026-05-12T14:25:22.646Z Compiling ring v0.17.14
13712026-05-12T14:25:22.660Z Compiling vcpkg v0.2.15
13722026-05-12T14:25:22.685Z Compiling aws-lc-rs v1.16.3
13732026-05-12T14:25:22.858Z Compiling uuid v1.23.0
13742026-05-12T14:25:22.964Z Compiling rustc_version v0.4.1
13752026-05-12T14:25:23.344Z Compiling tracing-core v0.1.36
13762026-05-12T14:25:23.430Z Compiling openssl-sys v0.9.114
13772026-05-12T14:25:23.612Z Compiling base64 v0.22.1
13782026-05-12T14:25:23.800Z Compiling serde_derive v1.0.228
13792026-05-12T14:25:23.861Z Compiling zeroize_derive v1.4.3
13802026-05-12T14:25:23.889Z Compiling zerofrom-derive v0.1.6
13812026-05-12T14:25:23.928Z Compiling yoke-derive v0.8.1
13822026-05-12T14:25:23.946Z Compiling zerocopy-derive v0.8.40
13832026-05-12T14:25:24.493Z Compiling zeroize v1.8.2
13842026-05-12T14:25:24.730Z Compiling zerovec-derive v0.11.2
13852026-05-12T14:25:25.078Z Compiling displaydoc v0.2.5
13862026-05-12T14:25:25.253Z Compiling crypto-common v0.1.7
13872026-05-12T14:25:25.282Z Compiling zerofrom v0.1.6
13882026-05-12T14:25:25.398Z Compiling yoke v0.8.1
13892026-05-12T14:25:25.412Z Compiling block-buffer v0.10.4
13902026-05-12T14:25:25.575Z Compiling digest v0.10.7
13912026-05-12T14:25:25.575Z Compiling tokio-macros v2.7.0
13922026-05-12T14:25:25.797Z Compiling zerotrie v0.2.3
13932026-05-12T14:25:25.823Z Compiling futures-macro v0.3.32
13942026-05-12T14:25:25.837Z Compiling zerovec v0.11.5
13952026-05-12T14:25:26.088Z Compiling hmac v0.12.1
13962026-05-12T14:25:26.244Z Compiling block-padding v0.3.3
13972026-05-12T14:25:26.270Z Compiling tinystr v0.8.2
13982026-05-12T14:25:26.323Z Compiling potential_utf v0.1.4
13992026-05-12T14:25:26.395Z Compiling inout v0.1.4
14002026-05-12T14:25:26.464Z Compiling icu_locale_core v2.1.1
14012026-05-12T14:25:26.479Z Compiling icu_collections v2.1.1
14022026-05-12T14:25:26.555Z Compiling cipher v0.4.4
14032026-05-12T14:25:26.609Z Compiling futures-util v0.3.32
14042026-05-12T14:25:26.803Z Compiling sha2 v0.10.9
14052026-05-12T14:25:26.934Z Compiling der_derive v0.7.3
14062026-05-12T14:25:27.193Z Compiling bytes v1.11.1
14072026-05-12T14:25:27.318Z Compiling icu_provider v2.1.1
14082026-05-12T14:25:27.346Z Compiling chrono v0.4.44
14092026-05-12T14:25:27.621Z Compiling icu_properties v2.1.2
14102026-05-12T14:25:27.798Z Compiling tokio v1.52.1
14112026-05-12T14:25:27.869Z Compiling icu_normalizer v2.1.1
14122026-05-12T14:25:28.153Z Compiling ppv-lite86 v0.2.21
14132026-05-12T14:25:28.348Z Compiling der v0.7.10
14142026-05-12T14:25:28.442Z Compiling http v1.4.0
14152026-05-12T14:25:28.509Z Compiling salsa20 v0.10.2
14162026-05-12T14:25:28.649Z Compiling idna_adapter v1.2.1
14172026-05-12T14:25:28.743Z Compiling pbkdf2 v0.12.2
14182026-05-12T14:25:28.757Z Compiling rustls-pki-types v1.14.0
14192026-05-12T14:25:28.782Z Compiling idna v1.1.0
14202026-05-12T14:25:28.855Z Compiling tracing-attributes v0.1.31
14212026-05-12T14:25:28.905Z Compiling thiserror-impl v2.0.18
14222026-05-12T14:25:29.191Z Compiling url v2.5.8
14232026-05-12T14:25:29.326Z Compiling spki v0.7.3
14242026-05-12T14:25:29.417Z Compiling http-body v1.0.1
14252026-05-12T14:25:29.531Z Compiling scrypt v0.11.0
14262026-05-12T14:25:29.534Z Compiling rand_chacha v0.9.0
14272026-05-12T14:25:29.570Z Compiling cbc v0.1.2
14282026-05-12T14:25:29.717Z Compiling aes v0.8.4
14292026-05-12T14:25:29.840Z Compiling tinyvec_macros v0.1.1
14302026-05-12T14:25:29.912Z Compiling openssl-probe v0.2.1
14312026-05-12T14:25:29.974Z Compiling untrusted v0.7.1
14322026-05-12T14:25:30.083Z Compiling untrusted v0.9.0
14332026-05-12T14:25:30.098Z Compiling httparse v1.10.1
14342026-05-12T14:25:30.133Z Compiling tracing v0.1.44
14352026-05-12T14:25:30.215Z Compiling thiserror v2.0.18
14362026-05-12T14:25:30.229Z Compiling pkcs5 v0.7.1
14372026-05-12T14:25:30.317Z Compiling tinyvec v1.10.0
14382026-05-12T14:25:30.389Z Compiling pest_generator v2.8.6
14392026-05-12T14:25:30.469Z Compiling rand v0.9.2
14402026-05-12T14:25:30.655Z Compiling serde_derive_internals v0.29.1
14412026-05-12T14:25:30.693Z Compiling aho-corasick v1.1.4
14422026-05-12T14:25:30.743Z Compiling dyn-clone v1.0.20
14432026-05-12T14:25:30.877Z Compiling tower-layer v0.3.3
14442026-05-12T14:25:31.032Z Compiling schemars v0.8.22
14452026-05-12T14:25:31.062Z Compiling try-lock v0.2.5
14462026-05-12T14:25:31.167Z Compiling rustls v0.23.37
14472026-05-12T14:25:31.224Z Compiling tower-service v0.3.3
14482026-05-12T14:25:31.238Z Compiling atomic-waker v1.1.2
14492026-05-12T14:25:31.332Z Compiling want v0.3.1
14502026-05-12T14:25:31.349Z Compiling pest_derive v2.8.6
14512026-05-12T14:25:31.363Z Compiling pkcs8 v0.10.2
14522026-05-12T14:25:31.490Z Compiling tokio-util v0.7.18
14532026-05-12T14:25:31.523Z Compiling schemars_derive v0.8.22
14542026-05-12T14:25:31.657Z Compiling regex-automata v0.4.14
14552026-05-12T14:25:31.924Z Compiling ipnet v2.11.0
14562026-05-12T14:25:32.046Z Compiling scroll_derive v0.13.1
14572026-05-12T14:25:32.326Z Compiling h2 v0.4.13
14582026-05-12T14:25:32.407Z Compiling darling_core v0.20.11
14592026-05-12T14:25:32.499Z Compiling openssl v0.10.78
14602026-05-12T14:25:32.727Z Compiling foreign-types-shared v0.1.1
14612026-05-12T14:25:32.742Z Compiling pin-utils v0.1.0
14622026-05-12T14:25:32.810Z Compiling httpdate v1.0.3
14632026-05-12T14:25:32.812Z Compiling foreign-types v0.3.2
14642026-05-12T14:25:32.838Z Compiling scroll v0.13.0
14652026-05-12T14:25:33.045Z Compiling tempfile v3.25.0
14662026-05-12T14:25:33.098Z Compiling unicode-normalization v0.1.25
14672026-05-12T14:25:33.438Z Compiling openssl-macros v0.1.1
14682026-05-12T14:25:33.547Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-12T14:25:33.816Z Compiling spin v0.9.8
14702026-05-12T14:25:33.930Z Compiling num-conv v0.2.0
14712026-05-12T14:25:33.962Z Compiling time-core v0.1.8
14722026-05-12T14:25:34.019Z Compiling native-tls v0.2.18
14732026-05-12T14:25:34.061Z Compiling crc32fast v1.5.0
14742026-05-12T14:25:34.109Z Compiling powerfmt v0.2.0
14752026-05-12T14:25:34.231Z Compiling time-macros v0.2.27
14762026-05-12T14:25:34.248Z Compiling deranged v0.5.8
14772026-05-12T14:25:34.705Z Compiling darling_macro v0.20.11
14782026-05-12T14:25:35.155Z Compiling darling v0.20.11
14792026-05-12T14:25:35.196Z Compiling goblin v0.10.5
14802026-05-12T14:25:35.235Z Compiling hyper v1.8.1
14812026-05-12T14:25:35.266Z Compiling rustls-native-certs v0.8.3
14822026-05-12T14:25:35.549Z Compiling sync_wrapper v1.0.2
14832026-05-12T14:25:35.656Z Compiling wait-timeout v0.2.1
14842026-05-12T14:25:35.718Z Compiling quick-error v1.2.3
14852026-05-12T14:25:35.823Z Compiling crossbeam-utils v0.8.21
14862026-05-12T14:25:35.916Z Compiling bit-vec v0.8.0
14872026-05-12T14:25:36.099Z Compiling num_threads v0.1.7
14882026-05-12T14:25:36.141Z Compiling syn v1.0.109
14892026-05-12T14:25:36.192Z Compiling siphasher v1.0.2
14902026-05-12T14:25:36.207Z Compiling usdt-impl v0.6.0
14912026-05-12T14:25:36.376Z Compiling hyper-util v0.1.20
14922026-05-12T14:25:36.403Z Compiling simd-adler32 v0.3.8
14932026-05-12T14:25:36.498Z Compiling time v0.3.47
14942026-05-12T14:25:36.778Z Compiling bit-set v0.8.0
14952026-05-12T14:25:36.937Z Compiling rusty-fork v0.3.1
14962026-05-12T14:25:36.952Z Compiling tower v0.5.3
14972026-05-12T14:25:37.242Z Compiling derive_builder_core v0.20.2
14982026-05-12T14:25:37.407Z Compiling dtrace-parser v0.3.0
14992026-05-12T14:25:37.456Z Compiling http-body-util v0.1.3
15002026-05-12T14:25:37.690Z Compiling webpki-roots v1.0.6
15012026-05-12T14:25:37.810Z Compiling dof v0.4.0
15022026-05-12T14:25:38.034Z Compiling signature v2.2.0
15032026-05-12T14:25:38.049Z Compiling thiserror-impl v1.0.69
15042026-05-12T14:25:38.091Z Compiling scroll_derive v0.12.1
15052026-05-12T14:25:38.130Z Compiling heapless v0.7.17
15062026-05-12T14:25:38.243Z Compiling rand_xorshift v0.4.0
15072026-05-12T14:25:38.384Z Compiling slog v2.8.2
15082026-05-12T14:25:38.404Z Compiling darling_core v0.21.3
15092026-05-12T14:25:38.563Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-12T14:25:38.756Z Compiling thread-id v5.1.0
15112026-05-12T14:25:38.829Z Compiling cookie v0.18.1
15122026-05-12T14:25:38.846Z Compiling zstd-safe v7.2.4
15132026-05-12T14:25:39.006Z Compiling paste v1.0.15
15142026-05-12T14:25:39.009Z Compiling signal-hook v0.3.18
15152026-05-12T14:25:39.033Z Compiling iri-string v0.7.10
15162026-05-12T14:25:39.184Z Compiling unicode-properties v0.1.4
15172026-05-12T14:25:39.271Z Compiling adler2 v2.0.1
15182026-05-12T14:25:39.353Z Compiling unicode-bidi v0.3.18
15192026-05-12T14:25:39.390Z Compiling unarray v0.1.4
15202026-05-12T14:25:39.405Z Compiling ryu v1.0.23
15212026-05-12T14:25:39.408Z Compiling anyhow v1.0.102
15222026-05-12T14:25:39.503Z Compiling allocator-api2 v0.2.21
15232026-05-12T14:25:39.581Z Compiling serde_urlencoded v0.7.1
15242026-05-12T14:25:39.815Z Compiling stringprep v0.1.5
15252026-05-12T14:25:39.819Z Compiling proptest v1.10.0
15262026-05-12T14:25:39.869Z Compiling miniz_oxide v0.8.9
15272026-05-12T14:25:39.920Z Compiling thiserror v1.0.69
15282026-05-12T14:25:40.239Z Compiling tower-http v0.6.8
15292026-05-12T14:25:40.504Z Compiling scroll v0.12.0
15302026-05-12T14:25:40.688Z Compiling derive_builder_macro v0.20.2
15312026-05-12T14:25:40.761Z Compiling tokio-native-tls v0.3.1
15322026-05-12T14:25:40.850Z Compiling darling_macro v0.21.3
15332026-05-12T14:25:40.936Z Compiling bstr v1.12.1
15342026-05-12T14:25:41.008Z Compiling ipnetwork v0.21.1
15352026-05-12T14:25:41.129Z Compiling rand_chacha v0.3.1
15362026-05-12T14:25:41.308Z Compiling serde_spanned v0.6.9
15372026-05-12T14:25:41.356Z Compiling toml_datetime v0.6.11
15382026-05-12T14:25:41.394Z Compiling erased-serde v0.3.31
15392026-05-12T14:25:41.450Z Compiling serde_tokenstream v0.2.3
15402026-05-12T14:25:41.563Z Compiling md-5 v0.10.6
15412026-05-12T14:25:41.613Z Compiling pin-project-internal v1.1.11
15422026-05-12T14:25:41.726Z Compiling zerocopy-derive v0.7.35
15432026-05-12T14:25:41.757Z Compiling async-trait v0.1.89
15442026-05-12T14:25:41.866Z Compiling curve25519-dalek v4.1.3
15452026-05-12T14:25:41.914Z Compiling vergen-lib v0.1.6
15462026-05-12T14:25:42.092Z Compiling num-integer v0.1.46
15472026-05-12T14:25:42.190Z Compiling hash32 v0.2.1
15482026-05-12T14:25:42.380Z Compiling ff v0.13.1
15492026-05-12T14:25:42.408Z Compiling memoffset v0.9.1
15502026-05-12T14:25:42.517Z Compiling zlib-rs v0.6.2
15512026-05-12T14:25:42.564Z Compiling litrs v1.0.0
15522026-05-12T14:25:42.597Z Compiling base16ct v0.2.0
15532026-05-12T14:25:42.694Z Compiling cfg_aliases v0.2.1
15542026-05-12T14:25:42.747Z Compiling fallible-iterator v0.2.0
15552026-05-12T14:25:42.769Z Compiling psl-types v2.0.11
15562026-05-12T14:25:42.783Z Compiling smoltcp v0.9.1
15572026-05-12T14:25:42.890Z Compiling rustix v0.38.44
15582026-05-12T14:25:43.046Z Compiling ref-cast v1.0.25
15592026-05-12T14:25:43.072Z Compiling num-bigint-dig v0.8.6
15602026-05-12T14:25:43.124Z Compiling document-features v0.2.12
15612026-05-12T14:25:43.331Z Compiling postgres-protocol v0.6.10
15622026-05-12T14:25:43.370Z Compiling publicsuffix v2.3.0
15632026-05-12T14:25:43.462Z Compiling nix v0.31.2
15642026-05-12T14:25:43.546Z Compiling sec1 v0.7.3
15652026-05-12T14:25:43.716Z Compiling pin-project v1.1.11
15662026-05-12T14:25:43.830Z Compiling zerocopy v0.7.35
15672026-05-12T14:25:43.833Z Compiling group v0.13.0
15682026-05-12T14:25:43.905Z Compiling num-iter v0.1.45
15692026-05-12T14:25:44.040Z Compiling newtype-uuid v1.3.2
15702026-05-12T14:25:44.334Z Compiling rand v0.8.6
15712026-05-12T14:25:44.352Z Compiling darling v0.21.3
15722026-05-12T14:25:44.366Z Compiling oxnet v0.1.4
15732026-05-12T14:25:44.434Z Compiling derive_builder v0.20.2
15742026-05-12T14:25:44.559Z Compiling hyper-tls v0.6.0
15752026-05-12T14:25:44.746Z Compiling goblin v0.8.2
15762026-05-12T14:25:44.750Z Compiling hubpack_derive v0.1.1
15772026-05-12T14:25:45.188Z Compiling phf_shared v0.13.1
15782026-05-12T14:25:45.292Z Compiling lazy_static v1.5.0
15792026-05-12T14:25:45.388Z Compiling flate2 v1.1.9
15802026-05-12T14:25:45.426Z Compiling regex v1.12.3
15812026-05-12T14:25:45.501Z Compiling futures-executor v0.3.32
15822026-05-12T14:25:45.571Z Compiling cargo-platform v0.1.9
15832026-05-12T14:25:45.758Z Compiling hex v0.4.3
15842026-05-12T14:25:45.758Z Compiling hkdf v0.12.4
15852026-05-12T14:25:45.788Z Compiling crypto-bigint v0.5.5
15862026-05-12T14:25:45.824Z Compiling curve25519-dalek-derive v0.1.1
15872026-05-12T14:25:45.851Z Compiling strum_macros v0.27.2
15882026-05-12T14:25:45.927Z Compiling snafu-derive v0.8.9
15892026-05-12T14:25:46.016Z Compiling daft-derive v0.1.5
15902026-05-12T14:25:46.451Z Compiling ref-cast-impl v1.0.25
15912026-05-12T14:25:46.715Z Compiling terminal_size v0.4.3
15922026-05-12T14:25:46.853Z Compiling vergen v9.0.6
15932026-05-12T14:25:46.987Z Compiling fs-err v3.3.0
15942026-05-12T14:25:47.033Z Compiling ahash v0.8.12
15952026-05-12T14:25:47.169Z Compiling encoding_rs v0.8.35
15962026-05-12T14:25:47.229Z Compiling foldhash v0.2.0
15972026-05-12T14:25:47.451Z Compiling same-file v1.0.6
15982026-05-12T14:25:47.615Z Compiling unicode-segmentation v1.12.0
15992026-05-12T14:25:47.779Z Compiling bumpalo v3.20.2
16002026-05-12T14:25:47.794Z Compiling mime v0.3.17
16012026-05-12T14:25:47.873Z Compiling managed v0.8.0
16022026-05-12T14:25:47.993Z Compiling object v0.37.3
16032026-05-12T14:25:48.027Z Compiling foldhash v0.1.5
16042026-05-12T14:25:48.044Z Compiling winnow v0.5.40
16052026-05-12T14:25:48.084Z Compiling bitflags v1.3.2
16062026-05-12T14:25:48.151Z Compiling libbz2-rs-sys v0.2.2
16072026-05-12T14:25:48.230Z Compiling hashbrown v0.15.5
16082026-05-12T14:25:48.343Z Compiling clap_builder v4.5.60
16092026-05-12T14:25:48.708Z Compiling bzip2 v0.6.1
16102026-05-12T14:25:48.779Z Compiling zopfli v0.8.3
16112026-05-12T14:25:48.872Z Compiling snafu v0.8.9
16122026-05-12T14:25:48.913Z Compiling strum v0.27.2
16132026-05-12T14:25:49.017Z Compiling walkdir v2.5.0
16142026-05-12T14:25:49.043Z Compiling hashbrown v0.16.1
16152026-05-12T14:25:49.328Z Compiling toml_edit v0.19.15
16162026-05-12T14:25:49.438Z Compiling dof v0.3.0
16172026-05-12T14:25:49.483Z Compiling elliptic-curve v0.13.8
16182026-05-12T14:25:49.497Z Compiling daft v0.1.5
16192026-05-12T14:25:49.766Z Compiling cargo_metadata v0.19.2
16202026-05-12T14:25:49.864Z Compiling futures v0.3.32
16212026-05-12T14:25:49.946Z Compiling phf v0.13.1
16222026-05-12T14:25:50.456Z Compiling hubpack v0.1.2
16232026-05-12T14:25:50.675Z Compiling cookie_store v0.22.1
16242026-05-12T14:25:50.694Z Compiling signal-hook-mio v0.2.5
16252026-05-12T14:25:50.811Z Compiling bzip2 v0.4.4
16262026-05-12T14:25:51.016Z Compiling zstd v0.13.3
16272026-05-12T14:25:51.071Z Compiling serde_with_macros v3.17.0
16282026-05-12T14:25:51.313Z Compiling postgres-types v0.2.12
16292026-05-12T14:25:51.362Z Compiling usdt-macro v0.6.0
16302026-05-12T14:25:51.850Z Compiling usdt-attr-macro v0.6.0
16312026-05-12T14:25:51.931Z Compiling globset v0.4.18
16322026-05-12T14:25:52.082Z Compiling dtrace-parser v0.2.0
16332026-05-12T14:25:52.185Z Compiling ed25519 v2.2.3
16342026-05-12T14:25:52.401Z Compiling phf_shared v0.11.3
16352026-05-12T14:25:52.572Z Compiling olpc-cjson v0.1.4
16362026-05-12T14:25:52.587Z Compiling pkcs1 v0.7.5
16372026-05-12T14:25:52.598Z Compiling serde_plain v1.0.2
16382026-05-12T14:25:52.612Z Compiling serde-big-array v0.5.1
16392026-05-12T14:25:52.732Z Compiling rfc6979 v0.4.0
16402026-05-12T14:25:52.753Z Compiling pem v3.0.6
16412026-05-12T14:25:52.801Z Compiling clap_derive v4.5.55
16422026-05-12T14:25:52.815Z Compiling enum-as-inner v0.6.1
16432026-05-12T14:25:52.856Z Compiling strum_macros v0.26.4
16442026-05-12T14:25:52.980Z Compiling serde_repr v0.1.20
16452026-05-12T14:25:53.063Z Compiling async-recursion v1.1.1
16462026-05-12T14:25:53.077Z Compiling float-cmp v0.10.0
16472026-05-12T14:25:53.238Z Compiling memmap2 v0.9.10
16482026-05-12T14:25:53.329Z Compiling thread-id v4.2.2
16492026-05-12T14:25:53.416Z Compiling env_filter v1.0.0
16502026-05-12T14:25:53.452Z Compiling whoami v2.1.0
16512026-05-12T14:25:53.538Z Compiling new_debug_unreachable v1.0.6
16522026-05-12T14:25:53.614Z Compiling predicates-core v1.0.10
16532026-05-12T14:25:53.719Z Compiling either v1.15.0
16542026-05-12T14:25:53.742Z Compiling typed-path v0.9.3
16552026-05-12T14:25:53.791Z Compiling difflib v0.4.0
16562026-05-12T14:25:53.826Z Compiling jiff v0.2.21
16572026-05-12T14:25:53.927Z Compiling data-encoding v2.10.0
16582026-05-12T14:25:54.352Z Compiling precomputed-hash v0.1.1
16592026-05-12T14:25:54.441Z Compiling normalize-line-endings v0.3.0
16602026-05-12T14:25:54.542Z Compiling fixedbitset v0.5.7
16612026-05-12T14:25:54.607Z Compiling fixedbitset v0.4.2
16622026-05-12T14:25:54.622Z Compiling static_assertions v1.1.0
16632026-05-12T14:25:54.637Z Compiling keccak v0.1.6
16642026-05-12T14:25:54.692Z Compiling rustc-hash v2.1.1
16652026-05-12T14:25:54.816Z Compiling iddqd v0.3.18
16662026-05-12T14:25:54.816Z Compiling sha3 v0.10.8
16672026-05-12T14:25:54.844Z Compiling petgraph v0.6.5
16682026-05-12T14:25:54.963Z Compiling petgraph v0.8.3
16692026-05-12T14:25:55.276Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-12T14:25:55.431Z Compiling strum v0.26.3
16712026-05-12T14:25:55.563Z Compiling toml_edit v0.22.27
16722026-05-12T14:25:55.672Z Compiling clap v4.5.60
16732026-05-12T14:25:55.756Z Compiling predicates v3.1.4
16742026-05-12T14:25:55.960Z Compiling string_cache v0.8.9
16752026-05-12T14:25:56.187Z Compiling hickory-proto v0.25.2
16762026-05-12T14:25:56.295Z Compiling itertools v0.13.0
16772026-05-12T14:25:56.393Z Compiling zip v4.6.1
16782026-05-12T14:25:56.869Z Compiling tokio-postgres v0.7.16
16792026-05-12T14:25:57.367Z Compiling env_logger v0.11.9
16802026-05-12T14:25:57.513Z Compiling usdt-impl v0.5.0
16812026-05-12T14:25:57.699Z Compiling usdt v0.6.0
16822026-05-12T14:25:57.961Z Compiling ecdsa v0.16.9
16832026-05-12T14:25:57.978Z Compiling rsa v0.9.10
16842026-05-12T14:25:58.022Z Compiling ed25519-dalek v2.2.0
16852026-05-12T14:25:58.076Z Compiling serde_with v3.17.0
16862026-05-12T14:25:58.279Z Compiling crossterm v0.28.1
16872026-05-12T14:25:58.700Z Compiling zip v0.6.6
16882026-05-12T14:25:59.075Z Compiling toml v0.7.8
16892026-05-12T14:25:59.793Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-05-12T14:25:59.793Z Compiling heck v0.4.1
16912026-05-12T14:25:59.903Z Compiling similar v2.7.0
16922026-05-12T14:25:59.970Z Compiling crossbeam-epoch v0.9.18
16932026-05-12T14:26:00.032Z Compiling tokio-stream v0.1.18
16942026-05-12T14:26:00.297Z Compiling buf-list v1.1.2
16952026-05-12T14:26:00.421Z Compiling x509-cert v0.2.5
16962026-05-12T14:26:00.494Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-05-12T14:26:00.575Z Compiling openapiv3 v2.2.0
16982026-05-12T14:26:00.761Z Compiling sha1 v0.10.6
16992026-05-12T14:26:00.792Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-12T14:26:00.870Z Compiling lalrpop-util v0.19.12
17012026-05-12T14:26:00.975Z Compiling peg-runtime v0.8.5
17022026-05-12T14:26:01.059Z Compiling thread_local v1.1.9
17032026-05-12T14:26:01.078Z Compiling slog-async v2.8.0
17042026-05-12T14:26:01.257Z Compiling crossbeam-channel v0.5.15
17052026-05-12T14:26:01.308Z Compiling filetime v0.2.27
17062026-05-12T14:26:01.322Z Compiling is-terminal v0.4.17
17072026-05-12T14:26:01.385Z Compiling xattr v1.6.1
17082026-05-12T14:26:01.413Z Compiling take_mut v0.2.2
17092026-05-12T14:26:01.474Z Compiling term v1.2.1
17102026-05-12T14:26:01.522Z Compiling tar v0.4.45
17112026-05-12T14:26:02.020Z Compiling slog-term v2.9.2
17122026-05-12T14:26:11.646Z Compiling rustls-webpki v0.103.9
17132026-05-12T14:26:14.413Z Compiling tokio-rustls v0.26.4
17142026-05-12T14:26:14.413Z Compiling rustls-platform-verifier v0.6.2
17152026-05-12T14:26:14.616Z Compiling hyper-rustls v0.27.7
17162026-05-12T14:26:14.815Z Compiling reqwest v0.12.28
17172026-05-12T14:26:14.829Z Compiling reqwest v0.13.2
17182026-05-12T14:26:16.052Z Compiling tough v0.22.0
17192026-05-12T14:26:18.591Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-05-12T14:26:18.802Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-05-12T14:26:21.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17222026-05-12T14:26:21.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-05-12T14:26:21.806ZMay 12 14:26:20.273 INFO Starting download, target: Cockroach
17242026-05-12T14:26:21.806ZMay 12 14:26:20.274 INFO Starting download, target: Clickhouse
17252026-05-12T14:26:21.806ZMay 12 14:26:20.274 INFO Starting download, target: Console
17262026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Starting download, target: DendriteStub
17272026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Starting download, target: MaghemiteMgd
17282026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Starting download, target: TransceiverControl
17292026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-05-12T14:26:21.810ZMay 12 14:26:20.274 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-12T14:26:22.148ZMay 12 14:26:20.615 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-05-12T14:26:22.355ZMay 12 14:26:20.819 INFO Download complete, target: TransceiverControl
17372026-05-12T14:26:22.831ZMay 12 14:26:21.297 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-05-12T14:26:23.108ZMay 12 14:26:21.566 INFO Download complete, target: Console
17392026-05-12T14:26:23.636ZMay 12 14:26:22.101 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-05-12T14:26:23.683ZMay 12 14:26:22.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-05-12T14:26:24.034ZMay 12 14:26:22.502 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-12T14:26:24.034ZMay 12 14:26:22.502 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-12T14:26:24.095ZMay 12 14:26:22.562 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-12T14:26:25.970ZMay 12 14:26:24.438 INFO Download complete, target: MaghemiteMgd
17452026-05-12T14:26:26.017ZMay 12 14:26:24.485 INFO Download complete, target: DendriteStub
17462026-05-12T14:26:28.571ZMay 12 14:26:27.039 INFO Checking that binary works, target: Cockroach
17472026-05-12T14:26:28.693ZMay 12 14:26:27.161 INFO Download complete, target: Cockroach
17482026-05-12T14:26:30.774ZMay 12 14:26:29.238 INFO Checking that binary works, target: Clickhouse
17492026-05-12T14:26:30.861ZMay 12 14:26:29.324 INFO Download complete, target: Clickhouse
17502026-05-12T14:26:30.872ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-05-12T14:26:30.879Z
17522026-05-12T14:26:30.879Zreal 2:14.690193986
17532026-05-12T14:26:30.879Zuser 6:51.552559010
17542026-05-12T14:26:30.879Zsys 1:21.194902817
17552026-05-12T14:26:30.879Ztrap 0.221415078
17562026-05-12T14:26:30.879Ztflt 0.682442054
17572026-05-12T14:26:30.879Zdflt 0.541539262
17582026-05-12T14:26:30.879Zkflt 0.023119981
17592026-05-12T14:26:30.879Zlock 21:31.202578559
17602026-05-12T14:26:30.879Zslp 20:58.656340569
17612026-05-12T14:26:30.879Zlat 42.458746371
17622026-05-12T14:26:30.879Zstop 1:58.372790187
17632026-05-12T14:26:30.880Z+ banner hack-check
17642026-05-12T14:26:30.880Z
17652026-05-12T14:26:30.880Z # # ## #### # # #### # # ###### #### # #
17662026-05-12T14:26:30.880Z # # # # # # # # # # # # # # # # #
17672026-05-12T14:26:30.880Z ###### # # # #### ##### # ###### ##### # ####
17682026-05-12T14:26:30.880Z # # ###### # # # # # # # # # #
17692026-05-12T14:26:30.880Z # # # # # # # # # # # # # # # # #
17702026-05-12T14:26:30.880Z # # # # #### # # #### # # ###### #### # #
17712026-05-12T14:26:30.880Z
17722026-05-12T14:26:30.880Z+ export CARGO_INCREMENTAL=0
17732026-05-12T14:26:30.880Z+ CARGO_INCREMENTAL=0
17742026-05-12T14:26:30.880Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-05-12T14:26:31.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-05-12T14:26:31.611Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-05-12T14:26:33.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17782026-05-12T14:26:33.536Z Running `target/debug/xtask check-features --ci`
17792026-05-12T14:26:33.562Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-05-12T14:26:33.565Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-05-12T14:26:34.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17822026-05-12T14:26:34.070Z Running `target/debug/xtask download cargo-hack`
17832026-05-12T14:26:34.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-05-12T14:26:35.155Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-05-12T14:26:37.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
17862026-05-12T14:26:37.762Z Running `target/debug/xtask-downloader cargo-hack`
17872026-05-12T14:26:37.804ZMay 12 14:26:36.272 INFO Starting download, target: CargoHack
17882026-05-12T14:26:37.808ZMay 12 14:26:36.273 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-05-12T14:26:38.273ZMay 12 14:26:36.742 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-05-12T14:26:38.322ZMay 12 14:26:36.790 INFO Download complete, target: CargoHack
17912026-05-12T14:26:38.325Zrunning: "/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-05-12T14:26:38.338Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-05-12T14:26:38.486Zinfo: running `cargo check --bins` on api_identity (1/274)
17942026-05-12T14:26:38.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-12T14:26:38.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-12T14:26:38.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-12T14:26:38.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17982026-05-12T14:26:39.055Z
17992026-05-12T14:26:39.055Zinfo: running `cargo check --bins` on bootstore (2/274)
18002026-05-12T14:26:39.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-12T14:26:39.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-12T14:26:39.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-12T14:26:39.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18042026-05-12T14:26:39.632Z
18052026-05-12T14:26:39.633Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18062026-05-12T14:26:40.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-12T14:26:40.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-12T14:26:40.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-12T14:26:40.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18102026-05-12T14:26:40.206Z
18112026-05-12T14:26:40.206Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18122026-05-12T14:26:40.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-12T14:26:40.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-12T14:26:40.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-12T14:26:40.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18162026-05-12T14:26:40.786Z
18172026-05-12T14:26:40.786Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18182026-05-12T14:26:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-12T14:26:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-12T14:26:41.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-12T14:26:41.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-12T14:26:41.368Z
18232026-05-12T14:26:41.368Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18242026-05-12T14:26:41.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-12T14:26:41.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-12T14:26:41.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-12T14:26:41.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18282026-05-12T14:26:41.956Z
18292026-05-12T14:26:41.956Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18302026-05-12T14:26:42.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-12T14:26:42.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-12T14:26:42.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-12T14:26:42.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18342026-05-12T14:26:42.544Z
18352026-05-12T14:26:42.544Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18362026-05-12T14:26:43.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-12T14:26:43.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-12T14:26:43.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-12T14:26:43.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18402026-05-12T14:26:43.132Z
18412026-05-12T14:26:43.132Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18422026-05-12T14:26:43.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-12T14:26:43.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-12T14:26:43.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-12T14:26:43.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18462026-05-12T14:26:43.596Z
18472026-05-12T14:26:43.596Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18482026-05-12T14:26:44.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-12T14:26:44.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-12T14:26:44.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-12T14:26:44.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18522026-05-12T14:26:44.062Z
18532026-05-12T14:26:44.062Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18542026-05-12T14:26:44.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-12T14:26:44.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-12T14:26:44.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-12T14:26:44.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18582026-05-12T14:26:44.528Z
18592026-05-12T14:26:44.528Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18602026-05-12T14:26:44.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-12T14:26:44.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-12T14:26:44.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-12T14:26:44.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18642026-05-12T14:26:44.993Z
18652026-05-12T14:26:44.993Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18662026-05-12T14:26:45.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-12T14:26:45.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-12T14:26:45.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-12T14:26:45.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18702026-05-12T14:26:45.455Z
18712026-05-12T14:26:45.455Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18722026-05-12T14:26:45.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-12T14:26:45.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-12T14:26:45.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-12T14:26:45.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-05-12T14:26:45.922Z
18772026-05-12T14:26:45.922Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18782026-05-12T14:26:46.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-12T14:26:46.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-12T14:26:46.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-12T14:26:46.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-05-12T14:26:46.387Z
18832026-05-12T14:26:46.387Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18842026-05-12T14:26:46.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-12T14:26:46.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-12T14:26:46.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-12T14:26:46.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18882026-05-12T14:26:46.850Z
18892026-05-12T14:26:46.850Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18902026-05-12T14:26:47.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-12T14:26:47.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-12T14:26:47.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-12T14:26:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18942026-05-12T14:26:47.314Z
18952026-05-12T14:26:47.314Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18962026-05-12T14:26:47.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-12T14:26:47.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-12T14:26:47.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-12T14:26:47.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19002026-05-12T14:26:47.777Z
19012026-05-12T14:26:47.777Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19022026-05-12T14:26:48.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-12T14:26:48.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-12T14:26:48.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-12T14:26:48.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-05-12T14:26:48.239Z
19072026-05-12T14:26:48.239Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19082026-05-12T14:26:48.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-12T14:26:48.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-12T14:26:48.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-12T14:26:48.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-05-12T14:26:48.698Z
19132026-05-12T14:26:48.698Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19142026-05-12T14:26:49.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-12T14:26:49.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-12T14:26:49.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-12T14:26:49.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19182026-05-12T14:26:49.160Z
19192026-05-12T14:26:49.160Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19202026-05-12T14:26:49.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-12T14:26:49.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-12T14:26:49.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-12T14:26:49.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19242026-05-12T14:26:49.621Z
19252026-05-12T14:26:49.621Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19262026-05-12T14:26:50.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-12T14:26:50.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-12T14:26:50.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-12T14:26:50.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19302026-05-12T14:26:50.083Z
19312026-05-12T14:26:50.083Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19322026-05-12T14:26:50.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-12T14:26:50.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-12T14:26:50.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-12T14:26:50.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-05-12T14:26:50.546Z
19372026-05-12T14:26:50.546Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19382026-05-12T14:26:50.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-12T14:26:50.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-12T14:26:50.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-12T14:26:50.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-05-12T14:26:51.010Z
19432026-05-12T14:26:51.010Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19442026-05-12T14:26:51.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-12T14:26:51.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-12T14:26:51.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-12T14:26:51.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19482026-05-12T14:26:51.474Z
19492026-05-12T14:26:51.474Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19502026-05-12T14:26:51.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-12T14:26:51.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-12T14:26:51.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-12T14:26:51.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-05-12T14:26:51.939Z
19552026-05-12T14:26:51.939Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19562026-05-12T14:26:52.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-12T14:26:52.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-12T14:26:52.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-12T14:26:52.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19602026-05-12T14:26:52.402Z
19612026-05-12T14:26:52.402Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19622026-05-12T14:26:52.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-12T14:26:52.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-12T14:26:52.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-12T14:26:52.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-05-12T14:26:52.866Z
19672026-05-12T14:26:52.866Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19682026-05-12T14:26:53.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-12T14:26:53.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-12T14:26:53.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-12T14:26:53.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-05-12T14:26:53.330Z
19732026-05-12T14:26:53.331Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19742026-05-12T14:26:53.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-12T14:26:53.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-12T14:26:53.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-12T14:26:53.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-05-12T14:26:53.795Z
19792026-05-12T14:26:53.795Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19802026-05-12T14:26:54.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-12T14:26:54.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-12T14:26:54.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-12T14:26:54.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-05-12T14:26:54.257Z
19852026-05-12T14:26:54.257Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19862026-05-12T14:26:54.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-12T14:26:54.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-12T14:26:54.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-12T14:26:54.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19902026-05-12T14:26:54.720Z
19912026-05-12T14:26:54.720Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19922026-05-12T14:26:55.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-12T14:26:55.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-12T14:26:55.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-12T14:26:55.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19962026-05-12T14:26:55.181Z
19972026-05-12T14:26:55.181Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19982026-05-12T14:26:55.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-12T14:26:55.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-12T14:26:55.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-12T14:26:55.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20022026-05-12T14:26:55.639Z
20032026-05-12T14:26:55.639Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20042026-05-12T14:26:56.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-12T14:26:56.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-12T14:26:56.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-12T14:26:56.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20082026-05-12T14:26:56.102Z
20092026-05-12T14:26:56.102Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20102026-05-12T14:26:56.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-12T14:26:56.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-12T14:26:56.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-12T14:26:56.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20142026-05-12T14:26:56.565Z
20152026-05-12T14:26:56.565Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20162026-05-12T14:26:56.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-12T14:26:56.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-12T14:26:56.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-12T14:26:56.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-12T14:26:57.028Z
20212026-05-12T14:26:57.028Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20222026-05-12T14:26:57.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-12T14:26:57.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-12T14:26:57.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-12T14:26:57.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-05-12T14:26:57.495Z
20272026-05-12T14:26:57.495Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20282026-05-12T14:26:57.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-12T14:26:57.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-12T14:26:57.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-12T14:26:57.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20322026-05-12T14:26:57.961Z
20332026-05-12T14:26:57.961Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20342026-05-12T14:26:58.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-12T14:26:58.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-12T14:26:58.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-12T14:26:58.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20382026-05-12T14:26:58.423Z
20392026-05-12T14:26:58.424Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20402026-05-12T14:26:58.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-12T14:26:58.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-12T14:26:58.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-12T14:26:58.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20442026-05-12T14:26:58.891Z
20452026-05-12T14:26:58.891Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20462026-05-12T14:26:59.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-12T14:26:59.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-12T14:26:59.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-12T14:26:59.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-05-12T14:26:59.358Z
20512026-05-12T14:26:59.358Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20522026-05-12T14:26:59.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-12T14:26:59.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-12T14:26:59.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-12T14:26:59.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-05-12T14:26:59.823Z
20572026-05-12T14:26:59.823Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20582026-05-12T14:27:00.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-12T14:27:00.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-12T14:27:00.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-12T14:27:00.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-05-12T14:27:00.292Z
20632026-05-12T14:27:00.292Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20642026-05-12T14:27:00.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-12T14:27:00.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-12T14:27:00.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-12T14:27:00.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20682026-05-12T14:27:00.754Z
20692026-05-12T14:27:00.754Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20702026-05-12T14:27:01.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-12T14:27:01.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-12T14:27:01.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-12T14:27:01.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-05-12T14:27:01.214Z
20752026-05-12T14:27:01.214Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20762026-05-12T14:27:01.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-12T14:27:01.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-12T14:27:01.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-12T14:27:01.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20802026-05-12T14:27:01.675Z
20812026-05-12T14:27:01.675Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20822026-05-12T14:27:02.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-12T14:27:02.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-12T14:27:02.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-12T14:27:02.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20862026-05-12T14:27:02.300Z
20872026-05-12T14:27:02.300Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20882026-05-12T14:27:02.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-12T14:27:02.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-12T14:27:02.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-12T14:27:02.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20922026-05-12T14:27:02.926Z
20932026-05-12T14:27:02.926Zinfo: running `cargo check --bins` on nexus-config (51/274)
20942026-05-12T14:27:03.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-12T14:27:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-12T14:27:03.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-12T14:27:03.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20982026-05-12T14:27:03.550Z
20992026-05-12T14:27:03.550Zinfo: running `cargo check --bins` on nexus-types (52/274)
21002026-05-12T14:27:04.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-12T14:27:04.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-12T14:27:04.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-12T14:27:04.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21042026-05-12T14:27:04.176Z
21052026-05-12T14:27:04.176Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21062026-05-12T14:27:04.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-12T14:27:04.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-12T14:27:04.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-12T14:27:04.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21102026-05-12T14:27:04.772Z
21112026-05-12T14:27:04.772Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21122026-05-12T14:27:05.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-12T14:27:05.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-12T14:27:05.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-12T14:27:05.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21162026-05-12T14:27:05.344Z
21172026-05-12T14:27:05.344Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21182026-05-12T14:27:05.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-12T14:27:05.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-12T14:27:05.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-12T14:27:05.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-05-12T14:27:05.938Z
21232026-05-12T14:27:05.938Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21242026-05-12T14:27:06.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-12T14:27:06.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-12T14:27:06.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-12T14:27:06.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21282026-05-12T14:27:06.538Z
21292026-05-12T14:27:06.538Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21302026-05-12T14:27:07.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-12T14:27:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-12T14:27:07.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-12T14:27:07.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-05-12T14:27:07.133Z
21352026-05-12T14:27:07.133Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21362026-05-12T14:27:07.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-12T14:27:07.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-12T14:27:07.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-12T14:27:07.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-05-12T14:27:07.729Z
21412026-05-12T14:27:07.729Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21422026-05-12T14:27:08.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-12T14:27:08.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-12T14:27:08.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-12T14:27:08.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-05-12T14:27:08.308Z
21472026-05-12T14:27:08.308Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21482026-05-12T14:27:08.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-12T14:27:08.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-12T14:27:08.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-12T14:27:08.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21522026-05-12T14:27:08.885Z
21532026-05-12T14:27:08.885Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21542026-05-12T14:27:09.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-12T14:27:09.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-12T14:27:09.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-12T14:27:09.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21582026-05-12T14:27:09.460Z
21592026-05-12T14:27:09.460Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21602026-05-12T14:27:09.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-12T14:27:09.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-12T14:27:09.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-12T14:27:09.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21642026-05-12T14:27:10.039Z
21652026-05-12T14:27:10.039Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21662026-05-12T14:27:10.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-12T14:27:10.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-12T14:27:10.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-12T14:27:10.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-05-12T14:27:10.630Z
21712026-05-12T14:27:10.630Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21722026-05-12T14:27:11.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-12T14:27:11.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-12T14:27:11.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-12T14:27:11.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-05-12T14:27:11.219Z
21772026-05-12T14:27:11.219Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21782026-05-12T14:27:11.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-12T14:27:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-12T14:27:11.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-12T14:27:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-05-12T14:27:11.797Z
21832026-05-12T14:27:11.797Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21842026-05-12T14:27:12.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-12T14:27:12.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-12T14:27:12.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-12T14:27:12.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21882026-05-12T14:27:12.373Z
21892026-05-12T14:27:12.373Zinfo: running `cargo check --bins` on ereport-types (67/274)
21902026-05-12T14:27:12.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-12T14:27:12.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-12T14:27:12.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-12T14:27:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-05-12T14:27:12.956Z
21952026-05-12T14:27:12.956Zinfo: running `cargo check --bins` on gateway-client (68/274)
21962026-05-12T14:27:13.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-12T14:27:13.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-12T14:27:13.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-12T14:27:13.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22002026-05-12T14:27:13.544Z
22012026-05-12T14:27:13.544Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22022026-05-12T14:27:14.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-12T14:27:14.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-12T14:27:14.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-12T14:27:14.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22062026-05-12T14:27:14.128Z
22072026-05-12T14:27:14.128Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22082026-05-12T14:27:14.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-12T14:27:14.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-12T14:27:14.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-12T14:27:14.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-05-12T14:27:14.714Z
22132026-05-12T14:27:14.714Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22142026-05-12T14:27:15.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-12T14:27:15.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-12T14:27:15.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-12T14:27:15.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-05-12T14:27:15.302Z
22192026-05-12T14:27:15.302Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22202026-05-12T14:27:15.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-12T14:27:15.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-12T14:27:15.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-12T14:27:15.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-05-12T14:27:15.887Z
22252026-05-12T14:27:15.887Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22262026-05-12T14:27:16.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-12T14:27:16.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-12T14:27:16.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-12T14:27:16.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-05-12T14:27:16.489Z
22312026-05-12T14:27:16.489Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22322026-05-12T14:27:17.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-12T14:27:17.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-12T14:27:17.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-12T14:27:17.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22362026-05-12T14:27:17.095Z
22372026-05-12T14:27:17.095Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22382026-05-12T14:27:17.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-12T14:27:17.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-12T14:27:17.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-12T14:27:17.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22422026-05-12T14:27:17.677Z
22432026-05-12T14:27:17.677Zinfo: running `cargo check --bins` on oxlog (76/274)
22442026-05-12T14:27:18.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-12T14:27:18.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-12T14:27:18.283Z Checking cfg-if v1.0.4
22472026-05-12T14:27:18.286Z Checking libc v0.2.185
22482026-05-12T14:27:18.286Z Checking serde_core v1.0.228
22492026-05-12T14:27:18.402Z Checking zeroize v1.8.2
22502026-05-12T14:27:18.409Z Checking memchr v2.8.0
22512026-05-12T14:27:18.417Z Checking log v0.4.29
22522026-05-12T14:27:18.426Z Checking smallvec v1.15.1
22532026-05-12T14:27:18.437Z Checking typenum v1.19.0
22542026-05-12T14:27:18.440Z Checking subtle v2.6.1
22552026-05-12T14:27:18.537Z Checking itoa v1.0.17
22562026-05-12T14:27:18.576Z Checking scopeguard v1.2.0
22572026-05-12T14:27:18.588Z Checking stable_deref_trait v1.2.1
22582026-05-12T14:27:18.601Z Checking const-oid v0.9.6
22592026-05-12T14:27:18.658Z Checking portable-atomic v1.13.1
22602026-05-12T14:27:18.671Z Checking zerofrom v0.1.6
22612026-05-12T14:27:18.674Z Checking lock_api v0.4.14
22622026-05-12T14:27:18.780Z Checking critical-section v1.2.0
22632026-05-12T14:27:18.783Z Checking yoke v0.8.1
22642026-05-12T14:27:18.805Z Checking getrandom v0.2.17
22652026-05-12T14:27:18.876Z Checking errno v0.3.14
22662026-05-12T14:27:18.949Z Checking pin-project-lite v0.2.17
22672026-05-12T14:27:18.954Z Checking rand_core v0.6.4
22682026-05-12T14:27:18.954Z Checking generic-array v0.14.7
22692026-05-12T14:27:18.954Z Checking zerovec v0.11.5
22702026-05-12T14:27:18.987Z Checking parking_lot_core v0.9.12
22712026-05-12T14:27:18.991Z Checking signal-hook-registry v1.4.8
22722026-05-12T14:27:19.051Z Checking once_cell v1.21.3
22732026-05-12T14:27:19.107Z Checking futures-core v0.3.32
22742026-05-12T14:27:19.150Z Checking mio v1.2.0
22752026-05-12T14:27:19.164Z Checking parking_lot v0.12.5
22762026-05-12T14:27:19.214Z Checking zerocopy v0.8.40
22772026-05-12T14:27:19.229Z Checking zmij v1.0.21
22782026-05-12T14:27:19.258Z Checking socket2 v0.6.3
22792026-05-12T14:27:19.341Z Checking libm v0.2.16
22802026-05-12T14:27:19.377Z Checking tinystr v0.8.2
22812026-05-12T14:27:19.383Z Checking crypto-common v0.1.7
22822026-05-12T14:27:19.418Z Checking block-buffer v0.10.4
22832026-05-12T14:27:19.431Z Checking percent-encoding v2.3.2
22842026-05-12T14:27:19.488Z Checking writeable v0.6.2
22852026-05-12T14:27:19.507Z Checking litemap v0.8.1
22862026-05-12T14:27:19.543Z Checking equivalent v1.0.2
22872026-05-12T14:27:19.555Z Checking digest v0.10.7
22882026-05-12T14:27:19.568Z Checking potential_utf v0.1.4
22892026-05-12T14:27:19.622Z Checking zerotrie v0.2.3
22902026-05-12T14:27:19.643Z Checking futures-sink v0.3.32
22912026-05-12T14:27:19.671Z Checking icu_locale_core v2.1.1
22922026-05-12T14:27:19.685Z Checking icu_collections v2.1.1
22932026-05-12T14:27:19.736Z Checking futures-channel v0.3.32
22942026-05-12T14:27:19.751Z Checking slab v0.4.12
22952026-05-12T14:27:19.858Z Checking serde v1.0.228
22962026-05-12T14:27:19.864Z Checking bitflags v2.11.0
22972026-05-12T14:27:19.902Z Checking serde_json v1.0.149
22982026-05-12T14:27:19.926Z Checking cpufeatures v0.2.17
22992026-05-12T14:27:19.974Z Checking futures-io v0.3.32
23002026-05-12T14:27:19.991Z Checking futures-task v0.3.32
23012026-05-12T14:27:20.016Z Checking hmac v0.12.1
23022026-05-12T14:27:20.029Z Checking num-traits v0.2.19
23032026-05-12T14:27:20.081Z Checking icu_properties_data v2.1.2
23042026-05-12T14:27:20.120Z Checking futures-util v0.3.32
23052026-05-12T14:27:20.140Z Checking icu_normalizer_data v2.1.1
23062026-05-12T14:27:20.205Z Checking rand_core v0.10.0
23072026-05-12T14:27:20.217Z Checking hashbrown v0.17.0
23082026-05-12T14:27:20.220Z Checking icu_provider v2.1.1
23092026-05-12T14:27:20.243Z Checking bytes v1.11.1
23102026-05-12T14:27:20.348Z Checking getrandom v0.4.1
23112026-05-12T14:27:20.459Z Checking icu_properties v2.1.2
23122026-05-12T14:27:20.492Z Checking icu_normalizer v2.1.1
23132026-05-12T14:27:20.555Z Checking block-padding v0.3.3
23142026-05-12T14:27:20.571Z Checking utf8_iter v1.0.4
23152026-05-12T14:27:20.678Z Checking indexmap v2.14.0
23162026-05-12T14:27:20.690Z Checking tokio v1.52.1
23172026-05-12T14:27:20.693Z Checking inout v0.1.4
23182026-05-12T14:27:20.712Z Checking sha2 v0.10.9
23192026-05-12T14:27:20.788Z Checking form_urlencoded v1.2.2
23202026-05-12T14:27:20.830Z Checking cipher v0.4.4
23212026-05-12T14:27:20.912Z Checking getrandom v0.3.4
23222026-05-12T14:27:20.974Z Checking fnv v1.0.7
23232026-05-12T14:27:21.030Z Checking base64ct v1.8.3
23242026-05-12T14:27:21.048Z Checking byteorder v1.5.0
23252026-05-12T14:27:21.064Z Checking flagset v0.4.7
23262026-05-12T14:27:21.183Z Checking rand_core v0.9.5
23272026-05-12T14:27:21.218Z Checking http v1.4.0
23282026-05-12T14:27:21.244Z Checking regex-syntax v0.8.10
23292026-05-12T14:27:21.257Z Checking pem-rfc7468 v0.7.0
23302026-05-12T14:27:21.260Z Checking idna_adapter v1.2.1
23312026-05-12T14:27:21.357Z Checking salsa20 v0.10.2
23322026-05-12T14:27:21.378Z Checking idna v1.1.0
23332026-05-12T14:27:21.405Z Checking der v0.7.10
23342026-05-12T14:27:21.484Z Checking uuid v1.23.0
23352026-05-12T14:27:21.612Z Checking url v2.5.8
23362026-05-12T14:27:21.764Z Checking pbkdf2 v0.12.2
23372026-05-12T14:27:21.784Z Checking rustix v1.1.3
23382026-05-12T14:27:21.871Z Checking tracing-core v0.1.36
23392026-05-12T14:27:21.941Z Checking ppv-lite86 v0.2.21
23402026-05-12T14:27:22.027Z Checking rustls-pki-types v1.14.0
23412026-05-12T14:27:22.044Z Checking iana-time-zone v0.1.65
23422026-05-12T14:27:22.120Z Checking spki v0.7.3
23432026-05-12T14:27:22.144Z Checking base64 v0.22.1
23442026-05-12T14:27:22.171Z Checking tracing v0.1.44
23452026-05-12T14:27:22.223Z Checking rand_chacha v0.9.0
23462026-05-12T14:27:22.278Z Checking chrono v0.4.44
23472026-05-12T14:27:22.304Z Checking scrypt v0.11.0
23482026-05-12T14:27:22.367Z Checking http-body v1.0.1
23492026-05-12T14:27:22.380Z Checking cbc v0.1.2
23502026-05-12T14:27:22.417Z Checking aes v0.8.4
23512026-05-12T14:27:22.437Z Checking aws-lc-sys v0.40.0
23522026-05-12T14:27:22.493Z Checking tinyvec_macros v0.1.1
23532026-05-12T14:27:22.506Z Checking untrusted v0.9.0
23542026-05-12T14:27:22.535Z Checking openssl-probe v0.2.1
23552026-05-12T14:27:22.558Z Checking untrusted v0.7.1
23562026-05-12T14:27:22.599Z Checking tinyvec v1.10.0
23572026-05-12T14:27:22.611Z Checking ring v0.17.14
23582026-05-12T14:27:22.629Z Checking rand v0.9.2
23592026-05-12T14:27:22.663Z Checking tower-service v0.3.3
23602026-05-12T14:27:22.750Z Checking atomic-waker v1.1.2
23612026-05-12T14:27:22.801Z Checking pkcs5 v0.7.1
23622026-05-12T14:27:22.846Z Checking tower-layer v0.3.3
23632026-05-12T14:27:22.896Z Checking try-lock v0.2.5
23642026-05-12T14:27:22.929Z Checking aws-lc-rs v1.16.3
23652026-05-12T14:27:22.987Z Checking want v0.3.1
23662026-05-12T14:27:23.002Z Checking ipnet v2.11.0
23672026-05-12T14:27:23.046Z Checking pkcs8 v0.10.2
23682026-05-12T14:27:23.088Z Checking httparse v1.10.1
23692026-05-12T14:27:23.103Z Checking aho-corasick v1.1.4
23702026-05-12T14:27:23.117Z Checking foreign-types-shared v0.1.1
23712026-05-12T14:27:23.195Z Checking fastrand v2.3.0
23722026-05-12T14:27:23.214Z Checking pin-utils v0.1.0
23732026-05-12T14:27:23.246Z Checking httpdate v1.0.3
23742026-05-12T14:27:23.279Z Checking dyn-clone v1.0.20
23752026-05-12T14:27:23.292Z Checking plain v0.2.3
23762026-05-12T14:27:23.370Z Checking tempfile v3.25.0
23772026-05-12T14:27:23.383Z Checking foreign-types v0.3.2
23782026-05-12T14:27:24.398Z Checking unicode-normalization v0.1.25
23792026-05-12T14:27:24.401Z Checking semver v1.0.28
23802026-05-12T14:27:24.402Z Checking openssl-sys v0.9.114
23812026-05-12T14:27:24.402Z Checking spin v0.9.8
23822026-05-12T14:27:24.402Z Checking ucd-trie v0.1.7
23832026-05-12T14:27:24.402Z Checking unicode-ident v1.0.24
23842026-05-12T14:27:24.402Z Checking proc-macro2 v1.0.106
23852026-05-12T14:27:24.402Z Checking pest v2.8.6
23862026-05-12T14:27:24.402Z Checking schemars v0.8.22
23872026-05-12T14:27:24.402Z Checking rustls-webpki v0.103.9
23882026-05-12T14:27:24.402Z Checking regex-automata v0.4.14
23892026-05-12T14:27:24.402Z Checking rustls-native-certs v0.8.3
23902026-05-12T14:27:24.402Z Checking tokio-util v0.7.18
23912026-05-12T14:27:24.402Z Checking thiserror v2.0.18
23922026-05-12T14:27:24.402Z Checking openssl v0.10.78
23932026-05-12T14:27:24.402Z Checking sync_wrapper v1.0.2
23942026-05-12T14:27:24.402Z Checking wait-timeout v0.2.1
23952026-05-12T14:27:24.402Z Checking utf8parse v0.2.2
23962026-05-12T14:27:24.402Z Checking bit-vec v0.8.0
23972026-05-12T14:27:24.402Z Checking rustls v0.23.37
23982026-05-12T14:27:24.402Z Checking simd-adler32 v0.3.8
23992026-05-12T14:27:24.402Z Checking pretty-hex v0.4.1
24002026-05-12T14:27:24.402Z Checking quick-error v1.2.3
24012026-05-12T14:27:24.402Z Checking powerfmt v0.2.0
24022026-05-12T14:27:24.434Z Checking siphasher v1.0.2
24032026-05-12T14:27:24.454Z Checking anstyle v1.0.13
24042026-05-12T14:27:24.468Z Checking h2 v0.4.13
24052026-05-12T14:27:24.511Z Checking deranged v0.5.8
24062026-05-12T14:27:24.584Z Checking rusty-fork v0.3.1
24072026-05-12T14:27:24.627Z Checking bit-set v0.8.0
24082026-05-12T14:27:24.744Z Checking anstyle-parse v0.2.7
24092026-05-12T14:27:24.758Z Checking tower v0.5.3
24102026-05-12T14:27:24.768Z Checking quote v1.0.45
24112026-05-12T14:27:24.889Z Compiling newtype-uuid v1.3.2
24122026-05-12T14:27:24.930Z Checking http-body-util v0.1.3
24132026-05-12T14:27:25.064Z Checking webpki-roots v1.0.6
24142026-05-12T14:27:25.124Z Checking crossbeam-utils v0.8.21
24152026-05-12T14:27:25.141Z Checking rand_xorshift v0.4.0
24162026-05-12T14:27:25.180Z Checking crc32fast v1.5.0
24172026-05-12T14:27:25.257Z Checking scroll v0.13.0
24182026-05-12T14:27:25.324Z Checking signature v2.2.0
24192026-05-12T14:27:25.423Z Checking is_terminal_polyfill v1.70.2
24202026-05-12T14:27:25.450Z Checking num_threads v0.1.7
24212026-05-12T14:27:25.462Z Checking time-core v0.1.8
24222026-05-12T14:27:25.486Z Checking colorchoice v1.0.4
24232026-05-12T14:27:25.507Z Checking num-conv v0.2.0
24242026-05-12T14:27:25.530Z Checking unarray v0.1.4
24252026-05-12T14:27:25.567Z Checking unicode-bidi v0.3.18
24262026-05-12T14:27:25.579Z Checking ryu v1.0.23
24272026-05-12T14:27:25.594Z Checking anstyle-query v1.1.5
24282026-05-12T14:27:25.621Z Checking unicode-properties v0.1.4
24292026-05-12T14:27:25.628Z Checking adler2 v2.0.1
24302026-05-12T14:27:25.681Z Checking allocator-api2 v0.2.21
24312026-05-12T14:27:25.707Z Checking iri-string v0.7.10
24322026-05-12T14:27:25.731Z Checking miniz_oxide v0.8.9
24332026-05-12T14:27:25.799Z Checking serde_urlencoded v0.7.1
24342026-05-12T14:27:25.863Z Checking stringprep v0.1.5
24352026-05-12T14:27:25.963Z Checking anstream v0.6.21
24362026-05-12T14:27:25.966Z Checking native-tls v0.2.18
24372026-05-12T14:27:25.996Z Checking proptest v1.10.0
24382026-05-12T14:27:26.008Z Checking time v0.3.47
24392026-05-12T14:27:26.080Z Checking bstr v1.12.1
24402026-05-12T14:27:26.145Z Checking tokio-native-tls v0.3.1
24412026-05-12T14:27:26.158Z Checking goblin v0.10.5
24422026-05-12T14:27:26.298Z Checking crossbeam-epoch v0.9.18
24432026-05-12T14:27:26.460Z Compiling daft v0.1.5
24442026-05-12T14:27:26.517Z Checking syn v2.0.117
24452026-05-12T14:27:26.530Z Checking tokio-rustls v0.26.4
24462026-05-12T14:27:26.712Z Checking tower-http v0.6.8
24472026-05-12T14:27:26.732Z Checking ipnetwork v0.21.1
24482026-05-12T14:27:26.762Z Checking rand_chacha v0.3.1
24492026-05-12T14:27:26.940Z Checking scroll v0.12.0
24502026-05-12T14:27:26.961Z Checking thiserror v1.0.69
24512026-05-12T14:27:26.979Z Checking hash32 v0.2.1
24522026-05-12T14:27:27.054Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-12T14:27:27.118Z Checking num-integer v0.1.46
24542026-05-12T14:27:27.131Z Checking toml_datetime v0.6.11
24552026-05-12T14:27:27.146Z Checking hyper v1.8.1
24562026-05-12T14:27:27.165Z Checking serde_spanned v0.6.9
24572026-05-12T14:27:27.173Z Checking md-5 v0.10.6
24582026-05-12T14:27:27.331Z Checking ff v0.13.1
24592026-05-12T14:27:27.338Z Checking base16ct v0.2.0
24602026-05-12T14:27:27.338Z Checking fallible-iterator v0.2.0
24612026-05-12T14:27:27.338Z Checking psl-types v2.0.11
24622026-05-12T14:27:27.397Z Checking zlib-rs v0.6.2
24632026-05-12T14:27:27.430Z Compiling iddqd v0.3.18
24642026-05-12T14:27:27.443Z Checking publicsuffix v2.3.0
24652026-05-12T14:27:27.571Z Checking postgres-protocol v0.6.10
24662026-05-12T14:27:27.603Z Checking sec1 v0.7.3
24672026-05-12T14:27:27.799Z Checking group v0.13.0
24682026-05-12T14:27:27.872Z Checking num-iter v0.1.45
24692026-05-12T14:27:27.901Z Checking zstd-safe v7.2.4
24702026-05-12T14:27:27.941Z Checking goblin v0.8.2
24712026-05-12T14:27:27.980Z Checking heapless v0.7.17
24722026-05-12T14:27:28.031Z Checking hyper-util v0.1.20
24732026-05-12T14:27:28.060Z Checking cookie v0.18.1
24742026-05-12T14:27:28.261Z Checking flate2 v1.1.9
24752026-05-12T14:27:28.280Z Checking rand v0.8.6
24762026-05-12T14:27:28.377Z Checking oxnet v0.1.4
24772026-05-12T14:27:28.448Z Checking dof v0.4.0
24782026-05-12T14:27:28.542Z Checking dtrace-parser v0.3.0
24792026-05-12T14:27:28.558Z Checking phf_shared v0.13.1
24802026-05-12T14:27:28.608Z Checking lazy_static v1.5.0
24812026-05-12T14:27:28.695Z Checking zerocopy v0.7.35
24822026-05-12T14:27:28.746Z Checking pin-project v1.1.11
24832026-05-12T14:27:28.765Z Checking bzip2-sys v0.1.13+1.0.8
24842026-05-12T14:27:28.786Z Checking signal-hook v0.3.18
24852026-05-12T14:27:28.789Z Checking terminal_size v0.4.3
24862026-05-12T14:27:28.839Z Checking futures-executor v0.3.32
24872026-05-12T14:27:28.851Z Checking hex v0.4.3
24882026-05-12T14:27:28.895Z Checking hkdf v0.12.4
24892026-05-12T14:27:28.979Z Checking crypto-bigint v0.5.5
24902026-05-12T14:27:28.990Z Checking thread-id v5.1.0
24912026-05-12T14:27:29.022Z Checking encoding_rs v0.8.35
24922026-05-12T14:27:29.062Z Checking bitflags v1.3.2
24932026-05-12T14:27:29.062Z Checking strsim v0.11.1
24942026-05-12T14:27:29.065Z Checking libbz2-rs-sys v0.2.2
24952026-05-12T14:27:29.135Z Checking foldhash v0.2.0
24962026-05-12T14:27:29.167Z Checking either v1.15.0
24972026-05-12T14:27:29.229Z Checking winnow v0.5.40
24982026-05-12T14:27:29.267Z Checking hyper-rustls v0.27.7
24992026-05-12T14:27:29.278Z Checking hyper-tls v0.6.0
25002026-05-12T14:27:29.349Z Compiling rayon-core v1.13.0
25012026-05-12T14:27:29.442Z Checking foldhash v0.1.5
25022026-05-12T14:27:29.458Z Checking mime v0.3.17
25032026-05-12T14:27:29.471Z Checking clap_lex v1.0.0
25042026-05-12T14:27:29.520Z Checking same-file v1.0.6
25052026-05-12T14:27:29.575Z Checking winnow v0.7.14
25062026-05-12T14:27:29.618Z Checking bumpalo v3.20.2
25072026-05-12T14:27:29.630Z Checking managed v0.8.0
25082026-05-12T14:27:29.639Z Checking walkdir v2.5.0
25092026-05-12T14:27:29.794Z Checking clap_builder v4.5.60
25102026-05-12T14:27:29.806Z Checking smoltcp v0.9.1
25112026-05-12T14:27:29.812Z Checking zopfli v0.8.3
25122026-05-12T14:27:29.812Z Checking dof v0.3.0
25132026-05-12T14:27:29.857Z Checking elliptic-curve v0.13.8
25142026-05-12T14:27:29.958Z Checking reqwest v0.12.28
25152026-05-12T14:27:30.102Z Checking hashbrown v0.15.5
25162026-05-12T14:27:30.147Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25172026-05-12T14:27:30.160Z Checking bzip2 v0.6.1
25182026-05-12T14:27:30.344Z Checking hashbrown v0.16.1
25192026-05-12T14:27:30.360Z Checking toml_edit v0.19.15
25202026-05-12T14:27:30.364Z Checking usdt-impl v0.6.0
25212026-05-12T14:27:30.393Z Checking signal-hook-mio v0.2.5
25222026-05-12T14:27:30.496Z Checking futures v0.3.32
25232026-05-12T14:27:30.573Z Checking snafu v0.8.9
25242026-05-12T14:27:30.585Z Checking bzip2 v0.4.4
25252026-05-12T14:27:30.650Z Checking num-bigint-dig v0.8.6
25262026-05-12T14:27:30.744Z Checking phf v0.13.1
25272026-05-12T14:27:30.819Z Checking cookie_store v0.22.1
25282026-05-12T14:27:30.825Z Checking zstd v0.13.3
25292026-05-12T14:27:30.838Z Checking postgres-types v0.2.12
25302026-05-12T14:27:30.892Z Checking dtrace-parser v0.2.0
25312026-05-12T14:27:30.995Z Checking rustls-platform-verifier v0.6.2
25322026-05-12T14:27:31.004Z Checking crossbeam-deque v0.8.6
25332026-05-12T14:27:31.015Z Checking globset v0.4.18
25342026-05-12T14:27:31.119Z Checking regex v1.12.3
25352026-05-12T14:27:31.125Z Checking ed25519 v2.2.3
25362026-05-12T14:27:31.141Z Checking phf_shared v0.11.3
25372026-05-12T14:27:31.145Z Checking olpc-cjson v0.1.4
25382026-05-12T14:27:31.170Z Checking ref-cast v1.0.25
25392026-05-12T14:27:31.259Z Checking curve25519-dalek v4.1.3
25402026-05-12T14:27:31.277Z Checking strum v0.27.2
25412026-05-12T14:27:31.283Z Checking hubpack v0.1.2
25422026-05-12T14:27:31.287Z Checking memoffset v0.9.1
25432026-05-12T14:27:31.305Z Checking rustix v0.38.44
25442026-05-12T14:27:31.366Z Checking pkcs1 v0.7.5
25452026-05-12T14:27:31.377Z Checking pem v3.0.6
25462026-05-12T14:27:31.388Z Checking float-cmp v0.10.0
25472026-05-12T14:27:31.391Z Checking erased-serde v0.3.31
25482026-05-12T14:27:31.438Z Checking serde_plain v1.0.2
25492026-05-12T14:27:31.451Z Checking serde-big-array v0.5.1
25502026-05-12T14:27:31.503Z Checking rfc6979 v0.4.0
25512026-05-12T14:27:31.529Z Checking thread-id v4.2.2
25522026-05-12T14:27:31.563Z Checking memmap2 v0.9.10
25532026-05-12T14:27:31.577Z Checking env_filter v1.0.0
25542026-05-12T14:27:31.581Z Checking typed-path v0.9.3
25552026-05-12T14:27:31.600Z Checking unicode-segmentation v1.12.0
25562026-05-12T14:27:31.611Z Checking normalize-line-endings v0.3.0
25572026-05-12T14:27:31.694Z Checking predicates-core v1.0.10
25582026-05-12T14:27:31.714Z Checking fixedbitset v0.4.2
25592026-05-12T14:27:31.726Z Checking fixedbitset v0.5.7
25602026-05-12T14:27:31.768Z Checking precomputed-hash v0.1.1
25612026-05-12T14:27:31.808Z Checking whoami v2.1.0
25622026-05-12T14:27:31.848Z Checking difflib v0.4.0
25632026-05-12T14:27:31.861Z Checking keccak v0.1.6
25642026-05-12T14:27:31.900Z Checking new_debug_unreachable v1.0.6
25652026-05-12T14:27:31.916Z Checking toml_write v0.1.2
25662026-05-12T14:27:31.966Z Checking jiff v0.2.21
25672026-05-12T14:27:31.995Z Checking rustc-hash v2.1.1
25682026-05-12T14:27:32.015Z Checking static_assertions v1.1.0
25692026-05-12T14:27:32.019Z Checking data-encoding v2.10.0
25702026-05-12T14:27:32.038Z Checking ed25519-dalek v2.2.0
25712026-05-12T14:27:32.066Z Checking toml_edit v0.22.27
25722026-05-12T14:27:32.081Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25732026-05-12T14:27:32.092Z Checking crossterm v0.28.1
25742026-05-12T14:27:32.257Z Checking sha3 v0.10.8
25752026-05-12T14:27:32.284Z Checking hickory-proto v0.25.2
25762026-05-12T14:27:32.333Z Checking tough v0.22.0
25772026-05-12T14:27:32.452Z Checking predicates v3.1.4
25782026-05-12T14:27:32.742Z Checking tokio-postgres v0.7.16
25792026-05-12T14:27:32.778Z Checking string_cache v0.8.9
25802026-05-12T14:27:32.943Z Checking petgraph v0.8.3
25812026-05-12T14:27:32.956Z Checking similar v2.7.0
25822026-05-12T14:27:33.132Z Checking petgraph v0.6.5
25832026-05-12T14:27:33.333Z Checking slog v2.8.2
25842026-05-12T14:27:33.590Z Checking env_logger v0.11.9
25852026-05-12T14:27:33.780Z Checking usdt v0.6.0
25862026-05-12T14:27:33.949Z Checking ecdsa v0.16.9
25872026-05-12T14:27:33.973Z Checking usdt-impl v0.5.0
25882026-05-12T14:27:34.131Z Checking zip v4.6.1
25892026-05-12T14:27:34.253Z Checking rsa v0.9.10
25902026-05-12T14:27:34.269Z Checking toml v0.7.8
25912026-05-12T14:27:34.303Z Checking nix v0.31.2
25922026-05-12T14:27:34.352Z Checking reqwest v0.13.2
25932026-05-12T14:27:34.477Z Checking clap v4.5.60
25942026-05-12T14:27:34.555Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-12T14:27:34.569Z Checking zip v0.6.6
25962026-05-12T14:27:34.646Z Checking itertools v0.13.0
25972026-05-12T14:27:34.691Z Checking serde_with v3.17.0
25982026-05-12T14:27:34.710Z Checking strum v0.26.3
25992026-05-12T14:27:34.819Z Checking fs-err v3.3.0
26002026-05-12T14:27:34.872Z Checking ahash v0.8.12
26012026-05-12T14:27:34.885Z Checking object v0.37.3
26022026-05-12T14:27:35.003Z Checking tokio-stream v0.1.18
26032026-05-12T14:27:35.060Z Checking buf-list v1.1.2
26042026-05-12T14:27:35.118Z Checking camino v1.2.2
26052026-05-12T14:27:35.190Z Checking anyhow v1.0.102
26062026-05-12T14:27:35.248Z Checking x509-cert v0.2.5
26072026-05-12T14:27:35.306Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-05-12T14:27:35.376Z Checking openapiv3 v2.2.0
26092026-05-12T14:27:35.382Z Checking sha1 v0.10.6
26102026-05-12T14:27:35.402Z Checking toml_datetime v0.7.5+spec-1.1.0
26112026-05-12T14:27:35.548Z Checking peg-runtime v0.8.5
26122026-05-12T14:27:35.568Z Checking lalrpop-util v0.19.12
26132026-05-12T14:27:35.596Z Checking rayon v1.11.0
26142026-05-12T14:27:35.663Z Checking sigpipe v0.1.3
26152026-05-12T14:27:35.689Z Checking glob v0.3.3
26162026-05-12T14:27:37.084Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-12T14:27:37.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.67s
26182026-05-12T14:27:37.521Z
26192026-05-12T14:27:37.521Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26202026-05-12T14:27:38.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-12T14:27:38.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-12T14:27:38.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-12T14:27:38.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26242026-05-12T14:27:38.116Z
26252026-05-12T14:27:38.116Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26262026-05-12T14:27:38.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-12T14:27:38.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-12T14:27:38.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-12T14:27:38.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-05-12T14:27:38.712Z
26312026-05-12T14:27:38.712Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26322026-05-12T14:27:39.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-12T14:27:39.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-12T14:27:39.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-12T14:27:39.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26362026-05-12T14:27:39.308Z
26372026-05-12T14:27:39.308Zinfo: running `cargo check --bins` on oxql-types (80/274)
26382026-05-12T14:27:39.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-12T14:27:39.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-12T14:27:39.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-12T14:27:39.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-05-12T14:27:39.901Z
26432026-05-12T14:27:39.901Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26442026-05-12T14:27:40.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-12T14:27:40.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-12T14:27:40.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-12T14:27:40.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26482026-05-12T14:27:40.502Z
26492026-05-12T14:27:40.502Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26502026-05-12T14:27:41.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-12T14:27:41.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-12T14:27:41.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-12T14:27:41.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-05-12T14:27:41.097Z
26552026-05-12T14:27:41.097Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26562026-05-12T14:27:41.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-12T14:27:41.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-12T14:27:41.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-12T14:27:41.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26602026-05-12T14:27:41.672Z
26612026-05-12T14:27:41.672Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26622026-05-12T14:27:42.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-12T14:27:42.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-12T14:27:42.355Z Compiling structmeta-derive v0.3.0
26652026-05-12T14:27:42.471Z Compiling rustls v0.22.4
26662026-05-12T14:27:42.481Z Compiling multer v3.1.0
26672026-05-12T14:27:42.490Z Compiling async-stream-impl v0.3.6
26682026-05-12T14:27:42.493Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26692026-05-12T14:27:42.511Z Compiling dropshot v0.17.0
26702026-05-12T14:27:42.526Z Compiling newtype-uuid-macros v0.1.0
26712026-05-12T14:27:42.526Z Compiling dropshot_endpoint v0.17.0
26722026-05-12T14:27:42.659Z Checking newtype-uuid v1.3.2
26732026-05-12T14:27:42.704Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-12T14:27:42.760Z Checking rustls-webpki v0.102.8
26752026-05-12T14:27:42.846Z Checking daft v0.1.5
26762026-05-12T14:27:42.876Z Checking thread_local v1.1.9
26772026-05-12T14:27:43.037Z Checking match_cfg v0.1.0
26782026-05-12T14:27:43.058Z Checking compression-core v0.4.31
26792026-05-12T14:27:43.079Z Checking iddqd v0.3.18
26802026-05-12T14:27:43.101Z Checking hostname v0.3.1
26812026-05-12T14:27:43.130Z Checking crossbeam-channel v0.5.15
26822026-05-12T14:27:43.178Z Checking compression-codecs v0.4.37
26832026-05-12T14:27:43.192Z Checking slog-json v2.6.1
26842026-05-12T14:27:43.272Z Checking toml_datetime v1.0.0+spec-1.1.0
26852026-05-12T14:27:43.338Z Checking is-terminal v0.4.17
26862026-05-12T14:27:43.341Z Checking serde_spanned v1.0.4
26872026-05-12T14:27:43.427Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-05-12T14:27:43.463Z Checking debug-ignore v1.0.5
26892026-05-12T14:27:43.466Z Checking term v1.2.1
26902026-05-12T14:27:43.488Z Checking take_mut v0.2.2
26912026-05-12T14:27:43.512Z Compiling structmeta v0.3.0
26922026-05-12T14:27:43.558Z Checking slog-bunyan v2.5.0
26932026-05-12T14:27:43.582Z Checking slog-async v2.8.0
26942026-05-12T14:27:43.598Z Checking toml v1.0.6+spec-1.1.0
26952026-05-12T14:27:43.667Z Checking async-compression v0.4.41
26962026-05-12T14:27:43.690Z Checking slog-term v2.9.2
26972026-05-12T14:27:43.718Z Compiling derive-ex v0.1.8
26982026-05-12T14:27:43.750Z Compiling parse-display-derive v0.10.0
26992026-05-12T14:27:43.904Z Checking async-stream v0.3.6
27002026-05-12T14:27:43.935Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-05-12T14:27:43.938Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-12T14:27:44.020Z Checking progenitor-client v0.14.0
27032026-05-12T14:27:44.034Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-12T14:27:44.168Z Checking waitgroup v0.1.2
27052026-05-12T14:27:44.181Z Checking backon v1.6.0
27062026-05-12T14:27:44.242Z Checking rustls-pemfile v2.2.0
27072026-05-12T14:27:44.255Z Checking serde_path_to_error v0.1.20
27082026-05-12T14:27:44.279Z Checking hostname v0.4.2
27092026-05-12T14:27:44.337Z Checking instant v0.1.13
27102026-05-12T14:27:44.420Z Checking backoff v0.4.0
27112026-05-12T14:27:44.542Z Checking progenitor-extras v0.2.0
27122026-05-12T14:27:44.555Z Checking tokio-rustls v0.25.0
27132026-05-12T14:27:44.572Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-12T14:27:44.588Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-12T14:27:44.767Z Checking itertools v0.14.0
27162026-05-12T14:27:44.779Z Checking progenitor-client v0.10.0
27172026-05-12T14:27:44.943Z Checking regress v0.10.5
27182026-05-12T14:27:45.001Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-12T14:27:45.215Z Checking macaddr v1.0.1
27202026-05-12T14:27:45.380Z Compiling test-strategy v0.4.5
27212026-05-12T14:27:45.413Z Checking parse-display v0.10.0
27222026-05-12T14:27:46.515Z Compiling prettyplease v0.2.37
27232026-05-12T14:27:46.849Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-12T14:27:46.977Z Checking num-rational v0.4.2
27252026-05-12T14:27:47.208Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-12T14:27:47.442Z Checking num-complex v0.4.6
27272026-05-12T14:27:48.064Z Checking num v0.4.3
27282026-05-12T14:27:48.156Z Compiling usdt-attr-macro v0.5.0
27292026-05-12T14:27:48.159Z Compiling usdt-macro v0.5.0
27302026-05-12T14:27:48.213Z Checking memmap v0.7.0
27312026-05-12T14:27:48.261Z Checking float-ord v0.3.2
27322026-05-12T14:27:48.341Z Checking unicode-width v0.2.0
27332026-05-12T14:27:48.362Z Compiling convert_case v0.4.0
27342026-05-12T14:27:48.589Z Checking console v0.15.11
27352026-05-12T14:27:48.728Z Compiling derive_more v0.99.20
27362026-05-12T14:27:48.871Z Checking newline-converter v0.3.0
27372026-05-12T14:27:48.884Z Checking atomicwrites v0.4.4
27382026-05-12T14:27:48.915Z Checking usdt v0.5.0
27392026-05-12T14:27:48.979Z Compiling toml v0.8.23
27402026-05-12T14:27:49.011Z Checking linked-hash-map v0.5.6
27412026-05-12T14:27:49.079Z Compiling minimal-lexical v0.2.1
27422026-05-12T14:27:49.177Z Checking lru-cache v0.1.2
27432026-05-12T14:27:49.298Z Compiling nom v7.1.3
27442026-05-12T14:27:49.328Z Checking expectorate v1.2.0
27452026-05-12T14:27:49.916Z Checking camino-tempfile v1.4.1
27462026-05-12T14:27:50.024Z Checking hickory-proto v0.24.4
27472026-05-12T14:27:50.078Z Checking phf_shared v0.12.1
27482026-05-12T14:27:50.219Z Compiling slog-dtrace v0.3.0
27492026-05-12T14:27:50.312Z Checking heck v0.5.0
27502026-05-12T14:27:50.440Z Checking resolv-conf v0.7.6
27512026-05-12T14:27:50.459Z Compiling chrono-tz v0.10.4
27522026-05-12T14:27:50.625Z Compiling const_format_proc_macros v0.2.34
27532026-05-12T14:27:50.652Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-12T14:27:50.716Z Checking phf v0.12.1
27552026-05-12T14:27:50.759Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-12T14:27:50.857Z Checking tokio-dtrace v0.1.1
27572026-05-12T14:27:51.043Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-12T14:27:51.125Z Compiling derive-where v1.6.0
27592026-05-12T14:27:51.319Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-12T14:27:51.567Z Checking highway v1.3.0
27612026-05-12T14:27:51.794Z Checking const_format v0.2.35
27622026-05-12T14:27:51.841Z Checking hickory-resolver v0.24.4
27632026-05-12T14:27:52.025Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-12T14:27:52.151Z Checking oxide-tokio-rt v0.1.4
27652026-05-12T14:27:52.269Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-12T14:27:52.471Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27672026-05-12T14:27:52.509Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27682026-05-12T14:27:52.524Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-12T14:27:52.556Z Checking qorb v0.4.1
27702026-05-12T14:27:52.646Z Checking gethostname v0.5.0
27712026-05-12T14:27:52.690Z Checking bcs v0.1.6
27722026-05-12T14:27:52.709Z Checking termtree v0.5.1
27732026-05-12T14:27:55.899Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-12T14:27:58.604Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-12T14:28:00.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.04s
27762026-05-12T14:28:00.901Z
27772026-05-12T14:28:00.901Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27782026-05-12T14:28:01.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-12T14:28:01.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-12T14:28:01.589Z Compiling ar_archive_writer v0.5.1
27812026-05-12T14:28:01.700Z Compiling stacker v0.1.23
27822026-05-12T14:28:01.707Z Compiling cfg_aliases v0.1.1
27832026-05-12T14:28:01.714Z Compiling convert_case v0.10.0
27842026-05-12T14:28:01.717Z Checking unicode-width v0.1.14
27852026-05-12T14:28:01.730Z Compiling proc-macro-error v1.0.4
27862026-05-12T14:28:01.742Z Checking fd-lock v4.0.4
27872026-05-12T14:28:01.742Z Checking nibble_vec v0.1.0
27882026-05-12T14:28:01.763Z Compiling nix v0.28.0
27892026-05-12T14:28:01.853Z Checking vte v0.14.1
27902026-05-12T14:28:01.865Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-12T14:28:01.947Z Checking endian-type v0.1.2
27922026-05-12T14:28:01.959Z Checking bytecount v0.6.9
27932026-05-12T14:28:01.996Z Checking strip-ansi-escapes v0.2.1
27942026-05-12T14:28:02.008Z Compiling derive_more-impl v2.1.1
27952026-05-12T14:28:02.024Z Compiling tabled_derive v0.7.0
27962026-05-12T14:28:02.052Z Checking papergrid v0.11.0
27972026-05-12T14:28:02.065Z Checking radix_trie v0.2.1
27982026-05-12T14:28:02.100Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-12T14:28:02.250Z Compiling peg-macros v0.8.5
28002026-05-12T14:28:02.266Z Checking winnow v0.6.26
28012026-05-12T14:28:02.513Z Compiling psm v0.1.30
28022026-05-12T14:28:02.551Z Compiling sqlparser_derive v0.5.0
28032026-05-12T14:28:02.647Z Checking unicode_categories v0.1.1
28042026-05-12T14:28:02.802Z Checking nu-ansi-term v0.50.3
28052026-05-12T14:28:02.815Z Checking derive_more v2.1.1
28062026-05-12T14:28:02.890Z Checking home v0.5.12
28072026-05-12T14:28:02.974Z Checking tabled v0.15.0
28082026-05-12T14:28:02.993Z Checking crossterm v0.29.0
28092026-05-12T14:28:03.007Z Checking reedline v0.40.0
28102026-05-12T14:28:03.032Z Checking rustyline v14.0.0
28112026-05-12T14:28:03.285Z Checking recursive v0.1.1
28122026-05-12T14:28:03.319Z Checking display-error-chain v0.2.2
28132026-05-12T14:28:03.374Z Checking sqlparser v0.61.0
28142026-05-12T14:28:03.395Z Checking sqlformat v0.3.5
28152026-05-12T14:28:03.589Z Checking peg v0.8.5
28162026-05-12T14:28:14.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
28172026-05-12T14:28:14.611Z
28182026-05-12T14:28:14.611Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28192026-05-12T14:28:15.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-12T14:28:15.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-12T14:28:15.295Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-12T14:28:18.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28232026-05-12T14:28:18.884Z
28242026-05-12T14:28:18.884Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28252026-05-12T14:28:19.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-12T14:28:19.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-12T14:28:19.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-12T14:28:21.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28292026-05-12T14:28:22.172Z
28302026-05-12T14:28:22.172Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28312026-05-12T14:28:22.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-12T14:28:22.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-12T14:28:22.843Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-12T14:28:26.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28352026-05-12T14:28:26.228Z
28362026-05-12T14:28:26.228Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28372026-05-12T14:28:26.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-12T14:28:26.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-12T14:28:26.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-12T14:28:30.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28412026-05-12T14:28:30.309Z
28422026-05-12T14:28:30.309Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28432026-05-12T14:28:30.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-12T14:28:30.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-12T14:28:30.987Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-12T14:28:33.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28472026-05-12T14:28:33.719Z
28482026-05-12T14:28:33.719Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28492026-05-12T14:28:34.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-12T14:28:34.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-12T14:28:34.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-12T14:28:36.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28532026-05-12T14:28:37.167Z
28542026-05-12T14:28:37.167Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28552026-05-12T14:28:37.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-12T14:28:37.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-12T14:28:37.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-12T14:28:41.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28592026-05-12T14:28:41.382Z
28602026-05-12T14:28:41.382Zinfo: running `cargo check --bins` on oximeter (93/274)
28612026-05-12T14:28:41.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-12T14:28:41.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-12T14:28:41.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-12T14:28:41.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28652026-05-12T14:28:41.984Z
28662026-05-12T14:28:41.984Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28672026-05-12T14:28:42.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-12T14:28:42.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-12T14:28:42.622Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-12T14:28:42.781Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28712026-05-12T14:28:42.797Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-12T14:28:43.116Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-12T14:28:45.971Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-12T14:28:47.165Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-12T14:28:47.327Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-12T14:28:47.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.00s
28772026-05-12T14:28:48.172Z
28782026-05-12T14:28:48.172Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28792026-05-12T14:28:48.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-12T14:28:48.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-12T14:28:48.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-12T14:28:48.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-05-12T14:28:48.780Z
28842026-05-12T14:28:48.780Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28852026-05-12T14:28:49.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-12T14:28:49.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-12T14:28:49.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-12T14:28:49.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892026-05-12T14:28:49.416Z
28902026-05-12T14:28:49.416Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28912026-05-12T14:28:49.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-12T14:28:49.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-12T14:28:49.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-12T14:28:49.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-05-12T14:28:50.024Z
28962026-05-12T14:28:50.024Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28972026-05-12T14:28:50.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-12T14:28:50.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-12T14:28:50.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-12T14:28:50.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-05-12T14:28:50.625Z
29022026-05-12T14:28:50.626Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29032026-05-12T14:28:51.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-12T14:28:51.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-12T14:28:51.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-12T14:28:51.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29072026-05-12T14:28:51.231Z
29082026-05-12T14:28:51.232Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29092026-05-12T14:28:51.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-12T14:28:51.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-12T14:28:51.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-12T14:28:51.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29132026-05-12T14:28:51.843Z
29142026-05-12T14:28:51.843Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29152026-05-12T14:28:52.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-12T14:28:52.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-12T14:28:52.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-12T14:28:52.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-05-12T14:28:52.435Z
29202026-05-12T14:28:52.435Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29212026-05-12T14:28:52.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-12T14:28:52.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-12T14:28:52.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-12T14:28:52.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29252026-05-12T14:28:53.044Z
29262026-05-12T14:28:53.044Zinfo: running `cargo check --bins` on update-engine (103/274)
29272026-05-12T14:28:53.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-12T14:28:53.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-12T14:28:53.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-12T14:28:53.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-05-12T14:28:53.634Z
29322026-05-12T14:28:53.634Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29332026-05-12T14:28:54.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-12T14:28:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-12T14:28:54.357Z Compiling crucible-workspace-hack v0.1.0
29362026-05-12T14:28:54.473Z Checking secrecy v0.10.3
29372026-05-12T14:28:54.481Z Compiling heapless v0.8.0
29382026-05-12T14:28:54.487Z Compiling ingot-macros v0.1.1
29392026-05-12T14:28:54.494Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-12T14:28:54.497Z Checking hash32 v0.3.1
29412026-05-12T14:28:54.515Z Compiling smoltcp v0.11.0
29422026-05-12T14:28:54.518Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-12T14:28:54.574Z Checking cobs v0.3.0
29442026-05-12T14:28:54.618Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-12T14:28:54.721Z Checking universal-hash v0.5.1
29462026-05-12T14:28:54.721Z Checking half v2.7.1
29472026-05-12T14:28:54.745Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-12T14:28:54.840Z Checking opaque-debug v0.3.1
29492026-05-12T14:28:54.871Z Checking ciborium-io v0.2.2
29502026-05-12T14:28:54.918Z Checking poly1305 v0.8.0
29512026-05-12T14:28:54.949Z Checking postcard v1.1.3
29522026-05-12T14:28:54.962Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-05-12T14:28:54.983Z Checking ciborium-ll v0.2.2
29542026-05-12T14:28:55.155Z Compiling proc-macro-crate v3.4.0
29552026-05-12T14:28:55.171Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-12T14:28:55.230Z Checking password-hash v0.5.0
29572026-05-12T14:28:55.244Z Checking chacha20 v0.9.1
29582026-05-12T14:28:55.436Z Compiling proc-macro-crate v1.3.1
29592026-05-12T14:28:55.451Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-05-12T14:28:55.465Z Checking blake2 v0.10.6
29612026-05-12T14:28:55.557Z Checking aead v0.5.2
29622026-05-12T14:28:55.687Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-12T14:28:55.701Z Compiling foreign-types-macros v0.2.3
29642026-05-12T14:28:55.704Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-12T14:28:55.729Z Compiling num_enum_derive v0.7.5
29662026-05-12T14:28:55.794Z Checking thiserror-no-std v2.0.2
29672026-05-12T14:28:55.851Z Checking foreign-types-shared v0.3.1
29682026-05-12T14:28:55.881Z Checking cpufeatures v0.3.0
29692026-05-12T14:28:55.893Z Checking vsss-rs v3.3.4
29702026-05-12T14:28:55.940Z Compiling num_enum_derive v0.5.11
29712026-05-12T14:28:55.945Z Checking argon2 v0.5.3
29722026-05-12T14:28:55.964Z Checking chacha20 v0.10.0
29732026-05-12T14:28:56.212Z Checking chacha20poly1305 v0.10.1
29742026-05-12T14:28:56.278Z Checking foreign-types v0.5.0
29752026-05-12T14:28:56.291Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-05-12T14:28:56.294Z Checking ciborium v0.2.2
29772026-05-12T14:28:56.457Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-05-12T14:28:56.552Z Checking tabwriter v1.4.1
29792026-05-12T14:28:56.698Z Checking byte-wrapper v0.1.0
29802026-05-12T14:28:56.719Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29812026-05-12T14:28:56.736Z Checking cstr-argument v0.1.2
29822026-05-12T14:28:56.749Z Checking num_enum v0.7.5
29832026-05-12T14:28:56.855Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-12T14:28:56.872Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-05-12T14:28:56.897Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29862026-05-12T14:28:56.946Z Checking num_enum v0.5.11
29872026-05-12T14:28:56.996Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-12T14:28:57.060Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-05-12T14:28:57.076Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-12T14:28:57.133Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-12T14:28:57.218Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-12T14:28:57.235Z Checking rand v0.10.0
29932026-05-12T14:28:57.250Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29942026-05-12T14:28:57.274Z Checking ingot-types v0.1.2
29952026-05-12T14:28:57.290Z Checking colored v3.1.1
29962026-05-12T14:28:57.415Z Checking indent_write v2.2.0
29972026-05-12T14:28:57.477Z Compiling zone_cfg_derive v0.3.1
29982026-05-12T14:28:57.512Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-05-12T14:28:57.543Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-12T14:28:57.560Z Checking itertools v0.12.1
30012026-05-12T14:28:57.627Z Checking ingot v0.1.1
30022026-05-12T14:28:57.675Z Compiling num-derive v0.4.2
30032026-05-12T14:28:57.711Z Checking swrite v0.1.0
30042026-05-12T14:28:57.726Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30052026-05-12T14:28:57.798Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-12T14:28:57.820Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-05-12T14:28:57.976Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-12T14:28:58.079Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30092026-05-12T14:28:58.104Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-12T14:28:58.131Z Checking dropshot-api-manager-types v0.7.1
30112026-05-12T14:28:58.157Z Checking smf v0.2.3
30122026-05-12T14:28:58.210Z Checking nanorand v0.7.0
30132026-05-12T14:28:58.295Z Checking whoami v1.6.1
30142026-05-12T14:28:58.387Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-12T14:28:58.401Z Checking flume v0.11.1
30162026-05-12T14:28:58.548Z Checking zone v0.3.1
30172026-05-12T14:28:58.568Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-05-12T14:28:59.165Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-12T14:29:00.118Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-12T14:29:01.005Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-12T14:29:04.014Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-05-12T14:29:06.037Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-05-12T14:29:07.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
30242026-05-12T14:29:07.342Z
30252026-05-12T14:29:07.342Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30262026-05-12T14:29:07.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-05-12T14:29:07.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-05-12T14:29:07.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-05-12T14:29:07.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30302026-05-12T14:29:07.953Z
30312026-05-12T14:29:07.953Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30322026-05-12T14:29:08.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-12T14:29:08.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-12T14:29:08.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-12T14:29:08.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30362026-05-12T14:29:08.535Z
30372026-05-12T14:29:08.535Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30382026-05-12T14:29:09.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-12T14:29:09.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-12T14:29:09.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-12T14:29:09.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30422026-05-12T14:29:09.139Z
30432026-05-12T14:29:09.139Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30442026-05-12T14:29:09.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-12T14:29:09.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-12T14:29:09.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-12T14:29:09.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30482026-05-12T14:29:09.738Z
30492026-05-12T14:29:09.738Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30502026-05-12T14:29:10.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-12T14:29:10.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-12T14:29:10.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-12T14:29:10.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30542026-05-12T14:29:10.330Z
30552026-05-12T14:29:10.330Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30562026-05-12T14:29:10.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-12T14:29:10.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-12T14:29:10.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-12T14:29:10.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30602026-05-12T14:29:10.931Z
30612026-05-12T14:29:10.931Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30622026-05-12T14:29:11.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-12T14:29:11.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-12T14:29:11.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-12T14:29:11.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30662026-05-12T14:29:11.530Z
30672026-05-12T14:29:11.530Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30682026-05-12T14:29:12.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-12T14:29:12.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-12T14:29:12.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-12T14:29:12.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30722026-05-12T14:29:12.114Z
30732026-05-12T14:29:12.114Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30742026-05-12T14:29:12.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-12T14:29:12.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-12T14:29:12.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-12T14:29:12.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30782026-05-12T14:29:12.710Z
30792026-05-12T14:29:12.710Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30802026-05-12T14:29:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-12T14:29:13.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-12T14:29:13.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-12T14:29:13.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30842026-05-12T14:29:13.306Z
30852026-05-12T14:29:13.306Zinfo: running `cargo check --bins` on installinator-client (115/274)
30862026-05-12T14:29:13.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-12T14:29:13.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-12T14:29:13.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-12T14:29:13.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30902026-05-12T14:29:13.903Z
30912026-05-12T14:29:13.903Zinfo: running `cargo check --bins` on nexus-client (116/274)
30922026-05-12T14:29:14.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-12T14:29:14.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-12T14:29:14.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-12T14:29:14.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30962026-05-12T14:29:14.535Z
30972026-05-12T14:29:14.535Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30982026-05-12T14:29:15.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-12T14:29:15.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-12T14:29:15.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-12T14:29:15.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31022026-05-12T14:29:15.161Z
31032026-05-12T14:29:15.161Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31042026-05-12T14:29:15.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-12T14:29:15.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-12T14:29:15.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-12T14:29:15.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31082026-05-12T14:29:15.744Z
31092026-05-12T14:29:15.744Zinfo: running `cargo check --bins` on oxide-client (119/274)
31102026-05-12T14:29:16.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-12T14:29:16.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-12T14:29:16.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-12T14:29:16.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31142026-05-12T14:29:16.327Z
31152026-05-12T14:29:16.327Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31162026-05-12T14:29:16.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-12T14:29:16.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-12T14:29:16.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-12T14:29:16.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31202026-05-12T14:29:16.923Z
31212026-05-12T14:29:16.923Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31222026-05-12T14:29:17.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-12T14:29:17.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-12T14:29:17.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-12T14:29:17.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31262026-05-12T14:29:17.503Z
31272026-05-12T14:29:17.503Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31282026-05-12T14:29:18.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-12T14:29:18.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-12T14:29:18.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-12T14:29:18.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31322026-05-12T14:29:18.107Z
31332026-05-12T14:29:18.107Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31342026-05-12T14:29:18.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-12T14:29:18.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-12T14:29:18.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-12T14:29:18.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-12T14:29:18.728Z
31392026-05-12T14:29:18.728Zinfo: running `cargo check --bins` on installinator-common (124/274)
31402026-05-12T14:29:19.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-12T14:29:19.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-12T14:29:19.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-12T14:29:19.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31442026-05-12T14:29:19.339Z
31452026-05-12T14:29:19.339Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31462026-05-12T14:29:19.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-12T14:29:19.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-12T14:29:19.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-12T14:29:19.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31502026-05-12T14:29:19.921Z
31512026-05-12T14:29:19.921Zinfo: running `cargo check --bins` on wicket-common (126/274)
31522026-05-12T14:29:20.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-12T14:29:20.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-12T14:29:20.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-12T14:29:20.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31562026-05-12T14:29:20.526Z
31572026-05-12T14:29:20.526Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31582026-05-12T14:29:21.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-12T14:29:21.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-12T14:29:21.210Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-05-12T14:29:21.326Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-05-12T14:29:21.333Z Checking csv-core v0.1.13
31632026-05-12T14:29:21.340Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-05-12T14:29:21.347Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-05-12T14:29:21.356Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-12T14:29:21.367Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-12T14:29:21.379Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-05-12T14:29:21.483Z Checking csv v1.4.0
31692026-05-12T14:29:21.502Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-05-12T14:29:21.553Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-12T14:29:21.581Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-12T14:29:21.808Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-12T14:29:22.164Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31742026-05-12T14:29:22.168Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31752026-05-12T14:29:22.503Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-12T14:29:28.253Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-12T14:29:28.781Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-12T14:29:31.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.58s
31792026-05-12T14:29:31.310Z
31802026-05-12T14:29:31.310Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31812026-05-12T14:29:31.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-12T14:29:31.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-12T14:29:31.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-12T14:29:31.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31852026-05-12T14:29:31.902Z
31862026-05-12T14:29:31.902Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31872026-05-12T14:29:32.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-12T14:29:32.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-12T14:29:32.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-12T14:29:32.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31912026-05-12T14:29:32.574Z
31922026-05-12T14:29:32.574Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31932026-05-12T14:29:33.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-12T14:29:33.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-12T14:29:33.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-12T14:29:33.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31972026-05-12T14:29:33.252Z
31982026-05-12T14:29:33.252Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31992026-05-12T14:29:33.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-12T14:29:33.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-12T14:29:33.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-12T14:29:33.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32032026-05-12T14:29:33.897Z
32042026-05-12T14:29:33.897Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32052026-05-12T14:29:34.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-12T14:29:34.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-12T14:29:34.654Z Compiling regress v0.11.1
32082026-05-12T14:29:34.794Z Compiling unsafe-libyaml v0.2.11
32092026-05-12T14:29:34.808Z Compiling semver v0.1.20
32102026-05-12T14:29:34.811Z Compiling radium v0.7.0
32112026-05-12T14:29:34.834Z Compiling maybe-uninit v2.0.0
32122026-05-12T14:29:34.837Z Checking tap v1.0.1
32132026-05-12T14:29:34.861Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-12T14:29:34.945Z Checking wyz v0.5.1
32152026-05-12T14:29:35.076Z Compiling rustc_version v0.1.7
32162026-05-12T14:29:35.120Z Checking progenitor-client v0.13.0
32172026-05-12T14:29:35.151Z Compiling zerocopy-derive v0.6.6
32182026-05-12T14:29:35.262Z Checking crc-catalog v2.4.0
32192026-05-12T14:29:35.296Z Compiling newtype_derive v0.1.6
32202026-05-12T14:29:35.353Z Compiling serde_yaml v0.9.34+deprecated
32212026-05-12T14:29:35.368Z Compiling cancel-safe-futures v0.1.5
32222026-05-12T14:29:35.480Z Compiling owo-colors v4.3.0
32232026-05-12T14:29:35.533Z Checking funty v2.0.0
32242026-05-12T14:29:35.566Z Compiling packed_struct v0.10.1
32252026-05-12T14:29:35.850Z Checking bitvec v1.0.1
32262026-05-12T14:29:35.876Z Checking crc v3.4.0
32272026-05-12T14:29:35.978Z Checking zerocopy v0.6.6
32282026-05-12T14:29:36.014Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32292026-05-12T14:29:36.040Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-12T14:29:36.209Z Checking typify-impl v0.6.2
32312026-05-12T14:29:36.339Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-12T14:29:36.382Z Compiling packed_struct_codegen v0.10.1
32332026-05-12T14:29:36.547Z Checking libsw-core v0.3.2
32342026-05-12T14:29:36.588Z Compiling bitfield-macros v0.19.4
32352026-05-12T14:29:36.690Z Compiling indexmap v1.9.3
32362026-05-12T14:29:36.792Z Checking nodrop v0.1.14
32372026-05-12T14:29:36.881Z Checking array-init v0.0.4
32382026-05-12T14:29:36.914Z Checking libsw v3.5.0
32392026-05-12T14:29:37.064Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-12T14:29:37.137Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-12T14:29:37.190Z Checking smallvec v0.6.14
32422026-05-12T14:29:37.285Z Checking bitfield v0.19.4
32432026-05-12T14:29:37.312Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-12T14:29:37.459Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-12T14:29:37.554Z Checking tagptr v0.2.0
32462026-05-12T14:29:37.588Z Checking base64 v0.21.7
32472026-05-12T14:29:37.611Z Checking hashbrown v0.12.3
32482026-05-12T14:29:37.694Z Checking unicode-linebreak v0.1.5
32492026-05-12T14:29:37.722Z Checking smawk v0.3.2
32502026-05-12T14:29:37.822Z Checking linear-map v1.2.0
32512026-05-12T14:29:37.852Z Checking ron v0.8.1
32522026-05-12T14:29:37.901Z Checking textwrap v0.16.2
32532026-05-12T14:29:37.953Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-12T14:29:37.956Z Checking moka v0.12.13
32552026-05-12T14:29:37.987Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-12T14:29:38.105Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-12T14:29:38.120Z Checking steno v0.4.1
32582026-05-12T14:29:38.325Z Checking serde-hex v0.1.0
32592026-05-12T14:29:38.356Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-12T14:29:38.483Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32612026-05-12T14:29:38.512Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32622026-05-12T14:29:38.582Z Checking hashbrown v0.13.2
32632026-05-12T14:29:38.894Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32642026-05-12T14:29:38.999Z Checking humantime v2.3.0
32652026-05-12T14:29:39.074Z Checking crc-any v2.5.0
32662026-05-12T14:29:39.102Z Checking object v0.30.4
32672026-05-12T14:29:39.119Z Checking hickory-resolver v0.25.2
32682026-05-12T14:29:39.178Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-12T14:29:39.241Z Checking path-slash v0.1.5
32702026-05-12T14:29:39.256Z Checking void v1.0.2
32712026-05-12T14:29:39.335Z Checking half v1.8.3
32722026-05-12T14:29:39.350Z Checking utf-8 v0.7.6
32732026-05-12T14:29:39.363Z Checking lzss v0.8.2
32742026-05-12T14:29:39.481Z Checking tungstenite v0.23.0
32752026-05-12T14:29:39.525Z Checking serde_cbor v0.11.2
32762026-05-12T14:29:39.679Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-12T14:29:39.805Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-12T14:29:39.808Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32792026-05-12T14:29:39.834Z Checking nix v0.27.1
32802026-05-12T14:29:39.887Z Checking kstat-rs v0.2.4
32812026-05-12T14:29:39.901Z Checking fxhash v0.2.1
32822026-05-12T14:29:40.015Z Checking serde_bytes v0.11.19
32832026-05-12T14:29:40.039Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32842026-05-12T14:29:40.071Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-05-12T14:29:40.186Z Checking tokio-tungstenite v0.23.1
32862026-05-12T14:29:40.229Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32872026-05-12T14:29:40.356Z Checking signal-hook-tokio v0.3.1
32882026-05-12T14:29:40.643Z Compiling typify-macro v0.6.2
32892026-05-12T14:29:41.439Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-12T14:29:41.774Z Compiling typify v0.6.2
32912026-05-12T14:29:41.857Z Compiling progenitor-impl v0.13.0
32922026-05-12T14:29:41.857Z Compiling progenitor-impl v0.14.0
32932026-05-12T14:29:42.326Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-12T14:29:42.652Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32952026-05-12T14:29:43.442Z Compiling progenitor-macro v0.14.0
32962026-05-12T14:29:43.455Z Compiling progenitor-macro v0.13.0
32972026-05-12T14:29:46.008Z Checking progenitor v0.13.0
32982026-05-12T14:29:46.011Z Checking progenitor v0.14.0
32992026-05-12T14:29:46.130Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33002026-05-12T14:29:46.133Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-12T14:29:49.091Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-12T14:29:56.705Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-12T14:30:02.958Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-12T14:30:04.307Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-12T14:30:04.816Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-12T14:30:06.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.99s
33072026-05-12T14:30:07.091Z
33082026-05-12T14:30:07.091Zinfo: running `cargo check --bins` on gateway-api (133/274)
33092026-05-12T14:30:07.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-12T14:30:07.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-12T14:30:07.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-12T14:30:07.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-05-12T14:30:07.682Z
33142026-05-12T14:30:07.682Zinfo: running `cargo check --bins` on ipcc (134/274)
33152026-05-12T14:30:08.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-12T14:30:08.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-12T14:30:08.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-12T14:30:08.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-05-12T14:30:08.273Z
33202026-05-12T14:30:08.274Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33212026-05-12T14:30:08.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-12T14:30:08.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-12T14:30:08.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-12T14:30:08.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33252026-05-12T14:30:08.853Z
33262026-05-12T14:30:08.853Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33272026-05-12T14:30:09.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-12T14:30:09.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-12T14:30:09.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-12T14:30:09.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-05-12T14:30:09.450Z
33322026-05-12T14:30:09.450Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33332026-05-12T14:30:09.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-12T14:30:09.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-12T14:30:09.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-12T14:30:09.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33372026-05-12T14:30:10.046Z
33382026-05-12T14:30:10.046Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33392026-05-12T14:30:10.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-12T14:30:10.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-12T14:30:10.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-12T14:30:10.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33432026-05-12T14:30:10.644Z
33442026-05-12T14:30:10.644Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33452026-05-12T14:30:11.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-12T14:30:11.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-12T14:30:11.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-12T14:30:11.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492026-05-12T14:30:11.240Z
33502026-05-12T14:30:11.240Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33512026-05-12T14:30:11.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-12T14:30:11.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-12T14:30:11.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-12T14:30:11.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-05-12T14:30:11.839Z
33562026-05-12T14:30:11.839Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33572026-05-12T14:30:12.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-12T14:30:12.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-12T14:30:12.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-12T14:30:12.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-05-12T14:30:12.435Z
33622026-05-12T14:30:12.435Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33632026-05-12T14:30:12.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-12T14:30:12.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-12T14:30:12.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-12T14:30:12.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-05-12T14:30:13.034Z
33682026-05-12T14:30:13.034Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33692026-05-12T14:30:13.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-12T14:30:13.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-12T14:30:13.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-12T14:30:13.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-05-12T14:30:13.633Z
33742026-05-12T14:30:13.633Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33752026-05-12T14:30:14.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-12T14:30:14.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-12T14:30:14.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-12T14:30:14.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33792026-05-12T14:30:14.228Z
33802026-05-12T14:30:14.228Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33812026-05-12T14:30:14.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-12T14:30:14.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-12T14:30:14.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-12T14:30:14.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852026-05-12T14:30:14.823Z
33862026-05-12T14:30:14.823Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33872026-05-12T14:30:15.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-12T14:30:15.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-12T14:30:15.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-12T14:30:15.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912026-05-12T14:30:15.418Z
33922026-05-12T14:30:15.419Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33932026-05-12T14:30:15.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-12T14:30:15.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-12T14:30:15.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-12T14:30:15.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33972026-05-12T14:30:16.020Z
33982026-05-12T14:30:16.020Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33992026-05-12T14:30:16.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-12T14:30:16.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-12T14:30:16.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-12T14:30:16.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-05-12T14:30:16.616Z
34042026-05-12T14:30:16.616Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34052026-05-12T14:30:17.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-12T14:30:17.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-12T14:30:17.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-12T14:30:17.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34092026-05-12T14:30:17.215Z
34102026-05-12T14:30:17.215Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34112026-05-12T14:30:17.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-12T14:30:17.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-12T14:30:17.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-12T14:30:17.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34152026-05-12T14:30:17.809Z
34162026-05-12T14:30:17.809Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34172026-05-12T14:30:18.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-12T14:30:18.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-12T14:30:18.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-12T14:30:18.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34212026-05-12T14:30:18.409Z
34222026-05-12T14:30:18.409Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34232026-05-12T14:30:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-12T14:30:18.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-12T14:30:18.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-12T14:30:18.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34272026-05-12T14:30:19.004Z
34282026-05-12T14:30:19.004Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34292026-05-12T14:30:19.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-12T14:30:19.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-12T14:30:19.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-12T14:30:19.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34332026-05-12T14:30:19.603Z
34342026-05-12T14:30:19.603Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34352026-05-12T14:30:20.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-12T14:30:20.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-12T14:30:20.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-12T14:30:20.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-05-12T14:30:20.238Z
34402026-05-12T14:30:20.238Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34412026-05-12T14:30:20.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-12T14:30:20.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-12T14:30:20.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-12T14:30:20.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34452026-05-12T14:30:20.835Z
34462026-05-12T14:30:20.835Zinfo: running `cargo check --bins` on dns-server (156/274)
34472026-05-12T14:30:21.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-12T14:30:21.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-12T14:30:21.484Z Compiling parking_lot_core v0.8.6
34502026-05-12T14:30:21.484Z Compiling atomicwrites v0.4.4
34512026-05-12T14:30:21.484Z Compiling git-stub v1.0.0
34522026-05-12T14:30:21.487Z Checking prefix-trie v0.7.0
34532026-05-12T14:30:21.487Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34542026-05-12T14:30:21.717Z Compiling git-stub-vcs v0.1.0
34552026-05-12T14:30:21.892Z Checking hickory-server v0.25.2
34562026-05-12T14:30:21.982Z Checking parking_lot v0.11.2
34572026-05-12T14:30:21.994Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34582026-05-12T14:30:22.066Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34592026-05-12T14:30:22.066Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34602026-05-12T14:30:22.147Z Checking sled v0.34.7
34612026-05-12T14:30:24.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34622026-05-12T14:30:24.208Z
34632026-05-12T14:30:24.208Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34642026-05-12T14:30:24.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-12T14:30:24.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-12T14:30:24.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-12T14:30:24.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34682026-05-12T14:30:24.806Z
34692026-05-12T14:30:24.806Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34702026-05-12T14:30:25.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-12T14:30:25.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-12T14:30:25.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-12T14:30:25.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34742026-05-12T14:30:25.408Z
34752026-05-12T14:30:25.408Zinfo: running `cargo check --bins` on sp-sim (159/274)
34762026-05-12T14:30:25.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-12T14:30:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-12T14:30:26.129Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-12T14:30:27.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34802026-05-12T14:30:28.067Z
34812026-05-12T14:30:28.067Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34822026-05-12T14:30:28.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-12T14:30:28.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-12T14:30:28.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-12T14:30:28.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34862026-05-12T14:30:28.714Z
34872026-05-12T14:30:28.714Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34882026-05-12T14:30:29.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-12T14:30:29.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-12T14:30:29.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-12T14:30:29.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34922026-05-12T14:30:29.361Z
34932026-05-12T14:30:29.361Zinfo: running `cargo check --bins` on db-macros (162/274)
34942026-05-12T14:30:29.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-12T14:30:29.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-12T14:30:29.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-12T14:30:29.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34982026-05-12T14:30:29.941Z
34992026-05-12T14:30:29.941Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35002026-05-12T14:30:30.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-12T14:30:30.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-12T14:30:30.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-12T14:30:30.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35042026-05-12T14:30:30.525Z
35052026-05-12T14:30:30.525Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35062026-05-12T14:30:31.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-12T14:30:31.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-12T14:30:31.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-12T14:30:31.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35102026-05-12T14:30:31.163Z
35112026-05-12T14:30:31.163Zinfo: running `cargo check --bins` on authz-macros (165/274)
35122026-05-12T14:30:31.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-12T14:30:31.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-12T14:30:31.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-12T14:30:31.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35162026-05-12T14:30:31.744Z
35172026-05-12T14:30:31.744Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35182026-05-12T14:30:32.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-12T14:30:32.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-12T14:30:32.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-12T14:30:32.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35222026-05-12T14:30:32.380Z
35232026-05-12T14:30:32.380Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35242026-05-12T14:30:32.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-12T14:30:32.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-12T14:30:32.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-12T14:30:32.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35282026-05-12T14:30:33.020Z
35292026-05-12T14:30:33.020Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35302026-05-12T14:30:33.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-12T14:30:33.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-12T14:30:33.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-12T14:30:33.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35342026-05-12T14:30:33.607Z
35352026-05-12T14:30:33.607Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35362026-05-12T14:30:34.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-12T14:30:34.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-12T14:30:34.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-12T14:30:34.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35402026-05-12T14:30:34.187Z
35412026-05-12T14:30:34.187Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35422026-05-12T14:30:34.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-12T14:30:34.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-12T14:30:34.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-12T14:30:34.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35462026-05-12T14:30:34.781Z
35472026-05-12T14:30:34.781Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35482026-05-12T14:30:35.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-12T14:30:35.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-12T14:30:35.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-12T14:30:35.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35522026-05-12T14:30:35.362Z
35532026-05-12T14:30:35.362Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35542026-05-12T14:30:35.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-12T14:30:35.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-12T14:30:35.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-12T14:30:35.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-05-12T14:30:35.945Z
35592026-05-12T14:30:35.945Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35602026-05-12T14:30:36.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-12T14:30:36.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-12T14:30:36.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-12T14:30:36.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35642026-05-12T14:30:36.588Z
35652026-05-12T14:30:36.588Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35662026-05-12T14:30:37.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-12T14:30:37.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-12T14:30:37.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-12T14:30:37.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35702026-05-12T14:30:37.232Z
35712026-05-12T14:30:37.232Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35722026-05-12T14:30:37.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-12T14:30:37.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-12T14:30:37.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-12T14:30:37.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35762026-05-12T14:30:37.868Z
35772026-05-12T14:30:37.868Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35782026-05-12T14:30:38.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-12T14:30:38.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-12T14:30:38.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-12T14:30:38.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35822026-05-12T14:30:38.479Z
35832026-05-12T14:30:38.479Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35842026-05-12T14:30:38.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-12T14:30:38.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-12T14:30:38.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-12T14:30:38.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35882026-05-12T14:30:39.089Z
35892026-05-12T14:30:39.089Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35902026-05-12T14:30:39.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-12T14:30:39.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-12T14:30:39.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-12T14:30:39.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35942026-05-12T14:30:39.699Z
35952026-05-12T14:30:39.699Zinfo: running `cargo check --bins` on key-manager (179/274)
35962026-05-12T14:30:40.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-12T14:30:40.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-12T14:30:40.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-12T14:30:40.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-05-12T14:30:40.292Z
36012026-05-12T14:30:40.292Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36022026-05-12T14:30:40.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-12T14:30:40.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-12T14:30:40.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-12T14:30:40.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36062026-05-12T14:30:40.904Z
36072026-05-12T14:30:40.904Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36082026-05-12T14:30:41.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-12T14:30:41.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-12T14:30:41.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-12T14:30:41.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36122026-05-12T14:30:41.515Z
36132026-05-12T14:30:41.515Zinfo: running `cargo check --bins` on typed-rng (182/274)
36142026-05-12T14:30:42.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-12T14:30:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-12T14:30:42.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-12T14:30:42.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36182026-05-12T14:30:42.095Z
36192026-05-12T14:30:42.095Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36202026-05-12T14:30:42.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-12T14:30:42.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-12T14:30:42.938Z Compiling typify-impl v0.4.3
36232026-05-12T14:30:42.938Z Compiling libefi-sys v0.1.0
36242026-05-12T14:30:42.941Z Compiling bitfield-struct v0.6.2
36252026-05-12T14:30:43.089Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-12T14:30:43.102Z Compiling xshell-macros v0.2.7
36272026-05-12T14:30:43.112Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36282026-05-12T14:30:43.152Z Compiling salty v0.3.0
36292026-05-12T14:30:43.155Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-12T14:30:43.307Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-05-12T14:30:43.428Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36322026-05-12T14:30:43.444Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36332026-05-12T14:30:43.458Z Checking xshell v0.2.7
36342026-05-12T14:30:43.643Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36352026-05-12T14:30:43.662Z Checking primeorder v0.13.6
36362026-05-12T14:30:43.686Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-05-12T14:30:43.808Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-12T14:30:43.825Z Compiling proc-macro-error-attr2 v2.0.0
36392026-05-12T14:30:43.890Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36402026-05-12T14:30:43.921Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-05-12T14:30:43.954Z Checking tungstenite v0.21.0
36422026-05-12T14:30:44.097Z Checking p384 v0.13.1
36432026-05-12T14:30:44.155Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36442026-05-12T14:30:44.205Z Compiling proc-macro-error2 v2.0.1
36452026-05-12T14:30:44.311Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36462026-05-12T14:30:44.374Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36472026-05-12T14:30:44.505Z Compiling num-derive v0.3.3
36482026-05-12T14:30:44.522Z Compiling tabled_derive v0.11.0
36492026-05-12T14:30:44.699Z Checking tokio-tungstenite v0.21.0
36502026-05-12T14:30:44.978Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-12T14:30:44.999Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-12T14:30:45.088Z Checking papergrid v0.17.0
36532026-05-12T14:30:45.369Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-12T14:30:45.394Z Checking libscf-sys v1.1.0
36552026-05-12T14:30:45.528Z Checking testing_table v0.3.0
36562026-05-12T14:30:45.627Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-12T14:30:45.684Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36582026-05-12T14:30:45.700Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36592026-05-12T14:30:45.865Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-12T14:30:45.937Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-12T14:30:46.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36622026-05-12T14:30:46.134Z Checking corncobs v0.1.4
36632026-05-12T14:30:46.152Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36642026-05-12T14:30:46.152Z Compiling unicase v2.9.0
36652026-05-12T14:30:46.263Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-05-12T14:30:46.349Z Checking tabled v0.20.0
36672026-05-12T14:30:46.368Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36682026-05-12T14:30:46.384Z Compiling mime_guess v2.0.5
36692026-05-12T14:30:46.437Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-12T14:30:46.516Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-12T14:30:46.574Z Checking progenitor-client v0.11.2
36722026-05-12T14:30:46.774Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-12T14:30:46.806Z Checking secrecy v0.8.0
36742026-05-12T14:30:46.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36752026-05-12T14:30:46.861Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-12T14:30:46.947Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36772026-05-12T14:30:47.056Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36782026-05-12T14:30:47.290Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36792026-05-12T14:30:47.464Z Compiling typify-macro v0.4.3
36802026-05-12T14:30:47.479Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-12T14:30:47.504Z Checking filetime v0.2.27
36822026-05-12T14:30:47.567Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-12T14:30:47.570Z Checking http-range v0.1.5
36842026-05-12T14:30:47.722Z Checking xattr v1.6.1
36852026-05-12T14:30:47.793Z Checking crc8 v0.1.1
36862026-05-12T14:30:47.852Z Checking tar v0.4.45
36872026-05-12T14:30:48.095Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36882026-05-12T14:30:48.221Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36892026-05-12T14:30:48.352Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36902026-05-12T14:30:48.374Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-05-12T14:30:48.390Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36922026-05-12T14:30:48.511Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932026-05-12T14:30:48.742Z Checking atty v0.2.14
36942026-05-12T14:30:48.842Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36952026-05-12T14:30:48.886Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36962026-05-12T14:30:48.961Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-05-12T14:30:49.154Z Compiling typify v0.4.3
36982026-05-12T14:30:49.270Z Compiling progenitor-impl v0.11.2
36992026-05-12T14:30:49.297Z Compiling progenitor-impl v0.10.0
37002026-05-12T14:30:49.695Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-12T14:30:49.724Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-12T14:30:49.972Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-12T14:30:50.219Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37042026-05-12T14:30:50.671Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37052026-05-12T14:30:50.757Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37062026-05-12T14:30:50.896Z Checking hyper-staticfile v0.10.1
37072026-05-12T14:30:50.914Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37082026-05-12T14:30:51.145Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37092026-05-12T14:30:51.177Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37102026-05-12T14:30:51.194Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37112026-05-12T14:30:51.467Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37122026-05-12T14:30:51.510Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37132026-05-12T14:30:51.749Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37142026-05-12T14:30:51.805Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37152026-05-12T14:30:51.924Z Compiling progenitor-macro v0.10.0
37162026-05-12T14:30:51.954Z Compiling progenitor-macro v0.11.2
37172026-05-12T14:30:54.708Z Checking progenitor v0.10.0
37182026-05-12T14:30:54.839Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37192026-05-12T14:30:54.861Z Checking progenitor v0.11.2
37202026-05-12T14:30:54.978Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37212026-05-12T14:30:59.594Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37222026-05-12T14:31:00.702Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-05-12T14:31:11.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.91s
37242026-05-12T14:31:11.230Z
37252026-05-12T14:31:11.230Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37262026-05-12T14:31:11.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-05-12T14:31:11.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-05-12T14:31:12.003Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-05-12T14:31:22.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37302026-05-12T14:31:22.741Z
37312026-05-12T14:31:22.741Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37322026-05-12T14:31:23.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-05-12T14:31:23.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-05-12T14:31:23.512Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-05-12T14:31:34.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37362026-05-12T14:31:34.199Z
37372026-05-12T14:31:34.200Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37382026-05-12T14:31:34.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-05-12T14:31:34.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-05-12T14:31:34.938Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-05-12T14:31:45.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
37422026-05-12T14:31:45.673Z
37432026-05-12T14:31:45.673Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37442026-05-12T14:31:46.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-05-12T14:31:46.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-05-12T14:31:46.445Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-05-12T14:31:56.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37482026-05-12T14:31:57.097Z
37492026-05-12T14:31:57.097Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37502026-05-12T14:31:57.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-05-12T14:31:57.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-05-12T14:31:57.873Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-12T14:32:08.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37542026-05-12T14:32:08.688Z
37552026-05-12T14:32:08.688Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37562026-05-12T14:32:09.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-12T14:32:09.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-12T14:32:09.462Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-12T14:32:19.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
37602026-05-12T14:32:20.204Z
37612026-05-12T14:32:20.204Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37622026-05-12T14:32:20.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-12T14:32:20.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-12T14:32:20.979Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-12T14:32:31.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37662026-05-12T14:32:31.601Z
37672026-05-12T14:32:31.602Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37682026-05-12T14:32:32.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-12T14:32:32.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-12T14:32:32.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-05-12T14:32:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37722026-05-12T14:32:32.198Z
37732026-05-12T14:32:32.198Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37742026-05-12T14:32:32.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-12T14:32:32.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-12T14:32:32.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-05-12T14:32:32.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37782026-05-12T14:32:32.803Z
37792026-05-12T14:32:32.803Zinfo: running `cargo check --bins` on range-requests (193/274)
37802026-05-12T14:32:33.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-12T14:32:33.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-12T14:32:33.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-05-12T14:32:33.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37842026-05-12T14:32:33.391Z
37852026-05-12T14:32:33.391Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37862026-05-12T14:32:33.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-12T14:32:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-12T14:32:33.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-05-12T14:32:33.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37902026-05-12T14:32:33.985Z
37912026-05-12T14:32:33.985Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37922026-05-12T14:32:34.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-12T14:32:34.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-12T14:32:34.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-05-12T14:32:34.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37962026-05-12T14:32:34.601Z
37972026-05-12T14:32:34.601Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37982026-05-12T14:32:35.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-12T14:32:35.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-12T14:32:35.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-12T14:32:35.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38022026-05-12T14:32:35.214Z
38032026-05-12T14:32:35.214Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38042026-05-12T14:32:35.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-12T14:32:35.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-12T14:32:35.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-12T14:32:35.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38082026-05-12T14:32:35.830Z
38092026-05-12T14:32:35.830Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38102026-05-12T14:32:36.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-12T14:32:36.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-12T14:32:36.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-12T14:32:36.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38142026-05-12T14:32:36.447Z
38152026-05-12T14:32:36.447Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38162026-05-12T14:32:36.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-12T14:32:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-12T14:32:36.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-12T14:32:36.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38202026-05-12T14:32:37.069Z
38212026-05-12T14:32:37.069Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38222026-05-12T14:32:37.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-12T14:32:37.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-12T14:32:37.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-12T14:32:37.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38262026-05-12T14:32:37.687Z
38272026-05-12T14:32:37.687Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38282026-05-12T14:32:38.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-12T14:32:38.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-12T14:32:38.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-12T14:32:38.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38322026-05-12T14:32:38.307Z
38332026-05-12T14:32:38.307Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38342026-05-12T14:32:38.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-12T14:32:38.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-12T14:32:38.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-12T14:32:38.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-05-12T14:32:38.928Z
38392026-05-12T14:32:38.928Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38402026-05-12T14:32:39.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-12T14:32:39.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-12T14:32:39.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-12T14:32:40.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38442026-05-12T14:32:40.458Z
38452026-05-12T14:32:40.458Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38462026-05-12T14:32:40.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-12T14:32:40.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-12T14:32:40.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-12T14:32:40.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38502026-05-12T14:32:40.458Z
38512026-05-12T14:32:40.458Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38522026-05-12T14:32:40.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-12T14:32:40.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-12T14:32:40.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-12T14:32:40.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38562026-05-12T14:32:40.816Z
38572026-05-12T14:32:40.816Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38582026-05-12T14:32:41.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-12T14:32:41.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-12T14:32:41.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-12T14:32:41.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38622026-05-12T14:32:41.449Z
38632026-05-12T14:32:41.449Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38642026-05-12T14:32:41.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-12T14:32:41.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-12T14:32:41.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-12T14:32:41.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38682026-05-12T14:32:42.099Z
38692026-05-12T14:32:42.099Zinfo: running `cargo check --bins` on update-common (208/274)
38702026-05-12T14:32:42.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-12T14:32:42.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-12T14:32:42.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-12T14:32:42.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38742026-05-12T14:32:42.703Z
38752026-05-12T14:32:42.703Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38762026-05-12T14:32:43.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-12T14:32:43.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-12T14:32:43.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-12T14:32:43.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38802026-05-12T14:32:43.352Z
38812026-05-12T14:32:43.352Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38822026-05-12T14:32:43.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-12T14:32:43.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-12T14:32:43.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-12T14:32:43.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38862026-05-12T14:32:43.933Z
38872026-05-12T14:32:43.933Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38882026-05-12T14:32:44.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-12T14:32:44.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-12T14:32:44.703Z Compiling fs-err v2.11.0
38912026-05-12T14:32:44.703Z Checking ignore v0.4.25
38922026-05-12T14:32:44.703Z Checking arc-swap v1.8.2
38932026-05-12T14:32:44.706Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38942026-05-12T14:32:44.847Z Checking predicates-tree v1.0.13
38952026-05-12T14:32:44.850Z Checking parse-size v1.1.0
38962026-05-12T14:32:44.868Z Checking rand_seeder v0.4.0
38972026-05-12T14:32:44.880Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38982026-05-12T14:32:44.943Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38992026-05-12T14:32:44.963Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39002026-05-12T14:32:45.006Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39012026-05-12T14:32:45.039Z Checking slog-scope v4.4.1
39022026-05-12T14:32:45.135Z Compiling petname v2.0.2
39032026-05-12T14:32:45.160Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39042026-05-12T14:32:45.175Z Checking slog-stdlog v4.1.1
39052026-05-12T14:32:45.210Z Checking globwalk v0.9.1
39062026-05-12T14:32:45.265Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-05-12T14:32:45.301Z Checking slog-envlogger v2.2.0
39082026-05-12T14:32:45.387Z Checking camino-tempfile-ext v0.3.3
39092026-05-12T14:32:45.403Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39102026-05-12T14:32:45.449Z Checking sapling-renderdag v0.1.0
39112026-05-12T14:32:45.568Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39122026-05-12T14:32:45.582Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39132026-05-12T14:32:45.680Z Checking subprocess v0.2.15
39142026-05-12T14:32:45.754Z Checking sync-ptr v0.1.4
39152026-05-12T14:32:45.791Z Checking colored v2.2.0
39162026-05-12T14:32:45.870Z Checking assert_matches v1.5.0
39172026-05-12T14:32:45.978Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39182026-05-12T14:32:46.039Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-12T14:32:46.065Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39202026-05-12T14:32:46.066Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39212026-05-12T14:32:46.712Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39222026-05-12T14:32:48.034Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39232026-05-12T14:32:50.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
39242026-05-12T14:32:50.420Z
39252026-05-12T14:32:50.420Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39262026-05-12T14:32:50.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-12T14:32:50.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-12T14:32:50.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-12T14:32:50.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39302026-05-12T14:32:51.011Z
39312026-05-12T14:32:51.011Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39322026-05-12T14:32:51.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-12T14:32:51.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-12T14:32:51.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-12T14:32:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39362026-05-12T14:32:51.620Z
39372026-05-12T14:32:51.621Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39382026-05-12T14:32:52.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-12T14:32:52.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-12T14:32:52.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-12T14:32:52.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39422026-05-12T14:32:52.277Z
39432026-05-12T14:32:52.277Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39442026-05-12T14:32:52.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-12T14:32:52.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-12T14:32:53.002Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39472026-05-12T14:32:53.003Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-05-12T14:32:53.650Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39492026-05-12T14:32:55.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39502026-05-12T14:32:55.424Z
39512026-05-12T14:32:55.424Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39522026-05-12T14:32:55.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-12T14:32:55.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-12T14:32:55.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-05-12T14:32:55.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39562026-05-12T14:32:56.022Z
39572026-05-12T14:32:56.022Zinfo: running `cargo check --bins` on cert-dev (217/274)
39582026-05-12T14:32:56.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-12T14:32:56.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-12T14:32:56.636Z Checking yasna v0.5.2
39612026-05-12T14:32:57.031Z Checking rcgen v0.12.1
39622026-05-12T14:32:57.271Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-05-12T14:32:57.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
39642026-05-12T14:32:57.633Z
39652026-05-12T14:32:57.633Zinfo: running `cargo check --bins` on clickana (218/274)
39662026-05-12T14:32:58.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-12T14:32:58.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-12T14:32:58.281Z Compiling darling_core v0.23.0
39692026-05-12T14:32:58.284Z Compiling instability v0.3.11
39702026-05-12T14:32:58.391Z Checking castaway v0.2.4
39712026-05-12T14:32:58.402Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-05-12T14:32:58.402Z Compiling indoc v2.0.7
39732026-05-12T14:32:58.408Z Checking unicode-truncate v1.1.0
39742026-05-12T14:32:58.428Z Checking lru v0.12.5
39752026-05-12T14:32:58.428Z Checking cassowary v0.3.0
39762026-05-12T14:32:58.482Z Checking compact_str v0.8.1
39772026-05-12T14:32:59.437Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-05-12T14:32:59.620Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-05-12T14:32:59.806Z Compiling darling_macro v0.23.0
39802026-05-12T14:33:00.209Z Compiling darling v0.23.0
39812026-05-12T14:33:00.811Z Checking ratatui v0.29.0
39822026-05-12T14:33:01.866Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-05-12T14:33:02.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39842026-05-12T14:33:02.713Z
39852026-05-12T14:33:02.713Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39862026-05-12T14:33:03.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-12T14:33:03.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-12T14:33:03.434Z Checking headers-core v0.3.0
39892026-05-12T14:33:03.437Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-05-12T14:33:03.627Z Checking headers v0.4.1
39912026-05-12T14:33:03.986Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39922026-05-12T14:33:04.829Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39932026-05-12T14:33:05.322Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39942026-05-12T14:33:05.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
39952026-05-12T14:33:05.940Z
39962026-05-12T14:33:05.940Zinfo: running `cargo check --bins` on ch-dev (220/274)
39972026-05-12T14:33:06.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-12T14:33:06.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-12T14:33:06.654Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40002026-05-12T14:33:07.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40012026-05-12T14:33:07.609Z
40022026-05-12T14:33:07.609Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40032026-05-12T14:33:08.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-12T14:33:08.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-12T14:33:08.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-12T14:33:08.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40072026-05-12T14:33:08.076Z
40082026-05-12T14:33:08.076Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40092026-05-12T14:33:08.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-12T14:33:08.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-12T14:33:08.794Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-05-12T14:33:09.784Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40132026-05-12T14:33:10.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40142026-05-12T14:33:10.323Z
40152026-05-12T14:33:10.323Zinfo: running `cargo check --bins` on db-dev (223/274)
40162026-05-12T14:33:10.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-12T14:33:10.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-12T14:33:11.037Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40192026-05-12T14:33:11.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40202026-05-12T14:33:11.996Z
40212026-05-12T14:33:11.996Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40222026-05-12T14:33:12.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-12T14:33:12.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-12T14:33:12.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-12T14:33:12.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40262026-05-12T14:33:12.638Z
40272026-05-12T14:33:12.638Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40282026-05-12T14:33:13.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-12T14:33:13.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-12T14:33:13.252Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40312026-05-12T14:33:13.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40322026-05-12T14:33:14.094Z
40332026-05-12T14:33:14.094Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40342026-05-12T14:33:14.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-12T14:33:14.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-12T14:33:14.847Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40372026-05-12T14:33:14.847Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40382026-05-12T14:33:14.850Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40392026-05-12T14:33:14.850Z Checking git-stub v1.0.0
40402026-05-12T14:33:14.850Z Compiling trait-variant v0.1.2
40412026-05-12T14:33:14.850Z Checking maplit v1.0.2
40422026-05-12T14:33:14.986Z Checking is_ci v1.2.0
40432026-05-12T14:33:15.008Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40442026-05-12T14:33:15.035Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40452026-05-12T14:33:15.096Z Checking supports-color v3.0.2
40462026-05-12T14:33:15.113Z Checking git-stub-vcs v0.1.0
40472026-05-12T14:33:15.201Z Checking drift v0.1.4
40482026-05-12T14:33:15.218Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40492026-05-12T14:33:15.221Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40502026-05-12T14:33:15.305Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40512026-05-12T14:33:15.409Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40522026-05-12T14:33:15.499Z Checking dropshot-api-manager v0.7.1
40532026-05-12T14:33:15.513Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40542026-05-12T14:33:15.527Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40552026-05-12T14:33:15.698Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-12T14:33:15.735Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40572026-05-12T14:33:15.901Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-12T14:33:16.229Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40592026-05-12T14:33:21.102Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40602026-05-12T14:33:22.173Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40612026-05-12T14:33:22.731Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40622026-05-12T14:33:23.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.05s
40632026-05-12T14:33:23.361Z
40642026-05-12T14:33:23.361Zinfo: running `cargo check --bins` on installinator-api (227/274)
40652026-05-12T14:33:23.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-12T14:33:23.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-12T14:33:23.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-12T14:33:23.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-05-12T14:33:23.966Z
40702026-05-12T14:33:23.966Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40712026-05-12T14:33:24.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-12T14:33:24.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-12T14:33:24.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-05-12T14:33:24.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40752026-05-12T14:33:24.612Z
40762026-05-12T14:33:24.612Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40772026-05-12T14:33:25.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-05-12T14:33:25.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-05-12T14:33:25.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-05-12T14:33:25.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40812026-05-12T14:33:25.254Z
40822026-05-12T14:33:25.255Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40832026-05-12T14:33:25.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-05-12T14:33:25.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-05-12T14:33:25.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-05-12T14:33:25.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40872026-05-12T14:33:25.889Z
40882026-05-12T14:33:25.889Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40892026-05-12T14:33:26.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-05-12T14:33:26.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-05-12T14:33:26.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-05-12T14:33:26.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-05-12T14:33:26.495Z
40942026-05-12T14:33:26.495Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40952026-05-12T14:33:26.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-12T14:33:27.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-12T14:33:27.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-12T14:33:27.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-05-12T14:33:27.096Z
41002026-05-12T14:33:27.096Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41012026-05-12T14:33:27.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-12T14:33:27.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-12T14:33:27.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-12T14:33:27.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41052026-05-12T14:33:27.723Z
41062026-05-12T14:33:27.723Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41072026-05-12T14:33:28.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-12T14:33:28.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-12T14:33:28.345Z Checking typeid v1.0.3
41102026-05-12T14:33:28.458Z Checking ordered-float v2.10.1
41112026-05-12T14:33:28.478Z Checking unicode-xid v0.2.6
41122026-05-12T14:33:28.491Z Checking cargo-platform v0.2.0
41132026-05-12T14:33:28.502Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41142026-05-12T14:33:28.522Z Checking erased-serde v0.4.9
41152026-05-12T14:33:28.657Z Checking serde-value v0.7.0
41162026-05-12T14:33:28.830Z Checking serde-untagged v0.1.9
41172026-05-12T14:33:28.978Z Checking cargo-util-schemas v0.8.2
41182026-05-12T14:33:29.657Z Checking cargo_metadata v0.21.0
41192026-05-12T14:33:30.246Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41202026-05-12T14:33:30.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41212026-05-12T14:33:31.095Z
41222026-05-12T14:33:31.095Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41232026-05-12T14:33:31.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-12T14:33:31.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-12T14:33:31.838Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-05-12T14:33:32.459Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41272026-05-12T14:33:32.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41282026-05-12T14:33:33.175Z
41292026-05-12T14:33:33.175Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41302026-05-12T14:33:33.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-12T14:33:33.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-12T14:33:34.041Z Compiling vergen-gitcl v1.0.8
41332026-05-12T14:33:34.042Z Compiling dirs-sys-next v0.1.2
41342026-05-12T14:33:34.042Z Compiling glob v0.3.3
41352026-05-12T14:33:34.042Z Compiling crunchy v0.2.4
41362026-05-12T14:33:34.042Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-05-12T14:33:34.042Z Compiling diesel_derives v2.3.7
41382026-05-12T14:33:34.042Z Compiling dsl_auto_type v0.2.0
41392026-05-12T14:33:34.045Z Checking scheduled-thread-pool v0.2.7
41402026-05-12T14:33:34.308Z Compiling dirs-next v2.0.0
41412026-05-12T14:33:34.378Z Compiling diesel_table_macro_syntax v0.3.0
41422026-05-12T14:33:34.432Z Compiling tiny-keccak v2.0.2
41432026-05-12T14:33:34.436Z Compiling term v0.7.0
41442026-05-12T14:33:34.536Z Compiling clang-sys v1.8.1
41452026-05-12T14:33:34.574Z Checking r2d2 v0.8.10
41462026-05-12T14:33:34.589Z Checking downcast-rs v2.0.2
41472026-05-12T14:33:34.654Z Compiling bit-vec v0.6.3
41482026-05-12T14:33:34.752Z Compiling ascii-canvas v3.0.0
41492026-05-12T14:33:34.867Z Compiling bit-set v0.5.3
41502026-05-12T14:33:34.945Z Compiling itertools v0.10.5
41512026-05-12T14:33:34.977Z Compiling ena v0.14.4
41522026-05-12T14:33:34.993Z Compiling libloading v0.8.9
41532026-05-12T14:33:35.009Z Compiling diff v0.1.13
41542026-05-12T14:33:35.059Z Compiling regex-syntax v0.6.29
41552026-05-12T14:33:35.083Z Compiling bindgen v0.71.1
41562026-05-12T14:33:35.196Z Compiling cexpr v0.6.0
41572026-05-12T14:33:35.267Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41582026-05-12T14:33:35.462Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41592026-05-12T14:33:35.556Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-05-12T14:33:35.619Z Compiling libxml v0.3.3
41612026-05-12T14:33:35.834Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41622026-05-12T14:33:35.908Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41632026-05-12T14:33:35.999Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41642026-05-12T14:33:36.140Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41652026-05-12T14:33:36.169Z Compiling strum_macros v0.24.3
41662026-05-12T14:33:36.186Z Compiling indoc v1.0.9
41672026-05-12T14:33:36.404Z Compiling lalrpop v0.19.12
41682026-05-12T14:33:37.182Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41692026-05-12T14:33:37.370Z Checking derive_builder v0.20.2
41702026-05-12T14:33:37.486Z Compiling oso-derive v0.27.3
41712026-05-12T14:33:37.504Z Checking quick-xml v0.37.5
41722026-05-12T14:33:37.718Z Compiling impl-trait-for-tuples v0.2.3
41732026-05-12T14:33:37.975Z Checking openssl-probe v0.1.6
41742026-05-12T14:33:38.116Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41752026-05-12T14:33:38.371Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41762026-05-12T14:33:38.564Z Checking bb8 v0.8.6
41772026-05-12T14:33:38.833Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41782026-05-12T14:33:38.867Z Checking nonempty v0.12.0
41792026-05-12T14:33:38.886Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41802026-05-12T14:33:39.031Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41812026-05-12T14:33:39.068Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41822026-05-12T14:33:39.107Z Checking console v0.16.2
41832026-05-12T14:33:39.236Z Checking unit-prefix v0.5.2
41842026-05-12T14:33:39.255Z Checking support-bundle-viewer v0.1.2
41852026-05-12T14:33:39.370Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41862026-05-12T14:33:39.410Z Checking indicatif v0.18.4
41872026-05-12T14:33:39.503Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41882026-05-12T14:33:39.674Z Checking multimap v0.10.1
41892026-05-12T14:33:40.025Z Checking diesel v2.3.7
41902026-05-12T14:33:41.805Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-05-12T14:33:42.159Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41922026-05-12T14:33:42.543Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-05-12T14:33:43.477Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41942026-05-12T14:33:43.901Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41952026-05-12T14:33:44.105Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41962026-05-12T14:33:44.549Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41972026-05-12T14:33:44.566Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41982026-05-12T14:33:46.584Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41992026-05-12T14:33:51.852Z Compiling samael v0.0.19
42002026-05-12T14:33:55.541Z Checking async-bb8-diesel v0.2.1
42012026-05-12T14:33:55.821Z Checking diesel-dtrace v0.5.0
42022026-05-12T14:33:56.411Z Compiling polar-core v0.27.3
42032026-05-12T14:34:00.823Z Checking oso v0.27.3
42042026-05-12T14:34:37.635Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42052026-05-12T14:35:10.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42062026-05-12T14:35:11.170Z
42072026-05-12T14:35:11.170Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42082026-05-12T14:35:11.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-12T14:35:11.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-12T14:35:11.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-12T14:35:11.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42122026-05-12T14:35:11.846Z
42132026-05-12T14:35:11.846Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42142026-05-12T14:35:12.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-12T14:35:12.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-12T14:35:12.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-05-12T14:35:12.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42182026-05-12T14:35:12.510Z
42192026-05-12T14:35:12.510Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42202026-05-12T14:35:13.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-12T14:35:13.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-12T14:35:13.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-05-12T14:35:13.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42242026-05-12T14:35:13.110Z
42252026-05-12T14:35:13.111Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42262026-05-12T14:35:13.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-05-12T14:35:13.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-05-12T14:35:13.996Z Compiling libz-sys v1.1.24
42292026-05-12T14:35:14.147Z Compiling libgit2-sys v0.18.3+1.9.2
42302026-05-12T14:35:14.157Z Compiling vergen-git2 v1.0.7
42312026-05-12T14:35:14.160Z Compiling rustls v0.21.12
42322026-05-12T14:35:14.160Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42332026-05-12T14:35:14.162Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42342026-05-12T14:35:14.163Z Checking sct v0.7.1
42352026-05-12T14:35:14.163Z Checking rustls-webpki v0.101.7
42362026-05-12T14:35:14.322Z Compiling nix v0.29.0
42372026-05-12T14:35:14.388Z Compiling dropshot v0.16.7
42382026-05-12T14:35:14.476Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42392026-05-12T14:35:14.489Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42402026-05-12T14:35:14.624Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42412026-05-12T14:35:14.639Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42422026-05-12T14:35:14.654Z Checking toml v0.9.12+spec-1.1.0
42432026-05-12T14:35:14.668Z Compiling dropshot_endpoint v0.16.7
42442026-05-12T14:35:14.885Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42452026-05-12T14:35:14.917Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42462026-05-12T14:35:15.133Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42472026-05-12T14:35:15.211Z Checking rustls-pemfile v1.0.4
42482026-05-12T14:35:15.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42492026-05-12T14:35:15.537Z Checking twox-hash v2.1.2
42502026-05-12T14:35:15.598Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42512026-05-12T14:35:15.774Z Checking tokio-rustls v0.24.1
42522026-05-12T14:35:16.304Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42532026-05-12T14:35:16.386Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42542026-05-12T14:35:16.568Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42552026-05-12T14:35:16.984Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42562026-05-12T14:35:17.119Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42572026-05-12T14:35:17.189Z Checking fatfs v0.3.6
42582026-05-12T14:35:17.222Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42592026-05-12T14:35:17.255Z Compiling seq-macro v0.3.6
42602026-05-12T14:35:20.964Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42612026-05-12T14:35:21.084Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42622026-05-12T14:35:21.422Z Compiling git2 v0.20.4
42632026-05-12T14:35:23.585Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42642026-05-12T14:36:10.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.52s
42652026-05-12T14:36:10.856Z
42662026-05-12T14:36:10.856Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42672026-05-12T14:36:11.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-05-12T14:36:11.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-05-12T14:36:11.750Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-12T14:36:50.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.50s
42712026-05-12T14:36:50.597Z
42722026-05-12T14:36:50.597Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42732026-05-12T14:36:51.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-05-12T14:36:51.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-05-12T14:36:51.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-05-12T14:36:51.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42772026-05-12T14:36:51.191Z
42782026-05-12T14:36:51.191Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42792026-05-12T14:36:51.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-05-12T14:36:51.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-05-12T14:36:51.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-05-12T14:36:51.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42832026-05-12T14:36:51.834Z
42842026-05-12T14:36:51.834Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42852026-05-12T14:36:52.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-05-12T14:36:52.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-05-12T14:36:52.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-05-12T14:36:52.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42892026-05-12T14:36:52.496Z
42902026-05-12T14:36:52.496Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42912026-05-12T14:36:53.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-05-12T14:36:53.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-05-12T14:36:53.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-05-12T14:36:53.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42952026-05-12T14:36:53.151Z
42962026-05-12T14:36:53.151Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42972026-05-12T14:36:53.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-05-12T14:36:53.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-05-12T14:36:53.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-05-12T14:36:53.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43012026-05-12T14:36:53.797Z
43022026-05-12T14:36:53.797Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43032026-05-12T14:36:54.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-05-12T14:36:54.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-05-12T14:36:54.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-05-12T14:36:54.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43072026-05-12T14:36:54.456Z
43082026-05-12T14:36:54.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43092026-05-12T14:36:55.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-12T14:36:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-12T14:36:55.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-05-12T14:36:55.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43132026-05-12T14:36:55.119Z
43142026-05-12T14:36:55.119Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43152026-05-12T14:36:55.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-05-12T14:36:55.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-05-12T14:36:55.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43182026-05-12T14:36:55.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43192026-05-12T14:36:55.776Z
43202026-05-12T14:36:55.776Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43212026-05-12T14:36:56.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43222026-05-12T14:36:56.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43232026-05-12T14:36:56.674Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43242026-05-12T14:36:56.678Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43252026-05-12T14:36:56.862Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43262026-05-12T14:36:56.891Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43272026-05-12T14:36:56.911Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43282026-05-12T14:36:56.929Z Checking diff v0.1.13
43292026-05-12T14:36:56.932Z Checking yansi v1.0.1
43302026-05-12T14:36:56.932Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43312026-05-12T14:36:57.003Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43322026-05-12T14:36:57.199Z Checking pretty_assertions v1.4.1
43332026-05-12T14:36:57.811Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43342026-05-12T14:36:58.175Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43352026-05-12T14:37:21.359Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-05-12T14:37:21.362Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-05-12T14:37:21.362Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43382026-05-12T14:37:21.362Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43392026-05-12T14:37:21.362Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43402026-05-12T14:37:21.362Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43412026-05-12T14:37:22.181Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-05-12T14:37:23.272Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43432026-05-12T14:38:01.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43442026-05-12T14:38:01.884Z
43452026-05-12T14:38:01.884Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43462026-05-12T14:38:02.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-05-12T14:38:02.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-05-12T14:38:02.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-05-12T14:38:02.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43502026-05-12T14:38:02.478Z
43512026-05-12T14:38:02.478Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43522026-05-12T14:38:03.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-05-12T14:38:03.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-05-12T14:38:03.264Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43552026-05-12T14:38:03.386Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-05-12T14:38:03.386Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43572026-05-12T14:38:29.209Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43582026-05-12T14:38:29.598Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43592026-05-12T14:38:31.284Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43602026-05-12T14:38:31.735Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43612026-05-12T14:38:34.653Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43622026-05-12T14:38:57.539Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43632026-05-12T14:38:58.247Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-05-12T14:38:59.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.40s
43652026-05-12T14:39:00.090Z
43662026-05-12T14:39:00.091Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43672026-05-12T14:39:00.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-12T14:39:00.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-12T14:39:00.817Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43702026-05-12T14:39:01.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
43712026-05-12T14:39:01.691Z
43722026-05-12T14:39:01.691Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43732026-05-12T14:39:02.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-12T14:39:02.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-12T14:39:02.342Z Compiling blake3 v1.8.3
43762026-05-12T14:39:02.452Z Checking arrayref v0.3.9
43772026-05-12T14:39:02.455Z Checking constant_time_eq v0.4.2
43782026-05-12T14:39:02.458Z Checking arrayvec v0.7.6
43792026-05-12T14:39:02.471Z Checking topological-sort v0.2.2
43802026-05-12T14:39:02.471Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43812026-05-12T14:39:02.474Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43822026-05-12T14:39:02.474Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43832026-05-12T14:39:02.514Z Checking shell-words v1.1.1
43842026-05-12T14:39:03.326Z Checking omicron-zone-package v0.12.2
43852026-05-12T14:39:04.021Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43862026-05-12T14:39:04.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
43872026-05-12T14:39:05.012Z
43882026-05-12T14:39:05.012Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43892026-05-12T14:39:05.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-05-12T14:39:05.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-05-12T14:39:05.657Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43922026-05-12T14:39:05.970Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43932026-05-12T14:39:06.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
43942026-05-12T14:39:06.553Z
43952026-05-12T14:39:06.554Zinfo: running `cargo check --bins` on schema (256/274)
43962026-05-12T14:39:07.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-12T14:39:07.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-12T14:39:07.284Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43992026-05-12T14:39:07.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44002026-05-12T14:39:08.172Z
44012026-05-12T14:39:08.172Zinfo: running `cargo check --bins` on xtask (257/274)
44022026-05-12T14:39:08.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-12T14:39:08.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-12T14:39:08.627Z Checking libc v0.2.185
44052026-05-12T14:39:08.706Z Checking serde v1.0.228
44062026-05-12T14:39:08.711Z Checking zerofrom v0.1.6
44072026-05-12T14:39:08.715Z Checking bitflags v2.11.0
44082026-05-12T14:39:08.720Z Checking smallvec v1.15.1
44092026-05-12T14:39:08.727Z Checking indexmap v2.14.0
44102026-05-12T14:39:08.737Z Checking serde_json v1.0.149
44112026-05-12T14:39:08.740Z Checking num-traits v0.2.19
44122026-05-12T14:39:08.803Z Checking yoke v0.8.1
44132026-05-12T14:39:08.857Z Checking scroll v0.12.0
44142026-05-12T14:39:08.892Z Checking thiserror v1.0.69
44152026-05-12T14:39:08.966Z Checking zerovec v0.11.5
44162026-05-12T14:39:08.985Z Checking zerotrie v0.2.3
44172026-05-12T14:39:08.996Z Checking errno v0.3.14
44182026-05-12T14:39:09.081Z Checking toml_datetime v0.6.11
44192026-05-12T14:39:09.081Z Checking serde_spanned v0.6.9
44202026-05-12T14:39:09.106Z Checking rustix v1.1.3
44212026-05-12T14:39:09.209Z Checking percent-encoding v2.3.2
44222026-05-12T14:39:09.220Z Checking log v0.4.29
44232026-05-12T14:39:09.234Z Checking zerocopy v0.7.35
44242026-05-12T14:39:09.254Z Checking ordered-float v2.10.1
44252026-05-12T14:39:09.257Z Checking toml_edit v0.22.27
44262026-05-12T14:39:09.339Z Checking getrandom v0.4.1
44272026-05-12T14:39:09.355Z Checking form_urlencoded v1.2.2
44282026-05-12T14:39:09.364Z Checking goblin v0.8.2
44292026-05-12T14:39:09.386Z Checking tinystr v0.8.2
44302026-05-12T14:39:09.469Z Checking potential_utf v0.1.4
44312026-05-12T14:39:09.472Z Checking serde-value v0.7.0
44322026-05-12T14:39:09.489Z Checking thiserror v2.0.18
44332026-05-12T14:39:09.559Z Checking icu_locale_core v2.1.1
44342026-05-12T14:39:09.581Z Checking syn v2.0.117
44352026-05-12T14:39:09.596Z Checking icu_collections v2.1.1
44362026-05-12T14:39:09.674Z Checking dtrace-parser v0.2.0
44372026-05-12T14:39:09.707Z Checking thread-id v4.2.2
44382026-05-12T14:39:09.786Z Checking once_cell v1.21.3
44392026-05-12T14:39:09.891Z Checking terminal_size v0.4.3
44402026-05-12T14:39:09.904Z Checking cargo-platform v0.2.0
44412026-05-12T14:39:09.904Z Checking memmap v0.7.0
44422026-05-12T14:39:09.955Z Checking tempfile v3.25.0
44432026-05-12T14:39:09.999Z Checking clap_builder v4.5.60
44442026-05-12T14:39:10.028Z Checking textwrap v0.16.2
44452026-05-12T14:39:10.080Z Checking fs-err v3.3.0
44462026-05-12T14:39:10.103Z Checking icu_provider v2.1.1
44472026-05-12T14:39:10.140Z Checking camino-tempfile v1.4.1
44482026-05-12T14:39:10.231Z Checking tabled v0.15.0
44492026-05-12T14:39:10.253Z Checking anyhow v1.0.102
44502026-05-12T14:39:10.292Z Checking macaddr v1.0.1
44512026-05-12T14:39:10.334Z Checking icu_properties v2.1.2
44522026-05-12T14:39:10.345Z Checking icu_normalizer v2.1.1
44532026-05-12T14:39:10.445Z Checking toml v0.8.23
44542026-05-12T14:39:10.467Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44552026-05-12T14:39:10.757Z Checking cargo_toml v0.21.0
44562026-05-12T14:39:11.118Z Checking idna_adapter v1.2.1
44572026-05-12T14:39:11.188Z Checking clap v4.5.60
44582026-05-12T14:39:11.215Z Checking dof v0.3.0
44592026-05-12T14:39:11.232Z Checking idna v1.1.0
44602026-05-12T14:39:11.452Z Checking url v2.5.8
44612026-05-12T14:39:11.468Z Checking usdt-impl v0.5.0
44622026-05-12T14:39:11.707Z Checking usdt v0.5.0
44632026-05-12T14:39:11.786Z Checking cargo-util-schemas v0.8.2
44642026-05-12T14:39:12.463Z Checking cargo_metadata v0.21.0
44652026-05-12T14:39:13.068Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44662026-05-12T14:39:13.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
44672026-05-12T14:39:13.609Z
44682026-05-12T14:39:13.609Zinfo: running `cargo check --bins` on dnsadm (258/274)
44692026-05-12T14:39:14.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-12T14:39:14.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-12T14:39:14.251Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44722026-05-12T14:39:14.718Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44732026-05-12T14:39:15.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44742026-05-12T14:39:15.302Z
44752026-05-12T14:39:15.302Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44762026-05-12T14:39:15.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-12T14:39:15.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-12T14:39:16.103Z Checking polyval v0.6.2
44792026-05-12T14:39:16.227Z Checking ctr v0.9.2
44802026-05-12T14:39:16.237Z Checking ssh-encoding v0.2.0
44812026-05-12T14:39:16.237Z Checking blowfish v0.9.1
44822026-05-12T14:39:16.257Z Checking password-hash v0.4.2
44832026-05-12T14:39:16.272Z Checking p521 v0.13.3
44842026-05-12T14:39:16.272Z Checking p256 v0.13.2
44852026-05-12T14:39:16.299Z Checking russh-cryptovec v0.7.3
44862026-05-12T14:39:16.366Z Checking ghash v0.5.1
44872026-05-12T14:39:16.371Z Checking md5 v0.7.0
44882026-05-12T14:39:16.374Z Checking bcrypt-pbkdf v0.10.0
44892026-05-12T14:39:16.447Z Checking num-bigint v0.4.6
44902026-05-12T14:39:16.447Z Checking des v0.8.1
44912026-05-12T14:39:16.478Z Checking pbkdf2 v0.11.0
44922026-05-12T14:39:16.508Z Checking aes-gcm v0.10.3
44932026-05-12T14:39:16.525Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44942026-05-12T14:39:16.563Z Checking hex-literal v0.4.1
44952026-05-12T14:39:16.588Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44962026-05-12T14:39:16.614Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44972026-05-12T14:39:16.643Z Checking socket2 v0.5.10
44982026-05-12T14:39:16.657Z Checking internet-checksum v0.2.1
44992026-05-12T14:39:16.660Z Checking ssh-cipher v0.2.0
45002026-05-12T14:39:16.832Z Checking ssh-key v0.6.7
45012026-05-12T14:39:16.904Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-05-12T14:39:17.455Z Checking russh-keys v0.45.0
45032026-05-12T14:39:17.998Z Checking russh v0.45.0
45042026-05-12T14:39:32.833Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-05-12T14:39:34.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s
45062026-05-12T14:39:34.256Z
45072026-05-12T14:39:34.256Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45082026-05-12T14:39:34.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-12T14:39:34.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-12T14:39:34.901Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45112026-05-12T14:39:35.009Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45122026-05-12T14:39:35.017Z Checking termios v0.3.3
45132026-05-12T14:39:36.205Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45142026-05-12T14:39:36.349Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-05-12T14:39:38.107Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45162026-05-12T14:39:38.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
45172026-05-12T14:39:38.852Z
45182026-05-12T14:39:38.852Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45192026-05-12T14:39:39.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-12T14:39:39.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-12T14:39:39.566Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45222026-05-12T14:39:39.679Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45232026-05-12T14:39:39.687Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45242026-05-12T14:39:39.687Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45252026-05-12T14:39:39.699Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45262026-05-12T14:39:39.703Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45272026-05-12T14:39:40.411Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45282026-05-12T14:39:40.752Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45292026-05-12T14:39:40.758Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45302026-05-12T14:39:41.387Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45312026-05-12T14:39:43.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45322026-05-12T14:39:43.210Z
45332026-05-12T14:39:43.210Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45342026-05-12T14:39:43.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-05-12T14:39:43.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-05-12T14:39:43.854Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45372026-05-12T14:39:44.293Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45382026-05-12T14:39:44.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45392026-05-12T14:39:44.804Z
45402026-05-12T14:39:44.804Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45412026-05-12T14:39:45.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-12T14:39:45.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-12T14:39:45.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-05-12T14:39:45.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45452026-05-12T14:39:45.403Z
45462026-05-12T14:39:45.403Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45472026-05-12T14:39:45.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-05-12T14:39:45.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-05-12T14:39:45.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-05-12T14:39:45.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45512026-05-12T14:39:45.992Z
45522026-05-12T14:39:45.992Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45532026-05-12T14:39:46.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-05-12T14:39:46.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-05-12T14:39:46.749Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45562026-05-12T14:39:47.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45572026-05-12T14:39:47.538Z
45582026-05-12T14:39:47.538Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45592026-05-12T14:39:48.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-05-12T14:39:48.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-05-12T14:39:48.190Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45622026-05-12T14:39:48.197Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45632026-05-12T14:39:48.437Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45642026-05-12T14:39:48.437Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45652026-05-12T14:39:49.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
45662026-05-12T14:39:49.395Z
45672026-05-12T14:39:49.395Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45682026-05-12T14:39:49.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-12T14:39:49.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-12T14:39:49.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-12T14:39:49.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45722026-05-12T14:39:49.989Z
45732026-05-12T14:39:49.989Zinfo: running `cargo check --bins` on omicron-package (268/274)
45742026-05-12T14:39:50.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-12T14:39:50.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-12T14:39:50.673Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45772026-05-12T14:39:51.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45782026-05-12T14:39:51.934Z
45792026-05-12T14:39:51.934Zinfo: running `cargo check --bins` on tqdb (269/274)
45802026-05-12T14:39:52.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-12T14:39:52.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-12T14:39:52.720Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-05-12T14:39:53.064Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45842026-05-12T14:39:53.567Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45852026-05-12T14:39:53.575Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45862026-05-12T14:39:59.291Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45872026-05-12T14:39:59.298Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-05-12T14:39:59.856Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45892026-05-12T14:39:59.856Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45902026-05-12T14:39:59.864Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45912026-05-12T14:39:59.864Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-05-12T14:40:00.607Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45932026-05-12T14:40:01.582Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45942026-05-12T14:40:02.339Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45952026-05-12T14:40:02.938Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45962026-05-12T14:40:09.348Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45972026-05-12T14:40:13.510Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45982026-05-12T14:40:13.515Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45992026-05-12T14:40:13.515Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46002026-05-12T14:40:13.515Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46012026-05-12T14:40:14.978Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46022026-05-12T14:40:16.289Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46032026-05-12T14:40:16.954Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46042026-05-12T14:40:18.189Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46052026-05-12T14:40:18.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.79s
46062026-05-12T14:40:18.944Z
46072026-05-12T14:40:18.944Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46082026-05-12T14:40:19.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-12T14:40:19.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-12T14:40:19.664Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46112026-05-12T14:40:19.664Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-12T14:40:19.667Z Checking rtoolbox v0.0.3
46132026-05-12T14:40:19.793Z Checking tui-tree-widget v0.23.1
46142026-05-12T14:40:19.889Z Checking rpassword v7.4.0
46152026-05-12T14:40:20.895Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46162026-05-12T14:40:23.920Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-05-12T14:40:25.733Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46182026-05-12T14:40:26.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
46192026-05-12T14:40:26.835Z
46202026-05-12T14:40:26.835Zinfo: running `cargo check --bins` on wicket (271/274)
46212026-05-12T14:40:27.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-05-12T14:40:27.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-05-12T14:40:27.523Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-05-12T14:40:27.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46252026-05-12T14:40:28.073Z
46262026-05-12T14:40:28.073Zinfo: running `cargo check --bins` on wicketd (272/274)
46272026-05-12T14:40:28.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-12T14:40:28.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-12T14:40:28.791Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46302026-05-12T14:40:28.791Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46312026-05-12T14:40:28.795Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46322026-05-12T14:40:28.795Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46332026-05-12T14:40:29.767Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46342026-05-12T14:40:30.333Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46352026-05-12T14:40:33.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
46362026-05-12T14:40:33.455Z
46372026-05-12T14:40:33.455Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46382026-05-12T14:40:33.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-05-12T14:40:33.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-05-12T14:40:33.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-05-12T14:40:33.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46422026-05-12T14:40:34.039Z
46432026-05-12T14:40:34.039Zinfo: running `cargo check --bins` on zone-setup (274/274)
46442026-05-12T14:40:34.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-05-12T14:40:34.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-05-12T14:40:34.711Z Checking uzers v0.12.2
46472026-05-12T14:40:34.976Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46482026-05-12T14:40:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46492026-05-12T14:40:35.918Z
46502026-05-12T14:40:35.918Zreal 14:05.042609775
46512026-05-12T14:40:35.921Zuser 20:26.499752312
46522026-05-12T14:40:35.921Zsys 4:10.127383206
46532026-05-12T14:40:35.921Ztrap 0.327801104
46542026-05-12T14:40:35.921Ztflt 0.739997478
46552026-05-12T14:40:35.921Zdflt 1.088111865
46562026-05-12T14:40:35.921Zkflt 0.004613025
46572026-05-12T14:40:35.921Zlock 1:16:08.968709396
46582026-05-12T14:40:35.921Zslp 1:37:45.307263745
46592026-05-12T14:40:35.921Zlat 54.814786262
46602026-05-12T14:40:35.921Zstop 3:30.660844709
46612026-05-12T14:40:35.921Zprocess exited: duration 979785 ms, exit code 0
 
46622026-05-12T14:40:35.928Zfound 0 output files