01KRD47A0P8Y69Q5NG95XB446Y: 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: 01KRD49NEZDB332WXVP4YNXBZK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:40:35.145Zjob assigned to worker 01KRD4A0CNHMXZJSWQB84JG5ZH [factory aws, i-00e684c23a31c5dd0] (queued for 55 s)
 
22026-05-12T03:40:45.370Zstarting task 0: "setup"
32026-05-12T03:40:45.462Z++ uname -s
42026-05-12T03:40:45.462Z+ kern=SunOS
52026-05-12T03:40:45.462Z+ build_user=build
62026-05-12T03:40:45.462Z+ build_uid=12345
72026-05-12T03:40:45.462Z+ work_dir=/work
82026-05-12T03:40:45.462Z+ input_dir=/input
92026-05-12T03:40:45.462Z+ [[ 0 == 12345 ]]
102026-05-12T03:40:45.463Z+ case "$kern" in
112026-05-12T03:40:45.463Z+ groupadd -g 12345 build
122026-05-12T03:40:45.463Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:40:47.319Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:40:47.422Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:40:47.439Z+ home_fs=zfs
162026-05-12T03:40:47.439Z+ [[ zfs == autofs ]]
172026-05-12T03:40:47.439Z+ mkdir -p /home/build
182026-05-12T03:40:47.439Z+ chown build:build /home/build /work
192026-05-12T03:40:48.408Z+ chmod 0700 /home/build /work
202026-05-12T03:40:48.411Zprocess exited: duration 3141 ms, exit code 0
 
212026-05-12T03:40:48.417Zstarting task 1: "rust-toolchain"
222026-05-12T03:40:48.427Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:40:48.427Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-12T03:40:48.427Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-12T03:40:48.427Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-12T03:40:48.427Z * rust toolchain channel = "1.94.0"
272026-05-12T03:40:48.427Z * rust toolchain profile = "default"
282026-05-12T03:40:48.437Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:40:48.437Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:40:48.528Zinfo: downloading installer
312026-05-12T03:40:49.857Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:40:49.857Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:40:49.857Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:40:49.857Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:40:49.899Zinfo: profile set to default
362026-05-12T03:40:49.899Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:40:49.899Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:40:50.029Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:40:50.064Zinfo: downloading 6 components
402026-05-12T03:41:04.183Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:41:04.183Z
422026-05-12T03:41:04.222Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:41:04.222Z
442026-05-12T03:41:04.222Z
452026-05-12T03:41:04.222ZRust is installed now. Great!
462026-05-12T03:41:04.222Z
472026-05-12T03:41:04.222ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:41:04.222Zenvironment variable. This has not been done automatically.
492026-05-12T03:41:04.222Z
502026-05-12T03:41:04.222ZTo configure your current shell, you need to source
512026-05-12T03:41:04.222Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:41:04.222Z
532026-05-12T03:41:04.222ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:41:04.222Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:41:04.222Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:41:04.222Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:41:04.222Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:41:04.222Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:41:04.222Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:41:04.225Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:41:04.225Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:41:04.317Z+ rustup --version
632026-05-12T03:41:04.326Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:41:04.329Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:41:04.348Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:41:04.352Z+ cargo --version
672026-05-12T03:41:04.364Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:41:04.370Z+ rustc --version
692026-05-12T03:41:04.386Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:41:04.389Zprocess exited: duration 15971 ms, exit code 0
 
712026-05-12T03:41:04.397Zstarting task 2: "authentication"
722026-05-12T03:41:04.413Zprocess exited: duration 16 ms, exit code 0
 
732026-05-12T03:41:04.421Zstarting task 3: "clone repository"
742026-05-12T03:41:04.425Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T03:41:04.430Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T03:41:04.458ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T03:41:14.214Z+ cd /work/oxidecomputer/omicron
782026-05-12T03:41:14.214Z+ git fetch origin 692a18f66e6125f7b2c12280a2a9271df33ecacb
792026-05-12T03:41:14.472ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T03:41:14.472Z * branch 692a18f66e6125f7b2c12280a2a9271df33ecacb -> FETCH_HEAD
812026-05-12T03:41:14.486Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-12T03:41:14.490Z++ git branch --show-current
832026-05-12T03:41:14.490Z+ current=main
842026-05-12T03:41:14.490Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-12T03:41:14.490Z+ git branch -f renovate/crucible-pantry-client-digest 692a18f66e6125f7b2c12280a2a9271df33ecacb
862026-05-12T03:41:14.490Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-12T03:41:14.731ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-12T03:41:14.740Z+ git reset --hard 692a18f66e6125f7b2c12280a2a9271df33ecacb
892026-05-12T03:41:14.831ZHEAD is now at 692a18f66 Update crucible-pantry-client digest to fefccc0
902026-05-12T03:41:14.831Zprocess exited: duration 10317 ms, exit code 0
 
