01KM63TCD1MQ30PEB6TN4XZCWT: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KM63TY3S4V55R380B8ZY9SJ0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T17:15:22.960Zjob assigned to worker 01KM63V6BKYS8PDXAW1S982DVA [factory aws, i-0f310097e85d466d4] (queued for 1 m 14 s)
 
22026-03-20T17:15:30.757Zstarting task 0: "setup"
32026-03-20T17:15:30.764Z++ uname -s
42026-03-20T17:15:30.767Z+ kern=SunOS
52026-03-20T17:15:30.767Z+ build_user=build
62026-03-20T17:15:30.767Z+ build_uid=12345
72026-03-20T17:15:30.767Z+ work_dir=/work
82026-03-20T17:15:30.767Z+ input_dir=/input
92026-03-20T17:15:30.767Z+ [[ 0 == 12345 ]]
102026-03-20T17:15:30.767Z+ case "$kern" in
112026-03-20T17:15:30.767Z+ groupadd -g 12345 build
122026-03-20T17:15:30.770Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T17:15:32.774Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T17:15:32.888Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T17:15:32.891Z+ home_fs=zfs
162026-03-20T17:15:32.891Z+ [[ zfs == autofs ]]
172026-03-20T17:15:32.891Z+ mkdir -p /home/build
182026-03-20T17:15:32.891Z+ chown build:build /home/build /work
192026-03-20T17:15:34.893Z+ chmod 0700 /home/build /work
202026-03-20T17:15:34.896Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-20T17:15:34.902Zstarting task 1: "rust-toolchain"
222026-03-20T17:15:34.906Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-20T17:15:34.907Z * rust toolchain channel = "1.94.0"
242026-03-20T17:15:34.907Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T17:15:34.907Z * rust toolchain profile = "default"
262026-03-20T17:15:34.907Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T17:15:34.907Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T17:15:34.910Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T17:15:34.911Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-20T17:15:35.029Zinfo: downloading installer
312026-03-20T17:15:36.668Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T17:15:36.668Zwarn: /opt/ooce/bin
332026-03-20T17:15:36.668Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T17:15:36.668Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T17:15:36.668Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T17:15:36.668Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T17:15:36.668Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T17:15:36.668Zerror: cannot install while Rust is installed
392026-03-20T17:15:36.668Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T17:15:36.668Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T17:15:36.668Zwarn: /home/build/.rustup/settings.toml
422026-03-20T17:15:36.670Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T17:15:36.670Zwarn: instead of the one inferred from the default host triple.
442026-03-20T17:15:36.680Zinfo: profile set to default
452026-03-20T17:15:36.680Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T17:15:36.684Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-20T17:15:36.843Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-20T17:15:36.846Zinfo: downloading 6 components
492026-03-20T17:15:53.452Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-20T17:15:53.452Z
512026-03-20T17:15:53.484Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-20T17:15:53.484Z
532026-03-20T17:15:53.487Z
542026-03-20T17:15:53.487ZRust is installed now. Great!
552026-03-20T17:15:53.488Z
562026-03-20T17:15:53.488ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T17:15:53.488Zenvironment variable. This has not been done automatically.
582026-03-20T17:15:53.488Z
592026-03-20T17:15:53.488ZTo configure your current shell, you need to source
602026-03-20T17:15:53.488Zthe corresponding env file under $HOME/.cargo.
612026-03-20T17:15:53.488Z
622026-03-20T17:15:53.488ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T17:15:53.488Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T17:15:53.488Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T17:15:53.488Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T17:15:53.488Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T17:15:53.488Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T17:15:53.488Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T17:15:53.488Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T17:15:53.488Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T17:15:53.592Z+ rustup --version
722026-03-20T17:15:53.603Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T17:15:53.606Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T17:15:53.629Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-20T17:15:53.632Z+ cargo --version
762026-03-20T17:15:53.648Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-20T17:15:53.651Z+ rustc --version
782026-03-20T17:15:53.675Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-20T17:15:53.678Zprocess exited: duration 18773 ms, exit code 0
 
802026-03-20T17:15:53.684Zstarting task 2: "authentication"
812026-03-20T17:15:53.703Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T17:15:53.709Zstarting task 3: "clone repository"
832026-03-20T17:15:53.713Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-20T17:15:53.716Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-20T17:15:53.747ZCloning into '/work/oxidecomputer/omicron'...
862026-03-20T17:16:04.005Z+ cd /work/oxidecomputer/omicron
872026-03-20T17:16:04.005Z+ git fetch origin b770aca505bb58f3bdbe9a6522d0f72949e7f286
882026-03-20T17:16:04.328ZFrom https://github.com/oxidecomputer/omicron
892026-03-20T17:16:04.328Z * branch b770aca505bb58f3bdbe9a6522d0f72949e7f286 -> FETCH_HEAD
902026-03-20T17:16:04.338Z+ [[ -n sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information ]]
912026-03-20T17:16:04.342Z++ git branch --show-current
922026-03-20T17:16:04.342Z+ current=main
932026-03-20T17:16:04.342Z+ [[ main != sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information ]]
942026-03-20T17:16:04.342Z+ git branch -f sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information b770aca505bb58f3bdbe9a6522d0f72949e7f286
952026-03-20T17:16:04.345Z+ git checkout -f sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information
962026-03-20T17:16:04.415ZSwitched to branch 'sunshowers/spr/reconfigurator-example-system-now-publishes-ntp-and-crdb-information'
972026-03-20T17:16:04.420Z+ git reset --hard b770aca505bb58f3bdbe9a6522d0f72949e7f286
982026-03-20T17:16:04.499ZHEAD is now at b770aca50 [spr] initial version
992026-03-20T17:16:04.502Zprocess exited: duration 10790 ms, exit code 0
 
