01KR1TZ1RP6TNY2GYB7JD712J5: 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: 01KR1TZF7DVFBX99E9NMB6FKKJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T18:25:58.204Zjob assigned to worker 01KR1TZPA86H63XP77KME1VHTV [factory aws, i-00ac71042312ee021] (queued for 48 s)
 
22026-05-07T18:26:05.030Zstarting task 0: "setup"
32026-05-07T18:26:05.038Z++ uname -s
42026-05-07T18:26:05.041Z+ kern=SunOS
52026-05-07T18:26:05.041Z+ build_user=build
62026-05-07T18:26:05.041Z+ build_uid=12345
72026-05-07T18:26:05.042Z+ work_dir=/work
82026-05-07T18:26:05.042Z+ input_dir=/input
92026-05-07T18:26:05.042Z+ [[ 0 == 12345 ]]
102026-05-07T18:26:05.042Z+ case "$kern" in
112026-05-07T18:26:05.042Z+ groupadd -g 12345 build
122026-05-07T18:26:05.042Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T18:26:07.047Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T18:26:07.146Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T18:26:07.150Z+ home_fs=zfs
162026-05-07T18:26:07.150Z+ [[ zfs == autofs ]]
172026-05-07T18:26:07.150Z+ mkdir -p /home/build
182026-05-07T18:26:07.150Z+ chown build:build /home/build /work
192026-05-07T18:26:09.152Z+ chmod 0700 /home/build /work
202026-05-07T18:26:09.157Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-07T18:26:09.169Zstarting task 1: "rust-toolchain"
222026-05-07T18:26:09.173Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-07T18:26:09.173Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T18:26:09.173Z * rust toolchain channel = "1.94.0"
252026-05-07T18:26:09.173Z * rust toolchain profile = "default"
262026-05-07T18:26:09.173Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T18:26:09.173Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T18:26:09.176Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T18:26:09.176Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-07T18:26:09.284Zinfo: downloading installer
312026-05-07T18:26:10.877Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T18:26:10.877Zwarn: /home/build/.rustup/settings.toml
332026-05-07T18:26:10.877Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T18:26:10.877Zwarn: instead of the one inferred from the default host triple.
352026-05-07T18:26:10.891Zinfo: profile set to default
362026-05-07T18:26:10.891Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T18:26:10.891Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-07T18:26:11.060Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-07T18:26:11.085Zinfo: downloading 6 components
402026-05-07T18:26:27.321Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-07T18:26:27.321Z
422026-05-07T18:26:27.347Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-07T18:26:27.347Z
442026-05-07T18:26:27.347Z
452026-05-07T18:26:27.348ZRust is installed now. Great!
462026-05-07T18:26:27.348Z
472026-05-07T18:26:27.351ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T18:26:27.351Zenvironment variable. This has not been done automatically.
492026-05-07T18:26:27.351Z
502026-05-07T18:26:27.351ZTo configure your current shell, you need to source
512026-05-07T18:26:27.351Zthe corresponding env file under $HOME/.cargo.
522026-05-07T18:26:27.351Z
532026-05-07T18:26:27.351ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T18:26:27.351Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T18:26:27.351Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T18:26:27.351Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T18:26:27.351Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T18:26:27.351Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T18:26:27.351Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T18:26:27.351Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T18:26:27.351Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T18:26:27.439Z+ rustup --version
632026-05-07T18:26:27.448Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T18:26:27.450Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T18:26:27.470Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-07T18:26:27.473Z+ cargo --version
672026-05-07T18:26:27.484Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-07T18:26:27.489Z+ rustc --version
692026-05-07T18:26:27.506Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-07T18:26:27.509Zprocess exited: duration 18341 ms, exit code 0
 
712026-05-07T18:26:27.516Zstarting task 2: "authentication"
722026-05-07T18:26:27.532Zprocess exited: duration 15 ms, exit code 0
 
732026-05-07T18:26:27.539Zstarting task 3: "clone repository"
742026-05-07T18:26:27.542Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-07T18:26:27.545Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-07T18:26:27.575ZCloning into '/work/oxidecomputer/omicron'...
772026-05-07T18:26:41.113Z+ cd /work/oxidecomputer/omicron
782026-05-07T18:26:41.113Z+ git fetch origin 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51
792026-05-07T18:26:41.156ZFrom https://github.com/oxidecomputer/omicron
802026-05-07T18:26:41.156Z * branch 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51 -> FETCH_HEAD
812026-05-07T18:26:41.156Z+ [[ -n ben/fix-db-usage-flake ]]
822026-05-07T18:26:41.156Z++ git branch --show-current
832026-05-07T18:26:41.156Z+ current=main
842026-05-07T18:26:41.156Z+ [[ main != ben/fix-db-usage-flake ]]
852026-05-07T18:26:41.156Z+ git branch -f ben/fix-db-usage-flake 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51
862026-05-07T18:26:41.157Z+ git checkout -f ben/fix-db-usage-flake
872026-05-07T18:26:41.157ZSwitched to branch 'ben/fix-db-usage-flake'
882026-05-07T18:26:41.157Z+ git reset --hard 20117abc7cfc04cd2cc4e37e7f8b2b0eaef0df51
892026-05-07T18:26:41.157ZHEAD is now at 20117abc7 Don't manipulate time in oximeter database usage tests
902026-05-07T18:26:41.157Zprocess exited: duration 10412 ms, exit code 0
 