912026-05-12T03:41:14.917Zstarting task 4: "build"
922026-05-12T03:41:14.924Z+ source .github/buildomat/ci-env.sh
932026-05-12T03:41:14.924Z++ export CARGO_TERM_COLOR=always
942026-05-12T03:41:14.924Z++ CARGO_TERM_COLOR=always
952026-05-12T03:41:14.924Z+ cargo --version
962026-05-12T03:41:14.924Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T03:41:14.924Z+ rustc --version
982026-05-12T03:41:14.924Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T03:41:14.924Z+ source ./env.sh
1002026-05-12T03:41:14.924Z++ OLD_SHELL_OPTS=ehxB
1012026-05-12T03:41:14.925Z++ set -o xtrace
1022026-05-12T03:41:14.925Z++++ dirname ./env.sh
1032026-05-12T03:41:14.925Z+++ readlink -f .
1042026-05-12T03:41:14.925Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-12T03:41:14.925Z++ 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-12T03:41:14.925Z++ 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-12T03:41:14.926Z++ 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-12T03:41:14.926Z++ 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-12T03:41:14.926Z++ 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-12T03:41:14.926Z++ 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-12T03:41:14.926Z++ 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-12T03:41:14.926Z++ 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-12T03:41:14.926Z++ case $OLD_SHELL_OPTS in
1142026-05-12T03:41:14.926Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-12T03:41:14.926Z+ 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-12T03:41:14.926Z+ 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-12T03:41:14.926Z+ banner prerequisites
1182026-05-12T03:41:14.926Z
1192026-05-12T03:41:14.926Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-12T03:41:14.926Z # # # # # # # # # # # # # # #
1212026-05-12T03:41:14.926Z # # # # ##### # # ##### # # # # # #### #
1222026-05-12T03:41:14.926Z ##### ##### # ##### # # # # # # # # #
1232026-05-12T03:41:14.926Z # # # # # # # # # # # # # # #
1242026-05-12T03:41:14.927Z # # # ###### # # ###### ### # #### # #### #
1252026-05-12T03:41:14.927Z
1262026-05-12T03:41:14.927Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-12T03:41:16.416Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-12T03:41:16.452Z Startup: Caching catalogs ... Done
1292026-05-12T03:41:16.504ZPlanning: Solver setup ... Done (0.120s)
1302026-05-12T03:41:16.510ZPlanning: Running solver ... Done (0.009s)
1312026-05-12T03:41:16.510ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-12T03:41:16.517ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-12T03:41:16.539ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-12T03:41:16.554ZPlanning: Package planning ... Done (0.013s)
1352026-05-12T03:41:16.557ZPlanning: Merging actions ... Done (0.001s)
1362026-05-12T03:41:16.742ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-05-12T03:41:16.747ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-12T03:41:17.540ZPlanning: Evaluating mediators ... Done (0.800s)
1392026-05-12T03:41:17.543ZPlanning: Planning completed in 1.18 seconds
1402026-05-12T03:41:17.550Z Packages to install: 2
1412026-05-12T03:41:17.550Z Estimated space available: 156.10 GB
1422026-05-12T03:41:17.550ZEstimated space to be consumed: 16.95 MB
1432026-05-12T03:41:17.550Z Create boot environment: No
1442026-05-12T03:41:17.550ZCreate backup boot environment: No
1452026-05-12T03:41:17.551Z Rebuild boot archive: No
1462026-05-12T03:41:17.554Z
1472026-05-12T03:41:17.554ZChanged packages:
1482026-05-12T03:41:17.554Zhelios
1492026-05-12T03:41:17.554Z developer/build-essential
1502026-05-12T03:41:17.554Z None -> 11-3.0
1512026-05-12T03:41:17.554Z library/libxmlsec1
1522026-05-12T03:41:17.554Z None -> 1.2.35-3.0
1532026-05-12T03:41:17.573Z
1542026-05-12T03:41:17.574ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-12T03:41:18.253ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1562026-05-12T03:41:18.322Z Actions: 1/268 actions (Installing new actions)
1572026-05-12T03:41:18.362Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-12T03:41:18.366ZFinalize: Updating package state database ... Done (0.004s)
1592026-05-12T03:41:18.366ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-12T03:41:18.376ZFinalize: Updating image state ... Done (0.011s)
1612026-05-12T03:41:20.735ZFinalize: Creating fast lookup database ... Done (2.339s)
1622026-05-12T03:41:20.804ZFinalize: Reading search index ... Done (0.012s)
1632026-05-12T03:41:20.807ZFinalize: Updating search index ... Done (0.000s)
1642026-05-12T03:41:20.878ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-12T03:41:21.165ZPlanning: Evaluating mediator changes ... Done
1662026-05-12T03:41:21.267ZPlanning: Checking for conflicting actions ... Done
1672026-05-12T03:41:21.271ZPlanning: Consolidating action changes ... Done
1682026-05-12T03:41:21.424ZPlanning: Evaluating mediators ... Done
1692026-05-12T03:41:21.431ZPlanning: Planning completed in 0.26 seconds
1702026-05-12T03:41:21.450Z Mediators to change: 2
1712026-05-12T03:41:21.450Z Create boot environment: No
1722026-05-12T03:41:21.450ZCreate backup boot environment: No
1732026-05-12T03:41:21.551ZFinalize: Updating package state database ... Done
1742026-05-12T03:41:21.551ZFinalize: Updating package cache ... Done
1752026-05-12T03:41:21.557ZFinalize: Updating image state ... Done
1762026-05-12T03:41:23.536ZFinalize: Creating fast lookup database ... Done
1772026-05-12T03:41:23.575ZFinalize: Reading search index ... Done
1782026-05-12T03:41:23.631ZFinalize: Updating search index ... Done
1792026-05-12T03:41:23.647ZFinalize: Updating package cache ... Done
1802026-05-12T03:41:23.927ZPlanning: Evaluating mediator changes ... Done
1812026-05-12T03:41:24.037ZPlanning: Checking for conflicting actions ... Done
1822026-05-12T03:41:24.041ZPlanning: Consolidating action changes ... Done
1832026-05-12T03:41:24.195ZPlanning: Evaluating mediators ... Done
1842026-05-12T03:41:24.218ZPlanning: Planning completed in 0.26 seconds
1852026-05-12T03:41:24.230Z Mediators to change: 1
1862026-05-12T03:41:24.230Z Create boot environment: No
1872026-05-12T03:41:24.230ZCreate backup boot environment: No
1882026-05-12T03:41:24.282ZFinalize: Updating package state database ... Done
1892026-05-12T03:41:24.282ZFinalize: Updating package cache ... Done
1902026-05-12T03:41:24.292ZFinalize: Updating image state ... Done
1912026-05-12T03:41:26.203ZFinalize: Creating fast lookup database ... Done
1922026-05-12T03:41:26.281ZFinalize: Reading search index ... Done
1932026-05-12T03:41:26.313ZFinalize: Updating search index ... Done
1942026-05-12T03:41:26.353ZFinalize: Updating package cache ... Done
1952026-05-12T03:41:26.674ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-12T03:41:26.675Zapache system 2.4 system
1972026-05-12T03:41:26.675Zclang system 15 system
1982026-05-12T03:41:26.675Zcsh system system illumos
1992026-05-12T03:41:26.675Zctags system system illumos
2002026-05-12T03:41:26.675Zfile vendor vendor darwinsys
2012026-05-12T03:41:26.675Zfile system system illumos
2022026-05-12T03:41:26.675Zgcc vendor 14 vendor
2032026-05-12T03:41:26.675Zgcc system 13 system
2042026-05-12T03:41:26.675Zgcc system 10 system
2052026-05-12T03:41:26.675Zgo system 1.25 system
2062026-05-12T03:41:26.675Zllvm system 15 system
2072026-05-12T03:41:26.675Zmariadb system 11.4 system
2082026-05-12T03:41:26.675Zmta vendor vendor dma
2092026-05-12T03:41:26.675Zopenjdk system 17 system
2102026-05-12T03:41:26.675Zopenjdk system 11 system
2112026-05-12T03:41:26.676Zopenssl vendor 3 vendor
2122026-05-12T03:41:26.676Zperl system 5.40 system
2132026-05-12T03:41:26.676Zpostgresql system 18 system
2142026-05-12T03:41:26.676Zpostgresql system 17 system
2152026-05-12T03:41:26.676Zpython vendor 3 vendor
2162026-05-12T03:41:26.676Zpython system 2 system
2172026-05-12T03:41:26.676Zpython3 vendor 3.13 vendor
2182026-05-12T03:41:26.676Zruby system 3.4 system
2192026-05-12T03:41:26.676Zruby system 3.0 system
2202026-05-12T03:41:26.676Zwords vendor vendor american-english
2212026-05-12T03:41:26.676Zwords system system australian-english
2222026-05-12T03:41:26.676Zwords system system british-english
2232026-05-12T03:41:26.676Zwords system system canadian-english
2242026-05-12T03:41:26.677Zwords system system french
2252026-05-12T03:41:26.677Zwords system system italian
2262026-05-12T03:41:26.677Zwords system system ngerman
2272026-05-12T03:41:26.677Zwords system system ogerman
2282026-05-12T03:41:26.677Zwords system system spanish
2292026-05-12T03:41:26.917ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-12T03:41:26.917Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-12T03:41:27.192ZFMRI IFO
2322026-05-12T03:41:27.192Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-12T03:41:27.192Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-12T03:41:27.192Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-12T03:41:27.192Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-12T03:41:27.192Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-12T03:41:27.192Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-12T03:41:27.192Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-12T03:41:27.192Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-12T03:41:27.192Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-12T03:41:27.414Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-12T03:41:27.703Z Updating crates.io index
2432026-05-12T03:41:27.726Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-12T03:41:28.198Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-12T03:41:28.640Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-12T03:41:29.081Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-12T03:41:30.326Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-12T03:41:30.781Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-12T03:41:32.186Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-12T03:41:32.972Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-12T03:41:33.236Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-12T03:41:34.405Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-12T03:41:34.772Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-12T03:41:35.067Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-12T03:41:35.406Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-12T03:41:36.352Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-12T03:41:36.904Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-12T03:41:37.191Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-12T03:41:37.558Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-12T03:41:37.922Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-12T03:41:38.151Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-12T03:41:38.359Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-12T03:41:38.639Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-12T03:41:39.039Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-12T03:41:39.559Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-12T03:41:40.076Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-12T03:41:40.551Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-12T03:41:40.801Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-12T03:41:41.084Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-12T03:41:42.191Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-12T03:41:42.801Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-12T03:41:43.228Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-12T03:41:43.547Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-12T03:41:43.788Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-12T03:41:44.091Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-12T03:41:44.644Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-12T03:41:44.858Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-12T03:41:45.117Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-12T03:41:45.345Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-12T03:41:45.707Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-12T03:41:57.209Z Downloading crates ...
2822026-05-12T03:41:57.307Z Downloaded clap_builder v4.5.60
2832026-05-12T03:41:57.326Z Downloaded thiserror-impl v1.0.69
2842026-05-12T03:41:57.327Z Downloaded generic-array v0.14.7
2852026-05-12T03:41:57.327Z Downloaded clap_derive v4.5.55
2862026-05-12T03:41:57.327Z Downloaded unicode-ident v1.0.24
2872026-05-12T03:41:57.327Z Downloaded version_check v0.9.5
2882026-05-12T03:41:57.327Z Downloaded equivalent v1.0.2
2892026-05-12T03:41:57.327Z Downloaded cfg-if v1.0.4
2902026-05-12T03:41:57.327Z Downloaded usdt-macro v0.5.0
2912026-05-12T03:41:57.327Z Downloaded fs-err v3.3.0
2922026-05-12T03:41:57.327Z Downloaded tinystr v0.8.2
2932026-05-12T03:41:57.327Z Downloaded zerofrom-derive v0.1.6
2942026-05-12T03:41:57.327Z Downloaded dof v0.3.0
2952026-05-12T03:41:57.327Z Downloaded yoke-derive v0.8.1
2962026-05-12T03:41:57.327Z Downloaded toml_datetime v0.6.11
2972026-05-12T03:41:57.327Z Downloaded errno v0.3.14
2982026-05-12T03:41:57.327Z Downloaded unicode-linebreak v0.1.5
2992026-05-12T03:41:57.327Z Downloaded cargo_toml v0.21.0
3002026-05-12T03:41:57.327Z Downloaded icu_properties v2.1.2
3012026-05-12T03:41:57.720Z Downloaded icu_provider v2.1.1
3022026-05-12T03:41:57.720Z Downloaded unicode-xid v0.2.6
3032026-05-12T03:41:57.721Z Downloaded typeid v1.0.3
3042026-05-12T03:41:57.721Z Downloaded getrandom v0.4.1
3052026-05-12T03:41:57.721Z Downloaded utf8parse v0.2.2
3062026-05-12T03:41:57.721Z Downloaded zerofrom v0.1.6
3072026-05-12T03:41:57.721Z Downloaded colorchoice v1.0.4
3082026-05-12T03:41:57.721Z Downloaded cpufeatures v0.2.17
3092026-05-12T03:41:57.721Z Downloaded thread-id v4.2.2
3102026-05-12T03:41:57.721Z Downloaded erased-serde v0.4.9
3112026-05-12T03:41:57.721Z Downloaded crypto-common v0.1.7
3122026-05-12T03:41:57.721Z Downloaded clap_lex v1.0.0
3132026-05-12T03:41:57.721Z Downloaded icu_locale_core v2.1.1
3142026-05-12T03:41:57.721Z Downloaded utf8_iter v1.0.4
3152026-05-12T03:41:57.721Z Downloaded toml_write v0.1.2
3162026-05-12T03:41:57.721Z Downloaded indexmap v2.14.0
3172026-05-12T03:41:57.834Z Downloaded fnv v1.0.7
3182026-05-12T03:41:57.834Z Downloaded dtrace-parser v0.2.0
3192026-05-12T03:41:57.834Z Downloaded cargo_metadata v0.21.0
3202026-05-12T03:41:57.834Z Downloaded heck v0.4.1
3212026-05-12T03:41:57.834Z Downloaded writeable v0.6.2
3222026-05-12T03:41:57.834Z Downloaded usdt-attr-macro v0.5.0
3232026-05-12T03:41:57.834Z Downloaded heck v0.5.0
3242026-05-12T03:41:57.834Z Downloaded terminal_size v0.4.3
3252026-05-12T03:41:57.834Z Downloaded yoke v0.8.1
3262026-05-12T03:41:57.834Z Downloaded idna_adapter v1.2.1
3272026-05-12T03:41:57.834Z Downloaded typenum v1.19.0
3282026-05-12T03:41:57.834Z Downloaded thiserror v2.0.18
3292026-05-12T03:41:57.834Z Downloaded usdt-impl v0.5.0
3302026-05-12T03:41:57.834Z Downloaded thiserror-impl v2.0.18
3312026-05-12T03:41:57.834Z Downloaded fastrand v2.3.0
3322026-05-12T03:41:57.834Z Downloaded serde_tokenstream v0.2.3
3332026-05-12T03:41:57.834Z Downloaded serde-untagged v0.1.9
3342026-05-12T03:41:57.834Z Downloaded icu_normalizer v2.1.1
3352026-05-12T03:41:57.835Z Downloaded usdt v0.5.0
3362026-05-12T03:41:57.835Z Downloaded textwrap v0.16.2
3372026-05-12T03:41:57.835Z Downloaded thiserror v1.0.69
3382026-05-12T03:41:57.835Z Downloaded zmij v1.0.21
3392026-05-12T03:41:57.835Z Downloaded cargo-platform v0.2.0
3402026-05-12T03:41:57.835Z Downloaded smawk v0.3.2
3412026-05-12T03:41:57.835Z Downloaded proc-macro-error-attr v1.0.4
3422026-05-12T03:41:57.835Z Downloaded stable_deref_trait v1.2.1
3432026-05-12T03:41:57.835Z Downloaded form_urlencoded v1.2.2
3442026-05-12T03:41:57.835Z Downloaded serde_spanned v0.6.9
3452026-05-12T03:41:57.835Z Downloaded pretty-hex v0.4.1
3462026-05-12T03:41:57.835Z Downloaded anstream v0.6.21
3472026-05-12T03:41:57.835Z Downloaded toml_edit v0.22.27
3482026-05-12T03:41:57.835Z Downloaded sha2 v0.10.9
3492026-05-12T03:41:57.835Z Downloaded camino-tempfile v1.4.1
3502026-05-12T03:41:57.835Z Downloaded anstyle v1.0.13
3512026-05-12T03:41:57.835Z Downloaded zerocopy-derive v0.7.35
3522026-05-12T03:41:57.835Z Downloaded zerotrie v0.2.3
3532026-05-12T03:41:57.835Z Downloaded toml v0.8.23
3542026-05-12T03:41:57.835Z Downloaded plain v0.2.3
3552026-05-12T03:41:57.835Z Downloaded block-buffer v0.10.4
3562026-05-12T03:41:57.836Z Downloaded ucd-trie v0.1.7
3572026-05-12T03:41:57.836Z Downloaded strsim v0.11.1
3582026-05-12T03:41:57.836Z Downloaded serde-value v0.7.0
3592026-05-12T03:41:57.836Z Downloaded potential_utf v0.1.4
3602026-05-12T03:41:57.836Z Downloaded anstyle-query v1.1.5
3612026-05-12T03:41:57.836Z Downloaded url v2.5.8
3622026-05-12T03:41:57.836Z Downloaded percent-encoding v2.3.2
3632026-05-12T03:41:57.836Z Downloaded macaddr v1.0.1
3642026-05-12T03:41:57.836Z Downloaded memmap v0.7.0
3652026-05-12T03:41:57.836Z Downloaded tabled_derive v0.7.0
3662026-05-12T03:41:57.836Z Downloaded zerovec v0.11.5
3672026-05-12T03:41:57.836Z Downloaded is_terminal_polyfill v1.70.2
3682026-05-12T03:41:57.836Z Downloaded displaydoc v0.2.5
3692026-05-12T03:41:57.836Z Downloaded zerocopy v0.7.35
3702026-05-12T03:41:57.836Z Downloaded synstructure v0.13.2
3712026-05-12T03:41:57.836Z Downloaded winnow v0.7.14
3722026-05-12T03:41:57.836Z Downloaded quote v1.0.45
3732026-05-12T03:41:57.836Z Downloaded swrite v0.1.0
3742026-05-12T03:41:57.836Z Downloaded bytecount v0.6.9
3752026-05-12T03:41:57.836Z Downloaded proc-macro2 v1.0.106
3762026-05-12T03:41:57.836Z Downloaded proc-macro-error v1.0.4
3772026-05-12T03:41:57.836Z Downloaded anyhow v1.0.102
3782026-05-12T03:41:57.836Z Downloaded anstyle-parse v0.2.7
3792026-05-12T03:41:57.836Z Downloaded unicode-width v0.2.0
3802026-05-12T03:41:57.836Z Downloaded unicode-width v0.1.14
3812026-05-12T03:41:57.836Z Downloaded autocfg v1.5.0
3822026-05-12T03:41:57.836Z Downloaded scroll_derive v0.12.1
3832026-05-12T03:41:57.837Z Downloaded itoa v1.0.17
3842026-05-12T03:41:57.837Z Downloaded semver v1.0.28
3852026-05-12T03:41:57.837Z Downloaded cargo-util-schemas v0.8.2
3862026-05-12T03:41:57.837Z Downloaded byteorder v1.5.0
3872026-05-12T03:41:57.837Z Downloaded scroll v0.12.0
3882026-05-12T03:41:57.837Z Downloaded ordered-float v2.10.1
3892026-05-12T03:41:57.837Z Downloaded digest v0.10.7
3902026-05-12T03:41:57.837Z Downloaded camino v1.2.2
3912026-05-12T03:41:57.837Z Downloaded once_cell v1.21.3
3922026-05-12T03:41:57.837Z Downloaded tempfile v3.25.0
3932026-05-12T03:41:57.837Z Downloaded serde_core v1.0.228
3942026-05-12T03:41:57.837Z Downloaded pest_generator v2.8.6
3952026-05-12T03:41:57.837Z Downloaded bitflags v2.11.0
3962026-05-12T03:41:57.837Z Downloaded litemap v0.8.1
3972026-05-12T03:41:57.837Z Downloaded log v0.4.29
3982026-05-12T03:41:57.837Z Downloaded num-traits v0.2.19
3992026-05-12T03:41:57.837Z Downloaded icu_normalizer_data v2.1.1
4002026-05-12T03:41:57.837Z Downloaded serde_derive v1.0.228
4012026-05-12T03:41:57.837Z Downloaded clap v4.5.60
4022026-05-12T03:41:57.837Z Downloaded pest_derive v2.8.6
4032026-05-12T03:41:57.837Z Downloaded smallvec v1.15.1
4042026-05-12T03:41:57.837Z Downloaded serde v1.0.228
4052026-05-12T03:41:57.837Z Downloaded papergrid v0.11.0
4062026-05-12T03:41:57.837Z Downloaded pest_meta v2.8.6
4072026-05-12T03:41:57.837Z Downloaded icu_collections v2.1.1
4082026-05-12T03:41:57.837Z Downloaded memchr v2.8.0
4092026-05-12T03:41:57.838Z Downloaded hashbrown v0.17.0
4102026-05-12T03:41:57.838Z Downloaded icu_properties_data v2.1.2
4112026-05-12T03:41:57.838Z Downloaded idna v1.1.0
4122026-05-12T03:41:57.838Z Downloaded pest v2.8.6
4132026-05-12T03:41:57.838Z Downloaded goblin v0.8.2
4142026-05-12T03:41:57.838Z Downloaded zerovec-derive v0.11.2
4152026-05-12T03:41:57.838Z Downloaded serde_json v1.0.149
4162026-05-12T03:41:57.838Z Downloaded tabled v0.15.0
4172026-05-12T03:41:57.866Z Downloaded syn v1.0.109
4182026-05-12T03:41:57.866Z Downloaded syn v2.0.117
4192026-05-12T03:41:57.866Z Downloaded rustix v1.1.3
4202026-05-12T03:41:57.866Z Downloaded libc v0.2.185
4212026-05-12T03:41:57.866Z Compiling proc-macro2 v1.0.106
4222026-05-12T03:41:57.866Z Compiling unicode-ident v1.0.24
4232026-05-12T03:41:57.866Z Compiling quote v1.0.45
4242026-05-12T03:41:57.866Z Compiling serde_core v1.0.228
4252026-05-12T03:41:57.866Z Compiling libc v0.2.185
4262026-05-12T03:41:57.866Z Compiling version_check v0.9.5
4272026-05-12T03:41:57.866Z Compiling serde v1.0.228
4282026-05-12T03:41:57.867Z Compiling stable_deref_trait v1.2.1
4292026-05-12T03:41:58.075Z Compiling memchr v2.8.0
4302026-05-12T03:41:58.491Z Compiling zmij v1.0.21
4312026-05-12T03:41:58.569Z Compiling itoa v1.0.17
4322026-05-12T03:41:58.569Z Compiling ucd-trie v0.1.7
4332026-05-12T03:41:58.569Z Compiling autocfg v1.5.0
4342026-05-12T03:41:58.591Z Compiling thiserror v1.0.69
4352026-05-12T03:41:58.636Z Compiling pest v2.8.6
4362026-05-12T03:41:58.700Z Compiling litemap v0.8.1
4372026-05-12T03:41:58.899Z Compiling writeable v0.6.2
4382026-05-12T03:41:59.524Z Compiling icu_normalizer_data v2.1.1
4392026-05-12T03:41:59.524Z Compiling rustix v1.1.3
4402026-05-12T03:41:59.525Z Compiling icu_properties_data v2.1.2
4412026-05-12T03:42:00.735Z Compiling byteorder v1.5.0
4422026-05-12T03:42:00.735Z Compiling syn v2.0.117
4432026-05-12T03:42:00.735Z Compiling errno v0.3.14
4442026-05-12T03:42:00.735Z Compiling bitflags v2.11.0
4452026-05-12T03:42:00.735Z Compiling serde_json v1.0.149
4462026-05-12T03:42:00.887Z Compiling num-traits v0.2.19
4472026-05-12T03:42:00.887Z Compiling pest_meta v2.8.6
4482026-05-12T03:42:00.887Z Compiling hashbrown v0.17.0
4492026-05-12T03:42:00.887Z Compiling equivalent v1.0.2
4502026-05-12T03:42:00.887Z Compiling smallvec v1.15.1
4512026-05-12T03:42:00.887Z Compiling typeid v1.0.3
4522026-05-12T03:42:00.887Z Compiling thread-id v4.2.2
4532026-05-12T03:42:00.887Z Compiling indexmap v2.14.0
4542026-05-12T03:42:00.887Z Compiling usdt-impl v0.5.0
4552026-05-12T03:42:00.887Z Compiling proc-macro-error-attr v1.0.4
4562026-05-12T03:42:00.970Z Compiling winnow v0.7.14
4572026-05-12T03:42:00.970Z Compiling erased-serde v0.4.9
4582026-05-12T03:42:00.970Z Compiling toml_write v0.1.2
4592026-05-12T03:42:00.970Z Compiling syn v1.0.109
4602026-05-12T03:42:01.010Z Compiling proc-macro-error v1.0.4
4612026-05-12T03:42:01.010Z Compiling getrandom v0.4.1
4622026-05-12T03:42:01.167Z Compiling camino v1.2.2
4632026-05-12T03:42:01.264Z Compiling utf8parse v0.2.2
4642026-05-12T03:42:01.723Z Compiling thiserror v2.0.18
4652026-05-12T03:42:01.765Z Compiling log v0.4.29
4662026-05-12T03:42:01.765Z Compiling utf8_iter v1.0.4
4672026-05-12T03:42:01.765Z Compiling plain v0.2.3
4682026-05-12T03:42:01.765Z Compiling percent-encoding v2.3.2
4692026-05-12T03:42:01.765Z Compiling ordered-float v2.10.1
4702026-05-12T03:42:01.765Z Compiling anstyle-parse v0.2.7
4712026-05-12T03:42:01.765Z Compiling form_urlencoded v1.2.2
4722026-05-12T03:42:01.865Z Compiling synstructure v0.13.2
4732026-05-12T03:42:01.900Z Compiling pest_generator v2.8.6
4742026-05-12T03:42:01.916Z Compiling terminal_size v0.4.3
4752026-05-12T03:42:02.071Z Compiling pretty-hex v0.4.1
4762026-05-12T03:42:02.209Z Compiling is_terminal_polyfill v1.70.2
4772026-05-12T03:42:02.259Z Compiling anstyle-query v1.1.5
4782026-05-12T03:42:02.302Z Compiling anstyle v1.0.13
4792026-05-12T03:42:02.343Z Compiling cfg-if v1.0.4
4802026-05-12T03:42:02.378Z Compiling colorchoice v1.0.4
4812026-05-12T03:42:02.437Z Compiling serde-untagged v0.1.9
4822026-05-12T03:42:02.519Z Compiling anstream v0.6.21
4832026-05-12T03:42:02.547Z Compiling semver v1.0.28
4842026-05-12T03:42:02.627Z Compiling fs-err v3.3.0
4852026-05-12T03:42:02.681Z Compiling anyhow v1.0.102
4862026-05-12T03:42:02.757Z Compiling bytecount v0.6.9
4872026-05-12T03:42:02.781Z Compiling unicode-width v0.1.14
4882026-05-12T03:42:02.900Z Compiling clap_lex v1.0.0
4892026-05-12T03:42:02.944Z Compiling once_cell v1.21.3
4902026-05-12T03:42:02.944Z Compiling fnv v1.0.7
4912026-05-12T03:42:03.000Z Compiling unicode-xid v0.2.6
4922026-05-12T03:42:03.474Z Compiling heck v0.4.1
4932026-05-12T03:42:03.530Z Compiling fastrand v2.3.0
4942026-05-12T03:42:03.530Z Compiling strsim v0.11.1
4952026-05-12T03:42:03.530Z Compiling heck v0.5.0
4962026-05-12T03:42:03.530Z Compiling tempfile v3.25.0
4972026-05-12T03:42:03.530Z Compiling clap_builder v4.5.60
4982026-05-12T03:42:03.530Z Compiling papergrid v0.11.0
4992026-05-12T03:42:03.618Z Compiling serde_derive v1.0.228
5002026-05-12T03:42:03.666Z Compiling zerofrom-derive v0.1.6
5012026-05-12T03:42:03.666Z Compiling yoke-derive v0.8.1
5022026-05-12T03:42:03.729Z Compiling zerovec-derive v0.11.2
5032026-05-12T03:42:03.947Z Compiling displaydoc v0.2.5
5042026-05-12T03:42:04.660Z Compiling thiserror-impl v1.0.69
5052026-05-12T03:42:04.728Z Compiling zerocopy-derive v0.7.35
5062026-05-12T03:42:04.773Z Compiling pest_derive v2.8.6
5072026-05-12T03:42:04.853Z Compiling scroll_derive v0.12.1
5082026-05-12T03:42:04.926Z Compiling zerofrom v0.1.6
5092026-05-12T03:42:05.061Z Compiling yoke v0.8.1
5102026-05-12T03:42:05.589Z Compiling thiserror-impl v2.0.18
5112026-05-12T03:42:05.644Z Compiling zerovec v0.11.5
5122026-05-12T03:42:05.644Z Compiling zerotrie v0.2.3
5132026-05-12T03:42:05.644Z Compiling zerocopy v0.7.35
5142026-05-12T03:42:05.728Z Compiling tinystr v0.8.2
5152026-05-12T03:42:05.762Z Compiling potential_utf v0.1.4
5162026-05-12T03:42:05.921Z Compiling icu_locale_core v2.1.1
5172026-05-12T03:42:05.983Z Compiling icu_collections v2.1.1
5182026-05-12T03:42:06.023Z Compiling dtrace-parser v0.2.0
5192026-05-12T03:42:06.133Z Compiling scroll v0.12.0
5202026-05-12T03:42:06.324Z Compiling tabled_derive v0.7.0
5212026-05-12T03:42:06.795Z Compiling goblin v0.8.2
5222026-05-12T03:42:06.905Z Compiling clap_derive v4.5.55
5232026-05-12T03:42:06.905Z Compiling icu_provider v2.1.1
5242026-05-12T03:42:06.905Z Compiling memmap v0.7.0
5252026-05-12T03:42:06.995Z Compiling unicode-width v0.2.0
5262026-05-12T03:42:07.043Z Compiling serde_spanned v0.6.9
5272026-05-12T03:42:07.043Z Compiling toml_datetime v0.6.11
5282026-05-12T03:42:07.043Z Compiling icu_properties v2.1.2
5292026-05-12T03:42:07.083Z Compiling icu_normalizer v2.1.1
5302026-05-12T03:42:07.145Z Compiling dof v0.3.0
5312026-05-12T03:42:07.185Z Compiling serde_tokenstream v0.2.3
5322026-05-12T03:42:07.247Z Compiling toml_edit v0.22.27
5332026-05-12T03:42:07.290Z Compiling serde-value v0.7.0
5342026-05-12T03:42:07.515Z Compiling cargo-platform v0.2.0
5352026-05-12T03:42:07.562Z Compiling smawk v0.3.2
5362026-05-12T03:42:07.649Z Compiling unicode-linebreak v0.1.5
5372026-05-12T03:42:07.742Z Compiling tabled v0.15.0
5382026-05-12T03:42:07.788Z Compiling macaddr v1.0.1
5392026-05-12T03:42:07.918Z Compiling idna_adapter v1.2.1
5402026-05-12T03:42:08.089Z Compiling idna v1.1.0
5412026-05-12T03:42:08.096Z Compiling textwrap v0.16.2
5422026-05-12T03:42:08.159Z Compiling usdt-attr-macro v0.5.0
5432026-05-12T03:42:08.223Z Compiling usdt-macro v0.5.0
5442026-05-12T03:42:08.490Z Compiling url v2.5.8
5452026-05-12T03:42:08.518Z Compiling clap v4.5.60
5462026-05-12T03:42:08.699Z Compiling toml v0.8.23
5472026-05-12T03:42:08.844Z Compiling camino-tempfile v1.4.1
5482026-05-12T03:42:08.851Z Compiling swrite v0.1.0
5492026-05-12T03:42:08.994Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-12T03:42:09.103Z Compiling cargo-util-schemas v0.8.2
5512026-05-12T03:42:09.254Z Compiling cargo_toml v0.21.0
5522026-05-12T03:42:09.553Z Compiling usdt v0.5.0
5532026-05-12T03:42:09.987Z Compiling cargo_metadata v0.21.0
5542026-05-12T03:42:10.914Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-12T03:42:12.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.71s
5562026-05-12T03:42:13.498Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-12T03:42:14.818Z Downloading crates ...
5582026-05-12T03:42:14.932Z Downloaded atomic-waker v1.1.2
5592026-05-12T03:42:14.932Z Downloaded crc8 v0.1.1
5602026-05-12T03:42:14.932Z Downloaded crunchy v0.2.4
5612026-05-12T03:42:14.932Z Downloaded curve25519-dalek-derive v0.1.1
5622026-05-12T03:42:14.932Z Downloaded bcs v0.1.6
5632026-05-12T03:42:14.932Z Downloaded daft-derive v0.1.5
5642026-05-12T03:42:14.932Z Downloaded display-error-chain v0.2.2
5652026-05-12T03:42:14.932Z Downloaded daft v0.1.5
5662026-05-12T03:42:14.932Z Downloaded darling_macro v0.21.3
5672026-05-12T03:42:14.932Z Downloaded dirs-next v2.0.0
5682026-05-12T03:42:14.932Z Downloaded array-init v0.0.4
5692026-05-12T03:42:14.932Z Downloaded diesel_table_macro_syntax v0.3.0
5702026-05-12T03:42:14.933Z Downloaded fd-lock v4.0.4
5712026-05-12T03:42:14.933Z Downloaded embedded-io v0.4.0
5722026-05-12T03:42:14.933Z Downloaded const_format v0.2.35
5732026-05-12T03:42:14.933Z Downloaded bzip2 v0.4.4
5742026-05-12T03:42:14.933Z Downloaded downcast-rs v2.0.2
5752026-05-12T03:42:14.933Z Downloaded bb8 v0.8.6
5762026-05-12T03:42:14.933Z Downloaded aead v0.5.2
5772026-05-12T03:42:14.933Z Downloaded base16ct v0.2.0
5782026-05-12T03:42:14.933Z Downloaded either v1.15.0
5792026-05-12T03:42:14.934Z Downloaded async-stream-impl v0.3.6
5802026-05-12T03:42:14.934Z Downloaded dtrace-parser v0.3.0
5812026-05-12T03:42:14.934Z Downloaded derive_builder_core v0.20.2
5822026-05-12T03:42:14.934Z Downloaded env_filter v1.0.0
5832026-05-12T03:42:14.934Z Downloaded ctr v0.9.2
5842026-05-12T03:42:14.934Z Downloaded crossbeam-deque v0.8.6
5852026-05-12T03:42:14.934Z Downloaded ecdsa v0.16.9
5862026-05-12T03:42:14.934Z Downloaded cargo_metadata v0.19.2
5872026-05-12T03:42:14.934Z Downloaded darling_macro v0.20.11
5882026-05-12T03:42:14.934Z Downloaded backon v1.6.0
5892026-05-12T03:42:14.934Z Downloaded fixedbitset v0.5.7
5902026-05-12T03:42:14.934Z Downloaded ascii-canvas v3.0.0
5912026-05-12T03:42:14.934Z Downloaded async-stream v0.3.6
5922026-05-12T03:42:14.934Z Downloaded filetime v0.2.27
5932026-05-12T03:42:14.934Z Downloaded defmt-macros v1.0.1
5942026-05-12T03:42:14.934Z Downloaded dof v0.4.0
5952026-05-12T03:42:14.934Z Downloaded darling v0.21.3
5962026-05-12T03:42:14.934Z Downloaded backoff v0.4.0
5972026-05-12T03:42:14.934Z Downloaded arrayvec v0.7.6
5982026-05-12T03:42:14.934Z Downloaded aes v0.8.4
5992026-05-12T03:42:14.934Z Downloaded allocator-api2 v0.2.21
6002026-05-12T03:42:14.934Z Downloaded base64 v0.21.7
6012026-05-12T03:42:14.934Z Downloaded foreign-types v0.5.0
6022026-05-12T03:42:14.934Z Downloaded endian-type v0.1.2
6032026-05-12T03:42:14.934Z Downloaded difflib v0.4.0
6042026-05-12T03:42:14.934Z Downloaded defmt-parser v1.0.0
6052026-05-12T03:42:14.934Z Downloaded block-padding v0.3.3
6062026-05-12T03:42:14.934Z Downloaded darling_macro v0.23.0
6072026-05-12T03:42:14.934Z Downloaded flagset v0.4.7
6082026-05-12T03:42:14.934Z Downloaded embedded-io v0.6.1
6092026-05-12T03:42:14.934Z Downloaded document-features v0.2.12
6102026-05-12T03:42:14.934Z Downloaded cargo-platform v0.1.9
6112026-05-12T03:42:14.934Z Downloaded der_derive v0.7.3
6122026-05-12T03:42:14.934Z Downloaded dsl_auto_type v0.2.0
6132026-05-12T03:42:14.934Z Downloaded cpufeatures v0.3.0
6142026-05-12T03:42:14.934Z Downloaded ciborium-io v0.2.2
6152026-05-12T03:42:14.934Z Downloaded cfg_aliases v0.1.1
6162026-05-12T03:42:14.934Z Downloaded dropshot-api-manager-types v0.7.1
6172026-05-12T03:42:14.934Z Downloaded debug-ignore v1.0.5
6182026-05-12T03:42:14.935Z Downloaded base64 v0.22.1
6192026-05-12T03:42:14.935Z Downloaded dropshot_endpoint v0.16.7
6202026-05-12T03:42:14.935Z Downloaded bitfield-macros v0.19.4
6212026-05-12T03:42:14.935Z Downloaded atty v0.2.14
6222026-05-12T03:42:14.935Z Downloaded cstr-argument v0.1.2
6232026-05-12T03:42:14.935Z Downloaded crc v3.4.0
6242026-05-12T03:42:14.935Z Downloaded assert_matches v1.5.0
6252026-05-12T03:42:14.935Z Downloaded float-ord v0.3.2
6262026-05-12T03:42:14.935Z Downloaded dunce v1.0.5
6272026-05-12T03:42:14.936Z Downloaded foreign-types-macros v0.2.3
6282026-05-12T03:42:14.936Z Downloaded derive_builder_macro v0.20.2
6292026-05-12T03:42:14.936Z Downloaded convert_case v0.4.0
6302026-05-12T03:42:14.936Z Downloaded adler2 v2.0.1
6312026-05-12T03:42:14.936Z Downloaded float-cmp v0.10.0
6322026-05-12T03:42:14.936Z Downloaded dirs-sys-next v0.1.2
6332026-05-12T03:42:14.936Z Downloaded castaway v0.2.4
6342026-05-12T03:42:14.936Z Downloaded compression-core v0.4.31
6352026-05-12T03:42:14.936Z Downloaded futures-macro v0.3.32
6362026-05-12T03:42:14.936Z Downloaded dyn-clone v1.0.20
6372026-05-12T03:42:14.936Z Downloaded crucible-workspace-hack v0.1.0
6382026-05-12T03:42:14.936Z Downloaded ff v0.13.1
6392026-05-12T03:42:14.936Z Downloaded foreign-types-shared v0.3.1
6402026-05-12T03:42:14.936Z Downloaded foreign-types v0.3.2
6412026-05-12T03:42:14.936Z Downloaded atomicwrites v0.4.4
6422026-05-12T03:42:14.936Z Downloaded argon2 v0.5.3
6432026-05-12T03:42:14.936Z Downloaded futures-io v0.3.32
6442026-05-12T03:42:14.936Z Downloaded bcrypt-pbkdf v0.10.0
6452026-05-12T03:42:14.936Z Downloaded funty v2.0.0
6462026-05-12T03:42:14.936Z Downloaded foreign-types-shared v0.1.1
6472026-05-12T03:42:14.936Z Downloaded fixedbitset v0.4.2
6482026-05-12T03:42:14.936Z Downloaded async-trait v0.1.89
6492026-05-12T03:42:14.936Z Downloaded async-recursion v1.1.1
6502026-05-12T03:42:14.936Z Downloaded convert_case v0.10.0
6512026-05-12T03:42:14.936Z Downloaded futures-core v0.3.32
6522026-05-12T03:42:14.936Z Downloaded camino-tempfile-ext v0.3.3
6532026-05-12T03:42:14.936Z Downloaded bit-vec v0.8.0
6542026-05-12T03:42:14.936Z Downloaded diesel-dtrace v0.5.0
6552026-05-12T03:42:14.936Z Downloaded flume v0.11.1
6562026-05-12T03:42:14.936Z Downloaded darling_core v0.21.3
6572026-05-12T03:42:14.936Z Downloaded bitflags v1.3.2
6582026-05-12T03:42:15.043Z Downloaded fallible-iterator v0.2.0
6592026-05-12T03:42:15.043Z Downloaded globwalk v0.9.1
6602026-05-12T03:42:15.043Z Downloaded cobs v0.3.0
6612026-05-12T03:42:15.044Z Downloaded git-stub v1.0.0
6622026-05-12T03:42:15.044Z Downloaded derive_more v2.1.1
6632026-05-12T03:42:15.044Z Downloaded hex-literal v0.4.1
6642026-05-12T03:42:15.044Z Downloaded futures-task v0.3.32
6652026-05-12T03:42:15.044Z Downloaded bitfield-struct v0.6.2
6662026-05-12T03:42:15.044Z Downloaded bit-set v0.5.3
6672026-05-12T03:42:15.045Z Downloaded fs-err v2.11.0
6682026-05-12T03:42:15.045Z Downloaded hex v0.4.3
6692026-05-12T03:42:15.045Z Downloaded gethostname v0.5.0
6702026-05-12T03:42:15.045Z Downloaded cfg_aliases v0.2.1
6712026-05-12T03:42:15.045Z Downloaded headers-core v0.3.0
6722026-05-12T03:42:15.045Z Downloaded hash32 v0.3.1
6732026-05-12T03:42:15.045Z Downloaded hash32 v0.2.1
6742026-05-12T03:42:15.045Z Downloaded critical-section v1.2.0
6752026-05-12T03:42:15.045Z Downloaded env_logger v0.11.9
6762026-05-12T03:42:15.045Z Downloaded ghash v0.5.1
6772026-05-12T03:42:15.045Z Downloaded futures-sink v0.3.32
6782026-05-12T03:42:15.046Z Downloaded erased-serde v0.3.31
6792026-05-12T03:42:15.046Z Downloaded ena v0.14.4
6802026-05-12T03:42:15.046Z Downloaded der v0.7.10
6812026-05-12T03:42:15.046Z Downloaded find-msvc-tools v0.1.9
6822026-05-12T03:42:15.046Z Downloaded defmt v0.3.100
6832026-05-12T03:42:15.046Z Downloaded darling v0.20.11
6842026-05-12T03:42:15.046Z Downloaded fxhash v0.2.1
6852026-05-12T03:42:15.046Z Downloaded defmt v1.0.1
6862026-05-12T03:42:15.046Z Downloaded enum-as-inner v0.6.1
6872026-05-12T03:42:15.046Z Downloaded ed25519 v2.2.3
6882026-05-12T03:42:15.046Z Downloaded deranged v0.5.8
6892026-05-12T03:42:15.046Z Downloaded cmake v0.1.57
6902026-05-12T03:42:15.046Z Downloaded foldhash v0.1.5
6912026-05-12T03:42:15.046Z Downloaded data-encoding v2.10.0
6922026-05-12T03:42:15.046Z Downloaded bit-set v0.8.0
6932026-05-12T03:42:15.046Z Downloaded ciborium-ll v0.2.2
6942026-05-12T03:42:15.046Z Downloaded bitfield v0.19.4
6952026-05-12T03:42:15.046Z Downloaded home v0.5.12
6962026-05-12T03:42:15.046Z Downloaded compression-codecs v0.4.37
6972026-05-12T03:42:15.046Z Downloaded cassowary v0.3.0
6982026-05-12T03:42:15.046Z Downloaded fs_extra v1.3.0
6992026-05-12T03:42:15.046Z Downloaded drift v0.1.4
7002026-05-12T03:42:15.046Z Downloaded hyper-tls v0.6.0
7012026-05-12T03:42:15.046Z Downloaded httpdate v1.0.3
7022026-05-12T03:42:15.046Z Downloaded crossbeam-epoch v0.9.18
7032026-05-12T03:42:15.046Z Downloaded crc32fast v1.5.0
7042026-05-12T03:42:15.046Z Downloaded http-range v0.1.5
7052026-05-12T03:42:15.046Z Downloaded expectorate v1.2.0
7062026-05-12T03:42:15.046Z Downloaded git-stub-vcs v0.1.0
7072026-05-12T03:42:15.047Z Downloaded async-bb8-diesel v0.2.1
7082026-05-12T03:42:15.047Z Downloaded globset v0.4.18
7092026-05-12T03:42:15.047Z Downloaded diff v0.1.13
7102026-05-12T03:42:15.047Z Downloaded indoc v1.0.9
7112026-05-12T03:42:15.047Z Downloaded http-body v1.0.1
7122026-05-12T03:42:15.047Z Downloaded corncobs v0.1.4
7132026-05-12T03:42:15.047Z Downloaded blake2 v0.10.6
7142026-05-12T03:42:15.047Z Downloaded cookie_store v0.22.1
7152026-05-12T03:42:15.047Z Downloaded is-terminal v0.4.17
7162026-05-12T03:42:15.047Z Downloaded des v0.8.1
7172026-05-12T03:42:15.047Z Downloaded console v0.16.2
7182026-05-12T03:42:15.047Z Downloaded console v0.15.11
7192026-05-12T03:42:15.047Z Downloaded cipher v0.4.4
7202026-05-12T03:42:15.047Z Downloaded arrayref v0.3.9
7212026-05-12T03:42:15.047Z Downloaded futures-executor v0.3.32
7222026-05-12T03:42:15.047Z Downloaded hubpack v0.1.2
7232026-05-12T03:42:15.047Z Downloaded crc-catalog v2.4.0
7242026-05-12T03:42:15.047Z Downloaded foldhash v0.2.0
7252026-05-12T03:42:15.047Z Downloaded bit-vec v0.6.3
7262026-05-12T03:42:15.047Z Downloaded base64ct v1.8.3
7272026-05-12T03:42:15.047Z Downloaded derive-ex v0.1.8
7282026-05-12T03:42:15.047Z Downloaded constant_time_eq v0.4.2
7292026-05-12T03:42:15.047Z Downloaded futures-channel v0.3.32
7302026-05-12T03:42:15.047Z Downloaded buf-list v1.1.2
7312026-05-12T03:42:15.047Z Downloaded derive_builder v0.20.2
7322026-05-12T03:42:15.047Z Downloaded keccak v0.1.6
7332026-05-12T03:42:15.047Z Downloaded is_ci v1.2.0
7342026-05-12T03:42:15.047Z Downloaded darling v0.23.0
7352026-05-12T03:42:15.047Z Downloaded chacha20 v0.9.1
7362026-05-12T03:42:15.047Z Downloaded cbc v0.1.2
7372026-05-12T03:42:15.047Z Downloaded inout v0.1.4
7382026-05-12T03:42:15.047Z Downloaded highway v1.3.0
7392026-05-12T03:42:15.047Z Downloaded lazy_static v1.5.0
7402026-05-12T03:42:15.047Z Downloaded indent_write v2.2.0
7412026-05-12T03:42:15.047Z Downloaded ident_case v1.0.1
7422026-05-12T03:42:15.047Z Downloaded hubpack_derive v0.1.1
7432026-05-12T03:42:15.047Z Downloaded internet-checksum v0.2.1
7442026-05-12T03:42:15.048Z Downloaded instant v0.1.13
7452026-05-12T03:42:15.048Z Downloaded cexpr v0.6.0
7462026-05-12T03:42:15.048Z Downloaded byte-wrapper v0.1.0
7472026-05-12T03:42:15.048Z Downloaded http-body-util v0.1.3
7482026-05-12T03:42:15.048Z Downloaded crossbeam-utils v0.8.21
7492026-05-12T03:42:15.048Z Downloaded blowfish v0.9.1
7502026-05-12T03:42:15.048Z Downloaded csv-core v0.1.13
7512026-05-12T03:42:15.048Z Downloaded glob v0.3.3
7522026-05-12T03:42:15.048Z Downloaded lru-cache v0.1.2
7532026-05-12T03:42:15.048Z Downloaded cancel-safe-futures v0.1.5
7542026-05-12T03:42:15.048Z Downloaded const_format_proc_macros v0.2.34
7552026-05-12T03:42:15.048Z Downloaded libscf-sys v1.1.0
7562026-05-12T03:42:15.048Z Downloaded colored v3.1.1
7572026-05-12T03:42:15.048Z Downloaded bzip2 v0.6.1
7582026-05-12T03:42:15.080Z Downloaded colored v2.2.0
7592026-05-12T03:42:15.080Z Downloaded ciborium v0.2.2
7602026-05-12T03:42:15.080Z Downloaded indoc v2.0.7
7612026-05-12T03:42:15.080Z Downloaded instability v0.3.11
7622026-05-12T03:42:15.080Z Downloaded impl-trait-for-tuples v0.2.3
7632026-05-12T03:42:15.080Z Downloaded ipnet v2.11.0
7642026-05-12T03:42:15.080Z Downloaded hostname v0.4.2
7652026-05-12T03:42:15.080Z Downloaded match_cfg v0.1.0
7662026-05-12T03:42:15.080Z Downloaded lru v0.12.5
7672026-05-12T03:42:15.080Z Downloaded linked-hash-map v0.5.6
7682026-05-12T03:42:15.081Z Downloaded fatfs v0.3.6
7692026-05-12T03:42:15.081Z Downloaded ahash v0.8.12
7702026-05-12T03:42:15.081Z Downloaded ingot v0.1.1
7712026-05-12T03:42:15.081Z Downloaded elliptic-curve v0.13.8
7722026-05-12T03:42:15.081Z Downloaded lalrpop-util v0.19.12
7732026-05-12T03:42:15.081Z Downloaded dropshot_endpoint v0.17.0
7742026-05-12T03:42:15.081Z Downloaded md5 v0.7.0
7752026-05-12T03:42:15.081Z Downloaded lru-slab v0.1.2
7762026-05-12T03:42:15.081Z Downloaded maplit v1.0.2
7772026-05-12T03:42:15.081Z Downloaded maybe-uninit v2.0.0
7782026-05-12T03:42:15.081Z Downloaded clang-sys v1.8.1
7792026-05-12T03:42:15.081Z Downloaded newtype-uuid-macros v0.1.0
7802026-05-12T03:42:15.081Z Downloaded nodrop v0.1.14
7812026-05-12T03:42:15.081Z Downloaded memoffset v0.9.1
7822026-05-12T03:42:15.081Z Downloaded newline-converter v0.3.0
7832026-05-12T03:42:15.081Z Downloaded chacha20 v0.10.0
7842026-05-12T03:42:15.081Z Downloaded const-oid v0.9.6
7852026-05-12T03:42:15.081Z Downloaded hmac v0.12.1
7862026-05-12T03:42:15.081Z Downloaded libefi-sys v0.1.0
7872026-05-12T03:42:15.081Z Downloaded half v1.8.3
7882026-05-12T03:42:15.081Z Downloaded derive_more v0.99.20
7892026-05-12T03:42:15.081Z Downloaded normalize-line-endings v0.3.0
7902026-05-12T03:42:15.081Z Downloaded mime v0.3.17
7912026-05-12T03:42:15.081Z Downloaded derive-where v1.6.0
7922026-05-12T03:42:15.081Z Downloaded new_debug_unreachable v1.0.6
7932026-05-12T03:42:15.081Z Downloaded jobserver v0.1.34
7942026-05-12T03:42:15.081Z Downloaded humantime v2.3.0
7952026-05-12T03:42:15.081Z Downloaded nonempty v0.12.0
7962026-05-12T03:42:15.081Z Downloaded darling_core v0.23.0
7972026-05-12T03:42:15.081Z Downloaded ipnetwork v0.21.1
7982026-05-12T03:42:15.081Z Downloaded ingot-types v0.1.2
7992026-05-12T03:42:15.081Z Downloaded group v0.13.0
8002026-05-12T03:42:15.081Z Downloaded hyper-staticfile v0.10.1
8012026-05-12T03:42:15.082Z Downloaded libsw-core v0.3.2
8022026-05-12T03:42:15.082Z Downloaded libsw v3.5.0
8032026-05-12T03:42:15.082Z Downloaded ingot-macros v0.1.1
8042026-05-12T03:42:15.082Z Downloaded iana-time-zone v0.1.65
8052026-05-12T03:42:15.082Z Downloaded libloading v0.8.9
8062026-05-12T03:42:15.082Z Downloaded cookie v0.18.1
8072026-05-12T03:42:15.082Z Downloaded num v0.4.3
8082026-05-12T03:42:15.082Z Downloaded num_enum_derive v0.5.11
8092026-05-12T03:42:15.082Z Downloaded num-derive v0.3.3
8102026-05-12T03:42:15.082Z Downloaded openssl-macros v0.1.1
8112026-05-12T03:42:15.082Z Downloaded olpc-cjson v0.1.4
8122026-05-12T03:42:15.082Z Downloaded num_threads v0.1.7
8132026-05-12T03:42:15.082Z Downloaded packed_struct_codegen v0.10.1
8142026-05-12T03:42:15.082Z Downloaded lzss v0.8.2
8152026-05-12T03:42:15.082Z Downloaded managed v0.8.0
8162026-05-12T03:42:15.083Z Downloaded openssl-probe v0.1.6
8172026-05-12T03:42:15.083Z Downloaded opaque-debug v0.3.1
8182026-05-12T03:42:15.083Z Downloaded num-iter v0.1.45
8192026-05-12T03:42:15.083Z Downloaded hyper-rustls v0.27.7
8202026-05-12T03:42:15.083Z Downloaded getrandom v0.2.17
8212026-05-12T03:42:15.083Z Downloaded num-conv v0.2.0
8222026-05-12T03:42:15.083Z Downloaded path-slash v0.1.5
8232026-05-12T03:42:15.083Z Downloaded pbkdf2 v0.12.2
8242026-05-12T03:42:15.083Z Downloaded peg-runtime v0.8.5
8252026-05-12T03:42:15.083Z Downloaded getrandom v0.3.4
8262026-05-12T03:42:15.083Z Downloaded openssl-probe v0.2.1
8272026-05-12T03:42:15.083Z Downloaded multimap v0.10.1
8282026-05-12T03:42:15.083Z Downloaded crypto-bigint v0.5.5
8292026-05-12T03:42:15.083Z Downloaded nu-ansi-term v0.50.3
8302026-05-12T03:42:15.083Z Downloaded half v2.7.1
8312026-05-12T03:42:15.083Z Downloaded oso-derive v0.27.3
8322026-05-12T03:42:15.083Z Downloaded ignore v0.4.25
8332026-05-12T03:42:15.083Z Downloaded native-tls v0.2.18
8342026-05-12T03:42:15.083Z Downloaded hostname v0.3.1
8352026-05-12T03:42:15.083Z Downloaded newtype_derive v0.1.6
8362026-05-12T03:42:15.083Z Downloaded parse-display v0.10.0
8372026-05-12T03:42:15.083Z Downloaded nanorand v0.7.0
8382026-05-12T03:42:15.083Z Downloaded num_enum v0.7.5
8392026-05-12T03:42:15.083Z Downloaded pbkdf2 v0.11.0
8402026-05-12T03:42:15.083Z Downloaded phf_shared v0.13.1
8412026-05-12T03:42:15.083Z Downloaded multer v3.1.0
8422026-05-12T03:42:15.083Z Downloaded crossterm v0.28.1
8432026-05-12T03:42:15.083Z Downloaded newtype-uuid v1.3.2
8442026-05-12T03:42:15.083Z Downloaded compact_str v0.8.1
8452026-05-12T03:42:15.083Z Downloaded litrs v1.0.0
8462026-05-12T03:42:15.083Z Downloaded ed25519-dalek v2.2.0
8472026-05-12T03:42:15.083Z Downloaded flate2 v1.1.9
8482026-05-12T03:42:15.083Z Downloaded memmap2 v0.9.10
8492026-05-12T03:42:15.083Z Downloaded num-integer v0.1.46
8502026-05-12T03:42:15.083Z Downloaded num-derive v0.4.2
8512026-05-12T03:42:15.083Z Downloaded arc-swap v1.8.2
8522026-05-12T03:42:15.083Z Downloaded predicates-tree v1.0.13
8532026-05-12T03:42:15.083Z Downloaded darling_core v0.20.11
8542026-05-12T03:42:15.083Z Downloaded powerfmt v0.2.0
8552026-05-12T03:42:15.083Z Downloaded bytes v1.11.1
8562026-05-12T03:42:15.084Z Downloaded proc-macro-crate v1.3.1
8572026-05-12T03:42:15.084Z Downloaded predicates-core v1.0.10
8582026-05-12T03:42:15.117Z Downloaded precomputed-hash v0.1.1
8592026-05-12T03:42:15.117Z Downloaded diesel_derives v2.3.7
8602026-05-12T03:42:15.117Z Downloaded libbz2-rs-sys v0.2.2
8612026-05-12T03:42:15.117Z Downloaded pin-utils v0.1.0
8622026-05-12T03:42:15.117Z Downloaded lock_api v0.4.14
8632026-05-12T03:42:15.117Z Downloaded phf_shared v0.12.1
8642026-05-12T03:42:15.117Z Downloaded parse-size v1.1.0
8652026-05-12T03:42:15.117Z Downloaded num_enum v0.5.11
8662026-05-12T03:42:15.117Z Downloaded num-complex v0.4.6
8672026-05-12T03:42:15.117Z Downloaded proc-macro-crate v3.4.0
8682026-05-12T03:42:15.117Z Downloaded mime_guess v2.0.5
8692026-05-12T03:42:15.117Z Downloaded md-5 v0.10.6
8702026-05-12T03:42:15.117Z Downloaded linear-map v1.2.0
8712026-05-12T03:42:15.117Z Downloaded progenitor-client v0.14.0
8722026-05-12T03:42:15.117Z Downloaded packed_struct v0.10.1
8732026-05-12T03:42:15.117Z Downloaded httparse v1.10.1
8742026-05-12T03:42:15.117Z Downloaded phf v0.12.1
8752026-05-12T03:42:15.117Z Downloaded pem v3.0.6
8762026-05-12T03:42:15.117Z Downloaded peg v0.8.5
8772026-05-12T03:42:15.117Z Downloaded progenitor-client v0.11.2
8782026-05-12T03:42:15.117Z Downloaded chacha20poly1305 v0.10.1
8792026-05-12T03:42:15.118Z Downloaded derive_more-impl v2.1.1
8802026-05-12T03:42:15.118Z Downloaded omicron-zone-package v0.12.2
8812026-05-12T03:42:15.118Z Downloaded nibble_vec v0.1.0
8822026-05-12T03:42:15.118Z Downloaded psl-types v2.0.11
8832026-05-12T03:42:15.118Z Downloaded oxnet v0.1.4
8842026-05-12T03:42:15.118Z Downloaded oxide-tokio-rt v0.1.4
8852026-05-12T03:42:15.118Z Downloaded num-rational v0.4.2
8862026-05-12T03:42:15.118Z Downloaded phf v0.13.1
8872026-05-12T03:42:15.118Z Downloaded kstat-rs v0.2.4
8882026-05-12T03:42:15.118Z Downloaded futures v0.3.32
8892026-05-12T03:42:15.118Z Downloaded proc-macro-error-attr2 v2.0.0
8902026-05-12T03:42:15.118Z Downloaded password-hash v0.4.2
8912026-05-12T03:42:15.118Z Downloaded parking_lot_core v0.8.6
8922026-05-12T03:42:15.118Z Downloaded ar_archive_writer v0.5.1
8932026-05-12T03:42:15.118Z Downloaded dropshot-api-manager v0.7.1
8942026-05-12T03:42:15.118Z Downloaded headers v0.4.1
8952026-05-12T03:42:15.118Z Downloaded polyval v0.6.2
8962026-05-12T03:42:15.118Z Downloaded cc v1.2.56
8972026-05-12T03:42:15.118Z Downloaded poly1305 v0.8.0
8982026-05-12T03:42:15.118Z Downloaded radium v0.7.0
8992026-05-12T03:42:15.118Z Downloaded pkg-config v0.3.32
9002026-05-12T03:42:15.118Z Downloaded parking_lot_core v0.9.12
9012026-05-12T03:42:15.119Z Downloaded hickory-resolver v0.24.4
9022026-05-12T03:42:15.119Z Downloaded peg-macros v0.8.5
9032026-05-12T03:42:15.119Z Downloaded async-compression v0.4.41
9042026-05-12T03:42:15.119Z Downloaded heapless v0.7.17
9052026-05-12T03:42:15.120Z Downloaded pkcs8 v0.10.2
9062026-05-12T03:42:15.120Z Downloaded recursive v0.1.1
9072026-05-12T03:42:15.120Z Downloaded pem-rfc7468 v0.7.0
9082026-05-12T03:42:15.120Z Downloaded phf_shared v0.11.3
9092026-05-12T03:42:15.120Z Downloaded crossbeam-channel v0.5.15
9102026-05-12T03:42:15.120Z Downloaded indexmap v1.9.3
9112026-05-12T03:42:15.120Z Downloaded ref-cast v1.0.25
9122026-05-12T03:42:15.120Z Downloaded recursive-proc-macro-impl v0.1.1
9132026-05-12T03:42:15.120Z Downloaded rand_xorshift v0.4.0
9142026-05-12T03:42:15.120Z Downloaded progenitor-client v0.13.0
9152026-05-12T03:42:15.120Z Downloaded progenitor v0.14.0
9162026-05-12T03:42:15.120Z Downloaded progenitor v0.11.2
9172026-05-12T03:42:15.121Z Downloaded progenitor v0.10.0
9182026-05-12T03:42:15.121Z Downloaded pin-project-internal v1.1.11
9192026-05-12T03:42:15.121Z Downloaded proc-macro-error2 v2.0.1
9202026-05-12T03:42:15.121Z Downloaded crc-any v2.5.0
9212026-05-12T03:42:15.121Z Downloaded quick-error v1.2.3
9222026-05-12T03:42:15.121Z Downloaded progenitor-extras v0.2.0
9232026-05-12T03:42:15.121Z Downloaded parse-display-derive v0.10.0
9242026-05-12T03:42:15.121Z Downloaded owo-colors v4.3.0
9252026-05-12T03:42:15.121Z Downloaded progenitor-macro v0.11.2
9262026-05-12T03:42:15.121Z Downloaded progenitor-client v0.10.0
9272026-05-12T03:42:15.121Z Downloaded progenitor-macro v0.14.0
9282026-05-12T03:42:15.121Z Downloaded russh-cryptovec v0.7.3
9292026-05-12T03:42:15.121Z Downloaded rand_chacha v0.3.1
9302026-05-12T03:42:15.121Z Downloaded hickory-server v0.25.2
9312026-05-12T03:42:15.121Z Downloaded progenitor-macro v0.10.0
9322026-05-12T03:42:15.121Z Downloaded indicatif v0.18.4
9332026-05-12T03:42:15.121Z Downloaded r2d2 v0.8.10
9342026-05-12T03:42:15.121Z Downloaded oso v0.27.3
9352026-05-12T03:42:15.121Z Downloaded psm v0.1.30
9362026-05-12T03:42:15.121Z Downloaded predicates v3.1.4
9372026-05-12T03:42:15.121Z Downloaded postcard v1.1.3
9382026-05-12T03:42:15.121Z Downloaded rtoolbox v0.0.3
9392026-05-12T03:42:15.121Z Downloaded ppv-lite86 v0.2.21
9402026-05-12T03:42:15.121Z Downloaded num_enum_derive v0.7.5
9412026-05-12T03:42:15.121Z Downloaded progenitor-macro v0.13.0
9422026-05-12T03:42:15.121Z Downloaded postgres-types v0.2.12
9432026-05-12T03:42:15.121Z Downloaded parking_lot v0.12.5
9442026-05-12T03:42:15.121Z Downloaded rustc_version v0.1.7
9452026-05-12T03:42:15.121Z Downloaded password-hash v0.5.0
9462026-05-12T03:42:15.122Z Downloaded parking_lot v0.11.2
9472026-05-12T03:42:15.122Z Downloaded ref-cast-impl v1.0.25
9482026-05-12T03:42:15.122Z Downloaded primeorder v0.13.6
9492026-05-12T03:42:15.122Z Downloaded rand_core v0.10.0
9502026-05-12T03:42:15.122Z Downloaded rand_core v0.6.4
9512026-05-12T03:42:15.122Z Downloaded paste v1.0.15
9522026-05-12T03:42:15.122Z Downloaded bumpalo v3.20.2
9532026-05-12T03:42:15.122Z Downloaded hyper-util v0.1.20
9542026-05-12T03:42:15.122Z Downloaded openssl-sys v0.9.114
9552026-05-12T03:42:15.122Z Downloaded scopeguard v1.2.0
9562026-05-12T03:42:15.122Z Downloaded scheduled-thread-pool v0.2.7
9572026-05-12T03:42:15.122Z Downloaded sapling-renderdag v0.1.0
9582026-05-12T03:42:15.132Z Downloaded hickory-resolver v0.25.2
9592026-05-12T03:42:15.132Z Downloaded scroll_derive v0.13.1
9602026-05-12T03:42:15.132Z Downloaded heapless v0.8.0
9612026-05-12T03:42:15.132Z Downloaded rustc-hash v2.1.1
9622026-05-12T03:42:15.133Z Downloaded pkcs5 v0.7.1
9632026-05-12T03:42:15.133Z Downloaded pkcs1 v0.7.5
9642026-05-12T03:42:15.133Z Downloaded rustc_version v0.4.1
9652026-05-12T03:42:15.133Z Downloaded scrypt v0.11.0
9662026-05-12T03:42:15.133Z Downloaded rustls-pemfile v1.0.4
9672026-05-12T03:42:15.133Z Downloaded serde_spanned v1.0.4
9682026-05-12T03:42:15.133Z Downloaded aho-corasick v1.1.4
9692026-05-12T03:42:15.133Z Downloaded serde_plain v1.0.2
9702026-05-12T03:42:15.133Z Downloaded seq-macro v0.3.6
9712026-05-12T03:42:15.133Z Downloaded serde_repr v0.1.20
9722026-05-12T03:42:15.133Z Downloaded postgres-protocol v0.6.10
9732026-05-12T03:42:15.133Z Downloaded semver v0.1.20
9742026-05-12T03:42:15.133Z Downloaded rand_chacha v0.9.0
9752026-05-12T03:42:15.133Z Downloaded quinn-udp v0.5.14
9762026-05-12T03:42:15.133Z Downloaded salsa20 v0.10.2
9772026-05-12T03:42:15.133Z Downloaded rustls-native-certs v0.8.3
9782026-05-12T03:42:15.133Z Downloaded serde_bytes v0.11.19
9792026-05-12T03:42:15.133Z Downloaded secrecy v0.10.3
9802026-05-12T03:42:15.133Z Downloaded prefix-trie v0.7.0
9812026-05-12T03:42:15.133Z Downloaded sha1 v0.10.6
9822026-05-12T03:42:15.133Z Downloaded signal-hook-tokio v0.3.1
9832026-05-12T03:42:15.133Z Downloaded rand_seeder v0.4.0
9842026-05-12T03:42:15.133Z Downloaded progenitor v0.13.0
9852026-05-12T03:42:15.133Z Downloaded secrecy v0.8.0
9862026-05-12T03:42:15.133Z Downloaded rusty-fork v0.3.1
9872026-05-12T03:42:15.133Z Downloaded hashbrown v0.12.3
9882026-05-12T03:42:15.134Z Downloaded p256 v0.13.2
9892026-05-12T03:42:15.134Z Downloaded resolv-conf v0.7.6
9902026-05-12T03:42:15.134Z Downloaded sigpipe v0.1.3
9912026-05-12T03:42:15.134Z Downloaded sct v0.7.1
9922026-05-12T03:42:15.134Z Downloaded serde-big-array v0.5.1
9932026-05-12T03:42:15.134Z Downloaded schemars_derive v0.8.22
9942026-05-12T03:42:15.134Z Downloaded russh-keys v0.45.0
9952026-05-12T03:42:15.134Z Downloaded mio v1.2.0
9962026-05-12T03:42:15.134Z Downloaded slog-bunyan v2.5.0
9972026-05-12T03:42:15.134Z Downloaded siphasher v1.0.2
9982026-05-12T03:42:15.134Z Downloaded shell-words v1.1.1
9992026-05-12T03:42:15.134Z Downloaded serde_urlencoded v0.7.1
10002026-05-12T03:42:15.134Z Downloaded rfc6979 v0.4.0
10012026-05-12T03:42:15.134Z Downloaded minimal-lexical v0.2.1
10022026-05-12T03:42:15.134Z Downloaded serde_path_to_error v0.1.20
10032026-05-12T03:42:15.135Z Downloaded serde-hex v0.1.0
10042026-05-12T03:42:15.135Z Downloaded rand_core v0.9.5
10052026-05-12T03:42:15.135Z Downloaded pin-project v1.1.11
10062026-05-12T03:42:15.135Z Downloaded signature v2.2.0
10072026-05-12T03:42:15.135Z Downloaded signal-hook-mio v0.2.5
10082026-05-12T03:42:15.135Z Downloaded ssh-encoding v0.2.0
10092026-05-12T03:42:15.135Z Downloaded sqlparser_derive v0.5.0
10102026-05-12T03:42:15.135Z Downloaded simd-adler32 v0.3.8
10112026-05-12T03:42:15.135Z Downloaded itertools v0.10.5
10122026-05-12T03:42:15.135Z Downloaded miniz_oxide v0.8.9
10132026-05-12T03:42:15.135Z Downloaded same-file v1.0.6
10142026-05-12T03:42:15.135Z Downloaded strum v0.26.3
10152026-05-12T03:42:15.135Z Downloaded structmeta-derive v0.3.0
10162026-05-12T03:42:15.135Z Downloaded rustversion v1.0.22
10172026-05-12T03:42:15.135Z Downloaded sec1 v0.7.3
10182026-05-12T03:42:15.136Z Downloaded rustls-pemfile v2.2.0
10192026-05-12T03:42:15.136Z Downloaded pin-project-lite v0.2.17
10202026-05-12T03:42:15.136Z Downloaded ron v0.8.1
10212026-05-12T03:42:15.136Z Downloaded aes-gcm v0.10.3
10222026-05-12T03:42:15.136Z Downloaded structmeta v0.3.0
10232026-05-12T03:42:15.136Z Downloaded slog-envlogger v2.2.0
10242026-05-12T03:42:15.136Z Downloaded papergrid v0.17.0
10252026-05-12T03:42:15.136Z Downloaded slog-dtrace v0.3.0
10262026-05-12T03:42:15.136Z Downloaded slog-async v2.8.0
10272026-05-12T03:42:15.136Z Downloaded tagptr v0.2.0
10282026-05-12T03:42:15.136Z Downloaded ssh-cipher v0.2.0
10292026-05-12T03:42:15.136Z Downloaded strum v0.27.2
10302026-05-12T03:42:15.136Z Downloaded sync-ptr v0.1.4
10312026-05-12T03:42:15.136Z Downloaded smf v0.2.3
10322026-05-12T03:42:15.136Z Downloaded crossterm v0.29.0
10332026-05-12T03:42:15.136Z Downloaded strip-ansi-escapes v0.2.1
10342026-05-12T03:42:15.136Z Downloaded progenitor-impl v0.10.0
10352026-05-12T03:42:15.136Z Downloaded serde_derive_internals v0.29.1
10362026-05-12T03:42:15.136Z Downloaded hashbrown v0.13.2
10372026-05-12T03:42:15.136Z Downloaded rustls-platform-verifier v0.6.2
10382026-05-12T03:42:15.136Z Downloaded sync_wrapper v1.0.2
10392026-05-12T03:42:15.136Z Downloaded snafu-derive v0.8.9
10402026-05-12T03:42:15.136Z Downloaded testing_table v0.3.0
10412026-05-12T03:42:15.136Z Downloaded termtree v0.5.1
10422026-05-12T03:42:15.136Z Downloaded subtle v2.6.1
10432026-05-12T03:42:15.136Z Downloaded signal-hook-registry v1.4.8
10442026-05-12T03:42:15.136Z Downloaded take_mut v0.2.2
10452026-05-12T03:42:15.136Z Downloaded supports-color v3.0.2
10462026-05-12T03:42:15.136Z Downloaded nom v7.1.3
10472026-05-12T03:42:15.136Z Downloaded tabled_derive v0.11.0
10482026-05-12T03:42:15.136Z Downloaded shlex v1.3.0
10492026-05-12T03:42:15.136Z Downloaded tap v1.0.1
10502026-05-12T03:42:15.136Z Downloaded libxml v0.3.3
10512026-05-12T03:42:15.136Z Downloaded slab v0.4.12
10522026-05-12T03:42:15.136Z Downloaded qorb v0.4.1
10532026-05-12T03:42:15.136Z Downloaded progenitor-impl v0.14.0
10542026-05-12T03:42:15.136Z Downloaded progenitor-impl v0.11.2
10552026-05-12T03:42:15.136Z Downloaded thiserror-impl-no-std v2.0.2
10562026-05-12T03:42:15.137Z Downloaded jiff-static v0.2.21
10572026-05-12T03:42:15.137Z Downloaded tinyvec_macros v0.1.1
10582026-05-12T03:42:15.156Z Downloaded string_cache v0.8.9
10592026-05-12T03:42:15.157Z Downloaded time-core v0.1.8
10602026-05-12T03:42:15.157Z Downloaded static_assertions v1.1.0
10612026-05-12T03:42:15.157Z Downloaded smallvec v0.6.14
10622026-05-12T03:42:15.157Z Downloaded slog-term v2.9.2
10632026-05-12T03:42:15.157Z Downloaded slog-stdlog v4.1.1
10642026-05-12T03:42:15.157Z Downloaded slog-scope v4.4.1
10652026-05-12T03:42:15.157Z Downloaded rustls-pki-types v1.14.0
10662026-05-12T03:42:15.157Z Downloaded rcgen v0.12.1
10672026-05-12T03:42:15.157Z Downloaded http v1.4.0
10682026-05-12T03:42:15.157Z Downloaded hashbrown v0.15.5
10692026-05-12T03:42:15.157Z Downloaded strum_macros v0.24.3
10702026-05-12T03:42:15.157Z Downloaded scroll v0.13.0
10712026-05-12T03:42:15.157Z Downloaded spin v0.9.8
10722026-05-12T03:42:15.157Z Downloaded slog-json v2.6.1
10732026-05-12T03:42:15.157Z Downloaded stringprep v0.1.5
10742026-05-12T03:42:15.157Z Downloaded thread-id v5.1.0
10752026-05-12T03:42:15.157Z Downloaded tokio-macros v2.7.0
10762026-05-12T03:42:15.157Z Downloaded spki v0.7.3
10772026-05-12T03:42:15.157Z Downloaded serde_cbor v0.11.2
10782026-05-12T03:42:15.158Z Downloaded stacker v0.1.23
10792026-05-12T03:42:15.158Z Downloaded serde_yaml v0.9.34+deprecated
10802026-05-12T03:42:15.158Z Downloaded pretty_assertions v1.4.1
10812026-05-12T03:42:15.158Z Downloaded num-bigint-dig v0.8.6
10822026-05-12T03:42:15.158Z Downloaded serde_with_macros v3.17.0
10832026-05-12T03:42:15.158Z Downloaded num-bigint v0.4.6
10842026-05-12T03:42:15.158Z Downloaded blake3 v1.8.3
10852026-05-12T03:42:15.158Z Downloaded publicsuffix v2.3.0
10862026-05-12T03:42:15.158Z Downloaded strum_macros v0.27.2
10872026-05-12T03:42:15.158Z Downloaded topological-sort v0.2.2
10882026-05-12T03:42:15.158Z Downloaded tower-service v0.3.3
10892026-05-12T03:42:15.158Z Downloaded tabwriter v1.4.1
10902026-05-12T03:42:15.158Z Downloaded support-bundle-viewer v0.1.2
10912026-05-12T03:42:15.158Z Downloaded thiserror-no-std v2.0.2
10922026-05-12T03:42:15.158Z Downloaded schemars v0.9.0
10932026-05-12T03:42:15.158Z Downloaded termios v0.3.3
10942026-05-12T03:42:15.158Z Downloaded slog v2.8.2
10952026-05-12T03:42:15.159Z Downloaded prettyplease v0.2.37
10962026-05-12T03:42:15.159Z Downloaded socket2 v0.6.3
10972026-05-12T03:42:15.159Z Downloaded tower-layer v0.3.3
10982026-05-12T03:42:15.159Z Downloaded futures-util v0.3.32
10992026-05-12T03:42:15.159Z Downloaded trait-variant v0.1.2
11002026-05-12T03:42:15.159Z Downloaded tokio-dtrace v0.1.1
11012026-05-12T03:42:15.159Z Downloaded sqlformat v0.3.5
11022026-05-12T03:42:15.159Z Downloaded typify-macro v0.6.2
11032026-05-12T03:42:15.159Z Downloaded term v1.2.1
11042026-05-12T03:42:15.160Z Downloaded term v0.7.0
11052026-05-12T03:42:15.160Z Downloaded rayon-core v1.13.0
11062026-05-12T03:42:15.160Z Downloaded utf-8 v0.7.6
11072026-05-12T03:42:15.160Z Downloaded ryu v1.0.23
11082026-05-12T03:42:15.160Z Downloaded rsa v0.9.10
11092026-05-12T03:42:15.160Z Downloaded unicode-truncate v1.1.0
11102026-05-12T03:42:15.160Z Downloaded tokio-tungstenite v0.21.0
11112026-05-12T03:42:15.160Z Downloaded unarray v0.1.4
11122026-05-12T03:42:15.161Z Downloaded strum_macros v0.26.4
11132026-05-12T03:42:15.161Z Downloaded typify-macro v0.4.3
11142026-05-12T03:42:15.161Z Downloaded similar v2.7.0
11152026-05-12T03:42:15.161Z Downloaded signal-hook v0.3.18
11162026-05-12T03:42:15.162Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11172026-05-12T03:42:15.162Z Downloaded tiny-keccak v2.0.2
11182026-05-12T03:42:15.162Z Downloaded untrusted v0.7.1
11192026-05-12T03:42:15.162Z Downloaded toml_writer v1.0.6+spec-1.1.0
11202026-05-12T03:42:15.162Z Downloaded time-macros v0.2.27
11212026-05-12T03:42:15.162Z Downloaded progenitor-impl v0.13.0
11222026-05-12T03:42:15.162Z Downloaded tls_codec v0.4.2
11232026-05-12T03:42:15.162Z Downloaded tls_codec_derive v0.4.2
11242026-05-12T03:42:15.163Z Downloaded hashbrown v0.16.1
11252026-05-12T03:42:15.163Z Downloaded untrusted v0.9.0
11262026-05-12T03:42:15.163Z Downloaded tokio-tungstenite v0.23.1
11272026-05-12T03:42:15.163Z Downloaded rand v0.9.2
11282026-05-12T03:42:15.163Z Downloaded tokio-native-tls v0.3.1
11292026-05-12T03:42:15.163Z Downloaded rand v0.8.6
11302026-05-12T03:42:15.163Z Downloaded want v0.3.1
11312026-05-12T03:42:15.163Z Downloaded try-lock v0.2.5
11322026-05-12T03:42:15.163Z Downloaded void v1.0.2
11332026-05-12T03:42:15.163Z Downloaded usdt-attr-macro v0.6.0
11342026-05-12T03:42:15.163Z Downloaded socket2 v0.5.10
11352026-05-12T03:42:15.163Z Downloaded wait-timeout v0.2.1
11362026-05-12T03:42:15.163Z Downloaded usdt-macro v0.6.0
11372026-05-12T03:42:15.163Z Downloaded subprocess v0.2.15
11382026-05-12T03:42:15.164Z Downloaded usdt v0.6.0
11392026-05-12T03:42:15.164Z Downloaded universal-hash v0.5.1
11402026-05-12T03:42:15.164Z Downloaded tui-tree-widget v0.23.1
11412026-05-12T03:42:15.164Z Downloaded tokio-rustls v0.25.0
11422026-05-12T03:42:15.164Z Downloaded libm v0.2.16
11432026-05-12T03:42:15.164Z Downloaded schemars v0.8.22
11442026-05-12T03:42:15.164Z Downloaded tokio-stream v0.1.18
11452026-05-12T03:42:15.164Z Downloaded uzers v0.12.2
11462026-05-12T03:42:15.164Z Downloaded tokio-rustls v0.26.4
11472026-05-12T03:42:15.164Z Downloaded iddqd v0.3.18
11482026-05-12T03:42:15.164Z Downloaded thread_local v1.1.9
11492026-05-12T03:42:15.164Z Downloaded p521 v0.13.3
11502026-05-12T03:42:15.164Z Downloaded waitgroup v0.1.2
11512026-05-12T03:42:15.164Z Downloaded russh v0.45.0
11522026-05-12T03:42:15.164Z Downloaded zeroize_derive v1.4.3
11532026-05-12T03:42:15.164Z Downloaded tinyvec v1.10.0
11542026-05-12T03:42:15.164Z Downloaded unicase v2.9.0
11552026-05-12T03:42:15.164Z Downloaded walkdir v2.5.0
11562026-05-12T03:42:15.164Z Downloaded vergen-lib v0.1.6
11572026-05-12T03:42:15.164Z Downloaded itertools v0.12.1
11582026-05-12T03:42:15.182Z Downloaded whoami v2.1.0
11592026-05-12T03:42:15.182Z Downloaded whoami v1.6.1
11602026-05-12T03:42:15.183Z Downloaded vsss-rs v3.3.4
11612026-05-12T03:42:15.183Z Downloaded test-strategy v0.4.5
11622026-05-12T03:42:15.183Z Downloaded xshell-macros v0.2.7
11632026-05-12T03:42:15.183Z Downloaded zone_cfg_derive v0.3.1
11642026-05-12T03:42:15.183Z Downloaded steno v0.4.1
11652026-05-12T03:42:15.183Z Downloaded zone v0.3.1
11662026-05-12T03:42:15.183Z Downloaded rustls-webpki v0.103.9
11672026-05-12T03:42:15.183Z Downloaded rustyline v14.0.0
11682026-05-12T03:42:15.183Z Downloaded itertools v0.13.0
11692026-05-12T03:42:15.183Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-05-12T03:42:15.183Z Downloaded vergen-git2 v1.0.7
11712026-05-12T03:42:15.183Z Downloaded unit-prefix v0.5.2
11722026-05-12T03:42:15.183Z Downloaded tracing-attributes v0.1.31
11732026-05-12T03:42:15.183Z Downloaded snafu v0.8.9
11742026-05-12T03:42:15.183Z Downloaded usdt-impl v0.6.0
11752026-05-12T03:42:15.183Z Downloaded rpassword v7.4.0
11762026-05-12T03:42:15.183Z Downloaded vergen-gitcl v1.0.8
11772026-05-12T03:42:15.183Z Downloaded quinn v0.11.9
11782026-05-12T03:42:15.183Z Downloaded tungstenite v0.21.0
11792026-05-12T03:42:15.183Z Downloaded wyz v0.5.1
11802026-05-12T03:42:15.183Z Downloaded hyper v1.8.1
11812026-05-12T03:42:15.184Z Downloaded unicode-properties v0.1.4
11822026-05-12T03:42:15.184Z Downloaded xshell v0.2.7
11832026-05-12T03:42:15.184Z Downloaded samael v0.0.19
11842026-05-12T03:42:15.184Z Downloaded itertools v0.14.0
11852026-05-12T03:42:15.184Z Downloaded zstd-safe v7.2.4
11862026-05-12T03:42:15.184Z Downloaded zstd v0.13.3
11872026-05-12T03:42:15.184Z Downloaded xattr v1.6.1
11882026-05-12T03:42:15.184Z Downloaded toml v0.7.8
11892026-05-12T03:42:15.184Z Downloaded tokio-rustls v0.24.1
11902026-05-12T03:42:15.184Z Downloaded uuid v1.23.0
11912026-05-12T03:42:15.184Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-05-12T03:42:15.184Z Downloaded git2 v0.20.4
11932026-05-12T03:42:15.184Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11942026-05-12T03:42:15.184Z Downloaded hkdf v0.12.4
11952026-05-12T03:42:15.184Z Downloaded toml v0.9.12+spec-1.1.0
11962026-05-12T03:42:15.184Z Downloaded iri-string v0.7.10
11972026-05-12T03:42:15.184Z Downloaded zeroize v1.8.2
11982026-05-12T03:42:15.184Z Downloaded vergen v9.0.6
11992026-05-12T03:42:15.184Z Downloaded unicode-bidi v0.3.18
12002026-05-12T03:42:15.184Z Downloaded tar v0.4.45
12012026-05-12T03:42:15.184Z Downloaded rand v0.10.0
12022026-05-12T03:42:15.184Z Downloaded unsafe-libyaml v0.2.11
12032026-05-12T03:42:15.185Z Downloaded typify v0.6.2
12042026-05-12T03:42:15.185Z Downloaded twox-hash v2.1.2
12052026-05-12T03:42:15.185Z Downloaded yasna v0.5.2
12062026-05-12T03:42:15.185Z Downloaded ssh-key v0.6.7
12072026-05-12T03:42:15.185Z Downloaded zerocopy v0.6.6
12082026-05-12T03:42:15.185Z Downloaded regex v1.12.3
12092026-05-12T03:42:15.212Z Downloaded reqwest v0.13.2
12102026-05-12T03:42:15.212Z Downloaded schemars v1.2.1
12112026-05-12T03:42:15.212Z Downloaded toml v1.0.6+spec-1.1.0
12122026-05-12T03:42:15.212Z Downloaded reqwest v0.12.28
12132026-05-12T03:42:15.251Z Downloaded portable-atomic v1.13.1
12142026-05-12T03:42:15.251Z Downloaded vte v0.14.1
12152026-05-12T03:42:15.251Z Downloaded chrono v0.4.44
12162026-05-12T03:42:15.251Z Downloaded zopfli v0.8.3
12172026-05-12T03:42:15.251Z Downloaded h2 v0.4.13
12182026-05-12T03:42:15.251Z Downloaded goblin v0.10.5
12192026-05-12T03:42:15.251Z Downloaded rayon v1.11.0
12202026-05-12T03:42:15.275Z Downloaded typify v0.4.3
12212026-05-12T03:42:15.275Z Downloaded yansi v1.0.1
12222026-05-12T03:42:15.275Z Downloaded toml_edit v0.19.15
12232026-05-12T03:42:15.275Z Downloaded unicode_categories v0.1.1
12242026-05-12T03:42:15.275Z Downloaded tracing-core v0.1.36
12252026-05-12T03:42:15.275Z Downloaded zip v0.6.6
12262026-05-12T03:42:15.275Z Downloaded tungstenite v0.23.0
12272026-05-12T03:42:15.275Z Downloaded rustls-webpki v0.101.7
12282026-05-12T03:42:15.313Z Downloaded reedline v0.40.0
12292026-05-12T03:42:15.342Z Downloaded curve25519-dalek v4.1.3
12302026-05-12T03:42:15.342Z Downloaded bitvec v1.0.1
12312026-05-12T03:42:15.342Z Downloaded tokio-postgres v0.7.16
12322026-05-12T03:42:15.342Z Downloaded aws-lc-rs v1.16.3
12332026-05-12T03:42:15.362Z Downloaded tower v0.5.3
12342026-05-12T03:42:15.362Z Downloaded petname v2.0.2
12352026-05-12T03:42:15.362Z Downloaded serde_with v3.17.0
12362026-05-12T03:42:15.398Z Downloaded zerocopy-derive v0.8.40
12372026-05-12T03:42:15.398Z Downloaded radix_trie v0.2.1
12382026-05-12T03:42:15.398Z Downloaded quinn-proto v0.11.13
12392026-05-12T03:42:15.406Z Downloaded bindgen v0.71.1
12402026-05-12T03:42:15.406Z Downloaded tower-http v0.6.8
12412026-05-12T03:42:15.407Z Downloaded p384 v0.13.1
12422026-05-12T03:42:15.407Z Downloaded typed-path v0.9.3
12432026-05-12T03:42:15.407Z Downloaded lalrpop v0.19.12
12442026-05-12T03:42:15.423Z Downloaded quick-xml v0.37.5
12452026-05-12T03:42:15.423Z Downloaded salty v0.3.0
12462026-05-12T03:42:15.435Z Downloaded openssl v0.10.78
12472026-05-12T03:42:15.435Z Downloaded dropshot v0.16.7
12482026-05-12T03:42:15.446Z Downloaded zip v4.6.1
12492026-05-12T03:42:15.446Z Downloaded winnow v0.6.26
12502026-05-12T03:42:15.458Z Downloaded moka v0.12.13
12512026-05-12T03:42:15.463Z Downloaded unicode-segmentation v1.12.0
12522026-05-12T03:42:15.463Z Downloaded tokio-util v0.7.18
12532026-05-12T03:42:15.464Z Downloaded rustls v0.21.12
12542026-05-12T03:42:15.486Z Downloaded nix v0.29.0
12552026-05-12T03:42:15.497Z Downloaded x509-cert v0.2.5
12562026-05-12T03:42:15.497Z Downloaded unicode-normalization v0.1.25
12572026-05-12T03:42:15.497Z Downloaded dropshot v0.17.0
12582026-05-12T03:42:15.497Z Downloaded tabled v0.20.0
12592026-05-12T03:42:15.503Z Downloaded tough v0.22.0
12602026-05-12T03:42:15.515Z Downloaded nix v0.31.2
12612026-05-12T03:42:15.525Z Downloaded vcpkg v0.2.15
12622026-05-12T03:42:15.549Z Downloaded winnow v0.5.40
12632026-05-12T03:42:15.561Z Downloaded webpki-roots v1.0.6
12642026-05-12T03:42:15.561Z Downloaded proptest v1.10.0
12652026-05-12T03:42:15.561Z Downloaded object v0.30.4
12662026-05-12T03:42:15.561Z Downloaded smoltcp v0.11.0
12672026-05-12T03:42:15.575Z Downloaded regress v0.10.5
12682026-05-12T03:42:15.576Z Downloaded rustls v0.22.4
12692026-05-12T03:42:15.590Z Downloaded zerocopy v0.8.40
12702026-05-12T03:42:15.590Z Downloaded rustls v0.23.37
12712026-05-12T03:42:15.641Z Downloaded regress v0.11.1
12722026-05-12T03:42:15.641Z Downloaded bstr v1.12.1
12732026-05-12T03:42:15.685Z Downloaded nix v0.27.1
12742026-05-12T03:42:15.685Z Downloaded regex-syntax v0.8.10
12752026-05-12T03:42:15.685Z Downloaded hickory-proto v0.25.2
12762026-05-12T03:42:15.685Z Downloaded time v0.3.47
12772026-05-12T03:42:15.686Z Downloaded nix v0.28.0
12782026-05-12T03:42:15.686Z Downloaded polar-core v0.27.3
12792026-05-12T03:42:15.686Z Downloaded smoltcp v0.9.1
12802026-05-12T03:42:15.686Z Downloaded rustls-webpki v0.102.8
12812026-05-12T03:42:15.711Z Downloaded zlib-rs v0.6.2
12822026-05-12T03:42:15.711Z Downloaded typify-impl v0.6.2
12832026-05-12T03:42:15.711Z Downloaded ratatui v0.29.0
12842026-05-12T03:42:15.711Z Downloaded typify-impl v0.4.3
12852026-05-12T03:42:15.775Z Downloaded tracing v0.1.44
12862026-05-12T03:42:15.775Z Downloaded openapiv3 v2.2.0
12872026-05-12T03:42:15.775Z Downloaded regex-syntax v0.6.29
12882026-05-12T03:42:15.775Z Downloaded hickory-proto v0.24.4
12892026-05-12T03:42:15.831Z Downloaded object v0.37.3
12902026-05-12T03:42:15.831Z Downloaded petgraph v0.6.5
12912026-05-12T03:42:15.831Z Downloaded diesel v2.3.7
12922026-05-12T03:42:15.831Z Downloaded rustix v0.38.44
12932026-05-12T03:42:15.831Z Downloaded csv v1.4.0
12942026-05-12T03:42:15.881Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12952026-05-12T03:42:15.881Z Downloaded tokio v1.52.1
12962026-05-12T03:42:15.936Z Downloaded encoding_rs v0.8.35
12972026-05-12T03:42:15.936Z Downloaded sqlparser v0.61.0
12982026-05-12T03:42:16.106Z Downloaded sled v0.34.7
12992026-05-12T03:42:16.106Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-05-12T03:42:16.277Z Downloaded zerocopy-derive v0.6.6
13012026-05-12T03:42:16.277Z Downloaded regex-automata v0.4.14
13022026-05-12T03:42:16.277Z Downloaded chrono-tz v0.10.4
13032026-05-12T03:42:16.277Z Downloaded jiff v0.2.21
13042026-05-12T03:42:16.278Z Downloaded petgraph v0.8.3
13052026-05-12T03:42:16.278Z Downloaded libz-sys v1.1.24
13062026-05-12T03:42:16.278Z Downloaded sha3 v0.10.8
13072026-05-12T03:42:16.383Z Downloaded ring v0.17.14
13082026-05-12T03:42:16.444Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-12T03:42:16.951Z Downloaded aws-lc-sys v0.40.0
13102026-05-12T03:42:17.427Z Compiling libc v0.2.185
13112026-05-12T03:42:17.427Z Compiling serde v1.0.228
13122026-05-12T03:42:17.617Z Compiling log v0.4.29
13132026-05-12T03:42:17.617Z Compiling find-msvc-tools v0.1.9
13142026-05-12T03:42:17.617Z Compiling shlex v1.3.0
13152026-05-12T03:42:17.617Z Compiling smallvec v1.15.1
13162026-05-12T03:42:17.617Z Compiling syn v2.0.117
13172026-05-12T03:42:17.617Z Compiling typenum v1.19.0
13182026-05-12T03:42:17.934Z Compiling generic-array v0.14.7
13192026-05-12T03:42:17.934Z Compiling subtle v2.6.1
13202026-05-12T03:42:17.934Z Compiling scopeguard v1.2.0
13212026-05-12T03:42:17.934Z Compiling const-oid v0.9.6
13222026-05-12T03:42:18.194Z Compiling lock_api v0.4.14
13232026-05-12T03:42:18.194Z Compiling portable-atomic v1.13.1
13242026-05-12T03:42:18.194Z Compiling serde_json v1.0.149
13252026-05-12T03:42:18.194Z Compiling critical-section v1.2.0
13262026-05-12T03:42:18.194Z Compiling zerocopy v0.8.40
13272026-05-12T03:42:18.194Z Compiling parking_lot_core v0.9.12
13282026-05-12T03:42:19.742Z Compiling pin-project-lite v0.2.17
13292026-05-12T03:42:19.742Z Compiling getrandom v0.2.17
13302026-05-12T03:42:19.782Z Compiling jobserver v0.1.34
13312026-05-12T03:42:19.782Z Compiling errno v0.3.14
13322026-05-12T03:42:19.782Z Compiling rand_core v0.6.4
13332026-05-12T03:42:19.782Z Compiling pkg-config v0.3.32
13342026-05-12T03:42:19.782Z Compiling signal-hook-registry v1.4.8
13352026-05-12T03:42:19.782Z Compiling cc v1.2.56
13362026-05-12T03:42:19.782Z Compiling bitflags v2.11.0
13372026-05-12T03:42:19.782Z Compiling once_cell v1.21.3
13382026-05-12T03:42:19.782Z Compiling libm v0.2.16
13392026-05-12T03:42:19.782Z Compiling futures-core v0.3.32
13402026-05-12T03:42:19.782Z Compiling parking_lot v0.12.5
13412026-05-12T03:42:19.782Z Compiling mio v1.2.0
13422026-05-12T03:42:19.782Z Compiling num-traits v0.2.19
13432026-05-12T03:42:19.782Z Compiling percent-encoding v2.3.2
13442026-05-12T03:42:19.782Z Compiling socket2 v0.6.3
13452026-05-12T03:42:19.782Z Compiling futures-sink v0.3.32
13462026-05-12T03:42:19.782Z Compiling cpufeatures v0.2.17
13472026-05-12T03:42:19.782Z Compiling futures-channel v0.3.32
13482026-05-12T03:42:19.782Z Compiling futures-task v0.3.32
13492026-05-12T03:42:19.782Z Compiling futures-io v0.3.32
13502026-05-12T03:42:19.782Z Compiling getrandom v0.4.1
13512026-05-12T03:42:19.782Z Compiling slab v0.4.12
13522026-05-12T03:42:19.782Z Compiling rand_core v0.10.0
13532026-05-12T03:42:19.783Z Compiling indexmap v2.14.0
13542026-05-12T03:42:19.783Z Compiling getrandom v0.3.4
13552026-05-12T03:42:19.783Z Compiling rustversion v1.0.22
13562026-05-12T03:42:19.783Z Compiling cmake v0.1.57
13572026-05-12T03:42:20.108Z Compiling form_urlencoded v1.2.2
13582026-05-12T03:42:20.167Z Compiling fs_extra v1.3.0
13592026-05-12T03:42:20.167Z Compiling dunce v1.0.5
13602026-05-12T03:42:20.227Z Compiling synstructure v0.13.2
13612026-05-12T03:42:20.276Z Compiling ident_case v1.0.1
13622026-05-12T03:42:20.276Z Compiling base64ct v1.8.3
13632026-05-12T03:42:20.353Z Compiling regex-syntax v0.8.10
13642026-05-12T03:42:20.385Z Compiling aws-lc-sys v0.40.0
13652026-05-12T03:42:20.498Z Compiling pem-rfc7468 v0.7.0
13662026-05-12T03:42:20.521Z Compiling flagset v0.4.7
13672026-05-12T03:42:20.598Z Compiling iana-time-zone v0.1.65
13682026-05-12T03:42:20.643Z Compiling rustix v1.1.3
13692026-05-12T03:42:20.722Z Compiling rand_core v0.9.5
13702026-05-12T03:42:20.785Z Compiling ring v0.17.14
13712026-05-12T03:42:20.813Z Compiling vcpkg v0.2.15
13722026-05-12T03:42:20.813Z Compiling aws-lc-rs v1.16.3
13732026-05-12T03:42:21.004Z Compiling uuid v1.23.0
13742026-05-12T03:42:21.078Z Compiling rustc_version v0.4.1
13752026-05-12T03:42:21.438Z Compiling tracing-core v0.1.36
13762026-05-12T03:42:21.524Z Compiling openssl-sys v0.9.114
13772026-05-12T03:42:21.787Z Compiling base64 v0.22.1
13782026-05-12T03:42:21.985Z Compiling serde_derive v1.0.228
13792026-05-12T03:42:22.033Z Compiling zeroize_derive v1.4.3
13802026-05-12T03:42:22.117Z Compiling zerofrom-derive v0.1.6
13812026-05-12T03:42:22.175Z Compiling yoke-derive v0.8.1
13822026-05-12T03:42:22.407Z Compiling zerovec-derive v0.11.2
13832026-05-12T03:42:22.642Z Compiling zeroize v1.8.2
13842026-05-12T03:42:22.721Z Compiling zerocopy-derive v0.8.40
13852026-05-12T03:42:23.267Z Compiling displaydoc v0.2.5
13862026-05-12T03:42:23.396Z Compiling crypto-common v0.1.7
13872026-05-12T03:42:23.452Z Compiling zerofrom v0.1.6
13882026-05-12T03:42:23.567Z Compiling block-buffer v0.10.4
13892026-05-12T03:42:23.602Z Compiling yoke v0.8.1
13902026-05-12T03:42:23.602Z Compiling tokio-macros v2.7.0
13912026-05-12T03:42:23.692Z Compiling zerovec v0.11.5
13922026-05-12T03:42:23.739Z Compiling digest v0.10.7
13932026-05-12T03:42:23.964Z Compiling futures-macro v0.3.32
13942026-05-12T03:42:24.037Z Compiling zerotrie v0.2.3
13952026-05-12T03:42:24.183Z Compiling tinystr v0.8.2
13962026-05-12T03:42:24.273Z Compiling potential_utf v0.1.4
13972026-05-12T03:42:24.338Z Compiling hmac v0.12.1
13982026-05-12T03:42:24.403Z Compiling icu_locale_core v2.1.1
13992026-05-12T03:42:24.431Z Compiling icu_collections v2.1.1
14002026-05-12T03:42:24.431Z Compiling block-padding v0.3.3
14012026-05-12T03:42:24.562Z Compiling inout v0.1.4
14022026-05-12T03:42:24.791Z Compiling cipher v0.4.4
14032026-05-12T03:42:24.851Z Compiling futures-util v0.3.32
14042026-05-12T03:42:24.895Z Compiling sha2 v0.10.9
14052026-05-12T03:42:25.035Z Compiling icu_provider v2.1.1
14062026-05-12T03:42:25.278Z Compiling icu_normalizer v2.1.1
14072026-05-12T03:42:25.387Z Compiling bytes v1.11.1
14082026-05-12T03:42:25.387Z Compiling icu_properties v2.1.2
14092026-05-12T03:42:25.498Z Compiling der_derive v0.7.3
14102026-05-12T03:42:25.779Z Compiling tokio v1.52.1
14112026-05-12T03:42:25.901Z Compiling http v1.4.0
14122026-05-12T03:42:26.214Z Compiling idna_adapter v1.2.1
14132026-05-12T03:42:26.403Z Compiling idna v1.1.0
14142026-05-12T03:42:26.454Z Compiling chrono v0.4.44
14152026-05-12T03:42:26.495Z Compiling der v0.7.10
14162026-05-12T03:42:26.846Z Compiling url v2.5.8
14172026-05-12T03:42:27.065Z Compiling ppv-lite86 v0.2.21
14182026-05-12T03:42:27.139Z Compiling salsa20 v0.10.2
14192026-05-12T03:42:27.212Z Compiling pbkdf2 v0.12.2
14202026-05-12T03:42:27.260Z Compiling rustls-pki-types v1.14.0
14212026-05-12T03:42:27.260Z Compiling tracing-attributes v0.1.31
14222026-05-12T03:42:27.350Z Compiling spki v0.7.3
14232026-05-12T03:42:27.580Z Compiling thiserror-impl v2.0.18
14242026-05-12T03:42:27.644Z Compiling rand_chacha v0.9.0
14252026-05-12T03:42:27.702Z Compiling scrypt v0.11.0
14262026-05-12T03:42:27.760Z Compiling http-body v1.0.1
14272026-05-12T03:42:27.902Z Compiling aes v0.8.4
14282026-05-12T03:42:27.944Z Compiling cbc v0.1.2
14292026-05-12T03:42:27.978Z Compiling httparse v1.10.1
14302026-05-12T03:42:28.023Z Compiling untrusted v0.9.0
14312026-05-12T03:42:28.116Z Compiling openssl-probe v0.2.1
14322026-05-12T03:42:28.287Z Compiling untrusted v0.7.1
14332026-05-12T03:42:28.355Z Compiling tinyvec_macros v0.1.1
14342026-05-12T03:42:28.390Z Compiling tinyvec v1.10.0
14352026-05-12T03:42:28.391Z Compiling pkcs5 v0.7.1
14362026-05-12T03:42:28.508Z Compiling tracing v0.1.44
14372026-05-12T03:42:28.694Z Compiling pest_generator v2.8.6
14382026-05-12T03:42:28.774Z Compiling rand v0.9.2
14392026-05-12T03:42:28.810Z Compiling serde_derive_internals v0.29.1
14402026-05-12T03:42:28.848Z Compiling aho-corasick v1.1.4
14412026-05-12T03:42:28.886Z Compiling thiserror v2.0.18
14422026-05-12T03:42:28.954Z Compiling dyn-clone v1.0.20
14432026-05-12T03:42:29.086Z Compiling atomic-waker v1.1.2
14442026-05-12T03:42:29.247Z Compiling tower-service v0.3.3
14452026-05-12T03:42:29.312Z Compiling rustls v0.23.37
14462026-05-12T03:42:29.352Z Compiling try-lock v0.2.5
14472026-05-12T03:42:29.467Z Compiling tokio-util v0.7.18
14482026-05-12T03:42:29.485Z Compiling tower-layer v0.3.3
14492026-05-12T03:42:29.542Z Compiling schemars v0.8.22
14502026-05-12T03:42:29.623Z Compiling regex-automata v0.4.14
14512026-05-12T03:42:29.705Z Compiling schemars_derive v0.8.22
14522026-05-12T03:42:29.736Z Compiling want v0.3.1
14532026-05-12T03:42:29.930Z Compiling pest_derive v2.8.6
14542026-05-12T03:42:30.117Z Compiling h2 v0.4.13
14552026-05-12T03:42:30.326Z Compiling pkcs8 v0.10.2
14562026-05-12T03:42:30.481Z Compiling ipnet v2.11.0
14572026-05-12T03:42:30.638Z Compiling scroll_derive v0.13.1
14582026-05-12T03:42:30.763Z Compiling darling_core v0.20.11
14592026-05-12T03:42:30.894Z Compiling pin-utils v0.1.0
14602026-05-12T03:42:30.972Z Compiling openssl v0.10.78
14612026-05-12T03:42:31.001Z Compiling httpdate v1.0.3
14622026-05-12T03:42:31.195Z Compiling foreign-types-shared v0.1.1
14632026-05-12T03:42:31.231Z Compiling tempfile v3.25.0
14642026-05-12T03:42:31.279Z Compiling foreign-types v0.3.2
14652026-05-12T03:42:31.819Z Compiling unicode-normalization v0.1.25
14662026-05-12T03:42:31.861Z Compiling scroll v0.13.0
14672026-05-12T03:42:31.861Z Compiling openssl-macros v0.1.1
14682026-05-12T03:42:31.877Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-12T03:42:32.174Z Compiling spin v0.9.8
14702026-05-12T03:42:32.283Z Compiling time-core v0.1.8
14712026-05-12T03:42:32.365Z Compiling crc32fast v1.5.0
14722026-05-12T03:42:32.365Z Compiling num-conv v0.2.0
14732026-05-12T03:42:32.365Z Compiling powerfmt v0.2.0
14742026-05-12T03:42:32.443Z Compiling native-tls v0.2.18
14752026-05-12T03:42:32.557Z Compiling deranged v0.5.8
14762026-05-12T03:42:32.648Z Compiling time-macros v0.2.27
14772026-05-12T03:42:33.075Z Compiling darling_macro v0.20.11
14782026-05-12T03:42:33.470Z Compiling hyper v1.8.1
14792026-05-12T03:42:34.287Z Compiling darling v0.20.11
14802026-05-12T03:42:34.768Z Compiling goblin v0.10.5
14812026-05-12T03:42:34.769Z Compiling rustls-native-certs v0.8.3
14822026-05-12T03:42:34.769Z Compiling sync_wrapper v1.0.2
14832026-05-12T03:42:34.769Z Compiling wait-timeout v0.2.1
14842026-05-12T03:42:34.769Z Compiling crossbeam-utils v0.8.21
14852026-05-12T03:42:34.769Z Compiling usdt-impl v0.6.0
14862026-05-12T03:42:34.769Z Compiling siphasher v1.0.2
14872026-05-12T03:42:34.769Z Compiling simd-adler32 v0.3.8
14882026-05-12T03:42:34.769Z Compiling quick-error v1.2.3
14892026-05-12T03:42:34.769Z Compiling syn v1.0.109
14902026-05-12T03:42:34.987Z Compiling bit-vec v0.8.0
14912026-05-12T03:42:34.988Z Compiling num_threads v0.1.7
14922026-05-12T03:42:34.988Z Compiling hyper-util v0.1.20
14932026-05-12T03:42:34.988Z Compiling bit-set v0.8.0
14942026-05-12T03:42:34.988Z Compiling time v0.3.47
14952026-05-12T03:42:34.988Z Compiling rusty-fork v0.3.1
14962026-05-12T03:42:35.434Z Compiling tower v0.5.3
14972026-05-12T03:42:35.845Z Compiling derive_builder_core v0.20.2
14982026-05-12T03:42:36.523Z Compiling dtrace-parser v0.3.0
14992026-05-12T03:42:36.523Z Compiling http-body-util v0.1.3
15002026-05-12T03:42:39.227Z Compiling webpki-roots v1.0.6
15012026-05-12T03:42:39.227Z Compiling signature v2.2.0
15022026-05-12T03:42:39.227Z Compiling scroll_derive v0.12.1
15032026-05-12T03:42:39.227Z Compiling thiserror-impl v1.0.69
15042026-05-12T03:42:39.227Z Compiling heapless v0.7.17
15052026-05-12T03:42:39.227Z Compiling dof v0.4.0
15062026-05-12T03:42:39.227Z Compiling rand_xorshift v0.4.0
15072026-05-12T03:42:39.228Z Compiling slog v2.8.2
15082026-05-12T03:42:39.228Z Compiling darling_core v0.21.3
15092026-05-12T03:42:39.284Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-12T03:42:39.284Z Compiling thread-id v5.1.0
15112026-05-12T03:42:39.284Z Compiling cookie v0.18.1
15122026-05-12T03:42:39.284Z Compiling allocator-api2 v0.2.21
15132026-05-12T03:42:39.284Z Compiling unicode-properties v0.1.4
15142026-05-12T03:42:39.284Z Compiling zstd-safe v7.2.4
15152026-05-12T03:42:39.284Z Compiling paste v1.0.15
15162026-05-12T03:42:39.284Z Compiling unicode-bidi v0.3.18
15172026-05-12T03:42:39.284Z Compiling unarray v0.1.4
15182026-05-12T03:42:39.284Z Compiling adler2 v2.0.1
15192026-05-12T03:42:39.284Z Compiling signal-hook v0.3.18
15202026-05-12T03:42:39.284Z Compiling iri-string v0.7.10
15212026-05-12T03:42:39.284Z Compiling anyhow v1.0.102
15222026-05-12T03:42:39.284Z Compiling ryu v1.0.23
15232026-05-12T03:42:39.284Z Compiling serde_urlencoded v0.7.1
15242026-05-12T03:42:39.284Z Compiling stringprep v0.1.5
15252026-05-12T03:42:39.284Z Compiling miniz_oxide v0.8.9
15262026-05-12T03:42:39.284Z Compiling proptest v1.10.0
15272026-05-12T03:42:39.284Z Compiling thiserror v1.0.69
15282026-05-12T03:42:39.284Z Compiling scroll v0.12.0
15292026-05-12T03:42:39.284Z Compiling tower-http v0.6.8
15302026-05-12T03:42:39.284Z Compiling derive_builder_macro v0.20.2
15312026-05-12T03:42:39.284Z Compiling darling_macro v0.21.3
15322026-05-12T03:42:39.284Z Compiling tokio-native-tls v0.3.1
15332026-05-12T03:42:39.284Z Compiling ipnetwork v0.21.1
15342026-05-12T03:42:39.382Z Compiling bstr v1.12.1
15352026-05-12T03:42:39.471Z Compiling rand_chacha v0.3.1
15362026-05-12T03:42:39.695Z Compiling serde_tokenstream v0.2.3
15372026-05-12T03:42:39.777Z Compiling serde_spanned v0.6.9
15382026-05-12T03:42:39.777Z Compiling toml_datetime v0.6.11
15392026-05-12T03:42:39.777Z Compiling erased-serde v0.3.31
15402026-05-12T03:42:39.835Z Compiling md-5 v0.10.6
15412026-05-12T03:42:39.884Z Compiling zerocopy-derive v0.7.35
15422026-05-12T03:42:39.978Z Compiling pin-project-internal v1.1.11
15432026-05-12T03:42:40.043Z Compiling async-trait v0.1.89
15442026-05-12T03:42:40.168Z Compiling curve25519-dalek v4.1.3
15452026-05-12T03:42:40.228Z Compiling vergen-lib v0.1.6
15462026-05-12T03:42:40.420Z Compiling num-integer v0.1.46
15472026-05-12T03:42:40.590Z Compiling hash32 v0.2.1
15482026-05-12T03:42:40.699Z Compiling ff v0.13.1
15492026-05-12T03:42:40.700Z Compiling memoffset v0.9.1
15502026-05-12T03:42:40.726Z Compiling encoding_rs v0.8.35
15512026-05-12T03:42:40.831Z Compiling ref-cast v1.0.25
15522026-05-12T03:42:40.906Z Compiling num-bigint-dig v0.8.6
15532026-05-12T03:42:40.949Z Compiling psl-types v2.0.11
15542026-05-12T03:42:40.973Z Compiling cfg_aliases v0.2.1
15552026-05-12T03:42:41.066Z Compiling zlib-rs v0.6.2
15562026-05-12T03:42:41.094Z Compiling smoltcp v0.9.1
15572026-05-12T03:42:41.094Z Compiling litrs v1.0.0
15582026-05-12T03:42:41.118Z Compiling base16ct v0.2.0
15592026-05-12T03:42:41.313Z Compiling rustix v0.38.44
15602026-05-12T03:42:41.420Z Compiling mime v0.3.17
15612026-05-12T03:42:41.627Z Compiling fallible-iterator v0.2.0
15622026-05-12T03:42:41.682Z Compiling document-features v0.2.12
15632026-05-12T03:42:41.832Z Compiling sec1 v0.7.3
15642026-05-12T03:42:41.964Z Compiling postgres-protocol v0.6.10
15652026-05-12T03:42:42.159Z Compiling nix v0.31.2
15662026-05-12T03:42:42.247Z Compiling publicsuffix v2.3.0
15672026-05-12T03:42:42.283Z Compiling pin-project v1.1.11
15682026-05-12T03:42:42.581Z Compiling group v0.13.0
15692026-05-12T03:42:42.680Z Compiling zerocopy v0.7.35
15702026-05-12T03:42:42.680Z Compiling num-iter v0.1.45
15712026-05-12T03:42:42.780Z Compiling newtype-uuid v1.3.2
15722026-05-12T03:42:43.074Z Compiling rand v0.8.6
15732026-05-12T03:42:43.150Z Compiling darling v0.21.3
15742026-05-12T03:42:43.150Z Compiling oxnet v0.1.4
15752026-05-12T03:42:43.150Z Compiling derive_builder v0.20.2
15762026-05-12T03:42:43.191Z Compiling hubpack_derive v0.1.1
15772026-05-12T03:42:43.191Z Compiling hyper-tls v0.6.0
15782026-05-12T03:42:43.368Z Compiling goblin v0.8.2
15792026-05-12T03:42:43.786Z Compiling phf_shared v0.13.1
15802026-05-12T03:42:43.902Z Compiling lazy_static v1.5.0
15812026-05-12T03:42:43.991Z Compiling flate2 v1.1.9
15822026-05-12T03:42:44.020Z Compiling regex v1.12.3
15832026-05-12T03:42:44.053Z Compiling futures-executor v0.3.32
15842026-05-12T03:42:44.083Z Compiling hex v0.4.3
15852026-05-12T03:42:44.276Z Compiling cargo-platform v0.1.9
15862026-05-12T03:42:44.311Z Compiling hkdf v0.12.4
15872026-05-12T03:42:44.358Z Compiling crypto-bigint v0.5.5
15882026-05-12T03:42:44.379Z Compiling terminal_size v0.4.3
15892026-05-12T03:42:44.452Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-12T03:42:44.478Z Compiling strum_macros v0.27.2
15912026-05-12T03:42:44.710Z Compiling snafu-derive v0.8.9
15922026-05-12T03:42:44.738Z Compiling daft-derive v0.1.5
15932026-05-12T03:42:45.174Z Compiling ref-cast-impl v1.0.25
15942026-05-12T03:42:45.266Z Compiling vergen v9.0.6
15952026-05-12T03:42:45.492Z Compiling fs-err v3.3.0
15962026-05-12T03:42:45.605Z Compiling ahash v0.8.12
15972026-05-12T03:42:45.659Z Compiling same-file v1.0.6
15982026-05-12T03:42:45.812Z Compiling managed v0.8.0
15992026-05-12T03:42:45.872Z Compiling bitflags v1.3.2
16002026-05-12T03:42:45.905Z Compiling foldhash v0.1.5
16012026-05-12T03:42:45.985Z Compiling libbz2-rs-sys v0.2.2
16022026-05-12T03:42:46.032Z Compiling winnow v0.5.40
16032026-05-12T03:42:46.403Z Compiling unicode-segmentation v1.12.0
16042026-05-12T03:42:46.428Z Compiling bumpalo v3.20.2
16052026-05-12T03:42:46.458Z Compiling foldhash v0.2.0
16062026-05-12T03:42:46.645Z Compiling object v0.37.3
16072026-05-12T03:42:46.670Z Compiling zopfli v0.8.3
16082026-05-12T03:42:46.731Z Compiling hashbrown v0.16.1
16092026-05-12T03:42:46.787Z Compiling bzip2 v0.6.1
16102026-05-12T03:42:46.824Z Compiling clap_builder v4.5.60
16112026-05-12T03:42:46.986Z Compiling snafu v0.8.9
16122026-05-12T03:42:47.012Z Compiling strum v0.27.2
16132026-05-12T03:42:47.123Z Compiling hashbrown v0.15.5
16142026-05-12T03:42:47.423Z Compiling walkdir v2.5.0
16152026-05-12T03:42:47.453Z Compiling toml_edit v0.19.15
16162026-05-12T03:42:47.682Z Compiling dof v0.3.0
16172026-05-12T03:42:47.715Z Compiling daft v0.1.5
16182026-05-12T03:42:47.753Z Compiling elliptic-curve v0.13.8
16192026-05-12T03:42:48.150Z Compiling cargo_metadata v0.19.2
16202026-05-12T03:42:48.165Z Compiling futures v0.3.32
16212026-05-12T03:42:48.219Z Compiling phf v0.13.1
16222026-05-12T03:42:48.357Z Compiling signal-hook-mio v0.2.5
16232026-05-12T03:42:48.504Z Compiling cookie_store v0.22.1
16242026-05-12T03:42:49.096Z Compiling hubpack v0.1.2
16252026-05-12T03:42:49.338Z Compiling bzip2 v0.4.4
16262026-05-12T03:42:49.451Z Compiling zstd v0.13.3
16272026-05-12T03:42:49.490Z Compiling serde_with_macros v3.17.0
16282026-05-12T03:42:49.637Z Compiling postgres-types v0.2.12
16292026-05-12T03:42:49.769Z Compiling usdt-attr-macro v0.6.0
16302026-05-12T03:42:49.987Z Compiling usdt-macro v0.6.0
16312026-05-12T03:42:50.166Z Compiling globset v0.4.18
16322026-05-12T03:42:50.526Z Compiling dtrace-parser v0.2.0
16332026-05-12T03:42:50.622Z Compiling ed25519 v2.2.3
16342026-05-12T03:42:51.271Z Compiling phf_shared v0.11.3
16352026-05-12T03:42:51.518Z Compiling olpc-cjson v0.1.4
16362026-05-12T03:42:51.518Z Compiling pkcs1 v0.7.5
16372026-05-12T03:42:51.518Z Compiling serde_plain v1.0.2
16382026-05-12T03:42:51.518Z Compiling serde-big-array v0.5.1
16392026-05-12T03:42:51.518Z Compiling rfc6979 v0.4.0
16402026-05-12T03:42:51.518Z Compiling pem v3.0.6
16412026-05-12T03:42:51.518Z Compiling serde_repr v0.1.20
16422026-05-12T03:42:51.518Z Compiling strum_macros v0.26.4
16432026-05-12T03:42:51.518Z Compiling async-recursion v1.1.1
16442026-05-12T03:42:51.518Z Compiling enum-as-inner v0.6.1
16452026-05-12T03:42:51.593Z Compiling clap_derive v4.5.55
16462026-05-12T03:42:51.593Z Compiling float-cmp v0.10.0
16472026-05-12T03:42:51.624Z Compiling thread-id v4.2.2
16482026-05-12T03:42:51.663Z Compiling memmap2 v0.9.10
16492026-05-12T03:42:51.720Z Compiling env_filter v1.0.0
16502026-05-12T03:42:51.811Z Compiling jiff v0.2.21
16512026-05-12T03:42:51.851Z Compiling rustc-hash v2.1.1
16522026-05-12T03:42:51.897Z Compiling either v1.15.0
16532026-05-12T03:42:52.107Z Compiling fixedbitset v0.4.2
16542026-05-12T03:42:52.230Z Compiling precomputed-hash v0.1.1
16552026-05-12T03:42:52.230Z Compiling whoami v2.1.0
16562026-05-12T03:42:52.230Z Compiling normalize-line-endings v0.3.0
16572026-05-12T03:42:52.261Z Compiling static_assertions v1.1.0
16582026-05-12T03:42:52.261Z Compiling typed-path v0.9.3
16592026-05-12T03:42:52.262Z Compiling data-encoding v2.10.0
16602026-05-12T03:42:52.472Z Compiling new_debug_unreachable v1.0.6
16612026-05-12T03:42:52.533Z Compiling keccak v0.1.6
16622026-05-12T03:42:54.120Z Compiling difflib v0.4.0
16632026-05-12T03:42:54.271Z Compiling predicates-core v1.0.10
16642026-05-12T03:42:54.271Z Compiling fixedbitset v0.5.7
16652026-05-12T03:42:54.271Z Compiling clap v4.5.60
16662026-05-12T03:42:54.271Z Compiling predicates v3.1.4
16672026-05-12T03:42:54.271Z Compiling petgraph v0.8.3
16682026-05-12T03:42:54.271Z Compiling strum v0.26.3
16692026-05-12T03:42:54.271Z Compiling sha3 v0.10.8
16702026-05-12T03:42:54.271Z Compiling hickory-proto v0.25.2
16712026-05-12T03:42:54.272Z Compiling string_cache v0.8.9
16722026-05-12T03:42:54.272Z Compiling tokio-postgres v0.7.16
16732026-05-12T03:42:54.272Z Compiling toml_edit v0.22.27
16742026-05-12T03:42:54.272Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16752026-05-12T03:42:54.272Z Compiling petgraph v0.6.5
16762026-05-12T03:42:55.211Z Compiling zip v4.6.1
16772026-05-12T03:42:55.432Z Compiling itertools v0.13.0
16782026-05-12T03:42:56.230Z Compiling iddqd v0.3.18
16792026-05-12T03:42:56.321Z Compiling env_logger v0.11.9
16802026-05-12T03:42:56.321Z Compiling usdt v0.6.0
16812026-05-12T03:42:56.461Z Compiling usdt-impl v0.5.0
16822026-05-12T03:42:56.549Z Compiling rsa v0.9.10
16832026-05-12T03:42:56.592Z Compiling ecdsa v0.16.9
16842026-05-12T03:42:56.684Z Compiling ed25519-dalek v2.2.0
16852026-05-12T03:42:56.855Z Compiling serde_with v3.17.0
16862026-05-12T03:42:57.101Z Compiling crossterm v0.28.1
16872026-05-12T03:42:57.352Z Compiling zip v0.6.6
16882026-05-12T03:42:57.742Z Compiling toml v0.7.8
16892026-05-12T03:42:59.209Z Compiling similar v2.7.0
16902026-05-12T03:42:59.341Z Compiling heck v0.4.1
16912026-05-12T03:42:59.342Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-05-12T03:42:59.342Z Compiling crossbeam-epoch v0.9.18
16932026-05-12T03:42:59.342Z Compiling tokio-stream v0.1.18
16942026-05-12T03:42:59.342Z Compiling buf-list v1.1.2
16952026-05-12T03:42:59.342Z Compiling x509-cert v0.2.5
16962026-05-12T03:42:59.342Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16972026-05-12T03:42:59.342Z Compiling openapiv3 v2.2.0
16982026-05-12T03:42:59.342Z Compiling sha1 v0.10.6
16992026-05-12T03:42:59.342Z Compiling toml_datetime v0.7.5+spec-1.1.0
17002026-05-12T03:42:59.342Z Compiling lalrpop-util v0.19.12
17012026-05-12T03:42:59.342Z Compiling peg-runtime v0.8.5
17022026-05-12T03:42:59.512Z Compiling thread_local v1.1.9
17032026-05-12T03:42:59.512Z Compiling slog-async v2.8.0
17042026-05-12T03:42:59.643Z Compiling crossbeam-channel v0.5.15
17052026-05-12T03:42:59.643Z Compiling is-terminal v0.4.17
17062026-05-12T03:42:59.690Z Compiling filetime v0.2.27
17072026-05-12T03:42:59.690Z Compiling term v1.2.1
17082026-05-12T03:42:59.799Z Compiling take_mut v0.2.2
17092026-05-12T03:42:59.842Z Compiling xattr v1.6.1
17102026-05-12T03:42:59.966Z Compiling tar v0.4.45
17112026-05-12T03:43:00.239Z Compiling slog-term v2.9.2
17122026-05-12T03:43:09.915Z Compiling rustls-webpki v0.103.9
17132026-05-12T03:43:12.752Z Compiling tokio-rustls v0.26.4
17142026-05-12T03:43:12.752Z Compiling rustls-platform-verifier v0.6.2
17152026-05-12T03:43:12.936Z Compiling hyper-rustls v0.27.7
17162026-05-12T03:43:13.148Z Compiling reqwest v0.12.28
17172026-05-12T03:43:13.148Z Compiling reqwest v0.13.2
17182026-05-12T03:43:14.585Z Compiling tough v0.22.0
17192026-05-12T03:43:16.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-05-12T03:43:17.118Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-05-12T03:43:20.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17222026-05-12T03:43:20.093Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-05-12T03:43:20.176ZMay 12 03:43:18.696 INFO Starting download, target: Cockroach
17242026-05-12T03:43:20.176ZMay 12 03:43:18.696 INFO Starting download, target: Clickhouse
17252026-05-12T03:43:20.176ZMay 12 03:43:18.696 INFO Starting download, target: Console
17262026-05-12T03:43:20.176ZMay 12 03:43:18.696 INFO Starting download, target: DendriteStub
17272026-05-12T03:43:20.176ZMay 12 03:43:18.696 INFO Starting download, target: MaghemiteMgd
17282026-05-12T03:43:20.176ZMay 12 03:43:18.696 INFO Starting download, target: TransceiverControl
17292026-05-12T03:43:20.177ZMay 12 03:43:18.697 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-05-12T03:43:20.177ZMay 12 03:43:18.697 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-05-12T03:43:20.177ZMay 12 03:43:18.697 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-12T03:43:20.177ZMay 12 03:43:18.697 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-05-12T03:43:20.177ZMay 12 03:43:18.697 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-05-12T03:43:20.177ZMay 12 03:43:18.697 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17352026-05-12T03:43:20.956ZMay 12 03:43:19.532 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-05-12T03:43:21.146ZMay 12 03:43:19.688 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-12T03:43:21.172ZMay 12 03:43:19.744 INFO Download complete, target: TransceiverControl
17382026-05-12T03:43:21.343ZMay 12 03:43:19.923 INFO Download complete, target: Console
17392026-05-12T03:43:22.203ZMay 12 03:43:20.738 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-05-12T03:43:24.292ZMay 12 03:43:22.882 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-05-12T03:43:25.456ZMay 12 03:43:24.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-12T03:43:26.127ZMay 12 03:43:24.742 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-05-12T03:43:26.127ZMay 12 03:43:24.743 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-05-12T03:43:26.614ZMay 12 03:43:25.188 INFO Download complete, target: DendriteStub
17452026-05-12T03:43:27.873ZMay 12 03:43:26.469 INFO Download complete, target: MaghemiteMgd
17462026-05-12T03:43:29.230ZMay 12 03:43:27.773 INFO Checking that binary works, target: Clickhouse
17472026-05-12T03:43:29.251ZMay 12 03:43:27.860 INFO Download complete, target: Clickhouse
17482026-05-12T03:43:30.807ZMay 12 03:43:29.379 INFO Checking that binary works, target: Cockroach
17492026-05-12T03:43:30.894ZMay 12 03:43:29.489 INFO Download complete, target: Cockroach
17502026-05-12T03:43:30.908ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-05-12T03:43:30.908Z
17522026-05-12T03:43:30.908Zreal 2:15.976384327
17532026-05-12T03:43:30.908Zuser 6:54.198898035
17542026-05-12T03:43:30.908Zsys 1:21.783001320
17552026-05-12T03:43:30.908Ztrap 0.219374333
17562026-05-12T03:43:30.908Ztflt 0.603410449
17572026-05-12T03:43:30.908Zdflt 0.511742429
17582026-05-12T03:43:30.908Zkflt 0.028249775
17592026-05-12T03:43:30.908Zlock 22:00.881321734
17602026-05-12T03:43:30.909Zslp 21:03.271691145
17612026-05-12T03:43:30.909Zlat 45.602663757
17622026-05-12T03:43:30.909Zstop 2:03.096013207
17632026-05-12T03:43:30.909Z+ banner hack-check
17642026-05-12T03:43:30.909Z
17652026-05-12T03:43:30.909Z # # ## #### # # #### # # ###### #### # #
17662026-05-12T03:43:30.909Z # # # # # # # # # # # # # # # # #
17672026-05-12T03:43:30.910Z ###### # # # #### ##### # ###### ##### # ####
17682026-05-12T03:43:30.910Z # # ###### # # # # # # # # # #
17692026-05-12T03:43:30.910Z # # # # # # # # # # # # # # # # #
17702026-05-12T03:43:30.910Z # # # # #### # # #### # # ###### #### # #
17712026-05-12T03:43:30.910Z
17722026-05-12T03:43:30.910Z+ export CARGO_INCREMENTAL=0
17732026-05-12T03:43:30.910Z+ CARGO_INCREMENTAL=0
17742026-05-12T03:43:30.910Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-05-12T03:43:31.447Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-05-12T03:43:31.704Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-05-12T03:43:33.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17782026-05-12T03:43:33.583Z Running `target/debug/xtask check-features --ci`
17792026-05-12T03:43:33.608Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-05-12T03:43:33.616Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-05-12T03:43:34.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17822026-05-12T03:43:34.117Z Running `target/debug/xtask download cargo-hack`
17832026-05-12T03:43:34.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-05-12T03:43:35.231Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-05-12T03:43:37.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
17862026-05-12T03:43:37.925Z Running `target/debug/xtask-downloader cargo-hack`
17872026-05-12T03:43:37.968ZMay 12 03:43:36.580 INFO Starting download, target: CargoHack
17882026-05-12T03:43:37.972ZMay 12 03:43:36.581 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-05-12T03:43:38.169ZMay 12 03:43:36.784 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-05-12T03:43:38.221ZMay 12 03:43:36.836 INFO Download complete, target: CargoHack
17912026-05-12T03:43:38.225Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-05-12T03:43:38.238Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-05-12T03:43:38.393Zinfo: running `cargo check --bins` on api_identity (1/274)
17942026-05-12T03:43:38.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-05-12T03:43:38.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-05-12T03:43:38.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-05-12T03:43:38.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17982026-05-12T03:43:38.994Z
17992026-05-12T03:43:38.994Zinfo: running `cargo check --bins` on bootstore (2/274)
18002026-05-12T03:43:39.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-05-12T03:43:39.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-05-12T03:43:39.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-05-12T03:43:39.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18042026-05-12T03:43:39.588Z
18052026-05-12T03:43:39.589Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18062026-05-12T03:43:40.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-05-12T03:43:40.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-05-12T03:43:40.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-05-12T03:43:40.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18102026-05-12T03:43:40.176Z
18112026-05-12T03:43:40.176Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18122026-05-12T03:43:40.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-05-12T03:43:40.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-05-12T03:43:40.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-05-12T03:43:40.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18162026-05-12T03:43:40.753Z
18172026-05-12T03:43:40.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18182026-05-12T03:43:41.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-05-12T03:43:41.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-05-12T03:43:41.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-05-12T03:43:41.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-05-12T03:43:41.339Z
18232026-05-12T03:43:41.339Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18242026-05-12T03:43:41.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-05-12T03:43:41.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-05-12T03:43:41.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-05-12T03:43:41.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-05-12T03:43:41.960Z
18292026-05-12T03:43:41.960Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18302026-05-12T03:43:42.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-05-12T03:43:42.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-05-12T03:43:42.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-05-12T03:43:42.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-05-12T03:43:42.568Z
18352026-05-12T03:43:42.568Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18362026-05-12T03:43:43.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-05-12T03:43:43.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-05-12T03:43:43.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-05-12T03:43:43.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18402026-05-12T03:43:43.171Z
18412026-05-12T03:43:43.171Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18422026-05-12T03:43:43.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-05-12T03:43:43.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-05-12T03:43:43.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-05-12T03:43:43.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18462026-05-12T03:43:43.673Z
18472026-05-12T03:43:43.673Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18482026-05-12T03:43:44.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-05-12T03:43:44.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-05-12T03:43:44.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-05-12T03:43:44.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18522026-05-12T03:43:44.126Z
18532026-05-12T03:43:44.126Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18542026-05-12T03:43:44.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-12T03:43:44.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-12T03:43:44.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-12T03:43:44.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18582026-05-12T03:43:44.602Z
18592026-05-12T03:43:44.602Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18602026-05-12T03:43:45.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-12T03:43:45.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-12T03:43:45.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-12T03:43:45.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18642026-05-12T03:43:45.077Z
18652026-05-12T03:43:45.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18662026-05-12T03:43:45.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-12T03:43:45.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-12T03:43:45.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-12T03:43:45.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18702026-05-12T03:43:45.559Z
18712026-05-12T03:43:45.559Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18722026-05-12T03:43:45.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-12T03:43:45.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-12T03:43:45.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-12T03:43:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18762026-05-12T03:43:46.039Z
18772026-05-12T03:43:46.039Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18782026-05-12T03:43:46.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-12T03:43:46.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-12T03:43:46.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-12T03:43:46.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18822026-05-12T03:43:46.522Z
18832026-05-12T03:43:46.522Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18842026-05-12T03:43:46.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-12T03:43:46.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-12T03:43:46.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-12T03:43:46.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-05-12T03:43:47.003Z
18892026-05-12T03:43:47.004Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18902026-05-12T03:43:47.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-12T03:43:47.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-12T03:43:47.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-12T03:43:47.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-05-12T03:43:47.487Z
18952026-05-12T03:43:47.487Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18962026-05-12T03:43:47.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-12T03:43:47.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-12T03:43:47.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-12T03:43:47.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-05-12T03:43:47.957Z
19012026-05-12T03:43:47.957Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19022026-05-12T03:43:48.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-12T03:43:48.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-12T03:43:48.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-12T03:43:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-05-12T03:43:48.443Z
19072026-05-12T03:43:48.443Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19082026-05-12T03:43:48.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-12T03:43:48.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-12T03:43:48.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-12T03:43:48.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-05-12T03:43:48.927Z
19132026-05-12T03:43:48.927Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19142026-05-12T03:43:49.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-12T03:43:49.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-12T03:43:49.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-12T03:43:49.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-05-12T03:43:49.401Z
19192026-05-12T03:43:49.401Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19202026-05-12T03:43:49.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-12T03:43:49.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-12T03:43:49.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-12T03:43:49.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-05-12T03:43:49.896Z
19252026-05-12T03:43:49.896Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19262026-05-12T03:43:50.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-12T03:43:50.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-12T03:43:50.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-12T03:43:50.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-05-12T03:43:50.363Z
19312026-05-12T03:43:50.363Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19322026-05-12T03:43:50.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-12T03:43:50.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-12T03:43:50.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-12T03:43:50.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19362026-05-12T03:43:50.846Z
19372026-05-12T03:43:50.846Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19382026-05-12T03:43:51.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-12T03:43:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-12T03:43:51.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-12T03:43:51.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-05-12T03:43:51.672Z
19432026-05-12T03:43:51.672Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19442026-05-12T03:43:51.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-12T03:43:51.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-12T03:43:51.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-12T03:43:51.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-05-12T03:43:51.817Z
19492026-05-12T03:43:51.817Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19502026-05-12T03:43:52.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-12T03:43:52.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-12T03:43:52.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-12T03:43:52.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-05-12T03:43:52.297Z
19552026-05-12T03:43:52.297Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19562026-05-12T03:43:52.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-12T03:43:52.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-12T03:43:52.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-12T03:43:52.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-05-12T03:43:52.784Z
19612026-05-12T03:43:52.784Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19622026-05-12T03:43:53.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-12T03:43:53.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-12T03:43:53.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-12T03:43:53.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-05-12T03:43:53.260Z
19672026-05-12T03:43:53.260Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19682026-05-12T03:43:53.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-12T03:43:53.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-12T03:43:53.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-12T03:43:53.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-05-12T03:43:53.741Z
19732026-05-12T03:43:53.741Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19742026-05-12T03:43:54.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-12T03:43:54.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-12T03:43:54.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-12T03:43:54.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-05-12T03:43:54.230Z
19792026-05-12T03:43:54.230Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19802026-05-12T03:43:54.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-12T03:43:54.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-12T03:43:54.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-12T03:43:54.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-05-12T03:43:54.708Z
19852026-05-12T03:43:54.708Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19862026-05-12T03:43:55.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-12T03:43:55.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-12T03:43:55.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-12T03:43:55.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-05-12T03:43:55.183Z
19912026-05-12T03:43:55.183Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19922026-05-12T03:43:55.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-12T03:43:55.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-12T03:43:55.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-12T03:43:55.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-05-12T03:43:55.663Z
19972026-05-12T03:43:55.663Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19982026-05-12T03:43:56.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-12T03:43:56.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-12T03:43:56.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-12T03:43:56.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-05-12T03:43:56.143Z
20032026-05-12T03:43:56.143Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20042026-05-12T03:43:56.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-12T03:43:56.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-12T03:43:56.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-12T03:43:56.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-05-12T03:43:56.622Z
20092026-05-12T03:43:56.622Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20102026-05-12T03:43:57.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-12T03:43:57.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-12T03:43:57.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-12T03:43:57.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-05-12T03:43:57.102Z
20152026-05-12T03:43:57.102Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20162026-05-12T03:43:57.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-12T03:43:57.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-12T03:43:57.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-12T03:43:57.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20202026-05-12T03:43:57.920Z
20212026-05-12T03:43:57.920Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20222026-05-12T03:43:57.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-12T03:43:57.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-12T03:43:57.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-12T03:43:57.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-05-12T03:43:58.052Z
20272026-05-12T03:43:58.052Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20282026-05-12T03:43:58.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-12T03:43:58.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-12T03:43:58.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-12T03:43:58.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-05-12T03:43:58.536Z
20332026-05-12T03:43:58.536Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20342026-05-12T03:43:58.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-12T03:43:58.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-12T03:43:58.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-12T03:43:58.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-05-12T03:43:59.013Z
20392026-05-12T03:43:59.013Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20402026-05-12T03:43:59.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-12T03:43:59.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-12T03:43:59.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-12T03:43:59.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-05-12T03:43:59.488Z
20452026-05-12T03:43:59.489Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20462026-05-12T03:43:59.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-12T03:43:59.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-12T03:43:59.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-12T03:43:59.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20502026-05-12T03:43:59.969Z
20512026-05-12T03:43:59.969Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20522026-05-12T03:44:00.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-12T03:44:00.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-12T03:44:00.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-12T03:44:00.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20562026-05-12T03:44:00.443Z
20572026-05-12T03:44:00.443Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20582026-05-12T03:44:00.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-12T03:44:01.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-12T03:44:01.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-12T03:44:01.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-05-12T03:44:01.312Z
20632026-05-12T03:44:01.312Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20642026-05-12T03:44:01.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-12T03:44:01.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-12T03:44:01.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-12T03:44:01.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-05-12T03:44:01.398Z
20692026-05-12T03:44:01.398Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20702026-05-12T03:44:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-12T03:44:01.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-12T03:44:01.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-12T03:44:01.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-05-12T03:44:01.878Z
20752026-05-12T03:44:01.878Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20762026-05-12T03:44:02.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-12T03:44:02.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-12T03:44:02.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-12T03:44:02.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-05-12T03:44:02.352Z
20812026-05-12T03:44:02.352Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20822026-05-12T03:44:02.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-12T03:44:02.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-12T03:44:02.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-12T03:44:02.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862026-05-12T03:44:02.999Z
20872026-05-12T03:44:02.999Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20882026-05-12T03:44:03.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-12T03:44:03.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-12T03:44:03.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-12T03:44:03.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-05-12T03:44:03.658Z
20932026-05-12T03:44:03.659Zinfo: running `cargo check --bins` on nexus-config (51/274)
20942026-05-12T03:44:04.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-12T03:44:04.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-12T03:44:04.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-12T03:44:04.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-05-12T03:44:04.307Z
20992026-05-12T03:44:04.307Zinfo: running `cargo check --bins` on nexus-types (52/274)
21002026-05-12T03:44:04.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-12T03:44:04.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-12T03:44:04.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-12T03:44:04.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-05-12T03:44:04.942Z
21052026-05-12T03:44:04.942Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21062026-05-12T03:44:05.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-12T03:44:05.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-12T03:44:05.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-12T03:44:05.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102026-05-12T03:44:05.966Z
21112026-05-12T03:44:05.966Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21122026-05-12T03:44:06.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-12T03:44:06.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-12T03:44:06.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-12T03:44:06.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21162026-05-12T03:44:06.141Z
21172026-05-12T03:44:06.141Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21182026-05-12T03:44:06.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-12T03:44:06.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-12T03:44:06.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-12T03:44:06.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21222026-05-12T03:44:06.754Z
21232026-05-12T03:44:06.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21242026-05-12T03:44:07.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-12T03:44:07.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-12T03:44:07.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-12T03:44:07.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21282026-05-12T03:44:07.363Z
21292026-05-12T03:44:07.363Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21302026-05-12T03:44:07.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-12T03:44:07.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-12T03:44:07.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-12T03:44:07.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21342026-05-12T03:44:07.980Z
21352026-05-12T03:44:07.980Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21362026-05-12T03:44:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-12T03:44:08.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-12T03:44:08.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-12T03:44:08.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21402026-05-12T03:44:08.600Z
21412026-05-12T03:44:08.600Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21422026-05-12T03:44:09.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-12T03:44:09.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-12T03:44:09.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-12T03:44:09.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21462026-05-12T03:44:09.195Z
21472026-05-12T03:44:09.195Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21482026-05-12T03:44:09.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-12T03:44:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-12T03:44:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-12T03:44:09.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-05-12T03:44:09.784Z
21532026-05-12T03:44:09.784Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21542026-05-12T03:44:10.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-12T03:44:10.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-12T03:44:10.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-12T03:44:10.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-05-12T03:44:10.796Z
21592026-05-12T03:44:10.796Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21602026-05-12T03:44:10.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-12T03:44:10.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-12T03:44:10.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-12T03:44:10.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-05-12T03:44:10.971Z
21652026-05-12T03:44:10.971Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21662026-05-12T03:44:11.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-12T03:44:11.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-12T03:44:11.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-12T03:44:11.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-05-12T03:44:11.613Z
21712026-05-12T03:44:11.613Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21722026-05-12T03:44:12.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-12T03:44:12.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-12T03:44:12.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-12T03:44:12.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21762026-05-12T03:44:12.185Z
21772026-05-12T03:44:12.186Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21782026-05-12T03:44:12.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-12T03:44:12.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-12T03:44:12.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-12T03:44:12.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21822026-05-12T03:44:12.775Z
21832026-05-12T03:44:12.775Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21842026-05-12T03:44:13.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-12T03:44:13.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-12T03:44:13.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-12T03:44:13.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21882026-05-12T03:44:13.385Z
21892026-05-12T03:44:13.385Zinfo: running `cargo check --bins` on ereport-types (67/274)
21902026-05-12T03:44:13.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-12T03:44:13.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-12T03:44:13.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-12T03:44:13.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-05-12T03:44:13.964Z
21952026-05-12T03:44:13.964Zinfo: running `cargo check --bins` on gateway-client (68/274)
21962026-05-12T03:44:14.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-12T03:44:14.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-12T03:44:14.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-12T03:44:14.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-05-12T03:44:14.566Z
22012026-05-12T03:44:14.566Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22022026-05-12T03:44:15.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-12T03:44:15.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-12T03:44:15.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-12T03:44:15.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-05-12T03:44:15.166Z
22072026-05-12T03:44:15.166Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22082026-05-12T03:44:15.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-12T03:44:15.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-12T03:44:15.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-12T03:44:15.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22122026-05-12T03:44:15.770Z
22132026-05-12T03:44:15.770Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22142026-05-12T03:44:16.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-12T03:44:16.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-12T03:44:16.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-12T03:44:16.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-05-12T03:44:16.370Z
22192026-05-12T03:44:16.370Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22202026-05-12T03:44:16.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-12T03:44:16.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-12T03:44:16.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-12T03:44:16.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-05-12T03:44:16.975Z
22252026-05-12T03:44:16.975Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22262026-05-12T03:44:17.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-12T03:44:17.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-12T03:44:17.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-12T03:44:17.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22302026-05-12T03:44:17.602Z
22312026-05-12T03:44:17.602Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22322026-05-12T03:44:18.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-12T03:44:18.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-12T03:44:18.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-12T03:44:18.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22362026-05-12T03:44:18.222Z
22372026-05-12T03:44:18.222Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22382026-05-12T03:44:18.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-12T03:44:18.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-12T03:44:18.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-12T03:44:18.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-05-12T03:44:18.816Z
22432026-05-12T03:44:18.816Zinfo: running `cargo check --bins` on oxlog (76/274)
22442026-05-12T03:44:19.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-12T03:44:19.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-12T03:44:19.435Z Checking cfg-if v1.0.4
22472026-05-12T03:44:19.439Z Checking libc v0.2.185
22482026-05-12T03:44:19.440Z Checking serde_core v1.0.228
22492026-05-12T03:44:19.555Z Checking zeroize v1.8.2
22502026-05-12T03:44:19.562Z Checking memchr v2.8.0
22512026-05-12T03:44:19.570Z Checking log v0.4.29
22522026-05-12T03:44:19.579Z Checking smallvec v1.15.1
22532026-05-12T03:44:19.590Z Checking typenum v1.19.0
22542026-05-12T03:44:19.590Z Checking subtle v2.6.1
22552026-05-12T03:44:19.691Z Checking itoa v1.0.17
22562026-05-12T03:44:19.748Z Checking scopeguard v1.2.0
22572026-05-12T03:44:19.760Z Checking stable_deref_trait v1.2.1
22582026-05-12T03:44:20.179Z Checking const-oid v0.9.6
22592026-05-12T03:44:20.182Z Checking portable-atomic v1.13.1
22602026-05-12T03:44:20.182Z Checking lock_api v0.4.14
22612026-05-12T03:44:20.182Z Checking zerofrom v0.1.6
22622026-05-12T03:44:20.182Z Checking critical-section v1.2.0
22632026-05-12T03:44:20.182Z Checking yoke v0.8.1
22642026-05-12T03:44:20.182Z Checking getrandom v0.2.17
22652026-05-12T03:44:20.182Z Checking errno v0.3.14
22662026-05-12T03:44:20.183Z Checking pin-project-lite v0.2.17
22672026-05-12T03:44:20.183Z Checking rand_core v0.6.4
22682026-05-12T03:44:20.183Z Checking generic-array v0.14.7
22692026-05-12T03:44:20.183Z Checking zerovec v0.11.5
22702026-05-12T03:44:20.183Z Checking signal-hook-registry v1.4.8
22712026-05-12T03:44:20.183Z Checking parking_lot_core v0.9.12
22722026-05-12T03:44:20.194Z Checking once_cell v1.21.3
22732026-05-12T03:44:20.253Z Checking futures-core v0.3.32
22742026-05-12T03:44:20.685Z Checking mio v1.2.0
22752026-05-12T03:44:20.690Z Checking parking_lot v0.12.5
22762026-05-12T03:44:20.690Z Checking zerocopy v0.8.40
22772026-05-12T03:44:20.690Z Checking zmij v1.0.21
22782026-05-12T03:44:20.690Z Checking socket2 v0.6.3
22792026-05-12T03:44:20.690Z Checking libm v0.2.16
22802026-05-12T03:44:20.690Z Checking tinystr v0.8.2
22812026-05-12T03:44:20.690Z Checking crypto-common v0.1.7
22822026-05-12T03:44:20.690Z Checking block-buffer v0.10.4
22832026-05-12T03:44:20.690Z Checking writeable v0.6.2
22842026-05-12T03:44:20.690Z Checking litemap v0.8.1
22852026-05-12T03:44:20.690Z Checking percent-encoding v2.3.2
22862026-05-12T03:44:20.690Z Checking digest v0.10.7
22872026-05-12T03:44:20.699Z Checking equivalent v1.0.2
22882026-05-12T03:44:20.734Z Checking potential_utf v0.1.4
22892026-05-12T03:44:20.776Z Checking zerotrie v0.2.3
22902026-05-12T03:44:20.790Z Checking futures-sink v0.3.32
22912026-05-12T03:44:20.810Z Checking icu_locale_core v2.1.1
22922026-05-12T03:44:20.873Z Checking icu_collections v2.1.1
22932026-05-12T03:44:20.968Z Checking cpufeatures v0.2.17
22942026-05-12T03:44:20.975Z Checking futures-channel v0.3.32
22952026-05-12T03:44:20.975Z Checking futures-task v0.3.32
22962026-05-12T03:44:21.009Z Checking serde v1.0.228
22972026-05-12T03:44:21.027Z Checking bitflags v2.11.0
22982026-05-12T03:44:21.082Z Checking serde_json v1.0.149
22992026-05-12T03:44:21.094Z Checking futures-io v0.3.32
23002026-05-12T03:44:21.153Z Checking slab v0.4.12
23012026-05-12T03:44:21.166Z Checking hmac v0.12.1
23022026-05-12T03:44:21.197Z Checking icu_normalizer_data v2.1.1
23032026-05-12T03:44:21.618Z Checking num-traits v0.2.19
23042026-05-12T03:44:21.642Z Checking icu_properties_data v2.1.2
23052026-05-12T03:44:21.642Z Checking hashbrown v0.17.0
23062026-05-12T03:44:21.642Z Checking futures-util v0.3.32
23072026-05-12T03:44:21.642Z Checking icu_provider v2.1.1
23082026-05-12T03:44:21.642Z Checking bytes v1.11.1
23092026-05-12T03:44:21.642Z Checking rand_core v0.10.0
23102026-05-12T03:44:21.642Z Checking getrandom v0.4.1
23112026-05-12T03:44:21.642Z Checking icu_properties v2.1.2
23122026-05-12T03:44:21.674Z Checking icu_normalizer v2.1.1
23132026-05-12T03:44:21.719Z Checking block-padding v0.3.3
23142026-05-12T03:44:21.735Z Checking utf8_iter v1.0.4
23152026-05-12T03:44:21.748Z Checking indexmap v2.14.0
23162026-05-12T03:44:21.832Z Checking tokio v1.52.1
23172026-05-12T03:44:21.844Z Checking inout v0.1.4
23182026-05-12T03:44:21.857Z Checking sha2 v0.10.9
23192026-05-12T03:44:21.972Z Checking form_urlencoded v1.2.2
23202026-05-12T03:44:22.018Z Checking cipher v0.4.4
23212026-05-12T03:44:22.508Z Checking getrandom v0.3.4
23222026-05-12T03:44:22.534Z Checking base64ct v1.8.3
23232026-05-12T03:44:22.534Z Checking fnv v1.0.7
23242026-05-12T03:44:22.535Z Checking byteorder v1.5.0
23252026-05-12T03:44:22.535Z Checking flagset v0.4.7
23262026-05-12T03:44:22.535Z Checking rand_core v0.9.5
23272026-05-12T03:44:22.535Z Checking pem-rfc7468 v0.7.0
23282026-05-12T03:44:22.535Z Checking idna_adapter v1.2.1
23292026-05-12T03:44:22.535Z Checking http v1.4.0
23302026-05-12T03:44:22.535Z Checking regex-syntax v0.8.10
23312026-05-12T03:44:22.535Z Checking salsa20 v0.10.2
23322026-05-12T03:44:22.535Z Checking idna v1.1.0
23332026-05-12T03:44:22.535Z Checking der v0.7.10
23342026-05-12T03:44:22.602Z Checking uuid v1.23.0
23352026-05-12T03:44:22.744Z Checking url v2.5.8
23362026-05-12T03:44:22.911Z Checking pbkdf2 v0.12.2
23372026-05-12T03:44:22.945Z Checking rustix v1.1.3
23382026-05-12T03:44:23.016Z Checking tracing-core v0.1.36
23392026-05-12T03:44:23.081Z Checking ppv-lite86 v0.2.21
23402026-05-12T03:44:23.169Z Checking rustls-pki-types v1.14.0
23412026-05-12T03:44:23.180Z Checking iana-time-zone v0.1.65
23422026-05-12T03:44:23.238Z Checking spki v0.7.3
23432026-05-12T03:44:23.301Z Checking base64 v0.22.1
23442026-05-12T03:44:23.338Z Checking tracing v0.1.44
23452026-05-12T03:44:23.442Z Checking rand_chacha v0.9.0
23462026-05-12T03:44:23.477Z Checking chrono v0.4.44
23472026-05-12T03:44:23.491Z Checking scrypt v0.11.0
23482026-05-12T03:44:23.514Z Checking http-body v1.0.1
23492026-05-12T03:44:23.528Z Checking aes v0.8.4
23502026-05-12T03:44:23.581Z Checking cbc v0.1.2
23512026-05-12T03:44:23.614Z Checking aws-lc-sys v0.40.0
23522026-05-12T03:44:23.643Z Checking tinyvec_macros v0.1.1
23532026-05-12T03:44:23.713Z Checking openssl-probe v0.2.1
23542026-05-12T03:44:23.723Z Checking untrusted v0.7.1
23552026-05-12T03:44:23.751Z Checking untrusted v0.9.0
23562026-05-12T03:44:23.775Z Checking tinyvec v1.10.0
23572026-05-12T03:44:23.811Z Checking rand v0.9.2
23582026-05-12T03:44:23.822Z Checking try-lock v0.2.5
23592026-05-12T03:44:23.851Z Checking ring v0.17.14
23602026-05-12T03:44:23.912Z Checking tower-service v0.3.3
23612026-05-12T03:44:23.913Z Checking pkcs5 v0.7.1
23622026-05-12T03:44:24.001Z Checking tower-layer v0.3.3
23632026-05-12T03:44:24.077Z Checking atomic-waker v1.1.2
23642026-05-12T03:44:24.100Z Checking aws-lc-rs v1.16.3
23652026-05-12T03:44:24.554Z Checking want v0.3.1
23662026-05-12T03:44:24.558Z Checking pkcs8 v0.10.2
23672026-05-12T03:44:24.558Z Checking ipnet v2.11.0
23682026-05-12T03:44:24.558Z Checking httparse v1.10.1
23692026-05-12T03:44:24.558Z Checking aho-corasick v1.1.4
23702026-05-12T03:44:24.558Z Checking httpdate v1.0.3
23712026-05-12T03:44:24.558Z Checking fastrand v2.3.0
23722026-05-12T03:44:24.558Z Checking dyn-clone v1.0.20
23732026-05-12T03:44:24.558Z Checking foreign-types-shared v0.1.1
23742026-05-12T03:44:24.559Z Checking plain v0.2.3
23752026-05-12T03:44:24.559Z Checking pin-utils v0.1.0
23762026-05-12T03:44:24.559Z Checking foreign-types v0.3.2
23772026-05-12T03:44:24.559Z Checking tempfile v3.25.0
23782026-05-12T03:44:24.559Z Checking unicode-normalization v0.1.25
23792026-05-12T03:44:24.576Z Checking semver v1.0.28
23802026-05-12T03:44:24.587Z Checking openssl-sys v0.9.114
23812026-05-12T03:44:24.716Z Checking spin v0.9.8
23822026-05-12T03:44:24.783Z Checking unicode-ident v1.0.24
23832026-05-12T03:44:24.826Z Checking ucd-trie v0.1.7
23842026-05-12T03:44:24.891Z Checking proc-macro2 v1.0.106
23852026-05-12T03:44:24.904Z Checking schemars v0.8.22
23862026-05-12T03:44:24.927Z Checking regex-automata v0.4.14
23872026-05-12T03:44:24.931Z Checking rustls-webpki v0.103.9
23882026-05-12T03:44:24.955Z Checking rustls-native-certs v0.8.3
23892026-05-12T03:44:24.966Z Checking pest v2.8.6
23902026-05-12T03:44:25.039Z Checking tokio-util v0.7.18
23912026-05-12T03:44:25.077Z Checking thiserror v2.0.18
23922026-05-12T03:44:25.090Z Checking openssl v0.10.78
23932026-05-12T03:44:25.176Z Checking sync_wrapper v1.0.2
23942026-05-12T03:44:25.201Z Checking wait-timeout v0.2.1
23952026-05-12T03:44:25.277Z Checking quick-error v1.2.3
23962026-05-12T03:44:25.319Z Checking bit-vec v0.8.0
23972026-05-12T03:44:25.359Z Checking rustls v0.23.37
23982026-05-12T03:44:25.373Z Checking pretty-hex v0.4.1
23992026-05-12T03:44:25.490Z Checking utf8parse v0.2.2
24002026-05-12T03:44:25.506Z Checking anstyle v1.0.13
24012026-05-12T03:44:25.589Z Checking simd-adler32 v0.3.8
24022026-05-12T03:44:25.593Z Checking siphasher v1.0.2
24032026-05-12T03:44:25.637Z Checking h2 v0.4.13
24042026-05-12T03:44:25.681Z Checking powerfmt v0.2.0
24052026-05-12T03:44:25.707Z Checking anstyle-parse v0.2.7
24062026-05-12T03:44:25.738Z Checking bit-set v0.8.0
24072026-05-12T03:44:25.824Z Checking deranged v0.5.8
24082026-05-12T03:44:25.854Z Checking rusty-fork v0.3.1
24092026-05-12T03:44:25.880Z Checking tower v0.5.3
24102026-05-12T03:44:26.018Z Checking quote v1.0.45
24112026-05-12T03:44:26.032Z Compiling newtype-uuid v1.3.2
24122026-05-12T03:44:26.186Z Checking http-body-util v0.1.3
24132026-05-12T03:44:26.209Z Checking webpki-roots v1.0.6
24142026-05-12T03:44:26.263Z Checking crossbeam-utils v0.8.21
24152026-05-12T03:44:26.320Z Checking rand_xorshift v0.4.0
24162026-05-12T03:44:26.397Z Checking crc32fast v1.5.0
24172026-05-12T03:44:26.433Z Checking scroll v0.13.0
24182026-05-12T03:44:26.534Z Checking signature v2.2.0
24192026-05-12T03:44:26.596Z Checking colorchoice v1.0.4
24202026-05-12T03:44:26.656Z Checking time-core v0.1.8
24212026-05-12T03:44:26.668Z Checking num-conv v0.2.0
24222026-05-12T03:44:26.691Z Checking iri-string v0.7.10
24232026-05-12T03:44:26.777Z Checking allocator-api2 v0.2.21
24242026-05-12T03:44:26.793Z Checking unicode-properties v0.1.4
24252026-05-12T03:44:26.793Z Checking adler2 v2.0.1
24262026-05-12T03:44:26.807Z Checking is_terminal_polyfill v1.70.2
24272026-05-12T03:44:26.878Z Checking ryu v1.0.23
24282026-05-12T03:44:26.889Z Checking anstyle-query v1.1.5
24292026-05-12T03:44:26.922Z Checking unicode-bidi v0.3.18
24302026-05-12T03:44:27.384Z Checking unarray v0.1.4
24312026-05-12T03:44:27.388Z Checking num_threads v0.1.7
24322026-05-12T03:44:27.388Z Checking serde_urlencoded v0.7.1
24332026-05-12T03:44:27.388Z Checking native-tls v0.2.18
24342026-05-12T03:44:27.388Z Checking proptest v1.10.0
24352026-05-12T03:44:27.388Z Checking time v0.3.47
24362026-05-12T03:44:27.388Z Checking anstream v0.6.21
24372026-05-12T03:44:27.388Z Checking stringprep v0.1.5
24382026-05-12T03:44:27.388Z Checking tokio-native-tls v0.3.1
24392026-05-12T03:44:27.388Z Checking miniz_oxide v0.8.9
24402026-05-12T03:44:27.388Z Checking bstr v1.12.1
24412026-05-12T03:44:27.399Z Checking goblin v0.10.5
24422026-05-12T03:44:27.697Z Checking tower-http v0.6.8
24432026-05-12T03:44:27.710Z Checking tokio-rustls v0.26.4
24442026-05-12T03:44:27.725Z Checking crossbeam-epoch v0.9.18
24452026-05-12T03:44:27.770Z Checking syn v2.0.117
24462026-05-12T03:44:27.935Z Compiling daft v0.1.5
24472026-05-12T03:44:27.949Z Checking ipnetwork v0.21.1
24482026-05-12T03:44:27.971Z Checking rand_chacha v0.3.1
24492026-05-12T03:44:28.156Z Checking thiserror v1.0.69
24502026-05-12T03:44:28.170Z Checking scroll v0.12.0
24512026-05-12T03:44:28.202Z Checking hash32 v0.2.1
24522026-05-12T03:44:28.215Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-12T03:44:28.252Z Checking num-integer v0.1.46
24542026-05-12T03:44:28.311Z Checking hyper v1.8.1
24552026-05-12T03:44:28.340Z Checking toml_datetime v0.6.11
24562026-05-12T03:44:28.374Z Checking serde_spanned v0.6.9
24572026-05-12T03:44:28.397Z Checking md-5 v0.10.6
24582026-05-12T03:44:28.476Z Checking ff v0.13.1
24592026-05-12T03:44:28.498Z Checking encoding_rs v0.8.35
24602026-05-12T03:44:28.519Z Checking base16ct v0.2.0
24612026-05-12T03:44:29.535Z Checking fallible-iterator v0.2.0
24622026-05-12T03:44:29.539Z Checking psl-types v2.0.11
24632026-05-12T03:44:29.539Z Checking zlib-rs v0.6.2
24642026-05-12T03:44:29.539Z Checking mime v0.3.17
24652026-05-12T03:44:29.539Z Checking postgres-protocol v0.6.10
24662026-05-12T03:44:29.539Z Checking publicsuffix v2.3.0
24672026-05-12T03:44:29.539Z Compiling iddqd v0.3.18
24682026-05-12T03:44:29.539Z Checking sec1 v0.7.3
24692026-05-12T03:44:29.539Z Checking group v0.13.0
24702026-05-12T03:44:29.539Z Checking hyper-util v0.1.20
24712026-05-12T03:44:29.539Z Checking num-iter v0.1.45
24722026-05-12T03:44:29.539Z Checking goblin v0.8.2
24732026-05-12T03:44:29.539Z Checking heapless v0.7.17
24742026-05-12T03:44:29.539Z Checking zstd-safe v7.2.4
24752026-05-12T03:44:29.539Z Checking flate2 v1.1.9
24762026-05-12T03:44:29.619Z Checking cookie v0.18.1
24772026-05-12T03:44:29.745Z Checking dof v0.4.0
24782026-05-12T03:44:29.773Z Checking rand v0.8.6
24792026-05-12T03:44:29.823Z Checking oxnet v0.1.4
24802026-05-12T03:44:29.853Z Checking dtrace-parser v0.3.0
24812026-05-12T03:44:30.043Z Checking phf_shared v0.13.1
24822026-05-12T03:44:30.067Z Checking lazy_static v1.5.0
24832026-05-12T03:44:30.067Z Checking zerocopy v0.7.35
24842026-05-12T03:44:30.160Z Checking pin-project v1.1.11
24852026-05-12T03:44:30.168Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-12T03:44:30.231Z Checking signal-hook v0.3.18
24872026-05-12T03:44:30.240Z Checking terminal_size v0.4.3
24882026-05-12T03:44:30.271Z Checking futures-executor v0.3.32
24892026-05-12T03:44:30.306Z Checking hex v0.4.3
24902026-05-12T03:44:30.761Z Checking hkdf v0.12.4
24912026-05-12T03:44:30.768Z Checking crypto-bigint v0.5.5
24922026-05-12T03:44:30.768Z Checking thread-id v5.1.0
24932026-05-12T03:44:30.769Z Checking either v1.15.0
24942026-05-12T03:44:30.769Z Checking hyper-rustls v0.27.7
24952026-05-12T03:44:30.769Z Checking hyper-tls v0.6.0
24962026-05-12T03:44:30.769Z Checking managed v0.8.0
24972026-05-12T03:44:30.769Z Checking bitflags v1.3.2
24982026-05-12T03:44:30.769Z Checking foldhash v0.1.5
24992026-05-12T03:44:30.769Z Checking same-file v1.0.6
25002026-05-12T03:44:30.769Z Checking strsim v0.11.1
25012026-05-12T03:44:30.769Z Checking winnow v0.7.14
25022026-05-12T03:44:30.770Z Checking libbz2-rs-sys v0.2.2
25032026-05-12T03:44:30.770Z Checking clap_lex v1.0.0
25042026-05-12T03:44:30.770Z Checking winnow v0.5.40
25052026-05-12T03:44:30.770Z Checking bumpalo v3.20.2
25062026-05-12T03:44:30.770Z Compiling rayon-core v1.13.0
25072026-05-12T03:44:30.807Z Checking foldhash v0.2.0
25082026-05-12T03:44:31.278Z Checking zopfli v0.8.3
25092026-05-12T03:44:31.695Z Checking clap_builder v4.5.60
25102026-05-12T03:44:31.695Z Checking hashbrown v0.16.1
25112026-05-12T03:44:31.695Z Checking bzip2 v0.6.1
25122026-05-12T03:44:31.695Z Checking dof v0.3.0
25132026-05-12T03:44:31.695Z Checking walkdir v2.5.0
25142026-05-12T03:44:31.695Z Checking hashbrown v0.15.5
25152026-05-12T03:44:31.695Z Checking elliptic-curve v0.13.8
25162026-05-12T03:44:31.698Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25172026-05-12T03:44:31.699Z Checking smoltcp v0.9.1
25182026-05-12T03:44:31.699Z Checking reqwest v0.12.28
25192026-05-12T03:44:31.699Z Checking usdt-impl v0.6.0
25202026-05-12T03:44:31.699Z Checking signal-hook-mio v0.2.5
25212026-05-12T03:44:31.699Z Checking futures v0.3.32
25222026-05-12T03:44:31.699Z Checking num-bigint-dig v0.8.6
25232026-05-12T03:44:31.722Z Checking bzip2 v0.4.4
25242026-05-12T03:44:31.789Z Checking toml_edit v0.19.15
25252026-05-12T03:44:31.799Z Checking snafu v0.8.9
25262026-05-12T03:44:31.799Z Checking phf v0.13.1
25272026-05-12T03:44:31.957Z Checking cookie_store v0.22.1
25282026-05-12T03:44:32.404Z Checking zstd v0.13.3
25292026-05-12T03:44:32.814Z Checking postgres-types v0.2.12
25302026-05-12T03:44:32.814Z Checking dtrace-parser v0.2.0
25312026-05-12T03:44:32.814Z Checking crossbeam-deque v0.8.6
25322026-05-12T03:44:32.814Z Checking globset v0.4.18
25332026-05-12T03:44:32.814Z Checking rustls-platform-verifier v0.6.2
25342026-05-12T03:44:32.814Z Checking regex v1.12.3
25352026-05-12T03:44:32.814Z Checking ed25519 v2.2.3
25362026-05-12T03:44:32.814Z Checking phf_shared v0.11.3
25372026-05-12T03:44:32.814Z Checking olpc-cjson v0.1.4
25382026-05-12T03:44:32.820Z Checking curve25519-dalek v4.1.3
25392026-05-12T03:44:32.820Z Checking ref-cast v1.0.25
25402026-05-12T03:44:32.820Z Checking strum v0.27.2
25412026-05-12T03:44:32.821Z Checking hubpack v0.1.2
25422026-05-12T03:44:32.821Z Checking memoffset v0.9.1
25432026-05-12T03:44:32.821Z Checking rustix v0.38.44
25442026-05-12T03:44:32.821Z Checking pkcs1 v0.7.5
25452026-05-12T03:44:32.821Z Checking pem v3.0.6
25462026-05-12T03:44:32.821Z Checking float-cmp v0.10.0
25472026-05-12T03:44:32.821Z Checking serde-big-array v0.5.1
25482026-05-12T03:44:32.821Z Checking erased-serde v0.3.31
25492026-05-12T03:44:32.821Z Checking serde_plain v1.0.2
25502026-05-12T03:44:32.821Z Checking rfc6979 v0.4.0
25512026-05-12T03:44:32.821Z Checking memmap2 v0.9.10
25522026-05-12T03:44:32.821Z Checking thread-id v4.2.2
25532026-05-12T03:44:32.821Z Checking env_filter v1.0.0
25542026-05-12T03:44:32.821Z Checking unicode-segmentation v1.12.0
25552026-05-12T03:44:32.821Z Checking predicates-core v1.0.10
25562026-05-12T03:44:32.828Z Checking data-encoding v2.10.0
25572026-05-12T03:44:32.859Z Checking fixedbitset v0.5.7
25582026-05-12T03:44:32.931Z Checking new_debug_unreachable v1.0.6
25592026-05-12T03:44:32.935Z Checking toml_write v0.1.2
25602026-05-12T03:44:32.999Z Checking difflib v0.4.0
25612026-05-12T03:44:33.013Z Checking keccak v0.1.6
25622026-05-12T03:44:33.049Z Checking whoami v2.1.0
25632026-05-12T03:44:33.084Z Checking precomputed-hash v0.1.1
25642026-05-12T03:44:33.102Z Checking static_assertions v1.1.0
25652026-05-12T03:44:33.115Z Checking normalize-line-endings v0.3.0
25662026-05-12T03:44:33.588Z Checking rustc-hash v2.1.1
25672026-05-12T03:44:33.596Z Checking typed-path v0.9.3
25682026-05-12T03:44:33.596Z Checking fixedbitset v0.4.2
25692026-05-12T03:44:33.596Z Checking jiff v0.2.21
25702026-05-12T03:44:33.597Z Checking predicates v3.1.4
25712026-05-12T03:44:33.597Z Checking ed25519-dalek v2.2.0
25722026-05-12T03:44:33.597Z Checking tokio-postgres v0.7.16
25732026-05-12T03:44:33.597Z Checking crossterm v0.28.1
25742026-05-12T03:44:33.597Z Checking petgraph v0.6.5
25752026-05-12T03:44:33.597Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25762026-05-12T03:44:33.597Z Checking sha3 v0.10.8
25772026-05-12T03:44:33.727Z Checking string_cache v0.8.9
25782026-05-12T03:44:33.909Z Checking similar v2.7.0
25792026-05-12T03:44:34.024Z Checking tough v0.22.0
25802026-05-12T03:44:34.065Z Checking toml_edit v0.22.27
25812026-05-12T03:44:34.145Z Checking hickory-proto v0.25.2
25822026-05-12T03:44:34.282Z Checking petgraph v0.8.3
25832026-05-12T03:44:34.535Z Checking slog v2.8.2
25842026-05-12T03:44:34.566Z Checking env_logger v0.11.9
25852026-05-12T03:44:34.778Z Checking usdt v0.6.0
25862026-05-12T03:44:34.793Z Checking toml v0.7.8
25872026-05-12T03:44:34.922Z Checking ecdsa v0.16.9
25882026-05-12T03:44:35.057Z Checking usdt-impl v0.5.0
25892026-05-12T03:44:35.116Z Checking rsa v0.9.10
25902026-05-12T03:44:35.236Z Checking nix v0.31.2
25912026-05-12T03:44:35.336Z Checking reqwest v0.13.2
25922026-05-12T03:44:35.424Z Checking zip v4.6.1
25932026-05-12T03:44:35.727Z Checking clap v4.5.60
25942026-05-12T03:44:35.884Z Checking zip v0.6.6
25952026-05-12T03:44:35.925Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-12T03:44:35.925Z Checking itertools v0.13.0
25972026-05-12T03:44:35.956Z Checking serde_with v3.17.0
25982026-05-12T03:44:35.989Z Checking strum v0.26.3
25992026-05-12T03:44:36.098Z Checking fs-err v3.3.0
26002026-05-12T03:44:36.146Z Checking ahash v0.8.12
26012026-05-12T03:44:36.159Z Checking object v0.37.3
26022026-05-12T03:44:36.164Z Checking tokio-stream v0.1.18
26032026-05-12T03:44:36.234Z Checking buf-list v1.1.2
26042026-05-12T03:44:36.322Z Checking anyhow v1.0.102
26052026-05-12T03:44:36.378Z Checking camino v1.2.2
26062026-05-12T03:44:36.804Z Checking x509-cert v0.2.5
26072026-05-12T03:44:36.808Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26082026-05-12T03:44:36.808Z Checking openapiv3 v2.2.0
26092026-05-12T03:44:36.808Z Checking toml_datetime v0.7.5+spec-1.1.0
26102026-05-12T03:44:36.808Z Checking sha1 v0.10.6
26112026-05-12T03:44:36.808Z Checking lalrpop-util v0.19.12
26122026-05-12T03:44:36.877Z Checking peg-runtime v0.8.5
26132026-05-12T03:44:36.896Z Checking rayon v1.11.0
26142026-05-12T03:44:37.334Z Checking sigpipe v0.1.3
26152026-05-12T03:44:37.337Z Checking glob v0.3.3
26162026-05-12T03:44:38.357Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-05-12T03:44:38.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.78s
26182026-05-12T03:44:38.773Z
26192026-05-12T03:44:38.773Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26202026-05-12T03:44:39.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-05-12T03:44:39.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-05-12T03:44:39.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-05-12T03:44:39.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-05-12T03:44:39.395Z
26252026-05-12T03:44:39.396Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26262026-05-12T03:44:39.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-05-12T03:44:39.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-05-12T03:44:39.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-05-12T03:44:39.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26302026-05-12T03:44:40.009Z
26312026-05-12T03:44:40.009Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26322026-05-12T03:44:40.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-05-12T03:44:40.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-05-12T03:44:40.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-05-12T03:44:40.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26362026-05-12T03:44:40.610Z
26372026-05-12T03:44:40.610Zinfo: running `cargo check --bins` on oxql-types (80/274)
26382026-05-12T03:44:41.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-05-12T03:44:41.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-05-12T03:44:41.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-05-12T03:44:41.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-05-12T03:44:41.210Z
26432026-05-12T03:44:41.210Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26442026-05-12T03:44:41.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-05-12T03:44:41.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-05-12T03:44:41.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-05-12T03:44:41.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-05-12T03:44:41.816Z
26492026-05-12T03:44:41.816Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26502026-05-12T03:44:42.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-05-12T03:44:42.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-05-12T03:44:42.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-05-12T03:44:42.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26542026-05-12T03:44:42.422Z
26552026-05-12T03:44:42.422Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26562026-05-12T03:44:42.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-05-12T03:44:43.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-05-12T03:44:43.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-05-12T03:44:43.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26602026-05-12T03:44:43.348Z
26612026-05-12T03:44:43.348Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26622026-05-12T03:44:43.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-05-12T03:44:43.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-05-12T03:44:43.948Z Compiling structmeta-derive v0.3.0
26652026-05-12T03:44:43.948Z Compiling rustls v0.22.4
26662026-05-12T03:44:43.948Z Compiling multer v3.1.0
26672026-05-12T03:44:43.948Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-05-12T03:44:43.948Z Compiling async-stream-impl v0.3.6
26692026-05-12T03:44:43.948Z Compiling dropshot v0.17.0
26702026-05-12T03:44:43.948Z Compiling newtype-uuid-macros v0.1.0
26712026-05-12T03:44:43.948Z Compiling dropshot_endpoint v0.17.0
26722026-05-12T03:44:44.016Z Checking newtype-uuid v1.3.2
26732026-05-12T03:44:44.057Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-05-12T03:44:44.114Z Checking rustls-webpki v0.102.8
26752026-05-12T03:44:44.204Z Checking daft v0.1.5
26762026-05-12T03:44:44.224Z Checking thread_local v1.1.9
26772026-05-12T03:44:44.389Z Checking compression-core v0.4.31
26782026-05-12T03:44:44.436Z Checking match_cfg v0.1.0
26792026-05-12T03:44:44.467Z Checking iddqd v0.3.18
26802026-05-12T03:44:44.475Z Checking crossbeam-channel v0.5.15
26812026-05-12T03:44:44.510Z Checking hostname v0.3.1
26822026-05-12T03:44:44.515Z Checking compression-codecs v0.4.37
26832026-05-12T03:44:44.603Z Checking slog-json v2.6.1
26842026-05-12T03:44:44.620Z Checking is-terminal v0.4.17
26852026-05-12T03:44:44.677Z Checking serde_spanned v1.0.4
26862026-05-12T03:44:44.703Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-12T03:44:44.756Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-05-12T03:44:44.793Z Checking debug-ignore v1.0.5
26892026-05-12T03:44:44.805Z Checking take_mut v0.2.2
26902026-05-12T03:44:44.870Z Compiling structmeta v0.3.0
26912026-05-12T03:44:44.886Z Checking term v1.2.1
26922026-05-12T03:44:44.901Z Checking slog-async v2.8.0
26932026-05-12T03:44:44.901Z Checking slog-bunyan v2.5.0
26942026-05-12T03:44:44.925Z Checking toml v1.0.6+spec-1.1.0
26952026-05-12T03:44:45.008Z Checking async-compression v0.4.41
26962026-05-12T03:44:45.074Z Compiling derive-ex v0.1.8
26972026-05-12T03:44:45.077Z Compiling parse-display-derive v0.10.0
26982026-05-12T03:44:45.099Z Checking slog-term v2.9.2
26992026-05-12T03:44:45.248Z Checking async-stream v0.3.6
27002026-05-12T03:44:45.290Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27012026-05-12T03:44:45.347Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-12T03:44:45.364Z Checking progenitor-client v0.14.0
27032026-05-12T03:44:45.378Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-05-12T03:44:45.489Z Checking waitgroup v0.1.2
27052026-05-12T03:44:45.513Z Checking backon v1.6.0
27062026-05-12T03:44:45.586Z Checking rustls-pemfile v2.2.0
27072026-05-12T03:44:45.628Z Checking serde_path_to_error v0.1.20
27082026-05-12T03:44:45.667Z Checking hostname v0.4.2
27092026-05-12T03:44:45.681Z Checking instant v0.1.13
27102026-05-12T03:44:45.773Z Checking backoff v0.4.0
27112026-05-12T03:44:45.907Z Checking tokio-rustls v0.25.0
27122026-05-12T03:44:45.911Z Checking progenitor-extras v0.2.0
27132026-05-12T03:44:45.934Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-12T03:44:45.945Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-12T03:44:46.140Z Checking itertools v0.14.0
27162026-05-12T03:44:46.154Z Checking progenitor-client v0.10.0
27172026-05-12T03:44:46.294Z Checking regress v0.10.5
27182026-05-12T03:44:46.344Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-05-12T03:44:46.576Z Checking macaddr v1.0.1
27202026-05-12T03:44:46.726Z Compiling test-strategy v0.4.5
27212026-05-12T03:44:46.738Z Checking parse-display v0.10.0
27222026-05-12T03:44:47.844Z Compiling prettyplease v0.2.37
27232026-05-12T03:44:48.252Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-12T03:44:48.339Z Checking num-rational v0.4.2
27252026-05-12T03:44:48.614Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-12T03:44:48.843Z Checking num-complex v0.4.6
27272026-05-12T03:44:49.471Z Checking num v0.4.3
27282026-05-12T03:44:49.498Z Compiling usdt-attr-macro v0.5.0
27292026-05-12T03:44:49.563Z Compiling usdt-macro v0.5.0
27302026-05-12T03:44:49.635Z Checking memmap v0.7.0
27312026-05-12T03:44:49.643Z Checking float-ord v0.3.2
27322026-05-12T03:44:49.739Z Compiling convert_case v0.4.0
27332026-05-12T03:44:49.756Z Checking unicode-width v0.2.0
27342026-05-12T03:44:50.007Z Checking console v0.15.11
27352026-05-12T03:44:50.124Z Compiling derive_more v0.99.20
27362026-05-12T03:44:50.308Z Checking newline-converter v0.3.0
27372026-05-12T03:44:50.308Z Checking usdt v0.5.0
27382026-05-12T03:44:50.308Z Checking atomicwrites v0.4.4
27392026-05-12T03:44:50.386Z Compiling toml v0.8.23
27402026-05-12T03:44:50.448Z Compiling minimal-lexical v0.2.1
27412026-05-12T03:44:50.462Z Checking linked-hash-map v0.5.6
27422026-05-12T03:44:50.641Z Checking lru-cache v0.1.2
27432026-05-12T03:44:50.702Z Compiling nom v7.1.3
27442026-05-12T03:44:50.902Z Checking expectorate v1.2.0
27452026-05-12T03:44:50.999Z Checking camino-tempfile v1.4.1
27462026-05-12T03:44:51.285Z Checking hickory-proto v0.24.4
27472026-05-12T03:44:51.389Z Checking phf_shared v0.12.1
27482026-05-12T03:44:51.519Z Compiling slog-dtrace v0.3.0
27492026-05-12T03:44:51.714Z Checking resolv-conf v0.7.6
27502026-05-12T03:44:51.722Z Checking heck v0.5.0
27512026-05-12T03:44:51.848Z Compiling chrono-tz v0.10.4
27522026-05-12T03:44:51.905Z Compiling const_format_proc_macros v0.2.34
27532026-05-12T03:44:51.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-12T03:44:52.088Z Checking phf v0.12.1
27552026-05-12T03:44:52.166Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-12T03:44:52.226Z Checking tokio-dtrace v0.1.1
27572026-05-12T03:44:52.415Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-12T03:44:52.458Z Compiling derive-where v1.6.0
27592026-05-12T03:44:52.643Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-12T03:44:52.698Z Checking highway v1.3.0
27612026-05-12T03:44:52.939Z Checking const_format v0.2.35
27622026-05-12T03:44:53.068Z Checking hickory-resolver v0.24.4
27632026-05-12T03:44:53.167Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-12T03:44:53.686Z Checking oxide-tokio-rt v0.1.4
27652026-05-12T03:44:54.143Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-12T03:44:54.147Z Checking qorb v0.4.1
27672026-05-12T03:44:54.147Z Checking gethostname v0.5.0
27682026-05-12T03:44:54.147Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-12T03:44:54.147Z Checking bcs v0.1.6
27702026-05-12T03:44:54.147Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-05-12T03:44:54.147Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-05-12T03:44:54.147Z Checking termtree v0.5.1
27732026-05-12T03:44:57.558Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-12T03:45:00.240Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-12T03:45:02.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.32s
27762026-05-12T03:45:02.533Z
27772026-05-12T03:45:02.533Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27782026-05-12T03:45:03.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-12T03:45:03.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-12T03:45:03.226Z Compiling ar_archive_writer v0.5.1
27812026-05-12T03:45:03.247Z Compiling stacker v0.1.23
27822026-05-12T03:45:03.343Z Compiling cfg_aliases v0.1.1
27832026-05-12T03:45:03.350Z Compiling convert_case v0.10.0
27842026-05-12T03:45:03.355Z Checking unicode-width v0.1.14
27852026-05-12T03:45:03.371Z Compiling proc-macro-error v1.0.4
27862026-05-12T03:45:03.388Z Checking fd-lock v4.0.4
27872026-05-12T03:45:03.388Z Checking nibble_vec v0.1.0
27882026-05-12T03:45:03.403Z Compiling nix v0.28.0
27892026-05-12T03:45:03.486Z Checking vte v0.14.1
27902026-05-12T03:45:03.510Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-12T03:45:03.592Z Checking bytecount v0.6.9
27922026-05-12T03:45:03.621Z Checking endian-type v0.1.2
27932026-05-12T03:45:03.637Z Checking strip-ansi-escapes v0.2.1
27942026-05-12T03:45:03.647Z Compiling derive_more-impl v2.1.1
27952026-05-12T03:45:03.664Z Compiling tabled_derive v0.7.0
27962026-05-12T03:45:03.685Z Checking papergrid v0.11.0
27972026-05-12T03:45:03.723Z Checking radix_trie v0.2.1
27982026-05-12T03:45:03.744Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-12T03:45:03.914Z Compiling peg-macros v0.8.5
28002026-05-12T03:45:03.925Z Checking winnow v0.6.26
28012026-05-12T03:45:04.184Z Compiling psm v0.1.30
28022026-05-12T03:45:04.242Z Compiling sqlparser_derive v0.5.0
28032026-05-12T03:45:04.292Z Checking unicode_categories v0.1.1
28042026-05-12T03:45:04.458Z Checking nu-ansi-term v0.50.3
28052026-05-12T03:45:04.466Z Checking derive_more v2.1.1
28062026-05-12T03:45:04.533Z Checking home v0.5.12
28072026-05-12T03:45:04.630Z Checking tabled v0.15.0
28082026-05-12T03:45:04.643Z Checking crossterm v0.29.0
28092026-05-12T03:45:04.653Z Checking reedline v0.40.0
28102026-05-12T03:45:04.734Z Checking rustyline v14.0.0
28112026-05-12T03:45:04.935Z Checking recursive v0.1.1
28122026-05-12T03:45:05.000Z Checking display-error-chain v0.2.2
28132026-05-12T03:45:05.026Z Checking sqlparser v0.61.0
28142026-05-12T03:45:05.064Z Checking sqlformat v0.3.5
28152026-05-12T03:45:05.264Z Checking peg v0.8.5
28162026-05-12T03:45:16.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
28172026-05-12T03:45:16.366Z
28182026-05-12T03:45:16.366Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28192026-05-12T03:45:16.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-12T03:45:16.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-12T03:45:17.048Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-12T03:45:20.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28232026-05-12T03:45:20.666Z
28242026-05-12T03:45:20.666Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28252026-05-12T03:45:21.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-12T03:45:21.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-12T03:45:21.345Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-12T03:45:23.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28292026-05-12T03:45:23.940Z
28302026-05-12T03:45:23.940Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28312026-05-12T03:45:24.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-12T03:45:24.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-12T03:45:24.616Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-12T03:45:27.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28352026-05-12T03:45:28.042Z
28362026-05-12T03:45:28.042Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28372026-05-12T03:45:28.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-12T03:45:28.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-12T03:45:28.726Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-12T03:45:31.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28412026-05-12T03:45:32.152Z
28422026-05-12T03:45:32.152Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28432026-05-12T03:45:32.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-12T03:45:32.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-12T03:45:32.831Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-12T03:45:35.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28472026-05-12T03:45:35.576Z
28482026-05-12T03:45:35.576Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28492026-05-12T03:45:36.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-12T03:45:36.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-12T03:45:36.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-12T03:45:38.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28532026-05-12T03:45:39.065Z
28542026-05-12T03:45:39.065Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28552026-05-12T03:45:39.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-12T03:45:39.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-12T03:45:39.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-12T03:45:43.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
28592026-05-12T03:45:43.468Z
28602026-05-12T03:45:43.468Zinfo: running `cargo check --bins` on oximeter (93/274)
28612026-05-12T03:45:43.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-12T03:45:43.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-12T03:45:43.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-12T03:45:43.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28652026-05-12T03:45:44.127Z
28662026-05-12T03:45:44.127Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28672026-05-12T03:45:44.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-12T03:45:44.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-12T03:45:44.750Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-12T03:45:44.915Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28712026-05-12T03:45:44.942Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-12T03:45:45.261Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-12T03:45:48.244Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-12T03:45:49.457Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-12T03:45:49.622Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-12T03:45:50.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
28772026-05-12T03:45:50.489Z
28782026-05-12T03:45:50.489Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28792026-05-12T03:45:51.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-12T03:45:51.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-12T03:45:51.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-12T03:45:51.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28832026-05-12T03:45:51.114Z
28842026-05-12T03:45:51.114Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28852026-05-12T03:45:51.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-12T03:45:51.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-12T03:45:51.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-12T03:45:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28892026-05-12T03:45:51.776Z
28902026-05-12T03:45:51.776Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28912026-05-12T03:45:52.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-12T03:45:52.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-12T03:45:52.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-12T03:45:52.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28952026-05-12T03:45:52.402Z
28962026-05-12T03:45:52.402Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28972026-05-12T03:45:52.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-12T03:45:52.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-12T03:45:52.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-12T03:45:52.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29012026-05-12T03:45:53.031Z
29022026-05-12T03:45:53.031Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29032026-05-12T03:45:53.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-12T03:45:53.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-12T03:45:53.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-12T03:45:53.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29072026-05-12T03:45:53.661Z
29082026-05-12T03:45:53.661Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29092026-05-12T03:45:54.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-12T03:45:54.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-12T03:45:54.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-12T03:45:54.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29132026-05-12T03:45:54.290Z
29142026-05-12T03:45:54.290Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29152026-05-12T03:45:54.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-12T03:45:54.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-12T03:45:54.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-12T03:45:54.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29192026-05-12T03:45:54.893Z
29202026-05-12T03:45:54.893Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29212026-05-12T03:45:55.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-12T03:45:55.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-12T03:45:55.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-12T03:45:55.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29252026-05-12T03:45:55.521Z
29262026-05-12T03:45:55.521Zinfo: running `cargo check --bins` on update-engine (103/274)
29272026-05-12T03:45:56.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-12T03:45:56.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-12T03:45:56.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-12T03:45:56.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29312026-05-12T03:45:56.127Z
29322026-05-12T03:45:56.127Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29332026-05-12T03:45:56.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-12T03:45:56.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-12T03:45:56.877Z Compiling crucible-workspace-hack v0.1.0
29362026-05-12T03:45:57.003Z Checking secrecy v0.10.3
29372026-05-12T03:45:57.007Z Compiling heapless v0.8.0
29382026-05-12T03:45:57.015Z Compiling ingot-macros v0.1.1
29392026-05-12T03:45:57.023Z Compiling toml_edit v0.23.10+spec-1.0.0
29402026-05-12T03:45:57.031Z Checking hash32 v0.3.1
29412026-05-12T03:45:57.046Z Compiling smoltcp v0.11.0
29422026-05-12T03:45:57.049Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-12T03:45:57.100Z Checking cobs v0.3.0
29442026-05-12T03:45:57.152Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-12T03:45:57.242Z Checking universal-hash v0.5.1
29462026-05-12T03:45:57.255Z Checking half v2.7.1
29472026-05-12T03:45:57.297Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29482026-05-12T03:45:57.367Z Checking ciborium-io v0.2.2
29492026-05-12T03:45:57.439Z Checking opaque-debug v0.3.1
29502026-05-12T03:45:57.470Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29512026-05-12T03:45:57.505Z Checking postcard v1.1.3
29522026-05-12T03:45:57.518Z Checking poly1305 v0.8.0
29532026-05-12T03:45:57.522Z Checking ciborium-ll v0.2.2
29542026-05-12T03:45:57.689Z Compiling proc-macro-crate v3.4.0
29552026-05-12T03:45:57.750Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-12T03:45:57.790Z Checking password-hash v0.5.0
29572026-05-12T03:45:57.790Z Checking chacha20 v0.9.1
29582026-05-12T03:45:57.986Z Compiling proc-macro-crate v1.3.1
29592026-05-12T03:45:58.020Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29602026-05-12T03:45:58.036Z Checking blake2 v0.10.6
29612026-05-12T03:45:58.090Z Checking aead v0.5.2
29622026-05-12T03:45:58.236Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-12T03:45:58.258Z Compiling foreign-types-macros v0.2.3
29642026-05-12T03:45:58.263Z Compiling num_enum_derive v0.7.5
29652026-05-12T03:45:58.284Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29662026-05-12T03:45:58.395Z Checking thiserror-no-std v2.0.2
29672026-05-12T03:45:58.421Z Checking foreign-types-shared v0.3.1
29682026-05-12T03:45:58.452Z Checking cpufeatures v0.3.0
29692026-05-12T03:45:58.488Z Checking vsss-rs v3.3.4
29702026-05-12T03:45:58.512Z Compiling num_enum_derive v0.5.11
29712026-05-12T03:45:58.523Z Checking argon2 v0.5.3
29722026-05-12T03:45:58.537Z Checking chacha20 v0.10.0
29732026-05-12T03:45:58.753Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-12T03:45:58.876Z Checking chacha20poly1305 v0.10.1
29752026-05-12T03:45:58.891Z Checking foreign-types v0.5.0
29762026-05-12T03:45:58.971Z Checking ciborium v0.2.2
29772026-05-12T03:45:59.114Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29782026-05-12T03:45:59.216Z Checking tabwriter v1.4.1
29792026-05-12T03:45:59.361Z Checking num_enum v0.7.5
29802026-05-12T03:45:59.361Z Checking byte-wrapper v0.1.0
29812026-05-12T03:45:59.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-12T03:45:59.411Z Checking cstr-argument v0.1.2
29832026-05-12T03:45:59.486Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29842026-05-12T03:45:59.535Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29852026-05-12T03:45:59.567Z Checking num_enum v0.5.11
29862026-05-12T03:45:59.571Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29872026-05-12T03:45:59.623Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-12T03:45:59.685Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-05-12T03:45:59.737Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29902026-05-12T03:45:59.824Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-12T03:45:59.853Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-12T03:45:59.901Z Checking rand v0.10.0
29932026-05-12T03:45:59.931Z Checking ingot-types v0.1.2
29942026-05-12T03:45:59.944Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-05-12T03:45:59.947Z Checking indent_write v2.2.0
29962026-05-12T03:46:00.057Z Checking colored v3.1.1
29972026-05-12T03:46:00.090Z Compiling zone_cfg_derive v0.3.1
29982026-05-12T03:46:00.207Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29992026-05-12T03:46:00.226Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30002026-05-12T03:46:00.259Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-12T03:46:00.286Z Checking itertools v0.12.1
30022026-05-12T03:46:00.300Z Checking ingot v0.1.1
30032026-05-12T03:46:00.322Z Compiling num-derive v0.4.2
30042026-05-12T03:46:00.380Z Checking swrite v0.1.0
30052026-05-12T03:46:00.437Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-12T03:46:00.471Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-05-12T03:46:00.637Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-12T03:46:00.741Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30092026-05-12T03:46:00.756Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-12T03:46:00.796Z Checking dropshot-api-manager-types v0.7.1
30112026-05-12T03:46:00.806Z Checking smf v0.2.3
30122026-05-12T03:46:00.863Z Checking nanorand v0.7.0
30132026-05-12T03:46:00.958Z Checking whoami v1.6.1
30142026-05-12T03:46:01.039Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-12T03:46:01.067Z Checking flume v0.11.1
30162026-05-12T03:46:01.270Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30172026-05-12T03:46:01.307Z Checking zone v0.3.1
30182026-05-12T03:46:01.914Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-12T03:46:02.856Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-12T03:46:03.768Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-12T03:46:06.799Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30222026-05-12T03:46:08.865Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30232026-05-12T03:46:09.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.82s
30242026-05-12T03:46:10.151Z
30252026-05-12T03:46:10.151Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30262026-05-12T03:46:10.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-05-12T03:46:10.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-05-12T03:46:10.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30292026-05-12T03:46:10.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30302026-05-12T03:46:10.769Z
30312026-05-12T03:46:10.769Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30322026-05-12T03:46:11.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-05-12T03:46:11.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-05-12T03:46:11.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30352026-05-12T03:46:11.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30362026-05-12T03:46:11.397Z
30372026-05-12T03:46:11.397Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30382026-05-12T03:46:11.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-05-12T03:46:11.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-05-12T03:46:11.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-05-12T03:46:11.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30422026-05-12T03:46:12.006Z
30432026-05-12T03:46:12.007Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30442026-05-12T03:46:12.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-12T03:46:12.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-12T03:46:12.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-12T03:46:12.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30482026-05-12T03:46:12.621Z
30492026-05-12T03:46:12.621Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30502026-05-12T03:46:13.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-12T03:46:13.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-12T03:46:13.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-12T03:46:13.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30542026-05-12T03:46:13.339Z
30552026-05-12T03:46:13.339Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30562026-05-12T03:46:13.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-12T03:46:13.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-12T03:46:13.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-12T03:46:13.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30602026-05-12T03:46:13.856Z
30612026-05-12T03:46:13.856Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30622026-05-12T03:46:14.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-12T03:46:14.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-12T03:46:14.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-12T03:46:14.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30662026-05-12T03:46:14.506Z
30672026-05-12T03:46:14.506Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30682026-05-12T03:46:15.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-12T03:46:15.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-12T03:46:15.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-12T03:46:15.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30722026-05-12T03:46:15.167Z
30732026-05-12T03:46:15.167Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30742026-05-12T03:46:15.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-12T03:46:15.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-12T03:46:15.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-12T03:46:15.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30782026-05-12T03:46:15.798Z
30792026-05-12T03:46:15.799Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30802026-05-12T03:46:16.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-12T03:46:16.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-12T03:46:16.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-12T03:46:16.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30842026-05-12T03:46:16.449Z
30852026-05-12T03:46:16.449Zinfo: running `cargo check --bins` on installinator-client (115/274)
30862026-05-12T03:46:17.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-12T03:46:17.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-12T03:46:17.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-12T03:46:17.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30902026-05-12T03:46:17.100Z
30912026-05-12T03:46:17.100Zinfo: running `cargo check --bins` on nexus-client (116/274)
30922026-05-12T03:46:17.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-12T03:46:17.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-12T03:46:17.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-12T03:46:17.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30962026-05-12T03:46:17.789Z
30972026-05-12T03:46:17.789Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30982026-05-12T03:46:18.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-12T03:46:18.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-12T03:46:18.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-12T03:46:18.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31022026-05-12T03:46:18.480Z
31032026-05-12T03:46:18.480Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31042026-05-12T03:46:19.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-12T03:46:19.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-12T03:46:19.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-12T03:46:19.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31082026-05-12T03:46:19.116Z
31092026-05-12T03:46:19.116Zinfo: running `cargo check --bins` on oxide-client (119/274)
31102026-05-12T03:46:19.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-12T03:46:19.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-12T03:46:19.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-12T03:46:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31142026-05-12T03:46:19.753Z
31152026-05-12T03:46:19.753Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31162026-05-12T03:46:20.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-12T03:46:20.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-12T03:46:20.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-12T03:46:20.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31202026-05-12T03:46:20.436Z
31212026-05-12T03:46:20.436Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31222026-05-12T03:46:20.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-12T03:46:20.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-12T03:46:20.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-12T03:46:20.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31262026-05-12T03:46:21.039Z
31272026-05-12T03:46:21.039Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31282026-05-12T03:46:21.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-12T03:46:21.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-12T03:46:21.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-12T03:46:21.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31322026-05-12T03:46:21.698Z
31332026-05-12T03:46:21.699Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31342026-05-12T03:46:22.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-12T03:46:22.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-12T03:46:22.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-12T03:46:22.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31382026-05-12T03:46:22.618Z
31392026-05-12T03:46:22.618Zinfo: running `cargo check --bins` on installinator-common (124/274)
31402026-05-12T03:46:22.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-12T03:46:22.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-12T03:46:22.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-12T03:46:22.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31442026-05-12T03:46:23.036Z
31452026-05-12T03:46:23.036Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31462026-05-12T03:46:23.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-12T03:46:23.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-12T03:46:23.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-12T03:46:23.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31502026-05-12T03:46:23.826Z
31512026-05-12T03:46:23.826Zinfo: running `cargo check --bins` on wicket-common (126/274)
31522026-05-12T03:46:24.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-12T03:46:24.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-12T03:46:24.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-12T03:46:24.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31562026-05-12T03:46:24.365Z
31572026-05-12T03:46:24.365Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31582026-05-12T03:46:24.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-12T03:46:25.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-12T03:46:25.115Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-05-12T03:46:25.239Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31622026-05-12T03:46:25.267Z Checking csv-core v0.1.13
31632026-05-12T03:46:25.284Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31642026-05-12T03:46:25.284Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31652026-05-12T03:46:25.284Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31662026-05-12T03:46:25.317Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-05-12T03:46:25.317Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-05-12T03:46:25.423Z Checking csv v1.4.0
31692026-05-12T03:46:25.441Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31702026-05-12T03:46:25.485Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712026-05-12T03:46:25.519Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31722026-05-12T03:46:25.771Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31732026-05-12T03:46:26.322Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31742026-05-12T03:46:26.404Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31752026-05-12T03:46:26.552Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31762026-05-12T03:46:32.595Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31772026-05-12T03:46:35.376Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-05-12T03:46:35.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
31792026-05-12T03:46:35.749Z
31802026-05-12T03:46:35.749Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31812026-05-12T03:46:36.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-12T03:46:36.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-12T03:46:36.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-05-12T03:46:36.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31852026-05-12T03:46:36.399Z
31862026-05-12T03:46:36.399Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31872026-05-12T03:46:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-05-12T03:46:37.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-05-12T03:46:37.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-05-12T03:46:37.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31912026-05-12T03:46:37.262Z
31922026-05-12T03:46:37.263Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31932026-05-12T03:46:37.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-05-12T03:46:37.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-05-12T03:46:37.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-05-12T03:46:37.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
31972026-05-12T03:46:37.902Z
31982026-05-12T03:46:37.902Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31992026-05-12T03:46:38.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-05-12T03:46:38.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-05-12T03:46:38.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-05-12T03:46:38.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32032026-05-12T03:46:38.614Z
32042026-05-12T03:46:38.614Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32052026-05-12T03:46:39.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-05-12T03:46:39.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-05-12T03:46:39.449Z Compiling regress v0.11.1
32082026-05-12T03:46:39.591Z Compiling unsafe-libyaml v0.2.11
32092026-05-12T03:46:39.604Z Compiling semver v0.1.20
32102026-05-12T03:46:39.617Z Compiling radium v0.7.0
32112026-05-12T03:46:39.659Z Compiling maybe-uninit v2.0.0
32122026-05-12T03:46:39.659Z Checking tap v1.0.1
32132026-05-12T03:46:39.663Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32142026-05-12T03:46:39.810Z Compiling rustc_version v0.1.7
32152026-05-12T03:46:39.897Z Checking wyz v0.5.1
32162026-05-12T03:46:40.056Z Checking progenitor-client v0.13.0
32172026-05-12T03:46:40.067Z Compiling newtype_derive v0.1.6
32182026-05-12T03:46:40.088Z Compiling zerocopy-derive v0.6.6
32192026-05-12T03:46:40.104Z Checking funty v2.0.0
32202026-05-12T03:46:40.267Z Compiling serde_yaml v0.9.34+deprecated
32212026-05-12T03:46:40.305Z Compiling owo-colors v4.3.0
32222026-05-12T03:46:40.390Z Compiling cancel-safe-futures v0.1.5
32232026-05-12T03:46:40.453Z Compiling packed_struct v0.10.1
32242026-05-12T03:46:40.613Z Checking crc-catalog v2.4.0
32252026-05-12T03:46:40.721Z Checking crc v3.4.0
32262026-05-12T03:46:40.751Z Checking bitvec v1.0.1
32272026-05-12T03:46:40.910Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-05-12T03:46:40.921Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-12T03:46:40.998Z Checking zerocopy v0.6.6
32302026-05-12T03:46:41.166Z Checking typify-impl v0.6.2
32312026-05-12T03:46:41.304Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32322026-05-12T03:46:41.320Z Compiling packed_struct_codegen v0.10.1
32332026-05-12T03:46:41.472Z Checking libsw-core v0.3.2
32342026-05-12T03:46:41.577Z Compiling bitfield-macros v0.19.4
32352026-05-12T03:46:41.630Z Compiling indexmap v1.9.3
32362026-05-12T03:46:41.834Z Checking nodrop v0.1.14
32372026-05-12T03:46:41.871Z Checking libsw v3.5.0
32382026-05-12T03:46:41.938Z Checking array-init v0.0.4
32392026-05-12T03:46:42.035Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32402026-05-12T03:46:42.145Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-12T03:46:42.260Z Checking smallvec v0.6.14
32422026-05-12T03:46:42.333Z Checking bitfield v0.19.4
32432026-05-12T03:46:42.349Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-05-12T03:46:42.484Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-05-12T03:46:42.623Z Checking smawk v0.3.2
32462026-05-12T03:46:42.640Z Checking unicode-linebreak v0.1.5
32472026-05-12T03:46:42.729Z Checking hashbrown v0.12.3
32482026-05-12T03:46:42.764Z Checking tagptr v0.2.0
32492026-05-12T03:46:42.795Z Checking base64 v0.21.7
32502026-05-12T03:46:42.866Z Checking linear-map v1.2.0
32512026-05-12T03:46:42.917Z Checking moka v0.12.13
32522026-05-12T03:46:43.130Z Checking textwrap v0.16.2
32532026-05-12T03:46:43.137Z Checking ron v0.8.1
32542026-05-12T03:46:43.137Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-12T03:46:43.137Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-12T03:46:43.255Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32572026-05-12T03:46:43.275Z Checking steno v0.4.1
32582026-05-12T03:46:43.544Z Checking serde-hex v0.1.0
32592026-05-12T03:46:43.616Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-12T03:46:43.636Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-05-12T03:46:43.650Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32622026-05-12T03:46:43.790Z Checking hashbrown v0.13.2
32632026-05-12T03:46:44.162Z Checking humantime v2.3.0
32642026-05-12T03:46:44.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-05-12T03:46:44.262Z Checking crc-any v2.5.0
32662026-05-12T03:46:44.365Z Checking object v0.30.4
32672026-05-12T03:46:44.405Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-12T03:46:44.460Z Checking hickory-resolver v0.25.2
32692026-05-12T03:46:44.479Z Checking half v1.8.3
32702026-05-12T03:46:44.516Z Checking utf-8 v0.7.6
32712026-05-12T03:46:44.578Z Checking void v1.0.2
32722026-05-12T03:46:44.661Z Checking path-slash v0.1.5
32732026-05-12T03:46:44.692Z Checking lzss v0.8.2
32742026-05-12T03:46:44.695Z Checking serde_cbor v0.11.2
32752026-05-12T03:46:44.771Z Checking tungstenite v0.23.0
32762026-05-12T03:46:45.048Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32772026-05-12T03:46:45.108Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32782026-05-12T03:46:45.154Z Checking nix v0.27.1
32792026-05-12T03:46:45.202Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32802026-05-12T03:46:45.217Z Checking kstat-rs v0.2.4
32812026-05-12T03:46:45.220Z Checking fxhash v0.2.1
32822026-05-12T03:46:45.360Z Checking serde_bytes v0.11.19
32832026-05-12T03:46:45.375Z Checking tokio-tungstenite v0.23.1
32842026-05-12T03:46:45.413Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32852026-05-12T03:46:45.543Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32862026-05-12T03:46:45.648Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32872026-05-12T03:46:45.666Z Checking signal-hook-tokio v0.3.1
32882026-05-12T03:46:46.000Z Compiling typify-macro v0.6.2
32892026-05-12T03:46:46.833Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32902026-05-12T03:46:47.205Z Compiling typify v0.6.2
32912026-05-12T03:46:47.293Z Compiling progenitor-impl v0.13.0
32922026-05-12T03:46:47.293Z Compiling progenitor-impl v0.14.0
32932026-05-12T03:46:47.779Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32942026-05-12T03:46:48.126Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32952026-05-12T03:46:49.007Z Compiling progenitor-macro v0.13.0
32962026-05-12T03:46:49.052Z Compiling progenitor-macro v0.14.0
32972026-05-12T03:46:51.578Z Checking progenitor v0.13.0
32982026-05-12T03:46:51.713Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32992026-05-12T03:46:51.899Z Checking progenitor v0.14.0
33002026-05-12T03:46:52.023Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33012026-05-12T03:46:54.934Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33022026-05-12T03:47:03.078Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33032026-05-12T03:47:09.659Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33042026-05-12T03:47:11.085Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052026-05-12T03:47:11.625Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33062026-05-12T03:47:13.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.19s
33072026-05-12T03:47:14.029Z
33082026-05-12T03:47:14.029Zinfo: running `cargo check --bins` on gateway-api (133/274)
33092026-05-12T03:47:14.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-05-12T03:47:14.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-05-12T03:47:14.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-05-12T03:47:14.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33132026-05-12T03:47:14.698Z
33142026-05-12T03:47:14.698Zinfo: running `cargo check --bins` on ipcc (134/274)
33152026-05-12T03:47:15.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-05-12T03:47:15.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-05-12T03:47:15.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-05-12T03:47:15.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33192026-05-12T03:47:15.354Z
33202026-05-12T03:47:15.354Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33212026-05-12T03:47:15.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-05-12T03:47:15.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-05-12T03:47:15.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-05-12T03:47:15.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33252026-05-12T03:47:15.998Z
33262026-05-12T03:47:15.998Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33272026-05-12T03:47:16.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-05-12T03:47:16.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-05-12T03:47:16.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-05-12T03:47:16.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33312026-05-12T03:47:16.659Z
33322026-05-12T03:47:16.659Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33332026-05-12T03:47:17.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-05-12T03:47:17.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-05-12T03:47:17.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-05-12T03:47:17.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33372026-05-12T03:47:17.323Z
33382026-05-12T03:47:17.323Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33392026-05-12T03:47:17.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-05-12T03:47:17.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-05-12T03:47:17.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-05-12T03:47:17.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33432026-05-12T03:47:17.985Z
33442026-05-12T03:47:17.985Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33452026-05-12T03:47:18.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-05-12T03:47:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-05-12T03:47:18.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-05-12T03:47:18.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33492026-05-12T03:47:18.665Z
33502026-05-12T03:47:18.666Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33512026-05-12T03:47:19.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-05-12T03:47:19.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-05-12T03:47:19.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-05-12T03:47:19.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33552026-05-12T03:47:19.339Z
33562026-05-12T03:47:19.340Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33572026-05-12T03:47:19.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-05-12T03:47:19.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-05-12T03:47:19.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-05-12T03:47:19.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33612026-05-12T03:47:20.003Z
33622026-05-12T03:47:20.003Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33632026-05-12T03:47:20.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-05-12T03:47:20.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-05-12T03:47:20.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-05-12T03:47:20.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33672026-05-12T03:47:20.670Z
33682026-05-12T03:47:20.670Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33692026-05-12T03:47:21.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-05-12T03:47:21.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-05-12T03:47:21.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-05-12T03:47:21.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33732026-05-12T03:47:21.332Z
33742026-05-12T03:47:21.332Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33752026-05-12T03:47:21.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-05-12T03:47:21.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-05-12T03:47:21.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-05-12T03:47:21.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33792026-05-12T03:47:21.994Z
33802026-05-12T03:47:21.994Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33812026-05-12T03:47:22.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-12T03:47:22.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-12T03:47:22.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-12T03:47:22.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33852026-05-12T03:47:22.659Z
33862026-05-12T03:47:22.659Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33872026-05-12T03:47:23.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-12T03:47:23.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-12T03:47:23.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-12T03:47:23.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33912026-05-12T03:47:23.322Z
33922026-05-12T03:47:23.323Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33932026-05-12T03:47:23.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-12T03:47:23.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-12T03:47:23.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-12T03:47:23.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33972026-05-12T03:47:23.991Z
33982026-05-12T03:47:23.991Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33992026-05-12T03:47:24.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-12T03:47:24.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-12T03:47:24.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-12T03:47:24.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34032026-05-12T03:47:24.663Z
34042026-05-12T03:47:24.663Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34052026-05-12T03:47:25.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-12T03:47:25.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-12T03:47:25.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-12T03:47:25.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34092026-05-12T03:47:25.318Z
34102026-05-12T03:47:25.318Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34112026-05-12T03:47:25.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-12T03:47:25.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-12T03:47:25.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-12T03:47:25.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34152026-05-12T03:47:25.952Z
34162026-05-12T03:47:25.952Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34172026-05-12T03:47:26.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-12T03:47:26.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-12T03:47:26.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-12T03:47:26.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34212026-05-12T03:47:26.613Z
34222026-05-12T03:47:26.613Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34232026-05-12T03:47:27.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-12T03:47:27.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-12T03:47:27.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-12T03:47:27.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34272026-05-12T03:47:27.277Z
34282026-05-12T03:47:27.277Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34292026-05-12T03:47:27.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-12T03:47:27.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-12T03:47:27.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-12T03:47:27.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34332026-05-12T03:47:27.943Z
34342026-05-12T03:47:27.944Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34352026-05-12T03:47:28.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-12T03:47:28.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-12T03:47:28.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-12T03:47:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34392026-05-12T03:47:28.644Z
34402026-05-12T03:47:28.644Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34412026-05-12T03:47:29.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-12T03:47:29.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-12T03:47:29.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-12T03:47:29.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34452026-05-12T03:47:29.311Z
34462026-05-12T03:47:29.311Zinfo: running `cargo check --bins` on dns-server (156/274)
34472026-05-12T03:47:29.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-12T03:47:29.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-12T03:47:30.027Z Compiling parking_lot_core v0.8.6
34502026-05-12T03:47:30.027Z Compiling atomicwrites v0.4.4
34512026-05-12T03:47:30.027Z Compiling git-stub v1.0.0
34522026-05-12T03:47:30.030Z Checking prefix-trie v0.7.0
34532026-05-12T03:47:30.030Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34542026-05-12T03:47:30.280Z Compiling git-stub-vcs v0.1.0
34552026-05-12T03:47:30.470Z Checking hickory-server v0.25.2
34562026-05-12T03:47:30.570Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34572026-05-12T03:47:30.584Z Checking parking_lot v0.11.2
34582026-05-12T03:47:30.664Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34592026-05-12T03:47:30.664Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34602026-05-12T03:47:30.805Z Checking sled v0.34.7
34612026-05-12T03:47:32.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.52s
34622026-05-12T03:47:33.030Z
34632026-05-12T03:47:33.031Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34642026-05-12T03:47:33.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-12T03:47:33.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-12T03:47:33.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-12T03:47:33.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34682026-05-12T03:47:33.699Z
34692026-05-12T03:47:33.699Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34702026-05-12T03:47:34.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-12T03:47:34.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-12T03:47:34.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-12T03:47:34.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34742026-05-12T03:47:34.364Z
34752026-05-12T03:47:34.364Zinfo: running `cargo check --bins` on sp-sim (159/274)
34762026-05-12T03:47:34.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-12T03:47:34.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-12T03:47:35.163Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-05-12T03:47:37.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
34802026-05-12T03:47:37.310Z
34812026-05-12T03:47:37.310Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34822026-05-12T03:47:37.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-12T03:47:37.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-12T03:47:37.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-05-12T03:47:37.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
34862026-05-12T03:47:38.025Z
34872026-05-12T03:47:38.025Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34882026-05-12T03:47:38.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-05-12T03:47:38.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-05-12T03:47:38.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-05-12T03:47:38.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
34922026-05-12T03:47:38.762Z
34932026-05-12T03:47:38.762Zinfo: running `cargo check --bins` on db-macros (162/274)
34942026-05-12T03:47:39.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-05-12T03:47:39.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-05-12T03:47:39.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-05-12T03:47:39.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34982026-05-12T03:47:39.424Z
34992026-05-12T03:47:39.424Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35002026-05-12T03:47:39.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-05-12T03:47:39.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-05-12T03:47:39.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-05-12T03:47:39.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35042026-05-12T03:47:40.081Z
35052026-05-12T03:47:40.081Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35062026-05-12T03:47:40.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-05-12T03:47:40.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-05-12T03:47:40.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-05-12T03:47:40.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35102026-05-12T03:47:40.813Z
35112026-05-12T03:47:40.813Zinfo: running `cargo check --bins` on authz-macros (165/274)
35122026-05-12T03:47:41.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-05-12T03:47:41.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-05-12T03:47:41.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-05-12T03:47:41.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35162026-05-12T03:47:41.476Z
35172026-05-12T03:47:41.476Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35182026-05-12T03:47:42.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-05-12T03:47:42.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-05-12T03:47:42.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-05-12T03:47:42.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35222026-05-12T03:47:42.194Z
35232026-05-12T03:47:42.194Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35242026-05-12T03:47:42.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-05-12T03:47:42.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-05-12T03:47:42.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-05-12T03:47:42.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35282026-05-12T03:47:42.926Z
35292026-05-12T03:47:42.926Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35302026-05-12T03:47:43.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-05-12T03:47:43.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-05-12T03:47:43.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-05-12T03:47:43.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35342026-05-12T03:47:43.569Z
35352026-05-12T03:47:43.569Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35362026-05-12T03:47:44.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-05-12T03:47:44.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-05-12T03:47:44.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-05-12T03:47:44.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35402026-05-12T03:47:44.231Z
35412026-05-12T03:47:44.231Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35422026-05-12T03:47:44.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-05-12T03:47:44.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-05-12T03:47:44.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-05-12T03:47:44.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35462026-05-12T03:47:44.892Z
35472026-05-12T03:47:44.893Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35482026-05-12T03:47:45.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-05-12T03:47:45.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-05-12T03:47:45.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-05-12T03:47:45.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35522026-05-12T03:47:45.560Z
35532026-05-12T03:47:45.560Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35542026-05-12T03:47:46.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-05-12T03:47:46.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-05-12T03:47:46.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-05-12T03:47:46.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35582026-05-12T03:47:46.221Z
35592026-05-12T03:47:46.221Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35602026-05-12T03:47:46.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-05-12T03:47:46.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-05-12T03:47:46.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-05-12T03:47:46.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35642026-05-12T03:47:46.950Z
35652026-05-12T03:47:46.950Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35662026-05-12T03:47:47.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-05-12T03:47:47.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-05-12T03:47:47.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-05-12T03:47:47.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
35702026-05-12T03:47:47.696Z
35712026-05-12T03:47:47.696Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35722026-05-12T03:47:48.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-05-12T03:47:48.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-05-12T03:47:48.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-05-12T03:47:48.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35762026-05-12T03:47:48.398Z
35772026-05-12T03:47:48.398Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35782026-05-12T03:47:48.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-05-12T03:47:48.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-05-12T03:47:48.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-05-12T03:47:48.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35822026-05-12T03:47:49.092Z
35832026-05-12T03:47:49.092Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35842026-05-12T03:47:49.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-05-12T03:47:49.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-05-12T03:47:49.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-05-12T03:47:49.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35882026-05-12T03:47:49.788Z
35892026-05-12T03:47:49.788Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35902026-05-12T03:47:50.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-05-12T03:47:50.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-05-12T03:47:50.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-05-12T03:47:50.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35942026-05-12T03:47:50.487Z
35952026-05-12T03:47:50.487Zinfo: running `cargo check --bins` on key-manager (179/274)
35962026-05-12T03:47:51.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-05-12T03:47:51.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-05-12T03:47:51.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-05-12T03:47:51.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36002026-05-12T03:47:51.168Z
36012026-05-12T03:47:51.168Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36022026-05-12T03:47:51.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-05-12T03:47:51.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-05-12T03:47:51.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-05-12T03:47:51.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36062026-05-12T03:47:51.872Z
36072026-05-12T03:47:51.872Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36082026-05-12T03:47:52.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-05-12T03:47:52.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-05-12T03:47:52.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-05-12T03:47:52.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36122026-05-12T03:47:52.576Z
36132026-05-12T03:47:52.576Zinfo: running `cargo check --bins` on typed-rng (182/274)
36142026-05-12T03:47:53.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-05-12T03:47:53.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-05-12T03:47:53.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-05-12T03:47:53.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36182026-05-12T03:47:53.236Z
36192026-05-12T03:47:53.236Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36202026-05-12T03:47:53.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-05-12T03:47:53.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-05-12T03:47:54.187Z Compiling typify-impl v0.4.3
36232026-05-12T03:47:54.188Z Compiling libefi-sys v0.1.0
36242026-05-12T03:47:54.192Z Compiling bitfield-struct v0.6.2
36252026-05-12T03:47:54.352Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36262026-05-12T03:47:54.362Z Compiling xshell-macros v0.2.7
36272026-05-12T03:47:54.391Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36282026-05-12T03:47:54.394Z Compiling salty v0.3.0
36292026-05-12T03:47:54.480Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36302026-05-12T03:47:54.627Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36312026-05-12T03:47:54.736Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36322026-05-12T03:47:54.821Z Checking xshell v0.2.7
36332026-05-12T03:47:54.839Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36342026-05-12T03:47:55.001Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36352026-05-12T03:47:55.020Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-12T03:47:55.032Z Checking primeorder v0.13.6
36372026-05-12T03:47:55.185Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-05-12T03:47:55.219Z Compiling proc-macro-error-attr2 v2.0.0
36392026-05-12T03:47:55.272Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-12T03:47:55.290Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36412026-05-12T03:47:55.326Z Checking tungstenite v0.21.0
36422026-05-12T03:47:55.536Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36432026-05-12T03:47:55.539Z Checking p384 v0.13.1
36442026-05-12T03:47:55.643Z Compiling proc-macro-error2 v2.0.1
36452026-05-12T03:47:55.694Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36462026-05-12T03:47:55.797Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36472026-05-12T03:47:55.994Z Compiling num-derive v0.3.3
36482026-05-12T03:47:56.019Z Compiling tabled_derive v0.11.0
36492026-05-12T03:47:56.160Z Checking tokio-tungstenite v0.21.0
36502026-05-12T03:47:56.414Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36512026-05-12T03:47:56.497Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-12T03:47:56.630Z Checking papergrid v0.17.0
36532026-05-12T03:47:56.835Z Checking testing_table v0.3.0
36542026-05-12T03:47:56.946Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36552026-05-12T03:47:56.975Z Checking libscf-sys v1.1.0
36562026-05-12T03:47:57.119Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36572026-05-12T03:47:57.276Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36582026-05-12T03:47:57.294Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-12T03:47:57.499Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36602026-05-12T03:47:57.599Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-12T03:47:57.708Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36622026-05-12T03:47:57.733Z Checking corncobs v0.1.4
36632026-05-12T03:47:57.788Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36642026-05-12T03:47:57.820Z Compiling unicase v2.9.0
36652026-05-12T03:47:57.876Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36662026-05-12T03:47:58.006Z Checking tabled v0.20.0
36672026-05-12T03:47:58.029Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36682026-05-12T03:47:58.055Z Compiling mime_guess v2.0.5
36692026-05-12T03:47:58.151Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-12T03:47:58.168Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-12T03:47:58.263Z Checking progenitor-client v0.11.2
36722026-05-12T03:47:58.530Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-12T03:47:58.563Z Checking secrecy v0.8.0
36742026-05-12T03:47:58.581Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36752026-05-12T03:47:58.597Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36762026-05-12T03:47:58.681Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36772026-05-12T03:47:58.812Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36782026-05-12T03:47:59.127Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36792026-05-12T03:47:59.163Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36802026-05-12T03:47:59.277Z Compiling typify-macro v0.4.3
36812026-05-12T03:47:59.331Z Checking filetime v0.2.27
36822026-05-12T03:47:59.399Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36832026-05-12T03:47:59.482Z Checking crc8 v0.1.1
36842026-05-12T03:47:59.588Z Checking http-range v0.1.5
36852026-05-12T03:47:59.616Z Checking xattr v1.6.1
36862026-05-12T03:47:59.763Z Checking tar v0.4.45
36872026-05-12T03:47:59.841Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36882026-05-12T03:48:00.162Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36892026-05-12T03:48:00.287Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36902026-05-12T03:48:00.303Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-05-12T03:48:00.348Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36922026-05-12T03:48:00.451Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36932026-05-12T03:48:00.714Z Checking atty v0.2.14
36942026-05-12T03:48:00.828Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36952026-05-12T03:48:00.902Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36962026-05-12T03:48:00.996Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-05-12T03:48:01.183Z Compiling typify v0.4.3
36982026-05-12T03:48:01.315Z Compiling progenitor-impl v0.11.2
36992026-05-12T03:48:01.367Z Compiling progenitor-impl v0.10.0
37002026-05-12T03:48:01.762Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-12T03:48:01.861Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-12T03:48:02.141Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-12T03:48:02.344Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37042026-05-12T03:48:02.834Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37052026-05-12T03:48:02.875Z Checking hyper-staticfile v0.10.1
37062026-05-12T03:48:03.125Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37072026-05-12T03:48:03.209Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37082026-05-12T03:48:03.383Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37092026-05-12T03:48:03.435Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37102026-05-12T03:48:03.561Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37112026-05-12T03:48:03.801Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37122026-05-12T03:48:03.868Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37132026-05-12T03:48:04.132Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37142026-05-12T03:48:04.184Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37152026-05-12T03:48:04.227Z Compiling progenitor-macro v0.11.2
37162026-05-12T03:48:04.296Z Compiling progenitor-macro v0.10.0
37172026-05-12T03:48:07.402Z Checking progenitor v0.10.0
37182026-05-12T03:48:07.405Z Checking progenitor v0.11.2
37192026-05-12T03:48:07.556Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37202026-05-12T03:48:07.559Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37212026-05-12T03:48:12.585Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37222026-05-12T03:48:13.797Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-05-12T03:48:24.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.70s
37242026-05-12T03:48:25.187Z
37252026-05-12T03:48:25.187Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37262026-05-12T03:48:25.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-05-12T03:48:25.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-05-12T03:48:26.054Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-05-12T03:48:37.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.82s
37302026-05-12T03:48:37.259Z
37312026-05-12T03:48:37.259Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37322026-05-12T03:48:37.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-05-12T03:48:37.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-05-12T03:48:38.101Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-05-12T03:48:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
37362026-05-12T03:48:49.442Z
37372026-05-12T03:48:49.443Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37382026-05-12T03:48:50.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-05-12T03:48:50.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-05-12T03:48:50.278Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-05-12T03:49:01.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37422026-05-12T03:49:01.430Z
37432026-05-12T03:49:01.430Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37442026-05-12T03:49:02.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-05-12T03:49:02.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-05-12T03:49:02.250Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-05-12T03:49:13.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.75s
37482026-05-12T03:49:13.425Z
37492026-05-12T03:49:13.425Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37502026-05-12T03:49:14.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-05-12T03:49:14.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-05-12T03:49:14.252Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-05-12T03:49:25.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.84s
37542026-05-12T03:49:25.506Z
37552026-05-12T03:49:25.506Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37562026-05-12T03:49:26.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-05-12T03:49:26.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-05-12T03:49:26.329Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-05-12T03:49:37.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37602026-05-12T03:49:37.617Z
37612026-05-12T03:49:37.617Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37622026-05-12T03:49:38.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-05-12T03:49:38.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-05-12T03:49:38.456Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-05-12T03:49:49.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37662026-05-12T03:49:49.632Z
37672026-05-12T03:49:49.632Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37682026-05-12T03:49:50.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-05-12T03:49:50.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-05-12T03:49:50.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-05-12T03:49:50.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37722026-05-12T03:49:50.287Z
37732026-05-12T03:49:50.287Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37742026-05-12T03:49:50.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-05-12T03:49:50.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-05-12T03:49:50.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-05-12T03:49:50.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37782026-05-12T03:49:50.943Z
37792026-05-12T03:49:50.943Zinfo: running `cargo check --bins` on range-requests (193/274)
37802026-05-12T03:49:51.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-05-12T03:49:51.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-05-12T03:49:51.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-05-12T03:49:51.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37842026-05-12T03:49:51.592Z
37852026-05-12T03:49:51.592Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37862026-05-12T03:49:52.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-05-12T03:49:52.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-05-12T03:49:52.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-05-12T03:49:52.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37902026-05-12T03:49:52.238Z
37912026-05-12T03:49:52.238Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37922026-05-12T03:49:52.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-05-12T03:49:52.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-05-12T03:49:52.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-05-12T03:49:52.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37962026-05-12T03:49:52.903Z
37972026-05-12T03:49:52.903Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37982026-05-12T03:49:53.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-05-12T03:49:53.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-05-12T03:49:53.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-05-12T03:49:53.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38022026-05-12T03:49:53.575Z
38032026-05-12T03:49:53.575Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38042026-05-12T03:49:54.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-05-12T03:49:54.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-05-12T03:49:54.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-05-12T03:49:54.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38082026-05-12T03:49:54.240Z
38092026-05-12T03:49:54.240Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38102026-05-12T03:49:54.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-05-12T03:49:54.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-05-12T03:49:54.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-05-12T03:49:54.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38142026-05-12T03:49:54.906Z
38152026-05-12T03:49:54.906Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38162026-05-12T03:49:55.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-05-12T03:49:55.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-05-12T03:49:55.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-05-12T03:49:55.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38202026-05-12T03:49:55.568Z
38212026-05-12T03:49:55.568Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38222026-05-12T03:49:56.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-05-12T03:49:56.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-05-12T03:49:56.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-05-12T03:49:56.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38262026-05-12T03:49:56.232Z
38272026-05-12T03:49:56.232Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38282026-05-12T03:49:56.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-05-12T03:49:56.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-05-12T03:49:56.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-05-12T03:49:56.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38322026-05-12T03:49:56.907Z
38332026-05-12T03:49:56.907Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38342026-05-12T03:49:57.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-05-12T03:49:57.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-05-12T03:49:57.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-05-12T03:49:57.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38382026-05-12T03:49:57.583Z
38392026-05-12T03:49:57.583Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38402026-05-12T03:49:58.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-05-12T03:49:58.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-05-12T03:49:58.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-05-12T03:49:58.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38442026-05-12T03:49:58.254Z
38452026-05-12T03:49:58.254Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38462026-05-12T03:49:58.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-05-12T03:49:58.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-05-12T03:49:58.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-05-12T03:49:58.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38502026-05-12T03:49:58.955Z
38512026-05-12T03:49:58.955Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38522026-05-12T03:49:59.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-05-12T03:49:59.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-05-12T03:49:59.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-05-12T03:49:59.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38562026-05-12T03:49:59.627Z
38572026-05-12T03:49:59.628Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38582026-05-12T03:50:00.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-05-12T03:50:00.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-05-12T03:50:00.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-05-12T03:50:00.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38622026-05-12T03:50:00.315Z
38632026-05-12T03:50:00.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38642026-05-12T03:50:00.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-05-12T03:50:00.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-05-12T03:50:00.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-05-12T03:50:00.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38682026-05-12T03:50:01.022Z
38692026-05-12T03:50:01.022Zinfo: running `cargo check --bins` on update-common (208/274)
38702026-05-12T03:50:01.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-05-12T03:50:01.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-05-12T03:50:01.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-05-12T03:50:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38742026-05-12T03:50:01.678Z
38752026-05-12T03:50:01.679Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38762026-05-12T03:50:02.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-05-12T03:50:03.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-05-12T03:50:03.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-05-12T03:50:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38802026-05-12T03:50:03.269Z
38812026-05-12T03:50:03.269Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38822026-05-12T03:50:03.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-05-12T03:50:03.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-05-12T03:50:03.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-05-12T03:50:03.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38862026-05-12T03:50:03.269Z
38872026-05-12T03:50:03.269Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38882026-05-12T03:50:03.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-05-12T03:50:03.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-05-12T03:50:03.822Z Compiling fs-err v2.11.0
38912026-05-12T03:50:03.825Z Checking ignore v0.4.25
38922026-05-12T03:50:03.825Z Checking arc-swap v1.8.2
38932026-05-12T03:50:03.825Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38942026-05-12T03:50:03.971Z Checking predicates-tree v1.0.13
38952026-05-12T03:50:03.974Z Checking parse-size v1.1.0
38962026-05-12T03:50:03.995Z Checking rand_seeder v0.4.0
38972026-05-12T03:50:03.998Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38982026-05-12T03:50:04.076Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38992026-05-12T03:50:04.098Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39002026-05-12T03:50:04.145Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39012026-05-12T03:50:04.168Z Checking slog-scope v4.4.1
39022026-05-12T03:50:04.299Z Compiling petname v2.0.2
39032026-05-12T03:50:04.315Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39042026-05-12T03:50:04.330Z Checking slog-stdlog v4.1.1
39052026-05-12T03:50:04.359Z Checking globwalk v0.9.1
39062026-05-12T03:50:04.429Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39072026-05-12T03:50:04.459Z Checking slog-envlogger v2.2.0
39082026-05-12T03:50:04.541Z Checking camino-tempfile-ext v0.3.3
39092026-05-12T03:50:04.580Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39102026-05-12T03:50:04.617Z Checking sapling-renderdag v0.1.0
39112026-05-12T03:50:04.745Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39122026-05-12T03:50:04.761Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39132026-05-12T03:50:04.865Z Checking subprocess v0.2.15
39142026-05-12T03:50:04.933Z Checking sync-ptr v0.1.4
39152026-05-12T03:50:04.984Z Checking colored v2.2.0
39162026-05-12T03:50:05.058Z Checking assert_matches v1.5.0
39172026-05-12T03:50:05.160Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39182026-05-12T03:50:05.233Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-12T03:50:05.284Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39202026-05-12T03:50:05.287Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39212026-05-12T03:50:05.974Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39222026-05-12T03:50:07.347Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39232026-05-12T03:50:09.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s
39242026-05-12T03:50:09.875Z
39252026-05-12T03:50:09.875Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39262026-05-12T03:50:10.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-12T03:50:10.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-12T03:50:10.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-12T03:50:10.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39302026-05-12T03:50:10.500Z
39312026-05-12T03:50:10.500Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39322026-05-12T03:50:11.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-12T03:50:11.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-12T03:50:11.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-12T03:50:11.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39362026-05-12T03:50:11.151Z
39372026-05-12T03:50:11.151Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39382026-05-12T03:50:11.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-12T03:50:11.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-12T03:50:11.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-12T03:50:11.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39422026-05-12T03:50:11.853Z
39432026-05-12T03:50:11.853Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39442026-05-12T03:50:12.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-12T03:50:12.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-12T03:50:12.619Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39472026-05-12T03:50:12.619Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-05-12T03:50:13.292Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39492026-05-12T03:50:14.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
39502026-05-12T03:50:15.160Z
39512026-05-12T03:50:15.161Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39522026-05-12T03:50:15.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-05-12T03:50:15.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-05-12T03:50:15.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-05-12T03:50:15.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39562026-05-12T03:50:15.801Z
39572026-05-12T03:50:15.801Zinfo: running `cargo check --bins` on cert-dev (217/274)
39582026-05-12T03:50:16.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-12T03:50:16.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-12T03:50:16.460Z Checking yasna v0.5.2
39612026-05-12T03:50:16.875Z Checking rcgen v0.12.1
39622026-05-12T03:50:17.131Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-05-12T03:50:17.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39642026-05-12T03:50:17.516Z
39652026-05-12T03:50:17.516Zinfo: running `cargo check --bins` on clickana (218/274)
39662026-05-12T03:50:18.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-05-12T03:50:18.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-05-12T03:50:18.203Z Compiling darling_core v0.23.0
39692026-05-12T03:50:18.206Z Compiling instability v0.3.11
39702026-05-12T03:50:18.318Z Checking castaway v0.2.4
39712026-05-12T03:50:18.336Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39722026-05-12T03:50:18.339Z Compiling indoc v2.0.7
39732026-05-12T03:50:18.344Z Checking unicode-truncate v1.1.0
39742026-05-12T03:50:18.365Z Checking lru v0.12.5
39752026-05-12T03:50:18.368Z Checking cassowary v0.3.0
39762026-05-12T03:50:18.428Z Checking compact_str v0.8.1
39772026-05-12T03:50:19.441Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-05-12T03:50:19.635Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-05-12T03:50:19.819Z Compiling darling_macro v0.23.0
39802026-05-12T03:50:20.252Z Compiling darling v0.23.0
39812026-05-12T03:50:20.884Z Checking ratatui v0.29.0
39822026-05-12T03:50:21.977Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-05-12T03:50:22.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.16s
39842026-05-12T03:50:22.879Z
39852026-05-12T03:50:22.879Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39862026-05-12T03:50:23.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-12T03:50:23.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-12T03:50:23.657Z Checking headers-core v0.3.0
39892026-05-12T03:50:23.660Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39902026-05-12T03:50:23.862Z Checking headers v0.4.1
39912026-05-12T03:50:24.246Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39922026-05-12T03:50:25.125Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39932026-05-12T03:50:25.647Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39942026-05-12T03:50:26.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
39952026-05-12T03:50:26.313Z
39962026-05-12T03:50:26.313Zinfo: running `cargo check --bins` on ch-dev (220/274)
39972026-05-12T03:50:26.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-12T03:50:26.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-12T03:50:27.073Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40002026-05-12T03:50:27.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
40012026-05-12T03:50:28.089Z
40022026-05-12T03:50:28.090Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40032026-05-12T03:50:28.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-12T03:50:28.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-12T03:50:28.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-12T03:50:28.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40072026-05-12T03:50:28.598Z
40082026-05-12T03:50:28.598Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40092026-05-12T03:50:29.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-12T03:50:29.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-12T03:50:29.358Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-05-12T03:50:30.382Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40132026-05-12T03:50:30.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s
40142026-05-12T03:50:30.956Z
40152026-05-12T03:50:30.956Zinfo: running `cargo check --bins` on db-dev (223/274)
40162026-05-12T03:50:31.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-12T03:50:31.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-12T03:50:31.727Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40192026-05-12T03:50:32.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
40202026-05-12T03:50:32.753Z
40212026-05-12T03:50:32.753Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40222026-05-12T03:50:33.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-12T03:50:33.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-12T03:50:33.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-12T03:50:33.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40262026-05-12T03:50:33.448Z
40272026-05-12T03:50:33.448Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40282026-05-12T03:50:33.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-12T03:50:33.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-12T03:50:34.103Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40312026-05-12T03:50:34.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40322026-05-12T03:50:34.997Z
40332026-05-12T03:50:34.997Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40342026-05-12T03:50:35.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-12T03:50:35.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-12T03:50:35.797Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40372026-05-12T03:50:35.797Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40382026-05-12T03:50:35.800Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40392026-05-12T03:50:35.800Z Checking git-stub v1.0.0
40402026-05-12T03:50:35.800Z Compiling trait-variant v0.1.2
40412026-05-12T03:50:35.800Z Checking is_ci v1.2.0
40422026-05-12T03:50:35.800Z Checking maplit v1.0.2
40432026-05-12T03:50:35.800Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40442026-05-12T03:50:36.010Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40452026-05-12T03:50:36.037Z Checking supports-color v3.0.2
40462026-05-12T03:50:36.107Z Checking git-stub-vcs v0.1.0
40472026-05-12T03:50:36.167Z Checking drift v0.1.4
40482026-05-12T03:50:36.198Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40492026-05-12T03:50:36.230Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40502026-05-12T03:50:36.311Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40512026-05-12T03:50:36.402Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40522026-05-12T03:50:36.472Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40532026-05-12T03:50:36.487Z Checking dropshot-api-manager v0.7.1
40542026-05-12T03:50:36.525Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40552026-05-12T03:50:36.710Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-12T03:50:36.752Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40572026-05-12T03:50:36.965Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-12T03:50:37.267Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40592026-05-12T03:50:42.466Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40602026-05-12T03:50:43.601Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40612026-05-12T03:50:44.183Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40622026-05-12T03:50:44.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s
40632026-05-12T03:50:44.857Z
40642026-05-12T03:50:44.857Zinfo: running `cargo check --bins` on installinator-api (227/274)
40652026-05-12T03:50:45.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-12T03:50:45.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-12T03:50:45.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-05-12T03:50:45.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40692026-05-12T03:50:45.498Z
40702026-05-12T03:50:45.499Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40712026-05-12T03:50:46.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-05-12T03:50:46.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-05-12T03:50:46.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-05-12T03:50:46.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40752026-05-12T03:50:46.184Z
40762026-05-12T03:50:46.184Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40772026-05-12T03:50:46.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-05-12T03:50:46.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-05-12T03:50:46.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-05-12T03:50:46.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40812026-05-12T03:50:46.874Z
40822026-05-12T03:50:46.874Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40832026-05-12T03:50:47.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-05-12T03:50:47.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-05-12T03:50:47.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-05-12T03:50:47.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40872026-05-12T03:50:47.562Z
40882026-05-12T03:50:47.562Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40892026-05-12T03:50:48.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-05-12T03:50:48.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-05-12T03:50:48.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-05-12T03:50:48.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40932026-05-12T03:50:48.210Z
40942026-05-12T03:50:48.210Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40952026-05-12T03:50:48.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-05-12T03:50:48.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-05-12T03:50:48.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-05-12T03:50:48.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40992026-05-12T03:50:48.857Z
41002026-05-12T03:50:48.857Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41012026-05-12T03:50:49.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-05-12T03:50:49.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-05-12T03:50:49.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-05-12T03:50:49.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41052026-05-12T03:50:49.521Z
41062026-05-12T03:50:49.521Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41072026-05-12T03:50:50.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-12T03:50:50.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-12T03:50:50.180Z Checking typeid v1.0.3
41102026-05-12T03:50:50.297Z Checking ordered-float v2.10.1
41112026-05-12T03:50:50.317Z Checking unicode-xid v0.2.6
41122026-05-12T03:50:50.331Z Checking cargo-platform v0.2.0
41132026-05-12T03:50:50.340Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41142026-05-12T03:50:50.365Z Checking erased-serde v0.4.9
41152026-05-12T03:50:50.510Z Checking serde-value v0.7.0
41162026-05-12T03:50:50.690Z Checking serde-untagged v0.1.9
41172026-05-12T03:50:50.848Z Checking cargo-util-schemas v0.8.2
41182026-05-12T03:50:51.560Z Checking cargo_metadata v0.21.0
41192026-05-12T03:50:52.196Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41202026-05-12T03:50:52.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
41212026-05-12T03:50:53.125Z
41222026-05-12T03:50:53.125Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41232026-05-12T03:50:53.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-05-12T03:50:53.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-05-12T03:50:53.914Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41262026-05-12T03:50:54.580Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41272026-05-12T03:50:55.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
41282026-05-12T03:50:55.347Z
41292026-05-12T03:50:55.347Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41302026-05-12T03:50:55.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-12T03:50:55.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-12T03:50:56.270Z Compiling vergen-gitcl v1.0.8
41332026-05-12T03:50:56.270Z Compiling dirs-sys-next v0.1.2
41342026-05-12T03:50:56.270Z Compiling glob v0.3.3
41352026-05-12T03:50:56.270Z Compiling crunchy v0.2.4
41362026-05-12T03:50:56.273Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41372026-05-12T03:50:56.273Z Compiling diesel_derives v2.3.7
41382026-05-12T03:50:56.273Z Compiling dsl_auto_type v0.2.0
41392026-05-12T03:50:56.274Z Checking scheduled-thread-pool v0.2.7
41402026-05-12T03:50:56.595Z Compiling dirs-next v2.0.0
41412026-05-12T03:50:56.634Z Compiling diesel_table_macro_syntax v0.3.0
41422026-05-12T03:50:56.695Z Compiling tiny-keccak v2.0.2
41432026-05-12T03:50:56.725Z Compiling term v0.7.0
41442026-05-12T03:50:56.789Z Compiling clang-sys v1.8.1
41452026-05-12T03:50:56.848Z Checking r2d2 v0.8.10
41462026-05-12T03:50:56.864Z Compiling bit-vec v0.6.3
41472026-05-12T03:50:56.918Z Checking downcast-rs v2.0.2
41482026-05-12T03:50:57.021Z Compiling ascii-canvas v3.0.0
41492026-05-12T03:50:57.039Z Compiling bit-set v0.5.3
41502026-05-12T03:50:57.203Z Compiling itertools v0.10.5
41512026-05-12T03:50:57.242Z Compiling ena v0.14.4
41522026-05-12T03:50:57.276Z Compiling libloading v0.8.9
41532026-05-12T03:50:57.303Z Compiling bindgen v0.71.1
41542026-05-12T03:50:57.306Z Compiling regex-syntax v0.6.29
41552026-05-12T03:50:57.463Z Compiling diff v0.1.13
41562026-05-12T03:50:57.521Z Compiling cexpr v0.6.0
41572026-05-12T03:50:57.741Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41582026-05-12T03:50:57.780Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41592026-05-12T03:50:57.959Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41602026-05-12T03:50:57.981Z Compiling libxml v0.3.3
41612026-05-12T03:50:58.216Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41622026-05-12T03:50:58.265Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41632026-05-12T03:50:58.334Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41642026-05-12T03:50:58.537Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41652026-05-12T03:50:58.572Z Compiling strum_macros v0.24.3
41662026-05-12T03:50:58.599Z Compiling indoc v1.0.9
41672026-05-12T03:50:58.823Z Compiling lalrpop v0.19.12
41682026-05-12T03:50:59.664Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41692026-05-12T03:50:59.868Z Checking derive_builder v0.20.2
41702026-05-12T03:50:59.995Z Compiling oso-derive v0.27.3
41712026-05-12T03:51:00.012Z Checking quick-xml v0.37.5
41722026-05-12T03:51:00.233Z Compiling impl-trait-for-tuples v0.2.3
41732026-05-12T03:51:00.523Z Checking openssl-probe v0.1.6
41742026-05-12T03:51:00.676Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41752026-05-12T03:51:00.948Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41762026-05-12T03:51:01.154Z Checking bb8 v0.8.6
41772026-05-12T03:51:01.454Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41782026-05-12T03:51:01.474Z Checking nonempty v0.12.0
41792026-05-12T03:51:01.495Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41802026-05-12T03:51:01.652Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41812026-05-12T03:51:01.694Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41822026-05-12T03:51:01.736Z Checking console v0.16.2
41832026-05-12T03:51:01.876Z Checking unit-prefix v0.5.2
41842026-05-12T03:51:01.896Z Checking support-bundle-viewer v0.1.2
41852026-05-12T03:51:02.019Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-05-12T03:51:02.061Z Checking indicatif v0.18.4
41872026-05-12T03:51:02.165Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
41882026-05-12T03:51:02.313Z Checking multimap v0.10.1
41892026-05-12T03:51:02.710Z Checking diesel v2.3.7
41902026-05-12T03:51:04.729Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41912026-05-12T03:51:04.972Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41922026-05-12T03:51:05.376Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41932026-05-12T03:51:05.659Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41942026-05-12T03:51:06.506Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41952026-05-12T03:51:06.867Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41962026-05-12T03:51:07.076Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41972026-05-12T03:51:07.585Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41982026-05-12T03:51:09.818Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41992026-05-12T03:51:15.388Z Compiling samael v0.0.19
42002026-05-12T03:51:19.340Z Checking diesel-dtrace v0.5.0
42012026-05-12T03:51:19.595Z Checking async-bb8-diesel v0.2.1
42022026-05-12T03:51:20.487Z Compiling polar-core v0.27.3
42032026-05-12T03:51:25.174Z Checking oso v0.27.3
42042026-05-12T03:52:04.822Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42052026-05-12T03:52:35.204Zerror[E0027]: pattern does not mention field `info`
42062026-05-12T03:52:35.204Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
42072026-05-12T03:52:35.204Z |
42082026-05-12T03:52:35.204Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
42092026-05-12T03:52:35.205Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
42102026-05-12T03:52:35.205Z |
42112026-05-12T03:52:35.205Zhelp: include the missing field in the pattern
42122026-05-12T03:52:35.205Z |
42132026-05-12T03:52:35.205Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
42142026-05-12T03:52:35.205Z | ++++++
42152026-05-12T03:52:35.205Zhelp: if you don't care about this missing field, you can explicitly ignore it
42162026-05-12T03:52:35.205Z |
42172026-05-12T03:52:35.205Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
42182026-05-12T03:52:35.205Z | +++++++++
42192026-05-12T03:52:35.205Zhelp: or always ignore missing fields here
42202026-05-12T03:52:35.205Z |
42212026-05-12T03:52:35.205Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
42222026-05-12T03:52:35.205Z | ++++
42232026-05-12T03:52:35.205Z
42242026-05-12T03:52:40.560ZFor more information about this error, try `rustc --explain E0027`.
42252026-05-12T03:52:40.732Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
42262026-05-12T03:52:40.986Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/omdb/Cargo.toml` (exit status: 101)
42272026-05-12T03:52:40.989ZError: cargo-hack install failed: exit status: 1
42282026-05-12T03:52:40.992Z
42292026-05-12T03:52:40.992Zreal 9:10.093712614
42302026-05-12T03:52:40.992Zuser 15:19.019001553
42312026-05-12T03:52:40.992Zsys 3:21.667795600
42322026-05-12T03:52:40.992Ztrap 0.297531042
42332026-05-12T03:52:40.992Ztflt 0.704149756
42342026-05-12T03:52:40.992Zdflt 1.218489188
42352026-05-12T03:52:40.992Zkflt 0.004850520
42362026-05-12T03:52:40.992Zlock 51:18.016397147
42372026-05-12T03:52:40.992Zslp 1:06:39.744700853
42382026-05-12T03:52:40.992Zlat 48.986171287
42392026-05-12T03:52:40.992Zstop 3:13.106230664
42402026-05-12T03:52:40.995Zprocess exited: duration 686125 ms, exit code 1
 
42412026-05-12T03:52:41.001Zfound 0 output files