1002026-03-20T17:16:04.511Zstarting task 4: "build"
1012026-03-20T17:16:04.515Z+ source .github/buildomat/ci-env.sh
1022026-03-20T17:16:04.515Z++ export CARGO_TERM_COLOR=always
1032026-03-20T17:16:04.515Z++ CARGO_TERM_COLOR=always
1042026-03-20T17:16:04.515Z+ cargo --version
1052026-03-20T17:16:04.526Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-20T17:16:04.531Z+ rustc --version
1072026-03-20T17:16:04.555Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-20T17:16:04.559Z+ source ./env.sh
1092026-03-20T17:16:04.560Z++ OLD_SHELL_OPTS=ehxB
1102026-03-20T17:16:04.560Z++ set -o xtrace
1112026-03-20T17:16:04.560Z++++ dirname ./env.sh
1122026-03-20T17:16:04.564Z+++ readlink -f .
1132026-03-20T17:16:04.564Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-20T17:16:04.564Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-20T17:16:04.564Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-20T17:16:04.564Z++ 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
1172026-03-20T17:16:04.564Z++ 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
1182026-03-20T17:16:04.564Z++ 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
1192026-03-20T17:16:04.564Z++ 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
1202026-03-20T17:16:04.564Z++ 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
1212026-03-20T17:16:04.564Z++ 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
1222026-03-20T17:16:04.564Z++ case $OLD_SHELL_OPTS in
1232026-03-20T17:16:04.564Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-20T17:16:04.564Z+ 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
1252026-03-20T17:16:04.564Z+ 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
1262026-03-20T17:16:04.564Z+ banner prerequisites
1272026-03-20T17:16:04.569Z
1282026-03-20T17:16:04.569Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-20T17:16:04.569Z # # # # # # # # # # # # # # #
1302026-03-20T17:16:04.569Z # # # # ##### # # ##### # # # # # #### #
1312026-03-20T17:16:04.569Z ##### ##### # ##### # # # # # # # # #
1322026-03-20T17:16:04.569Z # # # # # # # # # # # # # # #
1332026-03-20T17:16:04.569Z # # # ###### # # ###### ### # #### # #### #
1342026-03-20T17:16:04.569Z
1352026-03-20T17:16:04.569Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-20T17:16:14.376Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-20T17:16:24.197Z Startup: Caching catalogs ... Done
1382026-03-20T17:16:46.358ZPlanning: Solver setup ... Done (20.731s)
1392026-03-20T17:16:46.512ZPlanning: Running solver ... Done (0.155s)
1402026-03-20T17:16:46.689ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-20T17:16:46.703ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-20T17:16:46.826ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-20T17:16:46.868ZPlanning: Package planning ... Done (0.043s)
1442026-03-20T17:16:46.912ZPlanning: Merging actions ... Done (0.043s)
1452026-03-20T17:16:47.157ZPlanning: Checking for conflicting actions ... Done (0.245s)
1462026-03-20T17:16:47.168ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-20T17:16:48.025ZPlanning: Evaluating mediators ... Done (0.858s)
1482026-03-20T17:16:48.034ZPlanning: Planning completed in 23.69 seconds
1492026-03-20T17:16:48.047Z Packages to install: 4
1502026-03-20T17:16:48.052Z Mediators to change: 2
1512026-03-20T17:16:48.052Z Services to change: 1
1522026-03-20T17:16:48.053Z Estimated space available: 155.43 GB
1532026-03-20T17:16:48.053ZEstimated space to be consumed: 1.83 GB
1542026-03-20T17:16:48.053Z Create boot environment: No
1552026-03-20T17:16:48.053ZCreate backup boot environment: No
1562026-03-20T17:16:48.053Z Rebuild boot archive: No
1572026-03-20T17:16:48.053Z
1582026-03-20T17:16:48.053ZChanged mediators:
1592026-03-20T17:16:48.053Z mediator clang:
1602026-03-20T17:16:48.053Z version: None -> 15 (system default)
1612026-03-20T17:16:48.053Z
1622026-03-20T17:16:48.053Z mediator llvm:
1632026-03-20T17:16:48.053Z version: 14 (system default) -> 15 (system default)
1642026-03-20T17:16:48.053Z
1652026-03-20T17:16:48.053ZChanged packages:
1662026-03-20T17:16:48.054Zhelios-dev
1672026-03-20T17:16:48.054Z developer/build-essential
1682026-03-20T17:16:48.054Z None -> 11-2.0
1692026-03-20T17:16:48.054Z library/libxmlsec1
1702026-03-20T17:16:48.054Z None -> 1.2.35-2.0
1712026-03-20T17:16:48.054Z ooce/developer/clang-15
1722026-03-20T17:16:48.054Z None -> 15.0.7-2.0
1732026-03-20T17:16:48.054Z ooce/developer/llvm-15
1742026-03-20T17:16:48.054Z None -> 15.0.7-2.0
1752026-03-20T17:16:48.054Z
1762026-03-20T17:16:48.054ZServices:
1772026-03-20T17:16:48.054Z restart_fmri:
1782026-03-20T17:16:48.054Z svc:/system/update-man-index:default
1792026-03-20T17:16:48.096Z
1802026-03-20T17:16:48.096ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-20T17:16:53.163ZDownload: 2222/3290 items 119.2/212.6MB 56% complete (24.4M/s)
1822026-03-20T17:16:56.234ZDownload: Completed 212.60 MB in 8.14 seconds (26.1M/s)
1832026-03-20T17:16:57.424Z Actions: 1/3689 actions (Installing new actions)
1842026-03-20T17:17:01.573Z Actions: Completed 3689 actions in 4.15 seconds.
1852026-03-20T17:17:01.942Z Done (0.365s)
1862026-03-20T17:17:01.942Z Done (0.000s)
1872026-03-20T17:17:02.929Z Done (0.987s)
1882026-03-20T17:17:07.012Z Done (3.739s)
1892026-03-20T17:17:07.094Z Done (0.017s)
1902026-03-20T17:17:07.096Z Done (0.000s)
1912026-03-20T17:17:07.305Z Done (0.000s)
1922026-03-20T17:17:08.259ZPlanning: Evaluating mediator changes ... Done
1932026-03-20T17:17:08.408ZPlanning: Checking for conflicting actions ... Done
1942026-03-20T17:17:08.411ZPlanning: Consolidating action changes ... Done
1952026-03-20T17:17:08.632ZPlanning: Evaluating mediators ... Done
1962026-03-20T17:17:08.635ZPlanning: Planning completed in 0.37 seconds
1972026-03-20T17:17:08.661Z Mediators to change: 2
1982026-03-20T17:17:08.661Z Create boot environment: No
1992026-03-20T17:17:08.663ZCreate backup boot environment: No
2002026-03-20T17:17:08.724Z Done
2012026-03-20T17:17:08.724Z Done
2022026-03-20T17:17:09.464Z Done
2032026-03-20T17:17:12.781Z Done
2042026-03-20T17:17:12.865Z Done
2052026-03-20T17:17:12.868Z Done
2062026-03-20T17:17:13.074Z Done
2072026-03-20T17:17:13.605ZPlanning: Evaluating mediator changes ... Done
2082026-03-20T17:17:13.609ZPlanning: Merging actions ... Done
2092026-03-20T17:17:13.770ZPlanning: Checking for conflicting actions ... Done
2102026-03-20T17:17:13.774ZPlanning: Consolidating action changes ... Done
2112026-03-20T17:17:13.987ZPlanning: Evaluating mediators ... Done
2122026-03-20T17:17:14.030ZPlanning: Planning completed in 0.63 seconds
2132026-03-20T17:17:14.061Z Packages to change: 1
2142026-03-20T17:17:14.061Z Mediators to change: 1
2152026-03-20T17:17:14.064Z Services to change: 1
2162026-03-20T17:17:14.064Z Create boot environment: No
2172026-03-20T17:17:14.064ZCreate backup boot environment: Yes
2182026-03-20T17:17:16.657Z Actions: 1/6 actions (Updating modified actions)
2192026-03-20T17:17:16.660Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-20T17:17:16.660Z Done
2212026-03-20T17:17:16.660Z Done
2222026-03-20T17:17:16.846Z Done
2232026-03-20T17:17:20.118Z Done
2242026-03-20T17:17:20.201Z Done
2252026-03-20T17:17:20.204Z Done
2262026-03-20T17:17:20.356Z Done
2272026-03-20T17:17:20.734ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-20T17:17:20.734Zclang system 15 system
2292026-03-20T17:17:20.734Zcsh system system illumos
2302026-03-20T17:17:20.734Zctags system system illumos
2312026-03-20T17:17:20.734Zfile system system illumos
2322026-03-20T17:17:20.734Zgcc vendor 12 vendor
2332026-03-20T17:17:20.734Zgcc system 10 system
2342026-03-20T17:17:20.734Zgcc system 7 system
2352026-03-20T17:17:20.734Zgo system 1.20 system
2362026-03-20T17:17:20.734Zgo system 1.19 system
2372026-03-20T17:17:20.734Zllvm system 15 system
2382026-03-20T17:17:20.734Zllvm system 14 system
2392026-03-20T17:17:20.734Zmariadb system 10.6 system
2402026-03-20T17:17:20.735Zmta vendor vendor dma
2412026-03-20T17:17:20.735Zopenjdk system 17 system
2422026-03-20T17:17:20.735Zopenjdk system 11 system
2432026-03-20T17:17:20.735Zopenjdk system 1.8 system
2442026-03-20T17:17:20.735Zopenssl vendor 3 vendor
2452026-03-20T17:17:20.735Zperl system 5.36 system
2462026-03-20T17:17:20.735Zpostgresql system 15 system
2472026-03-20T17:17:20.735Zpostgresql system 13 system
2482026-03-20T17:17:20.735Zpython vendor 3 vendor
2492026-03-20T17:17:20.735Zpython system 2 system
2502026-03-20T17:17:20.735Zpython3 system 3.11 system
2512026-03-20T17:17:20.735Zruby system 3.0 system
2522026-03-20T17:17:20.735Zwords vendor vendor american-english
2532026-03-20T17:17:20.735Zwords system system australian-english
2542026-03-20T17:17:20.735Zwords system system british-english
2552026-03-20T17:17:20.735Zwords system system canadian-english
2562026-03-20T17:17:20.735Zwords system system french
2572026-03-20T17:17:20.735Zwords system system italian
2582026-03-20T17:17:20.735Zwords system system ngerman
2592026-03-20T17:17:20.735Zwords system system ogerman
2602026-03-20T17:17:20.735Zwords system system spanish
2612026-03-20T17:17:21.034ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-20T17:17:21.034Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-20T17:17:27.009ZFMRI IFO
2642026-03-20T17:17:27.010Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-20T17:17:27.010Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-20T17:17:27.010Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-20T17:17:27.010Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-20T17:17:27.010Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-20T17:17:27.010Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-20T17:17:27.010Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-20T17:17:27.010Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-20T17:17:27.010Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-20T17:17:27.010Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-20T17:17:27.010Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-20T17:17:27.010Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-20T17:17:27.010Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-20T17:17:27.010Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-20T17:17:27.010Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-20T17:17:27.010Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-20T17:17:28.236Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-20T17:17:28.511Z Updating crates.io index
2822026-03-20T17:17:28.576Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-20T17:17:29.422Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-20T17:17:29.901Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-03-20T17:17:30.166Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-20T17:17:30.460Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-20T17:17:31.412Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-20T17:17:32.058Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-20T17:17:33.504Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-20T17:17:35.122Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-20T17:17:36.024Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-20T17:17:36.344Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-20T17:17:37.241Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-20T17:17:37.696Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-20T17:17:38.108Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-20T17:17:38.520Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-20T17:17:39.415Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-20T17:17:40.059Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-20T17:17:40.365Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-20T17:17:40.802Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-20T17:17:41.309Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-20T17:17:41.551Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-20T17:17:41.792Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-20T17:17:42.063Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-20T17:17:42.459Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-20T17:17:43.081Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-20T17:17:43.625Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-20T17:17:43.930Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-20T17:17:44.261Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-20T17:17:45.385Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-20T17:17:46.000Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3122026-03-20T17:17:46.315Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3132026-03-20T17:17:46.665Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-20T17:17:47.004Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3152026-03-20T17:17:47.600Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3162026-03-20T17:17:47.882Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3172026-03-20T17:17:48.143Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3182026-03-20T17:17:48.440Z Updating git repository `https://github.com/illumos/smf-rs`
3192026-03-20T17:17:48.778Z Updating git repository `https://github.com/oxidecomputer/omicron`
3202026-03-20T17:18:03.627Z Downloading crates ...
3212026-03-20T17:18:03.686Z Downloaded scroll_derive v0.12.1
3222026-03-20T17:18:03.688Z Downloaded anstream v0.6.21
3232026-03-20T17:18:03.692Z Downloaded cargo_toml v0.21.0
3242026-03-20T17:18:03.695Z Downloaded serde_core v1.0.228
3252026-03-20T17:18:03.698Z Downloaded icu_properties v2.1.2
3262026-03-20T17:18:03.698Z Downloaded block-buffer v0.10.4
3272026-03-20T17:18:03.701Z Downloaded anstyle-query v1.1.5
3282026-03-20T17:18:03.741Z Downloaded clap_derive v4.5.55
3292026-03-20T17:18:03.741Z Downloaded anyhow v1.0.102
3302026-03-20T17:18:03.741Z Downloaded unicode-ident v1.0.24
3312026-03-20T17:18:03.741Z Downloaded usdt v0.5.0
3322026-03-20T17:18:03.741Z Downloaded usdt-attr-macro v0.5.0
3332026-03-20T17:18:03.741Z Downloaded bytecount v0.6.9
3342026-03-20T17:18:03.741Z Downloaded anstyle-parse v0.2.7
3352026-03-20T17:18:03.741Z Downloaded bitflags v2.11.0
3362026-03-20T17:18:03.741Z Downloaded zerofrom v0.1.6
3372026-03-20T17:18:03.741Z Downloaded zerofrom-derive v0.1.6
3382026-03-20T17:18:03.741Z Downloaded utf8_iter v1.0.4
3392026-03-20T17:18:03.741Z Downloaded autocfg v1.5.0
3402026-03-20T17:18:03.741Z Downloaded typeid v1.0.3
3412026-03-20T17:18:03.741Z Downloaded utf8parse v0.2.2
3422026-03-20T17:18:03.741Z Downloaded yoke-derive v0.8.1
3432026-03-20T17:18:03.741Z Downloaded unicode-xid v0.2.6
3442026-03-20T17:18:03.741Z Downloaded macaddr v1.0.1
3452026-03-20T17:18:03.745Z Downloaded idna_adapter v1.2.1
3462026-03-20T17:18:03.745Z Downloaded equivalent v1.0.2
3472026-03-20T17:18:03.745Z Downloaded plain v0.2.3
3482026-03-20T17:18:03.745Z Downloaded unicode-linebreak v0.1.5
3492026-03-20T17:18:03.745Z Downloaded toml_write v0.1.2
3502026-03-20T17:18:03.745Z Downloaded generic-array v0.14.7
3512026-03-20T17:18:03.745Z Downloaded thread-id v4.2.2
3522026-03-20T17:18:03.748Z Downloaded percent-encoding v2.3.2
3532026-03-20T17:18:03.751Z Downloaded pest_meta v2.8.6
3542026-03-20T17:18:03.751Z Downloaded usdt-macro v0.5.0
3552026-03-20T17:18:03.754Z Downloaded version_check v0.9.5
3562026-03-20T17:18:03.757Z Downloaded writeable v0.6.2
3572026-03-20T17:18:03.760Z Downloaded zerovec-derive v0.11.2
3582026-03-20T17:18:03.760Z Downloaded terminal_size v0.4.3
3592026-03-20T17:18:03.760Z Downloaded heck v0.5.0
3602026-03-20T17:18:03.763Z Downloaded crypto-common v0.1.7
3612026-03-20T17:18:03.763Z Downloaded thiserror-impl v1.0.69
3622026-03-20T17:18:03.765Z Downloaded clap_lex v1.0.0
3632026-03-20T17:18:03.768Z Downloaded yoke v0.8.1
3642026-03-20T17:18:03.768Z Downloaded zmij v1.0.21
3652026-03-20T17:18:03.771Z Downloaded usdt-impl v0.5.0
3662026-03-20T17:18:03.771Z Downloaded thiserror v2.0.18
3672026-03-20T17:18:03.774Z Downloaded potential_utf v0.1.4
3682026-03-20T17:18:03.776Z Downloaded cfg-if v1.0.4
3692026-03-20T17:18:03.776Z Downloaded once_cell v1.21.3
3702026-03-20T17:18:03.779Z Downloaded toml v0.8.23
3712026-03-20T17:18:03.779Z Downloaded zerocopy-derive v0.7.35
3722026-03-20T17:18:03.782Z Downloaded ucd-trie v0.1.7
3732026-03-20T17:18:03.785Z Downloaded thiserror-impl v2.0.18
3742026-03-20T17:18:03.785Z Downloaded serde-value v0.7.0
3752026-03-20T17:18:03.788Z Downloaded proc-macro-error-attr v1.0.4
3762026-03-20T17:18:03.788Z Downloaded cpufeatures v0.2.17
3772026-03-20T17:18:03.788Z Downloaded serde_spanned v0.6.9
3782026-03-20T17:18:03.788Z Downloaded errno v0.3.14
3792026-03-20T17:18:03.791Z Downloaded smawk v0.3.2
3802026-03-20T17:18:03.791Z Downloaded ordered-float v2.10.1
3812026-03-20T17:18:03.794Z Downloaded tinystr v0.8.2
3822026-03-20T17:18:03.794Z Downloaded textwrap v0.16.2
3832026-03-20T17:18:03.796Z Downloaded heck v0.4.1
3842026-03-20T17:18:03.796Z Downloaded form_urlencoded v1.2.2
3852026-03-20T17:18:03.796Z Downloaded fnv v1.0.7
3862026-03-20T17:18:03.799Z Downloaded colorchoice v1.0.4
3872026-03-20T17:18:03.799Z Downloaded dtrace-parser v0.2.0
3882026-03-20T17:18:03.799Z Downloaded thiserror v1.0.69
3892026-03-20T17:18:03.802Z Downloaded zerovec v0.11.5
3902026-03-20T17:18:03.805Z Downloaded swrite v0.1.0
3912026-03-20T17:18:03.808Z Downloaded pretty-hex v0.4.1
3922026-03-20T17:18:03.808Z Downloaded is_terminal_polyfill v1.70.2
3932026-03-20T17:18:03.808Z Downloaded url v2.5.8
3942026-03-20T17:18:03.811Z Downloaded toml_edit v0.22.27
3952026-03-20T17:18:03.814Z Downloaded anstyle v1.0.13
3962026-03-20T17:18:03.814Z Downloaded memmap v0.7.0
3972026-03-20T17:18:03.817Z Downloaded fs-err v3.3.0
3982026-03-20T17:18:03.817Z Downloaded cargo-platform v0.2.0
3992026-03-20T17:18:03.820Z Downloaded zerotrie v0.2.3
4002026-03-20T17:18:03.820Z Downloaded typenum v1.19.0
4012026-03-20T17:18:03.823Z Downloaded dof v0.3.0
4022026-03-20T17:18:03.823Z Downloaded toml_datetime v0.6.11
4032026-03-20T17:18:03.825Z Downloaded fastrand v2.3.0
4042026-03-20T17:18:03.825Z Downloaded tabled_derive v0.7.0
4052026-03-20T17:18:03.825Z Downloaded stable_deref_trait v1.2.1
4062026-03-20T17:18:03.831Z Downloaded itoa v1.0.17
4072026-03-20T17:18:03.835Z Downloaded strsim v0.11.1
4082026-03-20T17:18:03.838Z Downloaded serde-untagged v0.1.9
4092026-03-20T17:18:03.838Z Downloaded zerocopy v0.7.35
4102026-03-20T17:18:03.848Z Downloaded winnow v0.7.14
4112026-03-20T17:18:03.855Z Downloaded scroll v0.12.0
4122026-03-20T17:18:03.857Z Downloaded quote v1.0.44
4132026-03-20T17:18:03.857Z Downloaded pest_derive v2.8.6
4142026-03-20T17:18:03.860Z Downloaded cargo-util-schemas v0.8.2
4152026-03-20T17:18:03.863Z Downloaded unicode-width v0.2.0
4162026-03-20T17:18:03.866Z Downloaded indexmap v2.13.0
4172026-03-20T17:18:03.869Z Downloaded camino-tempfile v1.4.1
4182026-03-20T17:18:03.869Z Downloaded unicode-width v0.1.14
4192026-03-20T17:18:03.872Z Downloaded icu_collections v2.1.1
4202026-03-20T17:18:03.876Z Downloaded erased-serde v0.4.9
4212026-03-20T17:18:03.879Z Downloaded serde_derive v1.0.228
4222026-03-20T17:18:03.882Z Downloaded tempfile v3.25.0
4232026-03-20T17:18:03.882Z Downloaded digest v0.10.7
4242026-03-20T17:18:03.885Z Downloaded byteorder v1.5.0
4252026-03-20T17:18:03.885Z Downloaded synstructure v0.13.2
4262026-03-20T17:18:03.885Z Downloaded semver v1.0.27
4272026-03-20T17:18:03.888Z Downloaded serde_tokenstream v0.2.3
4282026-03-20T17:18:03.888Z Downloaded pest_generator v2.8.6
4292026-03-20T17:18:03.890Z Downloaded proc-macro-error v1.0.4
4302026-03-20T17:18:03.890Z Downloaded proc-macro2 v1.0.106
4312026-03-20T17:18:03.893Z Downloaded log v0.4.29
4322026-03-20T17:18:03.896Z Downloaded sha2 v0.10.9
4332026-03-20T17:18:03.896Z Downloaded litemap v0.8.1
4342026-03-20T17:18:03.899Z Downloaded displaydoc v0.2.5
4352026-03-20T17:18:03.899Z Downloaded cargo_metadata v0.21.0
4362026-03-20T17:18:03.903Z Downloaded smallvec v1.15.1
4372026-03-20T17:18:03.906Z Downloaded icu_provider v2.1.1
4382026-03-20T17:18:03.909Z Downloaded papergrid v0.11.0
4392026-03-20T17:18:03.912Z Downloaded camino v1.2.2
4402026-03-20T17:18:03.915Z Downloaded serde v1.0.228
4412026-03-20T17:18:03.915Z Downloaded num-traits v0.2.19
4422026-03-20T17:18:03.918Z Downloaded getrandom v0.4.1
4432026-03-20T17:18:03.921Z Downloaded icu_normalizer v2.1.1
4442026-03-20T17:18:03.923Z Downloaded icu_locale_core v2.1.1
4452026-03-20T17:18:03.926Z Downloaded memchr v2.8.0
4462026-03-20T17:18:03.930Z Downloaded icu_normalizer_data v2.1.1
4472026-03-20T17:18:03.932Z Downloaded idna v1.1.0
4482026-03-20T17:18:03.935Z Downloaded clap v4.5.60
4492026-03-20T17:18:03.957Z Downloaded icu_properties_data v2.1.2
4502026-03-20T17:18:03.964Z Downloaded pest v2.8.6
4512026-03-20T17:18:03.968Z Downloaded hashbrown v0.16.1
4522026-03-20T17:18:03.981Z Downloaded serde_json v1.0.149
4532026-03-20T17:18:03.986Z Downloaded syn v1.0.109
4542026-03-20T17:18:03.993Z Downloaded clap_builder v4.5.60
4552026-03-20T17:18:03.997Z Downloaded goblin v0.8.2
4562026-03-20T17:18:04.003Z Downloaded tabled v0.15.0
4572026-03-20T17:18:04.012Z Downloaded syn v2.0.117
4582026-03-20T17:18:04.033Z Downloaded rustix v1.1.3
4592026-03-20T17:18:04.056Z Downloaded libc v0.2.180
4602026-03-20T17:18:04.139Z Compiling proc-macro2 v1.0.106
4612026-03-20T17:18:04.142Z Compiling unicode-ident v1.0.24
4622026-03-20T17:18:04.142Z Compiling quote v1.0.44
4632026-03-20T17:18:04.142Z Compiling serde_core v1.0.228
4642026-03-20T17:18:04.142Z Compiling libc v0.2.180
4652026-03-20T17:18:04.142Z Compiling version_check v0.9.5
4662026-03-20T17:18:04.142Z Compiling memchr v2.8.0
4672026-03-20T17:18:04.142Z Compiling stable_deref_trait v1.2.1
4682026-03-20T17:18:04.539Z Compiling serde v1.0.228
4692026-03-20T17:18:04.561Z Compiling zmij v1.0.21
4702026-03-20T17:18:04.869Z Compiling autocfg v1.5.0
4712026-03-20T17:18:05.003Z Compiling thiserror v1.0.69
4722026-03-20T17:18:05.310Z Compiling itoa v1.0.17
4732026-03-20T17:18:05.361Z Compiling ucd-trie v0.1.7
4742026-03-20T17:18:05.446Z Compiling litemap v0.8.1
4752026-03-20T17:18:05.470Z Compiling writeable v0.6.2
4762026-03-20T17:18:05.594Z Compiling pest v2.8.6
4772026-03-20T17:18:05.675Z Compiling rustix v1.1.3
4782026-03-20T17:18:05.736Z Compiling icu_normalizer_data v2.1.1
4792026-03-20T17:18:05.739Z Compiling byteorder v1.5.0
4802026-03-20T17:18:05.971Z Compiling syn v2.0.117
4812026-03-20T17:18:06.110Z Compiling icu_properties_data v2.1.2
4822026-03-20T17:18:06.183Z Compiling errno v0.3.14
4832026-03-20T17:18:06.367Z Compiling bitflags v2.11.0
4842026-03-20T17:18:06.391Z Compiling serde_json v1.0.149
4852026-03-20T17:18:06.639Z Compiling num-traits v0.2.19
4862026-03-20T17:18:06.684Z Compiling smallvec v1.15.1
4872026-03-20T17:18:06.707Z Compiling hashbrown v0.16.1
4882026-03-20T17:18:06.891Z Compiling typeid v1.0.3
4892026-03-20T17:18:07.204Z Compiling pest_meta v2.8.6
4902026-03-20T17:18:07.228Z Compiling equivalent v1.0.2
4912026-03-20T17:18:07.392Z Compiling indexmap v2.13.0
4922026-03-20T17:18:07.441Z Compiling thread-id v4.2.2
4932026-03-20T17:18:07.540Z Compiling proc-macro-error-attr v1.0.4
4942026-03-20T17:18:07.574Z Compiling usdt-impl v0.5.0
4952026-03-20T17:18:07.615Z Compiling syn v1.0.109
4962026-03-20T17:18:07.762Z Compiling toml_write v0.1.2
4972026-03-20T17:18:07.830Z Compiling erased-serde v0.4.9
4982026-03-20T17:18:08.026Z Compiling winnow v0.7.14
4992026-03-20T17:18:08.332Z Compiling proc-macro-error v1.0.4
5002026-03-20T17:18:08.420Z Compiling utf8_iter v1.0.4
5012026-03-20T17:18:08.569Z Compiling thiserror v2.0.18
5022026-03-20T17:18:08.618Z Compiling log v0.4.29
5032026-03-20T17:18:08.857Z Compiling plain v0.2.3
5042026-03-20T17:18:08.992Z Compiling getrandom v0.4.1
5052026-03-20T17:18:09.015Z Compiling percent-encoding v2.3.2
5062026-03-20T17:18:09.221Z Compiling camino v1.2.2
5072026-03-20T17:18:09.269Z Compiling utf8parse v0.2.2
5082026-03-20T17:18:09.413Z Compiling anstyle-parse v0.2.7
5092026-03-20T17:18:09.438Z Compiling form_urlencoded v1.2.2
5102026-03-20T17:18:09.492Z Compiling ordered-float v2.10.1
5112026-03-20T17:18:09.650Z Compiling synstructure v0.13.2
5122026-03-20T17:18:09.672Z Compiling pest_generator v2.8.6
5132026-03-20T17:18:09.860Z Compiling terminal_size v0.4.3
5142026-03-20T17:18:10.040Z Compiling anstyle v1.0.13
5152026-03-20T17:18:10.260Z Compiling is_terminal_polyfill v1.70.2
5162026-03-20T17:18:10.326Z Compiling anstyle-query v1.1.5
5172026-03-20T17:18:10.363Z Compiling colorchoice v1.0.4
5182026-03-20T17:18:10.415Z Compiling cfg-if v1.0.4
5192026-03-20T17:18:10.439Z Compiling pretty-hex v0.4.1
5202026-03-20T17:18:10.530Z Compiling anstream v0.6.21
5212026-03-20T17:18:10.535Z Compiling serde-untagged v0.1.9
5222026-03-20T17:18:10.613Z Compiling semver v1.0.27
5232026-03-20T17:18:10.719Z Compiling fs-err v3.3.0
5242026-03-20T17:18:10.846Z Compiling unicode-xid v0.2.6
5252026-03-20T17:18:10.959Z Compiling unicode-width v0.1.14
5262026-03-20T17:18:10.961Z Compiling anyhow v1.0.102
5272026-03-20T17:18:11.009Z Compiling heck v0.5.0
5282026-03-20T17:18:11.055Z Compiling strsim v0.11.1
5292026-03-20T17:18:11.129Z Compiling clap_lex v1.0.0
5302026-03-20T17:18:11.322Z Compiling once_cell v1.21.3
5312026-03-20T17:18:11.346Z Compiling heck v0.4.1
5322026-03-20T17:18:11.385Z Compiling fnv v1.0.7
5332026-03-20T17:18:11.514Z Compiling bytecount v0.6.9
5342026-03-20T17:18:11.538Z Compiling fastrand v2.3.0
5352026-03-20T17:18:11.646Z Compiling papergrid v0.11.0
5362026-03-20T17:18:11.691Z Compiling clap_builder v4.5.60
5372026-03-20T17:18:11.843Z Compiling tempfile v3.25.0
5382026-03-20T17:18:11.904Z Compiling memmap v0.7.0
5392026-03-20T17:18:12.004Z Compiling unicode-linebreak v0.1.5
5402026-03-20T17:18:12.131Z Compiling unicode-width v0.2.0
5412026-03-20T17:18:12.226Z Compiling serde_derive v1.0.228
5422026-03-20T17:18:12.309Z Compiling zerofrom-derive v0.1.6
5432026-03-20T17:18:12.341Z Compiling yoke-derive v0.8.1
5442026-03-20T17:18:12.484Z Compiling zerovec-derive v0.11.2
5452026-03-20T17:18:12.788Z Compiling displaydoc v0.2.5
5462026-03-20T17:18:13.597Z Compiling thiserror-impl v1.0.69
5472026-03-20T17:18:13.743Z Compiling zerocopy-derive v0.7.35
5482026-03-20T17:18:13.880Z Compiling pest_derive v2.8.6
5492026-03-20T17:18:13.935Z Compiling scroll_derive v0.12.1
5502026-03-20T17:18:14.200Z Compiling zerofrom v0.1.6
5512026-03-20T17:18:14.369Z Compiling yoke v0.8.1
5522026-03-20T17:18:14.407Z Compiling thiserror-impl v2.0.18
5532026-03-20T17:18:14.613Z Compiling zerovec v0.11.5
5542026-03-20T17:18:14.784Z Compiling zerotrie v0.2.3
5552026-03-20T17:18:14.879Z Compiling zerocopy v0.7.35
5562026-03-20T17:18:15.181Z Compiling scroll v0.12.0
5572026-03-20T17:18:15.268Z Compiling tinystr v0.8.2
5582026-03-20T17:18:15.515Z Compiling icu_locale_core v2.1.1
5592026-03-20T17:18:15.568Z Compiling potential_utf v0.1.4
5602026-03-20T17:18:15.592Z Compiling dtrace-parser v0.2.0
5612026-03-20T17:18:15.682Z Compiling goblin v0.8.2
5622026-03-20T17:18:15.785Z Compiling icu_collections v2.1.1
5632026-03-20T17:18:15.891Z Compiling tabled_derive v0.7.0
5642026-03-20T17:18:16.421Z Compiling icu_provider v2.1.1
5652026-03-20T17:18:16.583Z Compiling clap_derive v4.5.55
5662026-03-20T17:18:16.657Z Compiling smawk v0.3.2
5672026-03-20T17:18:16.778Z Compiling icu_properties v2.1.2
5682026-03-20T17:18:16.809Z Compiling icu_normalizer v2.1.1
5692026-03-20T17:18:16.836Z Compiling toml_datetime v0.6.11
5702026-03-20T17:18:16.929Z Compiling serde_spanned v0.6.9
5712026-03-20T17:18:17.021Z Compiling dof v0.3.0
5722026-03-20T17:18:17.114Z Compiling toml_edit v0.22.27
5732026-03-20T17:18:17.136Z Compiling serde_tokenstream v0.2.3
5742026-03-20T17:18:17.176Z Compiling serde-value v0.7.0
5752026-03-20T17:18:17.548Z Compiling cargo-platform v0.2.0
5762026-03-20T17:18:17.551Z Compiling tabled v0.15.0
5772026-03-20T17:18:17.675Z Compiling macaddr v1.0.1
5782026-03-20T17:18:17.911Z Compiling textwrap v0.16.2
5792026-03-20T17:18:17.967Z Compiling camino-tempfile v1.4.1
5802026-03-20T17:18:18.270Z Compiling idna_adapter v1.2.1
5812026-03-20T17:18:18.354Z Compiling usdt-attr-macro v0.5.0
5822026-03-20T17:18:18.446Z Compiling idna v1.1.0
5832026-03-20T17:18:18.534Z Compiling usdt-macro v0.5.0
5842026-03-20T17:18:18.941Z Compiling url v2.5.8
5852026-03-20T17:18:19.187Z Compiling toml v0.8.23
5862026-03-20T17:18:19.320Z Compiling clap v4.5.60
5872026-03-20T17:18:19.343Z Compiling swrite v0.1.0
5882026-03-20T17:18:19.426Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5892026-03-20T17:18:19.727Z Compiling cargo-util-schemas v0.8.2
5902026-03-20T17:18:19.943Z Compiling cargo_toml v0.21.0
5912026-03-20T17:18:20.152Z Compiling usdt v0.5.0
5922026-03-20T17:18:21.041Z Compiling cargo_metadata v0.21.0
5932026-03-20T17:18:22.337Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5942026-03-20T17:18:25.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.11s
5952026-03-20T17:18:25.406Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5962026-03-20T17:18:26.142Z Downloading crates ...
5972026-03-20T17:18:26.256Z Downloaded assert_matches v1.5.0
5982026-03-20T17:18:26.267Z Downloaded async-recursion v1.1.1
5992026-03-20T17:18:26.270Z Downloaded aead v0.5.2
6002026-03-20T17:18:26.273Z Downloaded async-stream v0.3.6
6012026-03-20T17:18:26.273Z Downloaded async-stream-impl v0.3.6
6022026-03-20T17:18:26.276Z Downloaded cstr-argument v0.1.2
6032026-03-20T17:18:26.276Z Downloaded const_format v0.2.35
6042026-03-20T17:18:26.279Z Downloaded adler2 v2.0.1
6052026-03-20T17:18:26.281Z Downloaded ascii-canvas v3.0.0
6062026-03-20T17:18:26.281Z Downloaded arrayvec v0.7.6
6072026-03-20T17:18:26.284Z Downloaded async-trait v0.1.89
6082026-03-20T17:18:26.287Z Downloaded csv-core v0.1.13
6092026-03-20T17:18:26.290Z Downloaded convert_case v0.4.0
6102026-03-20T17:18:26.290Z Downloaded ctr v0.9.2
6112026-03-20T17:18:26.292Z Downloaded crossbeam-deque v0.8.6
6122026-03-20T17:18:26.292Z Downloaded blake2 v0.10.6
6132026-03-20T17:18:26.296Z Downloaded dsl_auto_type v0.2.0
6142026-03-20T17:18:26.296Z Downloaded async-bb8-diesel v0.2.1
6152026-03-20T17:18:26.298Z Downloaded bitfield-struct v0.6.2
6162026-03-20T17:18:26.301Z Downloaded float-ord v0.3.2
6172026-03-20T17:18:26.304Z Downloaded cargo_toml v0.22.3
6182026-03-20T17:18:26.307Z Downloaded buf-list v1.1.2
6192026-03-20T17:18:26.307Z Downloaded cobs v0.3.0
6202026-03-20T17:18:26.309Z Downloaded bitfield v0.19.4
6212026-03-20T17:18:26.309Z Downloaded critical-section v1.2.0
6222026-03-20T17:18:26.312Z Downloaded atomicwrites v0.4.4
6232026-03-20T17:18:26.312Z Downloaded arc-swap v1.8.2
6242026-03-20T17:18:26.315Z Downloaded bb8 v0.8.6
6252026-03-20T17:18:26.322Z Downloaded der v0.7.10
6262026-03-20T17:18:26.326Z Downloaded darling_macro v0.21.3
6272026-03-20T17:18:26.329Z Downloaded ciborium-io v0.2.2
6282026-03-20T17:18:26.329Z Downloaded atomic-waker v1.1.2
6292026-03-20T17:18:26.331Z Downloaded derive_more-impl v2.1.1
6302026-03-20T17:18:26.335Z Downloaded dirs-sys-next v0.1.2
6312026-03-20T17:18:26.338Z Downloaded bcrypt-pbkdf v0.10.0
6322026-03-20T17:18:26.341Z Downloaded crc v3.4.0
6332026-03-20T17:18:26.341Z Downloaded bit-set v0.8.0
6342026-03-20T17:18:26.341Z Downloaded defmt v0.3.100
6352026-03-20T17:18:26.344Z Downloaded darling_macro v0.20.11
6362026-03-20T17:18:26.344Z Downloaded base16ct v1.0.0
6372026-03-20T17:18:26.344Z Downloaded crucible-workspace-hack v0.1.0
6382026-03-20T17:18:26.347Z Downloaded deranged v0.5.8
6392026-03-20T17:18:26.349Z Downloaded crossbeam-epoch v0.9.18
6402026-03-20T17:18:26.352Z Downloaded ena v0.14.4
6412026-03-20T17:18:26.352Z Downloaded bit-set v0.5.3
6422026-03-20T17:18:26.356Z Downloaded defmt-macros v1.0.1
6432026-03-20T17:18:26.356Z Downloaded embedded-io v0.6.1
6442026-03-20T17:18:26.359Z Downloaded diesel_table_macro_syntax v0.3.0
6452026-03-20T17:18:26.359Z Downloaded crunchy v0.2.4
6462026-03-20T17:18:26.359Z Downloaded endian-type v0.1.2
6472026-03-20T17:18:26.362Z Downloaded downcast-rs v2.0.2
6482026-03-20T17:18:26.362Z Downloaded base16ct v0.2.0
6492026-03-20T17:18:26.362Z Downloaded darling_macro v0.23.0
6502026-03-20T17:18:26.364Z Downloaded cargo-platform v0.1.9
6512026-03-20T17:18:26.365Z Downloaded fixedbitset v0.4.2
6522026-03-20T17:18:26.365Z Downloaded cpufeatures v0.3.0
6532026-03-20T17:18:26.367Z Downloaded dropshot-api-manager-types v0.6.0
6542026-03-20T17:18:26.367Z Downloaded defmt-parser v1.0.0
6552026-03-20T17:18:26.371Z Downloaded debug-ignore v1.0.5
6562026-03-20T17:18:26.371Z Downloaded derive_builder_core v0.20.2
6572026-03-20T17:18:26.373Z Downloaded cfg_aliases v0.1.1
6582026-03-20T17:18:26.373Z Downloaded atty v0.2.14
6592026-03-20T17:18:26.373Z Downloaded arrayref v0.3.9
6602026-03-20T17:18:26.376Z Downloaded ciborium-ll v0.2.2
6612026-03-20T17:18:26.376Z Downloaded fd-lock v4.0.4
6622026-03-20T17:18:26.380Z Downloaded dtrace-parser v0.3.0
6632026-03-20T17:18:26.380Z Downloaded cfg_aliases v0.2.1
6642026-03-20T17:18:26.382Z Downloaded block-padding v0.3.3
6652026-03-20T17:18:26.382Z Downloaded difflib v0.4.0
6662026-03-20T17:18:26.382Z Downloaded crc8 v0.1.1
6672026-03-20T17:18:26.385Z Downloaded crypto-bigint v0.5.5
6682026-03-20T17:18:26.388Z Downloaded dof v0.4.0
6692026-03-20T17:18:26.390Z Downloaded foreign-types v0.5.0
6702026-03-20T17:18:26.390Z Downloaded curve25519-dalek-derive v0.1.1
6712026-03-20T17:18:26.395Z Downloaded bzip2 v0.6.1
6722026-03-20T17:18:26.395Z Downloaded derive_builder_macro v0.20.2
6732026-03-20T17:18:26.398Z Downloaded argon2 v0.5.3
6742026-03-20T17:18:26.398Z Downloaded const_format_proc_macros v0.2.34
6752026-03-20T17:18:26.399Z Downloaded cexpr v0.6.0
6762026-03-20T17:18:26.399Z Downloaded futures-macro v0.3.32
6772026-03-20T17:18:26.401Z Downloaded bitfield-macros v0.19.4
6782026-03-20T17:18:26.401Z Downloaded document-features v0.2.12
6792026-03-20T17:18:26.404Z Downloaded blowfish v0.9.1
6802026-03-20T17:18:26.404Z Downloaded bitflags v1.3.2
6812026-03-20T17:18:26.407Z Downloaded flagset v0.4.7
6822026-03-20T17:18:26.407Z Downloaded either v1.15.0
6832026-03-20T17:18:26.410Z Downloaded git-stub v1.0.0
6842026-03-20T17:18:26.410Z Downloaded array-init v0.0.4
6852026-03-20T17:18:26.410Z Downloaded darling v0.20.11
6862026-03-20T17:18:26.414Z Downloaded futures-core v0.3.32
6872026-03-20T17:18:26.417Z Downloaded futures-task v0.3.32
6882026-03-20T17:18:26.417Z Downloaded globwalk v0.9.1
6892026-03-20T17:18:26.419Z Downloaded futures-sink v0.3.32
6902026-03-20T17:18:26.419Z Downloaded futures-io v0.3.32
6912026-03-20T17:18:26.424Z Downloaded funty v2.0.0
6922026-03-20T17:18:26.424Z Downloaded dirs-next v2.0.0
6932026-03-20T17:18:26.424Z Downloaded castaway v0.2.4
6942026-03-20T17:18:26.427Z Downloaded display-error-chain v0.2.2
6952026-03-20T17:18:26.427Z Downloaded foreign-types-shared v0.3.1
6962026-03-20T17:18:26.427Z Downloaded cmake v0.1.57
6972026-03-20T17:18:26.427Z Downloaded embedded-io v0.4.0
6982026-03-20T17:18:26.430Z Downloaded fxhash v0.2.1
6992026-03-20T17:18:26.431Z Downloaded enum-as-inner v0.6.1
7002026-03-20T17:18:26.431Z Downloaded gethostname v0.5.0
7012026-03-20T17:18:26.434Z Downloaded ghash v0.5.1
7022026-03-20T17:18:26.434Z Downloaded foreign-types-macros v0.2.3
7032026-03-20T17:18:26.434Z Downloaded float-cmp v0.10.0
7042026-03-20T17:18:26.437Z Downloaded foreign-types-shared v0.1.1
7052026-03-20T17:18:26.437Z Downloaded corncobs v0.1.4
7062026-03-20T17:18:26.437Z Downloaded constant_time_eq v0.4.2
7072026-03-20T17:18:26.440Z Downloaded dyn-clone v1.0.20
7082026-03-20T17:18:26.443Z Downloaded find-msvc-tools v0.1.9
7092026-03-20T17:18:26.443Z Downloaded ff v0.13.1
7102026-03-20T17:18:26.443Z Downloaded cargo_metadata v0.19.2
7112026-03-20T17:18:26.447Z Downloaded bit-vec v0.8.0
7122026-03-20T17:18:26.447Z Downloaded backoff v0.4.0
7132026-03-20T17:18:26.450Z Downloaded foreign-types v0.3.2
7142026-03-20T17:18:26.450Z Downloaded convert_case v0.10.0
7152026-03-20T17:18:26.450Z Downloaded hash32 v0.3.1
7162026-03-20T17:18:26.453Z Downloaded crc-catalog v2.4.0
7172026-03-20T17:18:26.456Z Downloaded hash32 v0.2.1
7182026-03-20T17:18:26.459Z Downloaded bcs v0.1.6
7192026-03-20T17:18:26.459Z Downloaded hex-literal v0.4.1
7202026-03-20T17:18:26.462Z Downloaded ecdsa v0.16.9
7212026-03-20T17:18:26.462Z Downloaded diff v0.1.13
7222026-03-20T17:18:26.465Z Downloaded defmt v1.0.1
7232026-03-20T17:18:26.468Z Downloaded env_filter v1.0.0
7242026-03-20T17:18:26.468Z Downloaded derive-ex v0.1.8
7252026-03-20T17:18:26.471Z Downloaded crc32fast v1.5.0
7262026-03-20T17:18:26.471Z Downloaded daft v0.1.5
7272026-03-20T17:18:26.474Z Downloaded bzip2 v0.4.4
7282026-03-20T17:18:26.476Z Downloaded home v0.5.12
7292026-03-20T17:18:26.476Z Downloaded fixedbitset v0.5.7
7302026-03-20T17:18:26.479Z Downloaded fallible-iterator v0.2.0
7312026-03-20T17:18:26.479Z Downloaded ed25519 v2.2.3
7322026-03-20T17:18:26.482Z Downloaded hex v0.4.3
7332026-03-20T17:18:26.495Z Downloaded indent_write v2.2.0
7342026-03-20T17:18:26.500Z Downloaded filetime v0.2.27
7352026-03-20T17:18:26.500Z Downloaded daft-derive v0.1.5
7362026-03-20T17:18:26.503Z Downloaded hyper-tls v0.6.0
7372026-03-20T17:18:26.503Z Downloaded hubpack_derive v0.1.1
7382026-03-20T17:18:26.506Z Downloaded indoc v1.0.9
7392026-03-20T17:18:26.506Z Downloaded ident_case v1.0.1
7402026-03-20T17:18:26.509Z Downloaded cbc v0.1.2
7412026-03-20T17:18:26.509Z Downloaded inout v0.1.4
7422026-03-20T17:18:26.511Z Downloaded cookie v0.18.1
7432026-03-20T17:18:26.512Z Downloaded backon v1.6.0
7442026-03-20T17:18:26.516Z Downloaded const-oid v0.9.6
7452026-03-20T17:18:26.518Z Downloaded colored v2.2.0
7462026-03-20T17:18:26.519Z Downloaded clang-sys v1.8.1
7472026-03-20T17:18:26.521Z Downloaded chacha20 v0.10.0
7482026-03-20T17:18:26.524Z Downloaded colored v3.1.1
7492026-03-20T17:18:26.524Z Downloaded drift v0.1.3
7502026-03-20T17:18:26.528Z Downloaded cancel-safe-futures v0.1.5
7512026-03-20T17:18:26.570Z Downloaded is_ci v1.2.0
7522026-03-20T17:18:26.570Z Downloaded git-stub-vcs v0.1.0
7532026-03-20T17:18:26.570Z Downloaded group v0.13.0
7542026-03-20T17:18:26.570Z Downloaded console v0.16.2
7552026-03-20T17:18:26.570Z Downloaded camino-tempfile-ext v0.3.3
7562026-03-20T17:18:26.571Z Downloaded internet-checksum v0.2.1
7572026-03-20T17:18:26.571Z Downloaded instant v0.1.13
7582026-03-20T17:18:26.571Z Downloaded env_logger v0.11.9
7592026-03-20T17:18:26.571Z Downloaded darling v0.21.3
7602026-03-20T17:18:26.571Z Downloaded darling v0.23.0
7612026-03-20T17:18:26.571Z Downloaded kstat-rs v0.2.4
7622026-03-20T17:18:26.571Z Downloaded is-terminal v0.4.17
7632026-03-20T17:18:26.571Z Downloaded httpdate v1.0.3
7642026-03-20T17:18:26.571Z Downloaded des v0.8.1
7652026-03-20T17:18:26.571Z Downloaded ahash v0.8.12
7662026-03-20T17:18:26.571Z Downloaded console v0.15.11
7672026-03-20T17:18:26.571Z Downloaded highway v1.3.0
7682026-03-20T17:18:26.571Z Downloaded lru-slab v0.1.2
7692026-03-20T17:18:26.571Z Downloaded lru-cache v0.1.2
7702026-03-20T17:18:26.571Z Downloaded linked-hash-map v0.5.6
7712026-03-20T17:18:26.571Z Downloaded cipher v0.4.4
7722026-03-20T17:18:26.571Z Downloaded chacha20 v0.9.1
7732026-03-20T17:18:26.571Z Downloaded keccak v0.1.6
7742026-03-20T17:18:26.571Z Downloaded glob v0.3.3
7752026-03-20T17:18:26.574Z Downloaded lzss v0.8.2
7762026-03-20T17:18:26.574Z Downloaded http-range v0.1.5
7772026-03-20T17:18:26.574Z Downloaded lalrpop-util v0.19.12
7782026-03-20T17:18:26.574Z Downloaded cassowary v0.3.0
7792026-03-20T17:18:26.574Z Downloaded lru v0.12.5
7802026-03-20T17:18:26.577Z Downloaded globset v0.4.18
7812026-03-20T17:18:26.577Z Downloaded libscf-sys v1.1.0
7822026-03-20T17:18:26.580Z Downloaded instability v0.3.11
7832026-03-20T17:18:26.580Z Downloaded memoffset v0.9.1
7842026-03-20T17:18:26.583Z Downloaded md-5 v0.10.6
7852026-03-20T17:18:26.583Z Downloaded indoc v2.0.7
7862026-03-20T17:18:26.586Z Downloaded cookie_store v0.22.1
7872026-03-20T17:18:26.589Z Downloaded allocator-api2 v0.2.21
7882026-03-20T17:18:26.589Z Downloaded getrandom v0.2.17
7892026-03-20T17:18:26.592Z Downloaded crossbeam-utils v0.8.21
7902026-03-20T17:18:26.594Z Downloaded ipnet v2.11.0
7912026-03-20T17:18:26.597Z Downloaded foldhash v0.1.5
7922026-03-20T17:18:26.597Z Downloaded crc-any v2.5.0
7932026-03-20T17:18:26.600Z Downloaded maybe-uninit v2.0.0
7942026-03-20T17:18:26.600Z Downloaded maplit v1.0.2
7952026-03-20T17:18:26.600Z Downloaded fatfs v0.3.6
7962026-03-20T17:18:26.603Z Downloaded md5 v0.7.0
7972026-03-20T17:18:26.606Z Downloaded managed v0.8.0
7982026-03-20T17:18:26.606Z Downloaded ingot-types v0.1.2
7992026-03-20T17:18:26.606Z Downloaded half v1.8.3
8002026-03-20T17:18:26.609Z Downloaded match_cfg v0.1.0
8012026-03-20T17:18:26.610Z Downloaded impl-trait-for-tuples v0.2.3
8022026-03-20T17:18:26.613Z Downloaded newline-converter v0.3.0
8032026-03-20T17:18:26.613Z Downloaded new_debug_unreachable v1.0.6
8042026-03-20T17:18:26.613Z Downloaded newtype_derive v0.1.6
8052026-03-20T17:18:26.617Z Downloaded num-derive v0.3.3
8062026-03-20T17:18:26.617Z Downloaded ipnetwork v0.21.1
8072026-03-20T17:18:26.622Z Downloaded darling_core v0.20.11
8082026-03-20T17:18:26.622Z Downloaded multimap v0.10.1
8092026-03-20T17:18:26.625Z Downloaded nodrop v0.1.14
8102026-03-20T17:18:26.625Z Downloaded futures v0.3.32
8112026-03-20T17:18:26.628Z Downloaded lazy_static v1.5.0
8122026-03-20T17:18:26.628Z Downloaded hmac v0.12.1
8132026-03-20T17:18:26.632Z Downloaded nibble_vec v0.1.0
8142026-03-20T17:18:26.632Z Downloaded httparse v1.10.1
8152026-03-20T17:18:26.635Z Downloaded normalize-line-endings v0.3.0
8162026-03-20T17:18:26.635Z Downloaded humantime v2.3.0
8172026-03-20T17:18:26.638Z Downloaded num-derive v0.4.2
8182026-03-20T17:18:26.638Z Downloaded jobserver v0.1.34
8192026-03-20T17:18:26.641Z Downloaded libefi-sys v0.1.0
8202026-03-20T17:18:26.641Z Downloaded num_threads v0.1.7
8212026-03-20T17:18:26.641Z Downloaded nonempty v0.12.0
8222026-03-20T17:18:26.644Z Downloaded futures-channel v0.3.32
8232026-03-20T17:18:26.644Z Downloaded iana-time-zone v0.1.65
8242026-03-20T17:18:26.646Z Downloaded libsw v3.5.0
8252026-03-20T17:18:26.650Z Downloaded num-iter v0.1.45
8262026-03-20T17:18:26.650Z Downloaded opaque-debug v0.3.1
8272026-03-20T17:18:26.653Z Downloaded olpc-cjson v0.1.4
8282026-03-20T17:18:26.653Z Downloaded num_enum_derive v0.5.11
8292026-03-20T17:18:26.653Z Downloaded linear-map v1.2.0
8302026-03-20T17:18:26.653Z Downloaded oso-derive v0.27.3
8312026-03-20T17:18:26.656Z Downloaded ingot-macros v0.1.1
8322026-03-20T17:18:26.657Z Downloaded hyper-rustls v0.27.7
8332026-03-20T17:18:26.659Z Downloaded mime v0.3.17
8342026-03-20T17:18:26.659Z Downloaded lock_api v0.4.14
8352026-03-20T17:18:26.662Z Downloaded ciborium v0.2.2
8362026-03-20T17:18:26.664Z Downloaded bytes v1.11.1
8372026-03-20T17:18:26.667Z Downloaded openssl-macros v0.1.1
8382026-03-20T17:18:26.667Z Downloaded dropshot_endpoint v0.16.7
8392026-03-20T17:18:26.670Z Downloaded libsw-core v0.3.2
8402026-03-20T17:18:26.673Z Downloaded libloading v0.8.9
8412026-03-20T17:18:26.673Z Downloaded num-conv v0.2.0
8422026-03-20T17:18:26.675Z Downloaded newtype-uuid-macros v0.1.0
8432026-03-20T17:18:26.675Z Downloaded base64 v0.22.1
8442026-03-20T17:18:26.678Z Downloaded ingot v0.1.1
8452026-03-20T17:18:26.681Z Downloaded compact_str v0.8.1
8462026-03-20T17:18:26.684Z Downloaded openssl-probe v0.1.6
8472026-03-20T17:18:26.684Z Downloaded hyper-staticfile v0.10.1
8482026-03-20T17:18:26.686Z Downloaded openssl-probe v0.2.1
8492026-03-20T17:18:26.686Z Downloaded half v2.7.1
8502026-03-20T17:18:26.690Z Downloaded hickory-client v0.25.2
8512026-03-20T17:18:26.690Z Downloaded parse-size v1.1.0
8522026-03-20T17:18:26.693Z Downloaded http-body-util v0.1.3
8532026-03-20T17:18:26.693Z Downloaded hubpack v0.1.2
8542026-03-20T17:18:26.695Z Downloaded http-body v1.0.1
8552026-03-20T17:18:26.695Z Downloaded pbkdf2 v0.11.0
8562026-03-20T17:18:26.698Z Downloaded path-slash v0.1.5
8572026-03-20T17:18:26.698Z Downloaded multer v3.1.0
8582026-03-20T17:18:26.701Z Downloaded packed_struct_codegen v0.10.1
8592026-03-20T17:18:26.704Z Downloaded darling_core v0.23.0
8602026-03-20T17:18:26.706Z Downloaded darling_core v0.21.3
8612026-03-20T17:18:26.709Z Downloaded num v0.4.3
8622026-03-20T17:18:26.712Z Downloaded peg-runtime v0.8.5
8632026-03-20T17:18:26.712Z Downloaded num-integer v0.1.46
8642026-03-20T17:18:26.715Z Downloaded num-complex v0.4.6
8652026-03-20T17:18:26.715Z Downloaded nu-ansi-term v0.50.3
8662026-03-20T17:18:26.717Z Downloaded getrandom v0.3.4
8672026-03-20T17:18:26.720Z Downloaded mime_guess v2.0.5
8682026-03-20T17:18:26.720Z Downloaded newtype-uuid v1.3.2
8692026-03-20T17:18:26.724Z Downloaded native-tls v0.2.18
8702026-03-20T17:18:26.724Z Downloaded nanorand v0.7.0
8712026-03-20T17:18:26.727Z Downloaded derive_more v0.99.20
8722026-03-20T17:18:26.730Z Downloaded num_enum_derive v0.7.5
8732026-03-20T17:18:26.730Z Downloaded num_enum v0.7.5
8742026-03-20T17:18:26.734Z Downloaded phf_shared v0.13.1
8752026-03-20T17:18:26.736Z Downloaded phf_shared v0.12.1
8762026-03-20T17:18:26.736Z Downloaded phf_shared v0.11.3
8772026-03-20T17:18:26.737Z Downloaded pbkdf2 v0.12.2
8782026-03-20T17:18:26.740Z Downloaded num_enum v0.5.11
8792026-03-20T17:18:26.742Z Downloaded ignore v0.4.25
8802026-03-20T17:18:26.745Z Downloaded flume v0.11.1
8812026-03-20T17:18:26.748Z Downloaded memmap2 v0.9.10
8822026-03-20T17:18:26.748Z Downloaded chacha20poly1305 v0.10.1
8832026-03-20T17:18:26.750Z Downloaded num-rational v0.4.2
8842026-03-20T17:18:26.753Z Downloaded predicates-core v1.0.10
8852026-03-20T17:18:26.753Z Downloaded pin-utils v0.1.0
8862026-03-20T17:18:26.753Z Downloaded powerfmt v0.2.0
8872026-03-20T17:18:26.756Z Downloaded parse-display v0.10.0
8882026-03-20T17:18:26.756Z Downloaded hostname v0.4.2
8892026-03-20T17:18:26.758Z Downloaded hostname v0.3.1
8902026-03-20T17:18:26.759Z Downloaded futures-executor v0.3.32
8912026-03-20T17:18:26.761Z Downloaded fs_extra v1.3.0
8922026-03-20T17:18:26.761Z Downloaded fs-err v2.11.0
8932026-03-20T17:18:26.763Z Downloaded elliptic-curve v0.13.8
8942026-03-20T17:18:26.766Z Downloaded owo-colors v4.3.0
8952026-03-20T17:18:26.769Z Downloaded foldhash v0.2.0
8962026-03-20T17:18:26.769Z Downloaded dunce v1.0.5
8972026-03-20T17:18:26.772Z Downloaded headers v0.4.1
8982026-03-20T17:18:26.774Z Downloaded precomputed-hash v0.1.1
8992026-03-20T17:18:26.774Z Downloaded packed_struct v0.10.1
9002026-03-20T17:18:26.777Z Downloaded diesel_derives v2.3.7
9012026-03-20T17:18:26.780Z Downloaded password-hash v0.4.2
9022026-03-20T17:18:26.783Z Downloaded oxide-tokio-rt v0.1.3
9032026-03-20T17:18:26.786Z Downloaded indexmap v1.9.3
9042026-03-20T17:18:26.789Z Downloaded predicates-tree v1.0.13
9052026-03-20T17:18:26.789Z Downloaded oxnet v0.1.4
9062026-03-20T17:18:26.789Z Downloaded parse-display-derive v0.10.0
9072026-03-20T17:18:26.793Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-03-20T17:18:26.793Z Downloaded proc-macro-crate v3.4.0
9092026-03-20T17:18:26.793Z Downloaded progenitor-client v0.11.2
9102026-03-20T17:18:26.795Z Downloaded progenitor-client v0.10.0
9112026-03-20T17:18:26.795Z Downloaded proc-macro-crate v1.3.1
9122026-03-20T17:18:26.798Z Downloaded progenitor-macro v0.13.0
9132026-03-20T17:18:26.798Z Downloaded progenitor-macro v0.11.2
9142026-03-20T17:18:26.798Z Downloaded heapless v0.7.17
9152026-03-20T17:18:26.801Z Downloaded diesel-dtrace v0.5.0
9162026-03-20T17:18:26.804Z Downloaded der_derive v0.7.3
9172026-03-20T17:18:26.804Z Downloaded peg-macros v0.8.5
9182026-03-20T17:18:26.807Z Downloaded psl-types v2.0.11
9192026-03-20T17:18:26.807Z Downloaded password-hash v0.5.0
9202026-03-20T17:18:26.810Z Downloaded quick-error v1.2.3
9212026-03-20T17:18:26.810Z Downloaded bit-vec v0.6.3
9222026-03-20T17:18:26.810Z Downloaded derive_builder v0.20.2
9232026-03-20T17:18:26.813Z Downloaded radium v0.7.0
9242026-03-20T17:18:26.816Z Downloaded phf v0.12.1
9252026-03-20T17:18:26.816Z Downloaded pem v3.0.6
9262026-03-20T17:18:26.818Z Downloaded libbz2-rs-sys v0.2.2
9272026-03-20T17:18:26.819Z Downloaded paste v1.0.15
9282026-03-20T17:18:26.821Z Downloaded derive-where v1.6.0
9292026-03-20T17:18:26.824Z Downloaded progenitor-macro v0.10.0
9302026-03-20T17:18:26.827Z Downloaded pem-rfc7468 v0.7.0
9312026-03-20T17:18:26.827Z Downloaded peg v0.8.5
9322026-03-20T17:18:26.829Z Downloaded indicatif v0.18.4
9332026-03-20T17:18:26.832Z Downloaded pin-project-internal v1.1.11
9342026-03-20T17:18:26.835Z Downloaded ar_archive_writer v0.5.1
9352026-03-20T17:18:26.838Z Downloaded litrs v1.0.0
9362026-03-20T17:18:26.842Z Downloaded headers-core v0.3.0
9372026-03-20T17:18:26.842Z Downloaded erased-serde v0.3.31
9382026-03-20T17:18:26.845Z Downloaded pin-project-lite v0.2.17
9392026-03-20T17:18:26.848Z Downloaded data-encoding v2.10.0
9402026-03-20T17:18:26.848Z Downloaded base64ct v1.8.3
9412026-03-20T17:18:26.850Z Downloaded predicates v3.1.4
9422026-03-20T17:18:26.853Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-03-20T17:18:26.853Z Downloaded rand_xorshift v0.4.0
9442026-03-20T17:18:26.853Z Downloaded polyval v0.6.2
9452026-03-20T17:18:26.856Z Downloaded ref-cast-impl v1.0.25
9462026-03-20T17:18:26.856Z Downloaded poly1305 v0.8.0
9472026-03-20T17:18:26.859Z Downloaded recursive v0.1.1
9482026-03-20T17:18:26.859Z Downloaded postgres-protocol v0.6.10
9492026-03-20T17:18:26.862Z Downloaded rand_chacha v0.3.1
9502026-03-20T17:18:26.862Z Downloaded pkcs8 v0.10.2
9512026-03-20T17:18:26.865Z Downloaded pkg-config v0.3.32
9522026-03-20T17:18:26.865Z Downloaded base64 v0.21.7
9532026-03-20T17:18:26.867Z Downloaded ppv-lite86 v0.2.21
9542026-03-20T17:18:26.871Z Downloaded parking_lot v0.12.5
9552026-03-20T17:18:26.874Z Downloaded flate2 v1.1.9
9562026-03-20T17:18:26.877Z Downloaded progenitor-client v0.13.0
9572026-03-20T17:18:26.877Z Downloaded heapless v0.8.0
9582026-03-20T17:18:26.879Z Downloaded parking_lot_core v0.9.12
9592026-03-20T17:18:26.882Z Downloaded crossbeam-channel v0.5.15
9602026-03-20T17:18:26.885Z Downloaded rtoolbox v0.0.3
9612026-03-20T17:18:26.888Z Downloaded progenitor v0.11.2
9622026-03-20T17:18:26.888Z Downloaded progenitor v0.10.0
9632026-03-20T17:18:26.890Z Downloaded primeorder v0.13.6
9642026-03-20T17:18:26.890Z Downloaded parking_lot_core v0.8.6
9652026-03-20T17:18:26.893Z Downloaded progenitor-extras v0.1.1
9662026-03-20T17:18:26.896Z Downloaded ed25519-dalek v2.2.0
9672026-03-20T17:18:26.899Z Downloaded derive_more v2.1.1
9682026-03-20T17:18:26.906Z Downloaded russh-cryptovec v0.7.3
9692026-03-20T17:18:26.908Z Downloaded rfc6979 v0.4.0
9702026-03-20T17:18:26.908Z Downloaded phf v0.13.1
9712026-03-20T17:18:26.911Z Downloaded cc v1.2.56
9722026-03-20T17:18:26.914Z Downloaded rustc-hash v2.1.1
9732026-03-20T17:18:26.914Z Downloaded r2d2 v0.8.10
9742026-03-20T17:18:26.917Z Downloaded hickory-resolver v0.25.2
9752026-03-20T17:18:26.920Z Downloaded rustc_version v0.4.1
9762026-03-20T17:18:26.920Z Downloaded bumpalo v3.20.2
9772026-03-20T17:18:26.922Z Downloaded omicron-zone-package v0.12.2
9782026-03-20T17:18:26.925Z Downloaded rustc_version v0.1.7
9792026-03-20T17:18:26.930Z Downloaded rand_chacha v0.9.0
9802026-03-20T17:18:26.933Z Downloaded pkcs5 v0.7.1
9812026-03-20T17:18:26.936Z Downloaded pkcs1 v0.7.5
9822026-03-20T17:18:26.939Z Downloaded p256 v0.13.2
9832026-03-20T17:18:26.942Z Downloaded oso v0.27.3
9842026-03-20T17:18:26.945Z Downloaded jiff-static v0.2.21
9852026-03-20T17:18:26.945Z Downloaded rand_seeder v0.4.0
9862026-03-20T17:18:26.948Z Downloaded rand_core v0.9.5
9872026-03-20T17:18:26.951Z Downloaded ref-cast v1.0.25
9882026-03-20T17:18:26.954Z Downloaded salsa20 v0.10.2
9892026-03-20T17:18:26.956Z Downloaded sapling-renderdag v0.1.0
9902026-03-20T17:18:26.957Z Downloaded progenitor v0.13.0
9912026-03-20T17:18:26.960Z Downloaded postgres-types v0.2.12
9922026-03-20T17:18:26.960Z Downloaded scheduled-thread-pool v0.2.7
9932026-03-20T17:18:26.962Z Downloaded scopeguard v1.2.0
9942026-03-20T17:18:26.962Z Downloaded resolv-conf v0.7.6
9952026-03-20T17:18:26.966Z Downloaded miniz_oxide v0.8.9
9962026-03-20T17:18:26.969Z Downloaded hickory-resolver v0.24.4
9972026-03-20T17:18:26.969Z Downloaded proc-macro-error2 v2.0.1
9982026-03-20T17:18:26.972Z Downloaded scrypt v0.11.0
9992026-03-20T17:18:26.975Z Downloaded scroll_derive v0.13.1
10002026-03-20T17:18:26.975Z Downloaded secrecy v0.10.3
10012026-03-20T17:18:26.975Z Downloaded parking_lot v0.11.2
10022026-03-20T17:18:26.977Z Downloaded secrecy v0.8.0
10032026-03-20T17:18:26.980Z Downloaded papergrid v0.17.0
10042026-03-20T17:18:26.983Z Downloaded expectorate v1.2.0
10052026-03-20T17:18:26.986Z Downloaded aes v0.8.4
10062026-03-20T17:18:26.992Z Downloaded serde-big-array v0.5.1
10072026-03-20T17:18:26.995Z Downloaded serde_urlencoded v0.7.1
10082026-03-20T17:18:26.998Z Downloaded semver v0.1.20
10092026-03-20T17:18:26.998Z Downloaded psm v0.1.30
10102026-03-20T17:18:27.001Z Downloaded openssl-sys v0.9.111
10112026-03-20T17:18:27.004Z Downloaded postcard v1.1.3
10122026-03-20T17:18:27.008Z Downloaded serde_plain v1.0.2
10132026-03-20T17:18:27.015Z Downloaded rustls-pemfile v2.2.0
10142026-03-20T17:18:27.018Z Downloaded serde_bytes v0.11.19
10152026-03-20T17:18:27.022Z Downloaded signal-hook-tokio v0.3.1
10162026-03-20T17:18:27.022Z Downloaded signature v2.2.0
10172026-03-20T17:18:27.022Z Downloaded sigpipe v0.1.3
10182026-03-20T17:18:27.025Z Downloaded rustls-pemfile v1.0.4
10192026-03-20T17:18:27.025Z Downloaded shell-words v1.1.1
10202026-03-20T17:18:27.027Z Downloaded rand_core v0.6.4
10212026-03-20T17:18:27.027Z Downloaded sha1 v0.10.6
10222026-03-20T17:18:27.030Z Downloaded rusty-fork v0.3.1
10232026-03-20T17:18:27.030Z Downloaded hyper-util v0.1.20
10242026-03-20T17:18:27.034Z Downloaded rand_core v0.10.0
10252026-03-20T17:18:27.039Z Downloaded rustversion v1.0.22
10262026-03-20T17:18:27.039Z Downloaded hashbrown v0.12.3
10272026-03-20T17:18:27.044Z Downloaded same-file v1.0.6
10282026-03-20T17:18:27.044Z Downloaded serde_repr v0.1.20
10292026-03-20T17:18:27.052Z Downloaded scroll v0.13.0
10302026-03-20T17:18:27.058Z Downloaded dropshot-api-manager v0.6.0
10312026-03-20T17:18:27.058Z Downloaded hashbrown v0.13.2
10322026-03-20T17:18:27.063Z Downloaded slog-envlogger v2.2.0
10332026-03-20T17:18:27.067Z Downloaded quinn-udp v0.5.14
10342026-03-20T17:18:27.072Z Downloaded siphasher v1.0.2
10352026-03-20T17:18:27.072Z Downloaded progenitor-impl v0.10.0
10362026-03-20T17:18:27.076Z Downloaded slog-bunyan v2.5.0
10372026-03-20T17:18:27.076Z Downloaded crossterm v0.28.1
10382026-03-20T17:18:27.082Z Downloaded sct v0.7.1
10392026-03-20T17:18:27.086Z Downloaded sec1 v0.7.3
10402026-03-20T17:18:27.087Z Downloaded russh-keys v0.45.0
10412026-03-20T17:18:27.091Z Downloaded serde_path_to_error v0.1.20
10422026-03-20T17:18:27.094Z Downloaded aes-gcm v0.10.3
10432026-03-20T17:18:27.097Z Downloaded serde_derive_internals v0.29.1
10442026-03-20T17:18:27.097Z Downloaded rcgen v0.12.1
10452026-03-20T17:18:27.101Z Downloaded pin-project v1.1.11
10462026-03-20T17:18:27.107Z Downloaded signal-hook-mio v0.2.5
10472026-03-20T17:18:27.113Z Downloaded sqlparser_derive v0.5.0
10482026-03-20T17:18:27.113Z Downloaded structmeta v0.3.0
10492026-03-20T17:18:27.113Z Downloaded strip-ansi-escapes v0.2.1
10502026-03-20T17:18:27.113Z Downloaded serde-hex v0.1.0
10512026-03-20T17:18:27.121Z Downloaded ssh-encoding v0.2.0
10522026-03-20T17:18:27.121Z Downloaded ssh-cipher v0.2.0
10532026-03-20T17:18:27.121Z Downloaded strum v0.26.3
10542026-03-20T17:18:27.122Z Downloaded shlex v1.3.0
10552026-03-20T17:18:27.122Z Downloaded rustls-pki-types v1.14.0
10562026-03-20T17:18:27.122Z Downloaded seq-macro v0.3.6
10572026-03-20T17:18:27.122Z Downloaded rustls-native-certs v0.8.3
10582026-03-20T17:18:27.127Z Downloaded prettyplease v0.2.37
10592026-03-20T17:18:27.127Z Downloaded pretty_assertions v1.4.1
10602026-03-20T17:18:27.130Z Downloaded prefix-trie v0.7.0
10612026-03-20T17:18:27.132Z Downloaded minimal-lexical v0.2.1
10622026-03-20T17:18:27.136Z Downloaded simd-adler32 v0.3.8
10632026-03-20T17:18:27.136Z Downloaded signal-hook-registry v1.4.8
10642026-03-20T17:18:27.141Z Downloaded strum v0.27.2
10652026-03-20T17:18:27.141Z Downloaded structmeta-derive v0.3.0
10662026-03-20T17:18:27.141Z Downloaded schemars_derive v0.8.22
10672026-03-20T17:18:27.146Z Downloaded hickory-server v0.25.2
10682026-03-20T17:18:27.146Z Downloaded crossterm v0.29.0
10692026-03-20T17:18:27.152Z Downloaded slog-async v2.8.0
10702026-03-20T17:18:27.152Z Downloaded tap v1.0.1
10712026-03-20T17:18:27.152Z Downloaded tagptr v0.2.0
10722026-03-20T17:18:27.157Z Downloaded take_mut v0.2.2
10732026-03-20T17:18:27.157Z Downloaded supports-color v3.0.2
10742026-03-20T17:18:27.157Z Downloaded ron v0.8.1
10752026-03-20T17:18:27.161Z Downloaded subtle v2.6.1
10762026-03-20T17:18:27.161Z Downloaded smallvec v0.6.14
10772026-03-20T17:18:27.164Z Downloaded progenitor-impl v0.13.0
10782026-03-20T17:18:27.164Z Downloaded progenitor-impl v0.11.2
10792026-03-20T17:18:27.168Z Downloaded smf v0.2.3
10802026-03-20T17:18:27.168Z Downloaded slog-stdlog v4.1.1
10812026-03-20T17:18:27.173Z Downloaded slog-dtrace v0.3.0
10822026-03-20T17:18:27.173Z Downloaded slab v0.4.12
10832026-03-20T17:18:27.173Z Downloaded num-bigint v0.4.6
10842026-03-20T17:18:27.181Z Downloaded thiserror-impl-no-std v2.0.2
10852026-03-20T17:18:27.181Z Downloaded tabled_derive v0.11.0
10862026-03-20T17:18:27.181Z Downloaded sync_wrapper v1.0.2
10872026-03-20T17:18:27.181Z Downloaded static_assertions v1.1.0
10882026-03-20T17:18:27.181Z Downloaded sync-ptr v0.1.4
10892026-03-20T17:18:27.188Z Downloaded slog-scope v4.4.1
10902026-03-20T17:18:27.188Z Downloaded serde_spanned v1.0.4
10912026-03-20T17:18:27.188Z Downloaded testing_table v0.3.0
10922026-03-20T17:18:27.188Z Downloaded snafu-derive v0.8.9
10932026-03-20T17:18:27.188Z Downloaded itertools v0.10.5
10942026-03-20T17:18:27.191Z Downloaded serde_cbor v0.11.2
10952026-03-20T17:18:27.194Z Downloaded sqlformat v0.3.5
10962026-03-20T17:18:27.194Z Downloaded serde_with_macros v3.17.0
10972026-03-20T17:18:27.198Z Downloaded stringprep v0.1.5
10982026-03-20T17:18:27.198Z Downloaded termtree v0.5.1
10992026-03-20T17:18:27.198Z Downloaded thread-id v5.1.0
11002026-03-20T17:18:27.204Z Downloaded string_cache v0.8.9
11012026-03-20T17:18:27.204Z Downloaded spki v0.7.3
11022026-03-20T17:18:27.204Z Downloaded rayon-core v1.13.0
11032026-03-20T17:18:27.208Z Downloaded stacker v0.1.23
11042026-03-20T17:18:27.208Z Downloaded hashbrown v0.15.5
11052026-03-20T17:18:27.213Z Downloaded http v1.4.0
11062026-03-20T17:18:27.219Z Downloaded time-core v0.1.8
11072026-03-20T17:18:27.219Z Downloaded ryu v1.0.23
11082026-03-20T17:18:27.223Z Downloaded tinyvec_macros v0.1.1
11092026-03-20T17:18:27.226Z Downloaded strum_macros v0.24.3
11102026-03-20T17:18:27.229Z Downloaded schemars v0.8.22
11112026-03-20T17:18:27.239Z Downloaded tabwriter v1.4.1
11122026-03-20T17:18:27.242Z Downloaded strum_macros v0.26.4
11132026-03-20T17:18:27.242Z Downloaded slog-json v2.6.1
11142026-03-20T17:18:27.246Z Downloaded quinn v0.11.9
11152026-03-20T17:18:27.246Z Downloaded publicsuffix v2.3.0
11162026-03-20T17:18:27.249Z Downloaded support-bundle-viewer v0.1.2
11172026-03-20T17:18:27.254Z Downloaded rand v0.8.5
11182026-03-20T17:18:27.260Z Downloaded slog-term v2.9.2
11192026-03-20T17:18:27.266Z Downloaded tower-service v0.3.3
11202026-03-20T17:18:27.266Z Downloaded tower-layer v0.3.3
11212026-03-20T17:18:27.271Z Downloaded qorb v0.4.1
11222026-03-20T17:18:27.275Z Downloaded termios v0.3.3
11232026-03-20T17:18:27.280Z Downloaded topological-sort v0.2.2
11242026-03-20T17:18:27.284Z Downloaded libxml v0.3.3
11252026-03-20T17:18:27.288Z Downloaded tiny-keccak v2.0.2
11262026-03-20T17:18:27.288Z Downloaded thread_local v1.1.9
11272026-03-20T17:18:27.291Z Downloaded spin v0.9.8
11282026-03-20T17:18:27.294Z Downloaded time-macros v0.2.27
11292026-03-20T17:18:27.294Z Downloaded typify-macro v0.4.3
11302026-03-20T17:18:27.297Z Downloaded unarray v0.1.4
11312026-03-20T17:18:27.297Z Downloaded typify-macro v0.6.1
11322026-03-20T17:18:27.297Z Downloaded trait-variant v0.1.2
11332026-03-20T17:18:27.300Z Downloaded thiserror-no-std v2.0.2
11342026-03-20T17:18:27.303Z Downloaded try-lock v0.2.5
11352026-03-20T17:18:27.303Z Downloaded iddqd v0.3.17
11362026-03-20T17:18:27.307Z Downloaded futures-util v0.3.32
11372026-03-20T17:18:27.316Z Downloaded strum_macros v0.27.2
11382026-03-20T17:18:27.319Z Downloaded tls_codec v0.4.2
11392026-03-20T17:18:27.322Z Downloaded aho-corasick v1.1.4
11402026-03-20T17:18:27.325Z Downloaded tokio-native-tls v0.3.1
11412026-03-20T17:18:27.328Z Downloaded unicode-truncate v1.1.0
11422026-03-20T17:18:27.328Z Downloaded tls_codec_derive v0.4.2
11432026-03-20T17:18:27.331Z Downloaded tokio-macros v2.6.0
11442026-03-20T17:18:27.331Z Downloaded similar v2.7.0
11452026-03-20T17:18:27.334Z Downloaded untrusted v0.9.0
11462026-03-20T17:18:27.338Z Downloaded utf-8 v0.7.6
11472026-03-20T17:18:27.338Z Downloaded tokio-tungstenite v0.23.1
11482026-03-20T17:18:27.342Z Downloaded usdt-attr-macro v0.6.0
11492026-03-20T17:18:27.342Z Downloaded usdt v0.6.0
11502026-03-20T17:18:27.342Z Downloaded term v0.7.0
11512026-03-20T17:18:27.347Z Downloaded usdt-macro v0.6.0
11522026-03-20T17:18:27.347Z Downloaded mio v1.1.1
11532026-03-20T17:18:27.352Z Downloaded tokio-tungstenite v0.21.0
11542026-03-20T17:18:27.352Z Downloaded rand v0.9.2
11552026-03-20T17:18:27.356Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-03-20T17:18:27.357Z Downloaded rsa v0.9.10
11572026-03-20T17:18:27.359Z Downloaded toml_writer v1.0.6+spec-1.1.0
11582026-03-20T17:18:27.359Z Downloaded socket2 v0.5.10
11592026-03-20T17:18:27.362Z Downloaded void v1.0.2
11602026-03-20T17:18:27.362Z Downloaded itertools v0.13.0
11612026-03-20T17:18:27.367Z Downloaded waitgroup v0.1.2
11622026-03-20T17:18:27.370Z Downloaded tokio-rustls v0.25.0
11632026-03-20T17:18:27.370Z Downloaded term v1.2.1
11642026-03-20T17:18:27.373Z Downloaded socket2 v0.6.2
11652026-03-20T17:18:27.376Z Downloaded samael v0.0.19
11662026-03-20T17:18:27.379Z Downloaded num-bigint-dig v0.8.6
11672026-03-20T17:18:27.382Z Downloaded untrusted v0.7.1
11682026-03-20T17:18:27.385Z Downloaded universal-hash v0.5.1
11692026-03-20T17:18:27.385Z Downloaded unit-prefix v0.5.2
11702026-03-20T17:18:27.385Z Downloaded tokio-dtrace v0.1.1
11712026-03-20T17:18:27.388Z Downloaded tui-tree-widget v0.23.1
11722026-03-20T17:18:27.388Z Downloaded slog v2.8.2
11732026-03-20T17:18:27.392Z Downloaded signal-hook v0.3.18
11742026-03-20T17:18:27.396Z Downloaded serde_yaml v0.9.34+deprecated
11752026-03-20T17:18:27.396Z Downloaded xattr v1.6.1
11762026-03-20T17:18:27.400Z Downloaded unicase v2.9.0
11772026-03-20T17:18:27.400Z Downloaded want v0.3.1
11782026-03-20T17:18:27.400Z Downloaded rand v0.10.0
11792026-03-20T17:18:27.404Z Downloaded hyper v1.8.1
11802026-03-20T17:18:27.409Z Downloaded schemars v1.2.1
11812026-03-20T17:18:27.417Z Downloaded xshell-macros v0.2.7
11822026-03-20T17:18:27.424Z Downloaded tokio-stream v0.1.18
11832026-03-20T17:18:27.424Z Downloaded tokio-rustls v0.26.4
11842026-03-20T17:18:27.425Z Downloaded iri-string v0.7.10
11852026-03-20T17:18:27.428Z Downloaded zone_cfg_derive v0.3.1
11862026-03-20T17:18:27.431Z Downloaded zone v0.3.1
11872026-03-20T17:18:27.431Z Downloaded zeroize_derive v1.4.3
11882026-03-20T17:18:27.431Z Downloaded tokio-rustls v0.24.1
11892026-03-20T17:18:27.434Z Downloaded schemars v0.9.0
11902026-03-20T17:18:27.441Z Downloaded vsss-rs v3.3.4
11912026-03-20T17:18:27.447Z Downloaded rustls-webpki v0.103.9
11922026-03-20T17:18:27.447Z Downloaded wait-timeout v0.2.1
11932026-03-20T17:18:27.453Z Downloaded vergen-lib v0.1.6
11942026-03-20T17:18:27.453Z Downloaded usdt-impl v0.6.0
11952026-03-20T17:18:27.453Z Downloaded vergen-git2 v1.0.7
11962026-03-20T17:18:27.453Z Downloaded uzers v0.12.2
11972026-03-20T17:18:27.453Z Downloaded test-strategy v0.4.5
11982026-03-20T17:18:27.456Z Downloaded hkdf v0.12.4
11992026-03-20T17:18:27.459Z Downloaded itertools v0.14.0
12002026-03-20T17:18:27.463Z Downloaded walkdir v2.5.0
12012026-03-20T17:18:27.468Z Downloaded tracing-attributes v0.1.31
12022026-03-20T17:18:27.468Z Downloaded rustls-platform-verifier v0.6.2
12032026-03-20T17:18:27.472Z Downloaded twox-hash v2.1.2
12042026-03-20T17:18:27.472Z Downloaded xshell v0.2.7
12052026-03-20T17:18:27.475Z Downloaded wyz v0.5.1
12062026-03-20T17:18:27.475Z Downloaded whoami v2.1.0
12072026-03-20T17:18:27.478Z Downloaded whoami v1.6.1
12082026-03-20T17:18:27.478Z Downloaded blake3 v1.8.3
12092026-03-20T17:18:27.483Z Downloaded tinyvec v1.10.0
12102026-03-20T17:18:27.486Z Downloaded xz2 v0.1.7
12112026-03-20T17:18:27.489Z Downloaded nom v7.1.3
12122026-03-20T17:18:27.492Z Downloaded itertools v0.12.1
12132026-03-20T17:18:27.497Z Downloaded unicode-properties v0.1.4
12142026-03-20T17:18:27.500Z Downloaded subprocess v0.2.15
12152026-03-20T17:18:27.500Z Downloaded tar v0.4.44
12162026-03-20T17:18:27.502Z Downloaded snafu v0.8.9
12172026-03-20T17:18:27.506Z Downloaded zstd v0.13.3
12182026-03-20T17:18:27.509Z Downloaded zeroize v1.8.2
12192026-03-20T17:18:27.511Z Downloaded toml_parser v1.0.9+spec-1.1.0
12202026-03-20T17:18:27.511Z Downloaded toml v0.9.12+spec-1.1.0
12212026-03-20T17:18:27.515Z Downloaded vergen v9.0.6
12222026-03-20T17:18:27.518Z Downloaded russh v0.45.0
12232026-03-20T17:18:27.521Z Downloaded libm v0.2.16
12242026-03-20T17:18:27.527Z Downloaded zstd-safe v7.2.4
12252026-03-20T17:18:27.529Z Downloaded typify v0.4.3
12262026-03-20T17:18:27.532Z Downloaded toml v0.7.8
12272026-03-20T17:18:27.535Z Downloaded tungstenite v0.21.0
12282026-03-20T17:18:27.539Z Downloaded tracing-core v0.1.36
12292026-03-20T17:18:27.542Z Downloaded typify v0.6.1
12302026-03-20T17:18:27.542Z Downloaded unicode-bidi v0.3.18
12312026-03-20T17:18:27.545Z Downloaded rpassword v7.4.0
12322026-03-20T17:18:27.545Z Downloaded rustyline v14.0.0
12332026-03-20T17:18:27.548Z Downloaded bitvec v1.0.1
12342026-03-20T17:18:27.561Z Downloaded h2 v0.4.13
12352026-03-20T17:18:27.564Z Downloaded p521 v0.13.3
12362026-03-20T17:18:27.568Z Downloaded toml_edit v0.23.10+spec-1.0.0
12372026-03-20T17:18:27.571Z Downloaded vergen-gitcl v1.0.8
12382026-03-20T17:18:27.574Z Downloaded ssh-key v0.6.7
12392026-03-20T17:18:27.578Z Downloaded uuid v1.21.0
12402026-03-20T17:18:27.581Z Downloaded vte v0.14.1
12412026-03-20T17:18:27.585Z Downloaded zerocopy v0.6.6
12422026-03-20T17:18:27.591Z Downloaded steno v0.4.1
12432026-03-20T17:18:27.594Z Downloaded tungstenite v0.23.0
12442026-03-20T17:18:27.602Z Downloaded reedline v0.40.0
12452026-03-20T17:18:27.608Z Downloaded ron v0.12.0
12462026-03-20T17:18:27.619Z Downloaded git2 v0.20.4
12472026-03-20T17:18:27.651Z Downloaded zopfli v0.8.3
12482026-03-20T17:18:27.652Z Downloaded bindgen v0.71.1
12492026-03-20T17:18:27.652Z Downloaded toml_edit v0.19.15
12502026-03-20T17:18:27.652Z Downloaded yasna v0.5.2
12512026-03-20T17:18:27.652Z Downloaded reqwest v0.13.2
12522026-03-20T17:18:27.654Z Downloaded chrono v0.4.44
12532026-03-20T17:18:27.663Z Downloaded yansi v1.0.1
12542026-03-20T17:18:27.673Z Downloaded unsafe-libyaml v0.2.11
12552026-03-20T17:18:27.675Z Downloaded unicode_categories v0.1.1
12562026-03-20T17:18:27.678Z Downloaded tokio-postgres v0.7.16
12572026-03-20T17:18:27.689Z Downloaded reqwest v0.12.28
12582026-03-20T17:18:27.694Z Downloaded zip v0.6.6
12592026-03-20T17:18:27.697Z Downloaded regex v1.12.3
12602026-03-20T17:18:27.701Z Downloaded p384 v0.13.1
12612026-03-20T17:18:27.705Z Downloaded aws-lc-rs v1.16.0
12622026-03-20T17:18:27.727Z Downloaded rustls-webpki v0.101.7
12632026-03-20T17:18:27.738Z Downloaded x509-cert v0.2.5
12642026-03-20T17:18:27.743Z Downloaded rayon v1.11.0
12652026-03-20T17:18:27.750Z Downloaded zerocopy-derive v0.8.40
12662026-03-20T17:18:27.756Z Downloaded unicode-segmentation v1.12.0
12672026-03-20T17:18:27.759Z Downloaded quick-xml v0.37.5
12682026-03-20T17:18:27.764Z Downloaded goblin v0.10.5
12692026-03-20T17:18:27.769Z Downloaded lalrpop v0.19.12
12702026-03-20T17:18:27.778Z Downloaded salty v0.3.0
12712026-03-20T17:18:27.783Z Downloaded portable-atomic v1.13.1
12722026-03-20T17:18:27.788Z Downloaded moka v0.12.13
12732026-03-20T17:18:27.795Z Downloaded unicode-normalization v0.1.25
12742026-03-20T17:18:27.797Z Downloaded tokio-util v0.7.18
12752026-03-20T17:18:27.803Z Downloaded proptest v1.10.0
12762026-03-20T17:18:27.810Z Downloaded typed-path v0.9.3
12772026-03-20T17:18:27.815Z Downloaded tower v0.5.3
12782026-03-20T17:18:27.822Z Downloaded zip v4.6.1
12792026-03-20T17:18:27.829Z Downloaded petname v2.0.2
12802026-03-20T17:18:27.833Z Downloaded object v0.30.4
12812026-03-20T17:18:27.843Z Downloaded serde_with v3.17.0
12822026-03-20T17:18:27.852Z Downloaded tower-http v0.6.8
12832026-03-20T17:18:27.857Z Downloaded tough v0.20.0
12842026-03-20T17:18:27.864Z Downloaded rustls-webpki v0.102.8
12852026-03-20T17:18:27.877Z Downloaded quinn-proto v0.11.13
12862026-03-20T17:18:27.883Z Downloaded curve25519-dalek v4.1.3
12872026-03-20T17:18:27.895Z Downloaded nix v0.27.1
12882026-03-20T17:18:27.907Z Downloaded radix_trie v0.2.1
12892026-03-20T17:18:27.911Z Downloaded winnow v0.5.40
12902026-03-20T17:18:27.918Z Downloaded openssl v0.10.75
12912026-03-20T17:18:27.927Z Downloaded winnow v0.6.26
12922026-03-20T17:18:27.932Z Downloaded polar-core v0.27.3
12932026-03-20T17:18:27.939Z Downloaded bstr v1.12.1
12942026-03-20T17:18:27.972Z Downloaded nix v0.29.0
12952026-03-20T17:18:27.982Z Downloaded tabled v0.20.0
12962026-03-20T17:18:27.996Z Downloaded time v0.3.47
12972026-03-20T17:18:28.007Z Downloaded smoltcp v0.9.1
12982026-03-20T17:18:28.015Z Downloaded zlib-rs v0.6.2
12992026-03-20T17:18:28.019Z Downloaded vcpkg v0.2.15
13002026-03-20T17:18:28.050Z Downloaded hickory-proto v0.24.4
13012026-03-20T17:18:28.061Z Downloaded webpki-roots v1.0.6
13022026-03-20T17:18:28.064Z Downloaded openapiv3 v2.2.0
13032026-03-20T17:18:28.074Z Downloaded rustls v0.22.4
13042026-03-20T17:18:28.084Z Downloaded zerocopy v0.8.40
13052026-03-20T17:18:28.092Z Downloaded regex-syntax v0.8.10
13062026-03-20T17:18:28.098Z Downloaded smoltcp v0.11.0
13072026-03-20T17:18:28.108Z Downloaded regress v0.10.5
13082026-03-20T17:18:28.115Z Downloaded rustls v0.23.37
13092026-03-20T17:18:28.124Z Downloaded rustix v0.38.44
13102026-03-20T17:18:28.142Z Downloaded diesel v2.3.7
13112026-03-20T17:18:28.158Z Downloaded object v0.37.3
13122026-03-20T17:18:28.167Z Downloaded hickory-proto v0.25.2
13132026-03-20T17:18:28.179Z Downloaded nix v0.31.1
13142026-03-20T17:18:28.188Z Downloaded nix v0.28.0
13152026-03-20T17:18:28.197Z Downloaded regex-syntax v0.6.29
13162026-03-20T17:18:28.203Z Downloaded sqlparser v0.61.0
13172026-03-20T17:18:28.210Z Downloaded dropshot v0.16.7
13182026-03-20T17:18:28.228Z Downloaded sled v0.34.7
13192026-03-20T17:18:28.235Z Downloaded tracing v0.1.44
13202026-03-20T17:18:28.253Z Downloaded rustls v0.21.12
13212026-03-20T17:18:28.261Z Downloaded bzip2-sys v0.1.13+1.0.8
13222026-03-20T17:18:28.271Z Downloaded ratatui v0.29.0
13232026-03-20T17:18:28.286Z Downloaded typify-impl v0.6.1
13242026-03-20T17:18:28.297Z Downloaded zerocopy-derive v0.6.6
13252026-03-20T17:18:28.305Z Downloaded typify-impl v0.4.3
13262026-03-20T17:18:28.330Z Downloaded chrono-tz v0.10.4
13272026-03-20T17:18:28.344Z Downloaded regex-automata v0.4.14
13282026-03-20T17:18:28.356Z Downloaded petgraph v0.6.5
13292026-03-20T17:18:28.370Z Downloaded jiff v0.2.21
13302026-03-20T17:18:28.385Z Downloaded csv v1.4.0
13312026-03-20T17:18:28.399Z Downloaded lzma-sys v0.1.20
13322026-03-20T17:18:28.439Z Downloaded petgraph v0.8.3
13332026-03-20T17:18:28.455Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-03-20T17:18:28.469Z Downloaded tokio v1.49.0
13352026-03-20T17:18:28.498Z Downloaded libz-sys v1.1.24
13362026-03-20T17:18:28.514Z Downloaded sha3 v0.10.8
13372026-03-20T17:18:28.581Z Downloaded encoding_rs v0.8.35
13382026-03-20T17:18:28.599Z Downloaded ring v0.17.14
13392026-03-20T17:18:28.654Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-20T17:18:29.299Z Downloaded aws-lc-sys v0.37.1
13412026-03-20T17:18:29.624Z Compiling libc v0.2.180
13422026-03-20T17:18:29.627Z Compiling serde v1.0.228
13432026-03-20T17:18:29.627Z Compiling log v0.4.29
13442026-03-20T17:18:29.627Z Compiling find-msvc-tools v0.1.9
13452026-03-20T17:18:29.804Z Compiling shlex v1.3.0
13462026-03-20T17:18:29.815Z Compiling smallvec v1.15.1
13472026-03-20T17:18:29.832Z Compiling syn v2.0.117
13482026-03-20T17:18:29.868Z Compiling typenum v1.19.0
13492026-03-20T17:18:30.065Z Compiling generic-array v0.14.7
13502026-03-20T17:18:30.083Z Compiling subtle v2.6.1
13512026-03-20T17:18:30.110Z Compiling scopeguard v1.2.0
13522026-03-20T17:18:30.131Z Compiling portable-atomic v1.13.1
13532026-03-20T17:18:30.205Z Compiling const-oid v0.9.6
13542026-03-20T17:18:30.309Z Compiling lock_api v0.4.14
13552026-03-20T17:18:30.421Z Compiling critical-section v1.2.0
13562026-03-20T17:18:30.499Z Compiling zerocopy v0.8.40
13572026-03-20T17:18:30.592Z Compiling parking_lot_core v0.9.12
13582026-03-20T17:18:30.635Z Compiling serde_json v1.0.149
13592026-03-20T17:18:30.866Z Compiling pin-project-lite v0.2.17
13602026-03-20T17:18:30.986Z Compiling pkg-config v0.3.32
13612026-03-20T17:18:31.017Z Compiling getrandom v0.2.17
13622026-03-20T17:18:31.107Z Compiling jobserver v0.1.34
13632026-03-20T17:18:31.273Z Compiling rand_core v0.6.4
13642026-03-20T17:18:31.305Z Compiling errno v0.3.14
13652026-03-20T17:18:31.445Z Compiling cc v1.2.56
13662026-03-20T17:18:31.496Z Compiling once_cell v1.21.3
13672026-03-20T17:18:31.627Z Compiling signal-hook-registry v1.4.8
13682026-03-20T17:18:31.665Z Compiling mio v1.1.1
13692026-03-20T17:18:31.763Z Compiling bitflags v2.11.0
13702026-03-20T17:18:31.781Z Compiling libm v0.2.16
13712026-03-20T17:18:31.982Z Compiling parking_lot v0.12.5
13722026-03-20T17:18:32.016Z Compiling num-traits v0.2.19
13732026-03-20T17:18:32.063Z Compiling futures-core v0.3.32
13742026-03-20T17:18:32.266Z Compiling socket2 v0.6.2
13752026-03-20T17:18:32.328Z Compiling percent-encoding v2.3.2
13762026-03-20T17:18:32.444Z Compiling allocator-api2 v0.2.21
13772026-03-20T17:18:32.491Z Compiling cpufeatures v0.2.17
13782026-03-20T17:18:32.573Z Compiling futures-sink v0.3.32
13792026-03-20T17:18:32.592Z Compiling foldhash v0.2.0
13802026-03-20T17:18:32.609Z Compiling futures-io v0.3.32
13812026-03-20T17:18:32.780Z Compiling futures-channel v0.3.32
13822026-03-20T17:18:32.817Z Compiling getrandom v0.4.1
13832026-03-20T17:18:32.848Z Compiling hashbrown v0.16.1
13842026-03-20T17:18:32.882Z Compiling futures-task v0.3.32
13852026-03-20T17:18:32.901Z Compiling slab v0.4.12
13862026-03-20T17:18:33.080Z Compiling rand_core v0.10.0
13872026-03-20T17:18:33.105Z Compiling rustversion v1.0.22
13882026-03-20T17:18:33.137Z Compiling getrandom v0.3.4
13892026-03-20T17:18:33.290Z Compiling form_urlencoded v1.2.2
13902026-03-20T17:18:33.551Z Compiling cmake v0.1.57
13912026-03-20T17:18:33.630Z Compiling indexmap v2.13.0
13922026-03-20T17:18:33.701Z Compiling dunce v1.0.5
13932026-03-20T17:18:33.823Z Compiling ident_case v1.0.1
13942026-03-20T17:18:33.845Z Compiling base64ct v1.8.3
13952026-03-20T17:18:33.979Z Compiling fs_extra v1.3.0
13962026-03-20T17:18:34.057Z Compiling synstructure v0.13.2
13972026-03-20T17:18:34.233Z Compiling pem-rfc7468 v0.7.0
13982026-03-20T17:18:34.325Z Compiling aws-lc-sys v0.37.1
13992026-03-20T17:18:34.382Z Compiling flagset v0.4.7
14002026-03-20T17:18:34.453Z Compiling rand_core v0.9.5
14012026-03-20T17:18:34.475Z Compiling rustix v1.1.3
14022026-03-20T17:18:34.527Z Compiling iana-time-zone v0.1.65
14032026-03-20T17:18:34.547Z Compiling ring v0.17.14
14042026-03-20T17:18:34.626Z Compiling uuid v1.21.0
14052026-03-20T17:18:34.780Z Compiling rustc_version v0.4.1
14062026-03-20T17:18:34.799Z Compiling aws-lc-rs v1.16.0
14072026-03-20T17:18:34.886Z Compiling regex-syntax v0.8.10
14082026-03-20T17:18:35.155Z Compiling vcpkg v0.2.15
14092026-03-20T17:18:35.199Z Compiling tracing-core v0.1.36
14102026-03-20T17:18:35.560Z Compiling crossbeam-utils v0.8.21
14112026-03-20T17:18:35.947Z Compiling pest_generator v2.8.6
14122026-03-20T17:18:35.997Z Compiling serde_derive_internals v0.29.1
14132026-03-20T17:18:36.177Z Compiling openssl-sys v0.9.111
14142026-03-20T17:18:36.661Z Compiling serde_derive v1.0.228
14152026-03-20T17:18:36.829Z Compiling zeroize_derive v1.4.3
14162026-03-20T17:18:36.849Z Compiling zerofrom-derive v0.1.6
14172026-03-20T17:18:36.869Z Compiling yoke-derive v0.8.1
14182026-03-20T17:18:37.233Z Compiling zerocopy-derive v0.8.40
14192026-03-20T17:18:37.657Z Compiling zeroize v1.8.2
14202026-03-20T17:18:38.154Z Compiling zerovec-derive v0.11.2
14212026-03-20T17:18:38.407Z Compiling displaydoc v0.2.5
14222026-03-20T17:18:38.686Z Compiling crypto-common v0.1.7
14232026-03-20T17:18:38.720Z Compiling zerofrom v0.1.6
14242026-03-20T17:18:38.863Z Compiling yoke v0.8.1
14252026-03-20T17:18:38.882Z Compiling block-buffer v0.10.4
14262026-03-20T17:18:39.084Z Compiling digest v0.10.7
14272026-03-20T17:18:39.103Z Compiling tokio-macros v2.6.0
14282026-03-20T17:18:39.359Z Compiling zerotrie v0.2.3
14292026-03-20T17:18:39.401Z Compiling hmac v0.12.1
14302026-03-20T17:18:39.421Z Compiling futures-macro v0.3.32
14312026-03-20T17:18:39.599Z Compiling block-padding v0.3.3
14322026-03-20T17:18:39.602Z Compiling zerovec v0.11.5
14332026-03-20T17:18:39.747Z Compiling sha2 v0.10.9
14342026-03-20T17:18:39.799Z Compiling inout v0.1.4
14352026-03-20T17:18:40.017Z Compiling cipher v0.4.4
14362026-03-20T17:18:40.049Z Compiling der_derive v0.7.3
14372026-03-20T17:18:40.365Z Compiling tinystr v0.8.2
14382026-03-20T17:18:40.414Z Compiling potential_utf v0.1.4
14392026-03-20T17:18:40.512Z Compiling futures-util v0.3.32
14402026-03-20T17:18:40.627Z Compiling icu_locale_core v2.1.1
14412026-03-20T17:18:40.630Z Compiling icu_collections v2.1.1
14422026-03-20T17:18:41.295Z Compiling bytes v1.11.1
14432026-03-20T17:18:41.384Z Compiling chrono v0.4.44
14442026-03-20T17:18:41.403Z Compiling der v0.7.10
14452026-03-20T17:18:41.675Z Compiling icu_provider v2.1.1
14462026-03-20T17:18:41.853Z Compiling salsa20 v0.10.2
14472026-03-20T17:18:42.024Z Compiling tokio v1.49.0
14482026-03-20T17:18:42.047Z Compiling icu_normalizer v2.1.1
14492026-03-20T17:18:42.117Z Compiling icu_properties v2.1.2
14502026-03-20T17:18:42.750Z Compiling spki v0.7.3
14512026-03-20T17:18:43.003Z Compiling http v1.4.0
14522026-03-20T17:18:43.061Z Compiling pbkdf2 v0.12.2
14532026-03-20T17:18:43.222Z Compiling thiserror-impl v2.0.18
14542026-03-20T17:18:43.246Z Compiling scrypt v0.11.0
14552026-03-20T17:18:43.523Z Compiling ppv-lite86 v0.2.21
14562026-03-20T17:18:43.568Z Compiling idna_adapter v1.2.1
14572026-03-20T17:18:43.606Z Compiling cbc v0.1.2
14582026-03-20T17:18:43.631Z Compiling aes v0.8.4
14592026-03-20T17:18:43.729Z Compiling idna v1.1.0
14602026-03-20T17:18:43.782Z Compiling rustls-pki-types v1.14.0
14612026-03-20T17:18:43.949Z Compiling rand_chacha v0.9.0
14622026-03-20T17:18:44.225Z Compiling url v2.5.8
14632026-03-20T17:18:44.373Z Compiling tracing-attributes v0.1.31
14642026-03-20T17:18:44.586Z Compiling rand v0.9.2
14652026-03-20T17:18:44.833Z Compiling pkcs5 v0.7.1
14662026-03-20T17:18:44.986Z Compiling thiserror v2.0.18
14672026-03-20T17:18:45.001Z Compiling http-body v1.0.1
14682026-03-20T17:18:45.163Z Compiling openssl-probe v0.2.1
14692026-03-20T17:18:45.186Z Compiling base64 v0.22.1
14702026-03-20T17:18:45.275Z Compiling schemars v0.8.22
14712026-03-20T17:18:45.399Z Compiling syn v1.0.109
14722026-03-20T17:18:45.517Z Compiling untrusted v0.7.1
14732026-03-20T17:18:45.539Z Compiling httparse v1.10.1
14742026-03-20T17:18:45.618Z Compiling untrusted v0.9.0
14752026-03-20T17:18:45.672Z Compiling pkcs8 v0.10.2
14762026-03-20T17:18:45.711Z Compiling schemars_derive v0.8.22
14772026-03-20T17:18:45.847Z Compiling pest_derive v2.8.6
14782026-03-20T17:18:46.031Z Compiling scroll_derive v0.13.1
14792026-03-20T17:18:46.199Z Compiling tracing v0.1.44
14802026-03-20T17:18:46.378Z Compiling darling_core v0.20.11
14812026-03-20T17:18:46.546Z Compiling try-lock v0.2.5
14822026-03-20T17:18:46.678Z Compiling tower-service v0.3.3
14832026-03-20T17:18:46.743Z Compiling tower-layer v0.3.3
14842026-03-20T17:18:46.797Z Compiling dyn-clone v1.0.20
14852026-03-20T17:18:46.946Z Compiling tinyvec_macros v0.1.1
14862026-03-20T17:18:46.967Z Compiling atomic-waker v1.1.2
14872026-03-20T17:18:47.034Z Compiling rustls v0.23.37
14882026-03-20T17:18:47.076Z Compiling tokio-util v0.7.18
14892026-03-20T17:18:47.116Z Compiling scroll v0.13.0
14902026-03-20T17:18:47.240Z Compiling tinyvec v1.10.0
14912026-03-20T17:18:47.465Z Compiling want v0.3.1
14922026-03-20T17:18:48.050Z Compiling h2 v0.4.13
14932026-03-20T17:18:48.191Z Compiling ipnet v2.11.0
14942026-03-20T17:18:48.459Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14952026-03-20T17:18:48.854Z Compiling spin v0.9.8
14962026-03-20T17:18:48.949Z Compiling aho-corasick v1.1.4
14972026-03-20T17:18:49.130Z Compiling openssl v0.10.75
14982026-03-20T17:18:49.186Z Compiling pin-utils v0.1.0
14992026-03-20T17:18:49.277Z Compiling crc32fast v1.5.0
15002026-03-20T17:18:49.414Z Compiling num-conv v0.2.0
15012026-03-20T17:18:49.582Z Compiling httpdate v1.0.3
15022026-03-20T17:18:49.601Z Compiling darling_macro v0.20.11
15032026-03-20T17:18:49.620Z Compiling foreign-types-shared v0.1.1
15042026-03-20T17:18:49.725Z Compiling time-core v0.1.8
15052026-03-20T17:18:49.857Z Compiling powerfmt v0.2.0
15062026-03-20T17:18:49.907Z Compiling time-macros v0.2.27
15072026-03-20T17:18:49.928Z Compiling foreign-types v0.3.2
15082026-03-20T17:18:50.017Z Compiling tempfile v3.25.0
15092026-03-20T17:18:50.126Z Compiling regex-automata v0.4.14
15102026-03-20T17:18:50.191Z Compiling darling v0.20.11
15112026-03-20T17:18:50.322Z Compiling deranged v0.5.8
15122026-03-20T17:18:51.386Z Compiling goblin v0.10.5
15132026-03-20T17:18:51.668Z Compiling openssl-macros v0.1.1
15142026-03-20T17:18:52.103Z Compiling hyper v1.8.1
15152026-03-20T17:18:52.164Z Compiling thiserror-impl v1.0.69
15162026-03-20T17:18:53.284Z Compiling wait-timeout v0.2.1
15172026-03-20T17:18:53.380Z Compiling usdt-impl v0.6.0
15182026-03-20T17:18:53.616Z Compiling bit-vec v0.8.0
15192026-03-20T17:18:53.635Z Compiling quick-error v1.2.3
15202026-03-20T17:18:53.765Z Compiling siphasher v1.0.2
15212026-03-20T17:18:53.811Z Compiling native-tls v0.2.18
15222026-03-20T17:18:53.911Z Compiling either v1.15.0
15232026-03-20T17:18:54.009Z Compiling num_threads v0.1.7
15242026-03-20T17:18:54.061Z Compiling simd-adler32 v0.3.8
15252026-03-20T17:18:54.125Z Compiling time v0.3.47
15262026-03-20T17:18:54.203Z Compiling bit-set v0.8.0
15272026-03-20T17:18:54.221Z Compiling thiserror v1.0.69
15282026-03-20T17:18:54.346Z Compiling rusty-fork v0.3.1
15292026-03-20T17:18:54.407Z Compiling hyper-util v0.1.20
15302026-03-20T17:18:54.993Z Compiling derive_builder_core v0.20.2
15312026-03-20T17:18:55.927Z Compiling dof v0.4.0
15322026-03-20T17:18:56.203Z Compiling unicode-normalization v0.1.25
15332026-03-20T17:18:56.336Z Compiling crossbeam-epoch v0.9.18
15342026-03-20T17:18:56.751Z Compiling dtrace-parser v0.3.0
15352026-03-20T17:18:56.770Z Compiling rustls-native-certs v0.8.3
15362026-03-20T17:18:56.794Z Compiling signature v2.2.0
15372026-03-20T17:18:57.007Z Compiling scroll_derive v0.12.1
15382026-03-20T17:18:57.140Z Compiling heapless v0.7.17
15392026-03-20T17:18:57.419Z Compiling rand_xorshift v0.4.0
15402026-03-20T17:18:57.437Z Compiling slog v2.8.2
15412026-03-20T17:18:57.521Z Compiling darling_core v0.21.3
15422026-03-20T17:18:57.609Z Compiling bzip2-sys v0.1.13+1.0.8
15432026-03-20T17:18:57.654Z Compiling sync_wrapper v1.0.2
15442026-03-20T17:18:57.774Z Compiling thread-id v5.1.0
15452026-03-20T17:18:57.794Z Compiling cookie v0.18.1
15462026-03-20T17:18:57.864Z Compiling signal-hook v0.3.18
15472026-03-20T17:18:57.883Z Compiling rayon-core v1.13.0
15482026-03-20T17:18:57.949Z Compiling zstd-safe v7.2.4
15492026-03-20T17:18:58.014Z Compiling unarray v0.1.4
15502026-03-20T17:18:58.069Z Compiling unicode-segmentation v1.12.0
15512026-03-20T17:18:58.093Z Compiling adler2 v2.0.1
15522026-03-20T17:18:58.148Z Compiling unicode-bidi v0.3.18
15532026-03-20T17:18:58.188Z Compiling paste v1.0.15
15542026-03-20T17:18:58.256Z Compiling anyhow v1.0.102
15552026-03-20T17:18:58.546Z Compiling unicode-properties v0.1.4
15562026-03-20T17:18:58.592Z Compiling miniz_oxide v0.8.9
15572026-03-20T17:18:58.628Z Compiling proptest v1.10.0
15582026-03-20T17:18:58.815Z Compiling stringprep v0.1.5
15592026-03-20T17:18:58.947Z Compiling scroll v0.12.0
15602026-03-20T17:18:59.285Z Compiling tower v0.5.3
15612026-03-20T17:18:59.484Z Compiling crossbeam-deque v0.8.6
15622026-03-20T17:18:59.689Z Compiling derive_builder_macro v0.20.2
15632026-03-20T17:18:59.721Z Compiling ipnetwork v0.21.1
15642026-03-20T17:18:59.722Z Compiling http-body-util v0.1.3
15652026-03-20T17:18:59.810Z Compiling webpki-roots v1.0.6
15662026-03-20T17:18:59.913Z Compiling rand_chacha v0.3.1
15672026-03-20T17:18:59.956Z Compiling erased-serde v0.3.31
15682026-03-20T17:19:00.051Z Compiling serde_tokenstream v0.2.3
15692026-03-20T17:19:00.226Z Compiling serde_spanned v0.6.9
15702026-03-20T17:19:00.256Z Compiling toml_datetime v0.6.11
15712026-03-20T17:19:00.452Z Compiling md-5 v0.10.6
15722026-03-20T17:19:00.514Z Compiling zerocopy-derive v0.7.35
15732026-03-20T17:19:00.609Z Compiling curve25519-dalek v4.1.3
15742026-03-20T17:19:00.660Z Compiling vergen-lib v0.1.6
15752026-03-20T17:19:00.731Z Compiling num-integer v0.1.46
15762026-03-20T17:19:00.883Z Compiling hash32 v0.2.1
15772026-03-20T17:19:00.985Z Compiling ff v0.13.1
15782026-03-20T17:19:01.030Z Compiling memoffset v0.9.1
15792026-03-20T17:19:01.123Z Compiling darling_macro v0.21.3
15802026-03-20T17:19:01.142Z Compiling fallible-iterator v0.2.0
15812026-03-20T17:19:01.161Z Compiling psl-types v2.0.11
15822026-03-20T17:19:01.180Z Compiling ref-cast v1.0.25
15832026-03-20T17:19:01.262Z Compiling rustix v0.38.44
15842026-03-20T17:19:01.315Z Compiling num-bigint-dig v0.8.6
15852026-03-20T17:19:01.542Z Compiling base16ct v0.2.0
15862026-03-20T17:19:01.561Z Compiling ryu v1.0.23
15872026-03-20T17:19:01.580Z Compiling litrs v1.0.0
15882026-03-20T17:19:01.690Z Compiling zlib-rs v0.6.2
15892026-03-20T17:19:01.710Z Compiling iri-string v0.7.10
15902026-03-20T17:19:01.730Z Compiling smoltcp v0.9.1
15912026-03-20T17:19:01.768Z Compiling cfg_aliases v0.2.1
15922026-03-20T17:19:01.788Z Compiling serde_urlencoded v0.7.1
15932026-03-20T17:19:01.857Z Compiling nix v0.31.1
15942026-03-20T17:19:02.111Z Compiling newtype-uuid v1.3.2
15952026-03-20T17:19:02.170Z Compiling darling v0.21.3
15962026-03-20T17:19:02.267Z Compiling document-features v0.2.12
15972026-03-20T17:19:02.331Z Compiling sec1 v0.7.3
15982026-03-20T17:19:02.374Z Compiling zerocopy v0.7.35
15992026-03-20T17:19:02.616Z Compiling postgres-protocol v0.6.10
16002026-03-20T17:19:02.686Z Compiling publicsuffix v2.3.0
16012026-03-20T17:19:03.015Z Compiling group v0.13.0
16022026-03-20T17:19:03.145Z Compiling num-iter v0.1.45
16032026-03-20T17:19:03.315Z Compiling tower-http v0.6.8
16042026-03-20T17:19:03.352Z Compiling derive_builder v0.20.2
16052026-03-20T17:19:03.507Z Compiling rand v0.8.5
16062026-03-20T17:19:03.659Z Compiling oxnet v0.1.4
16072026-03-20T17:19:03.838Z Compiling proc-macro-error v1.0.4
16082026-03-20T17:19:03.991Z Compiling tokio-native-tls v0.3.1
16092026-03-20T17:19:04.160Z Compiling goblin v0.8.2
16102026-03-20T17:19:04.880Z Compiling heck v0.4.1
16112026-03-20T17:19:04.904Z Compiling phf_shared v0.13.1
16122026-03-20T17:19:05.083Z Compiling hubpack_derive v0.1.1
16132026-03-20T17:19:05.167Z Compiling regex v1.12.3
16142026-03-20T17:19:05.227Z Compiling lazy_static v1.5.0
16152026-03-20T17:19:05.381Z Compiling cargo-platform v0.1.9
16162026-03-20T17:19:05.399Z Compiling hkdf v0.12.4
16172026-03-20T17:19:05.603Z Compiling crypto-bigint v0.5.5
16182026-03-20T17:19:05.667Z Compiling daft-derive v0.1.5
16192026-03-20T17:19:05.707Z Compiling curve25519-dalek-derive v0.1.1
16202026-03-20T17:19:05.779Z Compiling strum_macros v0.27.2
16212026-03-20T17:19:06.482Z Compiling flate2 v1.1.9
16222026-03-20T17:19:06.553Z Compiling async-trait v0.1.89
16232026-03-20T17:19:06.673Z Compiling ref-cast-impl v1.0.25
16242026-03-20T17:19:07.036Z Compiling terminal_size v0.4.3
16252026-03-20T17:19:07.206Z Compiling vergen v9.0.6
16262026-03-20T17:19:07.352Z Compiling fs-err v3.3.0
16272026-03-20T17:19:07.428Z Compiling ahash v0.8.12
16282026-03-20T17:19:07.583Z Compiling winnow v0.5.40
16292026-03-20T17:19:07.676Z Compiling bitflags v1.3.2
16302026-03-20T17:19:07.770Z Compiling managed v0.8.0
16312026-03-20T17:19:07.962Z Compiling object v0.37.3
16322026-03-20T17:19:08.053Z Compiling libbz2-rs-sys v0.2.2
16332026-03-20T17:19:08.296Z Compiling foldhash v0.1.5
16342026-03-20T17:19:08.475Z Compiling bumpalo v3.20.2
16352026-03-20T17:19:08.494Z Compiling console v0.16.2
16362026-03-20T17:19:08.513Z Compiling strum v0.27.2
16372026-03-20T17:19:08.669Z Compiling bzip2 v0.6.1
16382026-03-20T17:19:08.793Z Compiling zopfli v0.8.3
16392026-03-20T17:19:08.930Z Compiling hashbrown v0.15.5
16402026-03-20T17:19:09.067Z Compiling clap_builder v4.5.60
16412026-03-20T17:19:09.402Z Compiling toml_edit v0.19.15
16422026-03-20T17:19:09.663Z Compiling dof v0.3.0
16432026-03-20T17:19:09.682Z Compiling elliptic-curve v0.13.8
16442026-03-20T17:19:09.705Z Compiling daft v0.1.5
16452026-03-20T17:19:10.101Z Compiling hubpack v0.1.2
16462026-03-20T17:19:10.201Z Compiling cargo_metadata v0.19.2
16472026-03-20T17:19:10.667Z Compiling zone_cfg_derive v0.3.1
16482026-03-20T17:19:11.487Z Compiling phf v0.13.1
16492026-03-20T17:19:12.136Z Compiling zstd v0.13.3
16502026-03-20T17:19:12.185Z Compiling cookie_store v0.22.1
16512026-03-20T17:19:12.494Z Compiling signal-hook-mio v0.2.5
16522026-03-20T17:19:12.632Z Compiling rayon v1.11.0
16532026-03-20T17:19:13.026Z Compiling hyper-tls v0.6.0
16542026-03-20T17:19:13.058Z Compiling bzip2 v0.4.4
16552026-03-20T17:19:13.168Z Compiling postgres-types v0.2.12
16562026-03-20T17:19:13.358Z Compiling serde_with_macros v3.17.0
16572026-03-20T17:19:13.390Z Compiling usdt-attr-macro v0.6.0
16582026-03-20T17:19:13.919Z Compiling usdt-macro v0.6.0
16592026-03-20T17:19:14.014Z Compiling ed25519 v2.2.3
16602026-03-20T17:19:14.437Z Compiling dtrace-parser v0.2.0
16612026-03-20T17:19:14.866Z Compiling itertools v0.12.1
16622026-03-20T17:19:14.943Z Compiling phf_shared v0.11.3
16632026-03-20T17:19:15.056Z Compiling bstr v1.12.1
16642026-03-20T17:19:15.070Z Compiling pkcs1 v0.7.5
16652026-03-20T17:19:15.129Z Compiling hex v0.4.3
16662026-03-20T17:19:15.158Z Compiling serde-big-array v0.5.1
16672026-03-20T17:19:15.379Z Compiling rfc6979 v0.4.0
16682026-03-20T17:19:15.506Z Compiling serde_repr v0.1.20
16692026-03-20T17:19:15.535Z Compiling enum-as-inner v0.6.1
16702026-03-20T17:19:15.538Z Compiling strum_macros v0.26.4
16712026-03-20T17:19:15.638Z Compiling clap_derive v4.5.55
16722026-03-20T17:19:15.843Z Compiling float-cmp v0.10.0
16732026-03-20T17:19:16.039Z Compiling thread-id v4.2.2
16742026-03-20T17:19:16.147Z Compiling memmap2 v0.9.10
16752026-03-20T17:19:16.190Z Compiling env_filter v1.0.0
16762026-03-20T17:19:16.209Z Compiling encoding_rs v0.8.35
16772026-03-20T17:19:16.424Z Compiling jiff v0.2.21
16782026-03-20T17:19:16.556Z Compiling new_debug_unreachable v1.0.6
16792026-03-20T17:19:16.597Z Compiling precomputed-hash v0.1.1
16802026-03-20T17:19:16.646Z Compiling difflib v0.4.0
16812026-03-20T17:19:16.708Z Compiling keccak v0.1.6
16822026-03-20T17:19:17.411Z Compiling mime v0.3.17
16832026-03-20T17:19:17.746Z Compiling fixedbitset v0.5.7
16842026-03-20T17:19:17.809Z Compiling fixedbitset v0.4.2
16852026-03-20T17:19:17.828Z Compiling predicates-core v1.0.10
16862026-03-20T17:19:17.965Z Compiling rustc-hash v2.1.1
16872026-03-20T17:19:18.054Z Compiling data-encoding v2.10.0
16882026-03-20T17:19:18.057Z Compiling whoami v2.1.0
16892026-03-20T17:19:18.093Z Compiling unit-prefix v0.5.2
16902026-03-20T17:19:18.116Z Compiling normalize-line-endings v0.3.0
16912026-03-20T17:19:18.146Z Compiling static_assertions v1.1.0
16922026-03-20T17:19:18.233Z Compiling predicates v3.1.4
16932026-03-20T17:19:18.252Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-03-20T17:19:18.252Z Compiling indicatif v0.18.4
16952026-03-20T17:19:18.289Z Compiling iddqd v0.3.17
16962026-03-20T17:19:18.563Z Compiling hickory-proto v0.25.2
16972026-03-20T17:19:19.015Z Compiling tokio-postgres v0.7.16
16982026-03-20T17:19:19.115Z Compiling clap v4.5.60
16992026-03-20T17:19:19.217Z Compiling petgraph v0.8.3
17002026-03-20T17:19:19.439Z Compiling petgraph v0.6.5
17012026-03-20T17:19:19.838Z Compiling strum v0.26.3
17022026-03-20T17:19:20.001Z Compiling toml_edit v0.22.27
17032026-03-20T17:19:21.484Z Compiling zip v4.6.1
17042026-03-20T17:19:21.954Z Compiling sha3 v0.10.8
17052026-03-20T17:19:21.974Z Compiling string_cache v0.8.9
17062026-03-20T17:19:22.070Z Compiling zone v0.3.1
17072026-03-20T17:19:22.256Z Compiling env_logger v0.11.9
17082026-03-20T17:19:22.396Z Compiling usdt v0.6.0
17092026-03-20T17:19:22.544Z Compiling usdt-impl v0.5.0
17102026-03-20T17:19:22.722Z Compiling similar v2.7.0
17112026-03-20T17:19:22.741Z Compiling ecdsa v0.16.9
17122026-03-20T17:19:22.788Z Compiling serde_with v3.17.0
17132026-03-20T17:19:22.977Z Compiling rsa v0.9.10
17142026-03-20T17:19:23.251Z Compiling crossterm v0.28.1
17152026-03-20T17:19:23.307Z Compiling ed25519-dalek v2.2.0
17162026-03-20T17:19:23.882Z Compiling zip v0.6.6
17172026-03-20T17:19:24.655Z Compiling toml v0.7.8
17182026-03-20T17:19:25.205Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-03-20T17:19:25.217Z Compiling itertools v0.13.0
17202026-03-20T17:19:25.414Z Compiling tokio-stream v0.1.18
17212026-03-20T17:19:25.512Z Compiling buf-list v1.1.2
17222026-03-20T17:19:25.846Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-03-20T17:19:25.872Z Compiling x509-cert v0.2.5
17242026-03-20T17:19:26.059Z Compiling openapiv3 v2.2.0
17252026-03-20T17:19:26.103Z Compiling sha1 v0.10.6
17262026-03-20T17:19:26.245Z Compiling toml_datetime v0.7.5+spec-1.1.0
17272026-03-20T17:19:26.383Z Compiling lalrpop-util v0.19.12
17282026-03-20T17:19:26.624Z Compiling peg-runtime v0.8.5
17292026-03-20T17:19:26.646Z Compiling thread_local v1.1.9
17302026-03-20T17:19:26.964Z Compiling slog-async v2.8.0
17312026-03-20T17:19:26.988Z Compiling crossbeam-channel v0.5.15
17322026-03-20T17:19:27.007Z Compiling futures-executor v0.3.32
17332026-03-20T17:19:27.218Z Compiling filetime v0.2.27
17342026-03-20T17:19:27.338Z Compiling is-terminal v0.4.17
17352026-03-20T17:19:27.359Z Compiling take_mut v0.2.2
17362026-03-20T17:19:27.433Z Compiling xattr v1.6.1
17372026-03-20T17:19:27.455Z Compiling term v1.2.1
17382026-03-20T17:19:27.599Z Compiling tar v0.4.44
17392026-03-20T17:19:27.645Z Compiling futures v0.3.32
17402026-03-20T17:19:28.076Z Compiling slog-term v2.9.2
17412026-03-20T17:19:34.507Z Compiling rustls-webpki v0.103.9
17422026-03-20T17:19:38.551Z Compiling tokio-rustls v0.26.4
17432026-03-20T17:19:38.551Z Compiling rustls-platform-verifier v0.6.2
17442026-03-20T17:19:38.808Z Compiling hyper-rustls v0.27.7
17452026-03-20T17:19:39.102Z Compiling reqwest v0.13.2
17462026-03-20T17:19:39.110Z Compiling reqwest v0.12.28
17472026-03-20T17:19:42.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17482026-03-20T17:19:42.382Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17492026-03-20T17:19:46.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17502026-03-20T17:19:46.346Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17512026-03-20T17:19:46.407ZMar 20 17:19:45.447 INFO Starting download, target: Console
17522026-03-20T17:19:46.407ZMar 20 17:19:45.448 INFO Starting download, target: MaghemiteMgd
17532026-03-20T17:19:46.407ZMar 20 17:19:45.448 INFO Starting download, target: DendriteStub
17542026-03-20T17:19:46.407ZMar 20 17:19:45.448 INFO Starting download, target: TransceiverControl
17552026-03-20T17:19:46.407ZMar 20 17:19:45.448 INFO Starting download, target: Cockroach
17562026-03-20T17:19:46.410ZMar 20 17:19:45.448 INFO Starting download, target: Clickhouse
17572026-03-20T17:19:46.410ZMar 20 17:19:45.448 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-03-20T17:19:46.411ZMar 20 17:19:45.448 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-03-20T17:19:46.411ZMar 20 17:19:45.448 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17602026-03-20T17:19:46.411ZMar 20 17:19:45.448 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-20T17:19:46.411ZMar 20 17:19:45.448 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-03-20T17:19:46.411ZMar 20 17:19:45.448 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17632026-03-20T17:19:46.876ZMar 20 17:19:45.906 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17642026-03-20T17:19:47.220ZMar 20 17:19:46.250 INFO Download complete, target: TransceiverControl
17652026-03-20T17:19:47.481ZMar 20 17:19:46.521 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-20T17:19:47.877ZMar 20 17:19:46.914 INFO Download complete, target: Console
17672026-03-20T17:19:48.014ZMar 20 17:19:47.055 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-03-20T17:19:48.195ZMar 20 17:19:47.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17692026-03-20T17:19:48.679ZMar 20 17:19:47.720 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-03-20T17:19:49.006ZMar 20 17:19:48.047 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-03-20T17:19:49.006ZMar 20 17:19:48.047 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-03-20T17:19:51.634ZMar 20 17:19:50.674 INFO Download complete, target: DendriteStub
17732026-03-20T17:19:51.817ZMar 20 17:19:50.857 INFO Download complete, target: MaghemiteMgd
17742026-03-20T17:19:56.796ZMar 20 17:19:55.836 INFO Checking that binary works, target: Cockroach
17752026-03-20T17:19:56.910ZMar 20 17:19:55.950 INFO Download complete, target: Cockroach
17762026-03-20T17:19:59.856ZMar 20 17:19:58.895 INFO Checking that binary works, target: Clickhouse
17772026-03-20T17:20:00.020ZMar 20 17:19:59.055 INFO Download complete, target: Clickhouse
17782026-03-20T17:20:00.038ZAll builder prerequisites installed successfully, and PATH looks valid
17792026-03-20T17:20:00.042Z
17802026-03-20T17:20:00.042Zreal 3:55.436395660
17812026-03-20T17:20:00.042Zuser 10:21.884045055
17822026-03-20T17:20:00.042Zsys 1:47.163939459
17832026-03-20T17:20:00.042Ztrap 0.324483918
17842026-03-20T17:20:00.042Ztflt 0.612208789
17852026-03-20T17:20:00.042Zdflt 0.606627427
17862026-03-20T17:20:00.042Zkflt 0.019605801
17872026-03-20T17:20:00.042Zlock 30:50.494101951
17882026-03-20T17:20:00.042Zslp 29:06.049844723
17892026-03-20T17:20:00.042Zlat 56.642217103
17902026-03-20T17:20:00.042Zstop 2:38.279085690
17912026-03-20T17:20:00.042Z+ banner hack-check
17922026-03-20T17:20:00.042Z
17932026-03-20T17:20:00.042Z # # ## #### # # #### # # ###### #### # #
17942026-03-20T17:20:00.042Z # # # # # # # # # # # # # # # # #
17952026-03-20T17:20:00.042Z ###### # # # #### ##### # ###### ##### # ####
17962026-03-20T17:20:00.042Z # # ###### # # # # # # # # # #
17972026-03-20T17:20:00.042Z # # # # # # # # # # # # # # # # #
17982026-03-20T17:20:00.042Z # # # # #### # # #### # # ###### #### # #
17992026-03-20T17:20:00.042Z
18002026-03-20T17:20:00.042Z+ export CARGO_INCREMENTAL=0
18012026-03-20T17:20:00.043Z+ CARGO_INCREMENTAL=0
18022026-03-20T17:20:00.043Z+ ptime -m timeout 2h cargo xtask check-features --ci
18032026-03-20T17:20:00.733Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18042026-03-20T17:20:01.009Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18052026-03-20T17:20:03.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
18062026-03-20T17:20:03.586Z Running `target/debug/xtask check-features --ci`
18072026-03-20T17:20:03.616Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18082026-03-20T17:20:03.619Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18092026-03-20T17:20:04.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18102026-03-20T17:20:04.268Z Running `target/debug/xtask download cargo-hack`
18112026-03-20T17:20:05.286Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18122026-03-20T17:20:05.668Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18132026-03-20T17:20:08.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s
18142026-03-20T17:20:09.130Z Running `target/debug/xtask-downloader cargo-hack`
18152026-03-20T17:20:09.176ZMar 20 17:20:08.211 INFO Starting download, target: CargoHack
18162026-03-20T17:20:09.180ZMar 20 17:20:08.212 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18172026-03-20T17:20:09.675ZMar 20 17:20:08.713 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18182026-03-20T17:20:09.758ZMar 20 17:20:08.794 INFO Download complete, target: CargoHack
18192026-03-20T17:20:09.763Zrunning: "/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"
18202026-03-20T17:20:09.777Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18212026-03-20T17:20:09.978Zinfo: running `cargo check --bins` on api_identity (1/259)
18222026-03-20T17:20:10.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-03-20T17:20:10.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-03-20T17:20:10.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-03-20T17:20:10.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18262026-03-20T17:20:10.739Z
18272026-03-20T17:20:10.739Zinfo: running `cargo check --bins` on bootstore (2/259)
18282026-03-20T17:20:11.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-03-20T17:20:11.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-03-20T17:20:11.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-03-20T17:20:11.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18322026-03-20T17:20:11.490Z
18332026-03-20T17:20:11.490Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18342026-03-20T17:20:12.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-03-20T17:20:12.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-03-20T17:20:12.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-03-20T17:20:12.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18382026-03-20T17:20:12.240Z
18392026-03-20T17:20:12.240Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18402026-03-20T17:20:12.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-03-20T17:20:12.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-03-20T17:20:12.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-03-20T17:20:12.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18442026-03-20T17:20:12.989Z
18452026-03-20T17:20:12.989Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18462026-03-20T17:20:13.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-03-20T17:20:13.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-03-20T17:20:13.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-03-20T17:20:13.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18502026-03-20T17:20:13.746Z
18512026-03-20T17:20:13.746Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18522026-03-20T17:20:14.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-03-20T17:20:14.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-03-20T17:20:14.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-03-20T17:20:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18562026-03-20T17:20:14.509Z
18572026-03-20T17:20:14.509Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18582026-03-20T17:20:15.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-03-20T17:20:15.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-03-20T17:20:15.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-03-20T17:20:15.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18622026-03-20T17:20:15.276Z
18632026-03-20T17:20:15.276Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18642026-03-20T17:20:15.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-03-20T17:20:15.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-03-20T17:20:15.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-03-20T17:20:15.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18682026-03-20T17:20:16.042Z
18692026-03-20T17:20:16.042Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18702026-03-20T17:20:16.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-03-20T17:20:16.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-03-20T17:20:16.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-03-20T17:20:16.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18742026-03-20T17:20:16.641Z
18752026-03-20T17:20:16.641Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18762026-03-20T17:20:17.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-03-20T17:20:17.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-03-20T17:20:17.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-03-20T17:20:17.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18802026-03-20T17:20:17.241Z
18812026-03-20T17:20:17.241Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18822026-03-20T17:20:17.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-03-20T17:20:17.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-03-20T17:20:17.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-03-20T17:20:17.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18862026-03-20T17:20:17.838Z
18872026-03-20T17:20:17.838Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18882026-03-20T17:20:18.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-03-20T17:20:18.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-03-20T17:20:18.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-03-20T17:20:18.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18922026-03-20T17:20:18.437Z
18932026-03-20T17:20:18.437Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18942026-03-20T17:20:18.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-03-20T17:20:18.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-03-20T17:20:18.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-03-20T17:20:18.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18982026-03-20T17:20:19.040Z
18992026-03-20T17:20:19.040Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19002026-03-20T17:20:19.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-03-20T17:20:19.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-03-20T17:20:19.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-03-20T17:20:19.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19042026-03-20T17:20:19.642Z
19052026-03-20T17:20:19.643Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19062026-03-20T17:20:20.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-03-20T17:20:20.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-03-20T17:20:20.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-03-20T17:20:20.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19102026-03-20T17:20:20.241Z
19112026-03-20T17:20:20.241Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19122026-03-20T17:20:20.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-03-20T17:20:20.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-03-20T17:20:20.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-03-20T17:20:20.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19162026-03-20T17:20:20.838Z
19172026-03-20T17:20:20.838Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19182026-03-20T17:20:21.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-03-20T17:20:21.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-03-20T17:20:21.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-03-20T17:20:21.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19222026-03-20T17:20:21.435Z
19232026-03-20T17:20:21.435Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19242026-03-20T17:20:21.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-03-20T17:20:21.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-03-20T17:20:21.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-03-20T17:20:21.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19282026-03-20T17:20:22.036Z
19292026-03-20T17:20:22.036Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19302026-03-20T17:20:22.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-03-20T17:20:22.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-03-20T17:20:22.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-03-20T17:20:22.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19342026-03-20T17:20:22.637Z
19352026-03-20T17:20:22.637Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19362026-03-20T17:20:23.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-03-20T17:20:23.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-03-20T17:20:23.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-03-20T17:20:23.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19402026-03-20T17:20:23.241Z
19412026-03-20T17:20:23.241Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19422026-03-20T17:20:23.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-03-20T17:20:23.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-03-20T17:20:23.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-03-20T17:20:23.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19462026-03-20T17:20:23.842Z
19472026-03-20T17:20:23.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19482026-03-20T17:20:24.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-03-20T17:20:24.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-03-20T17:20:24.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-03-20T17:20:24.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19522026-03-20T17:20:24.442Z
19532026-03-20T17:20:24.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19542026-03-20T17:20:24.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-03-20T17:20:24.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-03-20T17:20:24.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-03-20T17:20:24.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19582026-03-20T17:20:25.037Z
19592026-03-20T17:20:25.037Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19602026-03-20T17:20:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-03-20T17:20:25.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-03-20T17:20:25.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-03-20T17:20:25.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19642026-03-20T17:20:25.638Z
19652026-03-20T17:20:25.638Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19662026-03-20T17:20:26.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-03-20T17:20:26.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-03-20T17:20:26.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-03-20T17:20:26.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19702026-03-20T17:20:26.260Z
19712026-03-20T17:20:26.260Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19722026-03-20T17:20:26.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-03-20T17:20:26.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-03-20T17:20:26.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-03-20T17:20:26.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19762026-03-20T17:20:26.841Z
19772026-03-20T17:20:26.841Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19782026-03-20T17:20:27.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-03-20T17:20:27.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-03-20T17:20:27.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-03-20T17:20:27.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19822026-03-20T17:20:27.439Z
19832026-03-20T17:20:27.439Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19842026-03-20T17:20:27.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-03-20T17:20:27.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-03-20T17:20:27.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-03-20T17:20:27.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19882026-03-20T17:20:28.036Z
19892026-03-20T17:20:28.036Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19902026-03-20T17:20:28.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-03-20T17:20:28.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-03-20T17:20:28.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-03-20T17:20:28.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19942026-03-20T17:20:28.632Z
19952026-03-20T17:20:28.632Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
19962026-03-20T17:20:29.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-03-20T17:20:29.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-03-20T17:20:29.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-03-20T17:20:29.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20002026-03-20T17:20:29.228Z
20012026-03-20T17:20:29.228Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20022026-03-20T17:20:29.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-03-20T17:20:29.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-03-20T17:20:29.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-03-20T17:20:29.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20062026-03-20T17:20:29.820Z
20072026-03-20T17:20:29.820Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20082026-03-20T17:20:30.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-03-20T17:20:30.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-03-20T17:20:30.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-03-20T17:20:30.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20122026-03-20T17:20:30.411Z
20132026-03-20T17:20:30.411Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20142026-03-20T17:20:30.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-03-20T17:20:30.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-03-20T17:20:30.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-03-20T17:20:30.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20182026-03-20T17:20:31.007Z
20192026-03-20T17:20:31.007Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20202026-03-20T17:20:31.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-03-20T17:20:31.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-03-20T17:20:31.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-03-20T17:20:31.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20242026-03-20T17:20:31.599Z
20252026-03-20T17:20:31.599Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20262026-03-20T17:20:32.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-03-20T17:20:32.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-03-20T17:20:32.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-03-20T17:20:32.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20302026-03-20T17:20:32.188Z
20312026-03-20T17:20:32.188Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20322026-03-20T17:20:32.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-03-20T17:20:32.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-03-20T17:20:32.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-03-20T17:20:32.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20362026-03-20T17:20:32.782Z
20372026-03-20T17:20:32.782Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20382026-03-20T17:20:33.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-03-20T17:20:33.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-03-20T17:20:33.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-03-20T17:20:33.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20422026-03-20T17:20:33.382Z
20432026-03-20T17:20:33.382Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20442026-03-20T17:20:33.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-03-20T17:20:33.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-03-20T17:20:33.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-03-20T17:20:33.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20482026-03-20T17:20:33.979Z
20492026-03-20T17:20:33.979Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20502026-03-20T17:20:34.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-03-20T17:20:34.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-03-20T17:20:34.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-03-20T17:20:34.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20542026-03-20T17:20:34.580Z
20552026-03-20T17:20:34.580Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20562026-03-20T17:20:35.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-03-20T17:20:35.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-03-20T17:20:35.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-03-20T17:20:35.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20602026-03-20T17:20:35.181Z
20612026-03-20T17:20:35.181Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20622026-03-20T17:20:35.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-03-20T17:20:35.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-03-20T17:20:35.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-03-20T17:20:35.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20662026-03-20T17:20:35.776Z
20672026-03-20T17:20:35.776Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20682026-03-20T17:20:36.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-03-20T17:20:36.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-03-20T17:20:36.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-03-20T17:20:36.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20722026-03-20T17:20:36.373Z
20732026-03-20T17:20:36.373Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20742026-03-20T17:20:36.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-03-20T17:20:36.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-03-20T17:20:36.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-03-20T17:20:36.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20782026-03-20T17:20:36.969Z
20792026-03-20T17:20:36.969Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20802026-03-20T17:20:37.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-03-20T17:20:37.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-03-20T17:20:37.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-03-20T17:20:37.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20842026-03-20T17:20:37.570Z
20852026-03-20T17:20:37.570Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20862026-03-20T17:20:38.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-03-20T17:20:38.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-03-20T17:20:38.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-03-20T17:20:38.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20902026-03-20T17:20:38.169Z
20912026-03-20T17:20:38.169Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20922026-03-20T17:20:38.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-03-20T17:20:38.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-03-20T17:20:38.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-03-20T17:20:38.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20962026-03-20T17:20:38.772Z
20972026-03-20T17:20:38.772Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
20982026-03-20T17:20:39.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-03-20T17:20:39.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-03-20T17:20:39.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-03-20T17:20:39.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21022026-03-20T17:20:39.370Z
21032026-03-20T17:20:39.370Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21042026-03-20T17:20:39.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-03-20T17:20:39.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-03-20T17:20:39.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-03-20T17:20:39.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-03-20T17:20:39.973Z
21092026-03-20T17:20:39.973Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21102026-03-20T17:20:40.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-03-20T17:20:40.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-03-20T17:20:41.045Z Checking cfg-if v1.0.4
21132026-03-20T17:20:41.202Z Checking libc v0.2.180
21142026-03-20T17:20:41.206Z Checking serde_core v1.0.228
21152026-03-20T17:20:41.239Z Checking memchr v2.8.0
21162026-03-20T17:20:41.256Z Checking itoa v1.0.17
21172026-03-20T17:20:41.260Z Checking smallvec v1.15.1
21182026-03-20T17:20:41.291Z Checking log v0.4.29
21192026-03-20T17:20:41.296Z Checking zeroize v1.8.2
21202026-03-20T17:20:41.331Z Checking stable_deref_trait v1.2.1
21212026-03-20T17:20:41.427Z Checking zerofrom v0.1.6
21222026-03-20T17:20:41.447Z Checking zmij v1.0.21
21232026-03-20T17:20:41.501Z Checking scopeguard v1.2.0
21242026-03-20T17:20:41.521Z Checking subtle v2.6.1
21252026-03-20T17:20:41.540Z Checking percent-encoding v2.3.2
21262026-03-20T17:20:41.574Z Checking yoke v0.8.1
21272026-03-20T17:20:41.627Z Checking lock_api v0.4.14
21282026-03-20T17:20:41.709Z Checking writeable v0.6.2
21292026-03-20T17:20:41.728Z Checking litemap v0.8.1
21302026-03-20T17:20:41.746Z Checking libm v0.2.16
21312026-03-20T17:20:41.766Z Checking icu_properties_data v2.1.2
21322026-03-20T17:20:41.788Z Checking zerovec v0.11.5
21332026-03-20T17:20:41.806Z Checking getrandom v0.2.17
21342026-03-20T17:20:41.891Z Checking errno v0.3.14
21352026-03-20T17:20:41.910Z Checking zerotrie v0.2.3
21362026-03-20T17:20:41.931Z Checking icu_normalizer_data v2.1.1
21372026-03-20T17:20:41.952Z Checking pin-project-lite v0.2.17
21382026-03-20T17:20:41.989Z Checking rand_core v0.6.4
21392026-03-20T17:20:42.020Z Checking utf8_iter v1.0.4
21402026-03-20T17:20:42.041Z Checking form_urlencoded v1.2.2
21412026-03-20T17:20:42.060Z Checking typenum v1.19.0
21422026-03-20T17:20:42.171Z Checking portable-atomic v1.13.1
21432026-03-20T17:20:42.199Z Checking critical-section v1.2.0
21442026-03-20T17:20:42.220Z Checking rand_core v0.10.0
21452026-03-20T17:20:42.239Z Checking signal-hook-registry v1.4.8
21462026-03-20T17:20:42.325Z Checking parking_lot_core v0.9.12
21472026-03-20T17:20:42.385Z Checking tinystr v0.8.2
21482026-03-20T17:20:42.403Z Checking potential_utf v0.1.4
21492026-03-20T17:20:42.444Z Checking getrandom v0.4.1
21502026-03-20T17:20:42.564Z Checking icu_collections v2.1.1
21512026-03-20T17:20:42.584Z Checking parking_lot v0.12.5
21522026-03-20T17:20:42.609Z Checking icu_locale_core v2.1.1
21532026-03-20T17:20:42.628Z Checking mio v1.1.1
21542026-03-20T17:20:42.713Z Checking num-traits v0.2.19
21552026-03-20T17:20:42.743Z Checking once_cell v1.21.3
21562026-03-20T17:20:42.763Z Checking generic-array v0.14.7
21572026-03-20T17:20:42.822Z Checking socket2 v0.6.2
21582026-03-20T17:20:42.970Z Checking zerocopy v0.8.40
21592026-03-20T17:20:42.991Z Checking iana-time-zone v0.1.65
21602026-03-20T17:20:43.019Z Checking futures-core v0.3.32
21612026-03-20T17:20:43.129Z Checking allocator-api2 v0.2.21
21622026-03-20T17:20:43.153Z Checking equivalent v1.0.2
21632026-03-20T17:20:43.179Z Checking const-oid v0.9.6
21642026-03-20T17:20:43.260Z Checking foldhash v0.2.0
21652026-03-20T17:20:43.358Z Checking serde v1.0.228
21662026-03-20T17:20:43.378Z Checking serde_json v1.0.149
21672026-03-20T17:20:43.417Z Checking icu_provider v2.1.1
21682026-03-20T17:20:43.454Z Checking bitflags v2.11.0
21692026-03-20T17:20:43.510Z Checking crypto-common v0.1.7
21702026-03-20T17:20:43.530Z Checking uuid v1.21.0
21712026-03-20T17:20:43.664Z Checking hashbrown v0.16.1
21722026-03-20T17:20:43.687Z Checking dyn-clone v1.0.20
21732026-03-20T17:20:43.725Z Checking icu_properties v2.1.2
21742026-03-20T17:20:43.811Z Checking icu_normalizer v2.1.1
21752026-03-20T17:20:43.926Z Checking bytes v1.11.1
21762026-03-20T17:20:43.946Z Checking chrono v0.4.44
21772026-03-20T17:20:44.190Z Checking futures-sink v0.3.32
21782026-03-20T17:20:44.215Z Checking block-buffer v0.10.4
21792026-03-20T17:20:44.313Z Checking futures-channel v0.3.32
21802026-03-20T17:20:44.317Z Checking semver v1.0.27
21812026-03-20T17:20:44.351Z Checking slab v0.4.12
21822026-03-20T17:20:44.384Z Checking futures-io v0.3.32
21832026-03-20T17:20:44.527Z Checking tokio v1.49.0
21842026-03-20T17:20:44.547Z Checking futures-task v0.3.32
21852026-03-20T17:20:44.567Z Checking digest v0.10.7
21862026-03-20T17:20:44.590Z Checking thiserror v2.0.18
21872026-03-20T17:20:44.607Z Checking byteorder v1.5.0
21882026-03-20T17:20:44.714Z Checking indexmap v2.13.0
21892026-03-20T17:20:44.733Z Checking futures-util v0.3.32
21902026-03-20T17:20:44.819Z Checking cpufeatures v0.2.17
21912026-03-20T17:20:44.881Z Checking http v1.4.0
21922026-03-20T17:20:44.898Z Checking idna_adapter v1.2.1
21932026-03-20T17:20:44.920Z Checking fnv v1.0.7
21942026-03-20T17:20:45.035Z Checking unicode-ident v1.0.24
21952026-03-20T17:20:45.053Z Checking idna v1.1.0
21962026-03-20T17:20:45.109Z Checking base64 v0.22.1
21972026-03-20T17:20:45.172Z Checking tracing-core v0.1.36
21982026-03-20T17:20:45.367Z Checking url v2.5.8
21992026-03-20T17:20:45.412Z Checking proc-macro2 v1.0.106
22002026-03-20T17:20:45.502Z Checking rustls-pki-types v1.14.0
22012026-03-20T17:20:45.579Z Checking tracing v0.1.44
22022026-03-20T17:20:45.642Z Checking regex-syntax v0.8.10
22032026-03-20T17:20:45.828Z Checking quote v1.0.44
22042026-03-20T17:20:45.852Z Checking untrusted v0.9.0
22052026-03-20T17:20:45.889Z Checking thiserror v1.0.69
22062026-03-20T17:20:45.928Z Checking schemars v0.8.22
22072026-03-20T17:20:45.987Z Checking ring v0.17.14
22082026-03-20T17:20:46.018Z Checking ipnet v2.11.0
22092026-03-20T17:20:46.052Z Checking syn v2.0.117
22102026-03-20T17:20:46.361Z Checking httparse v1.10.1
22112026-03-20T17:20:46.633Z Checking http-body v1.0.1
22122026-03-20T17:20:46.804Z Checking rustix v1.1.3
22132026-03-20T17:20:46.825Z Checking block-padding v0.3.3
22142026-03-20T17:20:46.949Z Checking ppv-lite86 v0.2.21
22152026-03-20T17:20:46.990Z Checking getrandom v0.3.4
22162026-03-20T17:20:47.181Z Checking atomic-waker v1.1.2
22172026-03-20T17:20:47.310Z Checking inout v0.1.4
22182026-03-20T17:20:47.336Z Checking hmac v0.12.1
22192026-03-20T17:20:47.360Z Checking aws-lc-sys v0.37.1
22202026-03-20T17:20:47.377Z Checking aho-corasick v1.1.4
22212026-03-20T17:20:47.460Z Checking powerfmt v0.2.0
22222026-03-20T17:20:47.489Z Checking tower-layer v0.3.3
22232026-03-20T17:20:47.508Z Checking untrusted v0.7.1
22242026-03-20T17:20:47.651Z Checking tower-service v0.3.3
22252026-03-20T17:20:47.669Z Checking httpdate v1.0.3
22262026-03-20T17:20:47.687Z Checking try-lock v0.2.5
22272026-03-20T17:20:47.760Z Checking openssl-probe v0.2.1
22282026-03-20T17:20:47.808Z Checking want v0.3.1
22292026-03-20T17:20:47.854Z Checking deranged v0.5.8
22302026-03-20T17:20:47.891Z Checking cipher v0.4.4
22312026-03-20T17:20:47.974Z Checking rand_core v0.9.5
22322026-03-20T17:20:47.997Z Checking pin-utils v0.1.0
22332026-03-20T17:20:48.078Z Checking aws-lc-rs v1.16.0
22342026-03-20T17:20:48.097Z Checking time-core v0.1.8
22352026-03-20T17:20:48.184Z Checking num_threads v0.1.7
22362026-03-20T17:20:48.206Z Checking num-conv v0.2.0
22372026-03-20T17:20:48.286Z Checking base64ct v1.8.3
22382026-03-20T17:20:48.309Z Checking sha2 v0.10.9
22392026-03-20T17:20:48.334Z Checking regex-automata v0.4.14
22402026-03-20T17:20:48.361Z Checking erased-serde v0.3.31
22412026-03-20T17:20:48.601Z Checking pretty-hex v0.4.1
22422026-03-20T17:20:48.669Z Checking rand_chacha v0.9.0
22432026-03-20T17:20:48.751Z Checking fastrand v2.3.0
22442026-03-20T17:20:48.795Z Checking tokio-util v0.7.18
22452026-03-20T17:20:48.926Z Checking ryu v1.0.23
22462026-03-20T17:20:48.945Z Checking slog v2.8.2
22472026-03-20T17:20:48.987Z Checking rand v0.9.2
22482026-03-20T17:20:49.101Z Checking pem-rfc7468 v0.7.0
22492026-03-20T17:20:49.155Z Checking time v0.3.47
22502026-03-20T17:20:49.237Z Checking rustls-webpki v0.103.9
22512026-03-20T17:20:49.306Z Checking rustls-native-certs v0.8.3
22522026-03-20T17:20:49.327Z Checking ipnetwork v0.21.1
22532026-03-20T17:20:49.346Z Checking http-body-util v0.1.3
22542026-03-20T17:20:49.470Z Checking sync_wrapper v1.0.2
22552026-03-20T17:20:49.602Z Checking spin v0.9.8
22562026-03-20T17:20:49.624Z Checking h2 v0.4.13
22572026-03-20T17:20:49.624Z Checking flagset v0.4.7
22582026-03-20T17:20:49.662Z Checking plain v0.2.3
22592026-03-20T17:20:49.687Z Checking tower v0.5.3
22602026-03-20T17:20:49.777Z Checking der v0.7.10
22612026-03-20T17:20:49.797Z Checking rustls v0.23.37
22622026-03-20T17:20:49.817Z Checking serde_urlencoded v0.7.1
22632026-03-20T17:20:49.841Z Checking rand_chacha v0.3.1
22642026-03-20T17:20:50.093Z Checking webpki-roots v1.0.6
22652026-03-20T17:20:50.118Z Checking iri-string v0.7.10
22662026-03-20T17:20:50.214Z Checking ucd-trie v0.1.7
22672026-03-20T17:20:50.244Z Checking tinyvec_macros v0.1.1
22682026-03-20T17:20:50.334Z Checking tinyvec v1.10.0
22692026-03-20T17:20:50.386Z Checking pest v2.8.6
22702026-03-20T17:20:50.703Z Checking rand v0.8.5
22712026-03-20T17:20:50.759Z Checking tempfile v3.25.0
22722026-03-20T17:20:50.780Z Checking spki v0.7.3
22732026-03-20T17:20:50.871Z Checking salsa20 v0.10.2
22742026-03-20T17:20:50.992Z Checking pbkdf2 v0.12.2
22752026-03-20T17:20:51.019Z Checking foreign-types-shared v0.1.1
22762026-03-20T17:20:51.046Z Checking unicode-width v0.2.0
22772026-03-20T17:20:51.130Z Checking foreign-types v0.3.2
22782026-03-20T17:20:51.130Z Checking scrypt v0.11.0
22792026-03-20T17:20:51.236Z Checking regex v1.12.3
22802026-03-20T17:20:51.305Z Checking cbc v0.1.2
22812026-03-20T17:20:51.359Z Checking aes v0.8.4
22822026-03-20T17:20:51.414Z Checking anyhow v1.0.102
22832026-03-20T17:20:51.467Z Checking openssl-sys v0.9.111
22842026-03-20T17:20:51.568Z Checking tower-http v0.6.8
22852026-03-20T17:20:51.612Z Checking crossbeam-utils v0.8.21
22862026-03-20T17:20:51.671Z Checking oxnet v0.1.4
22872026-03-20T17:20:51.841Z Checking mime v0.3.17
22882026-03-20T17:20:51.897Z Checking pkcs5 v0.7.1
22892026-03-20T17:20:51.936Z Checking openapiv3 v2.2.0
22902026-03-20T17:20:51.976Z Checking scroll v0.12.0
22912026-03-20T17:20:52.071Z Checking encoding_rs v0.8.35
22922026-03-20T17:20:52.091Z Checking winnow v0.7.14
22932026-03-20T17:20:52.111Z Checking openssl v0.10.75
22942026-03-20T17:20:52.234Z Checking pkcs8 v0.10.2
22952026-03-20T17:20:52.283Z Checking data-encoding v2.10.0
22962026-03-20T17:20:52.469Z Checking siphasher v1.0.2
22972026-03-20T17:20:52.649Z Checking goblin v0.8.2
22982026-03-20T17:20:52.679Z Checking lazy_static v1.5.0
22992026-03-20T17:20:52.790Z Checking zerocopy v0.7.35
23002026-03-20T17:20:53.045Z Checking tokio-rustls v0.26.4
23012026-03-20T17:20:53.277Z Checking hyper v1.8.1
23022026-03-20T17:20:53.350Z Checking wait-timeout v0.2.1
23032026-03-20T17:20:53.374Z Checking either v1.15.0
23042026-03-20T17:20:53.502Z Checking quick-error v1.2.3
23052026-03-20T17:20:53.505Z Checking anstyle v1.0.13
23062026-03-20T17:20:53.620Z Checking managed v0.8.0
23072026-03-20T17:20:53.639Z Checking bitflags v1.3.2
23082026-03-20T17:20:53.728Z Checking utf8parse v0.2.2
23092026-03-20T17:20:53.748Z Checking psl-types v2.0.11
23102026-03-20T17:20:53.766Z Checking bit-vec v0.8.0
23112026-03-20T17:20:53.770Z Checking rusty-fork v0.3.1
23122026-03-20T17:20:53.853Z Checking anstyle-parse v0.2.7
23132026-03-20T17:20:53.873Z Checking dtrace-parser v0.2.0
23142026-03-20T17:20:53.893Z Checking publicsuffix v2.3.0
23152026-03-20T17:20:53.995Z Checking unicode-normalization v0.1.25
23162026-03-20T17:20:54.020Z Checking bit-set v0.8.0
23172026-03-20T17:20:54.046Z Checking cookie v0.18.1
23182026-03-20T17:20:54.091Z Checking rand_xorshift v0.4.0
23192026-03-20T17:20:54.181Z Checking sha1 v0.10.6
23202026-03-20T17:20:54.207Z Checking thread-id v4.2.2
23212026-03-20T17:20:54.241Z Checking colorchoice v1.0.4
23222026-03-20T17:20:54.307Z Checking is_terminal_polyfill v1.70.2
23232026-03-20T17:20:54.352Z Checking unarray v0.1.4
23242026-03-20T17:20:54.371Z Checking anstyle-query v1.1.5
23252026-03-20T17:20:54.391Z Checking cookie_store v0.22.1
23262026-03-20T17:20:54.415Z Checking rustls-platform-verifier v0.6.2
23272026-03-20T17:20:54.483Z Checking proptest v1.10.0
23282026-03-20T17:20:54.488Z Checking anstream v0.6.21
23292026-03-20T17:20:54.524Z Checking crossbeam-epoch v0.9.18
23302026-03-20T17:20:54.527Z Checking hyper-util v0.1.20
23312026-03-20T17:20:54.585Z Checking terminal_size v0.4.3
23322026-03-20T17:20:54.727Z Checking scroll v0.13.0
23332026-03-20T17:20:54.767Z Checking hex v0.4.3
23342026-03-20T17:20:54.816Z Checking num-integer v0.1.46
23352026-03-20T17:20:54.837Z Checking simd-adler32 v0.3.8
23362026-03-20T17:20:54.922Z Checking native-tls v0.2.18
23372026-03-20T17:20:55.036Z Checking goblin v0.10.5
23382026-03-20T17:20:55.061Z Checking crossbeam-deque v0.8.6
23392026-03-20T17:20:55.081Z Checking bstr v1.12.1
23402026-03-20T17:20:55.117Z Checking ref-cast v1.0.25
23412026-03-20T17:20:55.155Z Checking tokio-native-tls v0.3.1
23422026-03-20T17:20:55.240Z Checking rustix v0.38.44
23432026-03-20T17:20:55.289Z Checking camino v1.2.2
23442026-03-20T17:20:55.349Z Checking crc32fast v1.5.0
23452026-03-20T17:20:55.369Z Checking dof v0.3.0
23462026-03-20T17:20:55.527Z Checking signature v2.2.0
23472026-03-20T17:20:55.622Z Checking serde_spanned v0.6.9
23482026-03-20T17:20:55.643Z Checking toml_datetime v0.6.11
23492026-03-20T17:20:55.690Z Checking ff v0.13.1
23502026-03-20T17:20:55.736Z Checking usdt-impl v0.5.0
23512026-03-20T17:20:55.783Z Checking adler2 v2.0.1
23522026-03-20T17:20:55.854Z Checking clap_lex v1.0.0
23532026-03-20T17:20:55.876Z Checking base16ct v0.2.0
23542026-03-20T17:20:55.921Z Checking unicode-properties v0.1.4
23552026-03-20T17:20:56.037Z Checking unicode-bidi v0.3.18
23562026-03-20T17:20:56.055Z Checking strsim v0.11.1
23572026-03-20T17:20:56.093Z Checking sec1 v0.7.3
23582026-03-20T17:20:56.165Z Checking miniz_oxide v0.8.9
23592026-03-20T17:20:56.204Z Checking hyper-rustls v0.27.7
23602026-03-20T17:20:56.261Z Checking hyper-tls v0.6.0
23612026-03-20T17:20:56.359Z Checking clap_builder v4.5.60
23622026-03-20T17:20:56.383Z Checking group v0.13.0
23632026-03-20T17:20:56.425Z Checking stringprep v0.1.5
23642026-03-20T17:20:56.468Z Checking reqwest v0.13.2
23652026-03-20T17:20:56.488Z Checking reqwest v0.12.28
23662026-03-20T17:20:56.572Z Checking rayon-core v1.13.0
23672026-03-20T17:20:56.619Z Checking num-iter v0.1.45
23682026-03-20T17:20:56.638Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-20T17:20:56.760Z Checking dtrace-parser v0.3.0
23702026-03-20T17:20:56.971Z Checking newtype-uuid v1.3.2
23712026-03-20T17:20:56.993Z Checking hkdf v0.12.4
23722026-03-20T17:20:57.074Z Checking strum v0.26.3
23732026-03-20T17:20:57.077Z Checking zstd-sys v2.0.16+zstd.1.5.7
23742026-03-20T17:20:57.159Z Checking hash32 v0.2.1
23752026-03-20T17:20:57.211Z Checking md-5 v0.10.6
23762026-03-20T17:20:57.236Z Checking crypto-bigint v0.5.5
23772026-03-20T17:20:57.240Z Checking daft v0.1.5
23782026-03-20T17:20:57.366Z Checking toml_datetime v0.7.5+spec-1.1.0
23792026-03-20T17:20:57.386Z Checking thread-id v5.1.0
23802026-03-20T17:20:57.487Z Checking fallible-iterator v0.2.0
23812026-03-20T17:20:57.578Z Checking zlib-rs v0.6.2
23822026-03-20T17:20:57.607Z Checking unicode-segmentation v1.12.0
23832026-03-20T17:20:57.629Z Checking heapless v0.7.17
23842026-03-20T17:20:57.632Z Checking zstd-safe v7.2.4
23852026-03-20T17:20:57.851Z Checking postgres-protocol v0.6.10
23862026-03-20T17:20:57.871Z Checking rayon v1.11.0
23872026-03-20T17:20:58.024Z Checking itertools v0.12.1
23882026-03-20T17:20:58.076Z Checking clap v4.5.60
23892026-03-20T17:20:58.177Z Checking phf_shared v0.13.1
23902026-03-20T17:20:58.214Z Checking console v0.16.2
23912026-03-20T17:20:58.279Z Checking dof v0.4.0
23922026-03-20T17:20:58.298Z Checking curve25519-dalek v4.1.3
23932026-03-20T17:20:58.446Z Checking memoffset v0.9.1
23942026-03-20T17:20:58.547Z Checking bzip2-sys v0.1.13+1.0.8
23952026-03-20T17:20:58.568Z Checking elliptic-curve v0.13.8
23962026-03-20T17:20:58.600Z Checking signal-hook v0.3.18
23972026-03-20T17:20:58.655Z Checking memmap2 v0.9.10
23982026-03-20T17:20:58.821Z Checking flate2 v1.1.9
23992026-03-20T17:20:58.845Z Checking foldhash v0.1.5
24002026-03-20T17:20:58.867Z Checking unit-prefix v0.5.2
24012026-03-20T17:20:58.973Z Checking winnow v0.5.40
24022026-03-20T17:20:59.015Z Checking libbz2-rs-sys v0.2.2
24032026-03-20T17:20:59.033Z Checking toml_write v0.1.2
24042026-03-20T17:20:59.127Z Checking usdt-impl v0.6.0
24052026-03-20T17:20:59.216Z Checking bumpalo v3.20.2
24062026-03-20T17:20:59.248Z Checking fixedbitset v0.4.2
24072026-03-20T17:20:59.340Z Checking toml_edit v0.22.27
24082026-03-20T17:20:59.398Z Checking zone v0.3.1
24092026-03-20T17:20:59.437Z Checking petgraph v0.6.5
24102026-03-20T17:20:59.476Z Checking zopfli v0.8.3
24112026-03-20T17:20:59.496Z Checking usdt v0.6.0
24122026-03-20T17:20:59.534Z Checking bzip2 v0.6.1
24132026-03-20T17:20:59.700Z Checking hashbrown v0.15.5
24142026-03-20T17:20:59.740Z Checking signal-hook-mio v0.2.5
24152026-03-20T17:20:59.871Z Checking bzip2 v0.4.4
24162026-03-20T17:20:59.887Z Checking nix v0.31.1
24172026-03-20T17:20:59.910Z Checking phf v0.13.1
24182026-03-20T17:20:59.954Z Checking indicatif v0.18.4
24192026-03-20T17:21:00.082Z Checking postgres-types v0.2.12
24202026-03-20T17:21:00.101Z Checking smoltcp v0.9.1
24212026-03-20T17:21:00.339Z Checking similar v2.7.0
24222026-03-20T17:21:00.461Z Checking zstd v0.13.3
24232026-03-20T17:21:00.505Z Checking num-bigint-dig v0.8.6
24242026-03-20T17:21:00.549Z Checking toml_edit v0.19.15
24252026-03-20T17:21:00.711Z Checking ed25519 v2.2.3
24262026-03-20T17:21:00.855Z Checking phf_shared v0.11.3
24272026-03-20T17:21:00.858Z Checking pkcs1 v0.7.5
24282026-03-20T17:21:00.917Z Checking tokio-stream v0.1.18
24292026-03-20T17:21:00.941Z Checking strum v0.27.2
24302026-03-20T17:21:01.065Z Checking hubpack v0.1.2
24312026-03-20T17:21:01.088Z Checking rfc6979 v0.4.0
24322026-03-20T17:21:01.125Z Checking serde-big-array v0.5.1
24332026-03-20T17:21:01.148Z Checking float-cmp v0.10.0
24342026-03-20T17:21:01.230Z Checking env_filter v1.0.0
24352026-03-20T17:21:01.273Z Checking rustc-hash v2.1.1
24362026-03-20T17:21:01.293Z Checking jiff v0.2.21
24372026-03-20T17:21:01.293Z Checking difflib v0.4.0
24382026-03-20T17:21:01.329Z Checking static_assertions v1.1.0
24392026-03-20T17:21:01.407Z Checking predicates-core v1.0.10
24402026-03-20T17:21:01.427Z Checking precomputed-hash v0.1.1
24412026-03-20T17:21:01.430Z Checking normalize-line-endings v0.3.0
24422026-03-20T17:21:01.463Z Checking keccak v0.1.6
24432026-03-20T17:21:01.530Z Checking new_debug_unreachable v1.0.6
24442026-03-20T17:21:01.550Z Checking whoami v2.1.0
24452026-03-20T17:21:01.570Z Checking fixedbitset v0.5.7
24462026-03-20T17:21:01.573Z Checking predicates v3.1.4
24472026-03-20T17:21:01.617Z Checking string_cache v0.8.9
24482026-03-20T17:21:01.647Z Checking rsa v0.9.10
24492026-03-20T17:21:01.676Z Checking sha3 v0.10.8
24502026-03-20T17:21:01.799Z Checking tokio-postgres v0.7.16
24512026-03-20T17:21:01.832Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24522026-03-20T17:21:01.853Z Checking petgraph v0.8.3
24532026-03-20T17:21:01.947Z Checking iddqd v0.3.17
24542026-03-20T17:21:01.972Z Checking env_logger v0.11.9
24552026-03-20T17:21:01.997Z Checking toml v0.7.8
24562026-03-20T17:21:02.221Z Checking ecdsa v0.16.9
24572026-03-20T17:21:02.275Z Checking ed25519-dalek v2.2.0
24582026-03-20T17:21:02.431Z Checking zip v0.6.6
24592026-03-20T17:21:02.575Z Checking crossterm v0.28.1
24602026-03-20T17:21:02.670Z Checking serde_with v3.17.0
24612026-03-20T17:21:02.863Z Checking itertools v0.13.0
24622026-03-20T17:21:03.129Z Checking hickory-proto v0.25.2
24632026-03-20T17:21:03.502Z Checking x509-cert v0.2.5
24642026-03-20T17:21:03.571Z Checking fs-err v3.3.0
24652026-03-20T17:21:03.969Z Checking ahash v0.8.12
24662026-03-20T17:21:04.043Z Checking object v0.37.3
24672026-03-20T17:21:04.231Z Checking buf-list v1.1.2
24682026-03-20T17:21:04.280Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24692026-03-20T17:21:04.382Z Checking lalrpop-util v0.19.12
24702026-03-20T17:21:04.402Z Checking zip v4.6.1
24712026-03-20T17:21:04.462Z Checking peg-runtime v0.8.5
24722026-03-20T17:21:04.588Z Compiling structmeta-derive v0.3.0
24732026-03-20T17:21:04.636Z Compiling rustls v0.22.4
24742026-03-20T17:21:04.656Z Compiling newtype-uuid-macros v0.1.0
24752026-03-20T17:21:04.691Z Compiling multer v3.1.0
24762026-03-20T17:21:04.819Z Compiling async-stream-impl v0.3.6
24772026-03-20T17:21:04.882Z Checking futures-executor v0.3.32
24782026-03-20T17:21:04.990Z Checking regress v0.10.5
24792026-03-20T17:21:05.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24802026-03-20T17:21:05.600Z Compiling dropshot v0.16.7
24812026-03-20T17:21:05.650Z Checking futures v0.3.32
24822026-03-20T17:21:05.675Z Compiling dropshot_endpoint v0.16.7
24832026-03-20T17:21:05.748Z Checking thread_local v1.1.9
24842026-03-20T17:21:05.895Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-03-20T17:21:05.963Z Checking crossbeam-channel v0.5.15
24862026-03-20T17:21:06.026Z Compiling structmeta v0.3.0
24872026-03-20T17:21:06.299Z Compiling derive-ex v0.1.8
24882026-03-20T17:21:06.357Z Checking is-terminal v0.4.17
24892026-03-20T17:21:06.421Z Checking term v1.2.1
24902026-03-20T17:21:06.473Z Checking take_mut v0.2.2
24912026-03-20T17:21:06.606Z Checking slog-async v2.8.0
24922026-03-20T17:21:06.707Z Checking slog-term v2.9.2
24932026-03-20T17:21:06.831Z Compiling parse-display-derive v0.10.0
24942026-03-20T17:21:06.910Z Checking rustls-webpki v0.102.8
24952026-03-20T17:21:06.930Z Checking serde_spanned v1.0.4
24962026-03-20T17:21:07.055Z Checking match_cfg v0.1.0
24972026-03-20T17:21:07.103Z Checking toml_writer v1.0.6+spec-1.1.0
24982026-03-20T17:21:07.178Z Checking debug-ignore v1.0.5
24992026-03-20T17:21:07.273Z Checking hostname v0.3.1
25002026-03-20T17:21:07.345Z Checking toml v0.9.12+spec-1.1.0
25012026-03-20T17:21:07.348Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25022026-03-20T17:21:07.408Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25032026-03-20T17:21:07.459Z Checking slog-json v2.6.1
25042026-03-20T17:21:07.591Z Checking macaddr v1.0.1
25052026-03-20T17:21:07.662Z Checking slog-bunyan v2.5.0
25062026-03-20T17:21:07.812Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25072026-03-20T17:21:07.832Z Checking async-stream v0.3.6
25082026-03-20T17:21:08.063Z Checking waitgroup v0.1.2
25092026-03-20T17:21:08.193Z Checking rustls-pemfile v2.2.0
25102026-03-20T17:21:08.212Z Checking serde_path_to_error v0.1.20
25112026-03-20T17:21:08.335Z Checking hostname v0.4.2
25122026-03-20T17:21:08.358Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25132026-03-20T17:21:08.378Z Checking progenitor-client v0.13.0
25142026-03-20T17:21:08.467Z Checking progenitor-client v0.10.0
25152026-03-20T17:21:08.499Z Compiling itertools v0.14.0
25162026-03-20T17:21:08.601Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25172026-03-20T17:21:08.604Z Compiling test-strategy v0.4.5
25182026-03-20T17:21:08.686Z Checking backon v1.6.0
25192026-03-20T17:21:08.762Z Checking instant v0.1.13
25202026-03-20T17:21:08.872Z Checking backoff v0.4.0
25212026-03-20T17:21:08.912Z Checking progenitor-extras v0.1.1
25222026-03-20T17:21:09.098Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25232026-03-20T17:21:09.134Z Checking parse-display v0.10.0
25242026-03-20T17:21:09.198Z Checking heck v0.5.0
25252026-03-20T17:21:09.413Z Compiling toml_edit v0.23.10+spec-1.0.0
25262026-03-20T17:21:09.454Z Checking tokio-rustls v0.25.0
25272026-03-20T17:21:09.512Z Compiling crucible-workspace-hack v0.1.0
25282026-03-20T17:21:09.729Z Compiling heapless v0.8.0
25292026-03-20T17:21:09.734Z Compiling convert_case v0.4.0
25302026-03-20T17:21:10.093Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-20T17:21:10.199Z Compiling ingot-macros v0.1.1
25322026-03-20T17:21:10.247Z Compiling derive_more v0.99.20
25332026-03-20T17:21:10.370Z Compiling proc-macro-crate v3.4.0
25342026-03-20T17:21:10.639Z Checking hash32 v0.3.1
25352026-03-20T17:21:10.658Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25362026-03-20T17:21:10.805Z Checking secrecy v0.10.3
25372026-03-20T17:21:10.904Z Compiling prettyplease v0.2.37
25382026-03-20T17:21:10.959Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25392026-03-20T17:21:11.109Z Compiling smoltcp v0.11.0
25402026-03-20T17:21:11.195Z Compiling num_enum_derive v0.7.5
25412026-03-20T17:21:11.371Z Compiling typify-impl v0.6.1
25422026-03-20T17:21:11.506Z Checking tabwriter v1.4.1
25432026-03-20T17:21:11.694Z Checking cobs v0.3.0
25442026-03-20T17:21:11.793Z Compiling foreign-types-macros v0.2.3
25452026-03-20T17:21:11.879Z Checking cpufeatures v0.3.0
25462026-03-20T17:21:12.070Z Compiling unsafe-libyaml v0.2.11
25472026-03-20T17:21:12.234Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-20T17:21:12.551Z Checking foreign-types-shared v0.3.1
25492026-03-20T17:21:12.621Z Checking num_enum v0.7.5
25502026-03-20T17:21:12.664Z Checking foreign-types v0.5.0
25512026-03-20T17:21:12.779Z Compiling serde_yaml v0.9.34+deprecated
25522026-03-20T17:21:12.934Z Checking chacha20 v0.10.0
25532026-03-20T17:21:13.099Z Checking postcard v1.1.3
25542026-03-20T17:21:13.876Z Compiling proc-macro-crate v1.3.1
25552026-03-20T17:21:14.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25562026-03-20T17:21:14.112Z Checking ingot-types v0.1.2
25572026-03-20T17:21:14.436Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25582026-03-20T17:21:14.590Z Checking cstr-argument v0.1.2
25592026-03-20T17:21:14.610Z Checking ingot v0.1.1
25602026-03-20T17:21:14.717Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-20T17:21:14.744Z Checking colored v3.1.1
25622026-03-20T17:21:14.884Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25632026-03-20T17:21:14.914Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25642026-03-20T17:21:15.010Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-20T17:21:15.029Z Compiling num_enum_derive v0.5.11
25662026-03-20T17:21:15.154Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25672026-03-20T17:21:15.172Z Checking rand v0.10.0
25682026-03-20T17:21:16.324Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-20T17:21:16.696Z Checking num_enum v0.5.11
25702026-03-20T17:21:16.872Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-20T17:21:17.420Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25722026-03-20T17:21:17.809Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25732026-03-20T17:21:17.873Z Compiling typify-macro v0.6.1
25742026-03-20T17:21:17.910Z Compiling typify-impl v0.4.3
25752026-03-20T17:21:18.005Z Checking camino-tempfile v1.4.1
25762026-03-20T17:21:18.181Z Checking num-rational v0.4.2
25772026-03-20T17:21:18.569Z Checking half v2.7.1
25782026-03-20T17:21:18.617Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25792026-03-20T17:21:18.832Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-20T17:21:18.923Z Checking universal-hash v0.5.1
25812026-03-20T17:21:18.941Z Checking num-complex v0.4.6
25822026-03-20T17:21:19.084Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-20T17:21:19.393Z Checking ciborium-io v0.2.2
25842026-03-20T17:21:19.427Z Checking opaque-debug v0.3.1
25852026-03-20T17:21:19.454Z Checking num v0.4.3
25862026-03-20T17:21:19.509Z Checking ciborium-ll v0.2.2
25872026-03-20T17:21:19.528Z Checking poly1305 v0.8.0
25882026-03-20T17:21:19.594Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25892026-03-20T17:21:19.628Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-20T17:21:19.734Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-20T17:21:19.879Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-20T17:21:20.109Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-20T17:21:20.188Z Compiling typify v0.6.1
25942026-03-20T17:21:20.331Z Checking toml v0.8.23
25952026-03-20T17:21:20.422Z Checking thiserror-no-std v2.0.2
25962026-03-20T17:21:20.470Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25972026-03-20T17:21:20.711Z Checking password-hash v0.5.0
25982026-03-20T17:21:20.778Z Checking chacha20 v0.9.1
25992026-03-20T17:21:21.012Z Compiling usdt-attr-macro v0.5.0
26002026-03-20T17:21:21.038Z Compiling usdt-macro v0.5.0
26012026-03-20T17:21:21.281Z Checking smf v0.2.3
26022026-03-20T17:21:21.598Z Checking blake2 v0.10.6
26032026-03-20T17:21:21.750Z Checking aead v0.5.2
26042026-03-20T17:21:21.771Z Checking memmap v0.7.0
26052026-03-20T17:21:21.922Z Checking sigpipe v0.1.3
26062026-03-20T17:21:21.943Z Compiling num-derive v0.4.2
26072026-03-20T17:21:21.982Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-03-20T17:21:22.020Z Checking float-ord v0.3.2
26092026-03-20T17:21:22.038Z Checking glob v0.3.3
26102026-03-20T17:21:22.151Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26112026-03-20T17:21:22.238Z Checking usdt v0.5.0
26122026-03-20T17:21:22.273Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-20T17:21:22.483Z Checking chacha20poly1305 v0.10.1
26142026-03-20T17:21:22.504Z Checking argon2 v0.5.3
26152026-03-20T17:21:22.645Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26162026-03-20T17:21:22.683Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26172026-03-20T17:21:22.880Z Checking vsss-rs v3.3.4
26182026-03-20T17:21:22.908Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26192026-03-20T17:21:22.950Z Compiling progenitor-impl v0.13.0
26202026-03-20T17:21:23.222Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26212026-03-20T17:21:23.729Z Checking ciborium v0.2.2
26222026-03-20T17:21:23.786Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26232026-03-20T17:21:24.001Z Checking indent_write v2.2.0
26242026-03-20T17:21:24.083Z Compiling semver v0.1.20
26252026-03-20T17:21:24.169Z Checking whoami v1.6.1
26262026-03-20T17:21:24.213Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26272026-03-20T17:21:24.373Z Compiling typify-macro v0.4.3
26282026-03-20T17:21:24.454Z Compiling rustc_version v0.1.7
26292026-03-20T17:21:24.578Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26302026-03-20T17:21:24.756Z Compiling pin-project-internal v1.1.11
26312026-03-20T17:21:25.347Z Compiling minimal-lexical v0.2.1
26322026-03-20T17:21:25.496Z Checking linked-hash-map v0.5.6
26332026-03-20T17:21:25.686Z Checking swrite v0.1.0
26342026-03-20T17:21:25.722Z Checking lru-cache v0.1.2
26352026-03-20T17:21:25.802Z Compiling nom v7.1.3
26362026-03-20T17:21:25.878Z Compiling newtype_derive v0.1.6
26372026-03-20T17:21:26.277Z Checking pin-project v1.1.11
26382026-03-20T17:21:26.407Z Checking newline-converter v0.3.0
26392026-03-20T17:21:26.594Z Checking atomicwrites v0.4.4
26402026-03-20T17:21:26.639Z Compiling progenitor-macro v0.13.0
26412026-03-20T17:21:26.666Z Compiling typify v0.4.3
26422026-03-20T17:21:26.712Z Checking phf_shared v0.12.1
26432026-03-20T17:21:26.744Z Checking hickory-proto v0.24.4
26442026-03-20T17:21:26.807Z Checking console v0.15.11
26452026-03-20T17:21:26.852Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26462026-03-20T17:21:26.899Z Checking pem v3.0.6
26472026-03-20T17:21:27.175Z Checking csv-core v0.1.13
26482026-03-20T17:21:27.416Z Compiling snafu-derive v0.8.9
26492026-03-20T17:21:27.681Z Compiling derive-where v1.6.0
26502026-03-20T17:21:27.808Z Compiling async-recursion v1.1.1
26512026-03-20T17:21:28.746Z Compiling slog-dtrace v0.3.0
26522026-03-20T17:21:28.998Z Checking unicode-width v0.1.14
26532026-03-20T17:21:29.228Z Compiling cancel-safe-futures v0.1.5
26542026-03-20T17:21:29.328Z Compiling owo-colors v4.3.0
26552026-03-20T17:21:29.492Z Checking highway v1.3.0
26562026-03-20T17:21:29.511Z Checking resolv-conf v0.7.6
26572026-03-20T17:21:29.745Z Compiling chrono-tz v0.10.4
26582026-03-20T17:21:29.764Z Checking same-file v1.0.6
26592026-03-20T17:21:29.796Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-03-20T17:21:29.893Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612026-03-20T17:21:29.916Z Checking walkdir v2.5.0
26622026-03-20T17:21:29.999Z Checking hickory-resolver v0.24.4
26632026-03-20T17:21:30.114Z Checking snafu v0.8.9
26642026-03-20T17:21:30.197Z Compiling const_format_proc_macros v0.2.34
26652026-03-20T17:21:30.664Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26662026-03-20T17:21:30.787Z Checking csv v1.4.0
26672026-03-20T17:21:30.988Z Checking expectorate v1.2.0
26682026-03-20T17:21:31.190Z Checking phf v0.12.1
26692026-03-20T17:21:31.286Z Compiling progenitor-impl v0.10.0
26702026-03-20T17:21:31.307Z Checking tokio-dtrace v0.1.1
26712026-03-20T17:21:31.363Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26722026-03-20T17:21:31.389Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26732026-03-20T17:21:31.572Z Checking globset v0.4.18
26742026-03-20T17:21:31.821Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26752026-03-20T17:21:31.921Z Checking olpc-cjson v0.1.4
26762026-03-20T17:21:31.951Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26772026-03-20T17:21:32.073Z Checking libsw-core v0.3.2
26782026-03-20T17:21:32.104Z Checking serde_plain v1.0.2
26792026-03-20T17:21:32.266Z Checking arc-swap v1.8.2
26802026-03-20T17:21:32.286Z Compiling lzma-sys v0.1.20
26812026-03-20T17:21:32.303Z Checking bytecount v0.6.9
26822026-03-20T17:21:32.436Z Checking typed-path v0.9.3
26832026-03-20T17:21:32.559Z Checking utf-8 v0.7.6
26842026-03-20T17:21:32.811Z Checking tungstenite v0.21.0
26852026-03-20T17:21:33.410Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26862026-03-20T17:21:33.431Z Checking slog-scope v4.4.1
26872026-03-20T17:21:33.594Z Checking tough v0.20.0
26882026-03-20T17:21:33.614Z Checking papergrid v0.11.0
26892026-03-20T17:21:33.635Z Checking libsw v3.5.0
26902026-03-20T17:21:33.716Z Checking progenitor v0.13.0
26912026-03-20T17:21:33.831Z Checking oxide-tokio-rt v0.1.3
26922026-03-20T17:21:33.890Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26932026-03-20T17:21:34.482Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26942026-03-20T17:21:34.544Z Checking const_format v0.2.35
26952026-03-20T17:21:34.700Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26962026-03-20T17:21:34.853Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26972026-03-20T17:21:34.940Z Compiling progenitor-macro v0.10.0
26982026-03-20T17:21:35.063Z Checking qorb v0.4.1
26992026-03-20T17:21:35.755Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27002026-03-20T17:21:36.368Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27012026-03-20T17:21:36.522Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27022026-03-20T17:21:36.579Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27032026-03-20T17:21:36.607Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27042026-03-20T17:21:36.958Z Compiling cargo_toml v0.22.3
27052026-03-20T17:21:37.041Z Checking gethostname v0.5.0
27062026-03-20T17:21:37.153Z Compiling tabled_derive v0.7.0
27072026-03-20T17:21:37.172Z Checking bcs v0.1.6
27082026-03-20T17:21:37.211Z Checking smawk v0.3.2
27092026-03-20T17:21:37.232Z Checking unicode-linebreak v0.1.5
27102026-03-20T17:21:37.377Z Checking termtree v0.5.1
27112026-03-20T17:21:37.479Z Checking linear-map v1.2.0
27122026-03-20T17:21:37.509Z Checking textwrap v0.16.2
27132026-03-20T17:21:37.555Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-20T17:21:37.708Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27152026-03-20T17:21:37.793Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27162026-03-20T17:21:38.141Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27172026-03-20T17:21:38.444Z Checking tabled v0.15.0
27182026-03-20T17:21:38.794Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27192026-03-20T17:21:39.260Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27202026-03-20T17:21:39.530Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27212026-03-20T17:21:39.551Z Checking steno v0.4.1
27222026-03-20T17:21:39.752Z Checking slog-stdlog v4.1.1
27232026-03-20T17:21:39.915Z Checking tokio-tungstenite v0.21.0
27242026-03-20T17:21:40.064Z Checking typeid v1.0.3
27252026-03-20T17:21:40.274Z Checking base64 v0.21.7
27262026-03-20T17:21:40.333Z Checking humantime v2.3.0
27272026-03-20T17:21:40.572Z Checking xz2 v0.1.7
27282026-03-20T17:21:40.597Z Checking ron v0.12.0
27292026-03-20T17:21:40.795Z Checking slog-envlogger v2.2.0
27302026-03-20T17:21:40.907Z Checking yasna v0.5.2
27312026-03-20T17:21:40.985Z Checking headers-core v0.3.0
27322026-03-20T17:21:41.009Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27332026-03-20T17:21:41.082Z Checking filetime v0.2.27
27342026-03-20T17:21:41.119Z Checking base16ct v1.0.0
27352026-03-20T17:21:41.261Z Checking xattr v1.6.1
27362026-03-20T17:21:41.295Z Checking headers v0.4.1
27372026-03-20T17:21:41.430Z Checking rcgen v0.12.1
27382026-03-20T17:21:41.450Z Checking tar v0.4.44
27392026-03-20T17:21:41.621Z Checking subprocess v0.2.15
27402026-03-20T17:21:42.017Z Checking progenitor v0.10.0
27412026-03-20T17:21:42.180Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27422026-03-20T17:21:49.570Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27432026-03-20T17:21:57.942Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-03-20T17:21:59.774Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27452026-03-20T17:22:01.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27462026-03-20T17:22:01.568Z
27472026-03-20T17:22:01.568Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27482026-03-20T17:22:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27492026-03-20T17:22:02.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27502026-03-20T17:22:02.585Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27512026-03-20T17:22:04.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
27522026-03-20T17:22:04.536Z
27532026-03-20T17:22:04.536Zinfo: running `cargo check --bins` on nexus-config (51/259)
27542026-03-20T17:22:05.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27552026-03-20T17:22:05.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27562026-03-20T17:22:05.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27572026-03-20T17:22:05.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27582026-03-20T17:22:05.365Z
27592026-03-20T17:22:05.366Zinfo: running `cargo check --bins` on nexus-types (52/259)
27602026-03-20T17:22:06.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27612026-03-20T17:22:06.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27622026-03-20T17:22:06.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27632026-03-20T17:22:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
27642026-03-20T17:22:06.191Z
27652026-03-20T17:22:06.191Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27662026-03-20T17:22:06.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27672026-03-20T17:22:06.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27682026-03-20T17:22:06.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27692026-03-20T17:22:06.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27702026-03-20T17:22:06.967Z
27712026-03-20T17:22:06.967Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27722026-03-20T17:22:07.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27732026-03-20T17:22:07.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27742026-03-20T17:22:07.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27752026-03-20T17:22:07.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27762026-03-20T17:22:07.751Z
27772026-03-20T17:22:07.751Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27782026-03-20T17:22:08.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-03-20T17:22:08.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-03-20T17:22:08.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27812026-03-20T17:22:08.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
27822026-03-20T17:22:08.506Z
27832026-03-20T17:22:08.506Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27842026-03-20T17:22:09.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-03-20T17:22:09.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-03-20T17:22:09.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27872026-03-20T17:22:09.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27882026-03-20T17:22:09.269Z
27892026-03-20T17:22:09.269Zinfo: running `cargo check --bins` on ereport-types (57/259)
27902026-03-20T17:22:09.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27912026-03-20T17:22:09.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27922026-03-20T17:22:09.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27932026-03-20T17:22:09.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27942026-03-20T17:22:10.033Z
27952026-03-20T17:22:10.033Zinfo: running `cargo check --bins` on gateway-client (58/259)
27962026-03-20T17:22:10.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27972026-03-20T17:22:10.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27982026-03-20T17:22:10.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27992026-03-20T17:22:10.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28002026-03-20T17:22:10.802Z
28012026-03-20T17:22:10.802Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28022026-03-20T17:22:11.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-03-20T17:22:11.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-03-20T17:22:11.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28052026-03-20T17:22:11.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28062026-03-20T17:22:11.566Z
28072026-03-20T17:22:11.566Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28082026-03-20T17:22:12.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-03-20T17:22:12.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-03-20T17:22:12.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28112026-03-20T17:22:12.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28122026-03-20T17:22:12.331Z
28132026-03-20T17:22:12.331Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28142026-03-20T17:22:12.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-03-20T17:22:13.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-03-20T17:22:13.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28172026-03-20T17:22:13.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28182026-03-20T17:22:13.100Z
28192026-03-20T17:22:13.100Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28202026-03-20T17:22:13.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-03-20T17:22:13.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-03-20T17:22:13.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28232026-03-20T17:22:13.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28242026-03-20T17:22:13.875Z
28252026-03-20T17:22:13.875Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28262026-03-20T17:22:14.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-03-20T17:22:14.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-03-20T17:22:14.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28292026-03-20T17:22:14.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28302026-03-20T17:22:14.669Z
28312026-03-20T17:22:14.669Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28322026-03-20T17:22:15.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-03-20T17:22:15.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-03-20T17:22:15.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352026-03-20T17:22:15.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28362026-03-20T17:22:15.460Z
28372026-03-20T17:22:15.460Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28382026-03-20T17:22:16.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-03-20T17:22:16.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-03-20T17:22:16.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412026-03-20T17:22:16.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28422026-03-20T17:22:16.218Z
28432026-03-20T17:22:16.218Zinfo: running `cargo check --bins` on oxlog (66/259)
28442026-03-20T17:22:16.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-03-20T17:22:16.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-03-20T17:22:17.023Z Compiling newtype-uuid v1.3.2
28472026-03-20T17:22:17.280Z Compiling daft v0.1.5
28482026-03-20T17:22:17.544Z Compiling iddqd v0.3.17
28492026-03-20T17:22:18.831Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28502026-03-20T17:22:19.117Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28512026-03-20T17:22:19.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28522026-03-20T17:22:19.671Z
28532026-03-20T17:22:19.671Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28542026-03-20T17:22:20.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-20T17:22:20.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-20T17:22:20.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-20T17:22:20.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28582026-03-20T17:22:20.458Z
28592026-03-20T17:22:20.458Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28602026-03-20T17:22:21.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-20T17:22:21.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-20T17:22:21.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-20T17:22:21.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28642026-03-20T17:22:21.243Z
28652026-03-20T17:22:21.243Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28662026-03-20T17:22:21.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-20T17:22:21.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-20T17:22:21.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28692026-03-20T17:22:21.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28702026-03-20T17:22:22.063Z
28712026-03-20T17:22:22.063Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28722026-03-20T17:22:22.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732026-03-20T17:22:22.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742026-03-20T17:22:22.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28752026-03-20T17:22:22.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28762026-03-20T17:22:22.824Z
28772026-03-20T17:22:22.824Zinfo: running `cargo check --bins` on oxql-types (71/259)
28782026-03-20T17:22:23.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-03-20T17:22:23.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-03-20T17:22:23.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-03-20T17:22:23.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28822026-03-20T17:22:23.614Z
28832026-03-20T17:22:23.614Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28842026-03-20T17:22:24.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-03-20T17:22:24.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-03-20T17:22:24.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-03-20T17:22:24.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28882026-03-20T17:22:24.396Z
28892026-03-20T17:22:24.396Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28902026-03-20T17:22:25.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-03-20T17:22:25.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-03-20T17:22:25.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-03-20T17:22:25.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28942026-03-20T17:22:25.180Z
28952026-03-20T17:22:25.180Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
28962026-03-20T17:22:25.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-03-20T17:22:25.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-03-20T17:22:25.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-03-20T17:22:25.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29002026-03-20T17:22:25.943Z
29012026-03-20T17:22:25.943Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29022026-03-20T17:22:26.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-03-20T17:22:26.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-03-20T17:22:26.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-03-20T17:22:26.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29062026-03-20T17:22:26.753Z
29072026-03-20T17:22:26.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29082026-03-20T17:22:27.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-03-20T17:22:27.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-03-20T17:22:27.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-03-20T17:22:27.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29122026-03-20T17:22:27.549Z
29132026-03-20T17:22:27.549Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29142026-03-20T17:22:28.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-03-20T17:22:28.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-03-20T17:22:28.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-03-20T17:22:28.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29182026-03-20T17:22:28.350Z
29192026-03-20T17:22:28.350Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29202026-03-20T17:22:29.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-03-20T17:22:29.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-03-20T17:22:29.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-03-20T17:22:29.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29242026-03-20T17:22:29.151Z
29252026-03-20T17:22:29.151Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29262026-03-20T17:22:29.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-03-20T17:22:29.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-03-20T17:22:29.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-03-20T17:22:29.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29302026-03-20T17:22:29.921Z
29312026-03-20T17:22:29.921Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29322026-03-20T17:22:30.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-03-20T17:22:30.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-03-20T17:22:30.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352026-03-20T17:22:30.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29362026-03-20T17:22:30.691Z
29372026-03-20T17:22:30.691Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29382026-03-20T17:22:31.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392026-03-20T17:22:31.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402026-03-20T17:22:31.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29412026-03-20T17:22:31.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29422026-03-20T17:22:31.456Z
29432026-03-20T17:22:31.456Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29442026-03-20T17:22:32.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29452026-03-20T17:22:32.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29462026-03-20T17:22:32.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29472026-03-20T17:22:32.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29482026-03-20T17:22:32.217Z
29492026-03-20T17:22:32.217Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29502026-03-20T17:22:32.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29512026-03-20T17:22:32.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29522026-03-20T17:22:33.098Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29532026-03-20T17:22:33.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29542026-03-20T17:22:33.996Z
29552026-03-20T17:22:33.996Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29562026-03-20T17:22:34.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29572026-03-20T17:22:34.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29582026-03-20T17:22:34.900Z Compiling ar_archive_writer v0.5.1
29592026-03-20T17:22:35.031Z Compiling stacker v0.1.23
29602026-03-20T17:22:35.045Z Compiling cfg_aliases v0.1.1
29612026-03-20T17:22:35.058Z Compiling convert_case v0.10.0
29622026-03-20T17:22:35.090Z Checking fd-lock v4.0.4
29632026-03-20T17:22:35.094Z Checking nibble_vec v0.1.0
29642026-03-20T17:22:35.095Z Checking vte v0.14.1
29652026-03-20T17:22:35.095Z Compiling recursive-proc-macro-impl v0.1.1
29662026-03-20T17:22:35.156Z Compiling nix v0.28.0
29672026-03-20T17:22:35.255Z Checking endian-type v0.1.2
29682026-03-20T17:22:35.311Z Checking strip-ansi-escapes v0.2.1
29692026-03-20T17:22:35.344Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-03-20T17:22:35.366Z Compiling peg-macros v0.8.5
29712026-03-20T17:22:35.419Z Checking radix_trie v0.2.1
29722026-03-20T17:22:35.437Z Checking winnow v0.6.26
29732026-03-20T17:22:35.454Z Compiling derive_more-impl v2.1.1
29742026-03-20T17:22:35.642Z Compiling sqlparser_derive v0.5.0
29752026-03-20T17:22:35.694Z Checking unicode_categories v0.1.1
29762026-03-20T17:22:35.894Z Checking home v0.5.12
29772026-03-20T17:22:35.954Z Checking nu-ansi-term v0.50.3
29782026-03-20T17:22:36.054Z Checking display-error-chain v0.2.2
29792026-03-20T17:22:36.189Z Compiling psm v0.1.30
29802026-03-20T17:22:36.226Z Checking reedline v0.40.0
29812026-03-20T17:22:36.534Z Checking derive_more v2.1.1
29822026-03-20T17:22:36.627Z Checking crossterm v0.29.0
29832026-03-20T17:22:36.872Z Checking peg v0.8.5
29842026-03-20T17:22:36.951Z Checking rustyline v14.0.0
29852026-03-20T17:22:37.000Z Checking sqlformat v0.3.5
29862026-03-20T17:22:37.140Z Checking recursive v0.1.1
29872026-03-20T17:22:37.246Z Checking sqlparser v0.61.0
29882026-03-20T17:22:52.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
29892026-03-20T17:22:53.133Z
29902026-03-20T17:22:53.133Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29912026-03-20T17:22:53.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922026-03-20T17:22:53.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932026-03-20T17:22:54.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29942026-03-20T17:22:58.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
29952026-03-20T17:22:58.928Z
29962026-03-20T17:22:58.928Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
29972026-03-20T17:22:59.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982026-03-20T17:22:59.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992026-03-20T17:22:59.807Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30002026-03-20T17:23:03.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
30012026-03-20T17:23:03.292Z
30022026-03-20T17:23:03.292Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30032026-03-20T17:23:03.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042026-03-20T17:23:03.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052026-03-20T17:23:04.189Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30062026-03-20T17:23:08.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
30072026-03-20T17:23:08.778Z
30082026-03-20T17:23:08.778Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30092026-03-20T17:23:09.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-03-20T17:23:09.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-03-20T17:23:09.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30122026-03-20T17:23:14.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s
30132026-03-20T17:23:14.295Z
30142026-03-20T17:23:14.295Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30152026-03-20T17:23:14.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-03-20T17:23:14.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-03-20T17:23:15.193Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30182026-03-20T17:23:18.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
30192026-03-20T17:23:18.852Z
30202026-03-20T17:23:18.852Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30212026-03-20T17:23:19.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-03-20T17:23:19.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-03-20T17:23:19.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30242026-03-20T17:23:23.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30252026-03-20T17:23:23.483Z
30262026-03-20T17:23:23.483Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30272026-03-20T17:23:24.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-03-20T17:23:24.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-03-20T17:23:24.380Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30302026-03-20T17:23:29.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.54s
30312026-03-20T17:23:29.238Z
30322026-03-20T17:23:29.238Zinfo: running `cargo check --bins` on oximeter (92/259)
30332026-03-20T17:23:29.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-03-20T17:23:29.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-03-20T17:23:29.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-03-20T17:23:29.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30372026-03-20T17:23:30.015Z
30382026-03-20T17:23:30.016Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30392026-03-20T17:23:30.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-03-20T17:23:30.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-03-20T17:23:30.866Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-03-20T17:23:31.059Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30432026-03-20T17:23:31.078Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-03-20T17:23:31.499Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-03-20T17:23:36.345Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30462026-03-20T17:23:36.762Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30472026-03-20T17:23:38.304Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30482026-03-20T17:23:39.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
30492026-03-20T17:23:39.399Z
30502026-03-20T17:23:39.399Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30512026-03-20T17:23:40.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-03-20T17:23:40.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-03-20T17:23:40.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-03-20T17:23:40.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30552026-03-20T17:23:40.184Z
30562026-03-20T17:23:40.184Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30572026-03-20T17:23:40.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-03-20T17:23:40.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-03-20T17:23:40.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-03-20T17:23:40.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30612026-03-20T17:23:41.023Z
30622026-03-20T17:23:41.023Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30632026-03-20T17:23:41.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-03-20T17:23:41.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-03-20T17:23:41.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-03-20T17:23:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30672026-03-20T17:23:41.828Z
30682026-03-20T17:23:41.828Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30692026-03-20T17:23:42.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-03-20T17:23:42.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-03-20T17:23:42.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-03-20T17:23:42.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30732026-03-20T17:23:42.635Z
30742026-03-20T17:23:42.635Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30752026-03-20T17:23:43.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-03-20T17:23:43.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-03-20T17:23:43.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-03-20T17:23:43.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30792026-03-20T17:23:43.440Z
30802026-03-20T17:23:43.440Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30812026-03-20T17:23:44.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-03-20T17:23:44.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-03-20T17:23:44.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-03-20T17:23:44.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30852026-03-20T17:23:44.251Z
30862026-03-20T17:23:44.251Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30872026-03-20T17:23:44.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-03-20T17:23:44.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-03-20T17:23:44.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-03-20T17:23:44.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30912026-03-20T17:23:45.019Z
30922026-03-20T17:23:45.019Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30932026-03-20T17:23:45.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-03-20T17:23:45.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-03-20T17:23:45.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-03-20T17:23:45.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30972026-03-20T17:23:45.825Z
30982026-03-20T17:23:45.828Zinfo: running `cargo check --bins` on update-engine (102/259)
30992026-03-20T17:23:46.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-03-20T17:23:46.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-03-20T17:23:46.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-03-20T17:23:46.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31032026-03-20T17:23:46.596Z
31042026-03-20T17:23:46.596Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31052026-03-20T17:23:47.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-03-20T17:23:47.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-03-20T17:23:47.522Z Checking dropshot-api-manager-types v0.6.0
31082026-03-20T17:23:47.525Z Checking nanorand v0.7.0
31092026-03-20T17:23:47.825Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31102026-03-20T17:23:47.863Z Checking flume v0.11.1
31112026-03-20T17:23:48.138Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31122026-03-20T17:23:49.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
31132026-03-20T17:23:49.624Z
31142026-03-20T17:23:49.624Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31152026-03-20T17:23:50.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-20T17:23:50.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-20T17:23:50.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-20T17:23:50.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31192026-03-20T17:23:50.405Z
31202026-03-20T17:23:50.405Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31212026-03-20T17:23:51.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-20T17:23:51.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-20T17:23:51.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-20T17:23:51.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31252026-03-20T17:23:51.193Z
31262026-03-20T17:23:51.193Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31272026-03-20T17:23:51.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-20T17:23:51.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-20T17:23:51.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-03-20T17:23:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31312026-03-20T17:23:51.979Z
31322026-03-20T17:23:51.979Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31332026-03-20T17:23:52.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-03-20T17:23:52.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-03-20T17:23:52.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-03-20T17:23:52.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31372026-03-20T17:23:52.787Z
31382026-03-20T17:23:52.787Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31392026-03-20T17:23:53.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-03-20T17:23:53.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-03-20T17:23:53.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-03-20T17:23:53.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31432026-03-20T17:23:53.572Z
31442026-03-20T17:23:53.572Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31452026-03-20T17:23:54.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-03-20T17:23:54.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-03-20T17:23:54.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-03-20T17:23:54.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31492026-03-20T17:23:54.363Z
31502026-03-20T17:23:54.363Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31512026-03-20T17:23:55.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-03-20T17:23:55.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-03-20T17:23:55.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-03-20T17:23:55.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31552026-03-20T17:23:55.146Z
31562026-03-20T17:23:55.146Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31572026-03-20T17:23:55.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-03-20T17:23:55.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-03-20T17:23:55.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-03-20T17:23:55.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31612026-03-20T17:23:55.907Z
31622026-03-20T17:23:55.907Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31632026-03-20T17:23:56.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-03-20T17:23:56.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-03-20T17:23:56.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-03-20T17:23:56.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31672026-03-20T17:23:56.690Z
31682026-03-20T17:23:56.691Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31692026-03-20T17:23:57.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-03-20T17:23:57.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-03-20T17:23:57.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-03-20T17:23:57.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31732026-03-20T17:23:57.481Z
31742026-03-20T17:23:57.481Zinfo: running `cargo check --bins` on installinator-client (114/259)
31752026-03-20T17:23:58.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-03-20T17:23:58.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-03-20T17:23:58.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-03-20T17:23:58.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31792026-03-20T17:23:58.273Z
31802026-03-20T17:23:58.273Zinfo: running `cargo check --bins` on nexus-client (115/259)
31812026-03-20T17:23:58.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-03-20T17:23:58.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-03-20T17:23:58.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31842026-03-20T17:23:59.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31852026-03-20T17:23:59.108Z
31862026-03-20T17:23:59.109Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31872026-03-20T17:23:59.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31882026-03-20T17:23:59.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31892026-03-20T17:23:59.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31902026-03-20T17:23:59.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31912026-03-20T17:23:59.943Z
31922026-03-20T17:23:59.943Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31932026-03-20T17:24:00.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-03-20T17:24:00.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-03-20T17:24:00.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-03-20T17:24:00.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31972026-03-20T17:24:00.706Z
31982026-03-20T17:24:00.706Zinfo: running `cargo check --bins` on oxide-client (118/259)
31992026-03-20T17:24:01.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-03-20T17:24:01.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-03-20T17:24:01.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-03-20T17:24:01.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32032026-03-20T17:24:01.482Z
32042026-03-20T17:24:01.482Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32052026-03-20T17:24:02.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-03-20T17:24:02.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-03-20T17:24:02.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-03-20T17:24:02.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32092026-03-20T17:24:02.268Z
32102026-03-20T17:24:02.268Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32112026-03-20T17:24:02.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-03-20T17:24:02.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-03-20T17:24:02.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-03-20T17:24:02.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32152026-03-20T17:24:03.037Z
32162026-03-20T17:24:03.037Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32172026-03-20T17:24:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-03-20T17:24:03.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-03-20T17:24:03.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32202026-03-20T17:24:03.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32212026-03-20T17:24:03.841Z
32222026-03-20T17:24:03.841Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32232026-03-20T17:24:04.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-03-20T17:24:04.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-03-20T17:24:04.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32262026-03-20T17:24:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32272026-03-20T17:24:04.657Z
32282026-03-20T17:24:04.657Zinfo: running `cargo check --bins` on installinator-common (123/259)
32292026-03-20T17:24:05.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-03-20T17:24:05.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-03-20T17:24:05.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32322026-03-20T17:24:05.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32332026-03-20T17:24:05.453Z
32342026-03-20T17:24:05.453Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32352026-03-20T17:24:06.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-03-20T17:24:06.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-03-20T17:24:06.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32382026-03-20T17:24:06.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32392026-03-20T17:24:06.223Z
32402026-03-20T17:24:06.223Zinfo: running `cargo check --bins` on wicket-common (125/259)
32412026-03-20T17:24:06.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-03-20T17:24:06.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-03-20T17:24:06.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32442026-03-20T17:24:06.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32452026-03-20T17:24:07.038Z
32462026-03-20T17:24:07.038Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32472026-03-20T17:24:07.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-03-20T17:24:07.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-03-20T17:24:07.928Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-03-20T17:24:07.931Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32512026-03-20T17:24:07.931Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-03-20T17:24:08.082Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32532026-03-20T17:24:08.085Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-03-20T17:24:08.234Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32552026-03-20T17:24:08.262Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32562026-03-20T17:24:08.558Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32572026-03-20T17:24:08.561Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-20T17:24:11.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
32592026-03-20T17:24:11.587Z
32602026-03-20T17:24:11.587Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32612026-03-20T17:24:12.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-03-20T17:24:12.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-03-20T17:24:12.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-03-20T17:24:12.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32652026-03-20T17:24:12.375Z
32662026-03-20T17:24:12.375Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32672026-03-20T17:24:13.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-03-20T17:24:13.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-03-20T17:24:13.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-03-20T17:24:13.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32712026-03-20T17:24:13.287Z
32722026-03-20T17:24:13.287Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32732026-03-20T17:24:14.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-03-20T17:24:14.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-03-20T17:24:14.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-03-20T17:24:14.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32772026-03-20T17:24:14.190Z
32782026-03-20T17:24:14.190Zinfo: running `cargo check --bins` on dns-server (130/259)
32792026-03-20T17:24:14.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-03-20T17:24:14.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-03-20T17:24:15.087Z Compiling parking_lot_core v0.8.6
32822026-03-20T17:24:15.087Z Compiling git-stub v1.0.0
32832026-03-20T17:24:15.090Z Compiling atomicwrites v0.4.4
32842026-03-20T17:24:15.091Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32852026-03-20T17:24:15.273Z Checking tagptr v0.2.0
32862026-03-20T17:24:15.276Z Checking prefix-trie v0.7.0
32872026-03-20T17:24:15.276Z Checking fxhash v0.2.1
32882026-03-20T17:24:15.276Z Checking hickory-client v0.25.2
32892026-03-20T17:24:15.422Z Compiling git-stub-vcs v0.1.0
32902026-03-20T17:24:15.461Z Checking moka v0.12.13
32912026-03-20T17:24:15.737Z Checking hickory-server v0.25.2
32922026-03-20T17:24:15.780Z Checking parking_lot v0.11.2
32932026-03-20T17:24:15.803Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32942026-03-20T17:24:15.875Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32952026-03-20T17:24:15.878Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32962026-03-20T17:24:15.878Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-03-20T17:24:16.015Z Checking sled v0.34.7
32982026-03-20T17:24:16.303Z Checking hickory-resolver v0.25.2
32992026-03-20T17:24:18.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
33002026-03-20T17:24:18.995Z
33012026-03-20T17:24:18.995Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33022026-03-20T17:24:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032026-03-20T17:24:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042026-03-20T17:24:19.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052026-03-20T17:24:19.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33062026-03-20T17:24:19.775Z
33072026-03-20T17:24:19.775Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33082026-03-20T17:24:20.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-03-20T17:24:20.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-03-20T17:24:20.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-03-20T17:24:20.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
33122026-03-20T17:24:20.630Z
33132026-03-20T17:24:20.630Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33142026-03-20T17:24:21.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-03-20T17:24:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-03-20T17:24:21.616Z Compiling radium v0.7.0
33172026-03-20T17:24:21.755Z Compiling maybe-uninit v2.0.0
33182026-03-20T17:24:21.759Z Checking tap v1.0.1
33192026-03-20T17:24:21.783Z Compiling zerocopy-derive v0.6.6
33202026-03-20T17:24:21.798Z Checking funty v2.0.0
33212026-03-20T17:24:21.801Z Checking crc-catalog v2.4.0
33222026-03-20T17:24:21.831Z Compiling packed_struct v0.10.1
33232026-03-20T17:24:21.855Z Compiling packed_struct_codegen v0.10.1
33242026-03-20T17:24:21.886Z Checking wyz v0.5.1
33252026-03-20T17:24:21.935Z Checking crc v3.4.0
33262026-03-20T17:24:22.174Z Compiling bitfield-macros v0.19.4
33272026-03-20T17:24:22.174Z Compiling indexmap v1.9.3
33282026-03-20T17:24:22.208Z Checking nodrop v0.1.14
33292026-03-20T17:24:22.242Z Checking smallvec v0.6.14
33302026-03-20T17:24:22.263Z Checking hashbrown v0.12.3
33312026-03-20T17:24:22.317Z Checking array-init v0.0.4
33322026-03-20T17:24:22.347Z Checking bitvec v1.0.1
33332026-03-20T17:24:22.456Z Checking ron v0.8.1
33342026-03-20T17:24:22.493Z Checking hashbrown v0.13.2
33352026-03-20T17:24:22.802Z Checking serde-hex v0.1.0
33362026-03-20T17:24:22.898Z Checking zerocopy v0.6.6
33372026-03-20T17:24:23.079Z Checking crc-any v2.5.0
33382026-03-20T17:24:23.111Z Checking bitfield v0.19.4
33392026-03-20T17:24:23.199Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33402026-03-20T17:24:23.292Z Checking object v0.30.4
33412026-03-20T17:24:23.321Z Checking path-slash v0.1.5
33422026-03-20T17:24:23.339Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-03-20T17:24:23.339Z Checking void v1.0.2
33442026-03-20T17:24:23.452Z Checking half v1.8.3
33452026-03-20T17:24:23.469Z Checking lzss v0.8.2
33462026-03-20T17:24:23.504Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33472026-03-20T17:24:23.552Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-03-20T17:24:23.645Z Checking tungstenite v0.23.0
33492026-03-20T17:24:23.696Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-03-20T17:24:23.714Z Checking serde_cbor v0.11.2
33512026-03-20T17:24:23.717Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33522026-03-20T17:24:23.753Z Checking nix v0.27.1
33532026-03-20T17:24:24.181Z Checking kstat-rs v0.2.4
33542026-03-20T17:24:24.223Z Checking serde_bytes v0.11.19
33552026-03-20T17:24:24.226Z Checking tokio-tungstenite v0.23.1
33562026-03-20T17:24:24.421Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33572026-03-20T17:24:24.465Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33582026-03-20T17:24:24.468Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33592026-03-20T17:24:24.551Z Checking signal-hook-tokio v0.3.1
33602026-03-20T17:24:25.654Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-03-20T17:24:25.846Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33622026-03-20T17:24:29.219Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-20T17:24:30.410Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-03-20T17:24:30.778Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33652026-03-20T17:24:32.260Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33662026-03-20T17:24:35.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.36s
33672026-03-20T17:24:35.233Z
33682026-03-20T17:24:35.233Zinfo: running `cargo check --bins` on gateway-api (134/259)
33692026-03-20T17:24:35.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-03-20T17:24:35.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-03-20T17:24:35.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-03-20T17:24:35.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33732026-03-20T17:24:36.026Z
33742026-03-20T17:24:36.026Zinfo: running `cargo check --bins` on ipcc (135/259)
33752026-03-20T17:24:36.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-03-20T17:24:36.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-03-20T17:24:36.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-03-20T17:24:36.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33792026-03-20T17:24:36.818Z
33802026-03-20T17:24:36.818Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33812026-03-20T17:24:37.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-03-20T17:24:37.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-03-20T17:24:37.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-03-20T17:24:37.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33852026-03-20T17:24:37.583Z
33862026-03-20T17:24:37.583Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33872026-03-20T17:24:38.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-03-20T17:24:38.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-03-20T17:24:38.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-03-20T17:24:38.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33912026-03-20T17:24:38.376Z
33922026-03-20T17:24:38.376Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33932026-03-20T17:24:39.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-03-20T17:24:39.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-03-20T17:24:39.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-03-20T17:24:39.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33972026-03-20T17:24:39.169Z
33982026-03-20T17:24:39.169Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
33992026-03-20T17:24:39.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-03-20T17:24:39.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-03-20T17:24:39.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-03-20T17:24:39.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34032026-03-20T17:24:39.952Z
34042026-03-20T17:24:39.952Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34052026-03-20T17:24:40.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-03-20T17:24:40.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-03-20T17:24:40.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-03-20T17:24:40.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34092026-03-20T17:24:40.740Z
34102026-03-20T17:24:40.740Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34112026-03-20T17:24:41.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-03-20T17:24:41.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-03-20T17:24:41.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-03-20T17:24:41.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34152026-03-20T17:24:41.529Z
34162026-03-20T17:24:41.529Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34172026-03-20T17:24:42.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-03-20T17:24:42.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-03-20T17:24:42.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-03-20T17:24:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34212026-03-20T17:24:42.320Z
34222026-03-20T17:24:42.320Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34232026-03-20T17:24:43.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-03-20T17:24:43.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-03-20T17:24:43.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-03-20T17:24:43.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34272026-03-20T17:24:43.106Z
34282026-03-20T17:24:43.106Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34292026-03-20T17:24:43.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-03-20T17:24:43.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-03-20T17:24:43.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-03-20T17:24:43.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34332026-03-20T17:24:43.889Z
34342026-03-20T17:24:43.889Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34352026-03-20T17:24:44.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-03-20T17:24:44.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-03-20T17:24:44.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-03-20T17:24:44.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34392026-03-20T17:24:44.677Z
34402026-03-20T17:24:44.677Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34412026-03-20T17:24:45.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-03-20T17:24:45.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-03-20T17:24:45.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-03-20T17:24:45.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34452026-03-20T17:24:45.466Z
34462026-03-20T17:24:45.466Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34472026-03-20T17:24:46.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-03-20T17:24:46.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-03-20T17:24:46.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-03-20T17:24:46.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34512026-03-20T17:24:46.299Z
34522026-03-20T17:24:46.299Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34532026-03-20T17:24:46.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-03-20T17:24:46.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-03-20T17:24:46.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-03-20T17:24:46.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34572026-03-20T17:24:47.097Z
34582026-03-20T17:24:47.098Zinfo: running `cargo check --bins` on sp-sim (149/259)
34592026-03-20T17:24:47.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-03-20T17:24:47.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-03-20T17:24:48.066Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-03-20T17:24:50.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
34632026-03-20T17:24:50.622Z
34642026-03-20T17:24:50.622Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34652026-03-20T17:24:51.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-03-20T17:24:51.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-03-20T17:24:51.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-03-20T17:24:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34692026-03-20T17:24:51.488Z
34702026-03-20T17:24:51.488Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34712026-03-20T17:24:52.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-03-20T17:24:52.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-03-20T17:24:52.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-03-20T17:24:52.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34752026-03-20T17:24:52.356Z
34762026-03-20T17:24:52.356Zinfo: running `cargo check --bins` on db-macros (152/259)
34772026-03-20T17:24:53.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-03-20T17:24:53.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-03-20T17:24:53.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-03-20T17:24:53.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34812026-03-20T17:24:53.127Z
34822026-03-20T17:24:53.127Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34832026-03-20T17:24:53.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-03-20T17:24:53.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-03-20T17:24:53.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-03-20T17:24:53.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34872026-03-20T17:24:53.890Z
34882026-03-20T17:24:53.890Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34892026-03-20T17:24:54.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-03-20T17:24:54.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-03-20T17:24:54.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-03-20T17:24:54.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34932026-03-20T17:24:54.746Z
34942026-03-20T17:24:54.746Zinfo: running `cargo check --bins` on authz-macros (155/259)
34952026-03-20T17:24:55.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-03-20T17:24:55.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-03-20T17:24:55.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-03-20T17:24:55.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34992026-03-20T17:24:55.516Z
35002026-03-20T17:24:55.516Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35012026-03-20T17:24:56.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-03-20T17:24:56.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-03-20T17:24:56.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-03-20T17:24:56.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35052026-03-20T17:24:56.364Z
35062026-03-20T17:24:56.364Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35072026-03-20T17:24:57.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-03-20T17:24:57.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-03-20T17:24:57.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-03-20T17:24:57.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
35112026-03-20T17:24:57.202Z
35122026-03-20T17:24:57.202Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35132026-03-20T17:24:57.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-03-20T17:24:57.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-03-20T17:24:57.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-03-20T17:24:57.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35172026-03-20T17:24:57.963Z
35182026-03-20T17:24:57.964Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35192026-03-20T17:24:58.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-03-20T17:24:58.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-03-20T17:24:58.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-03-20T17:24:58.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35232026-03-20T17:24:58.725Z
35242026-03-20T17:24:58.725Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35252026-03-20T17:24:59.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-03-20T17:24:59.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-03-20T17:24:59.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-03-20T17:24:59.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35292026-03-20T17:24:59.511Z
35302026-03-20T17:24:59.511Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35312026-03-20T17:25:00.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-03-20T17:25:00.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-03-20T17:25:00.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-03-20T17:25:00.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35352026-03-20T17:25:00.286Z
35362026-03-20T17:25:00.286Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35372026-03-20T17:25:00.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-03-20T17:25:00.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-03-20T17:25:00.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-03-20T17:25:00.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
35412026-03-20T17:25:01.043Z
35422026-03-20T17:25:01.043Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35432026-03-20T17:25:01.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-03-20T17:25:01.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-03-20T17:25:01.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-03-20T17:25:01.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35472026-03-20T17:25:01.900Z
35482026-03-20T17:25:01.900Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35492026-03-20T17:25:02.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-03-20T17:25:02.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-03-20T17:25:02.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-03-20T17:25:02.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35532026-03-20T17:25:02.751Z
35542026-03-20T17:25:02.751Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35552026-03-20T17:25:03.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-03-20T17:25:03.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-03-20T17:25:03.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-03-20T17:25:03.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35592026-03-20T17:25:03.596Z
35602026-03-20T17:25:03.596Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35612026-03-20T17:25:04.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-03-20T17:25:04.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-03-20T17:25:04.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-03-20T17:25:04.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35652026-03-20T17:25:04.399Z
35662026-03-20T17:25:04.400Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35672026-03-20T17:25:05.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-03-20T17:25:05.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-03-20T17:25:05.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-03-20T17:25:05.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35712026-03-20T17:25:05.198Z
35722026-03-20T17:25:05.198Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35732026-03-20T17:25:05.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-03-20T17:25:05.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-03-20T17:25:05.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-03-20T17:25:05.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35772026-03-20T17:25:05.992Z
35782026-03-20T17:25:05.992Zinfo: running `cargo check --bins` on key-manager (169/259)
35792026-03-20T17:25:06.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-03-20T17:25:06.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-03-20T17:25:06.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-03-20T17:25:06.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35832026-03-20T17:25:06.775Z
35842026-03-20T17:25:06.775Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35852026-03-20T17:25:07.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-03-20T17:25:07.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-03-20T17:25:07.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-03-20T17:25:07.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35892026-03-20T17:25:07.563Z
35902026-03-20T17:25:07.563Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35912026-03-20T17:25:08.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-03-20T17:25:08.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-03-20T17:25:08.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-03-20T17:25:08.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35952026-03-20T17:25:08.357Z
35962026-03-20T17:25:08.357Zinfo: running `cargo check --bins` on typed-rng (172/259)
35972026-03-20T17:25:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-03-20T17:25:09.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-03-20T17:25:09.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-03-20T17:25:09.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
36012026-03-20T17:25:09.113Z
36022026-03-20T17:25:09.113Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36032026-03-20T17:25:09.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-03-20T17:25:09.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-03-20T17:25:10.258Z Compiling libefi-sys v0.1.0
36062026-03-20T17:25:10.261Z Compiling bitfield-struct v0.6.2
36072026-03-20T17:25:10.432Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36082026-03-20T17:25:10.448Z Compiling xshell-macros v0.2.7
36092026-03-20T17:25:10.465Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36102026-03-20T17:25:10.490Z Compiling salty v0.3.0
36112026-03-20T17:25:10.507Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36122026-03-20T17:25:10.528Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36132026-03-20T17:25:10.528Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36142026-03-20T17:25:10.876Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36152026-03-20T17:25:10.897Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36162026-03-20T17:25:10.922Z Checking xshell v0.2.7
36172026-03-20T17:25:11.062Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36182026-03-20T17:25:11.102Z Checking primeorder v0.13.6
36192026-03-20T17:25:11.148Z Compiling proc-macro-error-attr2 v2.0.0
36202026-03-20T17:25:11.170Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36212026-03-20T17:25:11.215Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36222026-03-20T17:25:11.240Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36232026-03-20T17:25:11.387Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36242026-03-20T17:25:11.425Z Checking p384 v0.13.1
36252026-03-20T17:25:11.451Z Compiling num-derive v0.3.3
36262026-03-20T17:25:11.567Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-03-20T17:25:11.656Z Compiling proc-macro-error2 v2.0.1
36282026-03-20T17:25:11.795Z Compiling unicase v2.9.0
36292026-03-20T17:25:11.870Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36302026-03-20T17:25:12.006Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36312026-03-20T17:25:12.058Z Compiling mime_guess v2.0.5
36322026-03-20T17:25:12.077Z Compiling tabled_derive v0.11.0
36332026-03-20T17:25:12.145Z Checking papergrid v0.17.0
36342026-03-20T17:25:12.482Z Compiling progenitor-impl v0.11.2
36352026-03-20T17:25:12.608Z Checking libscf-sys v1.1.0
36362026-03-20T17:25:12.758Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-03-20T17:25:12.778Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36382026-03-20T17:25:12.926Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36392026-03-20T17:25:13.068Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36402026-03-20T17:25:13.455Z Checking testing_table v0.3.0
36412026-03-20T17:25:13.581Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36422026-03-20T17:25:13.686Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36432026-03-20T17:25:13.753Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36442026-03-20T17:25:13.812Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-03-20T17:25:13.839Z Checking corncobs v0.1.4
36462026-03-20T17:25:13.876Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36472026-03-20T17:25:13.945Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36482026-03-20T17:25:14.015Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-03-20T17:25:14.089Z Checking tabled v0.20.0
36502026-03-20T17:25:14.146Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36512026-03-20T17:25:14.370Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36522026-03-20T17:25:14.394Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-20T17:25:14.653Z Checking progenitor-client v0.11.2
36542026-03-20T17:25:14.821Z Checking secrecy v0.8.0
36552026-03-20T17:25:14.982Z Checking http-range v0.1.5
36562026-03-20T17:25:15.211Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36572026-03-20T17:25:15.233Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36582026-03-20T17:25:15.311Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-20T17:25:15.599Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36602026-03-20T17:25:15.618Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36612026-03-20T17:25:15.812Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36622026-03-20T17:25:15.854Z Checking atty v0.2.14
36632026-03-20T17:25:15.937Z Checking crc8 v0.1.1
36642026-03-20T17:25:15.974Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36652026-03-20T17:25:16.062Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36662026-03-20T17:25:16.083Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36672026-03-20T17:25:16.193Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36682026-03-20T17:25:16.213Z Compiling progenitor-macro v0.11.2
36692026-03-20T17:25:16.486Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36702026-03-20T17:25:16.649Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36712026-03-20T17:25:16.846Z Checking hyper-staticfile v0.10.1
36722026-03-20T17:25:16.935Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36732026-03-20T17:25:16.993Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36742026-03-20T17:25:17.141Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-20T17:25:17.213Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36762026-03-20T17:25:17.269Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36772026-03-20T17:25:17.453Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36782026-03-20T17:25:17.794Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792026-03-20T17:25:17.892Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36802026-03-20T17:25:18.295Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36812026-03-20T17:25:18.335Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36822026-03-20T17:25:18.402Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36832026-03-20T17:25:18.979Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36842026-03-20T17:25:19.039Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36852026-03-20T17:25:19.331Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-03-20T17:25:19.616Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36872026-03-20T17:25:20.133Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36882026-03-20T17:25:21.192Z Checking progenitor v0.11.2
36892026-03-20T17:25:21.359Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36902026-03-20T17:25:28.211Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36912026-03-20T17:25:44.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.14s
36922026-03-20T17:25:44.513Z
36932026-03-20T17:25:44.514Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36942026-03-20T17:25:45.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-03-20T17:25:45.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-03-20T17:25:45.579Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36972026-03-20T17:26:01.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
36982026-03-20T17:26:01.838Z
36992026-03-20T17:26:01.838Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37002026-03-20T17:26:02.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-03-20T17:26:02.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-03-20T17:26:02.902Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37032026-03-20T17:26:18.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.11s
37042026-03-20T17:26:19.201Z
37052026-03-20T17:26:19.201Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37062026-03-20T17:26:19.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-03-20T17:26:19.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-03-20T17:26:20.264Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37092026-03-20T17:26:36.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37102026-03-20T17:26:36.637Z
37112026-03-20T17:26:36.637Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37122026-03-20T17:26:37.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-03-20T17:26:37.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-03-20T17:26:37.700Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37152026-03-20T17:26:53.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.19s
37162026-03-20T17:26:54.077Z
37172026-03-20T17:26:54.077Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37182026-03-20T17:26:54.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-03-20T17:26:54.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-03-20T17:26:55.140Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-03-20T17:27:11.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37222026-03-20T17:27:11.509Z
37232026-03-20T17:27:11.510Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37242026-03-20T17:27:12.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-03-20T17:27:12.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-03-20T17:27:12.573Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-03-20T17:27:28.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37282026-03-20T17:27:28.936Z
37292026-03-20T17:27:28.936Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37302026-03-20T17:27:29.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-03-20T17:27:29.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-03-20T17:27:30.002Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-03-20T17:27:46.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.08s
37342026-03-20T17:27:46.263Z
37352026-03-20T17:27:46.263Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37362026-03-20T17:27:46.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-03-20T17:27:46.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-03-20T17:27:46.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-03-20T17:27:46.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37402026-03-20T17:27:47.075Z
37412026-03-20T17:27:47.075Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37422026-03-20T17:27:47.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-03-20T17:27:47.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-03-20T17:27:47.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-03-20T17:27:47.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37462026-03-20T17:27:47.889Z
37472026-03-20T17:27:47.889Zinfo: running `cargo check --bins` on range-requests (183/259)
37482026-03-20T17:27:48.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-03-20T17:27:48.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-03-20T17:27:48.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-03-20T17:27:48.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37522026-03-20T17:27:48.659Z
37532026-03-20T17:27:48.659Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37542026-03-20T17:27:49.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-03-20T17:27:49.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-03-20T17:27:49.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-03-20T17:27:49.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37582026-03-20T17:27:49.440Z
37592026-03-20T17:27:49.440Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37602026-03-20T17:27:50.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-03-20T17:27:50.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-03-20T17:27:50.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-03-20T17:27:50.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37642026-03-20T17:27:50.249Z
37652026-03-20T17:27:50.249Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37662026-03-20T17:27:50.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-03-20T17:27:50.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-03-20T17:27:50.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-03-20T17:27:50.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37702026-03-20T17:27:51.054Z
37712026-03-20T17:27:51.054Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37722026-03-20T17:27:51.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-03-20T17:27:51.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-03-20T17:27:51.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-03-20T17:27:51.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37762026-03-20T17:27:51.860Z
37772026-03-20T17:27:51.860Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37782026-03-20T17:27:52.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-03-20T17:27:52.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-03-20T17:27:52.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-03-20T17:27:52.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37822026-03-20T17:27:52.676Z
37832026-03-20T17:27:52.676Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37842026-03-20T17:27:53.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-03-20T17:27:53.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-03-20T17:27:53.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-03-20T17:27:53.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37882026-03-20T17:27:53.492Z
37892026-03-20T17:27:53.492Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37902026-03-20T17:27:54.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-03-20T17:27:54.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-03-20T17:27:54.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-03-20T17:27:54.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37942026-03-20T17:27:54.307Z
37952026-03-20T17:27:54.307Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
37962026-03-20T17:27:55.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-03-20T17:27:55.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-03-20T17:27:55.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-03-20T17:27:55.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38002026-03-20T17:27:55.121Z
38012026-03-20T17:27:55.121Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38022026-03-20T17:27:55.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-03-20T17:27:55.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-03-20T17:27:55.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-03-20T17:27:55.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38062026-03-20T17:27:55.940Z
38072026-03-20T17:27:55.940Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38082026-03-20T17:27:56.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-03-20T17:27:56.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-03-20T17:27:56.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-03-20T17:27:56.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38122026-03-20T17:27:56.764Z
38132026-03-20T17:27:56.764Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38142026-03-20T17:27:57.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-03-20T17:27:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-03-20T17:27:57.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-03-20T17:27:57.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38182026-03-20T17:27:57.580Z
38192026-03-20T17:27:57.580Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38202026-03-20T17:27:58.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-03-20T17:27:58.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-03-20T17:27:58.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-03-20T17:27:58.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38242026-03-20T17:27:58.421Z
38252026-03-20T17:27:58.421Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38262026-03-20T17:27:59.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-03-20T17:27:59.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-03-20T17:27:59.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-03-20T17:27:59.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38302026-03-20T17:27:59.280Z
38312026-03-20T17:27:59.280Zinfo: running `cargo check --bins` on update-common (197/259)
38322026-03-20T17:27:59.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-03-20T17:27:59.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-03-20T17:27:59.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-03-20T17:27:59.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38362026-03-20T17:28:00.082Z
38372026-03-20T17:28:00.082Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38382026-03-20T17:28:00.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-03-20T17:28:00.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-03-20T17:28:00.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-03-20T17:28:00.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38422026-03-20T17:28:00.941Z
38432026-03-20T17:28:00.941Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38442026-03-20T17:28:01.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-03-20T17:28:01.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-03-20T17:28:01.989Z Compiling fs-err v2.11.0
38472026-03-20T17:28:02.131Z Checking ignore v0.4.25
38482026-03-20T17:28:02.149Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38492026-03-20T17:28:02.152Z Checking predicates-tree v1.0.13
38502026-03-20T17:28:02.152Z Checking parse-size v1.1.0
38512026-03-20T17:28:02.196Z Checking rand_seeder v0.4.0
38522026-03-20T17:28:02.199Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38532026-03-20T17:28:02.231Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38542026-03-20T17:28:02.288Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-20T17:28:02.321Z Compiling petname v2.0.2
38562026-03-20T17:28:02.372Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38572026-03-20T17:28:02.559Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38582026-03-20T17:28:02.578Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38592026-03-20T17:28:02.662Z Checking globwalk v0.9.1
38602026-03-20T17:28:02.685Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38612026-03-20T17:28:02.780Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38622026-03-20T17:28:02.892Z Checking camino-tempfile-ext v0.3.3
38632026-03-20T17:28:02.912Z Checking sapling-renderdag v0.1.0
38642026-03-20T17:28:03.007Z Checking sync-ptr v0.1.4
38652026-03-20T17:28:03.166Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38662026-03-20T17:28:03.169Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38672026-03-20T17:28:03.259Z Checking colored v2.2.0
38682026-03-20T17:28:03.293Z Checking assert_matches v1.5.0
38692026-03-20T17:28:03.647Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38702026-03-20T17:28:03.752Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38712026-03-20T17:28:03.755Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38722026-03-20T17:28:04.519Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38732026-03-20T17:28:06.315Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38742026-03-20T17:28:09.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s
38752026-03-20T17:28:09.557Z
38762026-03-20T17:28:09.557Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38772026-03-20T17:28:10.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-20T17:28:10.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-20T17:28:10.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-20T17:28:10.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38812026-03-20T17:28:10.332Z
38822026-03-20T17:28:10.332Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38832026-03-20T17:28:11.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-20T17:28:11.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-20T17:28:11.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-20T17:28:11.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38872026-03-20T17:28:11.201Z
38882026-03-20T17:28:11.201Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38892026-03-20T17:28:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-20T17:28:11.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-20T17:28:12.172Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38922026-03-20T17:28:12.175Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38932026-03-20T17:28:13.013Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38942026-03-20T17:28:15.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
38952026-03-20T17:28:15.246Z
38962026-03-20T17:28:15.246Zinfo: running `cargo check --bins` on oximeter-api (203/259)
38972026-03-20T17:28:15.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-20T17:28:15.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-20T17:28:15.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-20T17:28:15.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39012026-03-20T17:28:16.040Z
39022026-03-20T17:28:16.040Zinfo: running `cargo check --bins` on cert-dev (204/259)
39032026-03-20T17:28:16.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-20T17:28:16.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-20T17:28:16.861Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39062026-03-20T17:28:17.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
39072026-03-20T17:28:17.410Z
39082026-03-20T17:28:17.410Zinfo: running `cargo check --bins` on clickana (205/259)
39092026-03-20T17:28:18.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-20T17:28:18.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-20T17:28:18.283Z Compiling darling_core v0.23.0
39122026-03-20T17:28:18.409Z Compiling instability v0.3.11
39132026-03-20T17:28:18.423Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39142026-03-20T17:28:18.426Z Checking castaway v0.2.4
39152026-03-20T17:28:18.448Z Compiling indoc v2.0.7
39162026-03-20T17:28:18.464Z Checking unicode-truncate v1.1.0
39172026-03-20T17:28:18.466Z Checking lru v0.12.5
39182026-03-20T17:28:18.466Z Checking cassowary v0.3.0
39192026-03-20T17:28:18.559Z Checking compact_str v0.8.1
39202026-03-20T17:28:19.724Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39212026-03-20T17:28:19.948Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39222026-03-20T17:28:20.430Z Compiling darling_macro v0.23.0
39232026-03-20T17:28:20.950Z Compiling darling v0.23.0
39242026-03-20T17:28:21.720Z Checking ratatui v0.29.0
39252026-03-20T17:28:23.255Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39262026-03-20T17:28:24.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.68s
39272026-03-20T17:28:24.309Z
39282026-03-20T17:28:24.309Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39292026-03-20T17:28:25.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-03-20T17:28:25.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-03-20T17:28:25.296Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39322026-03-20T17:28:25.299Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39332026-03-20T17:28:26.035Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39342026-03-20T17:28:26.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
39352026-03-20T17:28:26.780Z
39362026-03-20T17:28:26.780Zinfo: running `cargo check --bins` on ch-dev (207/259)
39372026-03-20T17:28:27.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-03-20T17:28:27.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-03-20T17:28:27.756Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39402026-03-20T17:28:28.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
39412026-03-20T17:28:28.932Z
39422026-03-20T17:28:28.932Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39432026-03-20T17:28:29.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-03-20T17:28:29.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-03-20T17:28:29.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-03-20T17:28:29.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39472026-03-20T17:28:29.547Z
39482026-03-20T17:28:29.547Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39492026-03-20T17:28:30.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-03-20T17:28:30.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-03-20T17:28:30.524Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39522026-03-20T17:28:31.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39532026-03-20T17:28:31.312Z
39542026-03-20T17:28:31.312Zinfo: running `cargo check --bins` on db-dev (210/259)
39552026-03-20T17:28:32.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-03-20T17:28:32.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-03-20T17:28:32.300Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39582026-03-20T17:28:33.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39592026-03-20T17:28:33.490Z
39602026-03-20T17:28:33.490Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39612026-03-20T17:28:34.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-03-20T17:28:34.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-03-20T17:28:34.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-03-20T17:28:34.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
39652026-03-20T17:28:34.343Z
39662026-03-20T17:28:34.343Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39672026-03-20T17:28:35.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-03-20T17:28:35.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-03-20T17:28:35.162Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39702026-03-20T17:28:36.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
39712026-03-20T17:28:36.243Z
39722026-03-20T17:28:36.243Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39732026-03-20T17:28:36.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-03-20T17:28:36.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-03-20T17:28:37.269Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39762026-03-20T17:28:37.269Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-20T17:28:37.272Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39782026-03-20T17:28:37.272Z Checking git-stub v1.0.0
39792026-03-20T17:28:37.423Z Compiling trait-variant v0.1.2
39802026-03-20T17:28:37.435Z Checking maplit v1.0.2
39812026-03-20T17:28:37.438Z Checking is_ci v1.2.0
39822026-03-20T17:28:37.484Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39832026-03-20T17:28:37.546Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39842026-03-20T17:28:37.581Z Checking supports-color v3.0.2
39852026-03-20T17:28:37.601Z Checking git-stub-vcs v0.1.0
39862026-03-20T17:28:37.677Z Checking drift v0.1.3
39872026-03-20T17:28:37.734Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39882026-03-20T17:28:37.758Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39892026-03-20T17:28:37.851Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39902026-03-20T17:28:37.996Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39912026-03-20T17:28:38.063Z Checking dropshot-api-manager v0.6.0
39922026-03-20T17:28:38.084Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39932026-03-20T17:28:38.188Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39942026-03-20T17:28:38.351Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39952026-03-20T17:28:38.474Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-20T17:28:38.662Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39972026-03-20T17:28:39.167Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39982026-03-20T17:28:46.011Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
39992026-03-20T17:28:47.394Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40002026-03-20T17:28:48.162Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40012026-03-20T17:28:48.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.43s
40022026-03-20T17:28:48.916Z
40032026-03-20T17:28:48.916Zinfo: running `cargo check --bins` on installinator-api (214/259)
40042026-03-20T17:28:49.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-03-20T17:28:49.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-03-20T17:28:49.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-03-20T17:28:49.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40082026-03-20T17:28:49.714Z
40092026-03-20T17:28:49.714Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40102026-03-20T17:28:50.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-03-20T17:28:50.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-03-20T17:28:50.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-03-20T17:28:50.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40142026-03-20T17:28:50.558Z
40152026-03-20T17:28:50.558Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40162026-03-20T17:28:51.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-03-20T17:28:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-03-20T17:28:51.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-03-20T17:28:51.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40202026-03-20T17:28:51.405Z
40212026-03-20T17:28:51.405Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40222026-03-20T17:28:52.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-03-20T17:28:52.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-03-20T17:28:52.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-03-20T17:28:52.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40262026-03-20T17:28:52.257Z
40272026-03-20T17:28:52.257Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40282026-03-20T17:28:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-03-20T17:28:52.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-03-20T17:28:52.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-03-20T17:28:52.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40322026-03-20T17:28:53.051Z
40332026-03-20T17:28:53.051Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40342026-03-20T17:28:53.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-03-20T17:28:53.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-03-20T17:28:53.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-03-20T17:28:53.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40382026-03-20T17:28:53.825Z
40392026-03-20T17:28:53.825Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40402026-03-20T17:28:54.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-03-20T17:28:54.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-03-20T17:28:54.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-03-20T17:28:54.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40442026-03-20T17:28:54.646Z
40452026-03-20T17:28:54.647Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40462026-03-20T17:28:55.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-03-20T17:28:55.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-03-20T17:28:55.474Z Checking erased-serde v0.4.9
40492026-03-20T17:28:55.599Z Checking ordered-float v2.10.1
40502026-03-20T17:28:55.621Z Checking unicode-xid v0.2.6
40512026-03-20T17:28:55.645Z Checking cargo-platform v0.2.0
40522026-03-20T17:28:55.882Z Checking serde-value v0.7.0
40532026-03-20T17:28:56.053Z Checking serde-untagged v0.1.9
40542026-03-20T17:28:59.592Z Checking cargo-util-schemas v0.8.2
40552026-03-20T17:28:59.621Z Checking cargo_metadata v0.21.0
40562026-03-20T17:28:59.621Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40572026-03-20T17:28:59.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
40582026-03-20T17:28:59.621Z
40592026-03-20T17:28:59.621Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40602026-03-20T17:29:01.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-20T17:29:01.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-20T17:29:01.089Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40632026-03-20T17:29:01.089Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40642026-03-20T17:29:01.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
40652026-03-20T17:29:02.066Z
40662026-03-20T17:29:02.066Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40672026-03-20T17:29:03.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-20T17:29:03.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-20T17:29:03.223Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40702026-03-20T17:29:03.223Z Compiling vergen-gitcl v1.0.8
40712026-03-20T17:29:03.223Z Compiling dirs-sys-next v0.1.2
40722026-03-20T17:29:03.223Z Compiling glob v0.3.3
40732026-03-20T17:29:03.223Z Compiling crunchy v0.2.4
40742026-03-20T17:29:03.223Z Compiling diesel_derives v2.3.7
40752026-03-20T17:29:03.223Z Compiling dsl_auto_type v0.2.0
40762026-03-20T17:29:03.231Z Checking scheduled-thread-pool v0.2.7
40772026-03-20T17:29:03.593Z Compiling dirs-next v2.0.0
40782026-03-20T17:29:03.598Z Compiling diesel_table_macro_syntax v0.3.0
40792026-03-20T17:29:03.598Z Compiling tiny-keccak v2.0.2
40802026-03-20T17:29:03.608Z Compiling term v0.7.0
40812026-03-20T17:29:03.771Z Checking r2d2 v0.8.10
40822026-03-20T17:29:03.791Z Compiling bit-vec v0.6.3
40832026-03-20T17:29:04.278Z Compiling clang-sys v1.8.1
40842026-03-20T17:29:04.290Z Checking downcast-rs v2.0.2
40852026-03-20T17:29:04.290Z Compiling ascii-canvas v3.0.0
40862026-03-20T17:29:04.290Z Compiling bit-set v0.5.3
40872026-03-20T17:29:04.290Z Compiling itertools v0.10.5
40882026-03-20T17:29:04.316Z Compiling ena v0.14.4
40892026-03-20T17:29:04.343Z Compiling libloading v0.8.9
40902026-03-20T17:29:04.362Z Compiling diff v0.1.13
40912026-03-20T17:29:04.645Z Compiling bindgen v0.71.1
40922026-03-20T17:29:04.648Z Compiling regex-syntax v0.6.29
40932026-03-20T17:29:04.648Z Compiling cexpr v0.6.0
40942026-03-20T17:29:04.702Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40952026-03-20T17:29:05.018Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40962026-03-20T17:29:05.023Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40972026-03-20T17:29:05.159Z Compiling libxml v0.3.3
40982026-03-20T17:29:05.399Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
40992026-03-20T17:29:05.602Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41002026-03-20T17:29:05.650Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41012026-03-20T17:29:05.793Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41022026-03-20T17:29:05.813Z Compiling strum_macros v0.24.3
41032026-03-20T17:29:05.890Z Compiling indoc v1.0.9
41042026-03-20T17:29:06.459Z Compiling lalrpop v0.19.12
41052026-03-20T17:29:07.319Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41062026-03-20T17:29:07.511Z Checking derive_builder v0.20.2
41072026-03-20T17:29:07.564Z Compiling oso-derive v0.27.3
41082026-03-20T17:29:08.018Z Checking quick-xml v0.37.5
41092026-03-20T17:29:08.034Z Compiling impl-trait-for-tuples v0.2.3
41102026-03-20T17:29:08.312Z Checking openssl-probe v0.1.6
41112026-03-20T17:29:08.577Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41122026-03-20T17:29:09.011Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41132026-03-20T17:29:09.212Z Checking bb8 v0.8.6
41142026-03-20T17:29:09.475Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41152026-03-20T17:29:09.525Z Checking nonempty v0.12.0
41162026-03-20T17:29:09.669Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41172026-03-20T17:29:09.741Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-20T17:29:09.845Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41192026-03-20T17:29:09.992Z Checking support-bundle-viewer v0.1.2
41202026-03-20T17:29:10.002Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41212026-03-20T17:29:10.151Z Checking multimap v0.10.1
41222026-03-20T17:29:11.241Z Checking diesel v2.3.7
41232026-03-20T17:29:12.966Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41242026-03-20T17:29:14.265Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41252026-03-20T17:29:14.758Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41262026-03-20T17:29:15.174Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41272026-03-20T17:29:16.506Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41282026-03-20T17:29:16.590Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41292026-03-20T17:29:16.813Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302026-03-20T17:29:17.479Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41312026-03-20T17:29:20.177Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41322026-03-20T17:29:25.479Z Compiling samael v0.0.19
41332026-03-20T17:29:31.396Z Checking async-bb8-diesel v0.2.1
41342026-03-20T17:29:31.842Z Checking diesel-dtrace v0.5.0
41352026-03-20T17:29:33.832Z Compiling polar-core v0.27.3
41362026-03-20T17:29:39.667Z Checking oso v0.27.3
41372026-03-20T17:30:33.528Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41382026-03-20T17:31:20.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41392026-03-20T17:31:20.534Z
41402026-03-20T17:31:20.534Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41412026-03-20T17:31:21.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-03-20T17:31:21.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-03-20T17:31:21.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41442026-03-20T17:31:21.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41452026-03-20T17:31:21.405Z
41462026-03-20T17:31:21.405Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41472026-03-20T17:31:22.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-03-20T17:31:22.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-03-20T17:31:22.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-03-20T17:31:22.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41512026-03-20T17:31:22.266Z
41522026-03-20T17:31:22.266Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41532026-03-20T17:31:22.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-03-20T17:31:22.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-03-20T17:31:22.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41562026-03-20T17:31:22.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41572026-03-20T17:31:23.038Z
41582026-03-20T17:31:23.038Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41592026-03-20T17:31:23.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-20T17:31:23.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-20T17:31:24.221Z Compiling libz-sys v1.1.24
41622026-03-20T17:31:24.376Z Compiling libgit2-sys v0.18.3+1.9.2
41632026-03-20T17:31:24.395Z Compiling vergen-git2 v1.0.7
41642026-03-20T17:31:24.412Z Compiling rustls v0.21.12
41652026-03-20T17:31:24.430Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41662026-03-20T17:31:24.449Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41672026-03-20T17:31:24.452Z Checking sct v0.7.1
41682026-03-20T17:31:24.452Z Checking rustls-webpki v0.101.7
41692026-03-20T17:31:24.636Z Compiling nix v0.29.0
41702026-03-20T17:31:24.679Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41712026-03-20T17:31:24.717Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41722026-03-20T17:31:24.736Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41732026-03-20T17:31:24.893Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-20T17:31:25.058Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41752026-03-20T17:31:25.078Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41762026-03-20T17:31:25.161Z Checking rustls-pemfile v1.0.4
41772026-03-20T17:31:25.326Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41782026-03-20T17:31:25.465Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41792026-03-20T17:31:25.659Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41802026-03-20T17:31:25.696Z Checking twox-hash v2.1.2
41812026-03-20T17:31:25.805Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41822026-03-20T17:31:26.536Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-03-20T17:31:26.669Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41842026-03-20T17:31:26.689Z Checking tokio-rustls v0.24.1
41852026-03-20T17:31:26.833Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41862026-03-20T17:31:26.943Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41872026-03-20T17:31:27.121Z Checking fatfs v0.3.6
41882026-03-20T17:31:27.511Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41892026-03-20T17:31:27.657Z Compiling seq-macro v0.3.6
41902026-03-20T17:31:32.487Z Compiling git2 v0.20.4
41912026-03-20T17:31:33.577Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41922026-03-20T17:31:33.735Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-20T17:31:35.738Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41942026-03-20T17:32:45.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
41952026-03-20T17:32:46.237Z
41962026-03-20T17:32:46.237Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
41972026-03-20T17:32:47.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-20T17:32:47.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-20T17:32:47.470Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42002026-03-20T17:33:47.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42012026-03-20T17:33:47.330Z
42022026-03-20T17:33:47.330Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42032026-03-20T17:33:48.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-20T17:33:48.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-20T17:33:48.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-20T17:33:48.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42072026-03-20T17:33:48.112Z
42082026-03-20T17:33:48.112Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42092026-03-20T17:33:48.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-20T17:33:48.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-20T17:33:48.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-20T17:33:48.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42132026-03-20T17:33:48.975Z
42142026-03-20T17:33:48.975Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42152026-03-20T17:33:49.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-20T17:33:49.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-20T17:33:49.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-03-20T17:33:49.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42192026-03-20T17:33:49.823Z
42202026-03-20T17:33:49.823Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42212026-03-20T17:33:50.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-03-20T17:33:50.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-03-20T17:33:50.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-03-20T17:33:50.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42252026-03-20T17:33:50.695Z
42262026-03-20T17:33:50.695Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42272026-03-20T17:33:51.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-03-20T17:33:51.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-03-20T17:33:51.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-03-20T17:33:51.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42312026-03-20T17:33:51.563Z
42322026-03-20T17:33:51.563Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42332026-03-20T17:33:52.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-03-20T17:33:52.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-03-20T17:33:52.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-03-20T17:33:52.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42372026-03-20T17:33:52.429Z
42382026-03-20T17:33:52.429Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42392026-03-20T17:33:53.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-03-20T17:33:53.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-03-20T17:33:53.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-03-20T17:33:53.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
42432026-03-20T17:33:53.273Z
42442026-03-20T17:33:53.273Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42452026-03-20T17:33:54.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-03-20T17:33:54.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-03-20T17:33:54.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-03-20T17:33:54.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42492026-03-20T17:33:54.134Z
42502026-03-20T17:33:54.134Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42512026-03-20T17:33:54.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-03-20T17:33:54.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-03-20T17:33:55.362Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42542026-03-20T17:33:55.365Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42552026-03-20T17:33:55.551Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42562026-03-20T17:33:55.577Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42572026-03-20T17:33:55.597Z Checking diff v0.1.13
42582026-03-20T17:33:55.600Z Checking yansi v1.0.1
42592026-03-20T17:33:55.616Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42602026-03-20T17:33:55.636Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42612026-03-20T17:33:55.764Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42622026-03-20T17:33:55.956Z Checking pretty_assertions v1.4.1
42632026-03-20T17:33:56.800Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42642026-03-20T17:34:29.593Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42652026-03-20T17:34:29.599Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42662026-03-20T17:34:29.599Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42672026-03-20T17:34:29.599Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42682026-03-20T17:34:29.599Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42692026-03-20T17:34:29.599Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42702026-03-20T17:34:30.501Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42712026-03-20T17:34:31.921Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42722026-03-20T17:35:32.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42732026-03-20T17:35:32.478Z
42742026-03-20T17:35:32.478Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42752026-03-20T17:35:33.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-03-20T17:35:33.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-03-20T17:35:33.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-03-20T17:35:33.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42792026-03-20T17:35:33.257Z
42802026-03-20T17:35:33.257Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42812026-03-20T17:35:34.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-03-20T17:35:34.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-03-20T17:35:34.315Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42842026-03-20T17:35:34.459Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42852026-03-20T17:35:34.462Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42862026-03-20T17:36:11.464Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-03-20T17:36:11.955Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42882026-03-20T17:36:14.307Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42892026-03-20T17:36:14.881Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42902026-03-20T17:36:19.009Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42912026-03-20T17:36:51.153Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42922026-03-20T17:36:51.973Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42932026-03-20T17:36:54.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42942026-03-20T17:36:54.363Z
42952026-03-20T17:36:54.363Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
42962026-03-20T17:36:55.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-20T17:36:55.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-20T17:36:55.513Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42992026-03-20T17:36:56.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
43002026-03-20T17:36:56.469Z
43012026-03-20T17:36:56.474Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43022026-03-20T17:36:57.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-20T17:36:57.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-20T17:36:57.332Z Compiling blake3 v1.8.3
43052026-03-20T17:36:57.484Z Checking arrayvec v0.7.6
43062026-03-20T17:36:57.485Z Checking constant_time_eq v0.4.2
43072026-03-20T17:36:57.515Z Checking arrayref v0.3.9
43082026-03-20T17:36:57.515Z Checking topological-sort v0.2.2
43092026-03-20T17:36:57.515Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43102026-03-20T17:36:57.515Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43112026-03-20T17:36:57.515Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43122026-03-20T17:36:57.609Z Checking shell-words v1.1.1
43132026-03-20T17:36:58.476Z Checking omicron-zone-package v0.12.2
43142026-03-20T17:36:59.496Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43152026-03-20T17:37:00.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
43162026-03-20T17:37:00.774Z
43172026-03-20T17:37:00.774Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43182026-03-20T17:37:05.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-03-20T17:37:05.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-03-20T17:37:05.407Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43212026-03-20T17:37:05.407Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43222026-03-20T17:37:05.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
43232026-03-20T17:37:05.408Z
43242026-03-20T17:37:05.408Zinfo: running `cargo check --bins` on xtask (243/259)
43252026-03-20T17:37:05.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-03-20T17:37:05.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-03-20T17:37:05.408Z Checking libc v0.2.180
43282026-03-20T17:37:05.409Z Checking serde v1.0.228
43292026-03-20T17:37:05.409Z Checking zerofrom v0.1.6
43302026-03-20T17:37:05.409Z Checking bitflags v2.11.0
43312026-03-20T17:37:05.409Z Checking hashbrown v0.16.1
43322026-03-20T17:37:05.409Z Checking smallvec v1.15.1
43332026-03-20T17:37:05.409Z Checking serde_json v1.0.149
43342026-03-20T17:37:05.409Z Checking scroll v0.12.0
43352026-03-20T17:37:05.409Z Checking yoke v0.8.1
43362026-03-20T17:37:05.409Z Checking num-traits v0.2.19
43372026-03-20T17:37:05.409Z Checking thiserror v1.0.69
43382026-03-20T17:37:05.409Z Checking zerovec v0.11.5
43392026-03-20T17:37:05.409Z Checking zerotrie v0.2.3
43402026-03-20T17:37:05.409Z Checking log v0.4.29
43412026-03-20T17:37:05.409Z Checking errno v0.3.14
43422026-03-20T17:37:05.409Z Checking rustix v1.1.3
43432026-03-20T17:37:05.409Z Checking serde_spanned v0.6.9
43442026-03-20T17:37:05.409Z Checking toml_datetime v0.6.11
43452026-03-20T17:37:05.409Z Checking indexmap v2.13.0
43462026-03-20T17:37:05.410Z Checking percent-encoding v2.3.2
43472026-03-20T17:37:05.410Z Checking zerocopy v0.7.35
43482026-03-20T17:37:05.410Z Checking goblin v0.8.2
43492026-03-20T17:37:05.410Z Checking form_urlencoded v1.2.2
43502026-03-20T17:37:05.410Z Checking getrandom v0.4.1
43512026-03-20T17:37:05.410Z Checking tinystr v0.8.2
43522026-03-20T17:37:05.410Z Checking potential_utf v0.1.4
43532026-03-20T17:37:05.410Z Checking ordered-float v2.10.1
43542026-03-20T17:37:05.410Z Checking thiserror v2.0.18
43552026-03-20T17:37:05.410Z Checking icu_collections v2.1.1
43562026-03-20T17:37:05.410Z Checking icu_locale_core v2.1.1
43572026-03-20T17:37:05.410Z Checking syn v2.0.117
43582026-03-20T17:37:05.410Z Checking serde-value v0.7.0
43592026-03-20T17:37:05.410Z Checking toml_edit v0.22.27
43602026-03-20T17:37:05.410Z Checking dtrace-parser v0.2.0
43612026-03-20T17:37:05.410Z Checking thread-id v4.2.2
43622026-03-20T17:37:05.410Z Checking once_cell v1.21.3
43632026-03-20T17:37:05.410Z Checking cargo-platform v0.2.0
43642026-03-20T17:37:05.410Z Checking terminal_size v0.4.3
43652026-03-20T17:37:05.410Z Checking memmap v0.7.0
43662026-03-20T17:37:05.410Z Checking clap_builder v4.5.60
43672026-03-20T17:37:05.410Z Checking tempfile v3.25.0
43682026-03-20T17:37:05.410Z Checking textwrap v0.16.2
43692026-03-20T17:37:05.410Z Checking fs-err v3.3.0
43702026-03-20T17:37:05.456Z Checking icu_provider v2.1.1
43712026-03-20T17:37:05.559Z Checking camino-tempfile v1.4.1
43722026-03-20T17:37:05.590Z Checking tabled v0.15.0
43732026-03-20T17:37:05.602Z Checking anyhow v1.0.102
43742026-03-20T17:37:05.727Z Checking icu_properties v2.1.2
43752026-03-20T17:37:05.756Z Checking icu_normalizer v2.1.1
43762026-03-20T17:37:05.858Z Checking macaddr v1.0.1
43772026-03-20T17:37:06.088Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43782026-03-20T17:37:06.397Z Checking toml v0.8.23
43792026-03-20T17:37:06.842Z Checking cargo_toml v0.21.0
43802026-03-20T17:37:06.864Z Checking idna_adapter v1.2.1
43812026-03-20T17:37:06.914Z Checking dof v0.3.0
43822026-03-20T17:37:06.979Z Checking clap v4.5.60
43832026-03-20T17:37:07.010Z Checking idna v1.1.0
43842026-03-20T17:37:07.274Z Checking usdt-impl v0.5.0
43852026-03-20T17:37:07.308Z Checking url v2.5.8
43862026-03-20T17:37:07.596Z Checking usdt v0.5.0
43872026-03-20T17:37:07.776Z Checking cargo-util-schemas v0.8.2
43882026-03-20T17:37:08.769Z Checking cargo_metadata v0.21.0
43892026-03-20T17:37:09.627Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43902026-03-20T17:37:10.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.43s
43912026-03-20T17:37:10.335Z
43922026-03-20T17:37:10.335Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43932026-03-20T17:37:11.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-03-20T17:37:11.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-03-20T17:37:11.431Z Checking polyval v0.6.2
43962026-03-20T17:37:11.578Z Checking ctr v0.9.2
43972026-03-20T17:37:11.596Z Checking ssh-encoding v0.2.0
43982026-03-20T17:37:11.599Z Checking blowfish v0.9.1
43992026-03-20T17:37:11.631Z Checking password-hash v0.4.2
44002026-03-20T17:37:11.652Z Checking p521 v0.13.3
44012026-03-20T17:37:11.655Z Checking p256 v0.13.2
44022026-03-20T17:37:11.689Z Checking russh-cryptovec v0.7.3
44032026-03-20T17:37:11.758Z Checking ghash v0.5.1
44042026-03-20T17:37:11.776Z Checking md5 v0.7.0
44052026-03-20T17:37:11.794Z Checking bcrypt-pbkdf v0.10.0
44062026-03-20T17:37:11.827Z Checking num-bigint v0.4.6
44072026-03-20T17:37:11.851Z Checking des v0.8.1
44082026-03-20T17:37:11.896Z Checking aes-gcm v0.10.3
44092026-03-20T17:37:11.917Z Checking pbkdf2 v0.11.0
44102026-03-20T17:37:11.986Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44112026-03-20T17:37:11.990Z Checking hex-literal v0.4.1
44122026-03-20T17:37:12.022Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44132026-03-20T17:37:12.042Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44142026-03-20T17:37:12.083Z Checking ssh-cipher v0.2.0
44152026-03-20T17:37:12.121Z Checking socket2 v0.5.10
44162026-03-20T17:37:12.142Z Checking internet-checksum v0.2.1
44172026-03-20T17:37:12.293Z Checking ssh-key v0.6.7
44182026-03-20T17:37:12.497Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44192026-03-20T17:37:13.165Z Checking russh-keys v0.45.0
44202026-03-20T17:37:13.899Z Checking russh v0.45.0
44212026-03-20T17:37:35.868Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44222026-03-20T17:37:37.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.07s
44232026-03-20T17:37:37.659Z
44242026-03-20T17:37:37.659Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44252026-03-20T17:37:38.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-03-20T17:37:38.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-03-20T17:37:38.526Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44282026-03-20T17:37:38.656Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44292026-03-20T17:37:38.669Z Checking termios v0.3.3
44302026-03-20T17:37:40.352Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44312026-03-20T17:37:40.531Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44322026-03-20T17:37:43.201Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44332026-03-20T17:37:43.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
44342026-03-20T17:37:44.175Z
44352026-03-20T17:37:44.176Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44362026-03-20T17:37:44.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-03-20T17:37:44.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-03-20T17:37:45.114Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44392026-03-20T17:37:45.248Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44402026-03-20T17:37:45.267Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44412026-03-20T17:37:45.270Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44422026-03-20T17:37:45.292Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44432026-03-20T17:37:45.545Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44442026-03-20T17:37:45.548Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44452026-03-20T17:37:46.480Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44462026-03-20T17:37:46.784Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44472026-03-20T17:37:46.784Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44482026-03-20T17:37:47.647Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44492026-03-20T17:37:49.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
44502026-03-20T17:37:50.009Z
44512026-03-20T17:37:50.009Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44522026-03-20T17:37:50.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-03-20T17:37:50.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-03-20T17:37:50.866Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44552026-03-20T17:37:51.450Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44562026-03-20T17:37:51.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44572026-03-20T17:37:52.088Z
44582026-03-20T17:37:52.088Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44592026-03-20T17:37:52.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-03-20T17:37:52.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-03-20T17:37:52.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-03-20T17:37:52.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44632026-03-20T17:37:52.868Z
44642026-03-20T17:37:52.868Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44652026-03-20T17:37:53.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-03-20T17:37:53.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-03-20T17:37:53.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-03-20T17:37:53.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
44692026-03-20T17:37:53.637Z
44702026-03-20T17:37:53.637Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44712026-03-20T17:37:54.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-03-20T17:37:54.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-03-20T17:37:54.664Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44742026-03-20T17:37:55.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
44752026-03-20T17:37:55.635Z
44762026-03-20T17:37:55.635Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44772026-03-20T17:37:56.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-03-20T17:37:56.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-03-20T17:37:56.507Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44802026-03-20T17:37:56.511Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44812026-03-20T17:37:56.810Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44822026-03-20T17:37:56.813Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44832026-03-20T17:37:57.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
44842026-03-20T17:37:58.020Z
44852026-03-20T17:37:58.020Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44862026-03-20T17:37:58.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-20T17:37:58.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-20T17:37:58.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44892026-03-20T17:37:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44902026-03-20T17:37:58.793Z
44912026-03-20T17:37:58.793Zinfo: running `cargo check --bins` on omicron-package (253/259)
44922026-03-20T17:37:59.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-20T17:37:59.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-20T17:37:59.691Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44952026-03-20T17:38:01.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
44962026-03-20T17:38:01.291Z
44972026-03-20T17:38:01.291Zinfo: running `cargo check --bins` on tqdb (254/259)
44982026-03-20T17:38:02.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-03-20T17:38:02.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-03-20T17:38:02.347Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45012026-03-20T17:38:02.789Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45022026-03-20T17:38:03.495Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45032026-03-20T17:38:03.495Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45042026-03-20T17:38:10.136Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45052026-03-20T17:38:11.056Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45062026-03-20T17:38:11.059Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45072026-03-20T17:38:11.059Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45082026-03-20T17:38:11.059Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45092026-03-20T17:38:12.059Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45102026-03-20T17:38:21.581Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45112026-03-20T17:38:29.937Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45122026-03-20T17:38:29.937Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45132026-03-20T17:38:29.940Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45142026-03-20T17:38:29.940Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45152026-03-20T17:38:31.894Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45162026-03-20T17:38:33.716Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45172026-03-20T17:38:34.628Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45182026-03-20T17:38:36.365Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45192026-03-20T17:38:37.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s
45202026-03-20T17:38:37.317Z
45212026-03-20T17:38:37.317Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45222026-03-20T17:38:38.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-20T17:38:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-20T17:38:38.278Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45252026-03-20T17:38:38.281Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45262026-03-20T17:38:38.428Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45272026-03-20T17:38:38.472Z Checking rtoolbox v0.0.3
45282026-03-20T17:38:38.475Z Checking tui-tree-widget v0.23.1
45292026-03-20T17:38:38.641Z Checking rpassword v7.4.0
45302026-03-20T17:38:38.734Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45312026-03-20T17:38:39.699Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45322026-03-20T17:38:46.319Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45332026-03-20T17:38:47.234Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45342026-03-20T17:38:48.621Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45352026-03-20T17:38:52.882Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45362026-03-20T17:38:55.402Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45372026-03-20T17:38:56.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.24s
45382026-03-20T17:38:56.788Z
45392026-03-20T17:38:56.789Zinfo: running `cargo check --bins` on wicket (256/259)
45402026-03-20T17:38:57.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-20T17:38:57.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-20T17:38:57.724Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45432026-03-20T17:38:58.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45442026-03-20T17:38:58.404Z
45452026-03-20T17:38:58.404Zinfo: running `cargo check --bins` on wicketd (257/259)
45462026-03-20T17:38:59.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-20T17:38:59.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-20T17:38:59.384Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45492026-03-20T17:38:59.391Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45502026-03-20T17:38:59.531Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45512026-03-20T17:38:59.535Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45522026-03-20T17:39:00.952Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45532026-03-20T17:39:01.740Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45542026-03-20T17:39:05.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.37s
45552026-03-20T17:39:06.027Z
45562026-03-20T17:39:06.027Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45572026-03-20T17:39:06.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-03-20T17:39:06.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-03-20T17:39:06.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-03-20T17:39:06.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45612026-03-20T17:39:06.801Z
45622026-03-20T17:39:06.802Zinfo: running `cargo check --bins` on zone-setup (259/259)
45632026-03-20T17:39:07.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-03-20T17:39:07.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-03-20T17:39:07.702Z Checking uzers v0.12.2
45662026-03-20T17:39:08.047Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45672026-03-20T17:39:08.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45682026-03-20T17:39:09.237Z
45692026-03-20T17:39:09.240Zreal 19:09.057899636
45702026-03-20T17:39:09.240Zuser 28:32.073906643
45712026-03-20T17:39:09.240Zsys 5:14.432320043
45722026-03-20T17:39:09.240Ztrap 0.484323676
45732026-03-20T17:39:09.240Ztflt 0.299497540
45742026-03-20T17:39:09.240Zdflt 0.645685621
45752026-03-20T17:39:09.240Zkflt 0.000866545
45762026-03-20T17:39:09.240Zlock 1:48:13.840382687
45772026-03-20T17:39:09.240Zslp 2:14:09.625592768
45782026-03-20T17:39:09.240Zlat 1:23.434690751
45792026-03-20T17:39:09.240Zstop 5:20.458423204
45802026-03-20T17:39:09.240Zprocess exited: duration 1384558 ms, exit code 0
 
45812026-03-20T17:39:09.247Zfound 0 output files