912026-05-07T18:26:41.229Zstarting task 4: "build"
922026-05-07T18:26:41.266Z+ source .github/buildomat/ci-env.sh
932026-05-07T18:26:41.266Z++ export CARGO_TERM_COLOR=always
942026-05-07T18:26:41.266Z++ CARGO_TERM_COLOR=always
952026-05-07T18:26:41.266Z+ cargo --version
962026-05-07T18:26:41.266Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-07T18:26:41.266Z+ rustc --version
982026-05-07T18:26:41.266Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-07T18:26:41.266Z+ source ./env.sh
1002026-05-07T18:26:41.266Z++ OLD_SHELL_OPTS=ehxB
1012026-05-07T18:26:41.266Z++ set -o xtrace
1022026-05-07T18:26:41.266Z++++ dirname ./env.sh
1032026-05-07T18:26:41.266Z+++ readlink -f .
1042026-05-07T18:26:41.266Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ 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-07T18:26:41.266Z++ case $OLD_SHELL_OPTS in
1142026-05-07T18:26:41.266Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-07T18:26:41.266Z+ 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-07T18:26:41.266Z+ 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-07T18:26:41.266Z+ banner prerequisites
1182026-05-07T18:26:41.267Z
1192026-05-07T18:26:41.267Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-07T18:26:41.267Z # # # # # # # # # # # # # # #
1212026-05-07T18:26:41.267Z # # # # ##### # # ##### # # # # # #### #
1222026-05-07T18:26:41.267Z ##### ##### # ##### # # # # # # # # #
1232026-05-07T18:26:41.267Z # # # # # # # # # # # # # # #
1242026-05-07T18:26:41.267Z # # # ###### # # ###### ### # #### # #### #
1252026-05-07T18:26:41.267Z
1262026-05-07T18:26:41.267Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-07T18:26:42.596Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-07T18:26:42.709ZPlanning: Solver setup ... Done (0.096s)
1292026-05-07T18:26:42.718ZPlanning: Running solver ... Done (0.008s)
1302026-05-07T18:26:42.721ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-07T18:26:42.724ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-07T18:26:42.742ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-07T18:26:42.755ZPlanning: Package planning ... Done (0.013s)
1342026-05-07T18:26:42.758ZPlanning: Merging actions ... Done (0.001s)
1352026-05-07T18:26:42.944ZPlanning: Checking for conflicting actions ... Done (0.187s)
1362026-05-07T18:26:42.946ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-07T18:26:43.738ZPlanning: Evaluating mediators ... Done (0.794s)
1382026-05-07T18:26:43.742ZPlanning: Planning completed in 1.14 seconds
1392026-05-07T18:26:43.748Z Packages to install: 2
1402026-05-07T18:26:43.748Z Estimated space available: 156.08 GB
1412026-05-07T18:26:43.751ZEstimated space to be consumed: 15.55 MB
1422026-05-07T18:26:43.751Z Create boot environment: No
1432026-05-07T18:26:43.751ZCreate backup boot environment: No
1442026-05-07T18:26:43.752Z Rebuild boot archive: No
1452026-05-07T18:26:43.752Z
1462026-05-07T18:26:43.752ZChanged packages:
1472026-05-07T18:26:43.752Zhelios
1482026-05-07T18:26:43.752Z developer/build-essential
1492026-05-07T18:26:43.752Z None -> 11-3.0
1502026-05-07T18:26:43.752Z library/libxmlsec1
1512026-05-07T18:26:43.752Z None -> 1.2.35-3.0
1522026-05-07T18:26:43.773Z
1532026-05-07T18:26:43.773ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-07T18:26:45.056ZDownload: Completed 1.28 MB in 1.28 seconds (1022k/s)
1552026-05-07T18:26:45.128Z Actions: 1/268 actions (Installing new actions)
1562026-05-07T18:26:45.165Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-07T18:26:45.172ZFinalize: Updating package state database ... Done (0.006s)
1582026-05-07T18:26:45.175ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-07T18:26:45.182ZFinalize: Updating image state ... Done (0.009s)
1602026-05-07T18:26:47.597ZFinalize: Creating fast lookup database ... Done (2.395s)
1612026-05-07T18:26:47.668ZFinalize: Reading search index ... Done (0.012s)
1622026-05-07T18:26:47.671ZFinalize: Updating search index ... Done (0.000s)
1632026-05-07T18:26:47.757ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-07T18:26:48.040ZPlanning: Evaluating mediator changes ... Done
1652026-05-07T18:26:48.146ZPlanning: Checking for conflicting actions ... Done
1662026-05-07T18:26:48.149ZPlanning: Consolidating action changes ... Done
1672026-05-07T18:26:48.303ZPlanning: Evaluating mediators ... Done
1682026-05-07T18:26:48.306ZPlanning: Planning completed in 0.26 seconds
1692026-05-07T18:26:48.326Z Mediators to change: 2
1702026-05-07T18:26:48.326Z Create boot environment: No
1712026-05-07T18:26:48.326ZCreate backup boot environment: No
1722026-05-07T18:26:48.380ZFinalize: Updating package state database ... Done
1732026-05-07T18:26:48.383ZFinalize: Updating package cache ... Done
1742026-05-07T18:26:48.386ZFinalize: Updating image state ... Done
1752026-05-07T18:26:50.317ZFinalize: Creating fast lookup database ... Done
1762026-05-07T18:26:50.378ZFinalize: Reading search index ... Done
1772026-05-07T18:26:50.381ZFinalize: Updating search index ... Done
1782026-05-07T18:26:50.461ZFinalize: Updating package cache ... Done
1792026-05-07T18:26:50.745ZPlanning: Evaluating mediator changes ... Done
1802026-05-07T18:26:50.849ZPlanning: Checking for conflicting actions ... Done
1812026-05-07T18:26:50.852ZPlanning: Consolidating action changes ... Done
1822026-05-07T18:26:51.007ZPlanning: Evaluating mediators ... Done
1832026-05-07T18:26:51.010ZPlanning: Planning completed in 0.26 seconds
1842026-05-07T18:26:51.030Z Mediators to change: 1
1852026-05-07T18:26:51.031Z Create boot environment: No
1862026-05-07T18:26:51.031ZCreate backup boot environment: No
1872026-05-07T18:26:51.097ZFinalize: Updating package state database ... Done
1882026-05-07T18:26:51.097ZFinalize: Updating package cache ... Done
1892026-05-07T18:26:51.104ZFinalize: Updating image state ... Done
1902026-05-07T18:26:53.049ZFinalize: Creating fast lookup database ... Done
1912026-05-07T18:26:53.108ZFinalize: Reading search index ... Done
1922026-05-07T18:26:53.108ZFinalize: Updating search index ... Done
1932026-05-07T18:26:53.193ZFinalize: Updating package cache ... Done
1942026-05-07T18:26:53.506ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-07T18:26:53.506Zapache system 2.4 system
1962026-05-07T18:26:53.506Zclang system 15 system
1972026-05-07T18:26:53.506Zcsh system system illumos
1982026-05-07T18:26:53.506Zctags system system illumos
1992026-05-07T18:26:53.506Zfile vendor vendor darwinsys
2002026-05-07T18:26:53.506Zfile system system illumos
2012026-05-07T18:26:53.506Zgcc vendor 14 vendor
2022026-05-07T18:26:53.506Zgcc system 13 system
2032026-05-07T18:26:53.506Zgcc system 10 system
2042026-05-07T18:26:53.506Zgo system 1.25 system
2052026-05-07T18:26:53.506Zllvm system 15 system
2062026-05-07T18:26:53.506Zmariadb system 11.4 system
2072026-05-07T18:26:53.506Zmta vendor vendor dma
2082026-05-07T18:26:53.506Zopenjdk system 17 system
2092026-05-07T18:26:53.506Zopenjdk system 11 system
2102026-05-07T18:26:53.506Zopenssl vendor 3 vendor
2112026-05-07T18:26:53.506Zperl system 5.40 system
2122026-05-07T18:26:53.506Zpostgresql system 18 system
2132026-05-07T18:26:53.506Zpostgresql system 17 system
2142026-05-07T18:26:53.506Zpython vendor 3 vendor
2152026-05-07T18:26:53.507Zpython system 2 system
2162026-05-07T18:26:53.507Zpython3 vendor 3.13 vendor
2172026-05-07T18:26:53.507Zruby system 3.4 system
2182026-05-07T18:26:53.507Zruby system 3.0 system
2192026-05-07T18:26:53.507Zwords vendor vendor american-english
2202026-05-07T18:26:53.507Zwords system system australian-english
2212026-05-07T18:26:53.507Zwords system system british-english
2222026-05-07T18:26:53.507Zwords system system canadian-english
2232026-05-07T18:26:53.507Zwords system system french
2242026-05-07T18:26:53.507Zwords system system italian
2252026-05-07T18:26:53.507Zwords system system ngerman
2262026-05-07T18:26:53.507Zwords system system ogerman
2272026-05-07T18:26:53.507Zwords system system spanish
2282026-05-07T18:26:53.756ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-07T18:26:53.756Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-07T18:26:54.013ZFMRI IFO
2312026-05-07T18:26:54.013Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-07T18:26:54.013Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-07T18:26:54.013Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-07T18:26:54.013Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-07T18:26:54.013Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-07T18:26:54.013Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-07T18:26:54.013Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-07T18:26:54.013Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-07T18:26:54.013Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-07T18:26:54.235Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-07T18:26:54.492Z Updating crates.io index
2422026-05-07T18:26:54.496Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-07T18:26:54.797Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-07T18:26:55.609Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-07T18:26:56.012Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-07T18:26:57.024Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-07T18:26:57.608Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-07T18:26:58.921Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-07T18:26:59.622Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-07T18:27:00.135Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-07T18:27:00.937Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-07T18:27:01.509Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-07T18:27:02.259Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-07T18:27:02.559Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-07T18:27:03.979Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-07T18:27:04.521Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-07T18:27:04.867Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-07T18:27:05.220Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-07T18:27:05.659Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-07T18:27:06.018Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-07T18:27:06.252Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-07T18:27:06.563Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-07T18:27:07.020Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-07T18:27:07.363Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-07T18:27:07.945Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-07T18:27:08.257Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-07T18:27:08.781Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-07T18:27:09.062Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-07T18:27:09.914Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-07T18:27:10.777Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-07T18:27:11.232Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-07T18:27:11.505Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-07T18:27:11.882Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-07T18:27:12.199Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-07T18:27:12.553Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-07T18:27:13.072Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-07T18:27:13.356Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-07T18:27:13.593Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-07T18:27:13.958Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-07T18:27:25.712Z Downloading crates ...
2812026-05-07T18:27:25.769Z Downloaded cfg-if v1.0.4
2822026-05-07T18:27:25.776Z Downloaded thiserror-impl v1.0.69
2832026-05-07T18:27:25.779Z Downloaded anstyle-query v1.1.5
2842026-05-07T18:27:25.782Z Downloaded toml v0.8.23
2852026-05-07T18:27:25.786Z Downloaded serde_spanned v0.6.9
2862026-05-07T18:27:25.789Z Downloaded dof v0.3.0
2872026-05-07T18:27:25.789Z Downloaded colorchoice v1.0.4
2882026-05-07T18:27:25.789Z Downloaded zmij v1.0.21
2892026-05-07T18:27:25.792Z Downloaded memmap v0.7.0
2902026-05-07T18:27:25.792Z Downloaded yoke-derive v0.8.1
2912026-05-07T18:27:25.792Z Downloaded textwrap v0.16.2
2922026-05-07T18:27:25.795Z Downloaded writeable v0.6.2
2932026-05-07T18:27:25.795Z Downloaded heck v0.4.1
2942026-05-07T18:27:25.795Z Downloaded fnv v1.0.7
2952026-05-07T18:27:25.798Z Downloaded generic-array v0.14.7
2962026-05-07T18:27:25.798Z Downloaded utf8_iter v1.0.4
2972026-05-07T18:27:25.799Z Downloaded usdt-attr-macro v0.5.0
2982026-05-07T18:27:25.799Z Downloaded zerofrom v0.1.6
2992026-05-07T18:27:25.799Z Downloaded unicode-linebreak v0.1.5
3002026-05-07T18:27:25.803Z Downloaded version_check v0.9.5
3012026-05-07T18:27:25.803Z Downloaded autocfg v1.5.0
3022026-05-07T18:27:25.806Z Downloaded anstyle v1.0.13
3032026-05-07T18:27:25.806Z Downloaded bytecount v0.6.9
3042026-05-07T18:27:25.806Z Downloaded idna_adapter v1.2.1
3052026-05-07T18:27:25.809Z Downloaded anstream v0.6.21
3062026-05-07T18:27:25.810Z Downloaded toml_datetime v0.6.11
3072026-05-07T18:27:25.810Z Downloaded proc-macro-error v1.0.4
3082026-05-07T18:27:25.814Z Downloaded erased-serde v0.4.9
3092026-05-07T18:27:25.814Z Downloaded unicode-xid v0.2.6
3102026-05-07T18:27:25.817Z Downloaded thread-id v4.2.2
3112026-05-07T18:27:25.817Z Downloaded tinystr v0.8.2
3122026-05-07T18:27:25.817Z Downloaded scroll v0.12.0
3132026-05-07T18:27:25.817Z Downloaded zerofrom-derive v0.1.6
3142026-05-07T18:27:25.817Z Downloaded pretty-hex v0.4.1
3152026-05-07T18:27:25.818Z Downloaded usdt v0.5.0
3162026-05-07T18:27:25.821Z Downloaded quote v1.0.45
3172026-05-07T18:27:25.821Z Downloaded typeid v1.0.3
3182026-05-07T18:27:25.821Z Downloaded clap_derive v4.5.55
3192026-05-07T18:27:25.821Z Downloaded cargo-util-schemas v0.8.2
3202026-05-07T18:27:25.823Z Downloaded thiserror v2.0.18
3212026-05-07T18:27:25.826Z Downloaded pest_generator v2.8.6
3222026-05-07T18:27:25.829Z Downloaded usdt-macro v0.5.0
3232026-05-07T18:27:25.829Z Downloaded zerotrie v0.2.3
3242026-05-07T18:27:25.832Z Downloaded clap v4.5.60
3252026-05-07T18:27:25.835Z Downloaded zerocopy-derive v0.7.35
3262026-05-07T18:27:25.839Z Downloaded utf8parse v0.2.2
3272026-05-07T18:27:25.839Z Downloaded toml_write v0.1.2
3282026-05-07T18:27:25.842Z Downloaded zerovec-derive v0.11.2
3292026-05-07T18:27:25.842Z Downloaded usdt-impl v0.5.0
3302026-05-07T18:27:25.842Z Downloaded scroll_derive v0.12.1
3312026-05-07T18:27:25.843Z Downloaded ucd-trie v0.1.7
3322026-05-07T18:27:25.843Z Downloaded fastrand v2.3.0
3332026-05-07T18:27:25.847Z Downloaded errno v0.3.14
3342026-05-07T18:27:25.847Z Downloaded unicode-ident v1.0.24
3352026-05-07T18:27:25.848Z Downloaded macaddr v1.0.1
3362026-05-07T18:27:25.851Z Downloaded tempfile v3.25.0
3372026-05-07T18:27:25.851Z Downloaded yoke v0.8.1
3382026-05-07T18:27:25.851Z Downloaded potential_utf v0.1.4
3392026-05-07T18:27:25.851Z Downloaded ordered-float v2.10.1
3402026-05-07T18:27:25.851Z Downloaded cpufeatures v0.2.17
3412026-05-07T18:27:25.851Z Downloaded form_urlencoded v1.2.2
3422026-05-07T18:27:25.851Z Downloaded once_cell v1.21.3
3432026-05-07T18:27:25.854Z Downloaded thiserror-impl v2.0.18
3442026-05-07T18:27:25.854Z Downloaded crypto-common v0.1.7
3452026-05-07T18:27:25.857Z Downloaded thiserror v1.0.69
3462026-05-07T18:27:25.857Z Downloaded heck v0.5.0
3472026-05-07T18:27:25.861Z Downloaded toml_edit v0.22.27
3482026-05-07T18:27:25.864Z Downloaded typenum v1.19.0
3492026-05-07T18:27:25.864Z Downloaded url v2.5.8
3502026-05-07T18:27:25.867Z Downloaded clap_lex v1.0.0
3512026-05-07T18:27:25.867Z Downloaded serde-value v0.7.0
3522026-05-07T18:27:25.867Z Downloaded proc-macro-error-attr v1.0.4
3532026-05-07T18:27:25.870Z Downloaded equivalent v1.0.2
3542026-05-07T18:27:25.873Z Downloaded is_terminal_polyfill v1.70.2
3552026-05-07T18:27:25.874Z Downloaded tabled_derive v0.7.0
3562026-05-07T18:27:25.876Z Downloaded percent-encoding v2.3.2
3572026-05-07T18:27:25.876Z Downloaded smawk v0.3.2
3582026-05-07T18:27:25.880Z Downloaded icu_normalizer v2.1.1
3592026-05-07T18:27:25.883Z Downloaded serde_core v1.0.228
3602026-05-07T18:27:25.883Z Downloaded strsim v0.11.1
3612026-05-07T18:27:25.886Z Downloaded cargo-platform v0.2.0
3622026-05-07T18:27:25.889Z Downloaded dtrace-parser v0.2.0
3632026-05-07T18:27:25.889Z Downloaded zerovec v0.11.5
3642026-05-07T18:27:25.893Z Downloaded plain v0.2.3
3652026-05-07T18:27:25.893Z Downloaded zerocopy v0.7.35
3662026-05-07T18:27:25.900Z Downloaded swrite v0.1.0
3672026-05-07T18:27:25.903Z Downloaded itoa v1.0.17
3682026-05-07T18:27:25.903Z Downloaded sha2 v0.10.9
3692026-05-07T18:27:25.903Z Downloaded unicode-width v0.2.0
3702026-05-07T18:27:25.907Z Downloaded unicode-width v0.1.14
3712026-05-07T18:27:25.915Z Downloaded stable_deref_trait v1.2.1
3722026-05-07T18:27:25.916Z Downloaded terminal_size v0.4.3
3732026-05-07T18:27:25.916Z Downloaded anstyle-parse v0.2.7
3742026-05-07T18:27:25.916Z Downloaded winnow v0.7.14
3752026-05-07T18:27:25.916Z Downloaded digest v0.10.7
3762026-05-07T18:27:25.919Z Downloaded cargo_metadata v0.21.0
3772026-05-07T18:27:25.926Z Downloaded block-buffer v0.10.4
3782026-05-07T18:27:25.926Z Downloaded litemap v0.8.1
3792026-05-07T18:27:25.926Z Downloaded pest_derive v2.8.6
3802026-05-07T18:27:25.929Z Downloaded byteorder v1.5.0
3812026-05-07T18:27:25.933Z Downloaded synstructure v0.13.2
3822026-05-07T18:27:25.933Z Downloaded serde-untagged v0.1.9
3832026-05-07T18:27:25.933Z Downloaded camino-tempfile v1.4.1
3842026-05-07T18:27:25.933Z Downloaded cargo_toml v0.21.0
3852026-05-07T18:27:25.939Z Downloaded serde_tokenstream v0.2.3
3862026-05-07T18:27:25.942Z Downloaded displaydoc v0.2.5
3872026-05-07T18:27:25.946Z Downloaded icu_normalizer_data v2.1.1
3882026-05-07T18:27:25.950Z Downloaded fs-err v3.3.0
3892026-05-07T18:27:25.954Z Downloaded semver v1.0.28
3902026-05-07T18:27:25.957Z Downloaded indexmap v2.14.0
3912026-05-07T18:27:25.957Z Downloaded camino v1.2.2
3922026-05-07T18:27:25.961Z Downloaded anyhow v1.0.102
3932026-05-07T18:27:25.964Z Downloaded icu_provider v2.1.1
3942026-05-07T18:27:25.964Z Downloaded smallvec v1.15.1
3952026-05-07T18:27:25.968Z Downloaded bitflags v2.11.0
3962026-05-07T18:27:25.970Z Downloaded num-traits v0.2.19
3972026-05-07T18:27:25.974Z Downloaded serde v1.0.228
3982026-05-07T18:27:25.976Z Downloaded log v0.4.29
3992026-05-07T18:27:25.976Z Downloaded icu_properties v2.1.2
4002026-05-07T18:27:25.980Z Downloaded papergrid v0.11.0
4012026-05-07T18:27:25.983Z Downloaded getrandom v0.4.1
4022026-05-07T18:27:25.996Z Downloaded serde_derive v1.0.228
4032026-05-07T18:27:25.999Z Downloaded proc-macro2 v1.0.106
4042026-05-07T18:27:26.002Z Downloaded icu_locale_core v2.1.1
4052026-05-07T18:27:26.006Z Downloaded pest_meta v2.8.6
4062026-05-07T18:27:26.010Z Downloaded memchr v2.8.0
4072026-05-07T18:27:26.026Z Downloaded idna v1.1.0
4082026-05-07T18:27:26.036Z Downloaded icu_properties_data v2.1.2
4092026-05-07T18:27:26.040Z Downloaded pest v2.8.6
4102026-05-07T18:27:26.043Z Downloaded clap_builder v4.5.60
4112026-05-07T18:27:26.046Z Downloaded goblin v0.8.2
4122026-05-07T18:27:26.049Z Downloaded icu_collections v2.1.1
4132026-05-07T18:27:26.059Z Downloaded serde_json v1.0.149
4142026-05-07T18:27:26.063Z Downloaded hashbrown v0.17.0
4152026-05-07T18:27:26.076Z Downloaded tabled v0.15.0
4162026-05-07T18:27:26.087Z Downloaded syn v1.0.109
4172026-05-07T18:27:26.094Z Downloaded syn v2.0.117
4182026-05-07T18:27:26.101Z Downloaded rustix v1.1.3
4192026-05-07T18:27:26.129Z Downloaded libc v0.2.185
4202026-05-07T18:27:26.195Z Compiling proc-macro2 v1.0.106
4212026-05-07T18:27:26.195Z Compiling unicode-ident v1.0.24
4222026-05-07T18:27:26.196Z Compiling quote v1.0.45
4232026-05-07T18:27:26.198Z Compiling serde_core v1.0.228
4242026-05-07T18:27:26.199Z Compiling libc v0.2.185
4252026-05-07T18:27:26.199Z Compiling version_check v0.9.5
4262026-05-07T18:27:26.376Z Compiling serde v1.0.228
4272026-05-07T18:27:26.380Z Compiling memchr v2.8.0
4282026-05-07T18:27:26.505Z Compiling stable_deref_trait v1.2.1
4292026-05-07T18:27:26.584Z Compiling zmij v1.0.21
4302026-05-07T18:27:26.748Z Compiling ucd-trie v0.1.7
4312026-05-07T18:27:26.806Z Compiling autocfg v1.5.0
4322026-05-07T18:27:26.836Z Compiling itoa v1.0.17
4332026-05-07T18:27:27.032Z Compiling thiserror v1.0.69
4342026-05-07T18:27:27.055Z Compiling pest v2.8.6
4352026-05-07T18:27:27.208Z Compiling litemap v0.8.1
4362026-05-07T18:27:27.225Z Compiling writeable v0.6.2
4372026-05-07T18:27:27.242Z Compiling icu_properties_data v2.1.2
4382026-05-07T18:27:27.400Z Compiling rustix v1.1.3
4392026-05-07T18:27:27.431Z Compiling byteorder v1.5.0
4402026-05-07T18:27:27.490Z Compiling icu_normalizer_data v2.1.1
4412026-05-07T18:27:27.754Z Compiling errno v0.3.14
4422026-05-07T18:27:27.769Z Compiling serde_json v1.0.149
4432026-05-07T18:27:27.785Z Compiling bitflags v2.11.0
4442026-05-07T18:27:27.908Z Compiling syn v2.0.117
4452026-05-07T18:27:28.003Z Compiling num-traits v0.2.19
4462026-05-07T18:27:28.062Z Compiling pest_meta v2.8.6
4472026-05-07T18:27:28.079Z Compiling smallvec v1.15.1
4482026-05-07T18:27:28.233Z Compiling equivalent v1.0.2
4492026-05-07T18:27:28.334Z Compiling typeid v1.0.3
4502026-05-07T18:27:28.338Z Compiling hashbrown v0.17.0
4512026-05-07T18:27:28.653Z Compiling thread-id v4.2.2
4522026-05-07T18:27:28.702Z Compiling usdt-impl v0.5.0
4532026-05-07T18:27:28.740Z Compiling proc-macro-error-attr v1.0.4
4542026-05-07T18:27:28.758Z Compiling erased-serde v0.4.9
4552026-05-07T18:27:28.917Z Compiling indexmap v2.14.0
4562026-05-07T18:27:28.929Z Compiling winnow v0.7.14
4572026-05-07T18:27:28.952Z Compiling syn v1.0.109
4582026-05-07T18:27:29.030Z Compiling toml_write v0.1.2
4592026-05-07T18:27:29.440Z Compiling proc-macro-error v1.0.4
4602026-05-07T18:27:29.537Z Compiling utf8parse v0.2.2
4612026-05-07T18:27:29.630Z Compiling log v0.4.29
4622026-05-07T18:27:29.657Z Compiling percent-encoding v2.3.2
4632026-05-07T18:27:29.807Z Compiling camino v1.2.2
4642026-05-07T18:27:29.824Z Compiling utf8_iter v1.0.4
4652026-05-07T18:27:29.857Z Compiling getrandom v0.4.1
4662026-05-07T18:27:29.931Z Compiling thiserror v2.0.18
4672026-05-07T18:27:29.974Z Compiling plain v0.2.3
4682026-05-07T18:27:30.092Z Compiling ordered-float v2.10.1
4692026-05-07T18:27:30.161Z Compiling form_urlencoded v1.2.2
4702026-05-07T18:27:30.223Z Compiling anstyle-parse v0.2.7
4712026-05-07T18:27:30.412Z Compiling terminal_size v0.4.3
4722026-05-07T18:27:30.448Z Compiling colorchoice v1.0.4
4732026-05-07T18:27:30.467Z Compiling cfg-if v1.0.4
4742026-05-07T18:27:30.540Z Compiling is_terminal_polyfill v1.70.2
4752026-05-07T18:27:30.558Z Compiling synstructure v0.13.2
4762026-05-07T18:27:30.575Z Compiling pest_generator v2.8.6
4772026-05-07T18:27:30.632Z Compiling pretty-hex v0.4.1
4782026-05-07T18:27:30.650Z Compiling anstyle v1.0.13
4792026-05-07T18:27:30.733Z Compiling anstyle-query v1.1.5
4802026-05-07T18:27:30.752Z Compiling serde-untagged v0.1.9
4812026-05-07T18:27:30.847Z Compiling anstream v0.6.21
4822026-05-07T18:27:30.988Z Compiling semver v1.0.28
4832026-05-07T18:27:31.150Z Compiling fs-err v3.3.0
4842026-05-07T18:27:31.168Z Compiling strsim v0.11.1
4852026-05-07T18:27:31.259Z Compiling unicode-width v0.1.14
4862026-05-07T18:27:31.263Z Compiling unicode-xid v0.2.6
4872026-05-07T18:27:31.310Z Compiling clap_lex v1.0.0
4882026-05-07T18:27:31.339Z Compiling heck v0.5.0
4892026-05-07T18:27:31.405Z Compiling once_cell v1.21.3
4902026-05-07T18:27:31.537Z Compiling heck v0.4.1
4912026-05-07T18:27:31.553Z Compiling fnv v1.0.7
4922026-05-07T18:27:31.572Z Compiling anyhow v1.0.102
4932026-05-07T18:27:31.621Z Compiling bytecount v0.6.9
4942026-05-07T18:27:31.657Z Compiling fastrand v2.3.0
4952026-05-07T18:27:31.758Z Compiling papergrid v0.11.0
4962026-05-07T18:27:31.758Z Compiling clap_builder v4.5.60
4972026-05-07T18:27:31.918Z Compiling tempfile v3.25.0
4982026-05-07T18:27:31.921Z Compiling memmap v0.7.0
4992026-05-07T18:27:32.093Z Compiling unicode-width v0.2.0
5002026-05-07T18:27:32.117Z Compiling smawk v0.3.2
5012026-05-07T18:27:32.252Z Compiling serde_derive v1.0.228
5022026-05-07T18:27:32.271Z Compiling zerofrom-derive v0.1.6
5032026-05-07T18:27:32.286Z Compiling yoke-derive v0.8.1
5042026-05-07T18:27:32.341Z Compiling zerovec-derive v0.11.2
5052026-05-07T18:27:32.366Z Compiling displaydoc v0.2.5
5062026-05-07T18:27:33.102Z Compiling thiserror-impl v1.0.69
5072026-05-07T18:27:33.148Z Compiling zerocopy-derive v0.7.35
5082026-05-07T18:27:33.446Z Compiling pest_derive v2.8.6
5092026-05-07T18:27:33.491Z Compiling scroll_derive v0.12.1
5102026-05-07T18:27:33.709Z Compiling zerofrom v0.1.6
5112026-05-07T18:27:33.850Z Compiling yoke v0.8.1
5122026-05-07T18:27:33.863Z Compiling thiserror-impl v2.0.18
5132026-05-07T18:27:34.026Z Compiling zerovec v0.11.5
5142026-05-07T18:27:34.043Z Compiling zerotrie v0.2.3
5152026-05-07T18:27:34.152Z Compiling zerocopy v0.7.35
5162026-05-07T18:27:34.356Z Compiling scroll v0.12.0
5172026-05-07T18:27:34.503Z Compiling tinystr v0.8.2
5182026-05-07T18:27:34.560Z Compiling potential_utf v0.1.4
5192026-05-07T18:27:34.632Z Compiling dtrace-parser v0.2.0
5202026-05-07T18:27:34.706Z Compiling icu_locale_core v2.1.1
5212026-05-07T18:27:34.710Z Compiling icu_collections v2.1.1
5222026-05-07T18:27:34.710Z Compiling goblin v0.8.2
5232026-05-07T18:27:34.778Z Compiling tabled_derive v0.7.0
5242026-05-07T18:27:34.975Z Compiling clap_derive v4.5.55
5252026-05-07T18:27:35.311Z Compiling unicode-linebreak v0.1.5
5262026-05-07T18:27:35.376Z Compiling icu_provider v2.1.1
5272026-05-07T18:27:35.554Z Compiling textwrap v0.16.2
5282026-05-07T18:27:35.590Z Compiling camino-tempfile v1.4.1
5292026-05-07T18:27:35.677Z Compiling toml_datetime v0.6.11
5302026-05-07T18:27:35.700Z Compiling serde_spanned v0.6.9
5312026-05-07T18:27:35.730Z Compiling icu_normalizer v2.1.1
5322026-05-07T18:27:35.745Z Compiling icu_properties v2.1.2
5332026-05-07T18:27:35.827Z Compiling dof v0.3.0
5342026-05-07T18:27:35.881Z Compiling toml_edit v0.22.27
5352026-05-07T18:27:35.968Z Compiling serde_tokenstream v0.2.3
5362026-05-07T18:27:36.028Z Compiling serde-value v0.7.0
5372026-05-07T18:27:36.276Z Compiling cargo-platform v0.2.0
5382026-05-07T18:27:36.281Z Compiling tabled v0.15.0
5392026-05-07T18:27:36.401Z Compiling macaddr v1.0.1
5402026-05-07T18:27:36.613Z Compiling idna_adapter v1.2.1
5412026-05-07T18:27:36.749Z Compiling clap v4.5.60
5422026-05-07T18:27:36.789Z Compiling idna v1.1.0
5432026-05-07T18:27:36.819Z Compiling usdt-macro v0.5.0
5442026-05-07T18:27:36.841Z Compiling usdt-attr-macro v0.5.0
5452026-05-07T18:27:37.138Z Compiling url v2.5.8
5462026-05-07T18:27:37.437Z Compiling toml v0.8.23
5472026-05-07T18:27:37.509Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-07T18:27:37.621Z Compiling swrite v0.1.0
5492026-05-07T18:27:37.762Z Compiling usdt v0.5.0
5502026-05-07T18:27:37.897Z Compiling cargo-util-schemas v0.8.2
5512026-05-07T18:27:38.027Z Compiling cargo_toml v0.21.0
5522026-05-07T18:27:38.810Z Compiling cargo_metadata v0.21.0
5532026-05-07T18:27:39.745Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-07T18:27:41.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.72s
5552026-05-07T18:27:42.046Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-07T18:27:42.608Z Downloading crates ...
5572026-05-07T18:27:42.696Z Downloaded adler2 v2.0.1
5582026-05-07T18:27:42.705Z Downloaded block-padding v0.3.3
5592026-05-07T18:27:42.713Z Downloaded bitfield-macros v0.19.4
5602026-05-07T18:27:42.719Z Downloaded convert_case v0.4.0
5612026-05-07T18:27:42.724Z Downloaded cassowary v0.3.0
5622026-05-07T18:27:42.732Z Downloaded buf-list v1.1.2
5632026-05-07T18:27:42.735Z Downloaded const-oid v0.9.6
5642026-05-07T18:27:42.738Z Downloaded crc32fast v1.5.0
5652026-05-07T18:27:42.738Z Downloaded backon v1.6.0
5662026-05-07T18:27:42.741Z Downloaded crossbeam-deque v0.8.6
5672026-05-07T18:27:42.741Z Downloaded crc8 v0.1.1
5682026-05-07T18:27:42.741Z Downloaded colored v3.1.1
5692026-05-07T18:27:42.744Z Downloaded env_filter v1.0.0
5702026-05-07T18:27:42.744Z Downloaded atomic-waker v1.1.2
5712026-05-07T18:27:42.747Z Downloaded crossbeam-utils v0.8.21
5722026-05-07T18:27:42.750Z Downloaded cookie v0.18.1
5732026-05-07T18:27:42.750Z Downloaded critical-section v1.2.0
5742026-05-07T18:27:42.753Z Downloaded cstr-argument v0.1.2
5752026-05-07T18:27:42.753Z Downloaded cc v1.2.56
5762026-05-07T18:27:42.753Z Downloaded aes v0.8.4
5772026-05-07T18:27:42.758Z Downloaded bitfield-struct v0.6.2
5782026-05-07T18:27:42.761Z Downloaded bb8 v0.8.6
5792026-05-07T18:27:42.761Z Downloaded bit-set v0.5.3
5802026-05-07T18:27:42.763Z Downloaded crossbeam-epoch v0.9.18
5812026-05-07T18:27:42.763Z Downloaded cfg_aliases v0.1.1
5822026-05-07T18:27:42.766Z Downloaded chacha20poly1305 v0.10.1
5832026-05-07T18:27:42.766Z Downloaded bcrypt-pbkdf v0.10.0
5842026-05-07T18:27:42.769Z Downloaded castaway v0.2.4
5852026-05-07T18:27:42.772Z Downloaded bit-set v0.8.0
5862026-05-07T18:27:42.772Z Downloaded atty v0.2.14
5872026-05-07T18:27:42.780Z Downloaded assert_matches v1.5.0
5882026-05-07T18:27:42.783Z Downloaded compression-core v0.4.31
5892026-05-07T18:27:42.786Z Downloaded ciborium-io v0.2.2
5902026-05-07T18:27:42.786Z Downloaded array-init v0.0.4
5912026-05-07T18:27:42.789Z Downloaded cpufeatures v0.3.0
5922026-05-07T18:27:42.792Z Downloaded cobs v0.3.0
5932026-05-07T18:27:42.792Z Downloaded async-recursion v1.1.1
5942026-05-07T18:27:42.795Z Downloaded downcast-rs v2.0.2
5952026-05-07T18:27:42.795Z Downloaded display-error-chain v0.2.2
5962026-05-07T18:27:42.798Z Downloaded darling_macro v0.23.0
5972026-05-07T18:27:42.801Z Downloaded bcs v0.1.6
5982026-05-07T18:27:42.803Z Downloaded fd-lock v4.0.4
5992026-05-07T18:27:42.804Z Downloaded debug-ignore v1.0.5
6002026-05-07T18:27:42.806Z Downloaded crossbeam-channel v0.5.15
6012026-05-07T18:27:42.814Z Downloaded dunce v1.0.5
6022026-05-07T18:27:42.819Z Downloaded atomicwrites v0.4.4
6032026-05-07T18:27:42.819Z Downloaded ascii-canvas v3.0.0
6042026-05-07T18:27:42.819Z Downloaded arrayref v0.3.9
6052026-05-07T18:27:42.819Z Downloaded darling_macro v0.21.3
6062026-05-07T18:27:42.820Z Downloaded diesel_table_macro_syntax v0.3.0
6072026-05-07T18:27:42.820Z Downloaded flagset v0.4.7
6082026-05-07T18:27:42.820Z Downloaded foreign-types v0.3.2
6092026-05-07T18:27:42.820Z Downloaded defmt-parser v1.0.0
6102026-05-07T18:27:42.820Z Downloaded curve25519-dalek-derive v0.1.1
6112026-05-07T18:27:42.823Z Downloaded ciborium-ll v0.2.2
6122026-05-07T18:27:42.823Z Downloaded cfg_aliases v0.2.1
6132026-05-07T18:27:42.823Z Downloaded crc v3.4.0
6142026-05-07T18:27:42.823Z Downloaded embedded-io v0.6.1
6152026-05-07T18:27:42.823Z Downloaded dof v0.4.0
6162026-05-07T18:27:42.826Z Downloaded async-stream v0.3.6
6172026-05-07T18:27:42.826Z Downloaded aead v0.5.2
6182026-05-07T18:27:42.826Z Downloaded document-features v0.2.12
6192026-05-07T18:27:42.829Z Downloaded foreign-types-macros v0.2.3
6202026-05-07T18:27:42.829Z Downloaded ff v0.13.1
6212026-05-07T18:27:42.829Z Downloaded darling_macro v0.20.11
6222026-05-07T18:27:42.831Z Downloaded csv-core v0.1.13
6232026-05-07T18:27:42.831Z Downloaded crucible-workspace-hack v0.1.0
6242026-05-07T18:27:42.832Z Downloaded deranged v0.5.8
6252026-05-07T18:27:42.834Z Downloaded foreign-types-shared v0.1.1
6262026-05-07T18:27:42.834Z Downloaded crc-catalog v2.4.0
6272026-05-07T18:27:42.834Z Downloaded dtrace-parser v0.3.0
6282026-05-07T18:27:42.837Z Downloaded float-cmp v0.10.0
6292026-05-07T18:27:42.837Z Downloaded dirs-sys-next v0.1.2
6302026-05-07T18:27:42.837Z Downloaded dirs-next v2.0.0
6312026-05-07T18:27:42.840Z Downloaded ctr v0.9.2
6322026-05-07T18:27:42.840Z Downloaded base16ct v0.2.0
6332026-05-07T18:27:42.844Z Downloaded funty v2.0.0
6342026-05-07T18:27:42.844Z Downloaded futures-sink v0.3.32
6352026-05-07T18:27:42.844Z Downloaded dsl_auto_type v0.2.0
6362026-05-07T18:27:42.844Z Downloaded derive_builder_macro v0.20.2
6372026-05-07T18:27:42.847Z Downloaded foreign-types-shared v0.3.1
6382026-05-07T18:27:42.847Z Downloaded float-ord v0.3.2
6392026-05-07T18:27:42.847Z Downloaded bitflags v1.3.2
6402026-05-07T18:27:42.851Z Downloaded compression-codecs v0.4.37
6412026-05-07T18:27:42.851Z Downloaded embedded-io v0.4.0
6422026-05-07T18:27:42.854Z Downloaded cexpr v0.6.0
6432026-05-07T18:27:42.854Z Downloaded camino-tempfile-ext v0.3.3
6442026-05-07T18:27:42.857Z Downloaded fxhash v0.2.1
6452026-05-07T18:27:42.857Z Downloaded futures-io v0.3.32
6462026-05-07T18:27:42.857Z Downloaded endian-type v0.1.2
6472026-05-07T18:27:42.857Z Downloaded convert_case v0.10.0
6482026-05-07T18:27:42.860Z Downloaded blowfish v0.9.1
6492026-05-07T18:27:42.860Z Downloaded aho-corasick v1.1.4
6502026-05-07T18:27:42.863Z Downloaded enum-as-inner v0.6.1
6512026-05-07T18:27:42.866Z Downloaded ghash v0.5.1
6522026-05-07T18:27:42.866Z Downloaded futures-macro v0.3.32
6532026-05-07T18:27:42.866Z Downloaded dyn-clone v1.0.20
6542026-05-07T18:27:42.869Z Downloaded defmt v0.3.100
6552026-05-07T18:27:42.869Z Downloaded git-stub v1.0.0
6562026-05-07T18:27:42.869Z Downloaded globwalk v0.9.1
6572026-05-07T18:27:42.872Z Downloaded futures-core v0.3.32
6582026-05-07T18:27:42.872Z Downloaded gethostname v0.5.0
6592026-05-07T18:27:42.872Z Downloaded dropshot-api-manager-types v0.7.1
6602026-05-07T18:27:42.875Z Downloaded cargo_metadata v0.19.2
6612026-05-07T18:27:42.875Z Downloaded futures-task v0.3.32
6622026-05-07T18:27:42.879Z Downloaded cmake v0.1.57
6632026-05-07T18:27:42.879Z Downloaded foreign-types v0.5.0
6642026-05-07T18:27:42.879Z Downloaded crunchy v0.2.4
6652026-05-07T18:27:42.879Z Downloaded byte-wrapper v0.1.0
6662026-05-07T18:27:42.882Z Downloaded ed25519 v2.2.3
6672026-05-07T18:27:42.882Z Downloaded cargo-platform v0.1.9
6682026-05-07T18:27:42.882Z Downloaded defmt-macros v1.0.1
6692026-05-07T18:27:42.885Z Downloaded defmt v1.0.1
6702026-05-07T18:27:42.888Z Downloaded cipher v0.4.4
6712026-05-07T18:27:42.890Z Downloaded foldhash v0.1.5
6722026-05-07T18:27:42.890Z Downloaded daft-derive v0.1.5
6732026-05-07T18:27:42.893Z Downloaded diff v0.1.13
6742026-05-07T18:27:42.896Z Downloaded arrayvec v0.7.6
6752026-05-07T18:27:42.896Z Downloaded corncobs v0.1.4
6762026-05-07T18:27:42.899Z Downloaded hex-literal v0.4.1
6772026-05-07T18:27:42.899Z Downloaded hostname v0.4.2
6782026-05-07T18:27:42.904Z Downloaded hostname v0.3.1
6792026-05-07T18:27:42.904Z Downloaded hash32 v0.3.1
6802026-05-07T18:27:42.904Z Downloaded home v0.5.12
6812026-05-07T18:27:42.909Z Downloaded async-trait v0.1.89
6822026-05-07T18:27:42.909Z Downloaded fs_extra v1.3.0
6832026-05-07T18:27:42.909Z Downloaded fallible-iterator v0.2.0
6842026-05-07T18:27:42.909Z Downloaded erased-serde v0.3.31
6852026-05-07T18:27:42.912Z Downloaded headers-core v0.3.0
6862026-05-07T18:27:42.912Z Downloaded fixedbitset v0.5.7
6872026-05-07T18:27:42.912Z Downloaded either v1.15.0
6882026-05-07T18:27:42.912Z Downloaded bzip2 v0.6.1
6892026-05-07T18:27:42.916Z Downloaded drift v0.1.3
6902026-05-07T18:27:42.919Z Downloaded env_logger v0.11.9
6912026-05-07T18:27:42.919Z Downloaded data-encoding v2.10.0
6922026-05-07T18:27:42.923Z Downloaded daft v0.1.5
6932026-05-07T18:27:42.923Z Downloaded constant_time_eq v0.4.2
6942026-05-07T18:27:42.923Z Downloaded http-body v1.0.1
6952026-05-07T18:27:42.926Z Downloaded diesel-dtrace v0.5.0
6962026-05-07T18:27:42.927Z Downloaded fs-err v2.11.0
6972026-05-07T18:27:42.927Z Downloaded globset v0.4.18
6982026-05-07T18:27:42.930Z Downloaded fixedbitset v0.4.2
6992026-05-07T18:27:42.930Z Downloaded group v0.13.0
7002026-05-07T18:27:42.930Z Downloaded hubpack_derive v0.1.1
7012026-05-07T18:27:42.934Z Downloaded futures-executor v0.3.32
7022026-05-07T18:27:42.934Z Downloaded http-range v0.1.5
7032026-05-07T18:27:42.934Z Downloaded ena v0.14.4
7042026-05-07T18:27:42.934Z Downloaded indoc v1.0.9
7052026-05-07T18:27:42.937Z Downloaded hyper-tls v0.6.0
7062026-05-07T18:27:42.937Z Downloaded is_ci v1.2.0
7072026-05-07T18:27:42.940Z Downloaded is-terminal v0.4.17
7082026-05-07T18:27:42.940Z Downloaded internet-checksum v0.2.1
7092026-05-07T18:27:42.940Z Downloaded instant v0.1.13
7102026-05-07T18:27:42.943Z Downloaded indent_write v2.2.0
7112026-05-07T18:27:42.943Z Downloaded ident_case v1.0.1
7122026-05-07T18:27:42.943Z Downloaded httpdate v1.0.3
7132026-05-07T18:27:42.948Z Downloaded hubpack v0.1.2
7142026-05-07T18:27:42.948Z Downloaded cancel-safe-futures v0.1.5
7152026-05-07T18:27:42.948Z Downloaded chacha20 v0.9.1
7162026-05-07T18:27:42.952Z Downloaded git-stub-vcs v0.1.0
7172026-05-07T18:27:42.952Z Downloaded derive-ex v0.1.8
7182026-05-07T18:27:42.952Z Downloaded filetime v0.2.27
7192026-05-07T18:27:42.952Z Downloaded fatfs v0.3.6
7202026-05-07T18:27:42.955Z Downloaded ecdsa v0.16.9
7212026-05-07T18:27:42.958Z Downloaded colored v2.2.0
7222026-05-07T18:27:42.958Z Downloaded instability v0.3.11
7232026-05-07T18:27:42.961Z Downloaded lazy_static v1.5.0
7242026-05-07T18:27:42.961Z Downloaded foldhash v0.2.0
7252026-05-07T18:27:42.961Z Downloaded inout v0.1.4
7262026-05-07T18:27:42.961Z Downloaded console v0.16.2
7272026-05-07T18:27:42.964Z Downloaded der_derive v0.7.3
7282026-05-07T18:27:42.964Z Downloaded keccak v0.1.6
7292026-05-07T18:27:42.968Z Downloaded chacha20 v0.10.0
7302026-05-07T18:27:42.968Z Downloaded bzip2 v0.4.4
7312026-05-07T18:27:42.970Z Downloaded ahash v0.8.12
7322026-05-07T18:27:42.971Z Downloaded console v0.15.11
7332026-05-07T18:27:42.973Z Downloaded cbc v0.1.2
7342026-05-07T18:27:42.973Z Downloaded clang-sys v1.8.1
7352026-05-07T18:27:42.976Z Downloaded kstat-rs v0.2.4
7362026-05-07T18:27:42.976Z Downloaded libscf-sys v1.1.0
7372026-05-07T18:27:42.979Z Downloaded lru-slab v0.1.2
7382026-05-07T18:27:42.979Z Downloaded hex v0.4.3
7392026-05-07T18:27:42.979Z Downloaded maplit v1.0.2
7402026-05-07T18:27:42.981Z Downloaded lru-cache v0.1.2
7412026-05-07T18:27:42.981Z Downloaded derive_builder_core v0.20.2
7422026-05-07T18:27:42.982Z Downloaded highway v1.3.0
7432026-05-07T18:27:42.985Z Downloaded darling v0.21.3
7442026-05-07T18:27:42.990Z Downloaded managed v0.8.0
7452026-05-07T18:27:42.990Z Downloaded linked-hash-map v0.5.6
7462026-05-07T18:27:42.993Z Downloaded find-msvc-tools v0.1.9
7472026-05-07T18:27:42.993Z Downloaded des v0.8.1
7482026-05-07T18:27:42.993Z Downloaded futures-channel v0.3.32
7492026-05-07T18:27:42.993Z Downloaded glob v0.3.3
7502026-05-07T18:27:42.996Z Downloaded getrandom v0.2.17
7512026-05-07T18:27:42.996Z Downloaded darling v0.23.0
7522026-05-07T18:27:43.000Z Downloaded mime v0.3.17
7532026-05-07T18:27:43.004Z Downloaded maybe-uninit v2.0.0
7542026-05-07T18:27:43.004Z Downloaded match_cfg v0.1.0
7552026-05-07T18:27:43.004Z Downloaded lru v0.12.5
7562026-05-07T18:27:43.004Z Downloaded indoc v2.0.7
7572026-05-07T18:27:43.007Z Downloaded impl-trait-for-tuples v0.2.3
7582026-05-07T18:27:43.007Z Downloaded md5 v0.7.0
7592026-05-07T18:27:43.010Z Downloaded dropshot_endpoint v0.16.7
7602026-05-07T18:27:43.010Z Downloaded hyper-staticfile v0.10.1
7612026-05-07T18:27:43.014Z Downloaded multimap v0.10.1
7622026-05-07T18:27:43.014Z Downloaded memoffset v0.9.1
7632026-05-07T18:27:43.018Z Downloaded blake2 v0.10.6
7642026-05-07T18:27:43.018Z Downloaded crc-any v2.5.0
7652026-05-07T18:27:43.018Z Downloaded ingot-types v0.1.2
7662026-05-07T18:27:43.021Z Downloaded nodrop v0.1.14
7672026-05-07T18:27:43.021Z Downloaded nibble_vec v0.1.0
7682026-05-07T18:27:43.021Z Downloaded newtype_derive v0.1.6
7692026-05-07T18:27:43.021Z Downloaded allocator-api2 v0.2.21
7702026-05-07T18:27:43.025Z Downloaded newtype-uuid-macros v0.1.0
7712026-05-07T18:27:43.025Z Downloaded humantime v2.3.0
7722026-05-07T18:27:43.029Z Downloaded lalrpop-util v0.19.12
7732026-05-07T18:27:43.029Z Downloaded libefi-sys v0.1.0
7742026-05-07T18:27:43.029Z Downloaded jobserver v0.1.34
7752026-05-07T18:27:43.032Z Downloaded ipnet v2.11.0
7762026-05-07T18:27:43.032Z Downloaded ipnetwork v0.21.1
7772026-05-07T18:27:43.033Z Downloaded newline-converter v0.3.0
7782026-05-07T18:27:43.033Z Downloaded num v0.4.3
7792026-05-07T18:27:43.036Z Downloaded num_threads v0.1.7
7802026-05-07T18:27:43.036Z Downloaded cookie_store v0.22.1
7812026-05-07T18:27:43.036Z Downloaded linear-map v1.2.0
7822026-05-07T18:27:43.039Z Downloaded new_debug_unreachable v1.0.6
7832026-05-07T18:27:43.039Z Downloaded http-body-util v0.1.3
7842026-05-07T18:27:43.039Z Downloaded nonempty v0.12.0
7852026-05-07T18:27:43.043Z Downloaded hmac v0.12.1
7862026-05-07T18:27:43.044Z Downloaded derive_builder v0.20.2
7872026-05-07T18:27:43.047Z Downloaded elliptic-curve v0.13.8
7882026-05-07T18:27:43.050Z Downloaded num-derive v0.4.2
7892026-05-07T18:27:43.050Z Downloaded num-conv v0.2.0
7902026-05-07T18:27:43.053Z Downloaded normalize-line-endings v0.3.0
7912026-05-07T18:27:43.053Z Downloaded ciborium v0.2.2
7922026-05-07T18:27:43.053Z Downloaded lzss v0.8.2
7932026-05-07T18:27:43.058Z Downloaded num_enum_derive v0.5.11
7942026-05-07T18:27:43.058Z Downloaded olpc-cjson v0.1.4
7952026-05-07T18:27:43.058Z Downloaded num-derive v0.3.3
7962026-05-07T18:27:43.058Z Downloaded libsw v3.5.0
7972026-05-07T18:27:43.061Z Downloaded hyper-rustls v0.27.7
7982026-05-07T18:27:43.061Z Downloaded opaque-debug v0.3.1
7992026-05-07T18:27:43.061Z Downloaded num-iter v0.1.45
8002026-05-07T18:27:43.061Z Downloaded libsw-core v0.3.2
8012026-05-07T18:27:43.064Z Downloaded httparse v1.10.1
8022026-05-07T18:27:43.064Z Downloaded darling_core v0.20.11
8032026-05-07T18:27:43.067Z Downloaded md-5 v0.10.6
8042026-05-07T18:27:43.070Z Downloaded oso-derive v0.27.3
8052026-05-07T18:27:43.070Z Downloaded openssl-probe v0.2.1
8062026-05-07T18:27:43.070Z Downloaded openssl-probe v0.1.6
8072026-05-07T18:27:43.073Z Downloaded ingot-macros v0.1.1
8082026-05-07T18:27:43.073Z Downloaded openssl-macros v0.1.1
8092026-05-07T18:27:43.073Z Downloaded iana-time-zone v0.1.65
8102026-05-07T18:27:43.076Z Downloaded packed_struct_codegen v0.10.1
8112026-05-07T18:27:43.076Z Downloaded ingot v0.1.1
8122026-05-07T18:27:43.076Z Downloaded path-slash v0.1.5
8132026-05-07T18:27:43.079Z Downloaded compact_str v0.8.1
8142026-05-07T18:27:43.079Z Downloaded parse-size v1.1.0
8152026-05-07T18:27:43.081Z Downloaded parse-display v0.10.0
8162026-05-07T18:27:43.081Z Downloaded half v1.8.3
8172026-05-07T18:27:43.085Z Downloaded darling_core v0.21.3
8182026-05-07T18:27:43.087Z Downloaded pbkdf2 v0.12.2
8192026-05-07T18:27:43.087Z Downloaded nanorand v0.7.0
8202026-05-07T18:27:43.087Z Downloaded nu-ansi-term v0.50.3
8212026-05-07T18:27:43.090Z Downloaded multer v3.1.0
8222026-05-07T18:27:43.093Z Downloaded getrandom v0.3.4
8232026-05-07T18:27:43.093Z Downloaded futures v0.3.32
8242026-05-07T18:27:43.096Z Downloaded libloading v0.8.9
8252026-05-07T18:27:43.099Z Downloaded num_enum v0.5.11
8262026-05-07T18:27:43.103Z Downloaded lock_api v0.4.14
8272026-05-07T18:27:43.103Z Downloaded const_format v0.2.35
8282026-05-07T18:27:43.107Z Downloaded phf_shared v0.11.3
8292026-05-07T18:27:43.107Z Downloaded native-tls v0.2.18
8302026-05-07T18:27:43.107Z Downloaded peg-runtime v0.8.5
8312026-05-07T18:27:43.110Z Downloaded pbkdf2 v0.11.0
8322026-05-07T18:27:43.110Z Downloaded newtype-uuid v1.3.2
8332026-05-07T18:27:43.110Z Downloaded arc-swap v1.8.2
8342026-05-07T18:27:43.113Z Downloaded num_enum_derive v0.7.5
8352026-05-07T18:27:43.113Z Downloaded base64 v0.21.7
8362026-05-07T18:27:43.131Z Downloaded pin-utils v0.1.0
8372026-05-07T18:27:43.135Z Downloaded derive_more v2.1.1
8382026-05-07T18:27:43.143Z Downloaded mime_guess v2.0.5
8392026-05-07T18:27:43.146Z Downloaded ignore v0.4.25
8402026-05-07T18:27:43.149Z Downloaded predicates-tree v1.0.13
8412026-05-07T18:27:43.149Z Downloaded derive-where v1.6.0
8422026-05-07T18:27:43.152Z Downloaded phf_shared v0.13.1
8432026-05-07T18:27:43.152Z Downloaded phf_shared v0.12.1
8442026-05-07T18:27:43.152Z Downloaded num_enum v0.7.5
8452026-05-07T18:27:43.156Z Downloaded powerfmt v0.2.0
8462026-05-07T18:27:43.156Z Downloaded crossterm v0.29.0
8472026-05-07T18:27:43.159Z Downloaded predicates-core v1.0.10
8482026-05-07T18:27:43.162Z Downloaded precomputed-hash v0.1.1
8492026-05-07T18:27:43.162Z Downloaded peg v0.8.5
8502026-05-07T18:27:43.165Z Downloaded heapless v0.8.0
8512026-05-07T18:27:43.168Z Downloaded progenitor-client v0.10.0
8522026-05-07T18:27:43.168Z Downloaded num-rational v0.4.2
8532026-05-07T18:27:43.168Z Downloaded num-integer v0.1.46
8542026-05-07T18:27:43.171Z Downloaded proc-macro-error-attr2 v2.0.0
8552026-05-07T18:27:43.171Z Downloaded proc-macro-crate v3.4.0
8562026-05-07T18:27:43.171Z Downloaded heapless v0.7.17
8572026-05-07T18:27:43.174Z Downloaded progenitor-client v0.14.0
8582026-05-07T18:27:43.174Z Downloaded quick-error v1.2.3
8592026-05-07T18:27:43.174Z Downloaded phf v0.12.1
8602026-05-07T18:27:43.179Z Downloaded pem v3.0.6
8612026-05-07T18:27:43.179Z Downloaded password-hash v0.4.2
8622026-05-07T18:27:43.179Z Downloaded memmap2 v0.9.10
8632026-05-07T18:27:43.182Z Downloaded phf v0.13.1
8642026-05-07T18:27:43.182Z Downloaded crypto-bigint v0.5.5
8652026-05-07T18:27:43.185Z Downloaded ar_archive_writer v0.5.1
8662026-05-07T18:27:43.185Z Downloaded progenitor-macro v0.10.0
8672026-05-07T18:27:43.188Z Downloaded pin-project-internal v1.1.11
8682026-05-07T18:27:43.188Z Downloaded pin-project-lite v0.2.17
8692026-05-07T18:27:43.192Z Downloaded base64 v0.22.1
8702026-05-07T18:27:43.198Z Downloaded ed25519-dalek v2.2.0
8712026-05-07T18:27:43.198Z Downloaded radium v0.7.0
8722026-05-07T18:27:43.198Z Downloaded poly1305 v0.8.0
8732026-05-07T18:27:43.201Z Downloaded owo-colors v4.3.0
8742026-05-07T18:27:43.202Z Downloaded expectorate v1.2.0
8752026-05-07T18:27:43.202Z Downloaded progenitor-client v0.11.2
8762026-05-07T18:27:43.202Z Downloaded progenitor-macro v0.11.2
8772026-05-07T18:27:43.202Z Downloaded password-hash v0.5.0
8782026-05-07T18:27:43.206Z Downloaded pkg-config v0.3.32
8792026-05-07T18:27:43.207Z Downloaded der v0.7.10
8802026-05-07T18:27:43.210Z Downloaded proc-macro-crate v1.3.1
8812026-05-07T18:27:43.211Z Downloaded ppv-lite86 v0.2.21
8822026-05-07T18:27:43.211Z Downloaded paste v1.0.15
8832026-05-07T18:27:43.213Z Downloaded primeorder v0.13.6
8842026-05-07T18:27:43.213Z Downloaded peg-macros v0.8.5
8852026-05-07T18:27:43.213Z Downloaded libbz2-rs-sys v0.2.2
8862026-05-07T18:27:43.213Z Downloaded recursive-proc-macro-impl v0.1.1
8872026-05-07T18:27:43.217Z Downloaded recursive v0.1.1
8882026-05-07T18:27:43.217Z Downloaded progenitor-macro v0.14.0
8892026-05-07T18:27:43.217Z Downloaded psl-types v2.0.11
8902026-05-07T18:27:43.217Z Downloaded progenitor-macro v0.13.0
8912026-05-07T18:27:43.220Z Downloaded parking_lot_core v0.9.12
8922026-05-07T18:27:43.220Z Downloaded postgres-protocol v0.6.10
8932026-05-07T18:27:43.220Z Downloaded oxnet v0.1.4
8942026-05-07T18:27:43.223Z Downloaded headers v0.4.1
8952026-05-07T18:27:43.225Z Downloaded progenitor v0.14.0
8962026-05-07T18:27:43.225Z Downloaded progenitor v0.13.0
8972026-05-07T18:27:43.230Z Downloaded progenitor-extras v0.2.0
8982026-05-07T18:27:43.230Z Downloaded pem-rfc7468 v0.7.0
8992026-05-07T18:27:43.230Z Downloaded parse-display-derive v0.10.0
9002026-05-07T18:27:43.232Z Downloaded parking_lot_core v0.8.6
9012026-05-07T18:27:43.232Z Downloaded polyval v0.6.2
9022026-05-07T18:27:43.232Z Downloaded packed_struct v0.10.1
9032026-05-07T18:27:43.235Z Downloaded progenitor v0.11.2
9042026-05-07T18:27:43.235Z Downloaded oxide-tokio-rt v0.1.4
9052026-05-07T18:27:43.235Z Downloaded diesel_derives v2.3.7
9062026-05-07T18:27:43.239Z Downloaded rand_chacha v0.3.1
9072026-05-07T18:27:43.242Z Downloaded derive_more-impl v2.1.1
9082026-05-07T18:27:43.246Z Downloaded pkcs8 v0.10.2
9092026-05-07T18:27:43.246Z Downloaded num-complex v0.4.6
9102026-05-07T18:27:43.249Z Downloaded litrs v1.0.0
9112026-05-07T18:27:43.249Z Downloaded russh-cryptovec v0.7.3
9122026-05-07T18:27:43.249Z Downloaded rtoolbox v0.0.3
9132026-05-07T18:27:43.250Z Downloaded dropshot-api-manager v0.7.1
9142026-05-07T18:27:43.253Z Downloaded rustc_version v0.4.1
9152026-05-07T18:27:43.253Z Downloaded miniz_oxide v0.8.9
9162026-05-07T18:27:43.257Z Downloaded ref-cast v1.0.25
9172026-05-07T18:27:43.257Z Downloaded oso v0.27.3
9182026-05-07T18:27:43.261Z Downloaded rand_core v0.9.5
9192026-05-07T18:27:43.261Z Downloaded ref-cast-impl v1.0.25
9202026-05-07T18:27:43.261Z Downloaded rand_xorshift v0.4.0
9212026-05-07T18:27:43.261Z Downloaded progenitor-client v0.13.0
9222026-05-07T18:27:43.264Z Downloaded rand_core v0.10.0
9232026-05-07T18:27:43.264Z Downloaded indicatif v0.18.4
9242026-05-07T18:27:43.267Z Downloaded rand_core v0.6.4
9252026-05-07T18:27:43.267Z Downloaded postcard v1.1.3
9262026-05-07T18:27:43.267Z Downloaded salsa20 v0.10.2
9272026-05-07T18:27:43.271Z Downloaded proc-macro-error2 v2.0.1
9282026-05-07T18:27:43.271Z Downloaded predicates v3.1.4
9292026-05-07T18:27:43.294Z Downloaded half v2.7.1
9302026-05-07T18:27:43.294Z Downloaded p256 v0.13.2
9312026-05-07T18:27:43.303Z Downloaded flate2 v1.1.9
9322026-05-07T18:27:43.303Z Downloaded darling_core v0.23.0
9332026-05-07T18:27:43.303Z Downloaded rustc_version v0.1.7
9342026-05-07T18:27:43.303Z Downloaded progenitor v0.10.0
9352026-05-07T18:27:43.303Z Downloaded rustc-hash v2.1.1
9362026-05-07T18:27:43.303Z Downloaded flume v0.11.1
9372026-05-07T18:27:43.303Z Downloaded dropshot_endpoint v0.17.0
9382026-05-07T18:27:43.303Z Downloaded sapling-renderdag v0.1.0
9392026-05-07T18:27:43.303Z Downloaded derive_more v0.99.20
9402026-05-07T18:27:43.303Z Downloaded resolv-conf v0.7.6
9412026-05-07T18:27:43.303Z Downloaded darling v0.20.11
9422026-05-07T18:27:43.303Z Downloaded bytes v1.11.1
9432026-05-07T18:27:43.306Z Downloaded async-bb8-diesel v0.2.1
9442026-05-07T18:27:43.306Z Downloaded psm v0.1.30
9452026-05-07T18:27:43.306Z Downloaded openssl-sys v0.9.114
9462026-05-07T18:27:43.306Z Downloaded r2d2 v0.8.10
9472026-05-07T18:27:43.306Z Downloaded hash32 v0.2.1
9482026-05-07T18:27:43.310Z Downloaded const_format_proc_macros v0.2.34
9492026-05-07T18:27:43.310Z Downloaded scopeguard v1.2.0
9502026-05-07T18:27:43.310Z Downloaded argon2 v0.5.3
9512026-05-07T18:27:43.313Z Downloaded bitfield v0.19.4
9522026-05-07T18:27:43.313Z Downloaded bit-vec v0.8.0
9532026-05-07T18:27:43.313Z Downloaded base64ct v1.8.3
9542026-05-07T18:27:43.318Z Downloaded serde_repr v0.1.20
9552026-05-07T18:27:43.318Z Downloaded pkcs5 v0.7.1
9562026-05-07T18:27:43.321Z Downloaded secrecy v0.8.0
9572026-05-07T18:27:43.321Z Downloaded same-file v1.0.6
9582026-05-07T18:27:43.321Z Downloaded minimal-lexical v0.2.1
9592026-05-07T18:27:43.325Z Downloaded scrypt v0.11.0
9602026-05-07T18:27:43.325Z Downloaded omicron-zone-package v0.12.2
9612026-05-07T18:27:43.328Z Downloaded rand_chacha v0.9.0
9622026-05-07T18:27:43.328Z Downloaded postgres-types v0.2.12
9632026-05-07T18:27:43.328Z Downloaded rustls-pemfile v2.2.0
9642026-05-07T18:27:43.331Z Downloaded indexmap v1.9.3
9652026-05-07T18:27:43.335Z Downloaded serde_bytes v0.11.19
9662026-05-07T18:27:43.335Z Downloaded semver v0.1.20
9672026-05-07T18:27:43.335Z Downloaded parking_lot v0.12.5
9682026-05-07T18:27:43.340Z Downloaded secrecy v0.10.3
9692026-05-07T18:27:43.340Z Downloaded scheduled-thread-pool v0.2.7
9702026-05-07T18:27:43.340Z Downloaded rfc6979 v0.4.0
9712026-05-07T18:27:43.340Z Downloaded serde_urlencoded v0.7.1
9722026-05-07T18:27:43.348Z Downloaded serde_plain v1.0.2
9732026-05-07T18:27:43.348Z Downloaded seq-macro v0.3.6
9742026-05-07T18:27:43.348Z Downloaded serde_spanned v1.0.4
9752026-05-07T18:27:43.348Z Downloaded serde-big-array v0.5.1
9762026-05-07T18:27:43.352Z Downloaded scroll_derive v0.13.1
9772026-05-07T18:27:43.352Z Downloaded bit-vec v0.6.3
9782026-05-07T18:27:43.352Z Downloaded difflib v0.4.0
9792026-05-07T18:27:43.352Z Downloaded rand_seeder v0.4.0
9802026-05-07T18:27:43.352Z Downloaded parking_lot v0.11.2
9812026-05-07T18:27:43.352Z Downloaded backoff v0.4.0
9822026-05-07T18:27:43.352Z Downloaded async-stream-impl v0.3.6
9832026-05-07T18:27:43.352Z Downloaded progenitor-impl v0.10.0
9842026-05-07T18:27:43.371Z Downloaded sha1 v0.10.6
9852026-05-07T18:27:43.374Z Downloaded jiff-static v0.2.21
9862026-05-07T18:27:43.374Z Downloaded crossterm v0.28.1
9872026-05-07T18:27:43.374Z Downloaded hyper-util v0.1.20
9882026-05-07T18:27:43.374Z Downloaded rustls-native-certs v0.8.3
9892026-05-07T18:27:43.387Z Downloaded signature v2.2.0
9902026-05-07T18:27:43.387Z Downloaded signal-hook-tokio v0.3.1
9912026-05-07T18:27:43.387Z Downloaded siphasher v1.0.2
9922026-05-07T18:27:43.391Z Downloaded slog-envlogger v2.2.0
9932026-05-07T18:27:43.391Z Downloaded hickory-resolver v0.25.2
9942026-05-07T18:27:43.391Z Downloaded slog-bunyan v2.5.0
9952026-05-07T18:27:43.391Z Downloaded hickory-resolver v0.24.4
9962026-05-07T18:27:43.391Z Downloaded pkcs1 v0.7.5
9972026-05-07T18:27:43.391Z Downloaded pin-project v1.1.11
9982026-05-07T18:27:43.395Z Downloaded sct v0.7.1
9992026-05-07T18:27:43.395Z Downloaded quinn-udp v0.5.14
10002026-05-07T18:27:43.403Z Downloaded serde_path_to_error v0.1.20
10012026-05-07T18:27:43.403Z Downloaded scroll v0.13.0
10022026-05-07T18:27:43.403Z Downloaded prettyplease v0.2.37
10032026-05-07T18:27:43.406Z Downloaded prefix-trie v0.7.0
10042026-05-07T18:27:43.406Z Downloaded sec1 v0.7.3
10052026-05-07T18:27:43.407Z Downloaded papergrid v0.17.0
10062026-05-07T18:27:43.407Z Downloaded serde_derive_internals v0.29.1
10072026-05-07T18:27:43.410Z Downloaded serde-hex v0.1.0
10082026-05-07T18:27:43.410Z Downloaded schemars_derive v0.8.22
10092026-05-07T18:27:43.410Z Downloaded rustls-pki-types v1.14.0
10102026-05-07T18:27:43.414Z Downloaded rustversion v1.0.22
10112026-05-07T18:27:43.414Z Downloaded bumpalo v3.20.2
10122026-05-07T18:27:43.418Z Downloaded sigpipe v0.1.3
10132026-05-07T18:27:43.418Z Downloaded signal-hook-mio v0.2.5
10142026-05-07T18:27:43.418Z Downloaded shell-words v1.1.1
10152026-05-07T18:27:43.421Z Downloaded async-compression v0.4.41
10162026-05-07T18:27:43.424Z Downloaded rcgen v0.12.1
10172026-05-07T18:27:43.427Z Downloaded hashbrown v0.13.2
10182026-05-07T18:27:43.430Z Downloaded ssh-cipher v0.2.0
10192026-05-07T18:27:43.455Z Downloaded shlex v1.3.0
10202026-05-07T18:27:43.456Z Downloaded progenitor-impl v0.13.0
10212026-05-07T18:27:43.456Z Downloaded rusty-fork v0.3.1
10222026-05-07T18:27:43.456Z Downloaded rustls-pemfile v1.0.4
10232026-05-07T18:27:43.456Z Downloaded ssh-encoding v0.2.0
10242026-05-07T18:27:43.456Z Downloaded slab v0.4.12
10252026-05-07T18:27:43.456Z Downloaded ron v0.8.1
10262026-05-07T18:27:43.456Z Downloaded strum v0.26.3
10272026-05-07T18:27:43.456Z Downloaded supports-color v3.0.2
10282026-05-07T18:27:43.456Z Downloaded subtle v2.6.1
10292026-05-07T18:27:43.459Z Downloaded slog-json v2.6.1
10302026-05-07T18:27:43.459Z Downloaded structmeta-derive v0.3.0
10312026-05-07T18:27:43.459Z Downloaded structmeta v0.3.0
10322026-05-07T18:27:43.459Z Downloaded sqlparser_derive v0.5.0
10332026-05-07T18:27:43.459Z Downloaded progenitor-impl v0.11.2
10342026-05-07T18:27:43.459Z Downloaded slog-scope v4.4.1
10352026-05-07T18:27:43.459Z Downloaded slog-dtrace v0.3.0
10362026-05-07T18:27:43.459Z Downloaded slog-async v2.8.0
10372026-05-07T18:27:43.463Z Downloaded http v1.4.0
10382026-05-07T18:27:43.463Z Downloaded smf v0.2.3
10392026-05-07T18:27:43.466Z Downloaded slog-term v2.9.2
10402026-05-07T18:27:43.466Z Downloaded tabled_derive v0.11.0
10412026-05-07T18:27:43.466Z Downloaded sync-ptr v0.1.4
10422026-05-07T18:27:43.469Z Downloaded sync_wrapper v1.0.2
10432026-05-07T18:27:43.469Z Downloaded slog-stdlog v4.1.1
10442026-05-07T18:27:43.469Z Downloaded hickory-server v0.25.2
10452026-05-07T18:27:43.473Z Downloaded snafu-derive v0.8.9
10462026-05-07T18:27:43.476Z Downloaded simd-adler32 v0.3.8
10472026-05-07T18:27:43.478Z Downloaded testing_table v0.3.0
10482026-05-07T18:27:43.478Z Downloaded tap v1.0.1
10492026-05-07T18:27:43.481Z Downloaded take_mut v0.2.2
10502026-05-07T18:27:43.484Z Downloaded termtree v0.5.1
10512026-05-07T18:27:43.484Z Downloaded ryu v1.0.23
10522026-05-07T18:27:43.488Z Downloaded tagptr v0.2.0
10532026-05-07T18:27:43.488Z Downloaded mio v1.2.0
10542026-05-07T18:27:43.491Z Downloaded tabwriter v1.4.1
10552026-05-07T18:27:43.494Z Downloaded libxml v0.3.3
10562026-05-07T18:27:43.496Z Downloaded hashbrown v0.16.1
10572026-05-07T18:27:43.499Z Downloaded tinyvec_macros v0.1.1
10582026-05-07T18:27:43.504Z Downloaded aes-gcm v0.10.3
10592026-05-07T18:27:43.507Z Downloaded strip-ansi-escapes v0.2.1
10602026-05-07T18:27:43.507Z Downloaded stringprep v0.1.5
10612026-05-07T18:27:43.507Z Downloaded quinn v0.11.9
10622026-05-07T18:27:43.510Z Downloaded thread-id v5.1.0
10632026-05-07T18:27:43.510Z Downloaded thiserror-impl-no-std v2.0.2
10642026-05-07T18:27:43.510Z Downloaded static_assertions v1.1.0
10652026-05-07T18:27:43.513Z Downloaded progenitor-impl v0.14.0
10662026-05-07T18:27:43.513Z Downloaded qorb v0.4.1
10672026-05-07T18:27:43.516Z Downloaded strum v0.27.2
10682026-05-07T18:27:43.517Z Downloaded rand v0.8.5
10692026-05-07T18:27:43.520Z Downloaded strum_macros v0.26.4
10702026-05-07T18:27:43.520Z Downloaded support-bundle-viewer v0.1.2
10712026-05-07T18:27:43.523Z Downloaded strum_macros v0.27.2
10722026-05-07T18:27:43.523Z Downloaded tokio-macros v2.7.0
10732026-05-07T18:27:43.523Z Downloaded strum_macros v0.24.3
10742026-05-07T18:27:43.525Z Downloaded string_cache v0.8.9
10752026-05-07T18:27:43.525Z Downloaded signal-hook-registry v1.4.8
10762026-05-07T18:27:43.528Z Downloaded rustls-platform-verifier v0.6.2
10772026-05-07T18:27:43.528Z Downloaded bitvec v1.0.1
10782026-05-07T18:27:43.537Z Downloaded smallvec v0.6.14
10792026-05-07T18:27:43.540Z Downloaded stacker v0.1.23
10802026-05-07T18:27:43.541Z Downloaded sqlformat v0.3.5
10812026-05-07T18:27:43.544Z Downloaded termios v0.3.3
10822026-05-07T18:27:43.544Z Downloaded russh-keys v0.45.0
10832026-05-07T18:27:43.548Z Downloaded spki v0.7.3
10842026-05-07T18:27:43.548Z Downloaded serde_with_macros v3.17.0
10852026-05-07T18:27:43.551Z Downloaded schemars v0.8.22
10862026-05-07T18:27:43.555Z Downloaded spin v0.9.8
10872026-05-07T18:27:43.558Z Downloaded serde_cbor v0.11.2
10882026-05-07T18:27:43.562Z Downloaded rayon-core v1.13.0
10892026-05-07T18:27:43.562Z Downloaded topological-sort v0.2.2
10902026-05-07T18:27:43.566Z Downloaded trait-variant v0.1.2
10912026-05-07T18:27:43.566Z Downloaded tower-service v0.3.3
10922026-05-07T18:27:43.566Z Downloaded tower-layer v0.3.3
10932026-05-07T18:27:43.566Z Downloaded try-lock v0.2.5
10942026-05-07T18:27:43.566Z Downloaded tiny-keccak v2.0.2
10952026-05-07T18:27:43.569Z Downloaded itertools v0.10.5
10962026-05-07T18:27:43.575Z Downloaded pretty_assertions v1.4.1
10972026-05-07T18:27:43.575Z Downloaded num-bigint-dig v0.8.6
10982026-05-07T18:27:43.580Z Downloaded hashbrown v0.12.3
10992026-05-07T18:27:43.580Z Downloaded tls_codec v0.4.2
11002026-05-07T18:27:43.580Z Downloaded time-core v0.1.8
11012026-05-07T18:27:43.580Z Downloaded thiserror-no-std v2.0.2
11022026-05-07T18:27:43.584Z Downloaded time-macros v0.2.27
11032026-05-07T18:27:43.584Z Downloaded typify-macro v0.6.2
11042026-05-07T18:27:43.584Z Downloaded slog v2.8.2
11052026-05-07T18:27:43.587Z Downloaded signal-hook v0.3.18
11062026-05-07T18:27:43.587Z Downloaded serde_yaml v0.9.34+deprecated
11072026-05-07T18:27:43.591Z Downloaded tokio-rustls v0.25.0
11082026-05-07T18:27:43.591Z Downloaded tokio-tungstenite v0.21.0
11092026-05-07T18:27:43.594Z Downloaded num-bigint v0.4.6
11102026-05-07T18:27:43.597Z Downloaded tls_codec_derive v0.4.2
11112026-05-07T18:27:43.597Z Downloaded unarray v0.1.4
11122026-05-07T18:27:43.597Z Downloaded rand v0.10.0
11132026-05-07T18:27:43.617Z Downloaded unicode-truncate v1.1.0
11142026-05-07T18:27:43.618Z Downloaded tokio-dtrace v0.1.1
11152026-05-07T18:27:43.618Z Downloaded tokio-native-tls v0.3.1
11162026-05-07T18:27:43.618Z Downloaded nom v7.1.3
11172026-05-07T18:27:43.618Z Downloaded term v0.7.0
11182026-05-07T18:27:43.618Z Downloaded itertools v0.13.0
11192026-05-07T18:27:43.618Z Downloaded usdt v0.6.0
11202026-05-07T18:27:43.618Z Downloaded untrusted v0.9.0
11212026-05-07T18:27:43.618Z Downloaded untrusted v0.7.1
11222026-05-07T18:27:43.618Z Downloaded universal-hash v0.5.1
11232026-05-07T18:27:43.618Z Downloaded unit-prefix v0.5.2
11242026-05-07T18:27:43.618Z Downloaded similar v2.7.0
11252026-05-07T18:27:43.623Z Downloaded thread_local v1.1.9
11262026-05-07T18:27:43.623Z Downloaded usdt-attr-macro v0.6.0
11272026-05-07T18:27:43.623Z Downloaded utf-8 v0.7.6
11282026-05-07T18:27:43.623Z Downloaded hkdf v0.12.4
11292026-05-07T18:27:43.627Z Downloaded tokio-tungstenite v0.23.1
11302026-05-07T18:27:43.627Z Downloaded term v1.2.1
11312026-05-07T18:27:43.627Z Downloaded hashbrown v0.15.5
11322026-05-07T18:27:43.630Z Downloaded void v1.0.2
11332026-05-07T18:27:43.635Z Downloaded socket2 v0.6.3
11342026-05-07T18:27:43.638Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-05-07T18:27:43.638Z Downloaded samael v0.0.19
11362026-05-07T18:27:43.642Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-05-07T18:27:43.646Z Downloaded schemars v1.2.1
11382026-05-07T18:27:43.653Z Downloaded want v0.3.1
11392026-05-07T18:27:43.658Z Downloaded waitgroup v0.1.2
11402026-05-07T18:27:43.658Z Downloaded wait-timeout v0.2.1
11412026-05-07T18:27:43.658Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-05-07T18:27:43.659Z Downloaded typify-macro v0.4.3
11432026-05-07T18:27:43.659Z Downloaded tokio-rustls v0.24.1
11442026-05-07T18:27:43.659Z Downloaded schemars v0.9.0
11452026-05-07T18:27:43.664Z Downloaded xattr v1.6.1
11462026-05-07T18:27:43.670Z Downloaded tui-tree-widget v0.23.1
11472026-05-07T18:27:43.670Z Downloaded rsa v0.9.10
11482026-05-07T18:27:43.678Z Downloaded russh v0.45.0
11492026-05-07T18:27:43.678Z Downloaded unicase v2.9.0
11502026-05-07T18:27:43.678Z Downloaded socket2 v0.5.10
11512026-05-07T18:27:43.678Z Downloaded zeroize_derive v1.4.3
11522026-05-07T18:27:43.678Z Downloaded snafu v0.8.9
11532026-05-07T18:27:43.682Z Downloaded xshell-macros v0.2.7
11542026-05-07T18:27:43.683Z Downloaded rustls-webpki v0.103.9
11552026-05-07T18:27:43.683Z Downloaded vergen-lib v0.1.6
11562026-05-07T18:27:43.683Z Downloaded publicsuffix v2.3.0
11572026-05-07T18:27:43.683Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-05-07T18:27:43.686Z Downloaded rand v0.9.2
11592026-05-07T18:27:43.687Z Downloaded itertools v0.12.1
11602026-05-07T18:27:43.694Z Downloaded usdt-macro v0.6.0
11612026-05-07T18:27:43.694Z Downloaded vergen-gitcl v1.0.8
11622026-05-07T18:27:43.694Z Downloaded usdt-impl v0.6.0
11632026-05-07T18:27:43.694Z Downloaded tokio-rustls v0.26.4
11642026-05-07T18:27:43.694Z Downloaded zone_cfg_derive v0.3.1
11652026-05-07T18:27:43.695Z Downloaded walkdir v2.5.0
11662026-05-07T18:27:43.698Z Downloaded zone v0.3.1
11672026-05-07T18:27:43.698Z Downloaded tinyvec v1.10.0
11682026-05-07T18:27:43.699Z Downloaded h2 v0.4.13
11692026-05-07T18:27:43.702Z Downloaded twox-hash v2.1.2
11702026-05-07T18:27:43.706Z Downloaded iddqd v0.3.18
11712026-05-07T18:27:43.711Z Downloaded whoami v1.6.1
11722026-05-07T18:27:43.711Z Downloaded hyper v1.8.1
11732026-05-07T18:27:43.715Z Downloaded futures-util v0.3.32
11742026-05-07T18:27:43.719Z Downloaded xshell v0.2.7
11752026-05-07T18:27:43.725Z Downloaded whoami v2.1.0
11762026-05-07T18:27:43.725Z Downloaded vsss-rs v3.3.4
11772026-05-07T18:27:43.728Z Downloaded vergen-git2 v1.0.7
11782026-05-07T18:27:43.728Z Downloaded toml v0.7.8
11792026-05-07T18:27:43.728Z Downloaded unicode-properties v0.1.4
11802026-05-07T18:27:43.728Z Downloaded iri-string v0.7.10
11812026-05-07T18:27:43.733Z Downloaded test-strategy v0.4.5
11822026-05-07T18:27:43.739Z Downloaded itertools v0.14.0
11832026-05-07T18:27:43.744Z Downloaded tracing-attributes v0.1.31
11842026-05-07T18:27:43.752Z Downloaded wyz v0.5.1
11852026-05-07T18:27:43.762Z Downloaded subprocess v0.2.15
11862026-05-07T18:27:43.765Z Downloaded yasna v0.5.2
11872026-05-07T18:27:43.768Z Downloaded zeroize v1.8.2
11882026-05-07T18:27:43.768Z Downloaded tokio-stream v0.1.18
11892026-05-07T18:27:43.778Z Downloaded zstd-safe v7.2.4
11902026-05-07T18:27:43.781Z Downloaded reedline v0.40.0
11912026-05-07T18:27:43.784Z Downloaded uzers v0.12.2
11922026-05-07T18:27:43.784Z Downloaded toml v1.0.6+spec-1.1.0
11932026-05-07T18:27:43.787Z Downloaded zstd v0.13.3
11942026-05-07T18:27:43.791Z Downloaded vergen v9.0.6
11952026-05-07T18:27:43.791Z Downloaded zerocopy v0.6.6
11962026-05-07T18:27:43.795Z Downloaded tracing-core v0.1.36
11972026-05-07T18:27:43.798Z Downloaded tar v0.4.45
11982026-05-07T18:27:43.805Z Downloaded tungstenite v0.21.0
11992026-05-07T18:27:43.809Z Downloaded tungstenite v0.23.0
12002026-05-07T18:27:43.809Z Downloaded steno v0.4.1
12012026-05-07T18:27:43.812Z Downloaded typify v0.6.2
12022026-05-07T18:27:43.816Z Downloaded unicode-bidi v0.3.18
12032026-05-07T18:27:43.816Z Downloaded typify v0.4.3
12042026-05-07T18:27:43.833Z Downloaded uuid v1.23.0
12052026-05-07T18:27:43.836Z Downloaded ssh-key v0.6.7
12062026-05-07T18:27:43.839Z Downloaded toml v0.9.12+spec-1.1.0
12072026-05-07T18:27:43.842Z Downloaded rustyline v14.0.0
12082026-05-07T18:27:43.847Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-05-07T18:27:43.853Z Downloaded p521 v0.13.3
12102026-05-07T18:27:43.858Z Downloaded rpassword v7.4.0
12112026-05-07T18:27:43.862Z Downloaded aws-lc-rs v1.16.0
12122026-05-07T18:27:43.865Z Downloaded tokio-postgres v0.7.16
12132026-05-07T18:27:43.870Z Downloaded rayon v1.11.0
12142026-05-07T18:27:43.873Z Downloaded zip v0.6.6
12152026-05-07T18:27:43.878Z Downloaded unsafe-libyaml v0.2.11
12162026-05-07T18:27:43.878Z Downloaded unicode_categories v0.1.1
12172026-05-07T18:27:43.885Z Downloaded tower v0.5.3
12182026-05-07T18:27:43.885Z Downloaded reqwest v0.13.2
12192026-05-07T18:27:43.892Z Downloaded libm v0.2.16
12202026-05-07T18:27:43.896Z Downloaded vte v0.14.1
12212026-05-07T18:27:43.896Z Downloaded toml_edit v0.19.15
12222026-05-07T18:27:43.900Z Downloaded reqwest v0.12.28
12232026-05-07T18:27:43.904Z Downloaded chrono v0.4.44
12242026-05-07T18:27:43.909Z Downloaded blake3 v1.8.3
12252026-05-07T18:27:43.929Z Downloaded zopfli v0.8.3
12262026-05-07T18:27:43.932Z Downloaded typed-path v0.9.3
12272026-05-07T18:27:43.938Z Downloaded regex v1.12.3
12282026-05-07T18:27:43.942Z Downloaded yansi v1.0.1
12292026-05-07T18:27:43.942Z Downloaded bindgen v0.71.1
12302026-05-07T18:27:43.946Z Downloaded p384 v0.13.1
12312026-05-07T18:27:43.946Z Downloaded unicode-segmentation v1.12.0
12322026-05-07T18:27:43.950Z Downloaded rustls-webpki v0.101.7
12332026-05-07T18:27:43.962Z Downloaded git2 v0.20.4
12342026-05-07T18:27:43.966Z Downloaded portable-atomic v1.13.1
12352026-05-07T18:27:43.971Z Downloaded tokio-util v0.7.18
12362026-05-07T18:27:43.975Z Downloaded rustls-webpki v0.102.8
12372026-05-07T18:27:43.989Z Downloaded x509-cert v0.2.5
12382026-05-07T18:27:44.003Z Downloaded tough v0.20.0
12392026-05-07T18:27:44.003Z Downloaded zerocopy-derive v0.8.40
12402026-05-07T18:27:44.008Z Downloaded tower-http v0.6.8
12412026-05-07T18:27:44.008Z Downloaded proptest v1.10.0
12422026-05-07T18:27:44.012Z Downloaded goblin v0.10.5
12432026-05-07T18:27:44.012Z Downloaded quick-xml v0.37.5
12442026-05-07T18:27:44.017Z Downloaded unicode-normalization v0.1.25
12452026-05-07T18:27:44.017Z Downloaded serde_with v3.17.0
12462026-05-07T18:27:44.021Z Downloaded salty v0.3.0
12472026-05-07T18:27:44.026Z Downloaded lalrpop v0.19.12
12482026-05-07T18:27:44.031Z Downloaded moka v0.12.13
12492026-05-07T18:27:44.035Z Downloaded curve25519-dalek v4.1.3
12502026-05-07T18:27:44.041Z Downloaded petname v2.0.2
12512026-05-07T18:27:44.044Z Downloaded zip v4.6.1
12522026-05-07T18:27:45.065Z Downloaded winnow v0.5.40
12532026-05-07T18:27:45.071Z Downloaded object v0.30.4
12542026-05-07T18:27:45.071Z Downloaded radix_trie v0.2.1
12552026-05-07T18:27:45.071Z Downloaded polar-core v0.27.3
12562026-05-07T18:27:45.071Z Downloaded nix v0.27.1
12572026-05-07T18:27:45.072Z Downloaded winnow v0.6.26
12582026-05-07T18:27:45.072Z Downloaded dropshot v0.16.7
12592026-05-07T18:27:45.072Z Downloaded bstr v1.12.1
12602026-05-07T18:27:45.072Z Downloaded tabled v0.20.0
12612026-05-07T18:27:45.072Z Downloaded openssl v0.10.78
12622026-05-07T18:27:45.072Z Downloaded nix v0.28.0
12632026-05-07T18:27:45.072Z Downloaded time v0.3.47
12642026-05-07T18:27:45.072Z Downloaded nix v0.29.0
12652026-05-07T18:27:45.072Z Downloaded dropshot v0.17.0
12662026-05-07T18:27:45.072Z Downloaded smoltcp v0.9.1
12672026-05-07T18:27:45.072Z Downloaded regex-syntax v0.6.29
12682026-05-07T18:27:45.072Z Downloaded vcpkg v0.2.15
12692026-05-07T18:27:45.073Z Downloaded zlib-rs v0.6.2
12702026-05-07T18:27:45.073Z Downloaded smoltcp v0.11.0
12712026-05-07T18:27:45.073Z Downloaded hickory-proto v0.24.4
12722026-05-07T18:27:45.073Z Downloaded rustls v0.22.4
12732026-05-07T18:27:45.073Z Downloaded rustls v0.23.37
12742026-05-07T18:27:45.073Z Downloaded zerocopy v0.8.40
12752026-05-07T18:27:45.073Z Downloaded regress v0.11.1
12762026-05-07T18:27:45.073Z Downloaded webpki-roots v1.0.6
12772026-05-07T18:27:45.073Z Downloaded diesel v2.3.7
12782026-05-07T18:27:45.073Z Downloaded openapiv3 v2.2.0
12792026-05-07T18:27:45.073Z Downloaded regex-syntax v0.8.10
12802026-05-07T18:27:45.073Z Downloaded hickory-proto v0.25.2
12812026-05-07T18:27:45.073Z Downloaded regress v0.10.5
12822026-05-07T18:27:45.073Z Downloaded sqlparser v0.61.0
12832026-05-07T18:27:45.073Z Downloaded rustix v0.38.44
12842026-05-07T18:27:45.073Z Downloaded nix v0.31.2
12852026-05-07T18:27:45.073Z Downloaded rustls v0.21.12
12862026-05-07T18:27:45.073Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-05-07T18:27:45.073Z Downloaded object v0.37.3
12882026-05-07T18:27:45.073Z Downloaded zerocopy-derive v0.6.6
12892026-05-07T18:27:45.073Z Downloaded csv v1.4.0
12902026-05-07T18:27:45.073Z Downloaded quinn-proto v0.11.13
12912026-05-07T18:27:45.073Z Downloaded petgraph v0.6.5
12922026-05-07T18:27:45.073Z Downloaded jiff v0.2.21
12932026-05-07T18:27:45.073Z Downloaded chrono-tz v0.10.4
12942026-05-07T18:27:45.073Z Downloaded tracing v0.1.44
12952026-05-07T18:27:45.073Z Downloaded typify-impl v0.6.2
12962026-05-07T18:27:45.073Z Downloaded sled v0.34.7
12972026-05-07T18:27:45.073Z Downloaded typify-impl v0.4.3
12982026-05-07T18:27:45.073Z Downloaded ratatui v0.29.0
12992026-05-07T18:27:45.073Z Downloaded petgraph v0.8.3
13002026-05-07T18:27:45.073Z Downloaded regex-automata v0.4.14
13012026-05-07T18:27:45.073Z Downloaded libz-sys v1.1.24
13022026-05-07T18:27:45.073Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13032026-05-07T18:27:45.073Z Downloaded sha3 v0.10.8
13042026-05-07T18:27:45.073Z Downloaded tokio v1.52.1
13052026-05-07T18:27:45.073Z Downloaded encoding_rs v0.8.35
13062026-05-07T18:27:45.073Z Downloaded ring v0.17.14
13072026-05-07T18:27:45.073Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-07T18:27:45.086Z Downloaded aws-lc-sys v0.37.1
13092026-05-07T18:27:45.331Z Compiling libc v0.2.185
13102026-05-07T18:27:45.331Z Compiling serde v1.0.228
13112026-05-07T18:27:45.336Z Compiling log v0.4.29
13122026-05-07T18:27:45.336Z Compiling find-msvc-tools v0.1.9
13132026-05-07T18:27:45.336Z Compiling shlex v1.3.0
13142026-05-07T18:27:45.336Z Compiling smallvec v1.15.1
13152026-05-07T18:27:45.336Z Compiling syn v2.0.117
13162026-05-07T18:27:45.479Z Compiling typenum v1.19.0
13172026-05-07T18:27:45.653Z Compiling generic-array v0.14.7
13182026-05-07T18:27:45.670Z Compiling subtle v2.6.1
13192026-05-07T18:27:45.715Z Compiling scopeguard v1.2.0
13202026-05-07T18:27:45.760Z Compiling const-oid v0.9.6
13212026-05-07T18:27:45.790Z Compiling portable-atomic v1.13.1
13222026-05-07T18:27:45.821Z Compiling lock_api v0.4.14
13232026-05-07T18:27:45.834Z Compiling zerocopy v0.8.40
13242026-05-07T18:27:45.904Z Compiling critical-section v1.2.0
13252026-05-07T18:27:46.006Z Compiling serde_json v1.0.149
13262026-05-07T18:27:46.039Z Compiling parking_lot_core v0.9.12
13272026-05-07T18:27:46.209Z Compiling pin-project-lite v0.2.17
13282026-05-07T18:27:46.278Z Compiling getrandom v0.2.17
13292026-05-07T18:27:46.278Z Compiling jobserver v0.1.34
13302026-05-07T18:27:46.305Z Compiling errno v0.3.14
13312026-05-07T18:27:46.446Z Compiling rand_core v0.6.4
13322026-05-07T18:27:46.473Z Compiling pkg-config v0.3.32
13332026-05-07T18:27:46.493Z Compiling cc v1.2.56
13342026-05-07T18:27:46.654Z Compiling signal-hook-registry v1.4.8
13352026-05-07T18:27:46.710Z Compiling bitflags v2.11.0
13362026-05-07T18:27:46.787Z Compiling once_cell v1.21.3
13372026-05-07T18:27:46.825Z Compiling libm v0.2.16
13382026-05-07T18:27:46.920Z Compiling parking_lot v0.12.5
13392026-05-07T18:27:46.934Z Compiling mio v1.2.0
13402026-05-07T18:27:46.982Z Compiling num-traits v0.2.19
13412026-05-07T18:27:47.004Z Compiling futures-core v0.3.32
13422026-05-07T18:27:47.155Z Compiling percent-encoding v2.3.2
13432026-05-07T18:27:47.280Z Compiling socket2 v0.6.3
13442026-05-07T18:27:47.331Z Compiling futures-sink v0.3.32
13452026-05-07T18:27:47.344Z Compiling cpufeatures v0.2.17
13462026-05-07T18:27:47.361Z Compiling getrandom v0.4.1
13472026-05-07T18:27:47.385Z Compiling futures-task v0.3.32
13482026-05-07T18:27:47.414Z Compiling futures-channel v0.3.32
13492026-05-07T18:27:47.431Z Compiling futures-io v0.3.32
13502026-05-07T18:27:47.551Z Compiling slab v0.4.12
13512026-05-07T18:27:47.579Z Compiling getrandom v0.3.4
13522026-05-07T18:27:47.636Z Compiling rand_core v0.10.0
13532026-05-07T18:27:47.669Z Compiling rustversion v1.0.22
13542026-05-07T18:27:47.700Z Compiling indexmap v2.14.0
13552026-05-07T18:27:47.724Z Compiling form_urlencoded v1.2.2
13562026-05-07T18:27:48.014Z Compiling cmake v0.1.57
13572026-05-07T18:27:48.026Z Compiling base64ct v1.8.3
13582026-05-07T18:27:48.283Z Compiling synstructure v0.13.2
13592026-05-07T18:27:48.435Z Compiling ident_case v1.0.1
13602026-05-07T18:27:48.449Z Compiling dunce v1.0.5
13612026-05-07T18:27:48.488Z Compiling fs_extra v1.3.0
13622026-05-07T18:27:48.544Z Compiling pem-rfc7468 v0.7.0
13632026-05-07T18:27:48.559Z Compiling flagset v0.4.7
13642026-05-07T18:27:48.610Z Compiling rand_core v0.9.5
13652026-05-07T18:27:48.624Z Compiling iana-time-zone v0.1.65
13662026-05-07T18:27:48.687Z Compiling rustix v1.1.3
13672026-05-07T18:27:48.719Z Compiling ring v0.17.14
13682026-05-07T18:27:48.763Z Compiling aws-lc-sys v0.37.1
13692026-05-07T18:27:48.824Z Compiling uuid v1.23.0
13702026-05-07T18:27:48.851Z Compiling rustc_version v0.4.1
13712026-05-07T18:27:48.892Z Compiling vcpkg v0.2.15
13722026-05-07T18:27:48.910Z Compiling regex-syntax v0.8.10
13732026-05-07T18:27:49.180Z Compiling aws-lc-rs v1.16.0
13742026-05-07T18:27:49.482Z Compiling tracing-core v0.1.36
13752026-05-07T18:27:49.532Z Compiling pest_generator v2.8.6
13762026-05-07T18:27:49.638Z Compiling openssl-sys v0.9.114
13772026-05-07T18:27:50.025Z Compiling serde_derive_internals v0.29.1
13782026-05-07T18:27:50.053Z Compiling serde_derive v1.0.228
13792026-05-07T18:27:50.159Z Compiling zeroize_derive v1.4.3
13802026-05-07T18:27:50.250Z Compiling zerofrom-derive v0.1.6
13812026-05-07T18:27:50.437Z Compiling yoke-derive v0.8.1
13822026-05-07T18:27:50.803Z Compiling zeroize v1.8.2
13832026-05-07T18:27:50.937Z Compiling zerocopy-derive v0.8.40
13842026-05-07T18:27:51.286Z Compiling zerovec-derive v0.11.2
13852026-05-07T18:27:51.582Z Compiling crypto-common v0.1.7
13862026-05-07T18:27:51.618Z Compiling block-buffer v0.10.4
13872026-05-07T18:27:51.660Z Compiling zerofrom v0.1.6
13882026-05-07T18:27:51.729Z Compiling displaydoc v0.2.5
13892026-05-07T18:27:51.783Z Compiling yoke v0.8.1
13902026-05-07T18:27:51.786Z Compiling digest v0.10.7
13912026-05-07T18:27:51.971Z Compiling tokio-macros v2.7.0
13922026-05-07T18:27:52.049Z Compiling hmac v0.12.1
13932026-05-07T18:27:52.200Z Compiling futures-macro v0.3.32
13942026-05-07T18:27:52.407Z Compiling zerovec v0.11.5
13952026-05-07T18:27:52.463Z Compiling zerotrie v0.2.3
13962026-05-07T18:27:52.677Z Compiling block-padding v0.3.3
13972026-05-07T18:27:52.755Z Compiling sha2 v0.10.9
13982026-05-07T18:27:52.830Z Compiling tinystr v0.8.2
13992026-05-07T18:27:52.892Z Compiling potential_utf v0.1.4
14002026-05-07T18:27:53.323Z Compiling icu_locale_core v2.1.1
14012026-05-07T18:27:53.333Z Compiling icu_collections v2.1.1
14022026-05-07T18:27:53.333Z Compiling futures-util v0.3.32
14032026-05-07T18:27:53.403Z Compiling inout v0.1.4
14042026-05-07T18:27:53.548Z Compiling bytes v1.11.1
14052026-05-07T18:27:53.575Z Compiling cipher v0.4.4
14062026-05-07T18:27:53.579Z Compiling der_derive v0.7.3
14072026-05-07T18:27:53.841Z Compiling icu_provider v2.1.1
14082026-05-07T18:27:53.926Z Compiling salsa20 v0.10.2
14092026-05-07T18:27:54.072Z Compiling tokio v1.52.1
14102026-05-07T18:27:54.093Z Compiling icu_properties v2.1.2
14112026-05-07T18:27:54.137Z Compiling icu_normalizer v2.1.1
14122026-05-07T18:27:54.156Z Compiling http v1.4.0
14132026-05-07T18:27:54.536Z Compiling der v0.7.10
14142026-05-07T18:27:54.670Z Compiling chrono v0.4.44
14152026-05-07T18:27:55.044Z Compiling idna_adapter v1.2.1
14162026-05-07T18:27:55.176Z Compiling idna v1.1.0
14172026-05-07T18:27:55.209Z Compiling ppv-lite86 v0.2.21
14182026-05-07T18:27:55.365Z Compiling spki v0.7.3
14192026-05-07T18:27:55.378Z Compiling pbkdf2 v0.12.2
14202026-05-07T18:27:55.491Z Compiling url v2.5.8
14212026-05-07T18:27:55.506Z Compiling thiserror-impl v2.0.18
14222026-05-07T18:27:55.562Z Compiling scrypt v0.11.0
14232026-05-07T18:27:55.706Z Compiling rand_chacha v0.9.0
14242026-05-07T18:27:55.802Z Compiling cbc v0.1.2
14252026-05-07T18:27:55.816Z Compiling aes v0.8.4
14262026-05-07T18:27:55.949Z Compiling rustls-pki-types v1.14.0
14272026-05-07T18:27:56.021Z Compiling tracing-attributes v0.1.31
14282026-05-07T18:27:56.266Z Compiling pkcs5 v0.7.1
14292026-05-07T18:27:56.378Z Compiling rand v0.9.2
14302026-05-07T18:27:56.393Z Compiling http-body v1.0.1
14312026-05-07T18:27:56.603Z Compiling openssl-probe v0.2.1
14322026-05-07T18:27:56.738Z Compiling base64 v0.22.1
14332026-05-07T18:27:56.777Z Compiling httparse v1.10.1
14342026-05-07T18:27:56.795Z Compiling thiserror v2.0.18
14352026-05-07T18:27:56.840Z Compiling untrusted v0.7.1
14362026-05-07T18:27:56.899Z Compiling schemars v0.8.22
14372026-05-07T18:27:56.959Z Compiling untrusted v0.9.0
14382026-05-07T18:27:57.044Z Compiling pkcs8 v0.10.2
14392026-05-07T18:27:57.121Z Compiling schemars_derive v0.8.22
14402026-05-07T18:27:57.144Z Compiling pest_derive v2.8.6
14412026-05-07T18:27:57.157Z Compiling scroll_derive v0.13.1
14422026-05-07T18:27:57.291Z Compiling tracing v0.1.44
14432026-05-07T18:27:57.342Z Compiling darling_core v0.20.11
14442026-05-07T18:27:57.551Z Compiling tower-service v0.3.3
14452026-05-07T18:27:57.554Z Compiling atomic-waker v1.1.2
14462026-05-07T18:27:57.647Z Compiling dyn-clone v1.0.20
14472026-05-07T18:27:57.686Z Compiling tokio-util v0.7.18
14482026-05-07T18:27:57.782Z Compiling rustls v0.23.37
14492026-05-07T18:27:57.933Z Compiling tinyvec_macros v0.1.1
14502026-05-07T18:27:57.951Z Compiling tower-layer v0.3.3
14512026-05-07T18:27:58.003Z Compiling try-lock v0.2.5
14522026-05-07T18:27:58.108Z Compiling want v0.3.1
14532026-05-07T18:27:58.108Z Compiling tinyvec v1.10.0
14542026-05-07T18:27:58.313Z Compiling scroll v0.13.0
14552026-05-07T18:27:58.515Z Compiling h2 v0.4.13
14562026-05-07T18:27:59.044Z Compiling ipnet v2.11.0
14572026-05-07T18:27:59.059Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14582026-05-07T18:27:59.059Z Compiling spin v0.9.8
14592026-05-07T18:27:59.073Z Compiling aho-corasick v1.1.4
14602026-05-07T18:27:59.201Z Compiling httpdate v1.0.3
14612026-05-07T18:27:59.204Z Compiling pin-utils v0.1.0
14622026-05-07T18:27:59.276Z Compiling powerfmt v0.2.0
14632026-05-07T18:27:59.434Z Compiling foreign-types-shared v0.1.1
14642026-05-07T18:27:59.477Z Compiling openssl v0.10.78
14652026-05-07T18:27:59.520Z Compiling crc32fast v1.5.0
14662026-05-07T18:27:59.626Z Compiling darling_macro v0.20.11
14672026-05-07T18:27:59.664Z Compiling num-conv v0.2.0
14682026-05-07T18:27:59.679Z Compiling time-core v0.1.8
14692026-05-07T18:27:59.717Z Compiling foreign-types v0.3.2
14702026-05-07T18:27:59.792Z Compiling deranged v0.5.8
14712026-05-07T18:27:59.792Z Compiling tempfile v3.25.0
14722026-05-07T18:27:59.818Z Compiling time-macros v0.2.27
14732026-05-07T18:28:00.078Z Compiling darling v0.20.11
14742026-05-07T18:28:00.160Z Compiling regex-automata v0.4.14
14752026-05-07T18:28:00.174Z Compiling goblin v0.10.5
14762026-05-07T18:28:00.749Z Compiling openssl-macros v0.1.1
14772026-05-07T18:28:00.843Z Compiling wait-timeout v0.2.1
14782026-05-07T18:28:01.114Z Compiling siphasher v1.0.2
14792026-05-07T18:28:01.128Z Compiling num_threads v0.1.7
14802026-05-07T18:28:01.221Z Compiling quick-error v1.2.3
14812026-05-07T18:28:01.274Z Compiling syn v1.0.109
14822026-05-07T18:28:01.298Z Compiling native-tls v0.2.18
14832026-05-07T18:28:01.324Z Compiling usdt-impl v0.6.0
14842026-05-07T18:28:01.493Z Compiling hyper v1.8.1
14852026-05-07T18:28:01.524Z Compiling bit-vec v0.8.0
14862026-05-07T18:28:01.568Z Compiling simd-adler32 v0.3.8
14872026-05-07T18:28:01.746Z Compiling crossbeam-utils v0.8.21
14882026-05-07T18:28:01.801Z Compiling bit-set v0.8.0
14892026-05-07T18:28:02.057Z Compiling rusty-fork v0.3.1
14902026-05-07T18:28:02.070Z Compiling time v0.3.47
14912026-05-07T18:28:02.413Z Compiling derive_builder_core v0.20.2
14922026-05-07T18:28:03.037Z Compiling dof v0.4.0
14932026-05-07T18:28:03.325Z Compiling hyper-util v0.1.20
14942026-05-07T18:28:03.815Z Compiling unicode-normalization v0.1.25
14952026-05-07T18:28:04.242Z Compiling dtrace-parser v0.3.0
14962026-05-07T18:28:04.258Z Compiling rustls-native-certs v0.8.3
14972026-05-07T18:28:04.272Z Compiling signature v2.2.0
14982026-05-07T18:28:04.402Z Compiling scroll_derive v0.12.1
14992026-05-07T18:28:04.442Z Compiling thiserror-impl v1.0.69
15002026-05-07T18:28:04.540Z Compiling heapless v0.7.17
15012026-05-07T18:28:04.774Z Compiling rand_xorshift v0.4.0
15022026-05-07T18:28:04.934Z Compiling slog v2.8.2
15032026-05-07T18:28:04.967Z Compiling darling_core v0.21.3
15042026-05-07T18:28:05.029Z Compiling bzip2-sys v0.1.13+1.0.8
15052026-05-07T18:28:05.042Z Compiling sync_wrapper v1.0.2
15062026-05-07T18:28:05.113Z Compiling thread-id v5.1.0
15072026-05-07T18:28:05.145Z Compiling cookie v0.18.1
15082026-05-07T18:28:05.195Z Compiling paste v1.0.15
15092026-05-07T18:28:05.294Z Compiling anyhow v1.0.102
15102026-05-07T18:28:05.322Z Compiling zstd-safe v7.2.4
15112026-05-07T18:28:05.338Z Compiling adler2 v2.0.1
15122026-05-07T18:28:05.456Z Compiling allocator-api2 v0.2.21
15132026-05-07T18:28:05.470Z Compiling unarray v0.1.4
15142026-05-07T18:28:05.510Z Compiling signal-hook v0.3.18
15152026-05-07T18:28:05.576Z Compiling unicode-bidi v0.3.18
15162026-05-07T18:28:05.591Z Compiling unicode-properties v0.1.4
15172026-05-07T18:28:05.676Z Compiling thiserror v1.0.69
15182026-05-07T18:28:05.772Z Compiling proptest v1.10.0
15192026-05-07T18:28:05.786Z Compiling miniz_oxide v0.8.9
15202026-05-07T18:28:05.877Z Compiling stringprep v0.1.5
15212026-05-07T18:28:06.304Z Compiling tower v0.5.3
15222026-05-07T18:28:06.432Z Compiling scroll v0.12.0
15232026-05-07T18:28:06.649Z Compiling derive_builder_macro v0.20.2
15242026-05-07T18:28:06.762Z Compiling ipnetwork v0.21.1
15252026-05-07T18:28:06.792Z Compiling http-body-util v0.1.3
15262026-05-07T18:28:07.027Z Compiling webpki-roots v1.0.6
15272026-05-07T18:28:07.093Z Compiling rand_chacha v0.3.1
15282026-05-07T18:28:07.131Z Compiling serde_spanned v0.6.9
15292026-05-07T18:28:07.145Z Compiling toml_datetime v0.6.11
15302026-05-07T18:28:07.145Z Compiling serde_tokenstream v0.2.3
15312026-05-07T18:28:07.273Z Compiling erased-serde v0.3.31
15322026-05-07T18:28:07.411Z Compiling md-5 v0.10.6
15332026-05-07T18:28:07.426Z Compiling darling_macro v0.21.3
15342026-05-07T18:28:07.448Z Compiling zerocopy-derive v0.7.35
15352026-05-07T18:28:07.575Z Compiling curve25519-dalek v4.1.3
15362026-05-07T18:28:07.744Z Compiling vergen-lib v0.1.6
15372026-05-07T18:28:07.878Z Compiling num-integer v0.1.46
15382026-05-07T18:28:07.892Z Compiling hash32 v0.2.1
15392026-05-07T18:28:07.906Z Compiling ff v0.13.1
15402026-05-07T18:28:07.922Z Compiling memoffset v0.9.1
15412026-05-07T18:28:08.039Z Compiling ryu v1.0.23
15422026-05-07T18:28:08.072Z Compiling litrs v1.0.0
15432026-05-07T18:28:08.107Z Compiling num-bigint-dig v0.8.6
15442026-05-07T18:28:08.219Z Compiling fallible-iterator v0.2.0
15452026-05-07T18:28:08.254Z Compiling rustix v0.38.44
15462026-05-07T18:28:08.319Z Compiling zlib-rs v0.6.2
15472026-05-07T18:28:08.341Z Compiling iri-string v0.7.10
15482026-05-07T18:28:08.531Z Compiling psl-types v2.0.11
15492026-05-07T18:28:08.596Z Compiling cfg_aliases v0.2.1
15502026-05-07T18:28:08.626Z Compiling base16ct v0.2.0
15512026-05-07T18:28:08.657Z Compiling smoltcp v0.9.1
15522026-05-07T18:28:08.671Z Compiling ref-cast v1.0.25
15532026-05-07T18:28:08.804Z Compiling sec1 v0.7.3
15542026-05-07T18:28:09.011Z Compiling nix v0.31.2
15552026-05-07T18:28:09.025Z Compiling publicsuffix v2.3.0
15562026-05-07T18:28:09.081Z Compiling document-features v0.2.12
15572026-05-07T18:28:09.284Z Compiling postgres-protocol v0.6.10
15582026-05-07T18:28:09.379Z Compiling zerocopy v0.7.35
15592026-05-07T18:28:09.677Z Compiling tower-http v0.6.8
15602026-05-07T18:28:09.854Z Compiling serde_urlencoded v0.7.1
15612026-05-07T18:28:09.929Z Compiling num-iter v0.1.45
15622026-05-07T18:28:10.048Z Compiling newtype-uuid v1.3.2
15632026-05-07T18:28:10.068Z Compiling group v0.13.0
15642026-05-07T18:28:10.187Z Compiling darling v0.21.3
15652026-05-07T18:28:10.268Z Compiling rand v0.8.5
15662026-05-07T18:28:10.367Z Compiling derive_builder v0.20.2
15672026-05-07T18:28:10.418Z Compiling oxnet v0.1.4
15682026-05-07T18:28:10.490Z Compiling tokio-native-tls v0.3.1
15692026-05-07T18:28:10.558Z Compiling hubpack_derive v0.1.1
15702026-05-07T18:28:10.654Z Compiling goblin v0.8.2
15712026-05-07T18:28:11.138Z Compiling flate2 v1.1.9
15722026-05-07T18:28:11.373Z Compiling regex v1.12.3
15732026-05-07T18:28:11.448Z Compiling phf_shared v0.13.1
15742026-05-07T18:28:11.496Z Compiling lazy_static v1.5.0
15752026-05-07T18:28:11.511Z Compiling cargo-platform v0.1.9
15762026-05-07T18:28:11.541Z Compiling hkdf v0.12.4
15772026-05-07T18:28:11.588Z Compiling crypto-bigint v0.5.5
15782026-05-07T18:28:11.687Z Compiling terminal_size v0.4.3
15792026-05-07T18:28:11.704Z Compiling strum_macros v0.27.2
15802026-05-07T18:28:11.755Z Compiling daft-derive v0.1.5
15812026-05-07T18:28:11.803Z Compiling ref-cast-impl v1.0.25
15822026-05-07T18:28:11.823Z Compiling curve25519-dalek-derive v0.1.1
15832026-05-07T18:28:12.327Z Compiling async-trait v0.1.89
15842026-05-07T18:28:12.450Z Compiling vergen v9.0.6
15852026-05-07T18:28:12.466Z Compiling fs-err v3.3.0
15862026-05-07T18:28:12.636Z Compiling ahash v0.8.12
15872026-05-07T18:28:12.657Z Compiling bitflags v1.3.2
15882026-05-07T18:28:12.735Z Compiling unicode-segmentation v1.12.0
15892026-05-07T18:28:12.838Z Compiling foldhash v0.1.5
15902026-05-07T18:28:13.010Z Compiling foldhash v0.2.0
15912026-05-07T18:28:13.121Z Compiling libbz2-rs-sys v0.2.2
15922026-05-07T18:28:13.278Z Compiling winnow v0.5.40
15932026-05-07T18:28:13.374Z Compiling managed v0.8.0
15942026-05-07T18:28:13.594Z Compiling object v0.37.3
15952026-05-07T18:28:13.696Z Compiling bumpalo v3.20.2
15962026-05-07T18:28:13.727Z Compiling clap_builder v4.5.60
15972026-05-07T18:28:13.856Z Compiling strum v0.27.2
15982026-05-07T18:28:13.918Z Compiling zopfli v0.8.3
15992026-05-07T18:28:13.951Z Compiling bzip2 v0.6.1
16002026-05-07T18:28:14.159Z Compiling hashbrown v0.16.1
16012026-05-07T18:28:14.173Z Compiling hashbrown v0.15.5
16022026-05-07T18:28:14.587Z Compiling toml_edit v0.19.15
16032026-05-07T18:28:14.718Z Compiling dof v0.3.0
16042026-05-07T18:28:14.792Z Compiling elliptic-curve v0.13.8
16052026-05-07T18:28:14.839Z Compiling daft v0.1.5
16062026-05-07T18:28:15.174Z Compiling cargo_metadata v0.19.2
16072026-05-07T18:28:15.211Z Compiling phf v0.13.1
16082026-05-07T18:28:15.422Z Compiling signal-hook-mio v0.2.5
16092026-05-07T18:28:15.538Z Compiling cookie_store v0.22.1
16102026-05-07T18:28:16.494Z Compiling hubpack v0.1.2
16112026-05-07T18:28:16.536Z Compiling zstd v0.13.3
16122026-05-07T18:28:16.708Z Compiling bzip2 v0.4.4
16132026-05-07T18:28:16.722Z Compiling hyper-tls v0.6.0
16142026-05-07T18:28:16.725Z Compiling serde_with_macros v3.17.0
16152026-05-07T18:28:16.879Z Compiling postgres-types v0.2.12
16162026-05-07T18:28:16.945Z Compiling usdt-macro v0.6.0
16172026-05-07T18:28:17.166Z Compiling usdt-attr-macro v0.6.0
16182026-05-07T18:28:17.425Z Compiling dtrace-parser v0.2.0
16192026-05-07T18:28:17.674Z Compiling ed25519 v2.2.3
16202026-05-07T18:28:17.764Z Compiling bstr v1.12.1
16212026-05-07T18:28:17.845Z Compiling phf_shared v0.11.3
16222026-05-07T18:28:17.942Z Compiling pkcs1 v0.7.5
16232026-05-07T18:28:18.017Z Compiling hex v0.4.3
16242026-05-07T18:28:18.032Z Compiling serde-big-array v0.5.1
16252026-05-07T18:28:18.193Z Compiling rfc6979 v0.4.0
16262026-05-07T18:28:18.216Z Compiling serde_repr v0.1.20
16272026-05-07T18:28:18.299Z Compiling clap_derive v4.5.55
16282026-05-07T18:28:18.325Z Compiling enum-as-inner v0.6.1
16292026-05-07T18:28:18.364Z Compiling strum_macros v0.26.4
16302026-05-07T18:28:18.447Z Compiling float-cmp v0.10.0
16312026-05-07T18:28:18.597Z Compiling thread-id v4.2.2
16322026-05-07T18:28:18.625Z Compiling memmap2 v0.9.10
16332026-05-07T18:28:18.687Z Compiling env_filter v1.0.0
16342026-05-07T18:28:18.746Z Compiling encoding_rs v0.8.35
16352026-05-07T18:28:18.816Z Compiling jiff v0.2.21
16362026-05-07T18:28:18.839Z Compiling new_debug_unreachable v1.0.6
16372026-05-07T18:28:18.913Z Compiling either v1.15.0
16382026-05-07T18:28:18.994Z Compiling whoami v2.1.0
16392026-05-07T18:28:19.122Z Compiling data-encoding v2.10.0
16402026-05-07T18:28:19.376Z Compiling fixedbitset v0.5.7
16412026-05-07T18:28:19.695Z Compiling mime v0.3.17
16422026-05-07T18:28:19.818Z Compiling static_assertions v1.1.0
16432026-05-07T18:28:19.895Z Compiling difflib v0.4.0
16442026-05-07T18:28:19.933Z Compiling precomputed-hash v0.1.1
16452026-05-07T18:28:20.028Z Compiling keccak v0.1.6
16462026-05-07T18:28:20.063Z Compiling normalize-line-endings v0.3.0
16472026-05-07T18:28:20.106Z Compiling predicates-core v1.0.10
16482026-05-07T18:28:20.158Z Compiling fixedbitset v0.4.2
16492026-05-07T18:28:20.253Z Compiling rustc-hash v2.1.1
16502026-05-07T18:28:20.281Z Compiling predicates v3.1.4
16512026-05-07T18:28:20.369Z Compiling iddqd v0.3.18
16522026-05-07T18:28:20.383Z Compiling petgraph v0.6.5
16532026-05-07T18:28:20.441Z Compiling sha3 v0.10.8
16542026-05-07T18:28:20.833Z Compiling toml_edit v0.22.27
16552026-05-07T18:28:20.885Z Compiling strum v0.26.3
16562026-05-07T18:28:20.914Z Compiling clap v4.5.60
16572026-05-07T18:28:20.973Z Compiling string_cache v0.8.9
16582026-05-07T18:28:20.995Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16592026-05-07T18:28:21.011Z Compiling petgraph v0.8.3
16602026-05-07T18:28:21.191Z Compiling hickory-proto v0.25.2
16612026-05-07T18:28:21.496Z Compiling zip v4.6.1
16622026-05-07T18:28:21.843Z Compiling tokio-postgres v0.7.16
16632026-05-07T18:28:22.448Z Compiling itertools v0.13.0
16642026-05-07T18:28:22.934Z Compiling env_logger v0.11.9
16652026-05-07T18:28:22.982Z Compiling usdt v0.6.0
16662026-05-07T18:28:23.272Z Compiling usdt-impl v0.5.0
16672026-05-07T18:28:23.310Z Compiling ecdsa v0.16.9
16682026-05-07T18:28:23.561Z Compiling serde_with v3.17.0
16692026-05-07T18:28:23.673Z Compiling similar v2.7.0
16702026-05-07T18:28:23.704Z Compiling rsa v0.9.10
16712026-05-07T18:28:23.799Z Compiling ed25519-dalek v2.2.0
16722026-05-07T18:28:23.863Z Compiling crossterm v0.28.1
16732026-05-07T18:28:24.450Z Compiling zip v0.6.6
16742026-05-07T18:28:24.940Z Compiling toml v0.7.8
16752026-05-07T18:28:25.400Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-07T18:28:25.458Z Compiling heck v0.4.1
16772026-05-07T18:28:25.467Z Compiling crossbeam-epoch v0.9.18
16782026-05-07T18:28:25.540Z Compiling tokio-stream v0.1.18
16792026-05-07T18:28:25.662Z Compiling buf-list v1.1.2
16802026-05-07T18:28:25.812Z Compiling x509-cert v0.2.5
16812026-05-07T18:28:25.832Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16822026-05-07T18:28:25.939Z Compiling openapiv3 v2.2.0
16832026-05-07T18:28:26.004Z Compiling sha1 v0.10.6
16842026-05-07T18:28:26.036Z Compiling toml_datetime v0.7.5+spec-1.1.0
16852026-05-07T18:28:26.131Z Compiling peg-runtime v0.8.5
16862026-05-07T18:28:26.226Z Compiling lalrpop-util v0.19.12
16872026-05-07T18:28:26.322Z Compiling thread_local v1.1.9
16882026-05-07T18:28:26.408Z Compiling slog-async v2.8.0
16892026-05-07T18:28:26.425Z Compiling crossbeam-channel v0.5.15
16902026-05-07T18:28:26.569Z Compiling futures-executor v0.3.32
16912026-05-07T18:28:26.724Z Compiling is-terminal v0.4.17
16922026-05-07T18:28:26.822Z Compiling filetime v0.2.27
16932026-05-07T18:28:26.832Z Compiling term v1.2.1
16942026-05-07T18:28:26.873Z Compiling xattr v1.6.1
16952026-05-07T18:28:27.005Z Compiling take_mut v0.2.2
16962026-05-07T18:28:27.008Z Compiling tar v0.4.45
16972026-05-07T18:28:27.041Z Compiling futures v0.3.32
16982026-05-07T18:28:27.117Z Compiling slog-term v2.9.2
16992026-05-07T18:28:36.995Z Compiling rustls-webpki v0.103.9
17002026-05-07T18:28:39.786Z Compiling tokio-rustls v0.26.4
17012026-05-07T18:28:39.786Z Compiling rustls-platform-verifier v0.6.2
17022026-05-07T18:28:39.980Z Compiling hyper-rustls v0.27.7
17032026-05-07T18:28:40.190Z Compiling reqwest v0.12.28
17042026-05-07T18:28:40.190Z Compiling reqwest v0.13.2
17052026-05-07T18:28:42.257Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-07T18:28:42.472Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-07T18:28:45.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
17082026-05-07T18:28:45.471Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092026-05-07T18:28:45.529ZMay 07 18:28:43.899 INFO Starting download, target: Console
17102026-05-07T18:28:45.529ZMay 07 18:28:43.899 INFO Starting download, target: Cockroach
17112026-05-07T18:28:45.529ZMay 07 18:28:43.899 INFO Starting download, target: Clickhouse
17122026-05-07T18:28:45.529ZMay 07 18:28:43.899 INFO Starting download, target: DendriteStub
17132026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Starting download, target: MaghemiteMgd
17142026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Starting download, target: TransceiverControl
17152026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17192026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17202026-05-07T18:28:45.532ZMay 07 18:28:43.899 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17212026-05-07T18:28:46.101ZMay 07 18:28:44.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-05-07T18:28:46.307ZMay 07 18:28:44.672 INFO Download complete, target: TransceiverControl
17232026-05-07T18:28:46.471ZMay 07 18:28:44.839 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-07T18:28:46.704ZMay 07 18:28:45.074 INFO Download complete, target: Console
17252026-05-07T18:28:47.229ZMay 07 18:28:45.592 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-05-07T18:28:47.289ZMay 07 18:28:45.656 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-05-07T18:28:47.360ZMay 07 18:28:45.727 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-07T18:28:47.649ZMay 07 18:28:46.019 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-05-07T18:28:47.649ZMay 07 18:28:46.019 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-05-07T18:28:49.583ZMay 07 18:28:47.953 INFO Download complete, target: MaghemiteMgd
17312026-05-07T18:28:49.625ZMay 07 18:28:47.995 INFO Download complete, target: DendriteStub
17322026-05-07T18:28:52.227ZMay 07 18:28:50.597 INFO Checking that binary works, target: Cockroach
17332026-05-07T18:28:52.344ZMay 07 18:28:50.714 INFO Download complete, target: Cockroach
17342026-05-07T18:28:54.109ZMay 07 18:28:52.473 INFO Checking that binary works, target: Clickhouse
17352026-05-07T18:28:54.226ZMay 07 18:28:52.593 INFO Download complete, target: Clickhouse
17362026-05-07T18:28:54.238ZAll builder prerequisites installed successfully, and PATH looks valid
17372026-05-07T18:28:54.241Z
17382026-05-07T18:28:54.241Zreal 2:12.986295523
17392026-05-07T18:28:54.241Zuser 6:43.506271577
17402026-05-07T18:28:54.241Zsys 1:20.064318272
17412026-05-07T18:28:54.241Ztrap 0.218259124
17422026-05-07T18:28:54.241Ztflt 0.627957609
17432026-05-07T18:28:54.241Zdflt 0.618580143
17442026-05-07T18:28:54.242Zkflt 0.025565355
17452026-05-07T18:28:54.242Zlock 20:41.389832320
17462026-05-07T18:28:54.242Zslp 20:38.456340687
17472026-05-07T18:28:54.242Zlat 43.368756613
17482026-05-07T18:28:54.242Zstop 1:56.097787603
17492026-05-07T18:28:54.242Z+ banner hack-check
17502026-05-07T18:28:54.242Z
17512026-05-07T18:28:54.242Z # # ## #### # # #### # # ###### #### # #
17522026-05-07T18:28:54.242Z # # # # # # # # # # # # # # # # #
17532026-05-07T18:28:54.242Z ###### # # # #### ##### # ###### ##### # ####
17542026-05-07T18:28:54.242Z # # ###### # # # # # # # # # #
17552026-05-07T18:28:54.242Z # # # # # # # # # # # # # # # # #
17562026-05-07T18:28:54.242Z # # # # #### # # #### # # ###### #### # #
17572026-05-07T18:28:54.242Z
17582026-05-07T18:28:54.242Z+ export CARGO_INCREMENTAL=0
17592026-05-07T18:28:54.242Z+ CARGO_INCREMENTAL=0
17602026-05-07T18:28:54.242Z+ ptime -m timeout 2h cargo xtask check-features --ci
17612026-05-07T18:28:54.781Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17622026-05-07T18:28:55.007Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17632026-05-07T18:28:56.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17642026-05-07T18:28:56.946Z Running `target/debug/xtask check-features --ci`
17652026-05-07T18:28:56.956Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17662026-05-07T18:28:56.956Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17672026-05-07T18:28:57.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17682026-05-07T18:28:57.467Z Running `target/debug/xtask download cargo-hack`
17692026-05-07T18:28:58.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17702026-05-07T18:28:58.560Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17712026-05-07T18:29:01.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
17722026-05-07T18:29:01.342Z Running `target/debug/xtask-downloader cargo-hack`
17732026-05-07T18:29:01.382ZMay 07 18:28:59.751 INFO Starting download, target: CargoHack
17742026-05-07T18:29:01.385ZMay 07 18:28:59.752 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17752026-05-07T18:29:01.990ZMay 07 18:29:00.360 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17762026-05-07T18:29:02.038ZMay 07 18:29:00.408 INFO Download complete, target: CargoHack
17772026-05-07T18:29:02.043Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17782026-05-07T18:29:02.057Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17792026-05-07T18:29:02.208Zinfo: running `cargo check --bins` on api_identity (1/274)
17802026-05-07T18:29:02.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17812026-05-07T18:29:02.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17822026-05-07T18:29:02.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17832026-05-07T18:29:02.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17842026-05-07T18:29:02.793Z
17852026-05-07T18:29:02.793Zinfo: running `cargo check --bins` on bootstore (2/274)
17862026-05-07T18:29:03.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872026-05-07T18:29:03.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882026-05-07T18:29:03.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892026-05-07T18:29:03.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17902026-05-07T18:29:03.377Z
17912026-05-07T18:29:03.377Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17922026-05-07T18:29:03.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932026-05-07T18:29:03.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942026-05-07T18:29:03.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952026-05-07T18:29:03.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17962026-05-07T18:29:03.960Z
17972026-05-07T18:29:03.960Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
17982026-05-07T18:29:04.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992026-05-07T18:29:04.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002026-05-07T18:29:04.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012026-05-07T18:29:04.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18022026-05-07T18:29:04.559Z
18032026-05-07T18:29:04.559Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18042026-05-07T18:29:05.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-07T18:29:05.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-07T18:29:05.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-07T18:29:05.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18082026-05-07T18:29:05.129Z
18092026-05-07T18:29:05.129Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18102026-05-07T18:29:05.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-07T18:29:05.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-07T18:29:05.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-07T18:29:05.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18142026-05-07T18:29:05.722Z
18152026-05-07T18:29:05.722Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18162026-05-07T18:29:06.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-07T18:29:06.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-07T18:29:06.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-07T18:29:06.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18202026-05-07T18:29:06.321Z
18212026-05-07T18:29:06.321Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18222026-05-07T18:29:06.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-07T18:29:06.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-07T18:29:06.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-07T18:29:06.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18262026-05-07T18:29:06.921Z
18272026-05-07T18:29:06.921Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18282026-05-07T18:29:07.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-07T18:29:07.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-07T18:29:07.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-07T18:29:07.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18322026-05-07T18:29:07.399Z
18332026-05-07T18:29:07.399Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18342026-05-07T18:29:07.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-07T18:29:07.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-07T18:29:07.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-07T18:29:07.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18382026-05-07T18:29:07.870Z
18392026-05-07T18:29:07.871Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18402026-05-07T18:29:08.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-07T18:29:08.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-07T18:29:08.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-07T18:29:08.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18442026-05-07T18:29:08.344Z
18452026-05-07T18:29:08.344Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18462026-05-07T18:29:08.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-07T18:29:08.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-07T18:29:08.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-07T18:29:08.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18502026-05-07T18:29:08.817Z
18512026-05-07T18:29:08.817Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18522026-05-07T18:29:09.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-07T18:29:09.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-07T18:29:09.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-07T18:29:09.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18562026-05-07T18:29:09.292Z
18572026-05-07T18:29:09.292Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18582026-05-07T18:29:09.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-07T18:29:09.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-07T18:29:09.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-07T18:29:09.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18622026-05-07T18:29:09.766Z
18632026-05-07T18:29:09.766Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18642026-05-07T18:29:10.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-07T18:29:10.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-07T18:29:10.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-07T18:29:10.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-05-07T18:29:10.242Z
18692026-05-07T18:29:10.242Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18702026-05-07T18:29:10.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-07T18:29:10.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-07T18:29:10.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-07T18:29:10.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18742026-05-07T18:29:10.715Z
18752026-05-07T18:29:10.715Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18762026-05-07T18:29:11.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-07T18:29:11.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-07T18:29:11.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-07T18:29:11.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18802026-05-07T18:29:11.187Z
18812026-05-07T18:29:11.187Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18822026-05-07T18:29:11.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-07T18:29:11.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-07T18:29:11.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-07T18:29:11.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18862026-05-07T18:29:11.660Z
18872026-05-07T18:29:11.660Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18882026-05-07T18:29:12.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-07T18:29:12.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-07T18:29:12.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-07T18:29:12.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-07T18:29:12.130Z
18932026-05-07T18:29:12.130Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
18942026-05-07T18:29:12.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-07T18:29:12.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-07T18:29:12.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-07T18:29:12.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18982026-05-07T18:29:12.603Z
18992026-05-07T18:29:12.604Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19002026-05-07T18:29:13.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-07T18:29:13.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-07T18:29:13.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-07T18:29:13.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19042026-05-07T18:29:13.085Z
19052026-05-07T18:29:13.085Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19062026-05-07T18:29:13.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-07T18:29:13.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-07T18:29:13.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-07T18:29:13.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19102026-05-07T18:29:13.559Z
19112026-05-07T18:29:13.559Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19122026-05-07T18:29:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-07T18:29:13.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-07T18:29:13.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-07T18:29:13.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-05-07T18:29:14.033Z
19172026-05-07T18:29:14.033Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19182026-05-07T18:29:14.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-07T18:29:14.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-07T18:29:14.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-07T18:29:14.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19222026-05-07T18:29:14.507Z
19232026-05-07T18:29:14.507Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19242026-05-07T18:29:14.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-07T18:29:14.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-07T18:29:14.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-07T18:29:14.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19282026-05-07T18:29:14.983Z
19292026-05-07T18:29:14.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19302026-05-07T18:29:15.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-07T18:29:15.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-07T18:29:15.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-07T18:29:15.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19342026-05-07T18:29:15.458Z
19352026-05-07T18:29:15.458Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19362026-05-07T18:29:15.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-07T18:29:15.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-07T18:29:15.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-07T18:29:15.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-07T18:29:15.921Z
19412026-05-07T18:29:15.921Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19422026-05-07T18:29:16.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-07T18:29:16.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-07T18:29:16.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-07T18:29:16.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-07T18:29:16.386Z
19472026-05-07T18:29:16.386Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19482026-05-07T18:29:16.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-07T18:29:16.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-07T18:29:16.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-07T18:29:16.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-07T18:29:16.854Z
19532026-05-07T18:29:16.854Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19542026-05-07T18:29:17.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-07T18:29:17.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-07T18:29:17.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-07T18:29:17.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-07T18:29:17.321Z
19592026-05-07T18:29:17.321Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19602026-05-07T18:29:17.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-07T18:29:17.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-07T18:29:17.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-07T18:29:17.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-07T18:29:17.782Z
19652026-05-07T18:29:17.782Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19662026-05-07T18:29:18.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-07T18:29:18.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-07T18:29:18.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-07T18:29:18.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-07T18:29:18.241Z
19712026-05-07T18:29:18.241Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19722026-05-07T18:29:18.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-07T18:29:18.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-07T18:29:18.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-07T18:29:18.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-07T18:29:18.702Z
19772026-05-07T18:29:18.702Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19782026-05-07T18:29:19.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-07T18:29:19.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-07T18:29:19.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-07T18:29:19.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-07T18:29:19.166Z
19832026-05-07T18:29:19.166Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19842026-05-07T18:29:19.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-07T18:29:19.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-07T18:29:19.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-07T18:29:19.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-07T18:29:19.627Z
19892026-05-07T18:29:19.627Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19902026-05-07T18:29:20.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-07T18:29:20.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-07T18:29:20.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-07T18:29:20.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-07T18:29:20.089Z
19952026-05-07T18:29:20.089Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
19962026-05-07T18:29:20.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-07T18:29:20.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-07T18:29:20.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-07T18:29:20.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-07T18:29:20.554Z
20012026-05-07T18:29:20.554Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20022026-05-07T18:29:20.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-07T18:29:20.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-07T18:29:20.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-07T18:29:20.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-07T18:29:21.023Z
20072026-05-07T18:29:21.023Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20082026-05-07T18:29:21.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-07T18:29:21.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-07T18:29:21.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-07T18:29:21.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-07T18:29:21.489Z
20132026-05-07T18:29:21.489Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20142026-05-07T18:29:21.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-07T18:29:21.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-07T18:29:21.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-07T18:29:21.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-07T18:29:21.953Z
20192026-05-07T18:29:21.953Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20202026-05-07T18:29:22.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-07T18:29:22.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-07T18:29:22.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-07T18:29:22.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-07T18:29:22.420Z
20252026-05-07T18:29:22.420Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20262026-05-07T18:29:22.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-07T18:29:22.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-07T18:29:22.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-07T18:29:22.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-07T18:29:22.883Z
20312026-05-07T18:29:22.883Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20322026-05-07T18:29:23.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-07T18:29:23.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-07T18:29:23.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-07T18:29:23.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-07T18:29:23.346Z
20372026-05-07T18:29:23.346Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20382026-05-07T18:29:23.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-07T18:29:23.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-07T18:29:23.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-07T18:29:23.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-07T18:29:23.812Z
20432026-05-07T18:29:23.812Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20442026-05-07T18:29:24.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-07T18:29:24.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-07T18:29:24.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-07T18:29:24.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-07T18:29:24.280Z
20492026-05-07T18:29:24.280Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20502026-05-07T18:29:24.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-07T18:29:24.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-07T18:29:24.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-07T18:29:24.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-07T18:29:24.746Z
20552026-05-07T18:29:24.746Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20562026-05-07T18:29:25.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-07T18:29:25.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-07T18:29:25.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-07T18:29:25.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-07T18:29:25.210Z
20612026-05-07T18:29:25.210Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20622026-05-07T18:29:25.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-07T18:29:25.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-07T18:29:25.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-07T18:29:25.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-07T18:29:25.674Z
20672026-05-07T18:29:25.674Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20682026-05-07T18:29:26.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-07T18:29:26.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-07T18:29:26.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-07T18:29:26.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-05-07T18:29:26.298Z
20732026-05-07T18:29:26.298Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20742026-05-07T18:29:26.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-07T18:29:26.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-07T18:29:26.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-07T18:29:26.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20782026-05-07T18:29:26.931Z
20792026-05-07T18:29:26.931Zinfo: running `cargo check --bins` on nexus-config (51/274)
20802026-05-07T18:29:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-07T18:29:27.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-07T18:29:27.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-07T18:29:27.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20842026-05-07T18:29:27.555Z
20852026-05-07T18:29:27.555Zinfo: running `cargo check --bins` on nexus-types (52/274)
20862026-05-07T18:29:28.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-07T18:29:28.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-07T18:29:28.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-07T18:29:28.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-05-07T18:29:28.178Z
20912026-05-07T18:29:28.178Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20922026-05-07T18:29:28.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-07T18:29:28.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-07T18:29:28.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-07T18:29:28.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
20962026-05-07T18:29:28.769Z
20972026-05-07T18:29:28.769Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
20982026-05-07T18:29:29.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-07T18:29:29.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-07T18:29:29.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-07T18:29:29.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21022026-05-07T18:29:29.345Z
21032026-05-07T18:29:29.345Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21042026-05-07T18:29:29.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-07T18:29:29.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-07T18:29:29.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-07T18:29:29.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21082026-05-07T18:29:29.940Z
21092026-05-07T18:29:29.940Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21102026-05-07T18:29:30.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-07T18:29:30.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-07T18:29:30.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-07T18:29:30.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21142026-05-07T18:29:30.536Z
21152026-05-07T18:29:30.536Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21162026-05-07T18:29:31.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-07T18:29:31.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-07T18:29:31.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-07T18:29:31.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21202026-05-07T18:29:31.130Z
21212026-05-07T18:29:31.130Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21222026-05-07T18:29:31.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-07T18:29:31.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-07T18:29:31.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-07T18:29:31.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21262026-05-07T18:29:31.730Z
21272026-05-07T18:29:31.730Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21282026-05-07T18:29:32.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-07T18:29:32.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-07T18:29:32.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-07T18:29:32.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21322026-05-07T18:29:32.299Z
21332026-05-07T18:29:32.299Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21342026-05-07T18:29:32.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-07T18:29:32.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-07T18:29:32.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-07T18:29:32.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-05-07T18:29:32.878Z
21392026-05-07T18:29:32.878Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21402026-05-07T18:29:33.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-07T18:29:33.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-07T18:29:33.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-07T18:29:33.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21442026-05-07T18:29:33.452Z
21452026-05-07T18:29:33.452Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21462026-05-07T18:29:33.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-07T18:29:33.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-07T18:29:33.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-07T18:29:33.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21502026-05-07T18:29:34.026Z
21512026-05-07T18:29:34.026Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21522026-05-07T18:29:34.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-07T18:29:34.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-07T18:29:34.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-07T18:29:34.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-07T18:29:34.616Z
21572026-05-07T18:29:34.616Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21582026-05-07T18:29:35.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-07T18:29:35.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-07T18:29:35.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-07T18:29:35.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-07T18:29:35.206Z
21632026-05-07T18:29:35.206Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21642026-05-07T18:29:35.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-07T18:29:35.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-07T18:29:35.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-07T18:29:35.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-07T18:29:35.784Z
21692026-05-07T18:29:35.784Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21702026-05-07T18:29:36.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-07T18:29:36.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-07T18:29:36.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-07T18:29:36.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21742026-05-07T18:29:36.360Z
21752026-05-07T18:29:36.360Zinfo: running `cargo check --bins` on ereport-types (67/274)
21762026-05-07T18:29:36.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-07T18:29:36.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-07T18:29:36.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-07T18:29:36.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-05-07T18:29:36.947Z
21812026-05-07T18:29:36.947Zinfo: running `cargo check --bins` on gateway-client (68/274)
21822026-05-07T18:29:37.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-07T18:29:37.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-07T18:29:37.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-07T18:29:37.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21862026-05-07T18:29:37.533Z
21872026-05-07T18:29:37.533Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21882026-05-07T18:29:38.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-07T18:29:38.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-07T18:29:38.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-07T18:29:38.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21922026-05-07T18:29:38.120Z
21932026-05-07T18:29:38.120Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
21942026-05-07T18:29:38.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-07T18:29:38.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-07T18:29:38.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-07T18:29:38.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21982026-05-07T18:29:38.710Z
21992026-05-07T18:29:38.710Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22002026-05-07T18:29:39.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-07T18:29:39.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-07T18:29:39.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-07T18:29:39.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22042026-05-07T18:29:39.298Z
22052026-05-07T18:29:39.298Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22062026-05-07T18:29:39.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-07T18:29:39.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-07T18:29:39.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-07T18:29:39.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-07T18:29:39.886Z
22112026-05-07T18:29:39.887Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22122026-05-07T18:29:40.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-07T18:29:40.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-07T18:29:40.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-07T18:29:40.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22162026-05-07T18:29:40.499Z
22172026-05-07T18:29:40.499Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22182026-05-07T18:29:41.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-07T18:29:41.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-07T18:29:41.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-07T18:29:41.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22222026-05-07T18:29:41.107Z
22232026-05-07T18:29:41.107Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22242026-05-07T18:29:41.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-07T18:29:41.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-07T18:29:41.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-07T18:29:41.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-05-07T18:29:41.686Z
22292026-05-07T18:29:41.686Zinfo: running `cargo check --bins` on oxlog (76/274)
22302026-05-07T18:29:42.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-07T18:29:42.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-07T18:29:42.291Z Checking cfg-if v1.0.4
22332026-05-07T18:29:42.296Z Checking libc v0.2.185
22342026-05-07T18:29:42.296Z Checking serde_core v1.0.228
22352026-05-07T18:29:42.408Z Checking zeroize v1.8.2
22362026-05-07T18:29:42.416Z Checking memchr v2.8.0
22372026-05-07T18:29:42.424Z Checking log v0.4.29
22382026-05-07T18:29:42.432Z Checking smallvec v1.15.1
22392026-05-07T18:29:42.443Z Checking typenum v1.19.0
22402026-05-07T18:29:42.453Z Checking subtle v2.6.1
22412026-05-07T18:29:42.547Z Checking itoa v1.0.17
22422026-05-07T18:29:42.578Z Checking scopeguard v1.2.0
22432026-05-07T18:29:42.594Z Checking stable_deref_trait v1.2.1
22442026-05-07T18:29:42.605Z Checking const-oid v0.9.6
22452026-05-07T18:29:42.668Z Checking portable-atomic v1.13.1
22462026-05-07T18:29:42.680Z Checking lock_api v0.4.14
22472026-05-07T18:29:42.689Z Checking zerofrom v0.1.6
22482026-05-07T18:29:42.786Z Checking critical-section v1.2.0
22492026-05-07T18:29:42.794Z Checking getrandom v0.2.17
22502026-05-07T18:29:42.797Z Checking errno v0.3.14
22512026-05-07T18:29:42.874Z Checking yoke v0.8.1
22522026-05-07T18:29:42.914Z Checking parking_lot_core v0.9.12
22532026-05-07T18:29:42.941Z Checking signal-hook-registry v1.4.8
22542026-05-07T18:29:42.962Z Checking generic-array v0.14.7
22552026-05-07T18:29:42.977Z Checking rand_core v0.6.4
22562026-05-07T18:29:43.040Z Checking zerovec v0.11.5
22572026-05-07T18:29:43.063Z Checking once_cell v1.21.3
22582026-05-07T18:29:43.096Z Checking zerocopy v0.8.40
22592026-05-07T18:29:43.099Z Checking pin-project-lite v0.2.17
22602026-05-07T18:29:43.150Z Checking parking_lot v0.12.5
22612026-05-07T18:29:43.193Z Checking mio v1.2.0
22622026-05-07T18:29:43.234Z Checking socket2 v0.6.3
22632026-05-07T18:29:43.273Z Checking libm v0.2.16
22642026-05-07T18:29:43.331Z Checking zmij v1.0.21
22652026-05-07T18:29:43.390Z Checking crypto-common v0.1.7
22662026-05-07T18:29:43.468Z Checking block-buffer v0.10.4
22672026-05-07T18:29:43.471Z Checking tinystr v0.8.2
22682026-05-07T18:29:43.480Z Checking percent-encoding v2.3.2
22692026-05-07T18:29:43.510Z Checking futures-core v0.3.32
22702026-05-07T18:29:43.539Z Checking writeable v0.6.2
22712026-05-07T18:29:43.600Z Checking digest v0.10.7
22722026-05-07T18:29:43.624Z Checking litemap v0.8.1
22732026-05-07T18:29:43.636Z Checking equivalent v1.0.2
22742026-05-07T18:29:43.648Z Checking potential_utf v0.1.4
22752026-05-07T18:29:43.698Z Checking zerotrie v0.2.3
22762026-05-07T18:29:43.713Z Checking cpufeatures v0.2.17
22772026-05-07T18:29:43.773Z Checking icu_collections v2.1.1
22782026-05-07T18:29:43.786Z Checking icu_locale_core v2.1.1
22792026-05-07T18:29:43.786Z Checking hmac v0.12.1
22802026-05-07T18:29:43.808Z Checking block-padding v0.3.3
22812026-05-07T18:29:43.859Z Checking serde v1.0.228
22822026-05-07T18:29:43.913Z Checking bitflags v2.11.0
22832026-05-07T18:29:43.933Z Checking serde_json v1.0.149
22842026-05-07T18:29:43.944Z Checking icu_normalizer_data v2.1.1
22852026-05-07T18:29:43.960Z Checking num-traits v0.2.19
22862026-05-07T18:29:44.018Z Checking icu_properties_data v2.1.2
22872026-05-07T18:29:44.075Z Checking futures-sink v0.3.32
22882026-05-07T18:29:44.075Z Checking hashbrown v0.17.0
22892026-05-07T18:29:44.142Z Checking rand_core v0.10.0
22902026-05-07T18:29:44.180Z Checking futures-channel v0.3.32
22912026-05-07T18:29:44.260Z Checking bytes v1.11.1
22922026-05-07T18:29:44.281Z Checking getrandom v0.4.1
22932026-05-07T18:29:44.346Z Checking icu_provider v2.1.1
22942026-05-07T18:29:44.373Z Checking inout v0.1.4
22952026-05-07T18:29:44.425Z Checking futures-io v0.3.32
22962026-05-07T18:29:44.494Z Checking slab v0.4.12
22972026-05-07T18:29:44.508Z Checking futures-task v0.3.32
22982026-05-07T18:29:44.539Z Checking cipher v0.4.4
22992026-05-07T18:29:44.550Z Checking indexmap v2.14.0
23002026-05-07T18:29:44.580Z Checking icu_normalizer v2.1.1
23012026-05-07T18:29:44.595Z Checking icu_properties v2.1.2
23022026-05-07T18:29:44.645Z Checking futures-util v0.3.32
23032026-05-07T18:29:44.651Z Checking sha2 v0.10.9
23042026-05-07T18:29:44.713Z Checking tokio v1.52.1
23052026-05-07T18:29:44.743Z Checking getrandom v0.3.4
23062026-05-07T18:29:44.881Z Checking base64ct v1.8.3
23072026-05-07T18:29:44.884Z Checking utf8_iter v1.0.4
23082026-05-07T18:29:44.922Z Checking byteorder v1.5.0
23092026-05-07T18:29:45.010Z Checking form_urlencoded v1.2.2
23102026-05-07T18:29:45.096Z Checking fnv v1.0.7
23112026-05-07T18:29:45.109Z Checking pem-rfc7468 v0.7.0
23122026-05-07T18:29:45.120Z Checking flagset v0.4.7
23132026-05-07T18:29:45.135Z Checking rand_core v0.9.5
23142026-05-07T18:29:45.189Z Checking salsa20 v0.10.2
23152026-05-07T18:29:45.235Z Checking http v1.4.0
23162026-05-07T18:29:45.258Z Checking der v0.7.10
23172026-05-07T18:29:45.306Z Checking uuid v1.23.0
23182026-05-07T18:29:45.320Z Checking pbkdf2 v0.12.2
23192026-05-07T18:29:45.414Z Checking idna_adapter v1.2.1
23202026-05-07T18:29:45.429Z Checking scrypt v0.11.0
23212026-05-07T18:29:45.530Z Checking idna v1.1.0
23222026-05-07T18:29:45.564Z Checking cbc v0.1.2
23232026-05-07T18:29:45.609Z Checking aes v0.8.4
23242026-05-07T18:29:45.685Z Checking rustix v1.1.3
23252026-05-07T18:29:45.770Z Checking url v2.5.8
23262026-05-07T18:29:45.800Z Checking tracing-core v0.1.36
23272026-05-07T18:29:45.882Z Checking ppv-lite86 v0.2.21
23282026-05-07T18:29:45.981Z Checking spki v0.7.3
23292026-05-07T18:29:45.994Z Checking rustls-pki-types v1.14.0
23302026-05-07T18:29:46.094Z Checking regex-syntax v0.8.10
23312026-05-07T18:29:46.142Z Checking iana-time-zone v0.1.65
23322026-05-07T18:29:46.164Z Checking rand_chacha v0.9.0
23332026-05-07T18:29:46.197Z Checking pkcs5 v0.7.1
23342026-05-07T18:29:46.247Z Checking chrono v0.4.44
23352026-05-07T18:29:46.282Z Checking tracing v0.1.44
23362026-05-07T18:29:46.359Z Checking rand v0.9.2
23372026-05-07T18:29:46.448Z Checking http-body v1.0.1
23382026-05-07T18:29:46.487Z Checking aws-lc-sys v0.37.1
23392026-05-07T18:29:46.516Z Checking openssl-probe v0.2.1
23402026-05-07T18:29:46.530Z Checking base64 v0.22.1
23412026-05-07T18:29:46.573Z Checking untrusted v0.9.0
23422026-05-07T18:29:46.621Z Checking untrusted v0.7.1
23432026-05-07T18:29:46.683Z Checking ring v0.17.14
23442026-05-07T18:29:46.732Z Checking pkcs8 v0.10.2
23452026-05-07T18:29:46.760Z Checking tinyvec_macros v0.1.1
23462026-05-07T18:29:46.824Z Checking tower-layer v0.3.3
23472026-05-07T18:29:46.836Z Checking try-lock v0.2.5
23482026-05-07T18:29:46.906Z Checking tower-service v0.3.3
23492026-05-07T18:29:46.930Z Checking atomic-waker v1.1.2
23502026-05-07T18:29:46.969Z Checking plain v0.2.3
23512026-05-07T18:29:46.982Z Checking aws-lc-rs v1.16.0
23522026-05-07T18:29:46.993Z Checking want v0.3.1
23532026-05-07T18:29:47.024Z Checking tinyvec v1.10.0
23542026-05-07T18:29:47.070Z Checking ipnet v2.11.0
23552026-05-07T18:29:47.085Z Checking semver v1.0.28
23562026-05-07T18:29:47.111Z Checking httparse v1.10.1
23572026-05-07T18:29:47.288Z Checking spin v0.9.8
23582026-05-07T18:29:47.315Z Checking dyn-clone v1.0.20
23592026-05-07T18:29:47.318Z Checking httpdate v1.0.3
23602026-05-07T18:29:47.338Z Checking pin-utils v0.1.0
23612026-05-07T18:29:47.394Z Checking fastrand v2.3.0
23622026-05-07T18:29:47.406Z Checking foreign-types-shared v0.1.1
23632026-05-07T18:29:47.416Z Checking ucd-trie v0.1.7
23642026-05-07T18:29:47.464Z Checking unicode-ident v1.0.24
23652026-05-07T18:29:47.464Z Checking schemars v0.8.22
23662026-05-07T18:29:47.486Z Checking foreign-types v0.3.2
23672026-05-07T18:29:47.541Z Checking pest v2.8.6
23682026-05-07T18:29:47.558Z Checking openssl-sys v0.9.114
23692026-05-07T18:29:47.570Z Checking tempfile v3.25.0
23702026-05-07T18:29:47.580Z Checking proc-macro2 v1.0.106
23712026-05-07T18:29:47.668Z Checking thiserror v2.0.18
23722026-05-07T18:29:47.760Z Checking wait-timeout v0.2.1
23732026-05-07T18:29:47.771Z Checking aho-corasick v1.1.4
23742026-05-07T18:29:47.808Z Checking rustls-webpki v0.103.9
23752026-05-07T18:29:47.882Z Checking siphasher v1.0.2
23762026-05-07T18:29:47.895Z Checking simd-adler32 v0.3.8
23772026-05-07T18:29:47.908Z Checking tokio-util v0.7.18
23782026-05-07T18:29:48.037Z Checking anstyle v1.0.13
23792026-05-07T18:29:48.054Z Checking bit-vec v0.8.0
23802026-05-07T18:29:48.063Z Checking quick-error v1.2.3
23812026-05-07T18:29:48.102Z Checking pretty-hex v0.4.1
23822026-05-07T18:29:48.159Z Checking utf8parse v0.2.2
23832026-05-07T18:29:48.212Z Checking powerfmt v0.2.0
23842026-05-07T18:29:48.224Z Checking rusty-fork v0.3.1
23852026-05-07T18:29:48.236Z Checking bit-set v0.8.0
23862026-05-07T18:29:48.241Z Checking rustls v0.23.37
23872026-05-07T18:29:48.259Z Checking anstyle-parse v0.2.7
23882026-05-07T18:29:48.360Z Checking deranged v0.5.8
23892026-05-07T18:29:48.378Z Checking openssl v0.10.78
23902026-05-07T18:29:48.385Z Checking quote v1.0.45
23912026-05-07T18:29:48.408Z Compiling newtype-uuid v1.3.2
23922026-05-07T18:29:48.441Z Checking regex-automata v0.4.14
23932026-05-07T18:29:48.508Z Checking h2 v0.4.13
23942026-05-07T18:29:48.556Z Checking unicode-normalization v0.1.25
23952026-05-07T18:29:48.584Z Checking rustls-native-certs v0.8.3
23962026-05-07T18:29:48.597Z Checking crossbeam-utils v0.8.21
23972026-05-07T18:29:48.709Z Checking rand_xorshift v0.4.0
23982026-05-07T18:29:48.826Z Checking crc32fast v1.5.0
23992026-05-07T18:29:48.926Z Checking scroll v0.13.0
24002026-05-07T18:29:48.949Z Checking signature v2.2.0
24012026-05-07T18:29:48.963Z Checking sync_wrapper v1.0.2
24022026-05-07T18:29:49.064Z Checking unicode-bidi v0.3.18
24032026-05-07T18:29:49.075Z Checking colorchoice v1.0.4
24042026-05-07T18:29:49.152Z Checking allocator-api2 v0.2.21
24052026-05-07T18:29:49.174Z Checking num_threads v0.1.7
24062026-05-07T18:29:49.256Z Checking is_terminal_polyfill v1.70.2
24072026-05-07T18:29:49.276Z Checking adler2 v2.0.1
24082026-05-07T18:29:49.343Z Checking unicode-properties v0.1.4
24092026-05-07T18:29:49.377Z Checking anstyle-query v1.1.5
24102026-05-07T18:29:49.390Z Checking num-conv v0.2.0
24112026-05-07T18:29:49.428Z Checking time-core v0.1.8
24122026-05-07T18:29:49.468Z Checking unarray v0.1.4
24132026-05-07T18:29:49.506Z Checking anstream v0.6.21
24142026-05-07T18:29:49.539Z Checking stringprep v0.1.5
24152026-05-07T18:29:49.567Z Checking time v0.3.47
24162026-05-07T18:29:49.578Z Checking proptest v1.10.0
24172026-05-07T18:29:49.689Z Checking miniz_oxide v0.8.9
24182026-05-07T18:29:49.712Z Checking goblin v0.10.5
24192026-05-07T18:29:50.048Z Checking tower v0.5.3
24202026-05-07T18:29:50.268Z Checking crossbeam-epoch v0.9.18
24212026-05-07T18:29:50.381Z Checking native-tls v0.2.18
24222026-05-07T18:29:50.441Z Checking syn v2.0.117
24232026-05-07T18:29:50.487Z Compiling daft v0.1.5
24242026-05-07T18:29:50.555Z Checking ipnetwork v0.21.1
24252026-05-07T18:29:50.630Z Checking tokio-rustls v0.26.4
24262026-05-07T18:29:50.713Z Checking http-body-util v0.1.3
24272026-05-07T18:29:50.757Z Checking webpki-roots v1.0.6
24282026-05-07T18:29:50.772Z Checking rand_chacha v0.3.1
24292026-05-07T18:29:50.854Z Checking thiserror v1.0.69
24302026-05-07T18:29:50.873Z Checking scroll v0.12.0
24312026-05-07T18:29:50.932Z Checking zstd-sys v2.0.16+zstd.1.5.7
24322026-05-07T18:29:50.951Z Checking hash32 v0.2.1
24332026-05-07T18:29:50.976Z Checking num-integer v0.1.46
24342026-05-07T18:29:51.043Z Checking toml_datetime v0.6.11
24352026-05-07T18:29:51.096Z Checking serde_spanned v0.6.9
24362026-05-07T18:29:51.108Z Checking md-5 v0.10.6
24372026-05-07T18:29:51.197Z Checking ff v0.13.1
24382026-05-07T18:29:51.200Z Checking hyper v1.8.1
24392026-05-07T18:29:51.220Z Checking zlib-rs v0.6.2
24402026-05-07T18:29:51.232Z Checking base16ct v0.2.0
24412026-05-07T18:29:51.243Z Checking psl-types v2.0.11
24422026-05-07T18:29:51.325Z Checking iri-string v0.7.10
24432026-05-07T18:29:51.351Z Checking fallible-iterator v0.2.0
24442026-05-07T18:29:51.363Z Checking ryu v1.0.23
24452026-05-07T18:29:51.375Z Compiling iddqd v0.3.18
24462026-05-07T18:29:51.496Z Checking serde_urlencoded v0.7.1
24472026-05-07T18:29:51.622Z Checking postgres-protocol v0.6.10
24482026-05-07T18:29:51.851Z Checking sec1 v0.7.3
24492026-05-07T18:29:51.933Z Checking publicsuffix v2.3.0
24502026-05-07T18:29:52.035Z Checking dof v0.4.0
24512026-05-07T18:29:52.055Z Checking group v0.13.0
24522026-05-07T18:29:52.071Z Checking flate2 v1.1.9
24532026-05-07T18:29:52.084Z Checking hyper-util v0.1.20
24542026-05-07T18:29:52.096Z Checking num-iter v0.1.45
24552026-05-07T18:29:52.196Z Checking heapless v0.7.17
24562026-05-07T18:29:52.208Z Checking goblin v0.8.2
24572026-05-07T18:29:52.310Z Checking tower-http v0.6.8
24582026-05-07T18:29:52.360Z Checking zstd-safe v7.2.4
24592026-05-07T18:29:52.487Z Checking rand v0.8.5
24602026-05-07T18:29:52.524Z Checking oxnet v0.1.4
24612026-05-07T18:29:52.584Z Checking cookie v0.18.1
24622026-05-07T18:29:52.599Z Checking tokio-native-tls v0.3.1
24632026-05-07T18:29:52.665Z Checking dtrace-parser v0.3.0
24642026-05-07T18:29:52.693Z Checking phf_shared v0.13.1
24652026-05-07T18:29:52.754Z Checking lazy_static v1.5.0
24662026-05-07T18:29:52.766Z Checking zerocopy v0.7.35
24672026-05-07T18:29:52.809Z Checking terminal_size v0.4.3
24682026-05-07T18:29:52.841Z Checking bzip2-sys v0.1.13+1.0.8
24692026-05-07T18:29:52.883Z Checking signal-hook v0.3.18
24702026-05-07T18:29:52.900Z Checking hkdf v0.12.4
24712026-05-07T18:29:52.919Z Checking crypto-bigint v0.5.5
24722026-05-07T18:29:52.932Z Checking thread-id v5.1.0
24732026-05-07T18:29:53.008Z Checking clap_lex v1.0.0
24742026-05-07T18:29:53.008Z Checking managed v0.8.0
24752026-05-07T18:29:53.030Z Checking libbz2-rs-sys v0.2.2
24762026-05-07T18:29:53.071Z Checking bumpalo v3.20.2
24772026-05-07T18:29:53.156Z Checking winnow v0.5.40
24782026-05-07T18:29:53.198Z Compiling rayon-core v1.13.0
24792026-05-07T18:29:53.247Z Checking strsim v0.11.1
24802026-05-07T18:29:53.266Z Checking winnow v0.7.14
24812026-05-07T18:29:53.331Z Checking hyper-rustls v0.27.7
24822026-05-07T18:29:53.369Z Checking either v1.15.0
24832026-05-07T18:29:53.404Z Checking foldhash v0.1.5
24842026-05-07T18:29:53.415Z Checking bitflags v1.3.2
24852026-05-07T18:29:53.486Z Checking foldhash v0.2.0
24862026-05-07T18:29:53.534Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24872026-05-07T18:29:53.537Z Checking hashbrown v0.15.5
24882026-05-07T18:29:53.557Z Checking smoltcp v0.9.1
24892026-05-07T18:29:53.636Z Checking hashbrown v0.16.1
24902026-05-07T18:29:53.727Z Checking bzip2 v0.6.1
24912026-05-07T18:29:53.814Z Checking elliptic-curve v0.13.8
24922026-05-07T18:29:53.888Z Checking clap_builder v4.5.60
24932026-05-07T18:29:54.002Z Checking hyper-tls v0.6.0
24942026-05-07T18:29:54.092Z Checking dof v0.3.0
24952026-05-07T18:29:54.118Z Checking zopfli v0.8.3
24962026-05-07T18:29:54.130Z Checking signal-hook-mio v0.2.5
24972026-05-07T18:29:54.133Z Checking num-bigint-dig v0.8.6
24982026-05-07T18:29:54.167Z Checking usdt-impl v0.6.0
24992026-05-07T18:29:54.238Z Checking bzip2 v0.4.4
25002026-05-07T18:29:54.298Z Checking toml_edit v0.19.15
25012026-05-07T18:29:54.373Z Checking phf v0.13.1
25022026-05-07T18:29:54.417Z Checking cookie_store v0.22.1
25032026-05-07T18:29:54.462Z Checking zstd v0.13.3
25042026-05-07T18:29:54.464Z Checking postgres-types v0.2.12
25052026-05-07T18:29:54.520Z Checking dtrace-parser v0.2.0
25062026-05-07T18:29:54.643Z Checking rustls-platform-verifier v0.6.2
25072026-05-07T18:29:54.688Z Checking crossbeam-deque v0.8.6
25082026-05-07T18:29:54.742Z Checking bstr v1.12.1
25092026-05-07T18:29:54.758Z Checking regex v1.12.3
25102026-05-07T18:29:54.777Z Checking ed25519 v2.2.3
25112026-05-07T18:29:54.788Z Checking phf_shared v0.11.3
25122026-05-07T18:29:54.866Z Checking ref-cast v1.0.25
25132026-05-07T18:29:54.927Z Checking curve25519-dalek v4.1.3
25142026-05-07T18:29:54.943Z Checking strum v0.27.2
25152026-05-07T18:29:54.957Z Checking hubpack v0.1.2
25162026-05-07T18:29:54.966Z Checking memoffset v0.9.1
25172026-05-07T18:29:55.043Z Checking rustix v0.38.44
25182026-05-07T18:29:55.045Z Checking pkcs1 v0.7.5
25192026-05-07T18:29:55.054Z Checking float-cmp v0.10.0
25202026-05-07T18:29:55.116Z Checking erased-serde v0.3.31
25212026-05-07T18:29:55.129Z Checking hex v0.4.3
25222026-05-07T18:29:55.145Z Checking serde-big-array v0.5.1
25232026-05-07T18:29:55.175Z Checking rfc6979 v0.4.0
25242026-05-07T18:29:55.244Z Checking thread-id v4.2.2
25252026-05-07T18:29:55.274Z Checking memmap2 v0.9.10
25262026-05-07T18:29:55.290Z Checking env_filter v1.0.0
25272026-05-07T18:29:55.321Z Checking encoding_rs v0.8.35
25282026-05-07T18:29:55.343Z Checking jiff v0.2.21
25292026-05-07T18:29:55.356Z Checking new_debug_unreachable v1.0.6
25302026-05-07T18:29:55.420Z Checking predicates-core v1.0.10
25312026-05-07T18:29:55.433Z Checking toml_write v0.1.2
25322026-05-07T18:29:55.436Z Checking normalize-line-endings v0.3.0
25332026-05-07T18:29:55.491Z Checking precomputed-hash v0.1.1
25342026-05-07T18:29:55.529Z Checking whoami v2.1.0
25352026-05-07T18:29:55.539Z Checking mime v0.3.17
25362026-05-07T18:29:55.575Z Checking keccak v0.1.6
25372026-05-07T18:29:55.590Z Checking static_assertions v1.1.0
25382026-05-07T18:29:55.660Z Checking difflib v0.4.0
25392026-05-07T18:29:55.694Z Checking rustc-hash v2.1.1
25402026-05-07T18:29:55.709Z Checking unicode-segmentation v1.12.0
25412026-05-07T18:29:55.720Z Checking data-encoding v2.10.0
25422026-05-07T18:29:55.740Z Checking fixedbitset v0.4.2
25432026-05-07T18:29:55.804Z Checking fixedbitset v0.5.7
25442026-05-07T18:29:55.825Z Checking crossterm v0.28.1
25452026-05-07T18:29:55.838Z Checking predicates v3.1.4
25462026-05-07T18:29:55.887Z Checking petgraph v0.6.5
25472026-05-07T18:29:55.982Z Checking hickory-proto v0.25.2
25482026-05-07T18:29:55.995Z Checking petgraph v0.8.3
25492026-05-07T18:29:56.015Z Checking similar v2.7.0
25502026-05-07T18:29:56.265Z Checking reqwest v0.12.28
25512026-05-07T18:29:56.394Z Checking sha3 v0.10.8
25522026-05-07T18:29:56.528Z Checking tokio-postgres v0.7.16
25532026-05-07T18:29:56.598Z Checking ed25519-dalek v2.2.0
25542026-05-07T18:29:56.827Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25552026-05-07T18:29:56.990Z Checking toml_edit v0.22.27
25562026-05-07T18:29:57.098Z Checking string_cache v0.8.9
25572026-05-07T18:29:57.123Z Checking slog v2.8.2
25582026-05-07T18:29:57.269Z Checking env_logger v0.11.9
25592026-05-07T18:29:57.392Z Checking usdt v0.6.0
25602026-05-07T18:29:57.455Z Checking toml v0.7.8
25612026-05-07T18:29:57.547Z Checking zip v4.6.1
25622026-05-07T18:29:57.547Z Checking serde_with v3.17.0
25632026-05-07T18:29:57.570Z Checking usdt-impl v0.5.0
25642026-05-07T18:29:57.759Z Checking ecdsa v0.16.9
25652026-05-07T18:29:57.772Z Checking rsa v0.9.10
25662026-05-07T18:29:57.842Z Checking clap v4.5.60
25672026-05-07T18:29:57.923Z Checking nix v0.31.2
25682026-05-07T18:29:58.093Z Checking reqwest v0.13.2
25692026-05-07T18:29:58.127Z Checking toml_parser v1.0.9+spec-1.1.0
25702026-05-07T18:29:58.235Z Checking zip v0.6.6
25712026-05-07T18:29:58.394Z Checking itertools v0.13.0
25722026-05-07T18:29:58.448Z Checking strum v0.26.3
25732026-05-07T18:29:58.557Z Checking tokio-stream v0.1.18
25742026-05-07T18:29:58.568Z Checking fs-err v3.3.0
25752026-05-07T18:29:58.738Z Checking ahash v0.8.12
25762026-05-07T18:29:58.858Z Checking object v0.37.3
25772026-05-07T18:29:58.906Z Checking buf-list v1.1.2
25782026-05-07T18:29:58.923Z Checking camino v1.2.2
25792026-05-07T18:29:58.923Z Checking anyhow v1.0.102
25802026-05-07T18:29:58.947Z Checking x509-cert v0.2.5
25812026-05-07T18:29:58.950Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25822026-05-07T18:29:59.080Z Checking openapiv3 v2.2.0
25832026-05-07T18:29:59.085Z Checking toml_datetime v0.7.5+spec-1.1.0
25842026-05-07T18:29:59.116Z Checking sha1 v0.10.6
25852026-05-07T18:29:59.179Z Checking lalrpop-util v0.19.12
25862026-05-07T18:29:59.215Z Checking peg-runtime v0.8.5
25872026-05-07T18:29:59.278Z Checking rayon v1.11.0
25882026-05-07T18:29:59.282Z Checking sigpipe v0.1.3
25892026-05-07T18:29:59.339Z Checking glob v0.3.3
25902026-05-07T18:30:01.044Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25912026-05-07T18:30:01.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.63s
25922026-05-07T18:30:01.491Z
25932026-05-07T18:30:01.491Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
25942026-05-07T18:30:01.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952026-05-07T18:30:02.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962026-05-07T18:30:02.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972026-05-07T18:30:02.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25982026-05-07T18:30:02.089Z
25992026-05-07T18:30:02.090Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26002026-05-07T18:30:02.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-05-07T18:30:02.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-05-07T18:30:02.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-05-07T18:30:02.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26042026-05-07T18:30:02.689Z
26052026-05-07T18:30:02.689Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26062026-05-07T18:30:03.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-05-07T18:30:03.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-05-07T18:30:03.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092026-05-07T18:30:03.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26102026-05-07T18:30:03.303Z
26112026-05-07T18:30:03.303Zinfo: running `cargo check --bins` on oxql-types (80/274)
26122026-05-07T18:30:03.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-07T18:30:03.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-07T18:30:03.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-07T18:30:03.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26162026-05-07T18:30:03.892Z
26172026-05-07T18:30:03.892Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26182026-05-07T18:30:04.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-07T18:30:04.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-07T18:30:04.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-07T18:30:04.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26222026-05-07T18:30:04.487Z
26232026-05-07T18:30:04.487Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26242026-05-07T18:30:04.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-07T18:30:04.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-07T18:30:04.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-07T18:30:04.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26282026-05-07T18:30:05.087Z
26292026-05-07T18:30:05.087Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26302026-05-07T18:30:05.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-07T18:30:05.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-07T18:30:05.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-07T18:30:05.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26342026-05-07T18:30:05.668Z
26352026-05-07T18:30:05.668Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26362026-05-07T18:30:06.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-07T18:30:06.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-07T18:30:06.349Z Compiling structmeta-derive v0.3.0
26392026-05-07T18:30:06.466Z Compiling rustls v0.22.4
26402026-05-07T18:30:06.475Z Compiling multer v3.1.0
26412026-05-07T18:30:06.484Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26422026-05-07T18:30:06.484Z Compiling async-stream-impl v0.3.6
26432026-05-07T18:30:06.505Z Compiling dropshot v0.17.0
26442026-05-07T18:30:06.521Z Compiling newtype-uuid-macros v0.1.0
26452026-05-07T18:30:06.521Z Compiling dropshot_endpoint v0.17.0
26462026-05-07T18:30:06.643Z Checking newtype-uuid v1.3.2
26472026-05-07T18:30:06.727Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26482026-05-07T18:30:06.763Z Checking rustls-webpki v0.102.8
26492026-05-07T18:30:06.840Z Checking daft v0.1.5
26502026-05-07T18:30:06.858Z Checking futures-executor v0.3.32
26512026-05-07T18:30:07.004Z Checking thread_local v1.1.9
26522026-05-07T18:30:07.069Z Checking match_cfg v0.1.0
26532026-05-07T18:30:07.083Z Checking compression-core v0.4.31
26542026-05-07T18:30:07.135Z Checking iddqd v0.3.18
26552026-05-07T18:30:07.149Z Checking hostname v0.3.1
26562026-05-07T18:30:07.172Z Checking futures v0.3.32
26572026-05-07T18:30:07.204Z Checking compression-codecs v0.4.37
26582026-05-07T18:30:07.246Z Checking crossbeam-channel v0.5.15
26592026-05-07T18:30:07.246Z Checking slog-json v2.6.1
26602026-05-07T18:30:07.273Z Checking is-terminal v0.4.17
26612026-05-07T18:30:07.362Z Checking serde_spanned v1.0.4
26622026-05-07T18:30:07.376Z Checking toml_datetime v1.0.0+spec-1.1.0
26632026-05-07T18:30:07.400Z Checking toml_writer v1.0.6+spec-1.1.0
26642026-05-07T18:30:07.491Z Checking term v1.2.1
26652026-05-07T18:30:07.509Z Compiling structmeta v0.3.0
26662026-05-07T18:30:07.571Z Checking debug-ignore v1.0.5
26672026-05-07T18:30:07.574Z Checking take_mut v0.2.2
26682026-05-07T18:30:07.598Z Checking toml v1.0.6+spec-1.1.0
26692026-05-07T18:30:07.675Z Checking slog-bunyan v2.5.0
26702026-05-07T18:30:07.687Z Checking slog-async v2.8.0
26712026-05-07T18:30:07.710Z Checking slog-term v2.9.2
26722026-05-07T18:30:07.723Z Compiling derive-ex v0.1.8
26732026-05-07T18:30:07.785Z Compiling parse-display-derive v0.10.0
26742026-05-07T18:30:07.855Z Checking async-compression v0.4.41
26752026-05-07T18:30:07.967Z Checking async-stream v0.3.6
26762026-05-07T18:30:07.981Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26772026-05-07T18:30:08.055Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-07T18:30:08.093Z Checking progenitor-client v0.14.0
26792026-05-07T18:30:08.095Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26802026-05-07T18:30:08.165Z Checking waitgroup v0.1.2
26812026-05-07T18:30:08.245Z Checking backon v1.6.0
26822026-05-07T18:30:08.268Z Checking rustls-pemfile v2.2.0
26832026-05-07T18:30:08.323Z Checking serde_path_to_error v0.1.20
26842026-05-07T18:30:08.380Z Checking hostname v0.4.2
26852026-05-07T18:30:08.406Z Checking instant v0.1.13
26862026-05-07T18:30:08.493Z Checking backoff v0.4.0
26872026-05-07T18:30:08.568Z Checking tokio-rustls v0.25.0
26882026-05-07T18:30:08.628Z Checking progenitor-extras v0.2.0
26892026-05-07T18:30:08.634Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26902026-05-07T18:30:08.834Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26912026-05-07T18:30:08.848Z Checking progenitor-client v0.10.0
26922026-05-07T18:30:08.862Z Checking itertools v0.14.0
26932026-05-07T18:30:09.037Z Checking regress v0.10.5
26942026-05-07T18:30:09.074Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
26952026-05-07T18:30:09.418Z Checking macaddr v1.0.1
26962026-05-07T18:30:09.431Z Compiling test-strategy v0.4.5
26972026-05-07T18:30:09.471Z Checking parse-display v0.10.0
26982026-05-07T18:30:10.684Z Compiling prettyplease v0.2.37
26992026-05-07T18:30:10.917Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27002026-05-07T18:30:11.098Z Checking num-rational v0.4.2
27012026-05-07T18:30:11.284Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27022026-05-07T18:30:11.582Z Checking num-complex v0.4.6
27032026-05-07T18:30:12.085Z Checking num v0.4.3
27042026-05-07T18:30:12.161Z Compiling usdt-attr-macro v0.5.0
27052026-05-07T18:30:12.289Z Compiling usdt-macro v0.5.0
27062026-05-07T18:30:12.303Z Checking memmap v0.7.0
27072026-05-07T18:30:12.341Z Checking float-ord v0.3.2
27082026-05-07T18:30:12.433Z Checking unicode-width v0.2.0
27092026-05-07T18:30:12.459Z Compiling convert_case v0.4.0
27102026-05-07T18:30:12.698Z Checking console v0.15.11
27112026-05-07T18:30:12.835Z Compiling derive_more v0.99.20
27122026-05-07T18:30:12.938Z Checking newline-converter v0.3.0
27132026-05-07T18:30:12.974Z Checking atomicwrites v0.4.4
27142026-05-07T18:30:13.001Z Checking usdt v0.5.0
27152026-05-07T18:30:13.048Z Compiling toml v0.8.23
27162026-05-07T18:30:13.104Z Compiling minimal-lexical v0.2.1
27172026-05-07T18:30:13.169Z Checking linked-hash-map v0.5.6
27182026-05-07T18:30:13.342Z Checking lru-cache v0.1.2
27192026-05-07T18:30:13.358Z Compiling nom v7.1.3
27202026-05-07T18:30:13.465Z Checking expectorate v1.2.0
27212026-05-07T18:30:14.031Z Checking camino-tempfile v1.4.1
27222026-05-07T18:30:14.182Z Checking hickory-proto v0.24.4
27232026-05-07T18:30:14.197Z Checking phf_shared v0.12.1
27242026-05-07T18:30:14.341Z Compiling slog-dtrace v0.3.0
27252026-05-07T18:30:14.502Z Checking resolv-conf v0.7.6
27262026-05-07T18:30:14.569Z Checking heck v0.5.0
27272026-05-07T18:30:14.694Z Compiling chrono-tz v0.10.4
27282026-05-07T18:30:14.707Z Compiling const_format_proc_macros v0.2.34
27292026-05-07T18:30:14.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27302026-05-07T18:30:14.954Z Checking phf v0.12.1
27312026-05-07T18:30:15.097Z Checking tokio-dtrace v0.1.1
27322026-05-07T18:30:15.113Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27332026-05-07T18:30:15.222Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27342026-05-07T18:30:15.291Z Compiling derive-where v1.6.0
27352026-05-07T18:30:15.446Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27362026-05-07T18:30:15.735Z Checking highway v1.3.0
27372026-05-07T18:30:15.967Z Checking const_format v0.2.35
27382026-05-07T18:30:16.009Z Checking hickory-resolver v0.24.4
27392026-05-07T18:30:16.192Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27402026-05-07T18:30:16.207Z Checking oxide-tokio-rt v0.1.4
27412026-05-07T18:30:16.630Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27422026-05-07T18:30:16.645Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27432026-05-07T18:30:16.681Z Checking gethostname v0.5.0
27442026-05-07T18:30:16.732Z Checking qorb v0.4.1
27452026-05-07T18:30:16.769Z Checking bcs v0.1.6
27462026-05-07T18:30:16.803Z Compiling async-recursion v1.1.1
27472026-05-07T18:30:16.822Z Checking termtree v0.5.1
27482026-05-07T18:30:16.838Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27492026-05-07T18:30:16.841Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27502026-05-07T18:30:20.341Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27512026-05-07T18:30:22.895Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27522026-05-07T18:30:25.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.36s
27532026-05-07T18:30:25.219Z
27542026-05-07T18:30:25.219Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27552026-05-07T18:30:25.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-05-07T18:30:25.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-05-07T18:30:25.886Z Compiling ar_archive_writer v0.5.1
27582026-05-07T18:30:25.998Z Compiling stacker v0.1.23
27592026-05-07T18:30:26.002Z Compiling cfg_aliases v0.1.1
27602026-05-07T18:30:26.010Z Compiling convert_case v0.10.0
27612026-05-07T18:30:26.016Z Checking unicode-width v0.1.14
27622026-05-07T18:30:26.025Z Compiling proc-macro-error v1.0.4
27632026-05-07T18:30:26.036Z Checking fd-lock v4.0.4
27642026-05-07T18:30:26.038Z Checking nibble_vec v0.1.0
27652026-05-07T18:30:26.063Z Compiling nix v0.28.0
27662026-05-07T18:30:26.151Z Checking vte v0.14.1
27672026-05-07T18:30:26.164Z Compiling recursive-proc-macro-impl v0.1.1
27682026-05-07T18:30:26.249Z Checking bytecount v0.6.9
27692026-05-07T18:30:26.262Z Checking endian-type v0.1.2
27702026-05-07T18:30:26.298Z Checking strip-ansi-escapes v0.2.1
27712026-05-07T18:30:26.298Z Compiling derive_more-impl v2.1.1
27722026-05-07T18:30:26.311Z Compiling tabled_derive v0.7.0
27732026-05-07T18:30:26.356Z Checking papergrid v0.11.0
27742026-05-07T18:30:26.384Z Checking radix_trie v0.2.1
27752026-05-07T18:30:26.442Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27762026-05-07T18:30:26.549Z Compiling peg-macros v0.8.5
27772026-05-07T18:30:26.590Z Checking winnow v0.6.26
27782026-05-07T18:30:26.827Z Compiling psm v0.1.30
27792026-05-07T18:30:26.906Z Compiling sqlparser_derive v0.5.0
27802026-05-07T18:30:26.967Z Checking home v0.5.12
27812026-05-07T18:30:27.073Z Checking nu-ansi-term v0.50.3
27822026-05-07T18:30:27.087Z Checking derive_more v2.1.1
27832026-05-07T18:30:27.163Z Checking unicode_categories v0.1.1
27842026-05-07T18:30:27.281Z Checking reedline v0.40.0
27852026-05-07T18:30:27.306Z Checking tabled v0.15.0
27862026-05-07T18:30:27.318Z Checking crossterm v0.29.0
27872026-05-07T18:30:27.344Z Checking rustyline v14.0.0
27882026-05-07T18:30:27.591Z Checking recursive v0.1.1
27892026-05-07T18:30:27.678Z Checking display-error-chain v0.2.2
27902026-05-07T18:30:27.690Z Checking sqlparser v0.61.0
27912026-05-07T18:30:27.710Z Checking sqlformat v0.3.5
27922026-05-07T18:30:27.899Z Checking peg v0.8.5
27932026-05-07T18:30:38.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
27942026-05-07T18:30:39.019Z
27952026-05-07T18:30:39.019Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
27962026-05-07T18:30:39.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-05-07T18:30:39.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-05-07T18:30:39.691Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-07T18:30:43.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28002026-05-07T18:30:43.285Z
28012026-05-07T18:30:43.285Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28022026-05-07T18:30:43.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-07T18:30:43.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-07T18:30:43.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-05-07T18:30:46.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28062026-05-07T18:30:46.579Z
28072026-05-07T18:30:46.579Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28082026-05-07T18:30:47.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-05-07T18:30:47.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-05-07T18:30:47.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-07T18:30:50.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28122026-05-07T18:30:50.681Z
28132026-05-07T18:30:50.681Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28142026-05-07T18:30:51.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-07T18:30:51.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-07T18:30:51.355Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-07T18:30:54.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28182026-05-07T18:30:54.802Z
28192026-05-07T18:30:54.802Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28202026-05-07T18:30:55.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-07T18:30:55.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-07T18:30:55.474Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-07T18:30:58.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28242026-05-07T18:30:58.254Z
28252026-05-07T18:30:58.254Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28262026-05-07T18:30:58.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-07T18:30:58.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-07T18:30:58.931Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-07T18:31:01.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28302026-05-07T18:31:01.760Z
28312026-05-07T18:31:01.760Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28322026-05-07T18:31:02.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-07T18:31:02.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-07T18:31:02.433Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-07T18:31:05.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28362026-05-07T18:31:06.052Z
28372026-05-07T18:31:06.052Zinfo: running `cargo check --bins` on oximeter (93/274)
28382026-05-07T18:31:06.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-07T18:31:06.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-07T18:31:06.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-05-07T18:31:06.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28422026-05-07T18:31:06.661Z
28432026-05-07T18:31:06.661Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28442026-05-07T18:31:07.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-07T18:31:07.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-07T18:31:07.290Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28472026-05-07T18:31:07.454Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28482026-05-07T18:31:07.457Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28492026-05-07T18:31:07.790Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28502026-05-07T18:31:10.847Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28512026-05-07T18:31:12.043Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28522026-05-07T18:31:12.220Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28532026-05-07T18:31:12.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28542026-05-07T18:31:13.060Z
28552026-05-07T18:31:13.060Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28562026-05-07T18:31:13.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-07T18:31:13.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-07T18:31:13.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-05-07T18:31:13.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28602026-05-07T18:31:13.659Z
28612026-05-07T18:31:13.659Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28622026-05-07T18:31:14.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-07T18:31:14.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-07T18:31:14.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-07T18:31:14.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28662026-05-07T18:31:14.294Z
28672026-05-07T18:31:14.294Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28682026-05-07T18:31:14.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-07T18:31:14.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-07T18:31:14.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-07T18:31:14.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-05-07T18:31:14.895Z
28732026-05-07T18:31:14.895Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28742026-05-07T18:31:15.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-07T18:31:15.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-07T18:31:15.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-07T18:31:15.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-07T18:31:15.495Z
28792026-05-07T18:31:15.495Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28802026-05-07T18:31:16.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-07T18:31:16.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-07T18:31:16.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-07T18:31:16.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-05-07T18:31:16.099Z
28852026-05-07T18:31:16.099Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28862026-05-07T18:31:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-07T18:31:16.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-07T18:31:16.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-07T18:31:16.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-05-07T18:31:16.702Z
28912026-05-07T18:31:16.702Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28922026-05-07T18:31:17.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-07T18:31:17.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-07T18:31:17.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-07T18:31:17.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28962026-05-07T18:31:17.282Z
28972026-05-07T18:31:17.282Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
28982026-05-07T18:31:17.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-07T18:31:17.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-07T18:31:17.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-07T18:31:17.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-07T18:31:17.887Z
29032026-05-07T18:31:17.887Zinfo: running `cargo check --bins` on update-engine (103/274)
29042026-05-07T18:31:18.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-07T18:31:18.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-07T18:31:18.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-07T18:31:18.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29082026-05-07T18:31:18.469Z
29092026-05-07T18:31:18.469Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29102026-05-07T18:31:18.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-07T18:31:18.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-07T18:31:19.184Z Compiling crucible-workspace-hack v0.1.0
29132026-05-07T18:31:19.302Z Checking secrecy v0.10.3
29142026-05-07T18:31:19.310Z Compiling heapless v0.8.0
29152026-05-07T18:31:19.316Z Compiling ingot-macros v0.1.1
29162026-05-07T18:31:19.324Z Compiling toml_edit v0.23.10+spec-1.0.0
29172026-05-07T18:31:19.327Z Checking hash32 v0.3.1
29182026-05-07T18:31:19.346Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29192026-05-07T18:31:19.349Z Compiling smoltcp v0.11.0
29202026-05-07T18:31:19.404Z Checking cobs v0.3.0
29212026-05-07T18:31:19.444Z Compiling thiserror-impl-no-std v2.0.2
29222026-05-07T18:31:19.547Z Checking half v2.7.1
29232026-05-07T18:31:19.550Z Checking universal-hash v0.5.1
29242026-05-07T18:31:19.642Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29252026-05-07T18:31:19.712Z Checking opaque-debug v0.3.1
29262026-05-07T18:31:19.727Z Checking ciborium-io v0.2.2
29272026-05-07T18:31:19.784Z Checking poly1305 v0.8.0
29282026-05-07T18:31:19.816Z Checking postcard v1.1.3
29292026-05-07T18:31:19.843Z Checking ciborium-ll v0.2.2
29302026-05-07T18:31:19.859Z Compiling proc-macro-crate v3.4.0
29312026-05-07T18:31:20.013Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29322026-05-07T18:31:20.042Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29332026-05-07T18:31:20.100Z Checking password-hash v0.5.0
29342026-05-07T18:31:20.300Z Checking chacha20 v0.9.1
29352026-05-07T18:31:20.317Z Compiling proc-macro-crate v1.3.1
29362026-05-07T18:31:20.330Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29372026-05-07T18:31:20.398Z Checking blake2 v0.10.6
29382026-05-07T18:31:20.411Z Compiling num_enum_derive v0.7.5
29392026-05-07T18:31:20.490Z Checking aead v0.5.2
29402026-05-07T18:31:20.563Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29412026-05-07T18:31:20.612Z Checking thiserror-no-std v2.0.2
29422026-05-07T18:31:20.632Z Compiling foreign-types-macros v0.2.3
29432026-05-07T18:31:20.635Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29442026-05-07T18:31:20.698Z Checking cpufeatures v0.3.0
29452026-05-07T18:31:20.727Z Checking foreign-types-shared v0.3.1
29462026-05-07T18:31:20.769Z Compiling num_enum_derive v0.5.11
29472026-05-07T18:31:20.781Z Checking chacha20 v0.10.0
29482026-05-07T18:31:20.818Z Checking vsss-rs v3.3.4
29492026-05-07T18:31:20.883Z Checking chacha20poly1305 v0.10.1
29502026-05-07T18:31:20.992Z Checking argon2 v0.5.3
29512026-05-07T18:31:21.014Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29522026-05-07T18:31:21.216Z Checking foreign-types v0.5.0
29532026-05-07T18:31:21.299Z Checking ciborium v0.2.2
29542026-05-07T18:31:21.440Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29552026-05-07T18:31:21.452Z Checking num_enum v0.7.5
29562026-05-07T18:31:21.465Z Checking tabwriter v1.4.1
29572026-05-07T18:31:21.565Z Checking byte-wrapper v0.1.0
29582026-05-07T18:31:21.605Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29592026-05-07T18:31:21.716Z Checking cstr-argument v0.1.2
29602026-05-07T18:31:21.731Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29612026-05-07T18:31:21.776Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29622026-05-07T18:31:21.804Z Checking num_enum v0.5.11
29632026-05-07T18:31:21.841Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-05-07T18:31:21.916Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29652026-05-07T18:31:21.916Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29662026-05-07T18:31:21.981Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29672026-05-07T18:31:22.016Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29682026-05-07T18:31:22.027Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29692026-05-07T18:31:22.118Z Checking ingot-types v0.1.2
29702026-05-07T18:31:22.131Z Checking rand v0.10.0
29712026-05-07T18:31:22.144Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29722026-05-07T18:31:22.161Z Checking indent_write v2.2.0
29732026-05-07T18:31:22.211Z Checking colored v3.1.1
29742026-05-07T18:31:22.292Z Compiling zone_cfg_derive v0.3.1
29752026-05-07T18:31:22.411Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29762026-05-07T18:31:22.450Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-07T18:31:22.455Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-07T18:31:22.478Z Checking ingot v0.1.1
29792026-05-07T18:31:22.537Z Checking itertools v0.12.1
29802026-05-07T18:31:22.553Z Compiling num-derive v0.4.2
29812026-05-07T18:31:22.580Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29822026-05-07T18:31:22.633Z Checking swrite v0.1.0
29832026-05-07T18:31:22.727Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-07T18:31:22.781Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29852026-05-07T18:31:22.925Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29862026-05-07T18:31:22.946Z Checking dropshot-api-manager-types v0.7.1
29872026-05-07T18:31:23.010Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29882026-05-07T18:31:23.033Z Checking smf v0.2.3
29892026-05-07T18:31:23.050Z Checking nanorand v0.7.0
29902026-05-07T18:31:23.114Z Checking whoami v1.6.1
29912026-05-07T18:31:23.242Z Checking flume v0.11.1
29922026-05-07T18:31:23.262Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29932026-05-07T18:31:23.460Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
29942026-05-07T18:31:23.532Z Checking zone v0.3.1
29952026-05-07T18:31:24.035Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29962026-05-07T18:31:25.013Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-07T18:31:25.912Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29982026-05-07T18:31:28.993Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29992026-05-07T18:31:31.064Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30002026-05-07T18:31:32.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30012026-05-07T18:31:32.362Z
30022026-05-07T18:31:32.362Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30032026-05-07T18:31:32.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-05-07T18:31:32.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-05-07T18:31:32.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30062026-05-07T18:31:32.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30072026-05-07T18:31:32.974Z
30082026-05-07T18:31:32.974Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30092026-05-07T18:31:33.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-05-07T18:31:33.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-05-07T18:31:33.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-05-07T18:31:33.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30132026-05-07T18:31:33.572Z
30142026-05-07T18:31:33.572Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30152026-05-07T18:31:34.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-05-07T18:31:34.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-05-07T18:31:34.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-05-07T18:31:34.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30192026-05-07T18:31:34.183Z
30202026-05-07T18:31:34.183Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30212026-05-07T18:31:34.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-07T18:31:34.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-07T18:31:34.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-07T18:31:34.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30252026-05-07T18:31:34.793Z
30262026-05-07T18:31:34.793Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30272026-05-07T18:31:35.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-07T18:31:35.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-07T18:31:35.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-07T18:31:35.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30312026-05-07T18:31:35.398Z
30322026-05-07T18:31:35.398Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30332026-05-07T18:31:35.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-07T18:31:35.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-07T18:31:35.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-07T18:31:35.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30372026-05-07T18:31:36.005Z
30382026-05-07T18:31:36.005Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30392026-05-07T18:31:36.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-07T18:31:36.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-07T18:31:36.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-07T18:31:36.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-05-07T18:31:36.612Z
30442026-05-07T18:31:36.612Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30452026-05-07T18:31:37.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-07T18:31:37.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-07T18:31:37.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-07T18:31:37.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30492026-05-07T18:31:37.204Z
30502026-05-07T18:31:37.204Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30512026-05-07T18:31:37.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-07T18:31:37.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-07T18:31:37.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-07T18:31:37.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-07T18:31:37.801Z
30562026-05-07T18:31:37.801Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30572026-05-07T18:31:38.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-07T18:31:38.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-07T18:31:38.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-07T18:31:38.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-07T18:31:38.406Z
30622026-05-07T18:31:38.406Zinfo: running `cargo check --bins` on installinator-client (115/274)
30632026-05-07T18:31:38.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-07T18:31:38.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-07T18:31:38.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-07T18:31:38.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-07T18:31:39.014Z
30682026-05-07T18:31:39.014Zinfo: running `cargo check --bins` on nexus-client (116/274)
30692026-05-07T18:31:39.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-07T18:31:39.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-07T18:31:39.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-07T18:31:39.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30732026-05-07T18:31:39.656Z
30742026-05-07T18:31:39.656Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30752026-05-07T18:31:40.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-07T18:31:40.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-07T18:31:40.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-07T18:31:40.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30792026-05-07T18:31:40.296Z
30802026-05-07T18:31:40.296Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30812026-05-07T18:31:40.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-07T18:31:40.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-07T18:31:40.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-07T18:31:40.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-05-07T18:31:40.882Z
30862026-05-07T18:31:40.882Zinfo: running `cargo check --bins` on oxide-client (119/274)
30872026-05-07T18:31:41.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-07T18:31:41.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-07T18:31:41.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-07T18:31:41.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30912026-05-07T18:31:41.474Z
30922026-05-07T18:31:41.474Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30932026-05-07T18:31:41.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-07T18:31:41.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-07T18:31:41.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-07T18:31:41.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-07T18:31:42.078Z
30982026-05-07T18:31:42.078Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
30992026-05-07T18:31:42.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-07T18:31:42.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-07T18:31:42.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-07T18:31:42.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31032026-05-07T18:31:42.666Z
31042026-05-07T18:31:42.666Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31052026-05-07T18:31:43.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-07T18:31:43.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-07T18:31:43.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-07T18:31:43.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31092026-05-07T18:31:43.290Z
31102026-05-07T18:31:43.290Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31112026-05-07T18:31:43.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-07T18:31:43.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-07T18:31:43.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-07T18:31:43.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31152026-05-07T18:31:43.915Z
31162026-05-07T18:31:43.915Zinfo: running `cargo check --bins` on installinator-common (124/274)
31172026-05-07T18:31:44.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-07T18:31:44.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-07T18:31:44.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-07T18:31:44.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31212026-05-07T18:31:44.540Z
31222026-05-07T18:31:44.540Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31232026-05-07T18:31:45.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-07T18:31:45.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-07T18:31:45.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-07T18:31:45.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-07T18:31:45.130Z
31282026-05-07T18:31:45.130Zinfo: running `cargo check --bins` on wicket-common (126/274)
31292026-05-07T18:31:45.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-07T18:31:45.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-07T18:31:45.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-07T18:31:45.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31332026-05-07T18:31:45.751Z
31342026-05-07T18:31:45.751Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31352026-05-07T18:31:46.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-07T18:31:46.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-07T18:31:46.446Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382026-05-07T18:31:46.561Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31392026-05-07T18:31:46.569Z Checking csv-core v0.1.13
31402026-05-07T18:31:46.576Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31412026-05-07T18:31:46.582Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31422026-05-07T18:31:46.592Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31432026-05-07T18:31:46.604Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31442026-05-07T18:31:46.615Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-05-07T18:31:46.722Z Checking csv v1.4.0
31462026-05-07T18:31:46.741Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31472026-05-07T18:31:46.797Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-05-07T18:31:46.822Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31492026-05-07T18:31:47.052Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31502026-05-07T18:31:47.421Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31512026-05-07T18:31:47.424Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-05-07T18:31:47.755Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31532026-05-07T18:31:53.438Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31542026-05-07T18:31:53.969Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-05-07T18:31:56.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
31562026-05-07T18:31:56.523Z
31572026-05-07T18:31:56.523Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31582026-05-07T18:31:57.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-07T18:31:57.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-07T18:31:57.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-07T18:31:57.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31622026-05-07T18:31:57.125Z
31632026-05-07T18:31:57.125Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31642026-05-07T18:31:57.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-07T18:31:57.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-07T18:31:57.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-07T18:31:57.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31682026-05-07T18:31:57.807Z
31692026-05-07T18:31:57.807Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31702026-05-07T18:31:58.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-07T18:31:58.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-07T18:31:58.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-07T18:31:58.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31742026-05-07T18:31:58.493Z
31752026-05-07T18:31:58.493Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31762026-05-07T18:31:59.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-07T18:31:59.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-07T18:31:59.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-07T18:31:59.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31802026-05-07T18:31:59.153Z
31812026-05-07T18:31:59.153Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31822026-05-07T18:31:59.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-07T18:31:59.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-07T18:31:59.920Z Compiling regress v0.11.1
31852026-05-07T18:32:00.054Z Compiling unsafe-libyaml v0.2.11
31862026-05-07T18:32:00.069Z Compiling radium v0.7.0
31872026-05-07T18:32:00.078Z Compiling semver v0.1.20
31882026-05-07T18:32:00.091Z Compiling pin-project-internal v1.1.11
31892026-05-07T18:32:00.103Z Checking tap v1.0.1
31902026-05-07T18:32:00.106Z Compiling maybe-uninit v2.0.0
31912026-05-07T18:32:00.208Z Checking wyz v0.5.1
31922026-05-07T18:32:00.332Z Compiling rustc_version v0.1.7
31932026-05-07T18:32:00.401Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31942026-05-07T18:32:00.436Z Checking progenitor-client v0.13.0
31952026-05-07T18:32:00.523Z Compiling snafu-derive v0.8.9
31962026-05-07T18:32:00.554Z Compiling serde_yaml v0.9.34+deprecated
31972026-05-07T18:32:00.671Z Compiling newtype_derive v0.1.6
31982026-05-07T18:32:00.781Z Compiling zerocopy-derive v0.6.6
31992026-05-07T18:32:00.910Z Checking same-file v1.0.6
32002026-05-07T18:32:01.035Z Compiling packed_struct v0.10.1
32012026-05-07T18:32:01.204Z Checking pin-project v1.1.11
32022026-05-07T18:32:01.288Z Checking funty v2.0.0
32032026-05-07T18:32:01.305Z Compiling cancel-safe-futures v0.1.5
32042026-05-07T18:32:01.488Z Checking typify-impl v0.6.2
32052026-05-07T18:32:01.513Z Compiling owo-colors v4.3.0
32062026-05-07T18:32:01.621Z Checking crc-catalog v2.4.0
32072026-05-07T18:32:01.717Z Checking crc v3.4.0
32082026-05-07T18:32:01.880Z Checking zerocopy v0.6.6
32092026-05-07T18:32:01.895Z Checking bitvec v1.0.1
32102026-05-07T18:32:01.951Z Checking walkdir v2.5.0
32112026-05-07T18:32:02.117Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32122026-05-07T18:32:02.132Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32132026-05-07T18:32:02.174Z Checking globset v0.4.18
32142026-05-07T18:32:02.430Z Checking snafu v0.8.9
32152026-05-07T18:32:02.445Z Checking olpc-cjson v0.1.4
32162026-05-07T18:32:02.475Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-07T18:32:02.586Z Checking pem v3.0.6
32182026-05-07T18:32:02.644Z Compiling packed_struct_codegen v0.10.1
32192026-05-07T18:32:02.659Z Checking libsw-core v0.3.2
32202026-05-07T18:32:02.675Z Checking serde_plain v1.0.2
32212026-05-07T18:32:02.730Z Compiling bitfield-macros v0.19.4
32222026-05-07T18:32:02.750Z Compiling indexmap v1.9.3
32232026-05-07T18:32:02.802Z Checking nodrop v0.1.14
32242026-05-07T18:32:02.824Z Checking typed-path v0.9.3
32252026-05-07T18:32:02.897Z Checking array-init v0.0.4
32262026-05-07T18:32:02.967Z Checking libsw v3.5.0
32272026-05-07T18:32:03.122Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-05-07T18:32:03.187Z Checking smallvec v0.6.14
32292026-05-07T18:32:03.250Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-07T18:32:03.434Z Checking bitfield v0.19.4
32312026-05-07T18:32:03.513Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-05-07T18:32:03.529Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32332026-05-07T18:32:03.589Z Checking tough v0.20.0
32342026-05-07T18:32:03.652Z Checking tagptr v0.2.0
32352026-05-07T18:32:03.670Z Checking unicode-linebreak v0.1.5
32362026-05-07T18:32:03.686Z Checking base64 v0.21.7
32372026-05-07T18:32:03.702Z Checking linear-map v1.2.0
32382026-05-07T18:32:03.790Z Checking smawk v0.3.2
32392026-05-07T18:32:03.881Z Checking hashbrown v0.12.3
32402026-05-07T18:32:03.897Z Checking moka v0.12.13
32412026-05-07T18:32:03.921Z Checking ron v0.8.1
32422026-05-07T18:32:03.924Z Checking textwrap v0.16.2
32432026-05-07T18:32:03.949Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32442026-05-07T18:32:04.148Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32452026-05-07T18:32:04.324Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32462026-05-07T18:32:04.438Z Checking serde-hex v0.1.0
32472026-05-07T18:32:04.568Z Checking steno v0.4.1
32482026-05-07T18:32:04.652Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32492026-05-07T18:32:04.796Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32502026-05-07T18:32:04.822Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32512026-05-07T18:32:05.149Z Checking hashbrown v0.13.2
32522026-05-07T18:32:05.265Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32532026-05-07T18:32:05.419Z Checking crc-any v2.5.0
32542026-05-07T18:32:05.460Z Checking humantime v2.3.0
32552026-05-07T18:32:05.587Z Checking object v0.30.4
32562026-05-07T18:32:05.600Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32572026-05-07T18:32:05.600Z Checking hickory-resolver v0.25.2
32582026-05-07T18:32:05.627Z Checking utf-8 v0.7.6
32592026-05-07T18:32:05.646Z Checking half v1.8.3
32602026-05-07T18:32:05.760Z Checking void v1.0.2
32612026-05-07T18:32:05.763Z Checking path-slash v0.1.5
32622026-05-07T18:32:05.843Z Checking serde_cbor v0.11.2
32632026-05-07T18:32:05.869Z Checking tungstenite v0.23.0
32642026-05-07T18:32:05.883Z Checking lzss v0.8.2
32652026-05-07T18:32:06.072Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32662026-05-07T18:32:06.087Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32672026-05-07T18:32:06.131Z Compiling typify-macro v0.6.2
32682026-05-07T18:32:06.218Z Checking nix v0.27.1
32692026-05-07T18:32:06.232Z Checking kstat-rs v0.2.4
32702026-05-07T18:32:06.274Z Checking fxhash v0.2.1
32712026-05-07T18:32:06.307Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32722026-05-07T18:32:06.322Z Checking serde_bytes v0.11.19
32732026-05-07T18:32:06.394Z Checking tokio-tungstenite v0.23.1
32742026-05-07T18:32:06.418Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32752026-05-07T18:32:06.496Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32762026-05-07T18:32:06.653Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32772026-05-07T18:32:06.717Z Checking signal-hook-tokio v0.3.1
32782026-05-07T18:32:07.555Z Compiling typify v0.6.2
32792026-05-07T18:32:07.646Z Compiling progenitor-impl v0.13.0
32802026-05-07T18:32:07.646Z Compiling progenitor-impl v0.14.0
32812026-05-07T18:32:07.739Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-05-07T18:32:08.645Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32832026-05-07T18:32:08.965Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32842026-05-07T18:32:09.231Z Compiling progenitor-macro v0.13.0
32852026-05-07T18:32:09.269Z Compiling progenitor-macro v0.14.0
32862026-05-07T18:32:11.830Z Checking progenitor v0.14.0
32872026-05-07T18:32:11.917Z Checking progenitor v0.13.0
32882026-05-07T18:32:11.956Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32892026-05-07T18:32:12.033Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32902026-05-07T18:32:15.081Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32912026-05-07T18:32:22.454Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32922026-05-07T18:32:28.792Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32932026-05-07T18:32:30.186Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32942026-05-07T18:32:30.695Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32952026-05-07T18:32:32.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.64s
32962026-05-07T18:32:33.003Z
32972026-05-07T18:32:33.003Zinfo: running `cargo check --bins` on gateway-api (133/274)
32982026-05-07T18:32:33.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32992026-05-07T18:32:33.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33002026-05-07T18:32:33.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33012026-05-07T18:32:33.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33022026-05-07T18:32:33.610Z
33032026-05-07T18:32:33.610Zinfo: running `cargo check --bins` on ipcc (134/274)
33042026-05-07T18:32:34.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-05-07T18:32:34.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-05-07T18:32:34.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-05-07T18:32:34.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33082026-05-07T18:32:34.213Z
33092026-05-07T18:32:34.213Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33102026-05-07T18:32:34.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-05-07T18:32:34.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-05-07T18:32:34.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-05-07T18:32:34.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33142026-05-07T18:32:34.802Z
33152026-05-07T18:32:34.802Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33162026-05-07T18:32:35.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-07T18:32:35.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-07T18:32:35.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-07T18:32:35.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33202026-05-07T18:32:35.408Z
33212026-05-07T18:32:35.408Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33222026-05-07T18:32:35.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-07T18:32:35.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-07T18:32:35.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-07T18:32:35.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33262026-05-07T18:32:36.012Z
33272026-05-07T18:32:36.012Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33282026-05-07T18:32:36.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-07T18:32:36.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-07T18:32:36.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-07T18:32:36.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33322026-05-07T18:32:36.614Z
33332026-05-07T18:32:36.614Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33342026-05-07T18:32:37.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-07T18:32:37.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-07T18:32:37.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-07T18:32:37.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-05-07T18:32:37.223Z
33392026-05-07T18:32:37.223Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33402026-05-07T18:32:37.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-07T18:32:37.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-07T18:32:37.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-07T18:32:37.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33442026-05-07T18:32:37.832Z
33452026-05-07T18:32:37.832Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33462026-05-07T18:32:38.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-07T18:32:38.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-07T18:32:38.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-07T18:32:38.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33502026-05-07T18:32:38.444Z
33512026-05-07T18:32:38.444Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33522026-05-07T18:32:38.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-07T18:32:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-07T18:32:38.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-07T18:32:38.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-05-07T18:32:39.053Z
33572026-05-07T18:32:39.053Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33582026-05-07T18:32:39.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-07T18:32:39.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-07T18:32:39.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-07T18:32:39.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-05-07T18:32:39.663Z
33632026-05-07T18:32:39.663Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33642026-05-07T18:32:40.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-07T18:32:40.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-07T18:32:40.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-07T18:32:40.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-07T18:32:40.271Z
33692026-05-07T18:32:40.271Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33702026-05-07T18:32:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-07T18:32:40.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-07T18:32:40.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-07T18:32:40.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-07T18:32:40.870Z
33752026-05-07T18:32:40.870Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33762026-05-07T18:32:41.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-07T18:32:41.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-07T18:32:41.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-07T18:32:41.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-07T18:32:41.477Z
33812026-05-07T18:32:41.477Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33822026-05-07T18:32:41.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-07T18:32:41.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-07T18:32:41.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-07T18:32:42.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33862026-05-07T18:32:42.093Z
33872026-05-07T18:32:42.093Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33882026-05-07T18:32:42.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-07T18:32:42.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-07T18:32:42.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-07T18:32:42.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-07T18:32:42.704Z
33932026-05-07T18:32:42.704Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33942026-05-07T18:32:43.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-07T18:32:43.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-07T18:32:43.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-07T18:32:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-07T18:32:43.299Z
33992026-05-07T18:32:43.299Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34002026-05-07T18:32:43.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-07T18:32:43.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-07T18:32:43.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-07T18:32:43.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-07T18:32:43.910Z
34052026-05-07T18:32:43.910Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34062026-05-07T18:32:44.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-07T18:32:44.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-07T18:32:44.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-07T18:32:44.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-07T18:32:44.516Z
34112026-05-07T18:32:44.516Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34122026-05-07T18:32:45.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-07T18:32:45.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-07T18:32:45.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-07T18:32:45.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34162026-05-07T18:32:45.124Z
34172026-05-07T18:32:45.124Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34182026-05-07T18:32:45.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-07T18:32:45.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-07T18:32:45.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-07T18:32:45.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34222026-05-07T18:32:45.731Z
34232026-05-07T18:32:45.731Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34242026-05-07T18:32:46.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-07T18:32:46.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-07T18:32:46.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-07T18:32:46.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34282026-05-07T18:32:46.374Z
34292026-05-07T18:32:46.374Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34302026-05-07T18:32:46.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-07T18:32:46.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-07T18:32:46.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-07T18:32:46.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-05-07T18:32:46.984Z
34352026-05-07T18:32:46.985Zinfo: running `cargo check --bins` on dns-server (156/274)
34362026-05-07T18:32:47.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-07T18:32:47.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-07T18:32:47.642Z Compiling parking_lot_core v0.8.6
34392026-05-07T18:32:47.642Z Compiling git-stub v1.0.0
34402026-05-07T18:32:47.642Z Compiling atomicwrites v0.4.4
34412026-05-07T18:32:47.646Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34422026-05-07T18:32:47.646Z Checking prefix-trie v0.7.0
34432026-05-07T18:32:47.874Z Compiling git-stub-vcs v0.1.0
34442026-05-07T18:32:48.032Z Checking hickory-server v0.25.2
34452026-05-07T18:32:48.151Z Checking parking_lot v0.11.2
34462026-05-07T18:32:48.154Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34472026-05-07T18:32:48.232Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34482026-05-07T18:32:48.232Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34492026-05-07T18:32:48.325Z Checking sled v0.34.7
34502026-05-07T18:32:50.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34512026-05-07T18:32:50.419Z
34522026-05-07T18:32:50.419Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34532026-05-07T18:32:50.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-07T18:32:50.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-07T18:32:50.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-07T18:32:50.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-05-07T18:32:51.022Z
34582026-05-07T18:32:51.023Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34592026-05-07T18:32:51.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-07T18:32:51.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-07T18:32:51.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-07T18:32:51.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34632026-05-07T18:32:51.628Z
34642026-05-07T18:32:51.628Zinfo: running `cargo check --bins` on sp-sim (159/274)
34652026-05-07T18:32:52.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-07T18:32:52.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-07T18:32:52.358Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-05-07T18:32:54.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
34692026-05-07T18:32:54.319Z
34702026-05-07T18:32:54.319Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34712026-05-07T18:32:54.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-07T18:32:54.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-07T18:32:54.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-07T18:32:54.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34752026-05-07T18:32:54.980Z
34762026-05-07T18:32:54.980Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34772026-05-07T18:32:55.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-07T18:32:55.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-07T18:32:55.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-07T18:32:55.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34812026-05-07T18:32:55.633Z
34822026-05-07T18:32:55.633Zinfo: running `cargo check --bins` on db-macros (162/274)
34832026-05-07T18:32:56.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-07T18:32:56.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-07T18:32:56.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-07T18:32:56.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34872026-05-07T18:32:56.218Z
34882026-05-07T18:32:56.218Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34892026-05-07T18:32:56.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-07T18:32:56.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-07T18:32:56.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-07T18:32:56.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34932026-05-07T18:32:56.805Z
34942026-05-07T18:32:56.805Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34952026-05-07T18:32:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-07T18:32:57.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-07T18:32:57.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-07T18:32:57.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34992026-05-07T18:32:57.453Z
35002026-05-07T18:32:57.453Zinfo: running `cargo check --bins` on authz-macros (165/274)
35012026-05-07T18:32:57.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-07T18:32:57.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-07T18:32:57.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-07T18:32:57.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35052026-05-07T18:32:58.040Z
35062026-05-07T18:32:58.040Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35072026-05-07T18:32:58.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-07T18:32:58.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-07T18:32:58.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-07T18:32:58.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35112026-05-07T18:32:58.686Z
35122026-05-07T18:32:58.686Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35132026-05-07T18:32:59.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-07T18:32:59.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-07T18:32:59.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-07T18:32:59.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35172026-05-07T18:32:59.335Z
35182026-05-07T18:32:59.335Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35192026-05-07T18:32:59.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-07T18:32:59.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-07T18:32:59.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-07T18:32:59.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35232026-05-07T18:32:59.931Z
35242026-05-07T18:32:59.931Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35252026-05-07T18:33:00.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-07T18:33:00.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-07T18:33:00.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-07T18:33:00.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-07T18:33:00.520Z
35302026-05-07T18:33:00.520Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35312026-05-07T18:33:01.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-07T18:33:01.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-07T18:33:01.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-07T18:33:01.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35352026-05-07T18:33:01.126Z
35362026-05-07T18:33:01.126Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35372026-05-07T18:33:01.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-07T18:33:01.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-07T18:33:01.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-07T18:33:01.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35412026-05-07T18:33:01.709Z
35422026-05-07T18:33:01.709Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35432026-05-07T18:33:02.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-07T18:33:02.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-07T18:33:02.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-07T18:33:02.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35472026-05-07T18:33:02.290Z
35482026-05-07T18:33:02.290Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35492026-05-07T18:33:02.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-07T18:33:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-07T18:33:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-07T18:33:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35532026-05-07T18:33:02.938Z
35542026-05-07T18:33:02.938Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35552026-05-07T18:33:03.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-07T18:33:03.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-07T18:33:03.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-07T18:33:03.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35592026-05-07T18:33:03.589Z
35602026-05-07T18:33:03.589Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35612026-05-07T18:33:04.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-07T18:33:04.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-07T18:33:04.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-07T18:33:04.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35652026-05-07T18:33:04.238Z
35662026-05-07T18:33:04.238Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35672026-05-07T18:33:04.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-07T18:33:04.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-07T18:33:04.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-07T18:33:04.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35712026-05-07T18:33:04.859Z
35722026-05-07T18:33:04.859Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35732026-05-07T18:33:05.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-07T18:33:05.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-07T18:33:05.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-07T18:33:05.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35772026-05-07T18:33:05.487Z
35782026-05-07T18:33:05.487Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35792026-05-07T18:33:06.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-07T18:33:06.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-07T18:33:06.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-07T18:33:06.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35832026-05-07T18:33:06.113Z
35842026-05-07T18:33:06.113Zinfo: running `cargo check --bins` on key-manager (179/274)
35852026-05-07T18:33:06.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-07T18:33:06.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-07T18:33:06.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-07T18:33:06.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35892026-05-07T18:33:06.720Z
35902026-05-07T18:33:06.720Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35912026-05-07T18:33:07.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-07T18:33:07.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-07T18:33:07.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-07T18:33:07.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35952026-05-07T18:33:07.351Z
35962026-05-07T18:33:07.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35972026-05-07T18:33:07.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-07T18:33:07.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-07T18:33:07.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-07T18:33:07.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36012026-05-07T18:33:07.976Z
36022026-05-07T18:33:07.976Zinfo: running `cargo check --bins` on typed-rng (182/274)
36032026-05-07T18:33:08.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-07T18:33:08.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-07T18:33:08.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-07T18:33:08.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36072026-05-07T18:33:08.568Z
36082026-05-07T18:33:08.568Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36092026-05-07T18:33:09.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-07T18:33:09.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-07T18:33:09.428Z Compiling typify-impl v0.4.3
36122026-05-07T18:33:09.428Z Compiling libefi-sys v0.1.0
36132026-05-07T18:33:09.572Z Compiling bitfield-struct v0.6.2
36142026-05-07T18:33:09.580Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36152026-05-07T18:33:09.589Z Compiling xshell-macros v0.2.7
36162026-05-07T18:33:09.615Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36172026-05-07T18:33:09.619Z Compiling salty v0.3.0
36182026-05-07T18:33:09.690Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36192026-05-07T18:33:09.820Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-05-07T18:33:09.930Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36212026-05-07T18:33:09.972Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36222026-05-07T18:33:09.999Z Checking xshell v0.2.7
36232026-05-07T18:33:10.172Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36242026-05-07T18:33:10.187Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-07T18:33:10.191Z Checking primeorder v0.13.6
36262026-05-07T18:33:10.349Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-05-07T18:33:10.376Z Compiling proc-macro-error-attr2 v2.0.0
36282026-05-07T18:33:10.433Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-05-07T18:33:10.456Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-05-07T18:33:10.484Z Checking tungstenite v0.21.0
36312026-05-07T18:33:10.654Z Checking p384 v0.13.1
36322026-05-07T18:33:10.674Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36332026-05-07T18:33:10.745Z Compiling proc-macro-error2 v2.0.1
36342026-05-07T18:33:10.809Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36352026-05-07T18:33:10.897Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36362026-05-07T18:33:11.057Z Compiling num-derive v0.3.3
36372026-05-07T18:33:11.075Z Compiling tabled_derive v0.11.0
36382026-05-07T18:33:11.240Z Checking tokio-tungstenite v0.21.0
36392026-05-07T18:33:11.512Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36402026-05-07T18:33:11.527Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-05-07T18:33:11.594Z Checking papergrid v0.17.0
36422026-05-07T18:33:11.891Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-05-07T18:33:11.937Z Checking libscf-sys v1.1.0
36442026-05-07T18:33:12.073Z Checking testing_table v0.3.0
36452026-05-07T18:33:12.172Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-05-07T18:33:12.209Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-05-07T18:33:12.226Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36482026-05-07T18:33:12.369Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36492026-05-07T18:33:12.459Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-07T18:33:12.583Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36512026-05-07T18:33:12.661Z Checking corncobs v0.1.4
36522026-05-07T18:33:12.688Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-05-07T18:33:12.688Z Compiling unicase v2.9.0
36542026-05-07T18:33:12.796Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-05-07T18:33:12.856Z Checking tabled v0.20.0
36562026-05-07T18:33:12.892Z Compiling mime_guess v2.0.5
36572026-05-07T18:33:12.912Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36582026-05-07T18:33:12.987Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-07T18:33:13.052Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-07T18:33:13.117Z Checking progenitor-client v0.11.2
36612026-05-07T18:33:13.311Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-07T18:33:13.356Z Checking secrecy v0.8.0
36632026-05-07T18:33:13.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36642026-05-07T18:33:13.409Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36652026-05-07T18:33:13.460Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36662026-05-07T18:33:13.593Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36672026-05-07T18:33:13.847Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36682026-05-07T18:33:13.972Z Compiling typify-macro v0.4.3
36692026-05-07T18:33:14.040Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36702026-05-07T18:33:14.055Z Checking filetime v0.2.27
36712026-05-07T18:33:14.123Z Checking http-range v0.1.5
36722026-05-07T18:33:14.126Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36732026-05-07T18:33:14.189Z Checking xattr v1.6.1
36742026-05-07T18:33:14.251Z Checking crc8 v0.1.1
36752026-05-07T18:33:14.367Z Checking tar v0.4.45
36762026-05-07T18:33:14.710Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36772026-05-07T18:33:14.778Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36782026-05-07T18:33:14.923Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36792026-05-07T18:33:14.991Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36802026-05-07T18:33:15.009Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36812026-05-07T18:33:15.081Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36822026-05-07T18:33:15.323Z Checking atty v0.2.14
36832026-05-07T18:33:15.432Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36842026-05-07T18:33:15.457Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36852026-05-07T18:33:15.608Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36862026-05-07T18:33:15.743Z Compiling typify v0.4.3
36872026-05-07T18:33:15.868Z Compiling progenitor-impl v0.11.2
36882026-05-07T18:33:15.953Z Compiling progenitor-impl v0.10.0
36892026-05-07T18:33:16.180Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36902026-05-07T18:33:16.324Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36912026-05-07T18:33:16.432Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-05-07T18:33:16.857Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36932026-05-07T18:33:17.271Z Checking hyper-staticfile v0.10.1
36942026-05-07T18:33:17.300Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36952026-05-07T18:33:17.321Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-05-07T18:33:17.530Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36972026-05-07T18:33:17.562Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36982026-05-07T18:33:17.697Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
36992026-05-07T18:33:17.788Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37002026-05-07T18:33:17.935Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37012026-05-07T18:33:18.069Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37022026-05-07T18:33:18.219Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37032026-05-07T18:33:18.366Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37042026-05-07T18:33:18.461Z Compiling progenitor-macro v0.11.2
37052026-05-07T18:33:18.520Z Compiling progenitor-macro v0.10.0
37062026-05-07T18:33:21.214Z Checking progenitor v0.11.2
37072026-05-07T18:33:21.347Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37082026-05-07T18:33:21.395Z Checking progenitor v0.10.0
37092026-05-07T18:33:21.521Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37102026-05-07T18:33:25.998Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37112026-05-07T18:33:27.127Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-05-07T18:33:37.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.92s
37132026-05-07T18:33:37.717Z
37142026-05-07T18:33:37.717Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37152026-05-07T18:33:38.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-05-07T18:33:38.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-05-07T18:33:38.520Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-05-07T18:33:48.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37192026-05-07T18:33:49.158Z
37202026-05-07T18:33:49.158Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37212026-05-07T18:33:49.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-07T18:33:49.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-07T18:33:49.941Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-05-07T18:34:00.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37252026-05-07T18:34:00.570Z
37262026-05-07T18:34:00.570Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37272026-05-07T18:34:01.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-07T18:34:01.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-07T18:34:01.362Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-07T18:34:11.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37312026-05-07T18:34:12.035Z
37322026-05-07T18:34:12.035Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37332026-05-07T18:34:12.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-07T18:34:12.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-07T18:34:12.826Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-07T18:34:23.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.21s
37372026-05-07T18:34:23.468Z
37382026-05-07T18:34:23.468Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37392026-05-07T18:34:24.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-07T18:34:24.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-07T18:34:24.246Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-07T18:34:34.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37432026-05-07T18:34:34.931Z
37442026-05-07T18:34:34.931Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37452026-05-07T18:34:35.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-07T18:34:35.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-07T18:34:35.694Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-07T18:34:46.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37492026-05-07T18:34:46.382Z
37502026-05-07T18:34:46.382Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37512026-05-07T18:34:46.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-07T18:34:46.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-07T18:34:47.160Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-07T18:34:57.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37552026-05-07T18:34:57.826Z
37562026-05-07T18:34:57.826Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37572026-05-07T18:34:58.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-07T18:34:58.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-07T18:34:58.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-05-07T18:34:58.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37612026-05-07T18:34:58.434Z
37622026-05-07T18:34:58.434Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37632026-05-07T18:34:58.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-07T18:34:58.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-07T18:34:58.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-07T18:34:58.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37672026-05-07T18:34:59.038Z
37682026-05-07T18:34:59.038Zinfo: running `cargo check --bins` on range-requests (193/274)
37692026-05-07T18:34:59.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-07T18:34:59.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-07T18:34:59.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-07T18:34:59.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37732026-05-07T18:34:59.635Z
37742026-05-07T18:34:59.635Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37752026-05-07T18:35:00.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-07T18:35:00.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-07T18:35:00.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-07T18:35:00.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37792026-05-07T18:35:00.231Z
37802026-05-07T18:35:00.231Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37812026-05-07T18:35:00.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-07T18:35:00.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-07T18:35:00.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-07T18:35:00.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37852026-05-07T18:35:00.845Z
37862026-05-07T18:35:00.845Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37872026-05-07T18:35:01.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-07T18:35:01.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-07T18:35:01.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-07T18:35:01.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37912026-05-07T18:35:01.459Z
37922026-05-07T18:35:01.459Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37932026-05-07T18:35:01.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-07T18:35:01.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-07T18:35:01.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-07T18:35:01.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37972026-05-07T18:35:02.082Z
37982026-05-07T18:35:02.082Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
37992026-05-07T18:35:02.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-07T18:35:02.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-07T18:35:02.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-07T18:35:02.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38032026-05-07T18:35:02.704Z
38042026-05-07T18:35:02.704Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38052026-05-07T18:35:03.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-07T18:35:03.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-07T18:35:03.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-07T18:35:03.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38092026-05-07T18:35:03.327Z
38102026-05-07T18:35:03.327Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38112026-05-07T18:35:03.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-07T18:35:03.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-07T18:35:03.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-07T18:35:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38152026-05-07T18:35:03.947Z
38162026-05-07T18:35:03.947Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38172026-05-07T18:35:04.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-07T18:35:04.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-07T18:35:04.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-07T18:35:04.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38212026-05-07T18:35:04.566Z
38222026-05-07T18:35:04.566Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38232026-05-07T18:35:05.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-07T18:35:05.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-07T18:35:05.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-07T18:35:05.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-05-07T18:35:05.186Z
38282026-05-07T18:35:05.186Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38292026-05-07T18:35:05.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-07T18:35:05.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-07T18:35:05.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-07T18:35:05.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38332026-05-07T18:35:05.811Z
38342026-05-07T18:35:05.811Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38352026-05-07T18:35:06.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-07T18:35:06.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-07T18:35:06.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-07T18:35:06.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38392026-05-07T18:35:06.466Z
38402026-05-07T18:35:06.466Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38412026-05-07T18:35:06.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-07T18:35:06.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-07T18:35:06.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-07T18:35:06.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-05-07T18:35:07.092Z
38462026-05-07T18:35:07.092Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38472026-05-07T18:35:07.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-07T18:35:07.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-07T18:35:07.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-07T18:35:07.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38512026-05-07T18:35:07.728Z
38522026-05-07T18:35:07.728Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38532026-05-07T18:35:08.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-07T18:35:08.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-07T18:35:08.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-07T18:35:08.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38572026-05-07T18:35:08.386Z
38582026-05-07T18:35:08.386Zinfo: running `cargo check --bins` on update-common (208/274)
38592026-05-07T18:35:08.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-07T18:35:08.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-07T18:35:08.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-07T18:35:08.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38632026-05-07T18:35:08.998Z
38642026-05-07T18:35:08.998Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38652026-05-07T18:35:09.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-07T18:35:09.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-07T18:35:09.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-07T18:35:09.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38692026-05-07T18:35:09.657Z
38702026-05-07T18:35:09.657Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38712026-05-07T18:35:10.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-07T18:35:10.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-07T18:35:10.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-07T18:35:10.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38752026-05-07T18:35:10.235Z
38762026-05-07T18:35:10.235Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38772026-05-07T18:35:10.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-07T18:35:10.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-07T18:35:11.010Z Compiling fs-err v2.11.0
38802026-05-07T18:35:11.015Z Checking ignore v0.4.25
38812026-05-07T18:35:11.015Z Checking arc-swap v1.8.2
38822026-05-07T18:35:11.015Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38832026-05-07T18:35:11.015Z Checking predicates-tree v1.0.13
38842026-05-07T18:35:11.137Z Checking parse-size v1.1.0
38852026-05-07T18:35:11.175Z Checking rand_seeder v0.4.0
38862026-05-07T18:35:11.178Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38872026-05-07T18:35:11.255Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38882026-05-07T18:35:11.278Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38892026-05-07T18:35:11.321Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38902026-05-07T18:35:11.346Z Checking slog-scope v4.4.1
38912026-05-07T18:35:11.453Z Compiling petname v2.0.2
38922026-05-07T18:35:11.473Z Checking slog-stdlog v4.1.1
38932026-05-07T18:35:11.492Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38942026-05-07T18:35:11.534Z Checking globwalk v0.9.1
38952026-05-07T18:35:11.589Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38962026-05-07T18:35:11.602Z Checking slog-envlogger v2.2.0
38972026-05-07T18:35:11.711Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38982026-05-07T18:35:11.726Z Checking camino-tempfile-ext v0.3.3
38992026-05-07T18:35:11.754Z Checking sapling-renderdag v0.1.0
39002026-05-07T18:35:11.883Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39012026-05-07T18:35:11.923Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39022026-05-07T18:35:11.994Z Checking subprocess v0.2.15
39032026-05-07T18:35:12.069Z Checking sync-ptr v0.1.4
39042026-05-07T18:35:12.108Z Checking colored v2.2.0
39052026-05-07T18:35:12.188Z Checking assert_matches v1.5.0
39062026-05-07T18:35:12.279Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39072026-05-07T18:35:12.344Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39082026-05-07T18:35:12.389Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39092026-05-07T18:35:12.392Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39102026-05-07T18:35:13.023Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39112026-05-07T18:35:14.328Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39122026-05-07T18:35:16.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
39132026-05-07T18:35:16.758Z
39142026-05-07T18:35:16.758Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39152026-05-07T18:35:17.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-07T18:35:17.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-07T18:35:17.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-07T18:35:17.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39192026-05-07T18:35:17.342Z
39202026-05-07T18:35:17.342Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39212026-05-07T18:35:17.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-07T18:35:17.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-07T18:35:17.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-07T18:35:17.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39252026-05-07T18:35:17.954Z
39262026-05-07T18:35:17.954Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39272026-05-07T18:35:18.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-07T18:35:18.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-07T18:35:18.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-07T18:35:18.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39312026-05-07T18:35:18.612Z
39322026-05-07T18:35:18.612Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39332026-05-07T18:35:19.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-07T18:35:19.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-07T18:35:19.342Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39362026-05-07T18:35:19.342Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39372026-05-07T18:35:19.990Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39382026-05-07T18:35:21.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
39392026-05-07T18:35:21.784Z
39402026-05-07T18:35:21.784Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39412026-05-07T18:35:22.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-05-07T18:35:22.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-05-07T18:35:22.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-05-07T18:35:22.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39452026-05-07T18:35:22.394Z
39462026-05-07T18:35:22.394Zinfo: running `cargo check --bins` on cert-dev (217/274)
39472026-05-07T18:35:22.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-07T18:35:22.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-07T18:35:23.015Z Checking yasna v0.5.2
39502026-05-07T18:35:23.423Z Checking rcgen v0.12.1
39512026-05-07T18:35:23.680Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39522026-05-07T18:35:23.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39532026-05-07T18:35:24.053Z
39542026-05-07T18:35:24.053Zinfo: running `cargo check --bins` on clickana (218/274)
39552026-05-07T18:35:24.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-07T18:35:24.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-07T18:35:24.709Z Compiling darling_core v0.23.0
39582026-05-07T18:35:24.818Z Compiling instability v0.3.11
39592026-05-07T18:35:24.825Z Checking castaway v0.2.4
39602026-05-07T18:35:24.830Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39612026-05-07T18:35:24.834Z Compiling indoc v2.0.7
39622026-05-07T18:35:24.845Z Checking unicode-truncate v1.1.0
39632026-05-07T18:35:24.848Z Checking lru v0.12.5
39642026-05-07T18:35:24.848Z Checking cassowary v0.3.0
39652026-05-07T18:35:24.915Z Checking compact_str v0.8.1
39662026-05-07T18:35:25.845Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39672026-05-07T18:35:26.033Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39682026-05-07T18:35:26.242Z Compiling darling_macro v0.23.0
39692026-05-07T18:35:26.657Z Compiling darling v0.23.0
39702026-05-07T18:35:27.275Z Checking ratatui v0.29.0
39712026-05-07T18:35:28.328Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39722026-05-07T18:35:29.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.95s
39732026-05-07T18:35:29.193Z
39742026-05-07T18:35:29.193Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39752026-05-07T18:35:29.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-07T18:35:29.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-07T18:35:29.933Z Checking headers-core v0.3.0
39782026-05-07T18:35:29.937Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39792026-05-07T18:35:30.132Z Checking headers v0.4.1
39802026-05-07T18:35:30.504Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39812026-05-07T18:35:31.358Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39822026-05-07T18:35:31.856Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39832026-05-07T18:35:32.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
39842026-05-07T18:35:32.476Z
39852026-05-07T18:35:32.476Zinfo: running `cargo check --bins` on ch-dev (220/274)
39862026-05-07T18:35:33.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-07T18:35:33.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-07T18:35:33.209Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39892026-05-07T18:35:33.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
39902026-05-07T18:35:34.166Z
39912026-05-07T18:35:34.166Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39922026-05-07T18:35:34.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-07T18:35:34.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-07T18:35:34.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-07T18:35:34.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
39962026-05-07T18:35:34.639Z
39972026-05-07T18:35:34.639Zinfo: running `cargo check --bins` on crdb-seed (222/274)
39982026-05-07T18:35:35.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-07T18:35:35.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-07T18:35:35.358Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40012026-05-07T18:35:36.362Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40022026-05-07T18:35:36.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
40032026-05-07T18:35:36.907Z
40042026-05-07T18:35:36.907Zinfo: running `cargo check --bins` on db-dev (223/274)
40052026-05-07T18:35:37.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-07T18:35:37.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-07T18:35:37.628Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40082026-05-07T18:35:38.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40092026-05-07T18:35:38.595Z
40102026-05-07T18:35:38.595Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40112026-05-07T18:35:39.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-07T18:35:39.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-07T18:35:39.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-05-07T18:35:39.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40152026-05-07T18:35:39.240Z
40162026-05-07T18:35:39.240Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40172026-05-07T18:35:39.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-07T18:35:39.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-07T18:35:39.841Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40202026-05-07T18:35:40.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40212026-05-07T18:35:40.691Z
40222026-05-07T18:35:40.691Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40232026-05-07T18:35:41.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-07T18:35:41.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-07T18:35:41.440Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40262026-05-07T18:35:41.440Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40272026-05-07T18:35:41.440Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40282026-05-07T18:35:41.443Z Checking git-stub v1.0.0
40292026-05-07T18:35:41.443Z Compiling trait-variant v0.1.2
40302026-05-07T18:35:41.443Z Checking maplit v1.0.2
40312026-05-07T18:35:41.567Z Checking is_ci v1.2.0
40322026-05-07T18:35:41.579Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40332026-05-07T18:35:41.658Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40342026-05-07T18:35:41.683Z Checking supports-color v3.0.2
40352026-05-07T18:35:41.715Z Checking git-stub-vcs v0.1.0
40362026-05-07T18:35:41.787Z Checking drift v0.1.3
40372026-05-07T18:35:41.810Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40382026-05-07T18:35:41.829Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40392026-05-07T18:35:41.913Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40402026-05-07T18:35:42.027Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40412026-05-07T18:35:42.069Z Checking dropshot-api-manager v0.7.1
40422026-05-07T18:35:42.093Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40432026-05-07T18:35:42.126Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40442026-05-07T18:35:42.295Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40452026-05-07T18:35:42.311Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40462026-05-07T18:35:42.493Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40472026-05-07T18:35:42.868Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40482026-05-07T18:35:47.765Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40492026-05-07T18:35:48.852Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40502026-05-07T18:35:49.419Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40512026-05-07T18:35:49.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s
40522026-05-07T18:35:50.057Z
40532026-05-07T18:35:50.057Zinfo: running `cargo check --bins` on installinator-api (227/274)
40542026-05-07T18:35:50.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-07T18:35:50.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-07T18:35:50.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-07T18:35:50.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-05-07T18:35:50.662Z
40592026-05-07T18:35:50.662Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40602026-05-07T18:35:51.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-07T18:35:51.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-07T18:35:51.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-07T18:35:51.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40642026-05-07T18:35:51.308Z
40652026-05-07T18:35:51.308Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40662026-05-07T18:35:51.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-07T18:35:51.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-07T18:35:51.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-05-07T18:35:51.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40702026-05-07T18:35:51.953Z
40712026-05-07T18:35:51.953Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40722026-05-07T18:35:52.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-07T18:35:52.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-07T18:35:52.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-07T18:35:52.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40762026-05-07T18:35:52.600Z
40772026-05-07T18:35:52.600Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40782026-05-07T18:35:53.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-07T18:35:53.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-07T18:35:53.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-07T18:35:53.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40822026-05-07T18:35:53.208Z
40832026-05-07T18:35:53.208Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40842026-05-07T18:35:53.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-07T18:35:53.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-07T18:35:53.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-07T18:35:53.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-05-07T18:35:53.802Z
40892026-05-07T18:35:53.802Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40902026-05-07T18:35:54.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-07T18:35:54.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-07T18:35:54.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-07T18:35:54.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40942026-05-07T18:35:54.422Z
40952026-05-07T18:35:54.422Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
40962026-05-07T18:35:54.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-07T18:35:54.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-07T18:35:55.038Z Checking typeid v1.0.3
40992026-05-07T18:35:55.149Z Checking ordered-float v2.10.1
41002026-05-07T18:35:55.167Z Checking unicode-xid v0.2.6
41012026-05-07T18:35:55.182Z Checking cargo-platform v0.2.0
41022026-05-07T18:35:55.188Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41032026-05-07T18:35:55.219Z Checking erased-serde v0.4.9
41042026-05-07T18:35:55.364Z Checking serde-value v0.7.0
41052026-05-07T18:35:55.533Z Checking serde-untagged v0.1.9
41062026-05-07T18:35:55.694Z Checking cargo-util-schemas v0.8.2
41072026-05-07T18:35:56.376Z Checking cargo_metadata v0.21.0
41082026-05-07T18:35:56.982Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41092026-05-07T18:35:57.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
41102026-05-07T18:35:57.850Z
41112026-05-07T18:35:57.850Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41122026-05-07T18:35:58.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-07T18:35:58.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-07T18:35:58.586Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41152026-05-07T18:35:59.215Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41162026-05-07T18:35:59.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41172026-05-07T18:35:59.939Z
41182026-05-07T18:35:59.939Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41192026-05-07T18:36:00.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-07T18:36:00.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-07T18:36:00.797Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41222026-05-07T18:36:00.797Z Compiling vergen-gitcl v1.0.8
41232026-05-07T18:36:00.797Z Compiling dirs-sys-next v0.1.2
41242026-05-07T18:36:00.797Z Compiling glob v0.3.3
41252026-05-07T18:36:00.804Z Compiling crunchy v0.2.4
41262026-05-07T18:36:00.804Z Compiling diesel_derives v2.3.7
41272026-05-07T18:36:00.804Z Compiling dsl_auto_type v0.2.0
41282026-05-07T18:36:00.804Z Checking scheduled-thread-pool v0.2.7
41292026-05-07T18:36:01.091Z Compiling diesel_table_macro_syntax v0.3.0
41302026-05-07T18:36:01.128Z Compiling dirs-next v2.0.0
41312026-05-07T18:36:01.226Z Compiling tiny-keccak v2.0.2
41322026-05-07T18:36:01.241Z Compiling term v0.7.0
41332026-05-07T18:36:01.304Z Checking r2d2 v0.8.10
41342026-05-07T18:36:01.328Z Checking downcast-rs v2.0.2
41352026-05-07T18:36:01.354Z Compiling clang-sys v1.8.1
41362026-05-07T18:36:01.441Z Compiling bit-vec v0.6.3
41372026-05-07T18:36:01.479Z Compiling itertools v0.10.5
41382026-05-07T18:36:01.656Z Compiling bit-set v0.5.3
41392026-05-07T18:36:01.729Z Compiling ascii-canvas v3.0.0
41402026-05-07T18:36:01.800Z Compiling ena v0.14.4
41412026-05-07T18:36:01.817Z Compiling libloading v0.8.9
41422026-05-07T18:36:01.833Z Compiling regex-syntax v0.6.29
41432026-05-07T18:36:01.866Z Compiling bindgen v0.71.1
41442026-05-07T18:36:01.968Z Compiling diff v0.1.13
41452026-05-07T18:36:02.027Z Compiling cexpr v0.6.0
41462026-05-07T18:36:02.233Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41472026-05-07T18:36:02.314Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41482026-05-07T18:36:02.452Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41492026-05-07T18:36:02.473Z Compiling libxml v0.3.3
41502026-05-07T18:36:02.528Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41512026-05-07T18:36:02.714Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41522026-05-07T18:36:02.732Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41532026-05-07T18:36:02.845Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41542026-05-07T18:36:02.926Z Compiling strum_macros v0.24.3
41552026-05-07T18:36:03.022Z Compiling indoc v1.0.9
41562026-05-07T18:36:03.139Z Compiling lalrpop v0.19.12
41572026-05-07T18:36:03.989Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41582026-05-07T18:36:04.185Z Checking derive_builder v0.20.2
41592026-05-07T18:36:04.281Z Compiling oso-derive v0.27.3
41602026-05-07T18:36:04.306Z Checking quick-xml v0.37.5
41612026-05-07T18:36:04.544Z Compiling impl-trait-for-tuples v0.2.3
41622026-05-07T18:36:04.786Z Checking openssl-probe v0.1.6
41632026-05-07T18:36:04.933Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41642026-05-07T18:36:05.235Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41652026-05-07T18:36:05.438Z Checking bb8 v0.8.6
41662026-05-07T18:36:05.694Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41672026-05-07T18:36:05.712Z Checking nonempty v0.12.0
41682026-05-07T18:36:05.731Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41692026-05-07T18:36:05.881Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41702026-05-07T18:36:05.918Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41712026-05-07T18:36:05.956Z Checking console v0.16.2
41722026-05-07T18:36:06.095Z Checking unit-prefix v0.5.2
41732026-05-07T18:36:06.114Z Checking support-bundle-viewer v0.1.2
41742026-05-07T18:36:06.233Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41752026-05-07T18:36:06.267Z Checking indicatif v0.18.4
41762026-05-07T18:36:06.364Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41772026-05-07T18:36:06.493Z Checking multimap v0.10.1
41782026-05-07T18:36:06.890Z Checking diesel v2.3.7
41792026-05-07T18:36:08.598Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-05-07T18:36:08.933Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-05-07T18:36:09.251Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-05-07T18:36:09.488Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41832026-05-07T18:36:10.306Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41842026-05-07T18:36:10.749Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-05-07T18:36:10.894Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41862026-05-07T18:36:11.411Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-05-07T18:36:13.457Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-05-07T18:36:18.321Z Compiling samael v0.0.19
41892026-05-07T18:36:22.170Z Checking diesel-dtrace v0.5.0
41902026-05-07T18:36:22.414Z Checking async-bb8-diesel v0.2.1
41912026-05-07T18:36:23.445Z Compiling polar-core v0.27.3
41922026-05-07T18:36:27.884Z Checking oso v0.27.3
41932026-05-07T18:37:04.953Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-05-07T18:37:38.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
41952026-05-07T18:37:38.773Z
41962026-05-07T18:37:38.773Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
41972026-05-07T18:37:39.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-05-07T18:37:39.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-05-07T18:37:39.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-05-07T18:37:39.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42012026-05-07T18:37:39.459Z
42022026-05-07T18:37:39.459Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42032026-05-07T18:37:40.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-07T18:37:40.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-07T18:37:40.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-07T18:37:40.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42072026-05-07T18:37:40.110Z
42082026-05-07T18:37:40.110Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42092026-05-07T18:37:40.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-07T18:37:40.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-07T18:37:40.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-05-07T18:37:40.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42132026-05-07T18:37:40.699Z
42142026-05-07T18:37:40.699Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42152026-05-07T18:37:41.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-07T18:37:41.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-07T18:37:41.570Z Compiling libz-sys v1.1.24
42182026-05-07T18:37:41.702Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-05-07T18:37:41.714Z Compiling vergen-git2 v1.0.7
42202026-05-07T18:37:41.724Z Compiling rustls v0.21.12
42212026-05-07T18:37:41.734Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-05-07T18:37:41.746Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-05-07T18:37:41.749Z Checking rustls-webpki v0.101.7
42242026-05-07T18:37:41.749Z Checking sct v0.7.1
42252026-05-07T18:37:41.905Z Compiling nix v0.29.0
42262026-05-07T18:37:41.932Z Compiling dropshot v0.16.7
42272026-05-07T18:37:41.964Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42282026-05-07T18:37:41.983Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42292026-05-07T18:37:42.091Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42302026-05-07T18:37:42.166Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42312026-05-07T18:37:42.200Z Checking toml v0.9.12+spec-1.1.0
42322026-05-07T18:37:42.236Z Compiling dropshot_endpoint v0.16.7
42332026-05-07T18:37:42.396Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42342026-05-07T18:37:42.526Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42352026-05-07T18:37:42.627Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-05-07T18:37:42.774Z Checking rustls-pemfile v1.0.4
42372026-05-07T18:37:42.919Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42382026-05-07T18:37:43.113Z Checking twox-hash v2.1.2
42392026-05-07T18:37:43.132Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42402026-05-07T18:37:43.358Z Checking tokio-rustls v0.24.1
42412026-05-07T18:37:43.884Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42422026-05-07T18:37:44.008Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42432026-05-07T18:37:44.024Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42442026-05-07T18:37:44.627Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42452026-05-07T18:37:44.706Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42462026-05-07T18:37:44.742Z Checking fatfs v0.3.6
42472026-05-07T18:37:44.785Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42482026-05-07T18:37:44.857Z Compiling seq-macro v0.3.6
42492026-05-07T18:37:48.502Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-05-07T18:37:48.639Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42512026-05-07T18:37:49.083Z Compiling git2 v0.20.4
42522026-05-07T18:37:51.300Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42532026-05-07T18:38:38.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.28s
42542026-05-07T18:38:39.217Z
42552026-05-07T18:38:39.217Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42562026-05-07T18:38:39.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42572026-05-07T18:38:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42582026-05-07T18:38:40.109Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-05-07T18:39:18.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.39s
42602026-05-07T18:39:18.843Z
42612026-05-07T18:39:18.843Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42622026-05-07T18:39:19.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-07T18:39:19.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-07T18:39:19.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42652026-05-07T18:39:19.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42662026-05-07T18:39:19.436Z
42672026-05-07T18:39:19.436Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42682026-05-07T18:39:19.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-07T18:39:19.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-07T18:39:19.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-05-07T18:39:19.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42722026-05-07T18:39:20.079Z
42732026-05-07T18:39:20.079Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42742026-05-07T18:39:20.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-07T18:39:20.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-07T18:39:20.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-05-07T18:39:20.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42782026-05-07T18:39:20.738Z
42792026-05-07T18:39:20.738Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42802026-05-07T18:39:21.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-07T18:39:21.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-07T18:39:21.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-07T18:39:21.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42842026-05-07T18:39:21.389Z
42852026-05-07T18:39:21.389Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42862026-05-07T18:39:21.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-07T18:39:21.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-07T18:39:21.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-07T18:39:21.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42902026-05-07T18:39:22.032Z
42912026-05-07T18:39:22.032Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42922026-05-07T18:39:22.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-07T18:39:22.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-07T18:39:22.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-07T18:39:22.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-05-07T18:39:22.696Z
42972026-05-07T18:39:22.696Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
42982026-05-07T18:39:23.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-07T18:39:23.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-07T18:39:23.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-07T18:39:23.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43022026-05-07T18:39:23.351Z
43032026-05-07T18:39:23.352Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43042026-05-07T18:39:23.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-07T18:39:23.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-07T18:39:23.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-07T18:39:23.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-05-07T18:39:24.009Z
43092026-05-07T18:39:24.009Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43102026-05-07T18:39:24.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-07T18:39:24.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-07T18:39:24.900Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43132026-05-07T18:39:24.900Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43142026-05-07T18:39:25.087Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43152026-05-07T18:39:25.118Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43162026-05-07T18:39:25.139Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43172026-05-07T18:39:25.155Z Checking diff v0.1.13
43182026-05-07T18:39:25.159Z Checking yansi v1.0.1
43192026-05-07T18:39:25.159Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43202026-05-07T18:39:25.229Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43212026-05-07T18:39:25.438Z Checking pretty_assertions v1.4.1
43222026-05-07T18:39:26.058Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43232026-05-07T18:39:26.401Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43242026-05-07T18:39:49.537Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43252026-05-07T18:39:49.540Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43262026-05-07T18:39:49.540Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43272026-05-07T18:39:49.540Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43282026-05-07T18:39:49.540Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43292026-05-07T18:39:49.540Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43302026-05-07T18:39:50.356Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-05-07T18:39:51.448Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43322026-05-07T18:40:29.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43332026-05-07T18:40:29.979Z
43342026-05-07T18:40:29.980Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43352026-05-07T18:40:30.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-07T18:40:30.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-07T18:40:30.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-07T18:40:30.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43392026-05-07T18:40:30.563Z
43402026-05-07T18:40:30.563Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43412026-05-07T18:40:31.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-07T18:40:31.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-07T18:40:31.333Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43442026-05-07T18:40:31.455Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43452026-05-07T18:40:31.458Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43462026-05-07T18:40:57.126Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43472026-05-07T18:40:57.523Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43482026-05-07T18:40:59.219Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43492026-05-07T18:40:59.686Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43502026-05-07T18:41:02.613Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43512026-05-07T18:41:25.083Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43522026-05-07T18:41:25.793Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43532026-05-07T18:41:27.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.87s
43542026-05-07T18:41:27.656Z
43552026-05-07T18:41:27.656Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43562026-05-07T18:41:28.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-07T18:41:28.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-07T18:41:28.384Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43592026-05-07T18:41:29.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43602026-05-07T18:41:29.289Z
43612026-05-07T18:41:29.289Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43622026-05-07T18:41:29.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-07T18:41:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-07T18:41:29.947Z Compiling blake3 v1.8.3
43652026-05-07T18:41:30.113Z Checking arrayvec v0.7.6
43662026-05-07T18:41:30.113Z Checking constant_time_eq v0.4.2
43672026-05-07T18:41:30.113Z Checking arrayref v0.3.9
43682026-05-07T18:41:30.113Z Checking topological-sort v0.2.2
43692026-05-07T18:41:30.113Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43702026-05-07T18:41:30.113Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43712026-05-07T18:41:30.113Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43722026-05-07T18:41:30.121Z Checking shell-words v1.1.1
43732026-05-07T18:41:30.857Z Checking omicron-zone-package v0.12.2
43742026-05-07T18:41:31.590Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43752026-05-07T18:41:32.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
43762026-05-07T18:41:32.750Z
43772026-05-07T18:41:32.751Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43782026-05-07T18:41:33.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-05-07T18:41:33.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-05-07T18:41:33.238Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43812026-05-07T18:41:33.568Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43822026-05-07T18:41:33.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43832026-05-07T18:41:34.165Z
43842026-05-07T18:41:34.165Zinfo: running `cargo check --bins` on schema (256/274)
43852026-05-07T18:41:34.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-07T18:41:34.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-07T18:41:34.892Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43882026-05-07T18:41:35.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43892026-05-07T18:41:35.838Z
43902026-05-07T18:41:35.838Zinfo: running `cargo check --bins` on xtask (257/274)
43912026-05-07T18:41:36.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-05-07T18:41:36.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-05-07T18:41:36.256Z Checking libc v0.2.185
43942026-05-07T18:41:36.264Z Checking serde v1.0.228
43952026-05-07T18:41:36.343Z Checking zerofrom v0.1.6
43962026-05-07T18:41:36.350Z Checking bitflags v2.11.0
43972026-05-07T18:41:36.362Z Checking smallvec v1.15.1
43982026-05-07T18:41:36.362Z Checking indexmap v2.14.0
43992026-05-07T18:41:36.373Z Checking serde_json v1.0.149
44002026-05-07T18:41:36.382Z Checking scroll v0.12.0
44012026-05-07T18:41:36.442Z Checking yoke v0.8.1
44022026-05-07T18:41:36.495Z Checking num-traits v0.2.19
44032026-05-07T18:41:36.526Z Checking thiserror v1.0.69
44042026-05-07T18:41:36.601Z Checking percent-encoding v2.3.2
44052026-05-07T18:41:36.622Z Checking zerovec v0.11.5
44062026-05-07T18:41:36.633Z Checking zerotrie v0.2.3
44072026-05-07T18:41:36.633Z Checking errno v0.3.14
44082026-05-07T18:41:36.729Z Checking serde_spanned v0.6.9
44092026-05-07T18:41:36.751Z Checking toml_datetime v0.6.11
44102026-05-07T18:41:36.759Z Checking rustix v1.1.3
44112026-05-07T18:41:36.850Z Checking log v0.4.29
44122026-05-07T18:41:36.862Z Checking zerocopy v0.7.35
44132026-05-07T18:41:36.877Z Checking form_urlencoded v1.2.2
44142026-05-07T18:41:36.920Z Checking toml_edit v0.22.27
44152026-05-07T18:41:36.968Z Checking getrandom v0.4.1
44162026-05-07T18:41:37.005Z Checking goblin v0.8.2
44172026-05-07T18:41:37.014Z Checking thiserror v2.0.18
44182026-05-07T18:41:37.025Z Checking ordered-float v2.10.1
44192026-05-07T18:41:37.038Z Checking tinystr v0.8.2
44202026-05-07T18:41:37.112Z Checking potential_utf v0.1.4
44212026-05-07T18:41:37.124Z Checking syn v2.0.117
44222026-05-07T18:41:37.219Z Checking icu_locale_core v2.1.1
44232026-05-07T18:41:37.243Z Checking serde-value v0.7.0
44242026-05-07T18:41:37.257Z Checking icu_collections v2.1.1
44252026-05-07T18:41:37.361Z Checking dtrace-parser v0.2.0
44262026-05-07T18:41:37.447Z Checking thread-id v4.2.2
44272026-05-07T18:41:37.568Z Checking once_cell v1.21.3
44282026-05-07T18:41:37.636Z Checking terminal_size v0.4.3
44292026-05-07T18:41:37.637Z Checking cargo-platform v0.2.0
44302026-05-07T18:41:37.637Z Checking memmap v0.7.0
44312026-05-07T18:41:37.691Z Checking clap_builder v4.5.60
44322026-05-07T18:41:37.708Z Checking tempfile v3.25.0
44332026-05-07T18:41:37.722Z Checking textwrap v0.16.2
44342026-05-07T18:41:37.751Z Checking fs-err v3.3.0
44352026-05-07T18:41:37.788Z Checking icu_provider v2.1.1
44362026-05-07T18:41:37.903Z Checking camino-tempfile v1.4.1
44372026-05-07T18:41:37.930Z Checking tabled v0.15.0
44382026-05-07T18:41:37.930Z Checking anyhow v1.0.102
44392026-05-07T18:41:38.028Z Checking icu_normalizer v2.1.1
44402026-05-07T18:41:38.044Z Checking icu_properties v2.1.2
44412026-05-07T18:41:38.062Z Checking toml v0.8.23
44422026-05-07T18:41:38.135Z Checking macaddr v1.0.1
44432026-05-07T18:41:38.318Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44442026-05-07T18:41:38.385Z Checking cargo_toml v0.21.0
44452026-05-07T18:41:42.777Z Checking idna_adapter v1.2.1
44462026-05-07T18:41:42.795Z Checking clap v4.5.60
44472026-05-07T18:41:42.795Z Checking dof v0.3.0
44482026-05-07T18:41:42.795Z Checking idna v1.1.0
44492026-05-07T18:41:42.795Z Checking usdt-impl v0.5.0
44502026-05-07T18:41:42.795Z Checking url v2.5.8
44512026-05-07T18:41:42.795Z Checking usdt v0.5.0
44522026-05-07T18:41:42.795Z Checking cargo-util-schemas v0.8.2
44532026-05-07T18:41:42.795Z Checking cargo_metadata v0.21.0
44542026-05-07T18:41:42.795Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44552026-05-07T18:41:42.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
44562026-05-07T18:41:42.795Z
44572026-05-07T18:41:42.795Zinfo: running `cargo check --bins` on dnsadm (258/274)
44582026-05-07T18:41:42.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-05-07T18:41:42.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-05-07T18:41:42.795Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44612026-05-07T18:41:42.795Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44622026-05-07T18:41:42.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44632026-05-07T18:41:43.096Z
44642026-05-07T18:41:43.096Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44652026-05-07T18:41:43.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-05-07T18:41:43.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-05-07T18:41:43.888Z Checking polyval v0.6.2
44682026-05-07T18:41:44.012Z Checking ctr v0.9.2
44692026-05-07T18:41:44.022Z Checking ssh-encoding v0.2.0
44702026-05-07T18:41:44.025Z Checking blowfish v0.9.1
44712026-05-07T18:41:44.042Z Checking password-hash v0.4.2
44722026-05-07T18:41:44.057Z Checking p521 v0.13.3
44732026-05-07T18:41:44.060Z Checking p256 v0.13.2
44742026-05-07T18:41:44.086Z Checking russh-cryptovec v0.7.3
44752026-05-07T18:41:44.156Z Checking ghash v0.5.1
44762026-05-07T18:41:44.171Z Checking bcrypt-pbkdf v0.10.0
44772026-05-07T18:41:44.171Z Checking md5 v0.7.0
44782026-05-07T18:41:44.226Z Checking num-bigint v0.4.6
44792026-05-07T18:41:44.226Z Checking des v0.8.1
44802026-05-07T18:41:44.271Z Checking pbkdf2 v0.11.0
44812026-05-07T18:41:44.286Z Checking aes-gcm v0.10.3
44822026-05-07T18:41:44.315Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44832026-05-07T18:41:44.330Z Checking hex-literal v0.4.1
44842026-05-07T18:41:44.345Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44852026-05-07T18:41:44.405Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44862026-05-07T18:41:44.426Z Checking socket2 v0.5.10
44872026-05-07T18:41:44.440Z Checking ssh-cipher v0.2.0
44882026-05-07T18:41:44.443Z Checking internet-checksum v0.2.1
44892026-05-07T18:41:44.600Z Checking ssh-key v0.6.7
44902026-05-07T18:41:44.708Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44912026-05-07T18:41:45.230Z Checking russh-keys v0.45.0
44922026-05-07T18:41:45.784Z Checking russh v0.45.0
44932026-05-07T18:42:00.505Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44942026-05-07T18:42:01.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
44952026-05-07T18:42:01.954Z
44962026-05-07T18:42:01.954Zinfo: running `cargo check --bins` on gateway-cli (260/274)
44972026-05-07T18:42:02.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-07T18:42:02.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-07T18:42:02.601Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45002026-05-07T18:42:02.709Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45012026-05-07T18:42:02.715Z Checking termios v0.3.3
45022026-05-07T18:42:03.914Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45032026-05-07T18:42:04.067Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45042026-05-07T18:42:05.854Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45052026-05-07T18:42:06.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45062026-05-07T18:42:06.615Z
45072026-05-07T18:42:06.615Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45082026-05-07T18:42:07.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-07T18:42:07.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-07T18:42:07.335Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45112026-05-07T18:42:07.452Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45122026-05-07T18:42:07.462Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45132026-05-07T18:42:07.466Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45142026-05-07T18:42:07.478Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45152026-05-07T18:42:07.481Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45162026-05-07T18:42:08.196Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45172026-05-07T18:42:08.551Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45182026-05-07T18:42:08.551Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45192026-05-07T18:42:09.190Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45202026-05-07T18:42:10.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
45212026-05-07T18:42:11.034Z
45222026-05-07T18:42:11.035Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45232026-05-07T18:42:11.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-05-07T18:42:11.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-05-07T18:42:11.674Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45262026-05-07T18:42:12.133Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45272026-05-07T18:42:12.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45282026-05-07T18:42:12.642Z
45292026-05-07T18:42:12.642Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45302026-05-07T18:42:13.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-07T18:42:13.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-07T18:42:13.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-05-07T18:42:13.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45342026-05-07T18:42:13.234Z
45352026-05-07T18:42:13.234Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45362026-05-07T18:42:13.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-07T18:42:13.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-07T18:42:13.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-07T18:42:13.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45402026-05-07T18:42:13.830Z
45412026-05-07T18:42:13.830Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45422026-05-07T18:42:14.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-07T18:42:14.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-07T18:42:14.590Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45452026-05-07T18:42:15.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45462026-05-07T18:42:15.411Z
45472026-05-07T18:42:15.411Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45482026-05-07T18:42:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-07T18:42:15.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-07T18:42:16.055Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45512026-05-07T18:42:16.058Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45522026-05-07T18:42:16.314Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45532026-05-07T18:42:16.315Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45542026-05-07T18:42:17.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45552026-05-07T18:42:17.311Z
45562026-05-07T18:42:17.312Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45572026-05-07T18:42:17.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-07T18:42:17.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-07T18:42:17.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-05-07T18:42:17.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45612026-05-07T18:42:17.902Z
45622026-05-07T18:42:17.902Zinfo: running `cargo check --bins` on omicron-package (268/274)
45632026-05-07T18:42:18.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-07T18:42:18.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-07T18:42:18.581Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45662026-05-07T18:42:19.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45672026-05-07T18:42:19.867Z
45682026-05-07T18:42:19.867Zinfo: running `cargo check --bins` on tqdb (269/274)
45692026-05-07T18:42:20.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-07T18:42:20.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-07T18:42:20.650Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45722026-05-07T18:42:21.009Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45732026-05-07T18:42:21.527Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45742026-05-07T18:42:21.528Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45752026-05-07T18:42:27.290Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45762026-05-07T18:42:27.293Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45772026-05-07T18:42:27.870Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45782026-05-07T18:42:27.870Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45792026-05-07T18:42:27.874Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45802026-05-07T18:42:27.874Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45812026-05-07T18:42:28.622Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45822026-05-07T18:42:29.626Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45832026-05-07T18:42:30.406Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45842026-05-07T18:42:31.023Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45852026-05-07T18:42:34.968Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45862026-05-07T18:42:41.238Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45872026-05-07T18:42:41.241Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45882026-05-07T18:42:41.241Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45892026-05-07T18:42:41.241Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45902026-05-07T18:42:42.726Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45912026-05-07T18:42:44.048Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45922026-05-07T18:42:44.731Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45932026-05-07T18:42:45.976Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45942026-05-07T18:42:46.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.65s
45952026-05-07T18:42:46.753Z
45962026-05-07T18:42:46.753Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
45972026-05-07T18:42:47.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-05-07T18:42:47.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-05-07T18:42:47.459Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46002026-05-07T18:42:47.462Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-07T18:42:47.462Z Checking rtoolbox v0.0.3
46022026-05-07T18:42:47.589Z Checking tui-tree-widget v0.23.1
46032026-05-07T18:42:47.686Z Checking rpassword v7.4.0
46042026-05-07T18:42:48.697Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46052026-05-07T18:42:51.643Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46062026-05-07T18:42:53.476Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46072026-05-07T18:42:54.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
46082026-05-07T18:42:54.595Z
46092026-05-07T18:42:54.595Zinfo: running `cargo check --bins` on wicket (271/274)
46102026-05-07T18:42:55.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-05-07T18:42:55.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-05-07T18:42:55.283Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46132026-05-07T18:42:55.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46142026-05-07T18:42:55.845Z
46152026-05-07T18:42:55.845Zinfo: running `cargo check --bins` on wicketd (272/274)
46162026-05-07T18:42:56.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-05-07T18:42:56.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-05-07T18:42:56.566Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46192026-05-07T18:42:56.570Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46202026-05-07T18:42:56.570Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46212026-05-07T18:42:56.570Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46222026-05-07T18:42:57.557Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46232026-05-07T18:42:58.132Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46242026-05-07T18:43:01.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46252026-05-07T18:43:01.288Z
46262026-05-07T18:43:01.288Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46272026-05-07T18:43:01.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-05-07T18:43:01.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-05-07T18:43:01.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46302026-05-07T18:43:01.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46312026-05-07T18:43:01.873Z
46322026-05-07T18:43:01.873Zinfo: running `cargo check --bins` on zone-setup (274/274)
46332026-05-07T18:43:02.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-05-07T18:43:02.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-05-07T18:43:02.543Z Checking uzers v0.12.2
46362026-05-07T18:43:02.819Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46372026-05-07T18:43:03.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
46382026-05-07T18:43:03.796Z
46392026-05-07T18:43:03.796Zreal 14:09.549481125
46402026-05-07T18:43:03.796Zuser 20:33.166671831
46412026-05-07T18:43:03.796Zsys 4:15.782797559
46422026-05-07T18:43:03.796Ztrap 0.328903786
46432026-05-07T18:43:03.796Ztflt 0.724785795
46442026-05-07T18:43:03.796Zdflt 1.177178149
46452026-05-07T18:43:03.796Zkflt 0.005804450
46462026-05-07T18:43:03.796Zlock 1:15:57.982532397
46472026-05-07T18:43:03.796Zslp 1:38:32.940788342
46482026-05-07T18:43:03.796Zlat 56.372437756
46492026-05-07T18:43:03.796Zstop 3:30.320369084
46502026-05-07T18:43:03.800Zprocess exited: duration 982594 ms, exit code 0
 
46512026-05-07T18:43:03.807Zfound 0 output files