01KRQDWVXCQ5D0H8GPMPE64GKB: check-features (helios)

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

Buildomat Job: 01KRQDYB7AWJ51R5062HW1PW28

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:41:27.246Zjob assigned to worker 01KRQDYJ8WKENX3PGDDDQ5A7CG [factory aws, i-0911a69fd72087548] (queued for 48 s)
 
22026-05-16T03:41:34.001Zstarting task 0: "setup"
32026-05-16T03:41:34.007Z++ uname -s
42026-05-16T03:41:34.012Z+ kern=SunOS
52026-05-16T03:41:34.012Z+ build_user=build
62026-05-16T03:41:34.012Z+ build_uid=12345
72026-05-16T03:41:34.012Z+ work_dir=/work
82026-05-16T03:41:34.012Z+ input_dir=/input
92026-05-16T03:41:34.012Z+ [[ 0 == 12345 ]]
102026-05-16T03:41:34.012Z+ case "$kern" in
112026-05-16T03:41:34.012Z+ groupadd -g 12345 build
122026-05-16T03:41:34.012Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:41:36.017Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:41:36.184Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:41:36.189Z+ home_fs=zfs
162026-05-16T03:41:36.189Z+ [[ zfs == autofs ]]
172026-05-16T03:41:36.189Z+ mkdir -p /home/build
182026-05-16T03:41:36.189Z+ chown build:build /home/build /work
192026-05-16T03:41:38.141Z+ chmod 0700 /home/build /work
202026-05-16T03:41:38.146Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-16T03:41:38.158Zstarting task 1: "rust-toolchain"
222026-05-16T03:41:38.163Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:41:38.163Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-16T03:41:38.163Z * rust toolchain channel = "1.94.0"
252026-05-16T03:41:38.163Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-16T03:41:38.163Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:41:38.163Z * rust toolchain profile = "default"
282026-05-16T03:41:38.169Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:41:38.169Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:41:38.269Zinfo: downloading installer
312026-05-16T03:41:39.631Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:41:39.631Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:41:39.631Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:41:39.631Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:41:39.644Zinfo: profile set to default
362026-05-16T03:41:39.644Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:41:39.647Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:41:39.778Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:41:39.784Zinfo: downloading 6 components
402026-05-16T03:41:53.797Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:41:53.797Z
422026-05-16T03:41:53.824Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:41:53.824Z
442026-05-16T03:41:53.824Z
452026-05-16T03:41:53.824ZRust is installed now. Great!
462026-05-16T03:41:53.824Z
472026-05-16T03:41:53.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:41:53.824Zenvironment variable. This has not been done automatically.
492026-05-16T03:41:53.824Z
502026-05-16T03:41:53.824ZTo configure your current shell, you need to source
512026-05-16T03:41:53.824Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:41:53.824Z
532026-05-16T03:41:53.824ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:41:53.824Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:41:53.825Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:41:53.825Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:41:53.825Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:41:53.825Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:41:53.825Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:41:53.828Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:41:53.828Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:41:53.915Z+ rustup --version
632026-05-16T03:41:53.923Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:41:53.927Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:41:53.944Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:41:53.948Z+ cargo --version
672026-05-16T03:41:53.960Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:41:53.964Z+ rustc --version
692026-05-16T03:41:53.983Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:41:53.986Zprocess exited: duration 15827 ms, exit code 0
 
712026-05-16T03:41:53.992Zstarting task 2: "authentication"
722026-05-16T03:41:54.011Zprocess exited: duration 18 ms, exit code 0
 
732026-05-16T03:41:54.018Zstarting task 3: "clone repository"
742026-05-16T03:41:54.023Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-16T03:41:54.027Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-16T03:41:54.052ZCloning into '/work/oxidecomputer/omicron'...
772026-05-16T03:42:05.165Z+ cd /work/oxidecomputer/omicron
782026-05-16T03:42:05.166Z+ git fetch origin 456d1aba96c674b93368497985197700f901f99f
792026-05-16T03:42:05.426ZFrom https://github.com/oxidecomputer/omicron
802026-05-16T03:42:05.426Z * branch 456d1aba96c674b93368497985197700f901f99f -> FETCH_HEAD
812026-05-16T03:42:05.432Z+ [[ -n jmcarp/revert-query-log-ttl ]]
822026-05-16T03:42:05.436Z++ git branch --show-current
832026-05-16T03:42:05.436Z+ current=main
842026-05-16T03:42:05.436Z+ [[ main != jmcarp/revert-query-log-ttl ]]
852026-05-16T03:42:05.436Z+ git branch -f jmcarp/revert-query-log-ttl 456d1aba96c674b93368497985197700f901f99f
862026-05-16T03:42:05.441Z+ git checkout -f jmcarp/revert-query-log-ttl
872026-05-16T03:42:05.670ZSwitched to branch 'jmcarp/revert-query-log-ttl'
882026-05-16T03:42:05.674Z+ git reset --hard 456d1aba96c674b93368497985197700f901f99f
892026-05-16T03:42:05.685ZHEAD is now at 456d1aba9 Revert retention policy for clickhouse system.query_log.
902026-05-16T03:42:05.688Zprocess exited: duration 11668 ms, exit code 0
 
912026-05-16T03:42:05.697Zstarting task 4: "build"
922026-05-16T03:42:05.701Z+ source .github/buildomat/ci-env.sh
932026-05-16T03:42:05.701Z++ export CARGO_TERM_COLOR=always
942026-05-16T03:42:05.701Z++ CARGO_TERM_COLOR=always
952026-05-16T03:42:05.701Z+ cargo --version
962026-05-16T03:42:05.709Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-16T03:42:05.713Z+ rustc --version
982026-05-16T03:42:05.735Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-16T03:42:05.740Z+ source ./env.sh
1002026-05-16T03:42:05.740Z++ OLD_SHELL_OPTS=ehxB
1012026-05-16T03:42:05.740Z++ set -o xtrace
1022026-05-16T03:42:05.741Z++++ dirname ./env.sh
1032026-05-16T03:42:05.741Z+++ readlink -f .
1042026-05-16T03:42:05.746Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-16T03:42:05.746Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-16T03:42:05.746Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-16T03:42:05.746Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-16T03:42:05.746Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-16T03:42:05.746Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-16T03:42:05.746Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-16T03:42:05.747Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-16T03:42:05.747Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-16T03:42:05.747Z++ case $OLD_SHELL_OPTS in
1142026-05-16T03:42:05.747Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-16T03:42:05.747Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-16T03:42:05.747Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-16T03:42:05.747Z+ banner prerequisites
1182026-05-16T03:42:05.747Z
1192026-05-16T03:42:05.747Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-16T03:42:05.747Z # # # # # # # # # # # # # # #
1212026-05-16T03:42:05.747Z # # # # ##### # # ##### # # # # # #### #
1222026-05-16T03:42:05.747Z ##### ##### # ##### # # # # # # # # #
1232026-05-16T03:42:05.747Z # # # # # # # # # # # # # # #
1242026-05-16T03:42:05.747Z # # # ###### # # ###### ### # #### # #### #
1252026-05-16T03:42:05.748Z
1262026-05-16T03:42:05.748Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-16T03:42:07.137Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-16T03:42:07.186Z Startup: Caching catalogs ... Done
1292026-05-16T03:42:07.391ZPlanning: Solver setup ... Done (0.178s)
1302026-05-16T03:42:07.407ZPlanning: Running solver ... Done (0.017s)
1312026-05-16T03:42:07.416ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-16T03:42:07.428ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-16T03:42:07.442ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-16T03:42:07.455ZPlanning: Package planning ... Done (0.013s)
1352026-05-16T03:42:07.459ZPlanning: Merging actions ... Done (0.001s)
1362026-05-16T03:42:07.644ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-05-16T03:42:07.648ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-16T03:42:08.463ZPlanning: Evaluating mediators ... Done (0.815s)
1392026-05-16T03:42:08.477ZPlanning: Planning completed in 1.26 seconds
1402026-05-16T03:42:08.477Z Packages to install: 2
1412026-05-16T03:42:08.477Z Estimated space available: 156.08 GB
1422026-05-16T03:42:08.477ZEstimated space to be consumed: 19.74 MB
1432026-05-16T03:42:08.477Z Create boot environment: No
1442026-05-16T03:42:08.477ZCreate backup boot environment: No
1452026-05-16T03:42:08.477Z Rebuild boot archive: No
1462026-05-16T03:42:08.477Z
1472026-05-16T03:42:08.477ZChanged packages:
1482026-05-16T03:42:08.477Zhelios
1492026-05-16T03:42:08.478Z developer/build-essential
1502026-05-16T03:42:08.478Z None -> 11-3.0
1512026-05-16T03:42:08.478Z library/libxmlsec1
1522026-05-16T03:42:08.478Z None -> 1.2.35-3.0
1532026-05-16T03:42:08.493Z
1542026-05-16T03:42:08.493ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-16T03:42:09.066ZDownload: Completed 1.28 MB in 0.57 seconds (2.2M/s)
1562026-05-16T03:42:09.130Z Actions: 1/268 actions (Installing new actions)
1572026-05-16T03:42:09.161Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-16T03:42:09.167ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-16T03:42:09.167ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-16T03:42:09.186ZFinalize: Updating image state ... Done (0.016s)
1612026-05-16T03:42:11.564ZFinalize: Creating fast lookup database ... Done (2.360s)
1622026-05-16T03:42:11.633ZFinalize: Reading search index ... Done (0.011s)
1632026-05-16T03:42:11.636ZFinalize: Updating search index ... Done (0.000s)
1642026-05-16T03:42:11.728ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-16T03:42:12.016ZPlanning: Evaluating mediator changes ... Done
1662026-05-16T03:42:12.119ZPlanning: Checking for conflicting actions ... Done
1672026-05-16T03:42:12.122ZPlanning: Consolidating action changes ... Done
1682026-05-16T03:42:12.280ZPlanning: Evaluating mediators ... Done
1692026-05-16T03:42:12.283ZPlanning: Planning completed in 0.26 seconds
1702026-05-16T03:42:12.310Z Mediators to change: 2
1712026-05-16T03:42:12.310Z Create boot environment: No
1722026-05-16T03:42:12.310ZCreate backup boot environment: No
1732026-05-16T03:42:12.366ZFinalize: Updating package state database ... Done
1742026-05-16T03:42:12.366ZFinalize: Updating package cache ... Done
1752026-05-16T03:42:12.372ZFinalize: Updating image state ... Done
1762026-05-16T03:42:14.322ZFinalize: Creating fast lookup database ... Done
1772026-05-16T03:42:14.385ZFinalize: Reading search index ... Done
1782026-05-16T03:42:14.392ZFinalize: Updating search index ... Done
1792026-05-16T03:42:14.460ZFinalize: Updating package cache ... Done
1802026-05-16T03:42:14.745ZPlanning: Evaluating mediator changes ... Done
1812026-05-16T03:42:14.869ZPlanning: Checking for conflicting actions ... Done
1822026-05-16T03:42:14.880ZPlanning: Consolidating action changes ... Done
1832026-05-16T03:42:15.005ZPlanning: Evaluating mediators ... Done
1842026-05-16T03:42:15.010ZPlanning: Planning completed in 0.26 seconds
1852026-05-16T03:42:15.031Z Mediators to change: 1
1862026-05-16T03:42:15.031Z Create boot environment: No
1872026-05-16T03:42:15.031ZCreate backup boot environment: No
1882026-05-16T03:42:15.085ZFinalize: Updating package state database ... Done
1892026-05-16T03:42:15.085ZFinalize: Updating package cache ... Done
1902026-05-16T03:42:15.091ZFinalize: Updating image state ... Done
1912026-05-16T03:42:17.026ZFinalize: Creating fast lookup database ... Done
1922026-05-16T03:42:17.099ZFinalize: Reading search index ... Done
1932026-05-16T03:42:17.105ZFinalize: Updating search index ... Done
1942026-05-16T03:42:17.162ZFinalize: Updating package cache ... Done
1952026-05-16T03:42:17.470ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-16T03:42:17.470Zapache system 2.4 system
1972026-05-16T03:42:17.470Zclang system 15 system
1982026-05-16T03:42:17.470Zcsh system system illumos
1992026-05-16T03:42:17.470Zctags system system illumos
2002026-05-16T03:42:17.470Zfile vendor vendor darwinsys
2012026-05-16T03:42:17.470Zfile system system illumos
2022026-05-16T03:42:17.470Zgcc vendor 14 vendor
2032026-05-16T03:42:17.470Zgcc system 13 system
2042026-05-16T03:42:17.470Zgcc system 10 system
2052026-05-16T03:42:17.470Zgo system 1.25 system
2062026-05-16T03:42:17.470Zllvm system 15 system
2072026-05-16T03:42:17.470Zmariadb system 11.4 system
2082026-05-16T03:42:17.470Zmta vendor vendor dma
2092026-05-16T03:42:17.470Zopenjdk system 17 system
2102026-05-16T03:42:17.470Zopenjdk system 11 system
2112026-05-16T03:42:17.471Zopenssl vendor 3 vendor
2122026-05-16T03:42:17.471Zperl system 5.40 system
2132026-05-16T03:42:17.471Zpostgresql system 18 system
2142026-05-16T03:42:17.471Zpostgresql system 17 system
2152026-05-16T03:42:17.471Zpython vendor 3 vendor
2162026-05-16T03:42:17.471Zpython system 2 system
2172026-05-16T03:42:17.471Zpython3 vendor 3.13 vendor
2182026-05-16T03:42:17.471Zruby system 3.4 system
2192026-05-16T03:42:17.471Zruby system 3.0 system
2202026-05-16T03:42:17.471Zwords vendor vendor american-english
2212026-05-16T03:42:17.471Zwords system system australian-english
2222026-05-16T03:42:17.471Zwords system system british-english
2232026-05-16T03:42:17.471Zwords system system canadian-english
2242026-05-16T03:42:17.471Zwords system system french
2252026-05-16T03:42:17.471Zwords system system italian
2262026-05-16T03:42:17.471Zwords system system ngerman
2272026-05-16T03:42:17.471Zwords system system ogerman
2282026-05-16T03:42:17.471Zwords system system spanish
2292026-05-16T03:42:17.723ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-16T03:42:17.723Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-16T03:42:18.019ZFMRI IFO
2322026-05-16T03:42:18.019Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-16T03:42:18.019Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-16T03:42:18.020Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-16T03:42:18.020Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-16T03:42:18.020Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-16T03:42:18.020Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-16T03:42:18.020Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-16T03:42:18.020Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-16T03:42:18.021Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-16T03:42:18.238Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-16T03:42:18.484Z Updating crates.io index
2432026-05-16T03:42:18.522Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-16T03:42:19.254Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-16T03:42:19.642Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-16T03:42:20.168Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-16T03:42:20.979Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-16T03:42:21.478Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-16T03:42:22.794Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-16T03:42:23.709Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-16T03:42:24.005Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-16T03:42:24.850Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-16T03:42:25.341Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-16T03:42:25.795Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-16T03:42:26.159Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-16T03:42:27.050Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-16T03:42:27.509Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-16T03:42:27.980Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-16T03:42:28.286Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-16T03:42:28.642Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-16T03:42:29.025Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-16T03:42:29.260Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-16T03:42:29.492Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-16T03:42:29.744Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-16T03:42:30.121Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-16T03:42:30.545Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-16T03:42:30.969Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-16T03:42:31.229Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-16T03:42:31.527Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-16T03:42:32.412Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-16T03:42:32.936Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-16T03:42:33.420Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-16T03:42:33.894Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-16T03:42:34.191Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-16T03:42:34.518Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-16T03:42:34.858Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-16T03:42:35.141Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-16T03:42:35.627Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-16T03:42:35.862Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-16T03:42:36.136Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-16T03:42:36.468Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-16T03:42:48.292Z Downloading crates ...
2832026-05-16T03:42:48.387Z Downloaded camino-tempfile v1.4.1
2842026-05-16T03:42:48.394Z Downloaded thiserror-impl v1.0.69
2852026-05-16T03:42:48.394Z Downloaded version_check v0.9.5
2862026-05-16T03:42:48.394Z Downloaded getrandom v0.4.1
2872026-05-16T03:42:48.394Z Downloaded zerofrom-derive v0.1.6
2882026-05-16T03:42:48.394Z Downloaded unicode-linebreak v0.1.5
2892026-05-16T03:42:48.394Z Downloaded fs-err v3.3.0
2902026-05-16T03:42:48.394Z Downloaded unicode-xid v0.2.6
2912026-05-16T03:42:48.394Z Downloaded cfg-if v1.0.4
2922026-05-16T03:42:48.394Z Downloaded cargo_metadata v0.21.0
2932026-05-16T03:42:48.394Z Downloaded camino v1.2.2
2942026-05-16T03:42:48.394Z Downloaded zerofrom v0.1.6
2952026-05-16T03:42:48.394Z Downloaded usdt-attr-macro v0.5.0
2962026-05-16T03:42:48.394Z Downloaded usdt v0.5.0
2972026-05-16T03:42:48.394Z Downloaded fnv v1.0.7
2982026-05-16T03:42:48.395Z Downloaded heck v0.4.1
2992026-05-16T03:42:48.395Z Downloaded clap_lex v1.0.0
3002026-05-16T03:42:48.395Z Downloaded cargo-platform v0.2.0
3012026-05-16T03:42:48.395Z Downloaded heck v0.5.0
3022026-05-16T03:42:48.395Z Downloaded utf8parse v0.2.2
3032026-05-16T03:42:48.404Z Downloaded scroll_derive v0.12.1
3042026-05-16T03:42:48.404Z Downloaded form_urlencoded v1.2.2
3052026-05-16T03:42:48.404Z Downloaded usdt-macro v0.5.0
3062026-05-16T03:42:48.404Z Downloaded anstream v0.6.21
3072026-05-16T03:42:48.404Z Downloaded utf8_iter v1.0.4
3082026-05-16T03:42:48.404Z Downloaded yoke-derive v0.8.1
3092026-05-16T03:42:48.409Z Downloaded thread-id v4.2.2
3102026-05-16T03:42:48.409Z Downloaded toml_datetime v0.6.11
3112026-05-16T03:42:48.409Z Downloaded thiserror v1.0.69
3122026-05-16T03:42:48.409Z Downloaded thiserror v2.0.18
3132026-05-16T03:42:48.414Z Downloaded toml v0.8.23
3142026-05-16T03:42:48.414Z Downloaded tabled_derive v0.7.0
3152026-05-16T03:42:48.414Z Downloaded dtrace-parser v0.2.0
3162026-05-16T03:42:48.414Z Downloaded synstructure v0.13.2
3172026-05-16T03:42:48.419Z Downloaded generic-array v0.14.7
3182026-05-16T03:42:48.419Z Downloaded clap v4.5.60
3192026-05-16T03:42:48.423Z Downloaded zerovec-derive v0.11.2
3202026-05-16T03:42:48.423Z Downloaded toml_write v0.1.2
3212026-05-16T03:42:48.423Z Downloaded usdt-impl v0.5.0
3222026-05-16T03:42:48.427Z Downloaded icu_normalizer_data v2.1.1
3232026-05-16T03:42:48.427Z Downloaded writeable v0.6.2
3242026-05-16T03:42:48.427Z Downloaded anstyle v1.0.13
3252026-05-16T03:42:48.430Z Downloaded anstyle-parse v0.2.7
3262026-05-16T03:42:48.430Z Downloaded unicode-ident v1.0.24
3272026-05-16T03:42:48.430Z Downloaded pretty-hex v0.4.1
3282026-05-16T03:42:48.431Z Downloaded typeid v1.0.3
3292026-05-16T03:42:48.431Z Downloaded plain v0.2.3
3302026-05-16T03:42:48.434Z Downloaded memmap v0.7.0
3312026-05-16T03:42:48.434Z Downloaded scroll v0.12.0
3322026-05-16T03:42:48.434Z Downloaded autocfg v1.5.0
3332026-05-16T03:42:48.434Z Downloaded equivalent v1.0.2
3342026-05-16T03:42:48.438Z Downloaded zmij v1.0.21
3352026-05-16T03:42:48.438Z Downloaded yoke v0.8.1
3362026-05-16T03:42:48.444Z Downloaded thiserror-impl v2.0.18
3372026-05-16T03:42:48.444Z Downloaded zerocopy-derive v0.7.35
3382026-05-16T03:42:48.444Z Downloaded tinystr v0.8.2
3392026-05-16T03:42:48.448Z Downloaded swrite v0.1.0
3402026-05-16T03:42:48.448Z Downloaded itoa v1.0.17
3412026-05-16T03:42:48.448Z Downloaded ucd-trie v0.1.7
3422026-05-16T03:42:48.448Z Downloaded percent-encoding v2.3.2
3432026-05-16T03:42:48.448Z Downloaded dof v0.3.0
3442026-05-16T03:42:48.451Z Downloaded textwrap v0.16.2
3452026-05-16T03:42:48.458Z Downloaded sha2 v0.10.9
3462026-05-16T03:42:48.461Z Downloaded quote v1.0.45
3472026-05-16T03:42:48.461Z Downloaded icu_locale_core v2.1.1
3482026-05-16T03:42:48.465Z Downloaded zerotrie v0.2.3
3492026-05-16T03:42:48.465Z Downloaded typenum v1.19.0
3502026-05-16T03:42:48.468Z Downloaded macaddr v1.0.1
3512026-05-16T03:42:48.468Z Downloaded stable_deref_trait v1.2.1
3522026-05-16T03:42:48.468Z Downloaded block-buffer v0.10.4
3532026-05-16T03:42:48.473Z Downloaded toml_edit v0.22.27
3542026-05-16T03:42:48.473Z Downloaded url v2.5.8
3552026-05-16T03:42:48.476Z Downloaded anstyle-query v1.1.5
3562026-05-16T03:42:48.476Z Downloaded zerovec v0.11.5
3572026-05-16T03:42:48.476Z Downloaded ordered-float v2.10.1
3582026-05-16T03:42:48.476Z Downloaded colorchoice v1.0.4
3592026-05-16T03:42:48.480Z Downloaded terminal_size v0.4.3
3602026-05-16T03:42:48.480Z Downloaded smawk v0.3.2
3612026-05-16T03:42:48.480Z Downloaded proc-macro-error-attr v1.0.4
3622026-05-16T03:42:48.480Z Downloaded fastrand v2.3.0
3632026-05-16T03:42:48.485Z Downloaded potential_utf v0.1.4
3642026-05-16T03:42:48.485Z Downloaded crypto-common v0.1.7
3652026-05-16T03:42:48.485Z Downloaded serde-value v0.7.0
3662026-05-16T03:42:48.488Z Downloaded serde-untagged v0.1.9
3672026-05-16T03:42:48.491Z Downloaded zerocopy v0.7.35
3682026-05-16T03:42:48.497Z Downloaded winnow v0.7.14
3692026-05-16T03:42:48.501Z Downloaded strsim v0.11.1
3702026-05-16T03:42:48.504Z Downloaded serde_tokenstream v0.2.3
3712026-05-16T03:42:48.505Z Downloaded serde_spanned v0.6.9
3722026-05-16T03:42:48.505Z Downloaded is_terminal_polyfill v1.70.2
3732026-05-16T03:42:48.505Z Downloaded unicode-width v0.2.0
3742026-05-16T03:42:48.508Z Downloaded unicode-width v0.1.14
3752026-05-16T03:42:48.511Z Downloaded cpufeatures v0.2.17
3762026-05-16T03:42:48.511Z Downloaded smallvec v1.15.1
3772026-05-16T03:42:48.515Z Downloaded idna_adapter v1.2.1
3782026-05-16T03:42:48.515Z Downloaded errno v0.3.14
3792026-05-16T03:42:48.515Z Downloaded proc-macro-error v1.0.4
3802026-05-16T03:42:48.518Z Downloaded byteorder v1.5.0
3812026-05-16T03:42:48.518Z Downloaded bytecount v0.6.9
3822026-05-16T03:42:48.526Z Downloaded anyhow v1.0.102
3832026-05-16T03:42:48.529Z Downloaded pest_generator v2.8.6
3842026-05-16T03:42:48.529Z Downloaded cargo_toml v0.21.0
3852026-05-16T03:42:48.529Z Downloaded clap_derive v4.5.55
3862026-05-16T03:42:48.533Z Downloaded cargo-util-schemas v0.8.2
3872026-05-16T03:42:48.537Z Downloaded displaydoc v0.2.5
3882026-05-16T03:42:48.541Z Downloaded digest v0.10.7
3892026-05-16T03:42:48.541Z Downloaded erased-serde v0.4.9
3902026-05-16T03:42:48.553Z Downloaded tempfile v3.25.0
3912026-05-16T03:42:48.558Z Downloaded litemap v0.8.1
3922026-05-16T03:42:48.562Z Downloaded bitflags v2.11.0
3932026-05-16T03:42:48.562Z Downloaded proc-macro2 v1.0.106
3942026-05-16T03:42:48.562Z Downloaded semver v1.0.28
3952026-05-16T03:42:48.566Z Downloaded once_cell v1.21.3
3962026-05-16T03:42:48.566Z Downloaded papergrid v0.11.0
3972026-05-16T03:42:48.574Z Downloaded pest_derive v2.8.6
3982026-05-16T03:42:48.578Z Downloaded num-traits v0.2.19
3992026-05-16T03:42:48.578Z Downloaded serde_core v1.0.228
4002026-05-16T03:42:48.581Z Downloaded icu_properties v2.1.2
4012026-05-16T03:42:48.581Z Downloaded icu_provider v2.1.1
4022026-05-16T03:42:48.585Z Downloaded log v0.4.29
4032026-05-16T03:42:48.589Z Downloaded memchr v2.8.0
4042026-05-16T03:42:48.592Z Downloaded pest_meta v2.8.6
4052026-05-16T03:42:48.596Z Downloaded icu_normalizer v2.1.1
4062026-05-16T03:42:48.602Z Downloaded hashbrown v0.17.0
4072026-05-16T03:42:48.607Z Downloaded serde_json v1.0.149
4082026-05-16T03:42:48.611Z Downloaded serde_derive v1.0.228
4092026-05-16T03:42:48.620Z Downloaded icu_properties_data v2.1.2
4102026-05-16T03:42:48.625Z Downloaded serde v1.0.228
4112026-05-16T03:42:48.628Z Downloaded indexmap v2.14.0
4122026-05-16T03:42:48.632Z Downloaded icu_collections v2.1.1
4132026-05-16T03:42:48.642Z Downloaded goblin v0.8.2
4142026-05-16T03:42:48.654Z Downloaded idna v1.1.0
4152026-05-16T03:42:48.657Z Downloaded pest v2.8.6
4162026-05-16T03:42:48.661Z Downloaded clap_builder v4.5.60
4172026-05-16T03:42:48.680Z Downloaded tabled v0.15.0
4182026-05-16T03:42:48.689Z Downloaded syn v1.0.109
4192026-05-16T03:42:48.695Z Downloaded syn v2.0.117
4202026-05-16T03:42:48.709Z Downloaded rustix v1.1.3
4212026-05-16T03:42:48.736Z Downloaded libc v0.2.185
4222026-05-16T03:42:48.804Z Compiling proc-macro2 v1.0.106
4232026-05-16T03:42:48.804Z Compiling quote v1.0.45
4242026-05-16T03:42:48.810Z Compiling unicode-ident v1.0.24
4252026-05-16T03:42:48.810Z Compiling serde_core v1.0.228
4262026-05-16T03:42:48.810Z Compiling libc v0.2.185
4272026-05-16T03:42:48.810Z Compiling version_check v0.9.5
4282026-05-16T03:42:48.810Z Compiling memchr v2.8.0
4292026-05-16T03:42:48.811Z Compiling serde v1.0.228
4302026-05-16T03:42:49.132Z Compiling stable_deref_trait v1.2.1
4312026-05-16T03:42:49.206Z Compiling zmij v1.0.21
4322026-05-16T03:42:49.384Z Compiling autocfg v1.5.0
4332026-05-16T03:42:49.387Z Compiling thiserror v1.0.69
4342026-05-16T03:42:49.680Z Compiling ucd-trie v0.1.7
4352026-05-16T03:42:49.683Z Compiling itoa v1.0.17
4362026-05-16T03:42:49.813Z Compiling litemap v0.8.1
4372026-05-16T03:42:49.829Z Compiling pest v2.8.6
4382026-05-16T03:42:49.829Z Compiling writeable v0.6.2
4392026-05-16T03:42:49.888Z Compiling icu_normalizer_data v2.1.1
4402026-05-16T03:42:50.031Z Compiling rustix v1.1.3
4412026-05-16T03:42:50.062Z Compiling icu_properties_data v2.1.2
4422026-05-16T03:42:50.236Z Compiling syn v2.0.117
4432026-05-16T03:42:50.251Z Compiling byteorder v1.5.0
4442026-05-16T03:42:50.318Z Compiling errno v0.3.14
4452026-05-16T03:42:50.332Z Compiling serde_json v1.0.149
4462026-05-16T03:42:50.474Z Compiling bitflags v2.11.0
4472026-05-16T03:42:50.562Z Compiling num-traits v0.2.19
4482026-05-16T03:42:50.585Z Compiling hashbrown v0.17.0
4492026-05-16T03:42:50.694Z Compiling equivalent v1.0.2
4502026-05-16T03:42:50.741Z Compiling smallvec v1.15.1
4512026-05-16T03:42:50.949Z Compiling pest_meta v2.8.6
4522026-05-16T03:42:50.968Z Compiling typeid v1.0.3
4532026-05-16T03:42:51.126Z Compiling indexmap v2.14.0
4542026-05-16T03:42:51.195Z Compiling thread-id v4.2.2
4552026-05-16T03:42:51.240Z Compiling proc-macro-error-attr v1.0.4
4562026-05-16T03:42:51.271Z Compiling usdt-impl v0.5.0
4572026-05-16T03:42:51.285Z Compiling toml_write v0.1.2
4582026-05-16T03:42:51.416Z Compiling winnow v0.7.14
4592026-05-16T03:42:51.476Z Compiling syn v1.0.109
4602026-05-16T03:42:51.479Z Compiling erased-serde v0.4.9
4612026-05-16T03:42:51.822Z Compiling proc-macro-error v1.0.4
4622026-05-16T03:42:51.957Z Compiling percent-encoding v2.3.2
4632026-05-16T03:42:52.004Z Compiling thiserror v2.0.18
4642026-05-16T03:42:52.088Z Compiling getrandom v0.4.1
4652026-05-16T03:42:52.369Z Compiling plain v0.2.3
4662026-05-16T03:42:52.490Z Compiling utf8parse v0.2.2
4672026-05-16T03:42:52.556Z Compiling camino v1.2.2
4682026-05-16T03:42:52.563Z Compiling log v0.4.29
4692026-05-16T03:42:52.590Z Compiling utf8_iter v1.0.4
4702026-05-16T03:42:52.608Z Compiling anstyle-parse v0.2.7
4712026-05-16T03:42:52.701Z Compiling ordered-float v2.10.1
4722026-05-16T03:42:52.754Z Compiling form_urlencoded v1.2.2
4732026-05-16T03:42:52.831Z Compiling synstructure v0.13.2
4742026-05-16T03:42:52.918Z Compiling pest_generator v2.8.6
4752026-05-16T03:42:52.998Z Compiling terminal_size v0.4.3
4762026-05-16T03:42:53.133Z Compiling anstyle-query v1.1.5
4772026-05-16T03:42:53.221Z Compiling anstyle v1.0.13
4782026-05-16T03:42:53.248Z Compiling is_terminal_polyfill v1.70.2
4792026-05-16T03:42:53.347Z Compiling cfg-if v1.0.4
4802026-05-16T03:42:53.363Z Compiling colorchoice v1.0.4
4812026-05-16T03:42:53.394Z Compiling pretty-hex v0.4.1
4822026-05-16T03:42:53.439Z Compiling serde-untagged v0.1.9
4832026-05-16T03:42:53.457Z Compiling anstream v0.6.21
4842026-05-16T03:42:53.592Z Compiling semver v1.0.28
4852026-05-16T03:42:53.617Z Compiling fs-err v3.3.0
4862026-05-16T03:42:53.691Z Compiling clap_lex v1.0.0
4872026-05-16T03:42:53.763Z Compiling fastrand v2.3.0
4882026-05-16T03:42:53.802Z Compiling unicode-xid v0.2.6
4892026-05-16T03:42:53.907Z Compiling fnv v1.0.7
4902026-05-16T03:42:53.923Z Compiling heck v0.5.0
4912026-05-16T03:42:53.939Z Compiling anyhow v1.0.102
4922026-05-16T03:42:53.955Z Compiling bytecount v0.6.9
4932026-05-16T03:42:54.009Z Compiling unicode-width v0.1.14
4942026-05-16T03:42:54.029Z Compiling strsim v0.11.1
4952026-05-16T03:42:54.156Z Compiling once_cell v1.21.3
4962026-05-16T03:42:54.240Z Compiling heck v0.4.1
4972026-05-16T03:42:54.370Z Compiling tempfile v3.25.0
4982026-05-16T03:42:54.385Z Compiling papergrid v0.11.0
4992026-05-16T03:42:54.401Z Compiling clap_builder v4.5.60
5002026-05-16T03:42:54.491Z Compiling memmap v0.7.0
5012026-05-16T03:42:54.526Z Compiling serde_derive v1.0.228
5022026-05-16T03:42:54.557Z Compiling zerofrom-derive v0.1.6
5032026-05-16T03:42:54.672Z Compiling yoke-derive v0.8.1
5042026-05-16T03:42:54.738Z Compiling zerovec-derive v0.11.2
5052026-05-16T03:42:54.992Z Compiling displaydoc v0.2.5
5062026-05-16T03:42:55.719Z Compiling thiserror-impl v1.0.69
5072026-05-16T03:42:55.771Z Compiling zerocopy-derive v0.7.35
5082026-05-16T03:42:55.795Z Compiling pest_derive v2.8.6
5092026-05-16T03:42:55.831Z Compiling scroll_derive v0.12.1
5102026-05-16T03:42:55.923Z Compiling zerofrom v0.1.6
5112026-05-16T03:42:56.055Z Compiling yoke v0.8.1
5122026-05-16T03:42:56.211Z Compiling thiserror-impl v2.0.18
5132026-05-16T03:42:56.252Z Compiling zerovec v0.11.5
5142026-05-16T03:42:56.479Z Compiling zerotrie v0.2.3
5152026-05-16T03:42:56.609Z Compiling zerocopy v0.7.35
5162026-05-16T03:42:56.757Z Compiling tinystr v0.8.2
5172026-05-16T03:42:56.781Z Compiling potential_utf v0.1.4
5182026-05-16T03:42:56.948Z Compiling icu_locale_core v2.1.1
5192026-05-16T03:42:56.980Z Compiling icu_collections v2.1.1
5202026-05-16T03:42:57.055Z Compiling dtrace-parser v0.2.0
5212026-05-16T03:42:57.224Z Compiling scroll v0.12.0
5222026-05-16T03:42:57.454Z Compiling goblin v0.8.2
5232026-05-16T03:42:57.485Z Compiling tabled_derive v0.7.0
5242026-05-16T03:42:57.501Z Compiling clap_derive v4.5.55
5252026-05-16T03:42:57.705Z Compiling icu_provider v2.1.1
5262026-05-16T03:42:57.841Z Compiling serde_spanned v0.6.9
5272026-05-16T03:42:57.891Z Compiling toml_datetime v0.6.11
5282026-05-16T03:42:57.918Z Compiling dof v0.3.0
5292026-05-16T03:42:57.936Z Compiling serde_tokenstream v0.2.3
5302026-05-16T03:42:57.986Z Compiling icu_normalizer v2.1.1
5312026-05-16T03:42:58.011Z Compiling icu_properties v2.1.2
5322026-05-16T03:42:58.151Z Compiling toml_edit v0.22.27
5332026-05-16T03:42:58.307Z Compiling serde-value v0.7.0
5342026-05-16T03:42:58.394Z Compiling cargo-platform v0.2.0
5352026-05-16T03:42:58.538Z Compiling smawk v0.3.2
5362026-05-16T03:42:58.673Z Compiling unicode-width v0.2.0
5372026-05-16T03:42:58.673Z Compiling unicode-linebreak v0.1.5
5382026-05-16T03:42:58.720Z Compiling tabled v0.15.0
5392026-05-16T03:42:58.876Z Compiling idna_adapter v1.2.1
5402026-05-16T03:42:58.950Z Compiling usdt-attr-macro v0.5.0
5412026-05-16T03:42:58.967Z Compiling usdt-macro v0.5.0
5422026-05-16T03:42:59.017Z Compiling idna v1.1.0
5432026-05-16T03:42:59.108Z Compiling textwrap v0.16.2
5442026-05-16T03:42:59.259Z Compiling clap v4.5.60
5452026-05-16T03:42:59.348Z Compiling url v2.5.8
5462026-05-16T03:42:59.566Z Compiling toml v0.8.23
5472026-05-16T03:42:59.584Z Compiling macaddr v1.0.1
5482026-05-16T03:42:59.604Z Compiling camino-tempfile v1.4.1
5492026-05-16T03:43:00.008Z Compiling cargo-util-schemas v0.8.2
5502026-05-16T03:43:00.142Z Compiling cargo_toml v0.21.0
5512026-05-16T03:43:00.245Z Compiling swrite v0.1.0
5522026-05-16T03:43:00.334Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-16T03:43:00.574Z Compiling usdt v0.5.0
5542026-05-16T03:43:00.891Z Compiling cargo_metadata v0.21.0
5552026-05-16T03:43:01.791Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-16T03:43:03.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.78s
5572026-05-16T03:43:04.085Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-16T03:43:04.641Z Downloading crates ...
5592026-05-16T03:43:04.737Z Downloaded arrayref v0.3.9
5602026-05-16T03:43:04.742Z Downloaded async-stream-impl v0.3.6
5612026-05-16T03:43:04.749Z Downloaded atomic-waker v1.1.2
5622026-05-16T03:43:04.749Z Downloaded atomicwrites v0.4.4
5632026-05-16T03:43:04.749Z Downloaded crc8 v0.1.1
5642026-05-16T03:43:04.749Z Downloaded adler2 v2.0.1
5652026-05-16T03:43:04.752Z Downloaded aead v0.5.2
5662026-05-16T03:43:04.752Z Downloaded compression-core v0.4.31
5672026-05-16T03:43:04.752Z Downloaded arrayvec v0.7.6
5682026-05-16T03:43:04.753Z Downloaded crc32fast v1.5.0
5692026-05-16T03:43:04.756Z Downloaded async-trait v0.1.89
5702026-05-16T03:43:04.756Z Downloaded cargo-platform v0.1.9
5712026-05-16T03:43:04.756Z Downloaded cassowary v0.3.0
5722026-05-16T03:43:04.762Z Downloaded darling v0.23.0
5732026-05-16T03:43:04.765Z Downloaded darling_core v0.23.0
5742026-05-16T03:43:04.769Z Downloaded darling v0.20.11
5752026-05-16T03:43:04.773Z Downloaded async-compression v0.4.41
5762026-05-16T03:43:04.776Z Downloaded chacha20poly1305 v0.10.1
5772026-05-16T03:43:04.776Z Downloaded cfg_aliases v0.2.1
5782026-05-16T03:43:04.779Z Downloaded chacha20 v0.9.1
5792026-05-16T03:43:04.779Z Downloaded bit-vec v0.8.0
5802026-05-16T03:43:04.784Z Downloaded argon2 v0.5.3
5812026-05-16T03:43:04.788Z Downloaded castaway v0.2.4
5822026-05-16T03:43:04.788Z Downloaded defmt v0.3.100
5832026-05-16T03:43:04.792Z Downloaded darling_macro v0.21.3
5842026-05-16T03:43:04.792Z Downloaded curve25519-dalek-derive v0.1.1
5852026-05-16T03:43:04.792Z Downloaded convert_case v0.4.0
5862026-05-16T03:43:04.792Z Downloaded ciborium-ll v0.2.2
5872026-05-16T03:43:04.795Z Downloaded colored v3.1.1
5882026-05-16T03:43:04.795Z Downloaded env_filter v1.0.0
5892026-05-16T03:43:04.798Z Downloaded downcast-rs v2.0.2
5902026-05-16T03:43:04.798Z Downloaded dof v0.4.0
5912026-05-16T03:43:04.798Z Downloaded bitfield-struct v0.6.2
5922026-05-16T03:43:04.801Z Downloaded async-recursion v1.1.1
5932026-05-16T03:43:04.801Z Downloaded darling_macro v0.23.0
5942026-05-16T03:43:04.802Z Downloaded camino-tempfile-ext v0.3.3
5952026-05-16T03:43:04.805Z Downloaded aho-corasick v1.1.4
5962026-05-16T03:43:04.808Z Downloaded colored v2.2.0
5972026-05-16T03:43:04.808Z Downloaded cipher v0.4.4
5982026-05-16T03:43:04.813Z Downloaded data-encoding v2.10.0
5992026-05-16T03:43:04.821Z Downloaded cfg_aliases v0.1.1
6002026-05-16T03:43:04.821Z Downloaded block-padding v0.3.3
6012026-05-16T03:43:04.821Z Downloaded bit-set v0.5.3
6022026-05-16T03:43:04.821Z Downloaded darling_macro v0.20.11
6032026-05-16T03:43:04.821Z Downloaded daft-derive v0.1.5
6042026-05-16T03:43:04.824Z Downloaded cobs v0.3.0
6052026-05-16T03:43:04.824Z Downloaded atty v0.2.14
6062026-05-16T03:43:04.824Z Downloaded ascii-canvas v3.0.0
6072026-05-16T03:43:04.824Z Downloaded async-stream v0.3.6
6082026-05-16T03:43:04.824Z Downloaded base16ct v0.2.0
6092026-05-16T03:43:04.827Z Downloaded dirs-next v2.0.0
6102026-05-16T03:43:04.827Z Downloaded dunce v1.0.5
6112026-05-16T03:43:04.830Z Downloaded bcrypt-pbkdf v0.10.0
6122026-05-16T03:43:04.830Z Downloaded cbc v0.1.2
6132026-05-16T03:43:04.830Z Downloaded document-features v0.2.12
6142026-05-16T03:43:04.833Z Downloaded enum-as-inner v0.6.1
6152026-05-16T03:43:04.833Z Downloaded dropshot-api-manager-types v0.7.1
6162026-05-16T03:43:04.833Z Downloaded difflib v0.4.0
6172026-05-16T03:43:04.836Z Downloaded dyn-clone v1.0.20
6182026-05-16T03:43:04.836Z Downloaded cstr-argument v0.1.2
6192026-05-16T03:43:04.841Z Downloaded derive-where v1.6.0
6202026-05-16T03:43:04.845Z Downloaded filetime v0.2.27
6212026-05-16T03:43:04.845Z Downloaded csv-core v0.1.13
6222026-05-16T03:43:04.849Z Downloaded darling v0.21.3
6232026-05-16T03:43:04.850Z Downloaded cpufeatures v0.3.0
6242026-05-16T03:43:04.850Z Downloaded display-error-chain v0.2.2
6252026-05-16T03:43:04.853Z Downloaded foreign-types-shared v0.1.1
6262026-05-16T03:43:04.853Z Downloaded derive_builder_macro v0.20.2
6272026-05-16T03:43:04.856Z Downloaded float-ord v0.3.2
6282026-05-16T03:43:04.860Z Downloaded crc v3.4.0
6292026-05-16T03:43:04.860Z Downloaded futures-core v0.3.32
6302026-05-16T03:43:04.863Z Downloaded embedded-io v0.6.1
6312026-05-16T03:43:04.863Z Downloaded funty v2.0.0
6322026-05-16T03:43:04.863Z Downloaded dirs-sys-next v0.1.2
6332026-05-16T03:43:04.863Z Downloaded defmt-parser v1.0.0
6342026-05-16T03:43:04.863Z Downloaded foreign-types-macros v0.2.3
6352026-05-16T03:43:04.866Z Downloaded bitfield-macros v0.19.4
6362026-05-16T03:43:04.866Z Downloaded ciborium-io v0.2.2
6372026-05-16T03:43:04.866Z Downloaded bb8 v0.8.6
6382026-05-16T03:43:04.870Z Downloaded assert_matches v1.5.0
6392026-05-16T03:43:04.870Z Downloaded crucible-workspace-hack v0.1.0
6402026-05-16T03:43:04.870Z Downloaded embedded-io v0.4.0
6412026-05-16T03:43:04.874Z Downloaded futures-io v0.3.32
6422026-05-16T03:43:04.874Z Downloaded float-cmp v0.10.0
6432026-05-16T03:43:04.874Z Downloaded fixedbitset v0.4.2
6442026-05-16T03:43:04.874Z Downloaded bitfield v0.19.4
6452026-05-16T03:43:04.877Z Downloaded foreign-types v0.5.0
6462026-05-16T03:43:04.877Z Downloaded endian-type v0.1.2
6472026-05-16T03:43:04.877Z Downloaded debug-ignore v1.0.5
6482026-05-16T03:43:04.877Z Downloaded array-init v0.0.4
6492026-05-16T03:43:04.880Z Downloaded foreign-types-shared v0.3.1
6502026-05-16T03:43:04.881Z Downloaded bit-set v0.8.0
6512026-05-16T03:43:04.881Z Downloaded foreign-types v0.3.2
6522026-05-16T03:43:04.881Z Downloaded fxhash v0.2.1
6532026-05-16T03:43:04.885Z Downloaded crc-catalog v2.4.0
6542026-05-16T03:43:04.885Z Downloaded crunchy v0.2.4
6552026-05-16T03:43:04.885Z Downloaded diesel_table_macro_syntax v0.3.0
6562026-05-16T03:43:04.885Z Downloaded bcs v0.1.6
6572026-05-16T03:43:04.885Z Downloaded futures-task v0.3.32
6582026-05-16T03:43:04.888Z Downloaded futures-macro v0.3.32
6592026-05-16T03:43:04.888Z Downloaded futures-sink v0.3.32
6602026-05-16T03:43:04.891Z Downloaded dsl_auto_type v0.2.0
6612026-05-16T03:43:04.891Z Downloaded bitflags v1.3.2
6622026-05-16T03:43:04.891Z Downloaded gethostname v0.5.0
6632026-05-16T03:43:04.894Z Downloaded git-stub v1.0.0
6642026-05-16T03:43:04.894Z Downloaded console v0.16.2
6652026-05-16T03:43:04.894Z Downloaded ghash v0.5.1
6662026-05-16T03:43:04.899Z Downloaded dtrace-parser v0.3.0
6672026-05-16T03:43:04.899Z Downloaded daft v0.1.5
6682026-05-16T03:43:04.899Z Downloaded fs_extra v1.3.0
6692026-05-16T03:43:04.905Z Downloaded cookie v0.18.1
6702026-05-16T03:43:04.905Z Downloaded cargo_metadata v0.19.2
6712026-05-16T03:43:04.905Z Downloaded hash32 v0.3.1
6722026-05-16T03:43:04.905Z Downloaded foldhash v0.2.0
6732026-05-16T03:43:04.909Z Downloaded defmt-macros v1.0.1
6742026-05-16T03:43:04.909Z Downloaded fallible-iterator v0.2.0
6752026-05-16T03:43:04.909Z Downloaded ed25519 v2.2.3
6762026-05-16T03:43:04.909Z Downloaded ctr v0.9.2
6772026-05-16T03:43:04.909Z Downloaded crc-any v2.5.0
6782026-05-16T03:43:04.912Z Downloaded hash32 v0.2.1
6792026-05-16T03:43:04.913Z Downloaded globwalk v0.9.1
6802026-05-16T03:43:04.913Z Downloaded const_format_proc_macros v0.2.34
6812026-05-16T03:43:04.913Z Downloaded buf-list v1.1.2
6822026-05-16T03:43:04.917Z Downloaded hex-literal v0.4.1
6832026-05-16T03:43:04.917Z Downloaded http-body v1.0.1
6842026-05-16T03:43:04.917Z Downloaded headers-core v0.3.0
6852026-05-16T03:43:04.920Z Downloaded blowfish v0.9.1
6862026-05-16T03:43:04.920Z Downloaded http-range v0.1.5
6872026-05-16T03:43:04.920Z Downloaded cmake v0.1.57
6882026-05-16T03:43:04.920Z Downloaded bit-vec v0.6.3
6892026-05-16T03:43:04.920Z Downloaded derive-ex v0.1.8
6902026-05-16T03:43:04.961Z Downloaded constant_time_eq v0.4.2
6912026-05-16T03:43:04.961Z Downloaded derive_builder_core v0.20.2
6922026-05-16T03:43:04.961Z Downloaded foldhash v0.1.5
6932026-05-16T03:43:04.961Z Downloaded der_derive v0.7.3
6942026-05-16T03:43:04.961Z Downloaded byte-wrapper v0.1.0
6952026-05-16T03:43:04.961Z Downloaded fd-lock v4.0.4
6962026-05-16T03:43:04.961Z Downloaded backoff v0.4.0
6972026-05-16T03:43:04.961Z Downloaded cexpr v0.6.0
6982026-05-16T03:43:04.961Z Downloaded hex v0.4.3
6992026-05-16T03:43:04.961Z Downloaded ena v0.14.4
7002026-05-16T03:43:04.962Z Downloaded fs-err v2.11.0
7012026-05-16T03:43:04.962Z Downloaded erased-serde v0.3.31
7022026-05-16T03:43:04.962Z Downloaded either v1.15.0
7032026-05-16T03:43:04.962Z Downloaded find-msvc-tools v0.1.9
7042026-05-16T03:43:04.962Z Downloaded corncobs v0.1.4
7052026-05-16T03:43:04.962Z Downloaded defmt v1.0.1
7062026-05-16T03:43:04.962Z Downloaded fixedbitset v0.5.7
7072026-05-16T03:43:04.962Z Downloaded ff v0.13.1
7082026-05-16T03:43:04.962Z Downloaded flagset v0.4.7
7092026-05-16T03:43:04.962Z Downloaded critical-section v1.2.0
7102026-05-16T03:43:04.962Z Downloaded hostname v0.3.1
7112026-05-16T03:43:04.962Z Downloaded env_logger v0.11.9
7122026-05-16T03:43:04.962Z Downloaded home v0.5.12
7132026-05-16T03:43:04.962Z Downloaded futures-executor v0.3.32
7142026-05-16T03:43:04.966Z Downloaded compression-codecs v0.4.37
7152026-05-16T03:43:04.966Z Downloaded hubpack_derive v0.1.1
7162026-05-16T03:43:04.966Z Downloaded const-oid v0.9.6
7172026-05-16T03:43:04.966Z Downloaded git-stub-vcs v0.1.0
7182026-05-16T03:43:04.966Z Downloaded darling_core v0.21.3
7192026-05-16T03:43:04.966Z Downloaded crossbeam-utils v0.8.21
7202026-05-16T03:43:04.966Z Downloaded httpdate v1.0.3
7212026-05-16T03:43:04.966Z Downloaded globset v0.4.18
7222026-05-16T03:43:04.966Z Downloaded group v0.13.0
7232026-05-16T03:43:04.967Z Downloaded hostname v0.4.2
7242026-05-16T03:43:04.967Z Downloaded der v0.7.10
7252026-05-16T03:43:04.970Z Downloaded illumos-nvpair-sys v0.2.0
7262026-05-16T03:43:04.970Z Downloaded indent_write v2.2.0
7272026-05-16T03:43:04.970Z Downloaded illumos-nvpair v0.3.0
7282026-05-16T03:43:04.973Z Downloaded ident_case v1.0.1
7292026-05-16T03:43:04.973Z Downloaded glob v0.3.3
7302026-05-16T03:43:04.973Z Downloaded crossbeam-deque v0.8.6
7312026-05-16T03:43:04.973Z Downloaded clang-sys v1.8.1
7322026-05-16T03:43:04.976Z Downloaded internet-checksum v0.2.1
7332026-05-16T03:43:04.976Z Downloaded hubpack v0.1.2
7342026-05-16T03:43:04.976Z Downloaded cancel-safe-futures v0.1.5
7352026-05-16T03:43:04.979Z Downloaded instant v0.1.13
7362026-05-16T03:43:04.979Z Downloaded base64ct v1.8.3
7372026-05-16T03:43:04.982Z Downloaded async-bb8-diesel v0.2.1
7382026-05-16T03:43:04.982Z Downloaded inout v0.1.4
7392026-05-16T03:43:04.982Z Downloaded ciborium v0.2.2
7402026-05-16T03:43:04.985Z Downloaded instability v0.3.11
7412026-05-16T03:43:04.985Z Downloaded kstat-rs v0.2.4
7422026-05-16T03:43:04.990Z Downloaded convert_case v0.10.0
7432026-05-16T03:43:04.990Z Downloaded console v0.15.11
7442026-05-16T03:43:04.993Z Downloaded derive_builder v0.20.2
7452026-05-16T03:43:04.993Z Downloaded is-terminal v0.4.17
7462026-05-16T03:43:04.993Z Downloaded drift v0.1.4
7472026-05-16T03:43:04.997Z Downloaded lazy_static v1.5.0
7482026-05-16T03:43:05.001Z Downloaded cookie_store v0.22.1
7492026-05-16T03:43:05.001Z Downloaded bzip2 v0.6.1
7502026-05-16T03:43:05.004Z Downloaded keccak v0.1.6
7512026-05-16T03:43:05.004Z Downloaded is_ci v1.2.0
7522026-05-16T03:43:05.004Z Downloaded ecdsa v0.16.9
7532026-05-16T03:43:05.008Z Downloaded crossbeam-epoch v0.9.18
7542026-05-16T03:43:05.008Z Downloaded deranged v0.5.8
7552026-05-16T03:43:05.008Z Downloaded chacha20 v0.10.0
7562026-05-16T03:43:05.011Z Downloaded lalrpop-util v0.19.12
7572026-05-16T03:43:05.011Z Downloaded highway v1.3.0
7582026-05-16T03:43:05.011Z Downloaded bzip2 v0.4.4
7592026-05-16T03:43:05.014Z Downloaded blake2 v0.10.6
7602026-05-16T03:43:05.014Z Downloaded linked-hash-map v0.5.6
7612026-05-16T03:43:05.014Z Downloaded lru-slab v0.1.2
7622026-05-16T03:43:05.017Z Downloaded lru-cache v0.1.2
7632026-05-16T03:43:05.018Z Downloaded libscf-sys v1.1.0
7642026-05-16T03:43:05.018Z Downloaded diesel-dtrace v0.5.0
7652026-05-16T03:43:05.018Z Downloaded md-5 v0.10.6
7662026-05-16T03:43:05.022Z Downloaded match_cfg v0.1.0
7672026-05-16T03:43:05.022Z Downloaded lzss v0.8.2
7682026-05-16T03:43:05.022Z Downloaded ahash v0.8.12
7692026-05-16T03:43:05.025Z Downloaded hyper-tls v0.6.0
7702026-05-16T03:43:05.025Z Downloaded fatfs v0.3.6
7712026-05-16T03:43:05.025Z Downloaded diff v0.1.13
7722026-05-16T03:43:05.028Z Downloaded md5 v0.7.0
7732026-05-16T03:43:05.028Z Downloaded mime v0.3.17
7742026-05-16T03:43:05.028Z Downloaded memoffset v0.9.1
7752026-05-16T03:43:05.033Z Downloaded new_debug_unreachable v1.0.6
7762026-05-16T03:43:05.033Z Downloaded maybe-uninit v2.0.0
7772026-05-16T03:43:05.033Z Downloaded maplit v1.0.2
7782026-05-16T03:43:05.033Z Downloaded crypto-bigint v0.5.5
7792026-05-16T03:43:05.036Z Downloaded newtype-uuid-macros v0.1.0
7802026-05-16T03:43:05.036Z Downloaded hyper-staticfile v0.10.1
7812026-05-16T03:43:05.041Z Downloaded newline-converter v0.3.0
7822026-05-16T03:43:05.041Z Downloaded impl-trait-for-tuples v0.2.3
7832026-05-16T03:43:05.041Z Downloaded half v1.8.3
7842026-05-16T03:43:05.052Z Downloaded ingot v0.1.1
7852026-05-16T03:43:05.052Z Downloaded nibble_vec v0.1.0
7862026-05-16T03:43:05.052Z Downloaded indoc v1.0.9
7872026-05-16T03:43:05.052Z Downloaded ipnet v2.11.0
7882026-05-16T03:43:05.057Z Downloaded ar_archive_writer v0.5.1
7892026-05-16T03:43:05.057Z Downloaded ingot-types v0.1.2
7902026-05-16T03:43:05.057Z Downloaded newtype_derive v0.1.6
7912026-05-16T03:43:05.057Z Downloaded indoc v2.0.7
7922026-05-16T03:43:05.057Z Downloaded multimap v0.10.1
7932026-05-16T03:43:05.057Z Downloaded managed v0.8.0
7942026-05-16T03:43:05.057Z Downloaded dropshot_endpoint v0.16.7
7952026-05-16T03:43:05.057Z Downloaded nodrop v0.1.14
7962026-05-16T03:43:05.062Z Downloaded num-derive v0.3.3
7972026-05-16T03:43:05.062Z Downloaded num-derive v0.4.2
7982026-05-16T03:43:05.062Z Downloaded backon v1.6.0
7992026-05-16T03:43:05.062Z Downloaded num v0.4.3
8002026-05-16T03:43:05.062Z Downloaded num-conv v0.2.0
8012026-05-16T03:43:05.066Z Downloaded nonempty v0.12.0
8022026-05-16T03:43:05.066Z Downloaded opaque-debug v0.3.1
8032026-05-16T03:43:05.066Z Downloaded des v0.8.1
8042026-05-16T03:43:05.066Z Downloaded elliptic-curve v0.13.8
8052026-05-16T03:43:05.070Z Downloaded dropshot_endpoint v0.17.0
8062026-05-16T03:43:05.070Z Downloaded jobserver v0.1.34
8072026-05-16T03:43:05.074Z Downloaded ipnetwork v0.21.1
8082026-05-16T03:43:05.074Z Downloaded base64 v0.22.1
8092026-05-16T03:43:05.074Z Downloaded futures v0.3.32
8102026-05-16T03:43:05.077Z Downloaded lock_api v0.4.14
8112026-05-16T03:43:05.077Z Downloaded libsw-core v0.3.2
8122026-05-16T03:43:05.083Z Downloaded olpc-cjson v0.1.4
8132026-05-16T03:43:05.083Z Downloaded libsw v3.5.0
8142026-05-16T03:43:05.083Z Downloaded libefi-sys v0.1.0
8152026-05-16T03:43:05.086Z Downloaded num_enum_derive v0.5.11
8162026-05-16T03:43:05.086Z Downloaded httparse v1.10.1
8172026-05-16T03:43:05.086Z Downloaded num-iter v0.1.45
8182026-05-16T03:43:05.086Z Downloaded hmac v0.12.1
8192026-05-16T03:43:05.086Z Downloaded hyper-rustls v0.27.7
8202026-05-16T03:43:05.089Z Downloaded getrandom v0.3.4
8212026-05-16T03:43:05.092Z Downloaded openssl-macros v0.1.1
8222026-05-16T03:43:05.092Z Downloaded num_threads v0.1.7
8232026-05-16T03:43:05.092Z Downloaded native-tls v0.2.18
8242026-05-16T03:43:05.092Z Downloaded multer v3.1.0
8252026-05-16T03:43:05.097Z Downloaded getrandom v0.2.17
8262026-05-16T03:43:05.097Z Downloaded const_format v0.2.35
8272026-05-16T03:43:05.101Z Downloaded packed_struct_codegen v0.10.1
8282026-05-16T03:43:05.101Z Downloaded iana-time-zone v0.1.65
8292026-05-16T03:43:05.104Z Downloaded ingot-macros v0.1.1
8302026-05-16T03:43:05.104Z Downloaded nanorand v0.7.0
8312026-05-16T03:43:05.104Z Downloaded half v2.7.1
8322026-05-16T03:43:05.107Z Downloaded libloading v0.8.9
8332026-05-16T03:43:05.107Z Downloaded oso-derive v0.27.3
8342026-05-16T03:43:05.107Z Downloaded darling_core v0.20.11
8352026-05-16T03:43:05.111Z Downloaded openssl-probe v0.1.6
8362026-05-16T03:43:05.111Z Downloaded newtype-uuid v1.3.2
8372026-05-16T03:43:05.114Z Downloaded num-complex v0.4.6
8382026-05-16T03:43:05.114Z Downloaded allocator-api2 v0.2.21
8392026-05-16T03:43:05.114Z Downloaded parse-display v0.10.0
8402026-05-16T03:43:05.118Z Downloaded humantime v2.3.0
8412026-05-16T03:43:05.118Z Downloaded http-body-util v0.1.3
8422026-05-16T03:43:05.118Z Downloaded futures-channel v0.3.32
8432026-05-16T03:43:05.122Z Downloaded pbkdf2 v0.11.0
8442026-05-16T03:43:05.122Z Downloaded lru v0.12.5
8452026-05-16T03:43:05.122Z Downloaded bytes v1.11.1
8462026-05-16T03:43:05.126Z Downloaded path-slash v0.1.5
8472026-05-16T03:43:05.126Z Downloaded normalize-line-endings v0.3.0
8482026-05-16T03:43:05.129Z Downloaded parse-size v1.1.0
8492026-05-16T03:43:05.129Z Downloaded phf_shared v0.11.3
8502026-05-16T03:43:05.132Z Downloaded num_enum v0.7.5
8512026-05-16T03:43:05.135Z Downloaded num-integer v0.1.46
8522026-05-16T03:43:05.135Z Downloaded peg-runtime v0.8.5
8532026-05-16T03:43:05.135Z Downloaded nu-ansi-term v0.50.3
8542026-05-16T03:43:05.138Z Downloaded derive_more v0.99.20
8552026-05-16T03:43:05.144Z Downloaded flume v0.11.1
8562026-05-16T03:43:05.149Z Downloaded pin-utils v0.1.0
8572026-05-16T03:43:05.149Z Downloaded num_enum v0.5.11
8582026-05-16T03:43:05.153Z Downloaded num_enum_derive v0.7.5
8592026-05-16T03:43:05.162Z Downloaded phf_shared v0.13.1
8602026-05-16T03:43:05.165Z Downloaded parking_lot_core v0.8.6
8612026-05-16T03:43:05.165Z Downloaded crossbeam-channel v0.5.15
8622026-05-16T03:43:05.168Z Downloaded phf_shared v0.12.1
8632026-05-16T03:43:05.168Z Downloaded openssl-probe v0.2.1
8642026-05-16T03:43:05.169Z Downloaded linear-map v1.2.0
8652026-05-16T03:43:05.171Z Downloaded predicates-core v1.0.10
8662026-05-16T03:43:05.171Z Downloaded mime_guess v2.0.5
8672026-05-16T03:43:05.172Z Downloaded indexmap v1.9.3
8682026-05-16T03:43:05.175Z Downloaded powerfmt v0.2.0
8692026-05-16T03:43:05.175Z Downloaded oxnet v0.1.4
8702026-05-16T03:43:05.178Z Downloaded memmap2 v0.9.10
8712026-05-16T03:43:05.178Z Downloaded progenitor-macro v0.10.0
8722026-05-16T03:43:05.178Z Downloaded proc-macro-crate v3.4.0
8732026-05-16T03:43:05.181Z Downloaded proc-macro-crate v1.3.1
8742026-05-16T03:43:05.181Z Downloaded progenitor-client v0.11.2
8752026-05-16T03:43:05.181Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-05-16T03:43:05.181Z Downloaded predicates-tree v1.0.13
8772026-05-16T03:43:05.187Z Downloaded oxide-tokio-rt v0.1.4
8782026-05-16T03:43:05.187Z Downloaded ignore v0.4.25
8792026-05-16T03:43:05.191Z Downloaded arc-swap v1.8.2
8802026-05-16T03:43:05.191Z Downloaded heapless v0.7.17
8812026-05-16T03:43:05.191Z Downloaded base64 v0.21.7
8822026-05-16T03:43:05.194Z Downloaded peg-macros v0.8.5
8832026-05-16T03:43:05.194Z Downloaded paste v1.0.15
8842026-05-16T03:43:05.194Z Downloaded password-hash v0.5.0
8852026-05-16T03:43:05.197Z Downloaded pbkdf2 v0.12.2
8862026-05-16T03:43:05.197Z Downloaded phf v0.12.1
8872026-05-16T03:43:05.197Z Downloaded progenitor-client v0.14.0
8882026-05-16T03:43:05.201Z Downloaded psl-types v2.0.11
8892026-05-16T03:43:05.201Z Downloaded progenitor-macro v0.14.0
8902026-05-16T03:43:05.201Z Downloaded progenitor-macro v0.11.2
8912026-05-16T03:43:05.201Z Downloaded phf v0.13.1
8922026-05-16T03:43:05.204Z Downloaded peg v0.8.5
8932026-05-16T03:43:05.204Z Downloaded flate2 v1.1.9
8942026-05-16T03:43:05.207Z Downloaded omicron-zone-package v0.12.2
8952026-05-16T03:43:05.210Z Downloaded compact_str v0.8.1
8962026-05-16T03:43:05.213Z Downloaded pkg-config v0.3.32
8972026-05-16T03:43:05.213Z Downloaded pin-project-lite v0.2.17
8982026-05-16T03:43:05.217Z Downloaded progenitor-macro v0.13.0
8992026-05-16T03:43:05.217Z Downloaded pem v3.0.6
9002026-05-16T03:43:05.217Z Downloaded quick-error v1.2.3
9012026-05-16T03:43:05.220Z Downloaded litrs v1.0.0
9022026-05-16T03:43:05.221Z Downloaded polyval v0.6.2
9032026-05-16T03:43:05.221Z Downloaded pkcs8 v0.10.2
9042026-05-16T03:43:05.224Z Downloaded poly1305 v0.8.0
9052026-05-16T03:43:05.224Z Downloaded derive_more-impl v2.1.1
9062026-05-16T03:43:05.227Z Downloaded rand_chacha v0.3.1
9072026-05-16T03:43:05.231Z Downloaded radium v0.7.0
9082026-05-16T03:43:05.231Z Downloaded rand_xorshift v0.4.0
9092026-05-16T03:43:05.231Z Downloaded ppv-lite86 v0.2.21
9102026-05-16T03:43:05.231Z Downloaded postgres-protocol v0.6.10
9112026-05-16T03:43:05.235Z Downloaded libbz2-rs-sys v0.2.2
9122026-05-16T03:43:05.235Z Downloaded pin-project-internal v1.1.11
9132026-05-16T03:43:05.235Z Downloaded num-rational v0.4.2
9142026-05-16T03:43:05.235Z Downloaded password-hash v0.4.2
9152026-05-16T03:43:05.238Z Downloaded indicatif v0.18.4
9162026-05-16T03:43:05.238Z Downloaded progenitor v0.14.0
9172026-05-16T03:43:05.243Z Downloaded progenitor v0.11.2
9182026-05-16T03:43:05.243Z Downloaded progenitor-extras v0.2.0
9192026-05-16T03:43:05.243Z Downloaded owo-colors v4.3.0
9202026-05-16T03:43:05.247Z Downloaded recursive-proc-macro-impl v0.1.1
9212026-05-16T03:43:05.247Z Downloaded progenitor v0.10.0
9222026-05-16T03:43:05.247Z Downloaded ref-cast-impl v1.0.25
9232026-05-16T03:43:05.247Z Downloaded ref-cast v1.0.25
9242026-05-16T03:43:05.252Z Downloaded recursive v0.1.1
9252026-05-16T03:43:05.252Z Downloaded predicates v3.1.4
9262026-05-16T03:43:05.252Z Downloaded headers v0.4.1
9272026-05-16T03:43:05.257Z Downloaded heapless v0.8.0
9282026-05-16T03:43:05.257Z Downloaded cc v1.2.56
9292026-05-16T03:43:05.261Z Downloaded progenitor-client v0.10.0
9302026-05-16T03:43:05.261Z Downloaded progenitor-client v0.13.0
9312026-05-16T03:43:05.261Z Downloaded pem-rfc7468 v0.7.0
9322026-05-16T03:43:05.261Z Downloaded proc-macro-error2 v2.0.1
9332026-05-16T03:43:05.273Z Downloaded parking_lot_core v0.9.12
9342026-05-16T03:43:05.273Z Downloaded parking_lot v0.12.5
9352026-05-16T03:43:05.273Z Downloaded aes-gcm v0.10.3
9362026-05-16T03:43:05.279Z Downloaded rtoolbox v0.0.3
9372026-05-16T03:43:05.279Z Downloaded primeorder v0.13.6
9382026-05-16T03:43:05.279Z Downloaded rfc6979 v0.4.0
9392026-05-16T03:43:05.279Z Downloaded precomputed-hash v0.1.1
9402026-05-16T03:43:05.280Z Downloaded parse-display-derive v0.10.0
9412026-05-16T03:43:05.280Z Downloaded packed_struct v0.10.1
9422026-05-16T03:43:05.280Z Downloaded expectorate v1.2.0
9432026-05-16T03:43:05.280Z Downloaded hickory-resolver v0.25.2
9442026-05-16T03:43:05.280Z Downloaded derive_more v2.1.1
9452026-05-16T03:43:05.283Z Downloaded rustc_version v0.1.7
9462026-05-16T03:43:05.283Z Downloaded rustc-hash v2.1.1
9472026-05-16T03:43:05.283Z Downloaded psm v0.1.30
9482026-05-16T03:43:05.286Z Downloaded russh-cryptovec v0.7.3
9492026-05-16T03:43:05.286Z Downloaded ed25519-dalek v2.2.0
9502026-05-16T03:43:05.290Z Downloaded postcard v1.1.3
9512026-05-16T03:43:05.290Z Downloaded bumpalo v3.20.2
9522026-05-16T03:43:05.295Z Downloaded rustc_version v0.4.1
9532026-05-16T03:43:05.299Z Downloaded rand_seeder v0.4.0
9542026-05-16T03:43:05.299Z Downloaded rand_core v0.9.5
9552026-05-16T03:43:05.299Z Downloaded rand_chacha v0.9.0
9562026-05-16T03:43:05.299Z Downloaded r2d2 v0.8.10
9572026-05-16T03:43:05.304Z Downloaded miniz_oxide v0.8.9
9582026-05-16T03:43:05.307Z Downloaded rand_core v0.10.0
9592026-05-16T03:43:05.307Z Downloaded rand_core v0.6.4
9602026-05-16T03:43:05.307Z Downloaded postgres-types v0.2.12
9612026-05-16T03:43:05.310Z Downloaded parking_lot v0.11.2
9622026-05-16T03:43:05.310Z Downloaded progenitor v0.13.0
9632026-05-16T03:43:05.315Z Downloaded salsa20 v0.10.2
9642026-05-16T03:43:05.318Z Downloaded sapling-renderdag v0.1.0
9652026-05-16T03:43:05.318Z Downloaded same-file v1.0.6
9662026-05-16T03:43:05.318Z Downloaded scheduled-thread-pool v0.2.7
9672026-05-16T03:43:05.321Z Downloaded scrypt v0.11.0
9682026-05-16T03:43:05.321Z Downloaded scopeguard v1.2.0
9692026-05-16T03:43:05.336Z Downloaded pkcs1 v0.7.5
9702026-05-16T03:43:05.341Z Downloaded secrecy v0.8.0
9712026-05-16T03:43:05.344Z Downloaded secrecy v0.10.3
9722026-05-16T03:43:05.344Z Downloaded seq-macro v0.3.6
9732026-05-16T03:43:05.344Z Downloaded serde_bytes v0.11.19
9742026-05-16T03:43:05.347Z Downloaded resolv-conf v0.7.6
9752026-05-16T03:43:05.347Z Downloaded semver v0.1.20
9762026-05-16T03:43:05.347Z Downloaded scroll_derive v0.13.1
9772026-05-16T03:43:05.352Z Downloaded hickory-resolver v0.24.4
9782026-05-16T03:43:05.355Z Downloaded pkcs5 v0.7.1
9792026-05-16T03:43:05.355Z Downloaded pin-project v1.1.11
9802026-05-16T03:43:05.359Z Downloaded shell-words v1.1.1
9812026-05-16T03:43:05.362Z Downloaded serde_urlencoded v0.7.1
9822026-05-16T03:43:05.362Z Downloaded sha1 v0.10.6
9832026-05-16T03:43:05.362Z Downloaded quinn-udp v0.5.14
9842026-05-16T03:43:05.369Z Downloaded serde_spanned v1.0.4
9852026-05-16T03:43:05.369Z Downloaded serde_repr v0.1.20
9862026-05-16T03:43:05.369Z Downloaded serde_plain v1.0.2
9872026-05-16T03:43:05.372Z Downloaded serde-big-array v0.5.1
9882026-05-16T03:43:05.372Z Downloaded jiff-static v0.2.21
9892026-05-16T03:43:05.372Z Downloaded dropshot-api-manager v0.7.1
9902026-05-16T03:43:05.372Z Downloaded signal-hook-mio v0.2.5
9912026-05-16T03:43:05.376Z Downloaded signal-hook-tokio v0.3.1
9922026-05-16T03:43:05.380Z Downloaded oso v0.27.3
9932026-05-16T03:43:05.380Z Downloaded minimal-lexical v0.2.1
9942026-05-16T03:43:05.384Z Downloaded sigpipe v0.1.3
9952026-05-16T03:43:05.384Z Downloaded signature v2.2.0
9962026-05-16T03:43:05.384Z Downloaded rustversion v1.0.22
9972026-05-16T03:43:05.389Z Downloaded rustls-pemfile v2.2.0
9982026-05-16T03:43:05.390Z Downloaded rustls-native-certs v0.8.3
9992026-05-16T03:43:05.390Z Downloaded rusty-fork v0.3.1
10002026-05-16T03:43:05.393Z Downloaded prefix-trie v0.7.0
10012026-05-16T03:43:05.393Z Downloaded openssl-sys v0.9.115
10022026-05-16T03:43:05.393Z Downloaded slog-bunyan v2.5.0
10032026-05-16T03:43:05.396Z Downloaded siphasher v1.0.2
10042026-05-16T03:43:05.396Z Downloaded rustls-pemfile v1.0.4
10052026-05-16T03:43:05.396Z Downloaded sct v0.7.1
10062026-05-16T03:43:05.399Z Downloaded slog-envlogger v2.2.0
10072026-05-16T03:43:05.399Z Downloaded schemars_derive v0.8.22
10082026-05-16T03:43:05.402Z Downloaded scroll v0.13.0
10092026-05-16T03:43:05.402Z Downloaded hashbrown v0.13.2
10102026-05-16T03:43:05.408Z Downloaded p256 v0.13.2
10112026-05-16T03:43:05.408Z Downloaded papergrid v0.17.0
10122026-05-16T03:43:05.411Z Downloaded hickory-server v0.25.2
10132026-05-16T03:43:05.411Z Downloaded aes v0.8.4
10142026-05-16T03:43:05.414Z Downloaded progenitor-impl v0.14.0
10152026-05-16T03:43:05.417Z Downloaded sec1 v0.7.3
10162026-05-16T03:43:05.417Z Downloaded progenitor-impl v0.11.2
10172026-05-16T03:43:05.417Z Downloaded progenitor-impl v0.10.0
10182026-05-16T03:43:05.421Z Downloaded diesel_derives v2.3.7
10192026-05-16T03:43:05.427Z Downloaded serde-hex v0.1.0
10202026-05-16T03:43:05.431Z Downloaded crossterm v0.29.0
10212026-05-16T03:43:05.435Z Downloaded russh-keys v0.45.0
10222026-05-16T03:43:05.435Z Downloaded ssh-encoding v0.2.0
10232026-05-16T03:43:05.438Z Downloaded ssh-cipher v0.2.0
10242026-05-16T03:43:05.438Z Downloaded http v1.4.0
10252026-05-16T03:43:05.438Z Downloaded sqlparser_derive v0.5.0
10262026-05-16T03:43:05.441Z Downloaded serde_path_to_error v0.1.20
10272026-05-16T03:43:05.445Z Downloaded rustls-pki-types v1.14.0
10282026-05-16T03:43:05.448Z Downloaded strum v0.26.3
10292026-05-16T03:43:05.449Z Downloaded structmeta-derive v0.3.0
10302026-05-16T03:43:05.449Z Downloaded shlex v1.3.0
10312026-05-16T03:43:05.449Z Downloaded rcgen v0.12.1
10322026-05-16T03:43:05.452Z Downloaded hyper-util v0.1.20
10332026-05-16T03:43:05.455Z Downloaded strip-ansi-escapes v0.2.1
10342026-05-16T03:43:05.455Z Downloaded slog-async v2.8.0
10352026-05-16T03:43:05.458Z Downloaded prettyplease v0.2.37
10362026-05-16T03:43:05.458Z Downloaded pretty_assertions v1.4.1
10372026-05-16T03:43:05.461Z Downloaded subtle v2.6.1
10382026-05-16T03:43:05.461Z Downloaded strum v0.27.2
10392026-05-16T03:43:05.461Z Downloaded simd-adler32 v0.3.8
10402026-05-16T03:43:05.465Z Downloaded signal-hook-registry v1.4.8
10412026-05-16T03:43:05.465Z Downloaded structmeta v0.3.0
10422026-05-16T03:43:05.465Z Downloaded slog-term v2.9.2
10432026-05-16T03:43:05.468Z Downloaded take_mut v0.2.2
10442026-05-16T03:43:05.468Z Downloaded slab v0.4.12
10452026-05-16T03:43:05.468Z Downloaded tabled_derive v0.11.0
10462026-05-16T03:43:05.468Z Downloaded sync_wrapper v1.0.2
10472026-05-16T03:43:05.468Z Downloaded sync-ptr v0.1.4
10482026-05-16T03:43:05.506Z Downloaded supports-color v3.0.2
10492026-05-16T03:43:05.507Z Downloaded slog-scope v4.4.1
10502026-05-16T03:43:05.507Z Downloaded hashbrown v0.12.3
10512026-05-16T03:43:05.507Z Downloaded termtree v0.5.1
10522026-05-16T03:43:05.507Z Downloaded tap v1.0.1
10532026-05-16T03:43:05.507Z Downloaded tabwriter v1.4.1
10542026-05-16T03:43:05.507Z Downloaded progenitor-impl v0.13.0
10552026-05-16T03:43:05.507Z Downloaded smf v0.2.3
10562026-05-16T03:43:05.507Z Downloaded slog-stdlog v4.1.1
10572026-05-16T03:43:05.507Z Downloaded testing_table v0.3.0
10582026-05-16T03:43:05.507Z Downloaded serde_cbor v0.11.2
10592026-05-16T03:43:05.507Z Downloaded spki v0.7.3
10602026-05-16T03:43:05.507Z Downloaded smallvec v0.6.14
10612026-05-16T03:43:05.507Z Downloaded thread-id v5.1.0
10622026-05-16T03:43:05.507Z Downloaded ron v0.8.1
10632026-05-16T03:43:05.507Z Downloaded itertools v0.10.5
10642026-05-16T03:43:05.507Z Downloaded sqlformat v0.3.5
10652026-05-16T03:43:05.507Z Downloaded thiserror-impl-no-std v2.0.2
10662026-05-16T03:43:05.513Z Downloaded time-core v0.1.8
10672026-05-16T03:43:05.513Z Downloaded static_assertions v1.1.0
10682026-05-16T03:43:05.516Z Downloaded tokio-macros v2.7.0
10692026-05-16T03:43:05.516Z Downloaded tinyvec_macros v0.1.1
10702026-05-16T03:43:05.516Z Downloaded stacker v0.1.23
10712026-05-16T03:43:05.516Z Downloaded serde_derive_internals v0.29.1
10722026-05-16T03:43:05.519Z Downloaded serde_with_macros v3.17.0
10732026-05-16T03:43:05.522Z Downloaded rayon-core v1.13.0
10742026-05-16T03:43:05.527Z Downloaded stringprep v0.1.5
10752026-05-16T03:43:05.532Z Downloaded tagptr v0.2.0
10762026-05-16T03:43:05.532Z Downloaded string_cache v0.8.9
10772026-05-16T03:43:05.532Z Downloaded slog-dtrace v0.3.0
10782026-05-16T03:43:05.532Z Downloaded ryu v1.0.23
10792026-05-16T03:43:05.539Z Downloaded strum_macros v0.27.2
10802026-05-16T03:43:05.543Z Downloaded strum_macros v0.26.4
10812026-05-16T03:43:05.547Z Downloaded slog-json v2.6.1
10822026-05-16T03:43:05.547Z Downloaded snafu-derive v0.8.9
10832026-05-16T03:43:05.547Z Downloaded nom v7.1.3
10842026-05-16T03:43:05.551Z Downloaded schemars v0.8.22
10852026-05-16T03:43:05.559Z Downloaded topological-sort v0.2.2
10862026-05-16T03:43:05.562Z Downloaded tower-layer v0.3.3
10872026-05-16T03:43:05.562Z Downloaded crossterm v0.28.1
10882026-05-16T03:43:05.565Z Downloaded publicsuffix v2.3.0
10892026-05-16T03:43:05.565Z Downloaded spin v0.9.8
10902026-05-16T03:43:05.568Z Downloaded qorb v0.4.1
10912026-05-16T03:43:05.568Z Downloaded num-bigint v0.4.6
10922026-05-16T03:43:05.573Z Downloaded thiserror-no-std v2.0.2
10932026-05-16T03:43:05.576Z Downloaded tls_codec_derive v0.4.2
10942026-05-16T03:43:05.576Z Downloaded thread_local v1.1.9
10952026-05-16T03:43:05.576Z Downloaded termios v0.3.3
10962026-05-16T03:43:05.580Z Downloaded try-lock v0.2.5
10972026-05-16T03:43:05.580Z Downloaded rustls-platform-verifier v0.6.2
10982026-05-16T03:43:05.585Z Downloaded typify-macro v0.6.2
10992026-05-16T03:43:05.585Z Downloaded typify-macro v0.4.3
11002026-05-16T03:43:05.585Z Downloaded tokio-dtrace v0.1.1
11012026-05-16T03:43:05.585Z Downloaded tls_codec v0.4.2
11022026-05-16T03:43:05.588Z Downloaded trait-variant v0.1.2
11032026-05-16T03:43:05.588Z Downloaded tower-service v0.3.3
11042026-05-16T03:43:05.588Z Downloaded time-macros v0.2.27
11052026-05-16T03:43:05.588Z Downloaded quinn v0.11.9
11062026-05-16T03:43:05.591Z Downloaded unarray v0.1.4
11072026-05-16T03:43:05.595Z Downloaded signal-hook v0.3.18
11082026-05-16T03:43:05.599Z Downloaded tokio-native-tls v0.3.1
11092026-05-16T03:43:05.599Z Downloaded unicode-truncate v1.1.0
11102026-05-16T03:43:05.602Z Downloaded tokio-tungstenite v0.21.0
11112026-05-16T03:43:05.602Z Downloaded tokio-rustls v0.25.0
11122026-05-16T03:43:05.602Z Downloaded schemars v0.9.0
11132026-05-16T03:43:05.608Z Downloaded usdt v0.6.0
11142026-05-16T03:43:05.611Z Downloaded untrusted v0.7.1
11152026-05-16T03:43:05.611Z Downloaded similar v2.7.0
11162026-05-16T03:43:05.614Z Downloaded slog v2.8.2
11172026-05-16T03:43:05.617Z Downloaded itertools v0.13.0
11182026-05-16T03:43:05.620Z Downloaded usdt-macro v0.6.0
11192026-05-16T03:43:05.620Z Downloaded universal-hash v0.5.1
11202026-05-16T03:43:05.620Z Downloaded unit-prefix v0.5.2
11212026-05-16T03:43:05.624Z Downloaded support-bundle-viewer v0.1.2
11222026-05-16T03:43:05.624Z Downloaded term v0.7.0
11232026-05-16T03:43:05.626Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-05-16T03:43:05.627Z Downloaded term v1.2.1
11252026-05-16T03:43:05.630Z Downloaded rsa v0.9.10
11262026-05-16T03:43:05.633Z Downloaded toml_writer v1.0.6+spec-1.1.0
11272026-05-16T03:43:05.633Z Downloaded itertools v0.12.1
11282026-05-16T03:43:05.636Z Downloaded libxml v0.3.3
11292026-05-16T03:43:05.640Z Downloaded utf-8 v0.7.6
11302026-05-16T03:43:05.643Z Downloaded usdt-attr-macro v0.6.0
11312026-05-16T03:43:05.643Z Downloaded untrusted v0.9.0
11322026-05-16T03:43:05.643Z Downloaded futures-util v0.3.32
11332026-05-16T03:43:05.649Z Downloaded hyper v1.8.1
11342026-05-16T03:43:05.654Z Downloaded tokio-rustls v0.24.1
11352026-05-16T03:43:05.654Z Downloaded tui-tree-widget v0.23.1
11362026-05-16T03:43:05.658Z Downloaded tiny-keccak v2.0.2
11372026-05-16T03:43:05.658Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11382026-05-16T03:43:05.658Z Downloaded blake3 v1.8.3
11392026-05-16T03:43:05.661Z Downloaded wait-timeout v0.2.1
11402026-05-16T03:43:05.664Z Downloaded want v0.3.1
11412026-05-16T03:43:05.664Z Downloaded waitgroup v0.1.2
11422026-05-16T03:43:05.664Z Downloaded void v1.0.2
11432026-05-16T03:43:05.664Z Downloaded socket2 v0.5.10
11442026-05-16T03:43:05.667Z Downloaded rand v0.8.6
11452026-05-16T03:43:05.667Z Downloaded num-bigint-dig v0.8.6
11462026-05-16T03:43:05.670Z Downloaded mio v1.2.0
11472026-05-16T03:43:05.673Z Downloaded serde_yaml v0.9.34+deprecated
11482026-05-16T03:43:05.676Z Downloaded unicase v2.9.0
11492026-05-16T03:43:05.676Z Downloaded tokio-tungstenite v0.23.1
11502026-05-16T03:43:05.676Z Downloaded xattr v1.6.1
11512026-05-16T03:43:05.680Z Downloaded hashbrown v0.16.1
11522026-05-16T03:43:05.682Z Downloaded schemars v1.2.1
11532026-05-16T03:43:05.689Z Downloaded tokio-stream v0.1.18
11542026-05-16T03:43:05.693Z Downloaded zeroize_derive v1.4.3
11552026-05-16T03:43:05.699Z Downloaded xshell-macros v0.2.7
11562026-05-16T03:43:05.699Z Downloaded snafu v0.8.9
11572026-05-16T03:43:05.699Z Downloaded toml_parser v1.0.9+spec-1.1.0
11582026-05-16T03:43:05.702Z Downloaded tokio-rustls v0.26.4
11592026-05-16T03:43:05.702Z Downloaded usdt-impl v0.6.0
11602026-05-16T03:43:05.702Z Downloaded itertools v0.14.0
11612026-05-16T03:43:05.705Z Downloaded iri-string v0.7.10
11622026-05-16T03:43:05.708Z Downloaded bitvec v1.0.1
11632026-05-16T03:43:05.716Z Downloaded zone v0.3.1
11642026-05-16T03:43:05.720Z Downloaded libm v0.2.16
11652026-05-16T03:43:05.723Z Downloaded zone_cfg_derive v0.3.1
11662026-05-16T03:43:05.723Z Downloaded vsss-rs v3.3.4
11672026-05-16T03:43:05.726Z Downloaded walkdir v2.5.0
11682026-05-16T03:43:05.726Z Downloaded tracing-attributes v0.1.31
11692026-05-16T03:43:05.729Z Downloaded rand v0.9.2
11702026-05-16T03:43:05.729Z Downloaded vergen-lib v0.1.6
11712026-05-16T03:43:05.733Z Downloaded twox-hash v2.1.2
11722026-05-16T03:43:05.733Z Downloaded rand v0.10.0
11732026-05-16T03:43:05.743Z Downloaded tinyvec v1.10.0
11742026-05-16T03:43:05.743Z Downloaded subprocess v0.2.15
11752026-05-16T03:43:05.743Z Downloaded vergen-gitcl v1.0.8
11762026-05-16T03:43:05.744Z Downloaded uzers v0.12.2
11772026-05-16T03:43:05.744Z Downloaded p521 v0.13.3
11782026-05-16T03:43:05.749Z Downloaded test-strategy v0.4.5
11792026-05-16T03:43:05.749Z Downloaded whoami v1.6.1
11802026-05-16T03:43:05.749Z Downloaded socket2 v0.6.3
11812026-05-16T03:43:05.749Z Downloaded wyz v0.5.1
11822026-05-16T03:43:05.749Z Downloaded toml v0.9.12+spec-1.1.0
11832026-05-16T03:43:05.753Z Downloaded xshell v0.2.7
11842026-05-16T03:43:05.753Z Downloaded h2 v0.4.13
11852026-05-16T03:43:05.756Z Downloaded zeroize v1.8.2
11862026-05-16T03:43:05.756Z Downloaded tar v0.4.45
11872026-05-16T03:43:05.756Z Downloaded toml v0.7.8
11882026-05-16T03:43:05.760Z Downloaded iddqd v0.3.18
11892026-05-16T03:43:05.766Z Downloaded hkdf v0.12.4
11902026-05-16T03:43:05.767Z Downloaded rustls-webpki v0.103.9
11912026-05-16T03:43:05.770Z Downloaded hashbrown v0.15.5
11922026-05-16T03:43:05.771Z Downloaded strum_macros v0.24.3
11932026-05-16T03:43:05.771Z Downloaded zstd-safe v7.2.4
11942026-05-16T03:43:05.771Z Downloaded vergen-git2 v1.0.7
11952026-05-16T03:43:05.774Z Downloaded tungstenite v0.23.0
11962026-05-16T03:43:05.774Z Downloaded vergen v9.0.6
11972026-05-16T03:43:05.780Z Downloaded typify v0.6.2
11982026-05-16T03:43:05.783Z Downloaded typify v0.4.3
11992026-05-16T03:43:05.783Z Downloaded tracing-core v0.1.36
12002026-05-16T03:43:05.786Z Downloaded unicode-bidi v0.3.18
12012026-05-16T03:43:05.793Z Downloaded whoami v2.1.0
12022026-05-16T03:43:05.796Z Downloaded unicode-properties v0.1.4
12032026-05-16T03:43:05.796Z Downloaded yasna v0.5.2
12042026-05-16T03:43:05.802Z Downloaded samael v0.0.19
12052026-05-16T03:43:05.806Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-16T03:43:05.806Z Downloaded zerocopy v0.6.6
12072026-05-16T03:43:05.810Z Downloaded toml v1.0.6+spec-1.1.0
12082026-05-16T03:43:05.810Z Downloaded rustyline v14.0.0
12092026-05-16T03:43:05.814Z Downloaded rpassword v7.4.0
12102026-05-16T03:43:05.819Z Downloaded uuid v1.23.0
12112026-05-16T03:43:05.828Z Downloaded tokio-postgres v0.7.16
12122026-05-16T03:43:05.828Z Downloaded zstd v0.13.3
12132026-05-16T03:43:05.831Z Downloaded russh v0.45.0
12142026-05-16T03:43:05.831Z Downloaded tungstenite v0.21.0
12152026-05-16T03:43:05.831Z Downloaded steno v0.4.1
12162026-05-16T03:43:05.835Z Downloaded vte v0.14.1
12172026-05-16T03:43:05.848Z Downloaded reedline v0.40.0
12182026-05-16T03:43:05.871Z Downloaded zopfli v0.8.3
12192026-05-16T03:43:05.875Z Downloaded ssh-key v0.6.7
12202026-05-16T03:43:05.879Z Downloaded p384 v0.13.1
12212026-05-16T03:43:05.882Z Downloaded unsafe-libyaml v0.2.11
12222026-05-16T03:43:05.885Z Downloaded git2 v0.20.4
12232026-05-16T03:43:05.894Z Downloaded yansi v1.0.1
12242026-05-16T03:43:05.898Z Downloaded bindgen v0.71.1
12252026-05-16T03:43:05.898Z Downloaded reqwest v0.12.28
12262026-05-16T03:43:05.902Z Downloaded zip v0.6.6
12272026-05-16T03:43:05.907Z Downloaded toml_edit v0.19.15
12282026-05-16T03:43:05.913Z Downloaded aws-lc-rs v1.16.3
12292026-05-16T03:43:05.919Z Downloaded unicode_categories v0.1.1
12302026-05-16T03:43:05.923Z Downloaded portable-atomic v1.13.1
12312026-05-16T03:43:05.927Z Downloaded unicode-segmentation v1.12.0
12322026-05-16T03:43:05.927Z Downloaded regex v1.12.3
12332026-05-16T03:43:05.935Z Downloaded reqwest v0.13.2
12342026-05-16T03:43:05.952Z Downloaded goblin v0.10.5
12352026-05-16T03:43:05.957Z Downloaded rustls-webpki v0.101.7
12362026-05-16T03:43:05.963Z Downloaded x509-cert v0.2.5
12372026-05-16T03:43:05.967Z Downloaded moka v0.12.13
12382026-05-16T03:43:05.970Z Downloaded chrono v0.4.44
12392026-05-16T03:43:05.975Z Downloaded quick-xml v0.37.5
12402026-05-16T03:43:05.978Z Downloaded rayon v1.11.0
12412026-05-16T03:43:05.988Z Downloaded salty v0.3.0
12422026-05-16T03:43:05.992Z Downloaded typed-path v0.9.3
12432026-05-16T03:43:05.995Z Downloaded tokio-util v0.7.18
12442026-05-16T03:43:05.998Z Downloaded lalrpop v0.19.12
12452026-05-16T03:43:06.006Z Downloaded tough v0.22.0
12462026-05-16T03:43:06.011Z Downloaded zip v4.6.1
12472026-05-16T03:43:06.014Z Downloaded curve25519-dalek v4.1.3
12482026-05-16T03:43:06.019Z Downloaded tower-http v0.6.8
12492026-05-16T03:43:06.023Z Downloaded tower v0.5.3
12502026-05-16T03:43:06.027Z Downloaded zerocopy-derive v0.8.40
12512026-05-16T03:43:06.031Z Downloaded serde_with v3.17.0
12522026-05-16T03:43:06.038Z Downloaded rustls-webpki v0.102.8
12532026-05-16T03:43:06.048Z Downloaded proptest v1.10.0
12542026-05-16T03:43:06.052Z Downloaded unicode-normalization v0.1.25
12552026-05-16T03:43:06.057Z Downloaded petname v2.0.2
12562026-05-16T03:43:06.061Z Downloaded object v0.30.4
12572026-05-16T03:43:06.069Z Downloaded radix_trie v0.2.1
12582026-05-16T03:43:06.076Z Downloaded winnow v0.5.40
12592026-05-16T03:43:06.085Z Downloaded winnow v0.6.26
12602026-05-16T03:43:06.089Z Downloaded polar-core v0.27.3
12612026-05-16T03:43:06.132Z Downloaded quinn-proto v0.11.13
12622026-05-16T03:43:06.132Z Downloaded nix v0.27.1
12632026-05-16T03:43:06.132Z Downloaded nix v0.28.0
12642026-05-16T03:43:06.132Z Downloaded nix v0.29.0
12652026-05-16T03:43:06.140Z Downloaded tabled v0.20.0
12662026-05-16T03:43:06.145Z Downloaded dropshot v0.17.0
12672026-05-16T03:43:06.156Z Downloaded time v0.3.47
12682026-05-16T03:43:06.167Z Downloaded zlib-rs v0.6.2
12692026-05-16T03:43:06.170Z Downloaded regex-syntax v0.6.29
12702026-05-16T03:43:06.170Z Downloaded dropshot v0.16.7
12712026-05-16T03:43:06.181Z Downloaded webpki-roots v1.0.6
12722026-05-16T03:43:06.185Z Downloaded nix v0.31.2
12732026-05-16T03:43:06.190Z Downloaded rustls v0.21.12
12742026-05-16T03:43:06.197Z Downloaded object v0.37.3
12752026-05-16T03:43:06.204Z Downloaded smoltcp v0.11.0
12762026-05-16T03:43:06.209Z Downloaded vcpkg v0.2.15
12772026-05-16T03:43:06.231Z Downloaded hickory-proto v0.24.4
12782026-05-16T03:43:06.241Z Downloaded openapiv3 v2.2.0
12792026-05-16T03:43:06.247Z Downloaded zerocopy v0.8.40
12802026-05-16T03:43:06.253Z Downloaded openssl v0.10.79
12812026-05-16T03:43:06.258Z Downloaded diesel v2.3.7
12822026-05-16T03:43:06.270Z Downloaded rustls v0.22.4
12832026-05-16T03:43:06.282Z Downloaded regress v0.11.1
12842026-05-16T03:43:06.286Z Downloaded regress v0.10.5
12852026-05-16T03:43:06.289Z Downloaded rustls v0.23.37
12862026-05-16T03:43:06.295Z Downloaded hickory-proto v0.25.2
12872026-05-16T03:43:06.304Z Downloaded sqlparser v0.61.0
12882026-05-16T03:43:06.311Z Downloaded rustix v0.38.44
12892026-05-16T03:43:06.325Z Downloaded regex-syntax v0.8.10
12902026-05-16T03:43:06.331Z Downloaded bstr v1.12.1
12912026-05-16T03:43:06.337Z Downloaded typify-impl v0.4.3
12922026-05-16T03:43:06.345Z Downloaded csv v1.4.0
12932026-05-16T03:43:06.359Z Downloaded tracing v0.1.44
12942026-05-16T03:43:06.372Z Downloaded smoltcp v0.9.1
12952026-05-16T03:43:06.398Z Downloaded petgraph v0.6.5
12962026-05-16T03:43:06.410Z Downloaded typify-impl v0.6.2
12972026-05-16T03:43:06.420Z Downloaded sled v0.34.7
12982026-05-16T03:43:06.426Z Downloaded jiff v0.2.21
12992026-05-16T03:43:06.438Z Downloaded ratatui v0.29.0
13002026-05-16T03:43:06.449Z Downloaded petgraph v0.8.3
13012026-05-16T03:43:06.463Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-05-16T03:43:06.473Z Downloaded zerocopy-derive v0.6.6
13032026-05-16T03:43:06.478Z Downloaded regex-automata v0.4.14
13042026-05-16T03:43:06.490Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-16T03:43:06.501Z Downloaded chrono-tz v0.10.4
13062026-05-16T03:43:06.513Z Downloaded sha3 v0.10.8
13072026-05-16T03:43:06.525Z Downloaded encoding_rs v0.8.35
13082026-05-16T03:43:06.540Z Downloaded libz-sys v1.1.24
13092026-05-16T03:43:06.580Z Downloaded tokio v1.52.1
13102026-05-16T03:43:06.694Z Downloaded ring v0.17.14
13112026-05-16T03:43:06.739Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-16T03:43:07.224Z Downloaded aws-lc-sys v0.40.0
13132026-05-16T03:43:07.465Z Compiling libc v0.2.185
13142026-05-16T03:43:07.465Z Compiling serde v1.0.228
13152026-05-16T03:43:07.471Z Compiling log v0.4.29
13162026-05-16T03:43:07.471Z Compiling shlex v1.3.0
13172026-05-16T03:43:07.634Z Compiling find-msvc-tools v0.1.9
13182026-05-16T03:43:07.645Z Compiling syn v2.0.117
13192026-05-16T03:43:07.648Z Compiling smallvec v1.15.1
13202026-05-16T03:43:07.648Z Compiling typenum v1.19.0
13212026-05-16T03:43:07.810Z Compiling generic-array v0.14.7
13222026-05-16T03:43:07.823Z Compiling subtle v2.6.1
13232026-05-16T03:43:07.868Z Compiling scopeguard v1.2.0
13242026-05-16T03:43:07.940Z Compiling const-oid v0.9.6
13252026-05-16T03:43:07.947Z Compiling serde_json v1.0.149
13262026-05-16T03:43:07.980Z Compiling lock_api v0.4.14
13272026-05-16T03:43:07.995Z Compiling zerocopy v0.8.40
13282026-05-16T03:43:08.053Z Compiling pin-project-lite v0.2.17
13292026-05-16T03:43:08.146Z Compiling parking_lot_core v0.9.12
13302026-05-16T03:43:08.211Z Compiling portable-atomic v1.13.1
13312026-05-16T03:43:08.416Z Compiling pkg-config v0.3.32
13322026-05-16T03:43:08.447Z Compiling getrandom v0.2.17
13332026-05-16T03:43:08.512Z Compiling jobserver v0.1.34
13342026-05-16T03:43:08.641Z Compiling rand_core v0.6.4
13352026-05-16T03:43:08.671Z Compiling errno v0.3.14
13362026-05-16T03:43:08.731Z Compiling cc v1.2.56
13372026-05-16T03:43:08.818Z Compiling signal-hook-registry v1.4.8
13382026-05-16T03:43:08.921Z Compiling bitflags v2.11.0
13392026-05-16T03:43:08.987Z Compiling libm v0.2.16
13402026-05-16T03:43:08.987Z Compiling critical-section v1.2.0
13412026-05-16T03:43:09.092Z Compiling futures-core v0.3.32
13422026-05-16T03:43:09.108Z Compiling parking_lot v0.12.5
13432026-05-16T03:43:09.145Z Compiling mio v1.2.0
13442026-05-16T03:43:09.243Z Compiling num-traits v0.2.19
13452026-05-16T03:43:09.342Z Compiling once_cell v1.21.3
13462026-05-16T03:43:09.406Z Compiling percent-encoding v2.3.2
13472026-05-16T03:43:09.481Z Compiling socket2 v0.6.3
13482026-05-16T03:43:09.553Z Compiling futures-sink v0.3.32
13492026-05-16T03:43:09.595Z Compiling slab v0.4.12
13502026-05-16T03:43:09.598Z Compiling cpufeatures v0.2.17
13512026-05-16T03:43:09.623Z Compiling getrandom v0.4.1
13522026-05-16T03:43:09.659Z Compiling futures-channel v0.3.32
13532026-05-16T03:43:09.680Z Compiling futures-task v0.3.32
13542026-05-16T03:43:09.775Z Compiling futures-io v0.3.32
13552026-05-16T03:43:09.854Z Compiling rand_core v0.10.0
13562026-05-16T03:43:09.883Z Compiling indexmap v2.14.0
13572026-05-16T03:43:09.899Z Compiling rustversion v1.0.22
13582026-05-16T03:43:09.926Z Compiling getrandom v0.3.4
13592026-05-16T03:43:09.973Z Compiling form_urlencoded v1.2.2
13602026-05-16T03:43:10.238Z Compiling cmake v0.1.57
13612026-05-16T03:43:10.286Z Compiling dunce v1.0.5
13622026-05-16T03:43:10.334Z Compiling fs_extra v1.3.0
13632026-05-16T03:43:10.486Z Compiling synstructure v0.13.2
13642026-05-16T03:43:10.547Z Compiling ident_case v1.0.1
13652026-05-16T03:43:10.609Z Compiling base64ct v1.8.3
13662026-05-16T03:43:10.661Z Compiling aws-lc-sys v0.40.0
13672026-05-16T03:43:10.674Z Compiling iana-time-zone v0.1.65
13682026-05-16T03:43:10.786Z Compiling rustix v1.1.3
13692026-05-16T03:43:10.874Z Compiling pem-rfc7468 v0.7.0
13702026-05-16T03:43:10.899Z Compiling flagset v0.4.7
13712026-05-16T03:43:10.914Z Compiling regex-syntax v0.8.10
13722026-05-16T03:43:10.968Z Compiling rand_core v0.9.5
13732026-05-16T03:43:11.026Z Compiling ring v0.17.14
13742026-05-16T03:43:11.096Z Compiling vcpkg v0.2.15
13752026-05-16T03:43:11.167Z Compiling aws-lc-rs v1.16.3
13762026-05-16T03:43:11.237Z Compiling uuid v1.23.0
13772026-05-16T03:43:11.448Z Compiling rustc_version v0.4.1
13782026-05-16T03:43:11.766Z Compiling tracing-core v0.1.36
13792026-05-16T03:43:11.800Z Compiling openssl-sys v0.9.115
13802026-05-16T03:43:11.922Z Compiling base64 v0.22.1
13812026-05-16T03:43:12.167Z Compiling serde_derive v1.0.228
13822026-05-16T03:43:12.288Z Compiling zeroize_derive v1.4.3
13832026-05-16T03:43:12.339Z Compiling zerofrom-derive v0.1.6
13842026-05-16T03:43:12.366Z Compiling yoke-derive v0.8.1
13852026-05-16T03:43:12.523Z Compiling zerocopy-derive v0.8.40
13862026-05-16T03:43:12.931Z Compiling zeroize v1.8.2
13872026-05-16T03:43:13.247Z Compiling zerovec-derive v0.11.2
13882026-05-16T03:43:13.524Z Compiling displaydoc v0.2.5
13892026-05-16T03:43:13.701Z Compiling crypto-common v0.1.7
13902026-05-16T03:43:13.736Z Compiling zerofrom v0.1.6
13912026-05-16T03:43:13.848Z Compiling yoke v0.8.1
13922026-05-16T03:43:13.862Z Compiling block-buffer v0.10.4
13932026-05-16T03:43:14.024Z Compiling digest v0.10.7
13942026-05-16T03:43:14.037Z Compiling tokio-macros v2.7.0
13952026-05-16T03:43:14.258Z Compiling zerotrie v0.2.3
13962026-05-16T03:43:14.272Z Compiling futures-macro v0.3.32
13972026-05-16T03:43:14.350Z Compiling zerovec v0.11.5
13982026-05-16T03:43:14.548Z Compiling hmac v0.12.1
13992026-05-16T03:43:14.702Z Compiling block-padding v0.3.3
14002026-05-16T03:43:14.727Z Compiling sha2 v0.10.9
14012026-05-16T03:43:14.847Z Compiling tinystr v0.8.2
14022026-05-16T03:43:14.861Z Compiling potential_utf v0.1.4
14032026-05-16T03:43:15.026Z Compiling icu_locale_core v2.1.1
14042026-05-16T03:43:15.050Z Compiling icu_collections v2.1.1
14052026-05-16T03:43:15.064Z Compiling futures-util v0.3.32
14062026-05-16T03:43:15.508Z Compiling inout v0.1.4
14072026-05-16T03:43:15.592Z Compiling bytes v1.11.1
14082026-05-16T03:43:15.675Z Compiling icu_provider v2.1.1
14092026-05-16T03:43:15.698Z Compiling cipher v0.4.4
14102026-05-16T03:43:15.878Z Compiling der_derive v0.7.3
14112026-05-16T03:43:15.950Z Compiling icu_properties v2.1.2
14122026-05-16T03:43:15.964Z Compiling icu_normalizer v2.1.1
14132026-05-16T03:43:16.084Z Compiling chrono v0.4.44
14142026-05-16T03:43:16.191Z Compiling tokio v1.52.1
14152026-05-16T03:43:16.485Z Compiling http v1.4.0
14162026-05-16T03:43:16.819Z Compiling idna_adapter v1.2.1
14172026-05-16T03:43:16.888Z Compiling ppv-lite86 v0.2.21
14182026-05-16T03:43:16.955Z Compiling idna v1.1.0
14192026-05-16T03:43:17.022Z Compiling der v0.7.10
14202026-05-16T03:43:17.220Z Compiling salsa20 v0.10.2
14212026-05-16T03:43:17.312Z Compiling url v2.5.8
14222026-05-16T03:43:17.358Z Compiling pbkdf2 v0.12.2
14232026-05-16T03:43:17.407Z Compiling rustls-pki-types v1.14.0
14242026-05-16T03:43:17.473Z Compiling tracing-attributes v0.1.31
14252026-05-16T03:43:17.498Z Compiling thiserror-impl v2.0.18
14262026-05-16T03:43:17.644Z Compiling scrypt v0.11.0
14272026-05-16T03:43:17.852Z Compiling rand_chacha v0.9.0
14282026-05-16T03:43:17.896Z Compiling spki v0.7.3
14292026-05-16T03:43:18.095Z Compiling http-body v1.0.1
14302026-05-16T03:43:18.110Z Compiling cbc v0.1.2
14312026-05-16T03:43:18.249Z Compiling aes v0.8.4
14322026-05-16T03:43:18.276Z Compiling untrusted v0.7.1
14332026-05-16T03:43:18.324Z Compiling httparse v1.10.1
14342026-05-16T03:43:18.398Z Compiling openssl-probe v0.2.1
14352026-05-16T03:43:18.546Z Compiling tinyvec_macros v0.1.1
14362026-05-16T03:43:18.573Z Compiling untrusted v0.9.0
14372026-05-16T03:43:18.617Z Compiling tinyvec v1.10.0
14382026-05-16T03:43:18.707Z Compiling pkcs5 v0.7.1
14392026-05-16T03:43:18.760Z Compiling tracing v0.1.44
14402026-05-16T03:43:18.811Z Compiling thiserror v2.0.18
14412026-05-16T03:43:18.913Z Compiling pest_generator v2.8.6
14422026-05-16T03:43:18.961Z Compiling rand v0.9.2
14432026-05-16T03:43:19.017Z Compiling serde_derive_internals v0.29.1
14442026-05-16T03:43:19.173Z Compiling aho-corasick v1.1.4
14452026-05-16T03:43:19.285Z Compiling schemars v0.8.22
14462026-05-16T03:43:19.481Z Compiling rustls v0.23.37
14472026-05-16T03:43:19.587Z Compiling tower-service v0.3.3
14482026-05-16T03:43:19.649Z Compiling dyn-clone v1.0.20
14492026-05-16T03:43:19.686Z Compiling atomic-waker v1.1.2
14502026-05-16T03:43:19.732Z Compiling try-lock v0.2.5
14512026-05-16T03:43:19.781Z Compiling tower-layer v0.3.3
14522026-05-16T03:43:19.802Z Compiling pest_derive v2.8.6
14532026-05-16T03:43:19.842Z Compiling want v0.3.1
14542026-05-16T03:43:19.882Z Compiling tokio-util v0.7.18
14552026-05-16T03:43:19.934Z Compiling schemars_derive v0.8.22
14562026-05-16T03:43:19.991Z Compiling regex-automata v0.4.14
14572026-05-16T03:43:20.226Z Compiling pkcs8 v0.10.2
14582026-05-16T03:43:20.526Z Compiling ipnet v2.11.0
14592026-05-16T03:43:20.707Z Compiling h2 v0.4.13
14602026-05-16T03:43:20.826Z Compiling scroll_derive v0.13.1
14612026-05-16T03:43:20.895Z Compiling darling_core v0.20.11
14622026-05-16T03:43:21.036Z Compiling foreign-types-shared v0.1.1
14632026-05-16T03:43:21.098Z Compiling openssl v0.10.79
14642026-05-16T03:43:21.137Z Compiling pin-utils v0.1.0
14652026-05-16T03:43:21.209Z Compiling httpdate v1.0.3
14662026-05-16T03:43:21.325Z Compiling tempfile v3.25.0
14672026-05-16T03:43:21.602Z Compiling scroll v0.13.0
14682026-05-16T03:43:21.687Z Compiling foreign-types v0.3.2
14692026-05-16T03:43:21.758Z Compiling unicode-normalization v0.1.25
14702026-05-16T03:43:21.863Z Compiling openssl-macros v0.1.1
14712026-05-16T03:43:22.204Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-16T03:43:22.242Z Compiling spin v0.9.8
14732026-05-16T03:43:22.245Z Compiling num-conv v0.2.0
14742026-05-16T03:43:22.383Z Compiling powerfmt v0.2.0
14752026-05-16T03:43:22.447Z Compiling time-core v0.1.8
14762026-05-16T03:43:22.582Z Compiling crc32fast v1.5.0
14772026-05-16T03:43:22.586Z Compiling native-tls v0.2.18
14782026-05-16T03:43:22.610Z Compiling time-macros v0.2.27
14792026-05-16T03:43:22.810Z Compiling deranged v0.5.8
14802026-05-16T03:43:23.149Z Compiling darling_macro v0.20.11
14812026-05-16T03:43:23.604Z Compiling darling v0.20.11
14822026-05-16T03:43:23.654Z Compiling hyper v1.8.1
14832026-05-16T03:43:23.684Z Compiling goblin v0.10.5
14842026-05-16T03:43:23.758Z Compiling rustls-native-certs v0.8.3
14852026-05-16T03:43:24.062Z Compiling sync_wrapper v1.0.2
14862026-05-16T03:43:24.068Z Compiling wait-timeout v0.2.1
14872026-05-16T03:43:24.144Z Compiling bit-vec v0.8.0
14882026-05-16T03:43:24.312Z Compiling quick-error v1.2.3
14892026-05-16T03:43:24.368Z Compiling siphasher v1.0.2
14902026-05-16T03:43:24.418Z Compiling usdt-impl v0.6.0
14912026-05-16T03:43:24.548Z Compiling num_threads v0.1.7
14922026-05-16T03:43:24.617Z Compiling unicode-segmentation v1.12.0
14932026-05-16T03:43:24.633Z Compiling syn v1.0.109
14942026-05-16T03:43:24.644Z Compiling simd-adler32 v0.3.8
14952026-05-16T03:43:24.882Z Compiling hyper-util v0.1.20
14962026-05-16T03:43:24.926Z Compiling crossbeam-utils v0.8.21
14972026-05-16T03:43:25.179Z Compiling time v0.3.47
14982026-05-16T03:43:25.223Z Compiling rusty-fork v0.3.1
14992026-05-16T03:43:25.365Z Compiling bit-set v0.8.0
15002026-05-16T03:43:25.526Z Compiling tower v0.5.3
15012026-05-16T03:43:25.541Z Compiling derive_builder_core v0.20.2
15022026-05-16T03:43:25.991Z Compiling dtrace-parser v0.3.0
15032026-05-16T03:43:26.027Z Compiling http-body-util v0.1.3
15042026-05-16T03:43:26.241Z Compiling webpki-roots v1.0.6
15052026-05-16T03:43:26.362Z Compiling dof v0.4.0
15062026-05-16T03:43:26.399Z Compiling signature v2.2.0
15072026-05-16T03:43:26.571Z Compiling scroll_derive v0.12.1
15082026-05-16T03:43:26.584Z Compiling thiserror-impl v1.0.69
15092026-05-16T03:43:26.721Z Compiling heapless v0.7.17
15102026-05-16T03:43:26.736Z Compiling rand_xorshift v0.4.0
15112026-05-16T03:43:26.896Z Compiling slog v2.8.2
15122026-05-16T03:43:26.952Z Compiling darling_core v0.21.3
15132026-05-16T03:43:27.074Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-05-16T03:43:27.234Z Compiling thread-id v5.1.0
15152026-05-16T03:43:27.317Z Compiling cookie v0.18.1
15162026-05-16T03:43:27.372Z Compiling unicode-properties v0.1.4
15172026-05-16T03:43:27.496Z Compiling iri-string v0.7.10
15182026-05-16T03:43:27.541Z Compiling zstd-safe v7.2.4
15192026-05-16T03:43:27.577Z Compiling paste v1.0.15
15202026-05-16T03:43:27.735Z Compiling adler2 v2.0.1
15212026-05-16T03:43:27.836Z Compiling allocator-api2 v0.2.21
15222026-05-16T03:43:27.851Z Compiling signal-hook v0.3.18
15232026-05-16T03:43:27.864Z Compiling unarray v0.1.4
15242026-05-16T03:43:27.889Z Compiling anyhow v1.0.102
15252026-05-16T03:43:27.968Z Compiling ryu v1.0.23
15262026-05-16T03:43:28.013Z Compiling unicode-bidi v0.3.18
15272026-05-16T03:43:28.144Z Compiling serde_urlencoded v0.7.1
15282026-05-16T03:43:28.177Z Compiling proptest v1.10.0
15292026-05-16T03:43:28.384Z Compiling stringprep v0.1.5
15302026-05-16T03:43:28.445Z Compiling thiserror v1.0.69
15312026-05-16T03:43:28.539Z Compiling miniz_oxide v0.8.9
15322026-05-16T03:43:28.809Z Compiling tower-http v0.6.8
15332026-05-16T03:43:29.126Z Compiling scroll v0.12.0
15342026-05-16T03:43:29.275Z Compiling derive_builder_macro v0.20.2
15352026-05-16T03:43:29.362Z Compiling tokio-native-tls v0.3.1
15362026-05-16T03:43:29.470Z Compiling darling_macro v0.21.3
15372026-05-16T03:43:29.529Z Compiling heck v0.4.1
15382026-05-16T03:43:29.546Z Compiling ipnetwork v0.21.1
15392026-05-16T03:43:29.714Z Compiling bstr v1.12.1
15402026-05-16T03:43:29.747Z Compiling rand_chacha v0.3.1
15412026-05-16T03:43:29.852Z Compiling erased-serde v0.3.31
15422026-05-16T03:43:29.930Z Compiling serde_spanned v0.6.9
15432026-05-16T03:43:29.930Z Compiling toml_datetime v0.6.11
15442026-05-16T03:43:30.072Z Compiling serde_tokenstream v0.2.3
15452026-05-16T03:43:30.195Z Compiling md-5 v0.10.6
15462026-05-16T03:43:30.327Z Compiling pin-project-internal v1.1.11
15472026-05-16T03:43:30.345Z Compiling zerocopy-derive v0.7.35
15482026-05-16T03:43:30.363Z Compiling async-trait v0.1.89
15492026-05-16T03:43:30.378Z Compiling curve25519-dalek v4.1.3
15502026-05-16T03:43:30.543Z Compiling vergen-lib v0.1.6
15512026-05-16T03:43:30.703Z Compiling num-integer v0.1.46
15522026-05-16T03:43:30.721Z Compiling hash32 v0.2.1
15532026-05-16T03:43:30.912Z Compiling ff v0.13.1
15542026-05-16T03:43:31.023Z Compiling memoffset v0.9.1
15552026-05-16T03:43:31.048Z Compiling cfg_aliases v0.2.1
15562026-05-16T03:43:31.123Z Compiling rustix v0.38.44
15572026-05-16T03:43:31.178Z Compiling psl-types v2.0.11
15582026-05-16T03:43:31.215Z Compiling num-bigint-dig v0.8.6
15592026-05-16T03:43:31.306Z Compiling fallible-iterator v0.2.0
15602026-05-16T03:43:31.364Z Compiling litrs v1.0.0
15612026-05-16T03:43:31.401Z Compiling ref-cast v1.0.25
15622026-05-16T03:43:31.414Z Compiling zlib-rs v0.6.2
15632026-05-16T03:43:31.461Z Compiling smoltcp v0.9.1
15642026-05-16T03:43:31.610Z Compiling base16ct v0.2.0
15652026-05-16T03:43:31.741Z Compiling sec1 v0.7.3
15662026-05-16T03:43:31.783Z Compiling postgres-protocol v0.6.10
15672026-05-16T03:43:31.866Z Compiling document-features v0.2.12
15682026-05-16T03:43:31.901Z Compiling pin-project v1.1.11
15692026-05-16T03:43:32.014Z Compiling publicsuffix v2.3.0
15702026-05-16T03:43:32.193Z Compiling zerocopy v0.7.35
15712026-05-16T03:43:32.245Z Compiling nix v0.31.2
15722026-05-16T03:43:32.381Z Compiling group v0.13.0
15732026-05-16T03:43:32.451Z Compiling num-iter v0.1.45
15742026-05-16T03:43:32.607Z Compiling newtype-uuid v1.3.2
15752026-05-16T03:43:32.737Z Compiling rand v0.8.6
15762026-05-16T03:43:32.931Z Compiling darling v0.21.3
15772026-05-16T03:43:33.014Z Compiling oxnet v0.1.4
15782026-05-16T03:43:33.028Z Compiling snafu-derive v0.8.9
15792026-05-16T03:43:33.044Z Compiling derive_builder v0.20.2
15802026-05-16T03:43:33.172Z Compiling hyper-tls v0.6.0
15812026-05-16T03:43:33.210Z Compiling hubpack_derive v0.1.1
15822026-05-16T03:43:33.392Z Compiling goblin v0.8.2
15832026-05-16T03:43:34.093Z Compiling phf_shared v0.13.1
15842026-05-16T03:43:34.139Z Compiling lazy_static v1.5.0
15852026-05-16T03:43:34.234Z Compiling regex v1.12.3
15862026-05-16T03:43:34.325Z Compiling flate2 v1.1.9
15872026-05-16T03:43:34.339Z Compiling strum_macros v0.27.2
15882026-05-16T03:43:34.644Z Compiling futures-executor v0.3.32
15892026-05-16T03:43:34.665Z Compiling hex v0.4.3
15902026-05-16T03:43:34.729Z Compiling cargo-platform v0.1.9
15912026-05-16T03:43:34.902Z Compiling hkdf v0.12.4
15922026-05-16T03:43:34.931Z Compiling crypto-bigint v0.5.5
15932026-05-16T03:43:34.934Z Compiling terminal_size v0.4.3
15942026-05-16T03:43:34.990Z Compiling daft-derive v0.1.5
15952026-05-16T03:43:35.063Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-16T03:43:35.077Z Compiling ref-cast-impl v1.0.25
15972026-05-16T03:43:35.597Z Compiling vergen v9.0.6
15982026-05-16T03:43:35.686Z Compiling fs-err v3.3.0
15992026-05-16T03:43:35.710Z Compiling ahash v0.8.12
16002026-05-16T03:43:35.777Z Compiling encoding_rs v0.8.35
16012026-05-16T03:43:35.870Z Compiling mime v0.3.17
16022026-05-16T03:43:35.896Z Compiling bumpalo v3.20.2
16032026-05-16T03:43:36.123Z Compiling managed v0.8.0
16042026-05-16T03:43:36.143Z Compiling foldhash v0.2.0
16052026-05-16T03:43:36.275Z Compiling winnow v0.5.40
16062026-05-16T03:43:36.332Z Compiling foldhash v0.1.5
16072026-05-16T03:43:36.360Z Compiling bitflags v1.3.2
16082026-05-16T03:43:36.434Z Compiling object v0.37.3
16092026-05-16T03:43:36.502Z Compiling same-file v1.0.6
16102026-05-16T03:43:36.661Z Compiling libbz2-rs-sys v0.2.2
16112026-05-16T03:43:36.759Z Compiling clap_builder v4.5.60
16122026-05-16T03:43:36.845Z Compiling walkdir v2.5.0
16132026-05-16T03:43:37.024Z Compiling hashbrown v0.15.5
16142026-05-16T03:43:37.190Z Compiling bzip2 v0.6.1
16152026-05-16T03:43:37.358Z Compiling hashbrown v0.16.1
16162026-05-16T03:43:37.395Z Compiling strum v0.27.2
16172026-05-16T03:43:37.529Z Compiling zopfli v0.8.3
16182026-05-16T03:43:37.611Z Compiling toml_edit v0.19.15
16192026-05-16T03:43:37.843Z Compiling elliptic-curve v0.13.8
16202026-05-16T03:43:37.961Z Compiling daft v0.1.5
16212026-05-16T03:43:38.238Z Compiling dof v0.3.0
16222026-05-16T03:43:38.242Z Compiling snafu v0.8.9
16232026-05-16T03:43:38.299Z Compiling cargo_metadata v0.19.2
16242026-05-16T03:43:38.599Z Compiling futures v0.3.32
16252026-05-16T03:43:38.684Z Compiling phf v0.13.1
16262026-05-16T03:43:38.844Z Compiling signal-hook-mio v0.2.5
16272026-05-16T03:43:39.068Z Compiling cookie_store v0.22.1
16282026-05-16T03:43:39.313Z Compiling zstd v0.13.3
16292026-05-16T03:43:39.578Z Compiling hubpack v0.1.2
16302026-05-16T03:43:39.611Z Compiling bzip2 v0.4.4
16312026-05-16T03:43:39.709Z Compiling serde_with_macros v3.17.0
16322026-05-16T03:43:39.800Z Compiling postgres-types v0.2.12
16332026-05-16T03:43:39.866Z Compiling usdt-macro v0.6.0
16342026-05-16T03:43:40.209Z Compiling usdt-attr-macro v0.6.0
16352026-05-16T03:43:40.338Z Compiling globset v0.4.18
16362026-05-16T03:43:40.596Z Compiling dtrace-parser v0.2.0
16372026-05-16T03:43:40.806Z Compiling ed25519 v2.2.3
16382026-05-16T03:43:40.889Z Compiling phf_shared v0.11.3
16392026-05-16T03:43:40.983Z Compiling olpc-cjson v0.1.4
16402026-05-16T03:43:41.014Z Compiling pkcs1 v0.7.5
16412026-05-16T03:43:41.060Z Compiling enum-as-inner v0.6.1
16422026-05-16T03:43:41.075Z Compiling clap_derive v4.5.55
16432026-05-16T03:43:41.136Z Compiling strum_macros v0.26.4
16442026-05-16T03:43:41.335Z Compiling serde-big-array v0.5.1
16452026-05-16T03:43:41.403Z Compiling serde_plain v1.0.2
16462026-05-16T03:43:41.474Z Compiling rfc6979 v0.4.0
16472026-05-16T03:43:41.546Z Compiling pem v3.0.6
16482026-05-16T03:43:41.598Z Compiling serde_repr v0.1.20
16492026-05-16T03:43:41.601Z Compiling async-recursion v1.1.1
16502026-05-16T03:43:41.702Z Compiling float-cmp v0.10.0
16512026-05-16T03:43:41.849Z Compiling thread-id v4.2.2
16522026-05-16T03:43:41.866Z Compiling memmap2 v0.9.10
16532026-05-16T03:43:41.931Z Compiling env_filter v1.0.0
16542026-05-16T03:43:42.074Z Compiling precomputed-hash v0.1.1
16552026-05-16T03:43:42.130Z Compiling difflib v0.4.0
16562026-05-16T03:43:42.210Z Compiling either v1.15.0
16572026-05-16T03:43:42.267Z Compiling fixedbitset v0.5.7
16582026-05-16T03:43:42.281Z Compiling rustc-hash v2.1.1
16592026-05-16T03:43:42.404Z Compiling whoami v2.1.0
16602026-05-16T03:43:42.425Z Compiling normalize-line-endings v0.3.0
16612026-05-16T03:43:42.524Z Compiling predicates-core v1.0.10
16622026-05-16T03:43:42.573Z Compiling typed-path v0.9.3
16632026-05-16T03:43:42.699Z Compiling keccak v0.1.6
16642026-05-16T03:43:42.719Z Compiling fixedbitset v0.4.2
16652026-05-16T03:43:42.785Z Compiling new_debug_unreachable v1.0.6
16662026-05-16T03:43:42.843Z Compiling data-encoding v2.10.0
16672026-05-16T03:43:42.857Z Compiling jiff v0.2.21
16682026-05-16T03:43:42.871Z Compiling static_assertions v1.1.0
16692026-05-16T03:43:42.931Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16702026-05-16T03:43:42.945Z Compiling strum v0.26.3
16712026-05-16T03:43:43.069Z Compiling petgraph v0.6.5
16722026-05-16T03:43:43.509Z Compiling hickory-proto v0.25.2
16732026-05-16T03:43:43.524Z Compiling sha3 v0.10.8
16742026-05-16T03:43:43.774Z Compiling clap v4.5.60
16752026-05-16T03:43:43.859Z Compiling string_cache v0.8.9
16762026-05-16T03:43:43.969Z Compiling toml_edit v0.22.27
16772026-05-16T03:43:44.084Z Compiling predicates v3.1.4
16782026-05-16T03:43:44.530Z Compiling tokio-postgres v0.7.16
16792026-05-16T03:43:44.544Z Compiling petgraph v0.8.3
16802026-05-16T03:43:44.721Z Compiling itertools v0.13.0
16812026-05-16T03:43:45.722Z Compiling zip v4.6.1
16822026-05-16T03:43:45.923Z Compiling iddqd v0.3.18
16832026-05-16T03:43:46.446Z Compiling env_logger v0.11.9
16842026-05-16T03:43:46.639Z Compiling usdt v0.6.0
16852026-05-16T03:43:46.653Z Compiling usdt-impl v0.5.0
16862026-05-16T03:43:46.668Z Compiling ecdsa v0.16.9
16872026-05-16T03:43:46.801Z Compiling rsa v0.9.10
16882026-05-16T03:43:46.891Z Compiling ed25519-dalek v2.2.0
16892026-05-16T03:43:46.959Z Compiling serde_with v3.17.0
16902026-05-16T03:43:47.049Z Compiling crossterm v0.28.1
16912026-05-16T03:43:47.262Z Compiling zip v0.6.6
16922026-05-16T03:43:47.846Z Compiling toml v0.7.8
16932026-05-16T03:43:48.388Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-16T03:43:48.403Z Compiling similar v2.7.0
16952026-05-16T03:43:48.456Z Compiling crossbeam-epoch v0.9.18
16962026-05-16T03:43:48.506Z Compiling tokio-stream v0.1.18
16972026-05-16T03:43:48.688Z Compiling buf-list v1.1.2
16982026-05-16T03:43:48.781Z Compiling x509-cert v0.2.5
16992026-05-16T03:43:48.953Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-16T03:43:48.968Z Compiling openapiv3 v2.2.0
17012026-05-16T03:43:49.005Z Compiling sha1 v0.10.6
17022026-05-16T03:43:49.219Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-16T03:43:49.253Z Compiling lalrpop-util v0.19.12
17042026-05-16T03:43:49.267Z Compiling peg-runtime v0.8.5
17052026-05-16T03:43:49.444Z Compiling thread_local v1.1.9
17062026-05-16T03:43:49.498Z Compiling slog-async v2.8.0
17072026-05-16T03:43:49.543Z Compiling crossbeam-channel v0.5.15
17082026-05-16T03:43:49.698Z Compiling is-terminal v0.4.17
17092026-05-16T03:43:49.793Z Compiling filetime v0.2.27
17102026-05-16T03:43:49.814Z Compiling xattr v1.6.1
17112026-05-16T03:43:49.970Z Compiling take_mut v0.2.2
17122026-05-16T03:43:49.986Z Compiling term v1.2.1
17132026-05-16T03:43:50.048Z Compiling tar v0.4.45
17142026-05-16T03:43:50.380Z Compiling slog-term v2.9.2
17152026-05-16T03:44:00.109Z Compiling rustls-webpki v0.103.9
17162026-05-16T03:44:02.920Z Compiling tokio-rustls v0.26.4
17172026-05-16T03:44:02.920Z Compiling rustls-platform-verifier v0.6.2
17182026-05-16T03:44:03.127Z Compiling hyper-rustls v0.27.7
17192026-05-16T03:44:03.393Z Compiling reqwest v0.12.28
17202026-05-16T03:44:03.394Z Compiling reqwest v0.13.2
17212026-05-16T03:44:04.621Z Compiling tough v0.22.0
17222026-05-16T03:44:07.102Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-16T03:44:07.318Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-16T03:44:10.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17252026-05-16T03:44:10.242Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-16T03:44:10.296ZMay 16 03:44:08.720 INFO Starting download, target: Console
17272026-05-16T03:44:10.296ZMay 16 03:44:08.721 INFO Starting download, target: Clickhouse
17282026-05-16T03:44:10.296ZMay 16 03:44:08.721 INFO Starting download, target: Cockroach
17292026-05-16T03:44:10.296ZMay 16 03:44:08.721 INFO Starting download, target: DendriteStub
17302026-05-16T03:44:10.297ZMay 16 03:44:08.721 INFO Starting download, target: MaghemiteMgd
17312026-05-16T03:44:10.297ZMay 16 03:44:08.721 INFO Starting download, target: TransceiverControl
17322026-05-16T03:44:10.300ZMay 16 03:44:08.721 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-16T03:44:10.300ZMay 16 03:44:08.721 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-16T03:44:10.300ZMay 16 03:44:08.721 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-16T03:44:10.300ZMay 16 03:44:08.721 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-16T03:44:10.300ZMay 16 03:44:08.721 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-16T03:44:10.300ZMay 16 03:44:08.721 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-16T03:44:10.761ZMay 16 03:44:09.180 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-16T03:44:10.967ZMay 16 03:44:09.386 INFO Download complete, target: TransceiverControl
17402026-05-16T03:44:11.445ZMay 16 03:44:09.864 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17412026-05-16T03:44:11.633ZMay 16 03:44:10.043 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17422026-05-16T03:44:11.720ZMay 16 03:44:10.092 INFO Download complete, target: Console
17432026-05-16T03:44:11.910ZMay 16 03:44:10.318 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-16T03:44:12.052ZMay 16 03:44:10.459 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-16T03:44:12.538ZMay 16 03:44:10.963 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-16T03:44:12.538ZMay 16 03:44:10.963 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-16T03:44:13.892ZMay 16 03:44:12.316 INFO Download complete, target: DendriteStub
17482026-05-16T03:44:14.271ZMay 16 03:44:12.695 INFO Download complete, target: MaghemiteMgd
17492026-05-16T03:44:17.072ZMay 16 03:44:15.496 INFO Checking that binary works, target: Cockroach
17502026-05-16T03:44:17.182ZMay 16 03:44:15.606 INFO Download complete, target: Cockroach
17512026-05-16T03:44:18.643ZMay 16 03:44:17.067 INFO Checking that binary works, target: Clickhouse
17522026-05-16T03:44:18.740ZMay 16 03:44:17.165 INFO Download complete, target: Clickhouse
17532026-05-16T03:44:18.755ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-16T03:44:18.759Z
17552026-05-16T03:44:18.759Zreal 2:13.010643521
17562026-05-16T03:44:18.759Zuser 6:52.514471043
17572026-05-16T03:44:18.759Zsys 1:21.285615773
17582026-05-16T03:44:18.759Ztrap 0.219690260
17592026-05-16T03:44:18.759Ztflt 0.667080159
17602026-05-16T03:44:18.759Zdflt 0.581901676
17612026-05-16T03:44:18.759Zkflt 0.020303687
17622026-05-16T03:44:18.759Zlock 21:35.851912514
17632026-05-16T03:44:18.759Zslp 21:00.452745048
17642026-05-16T03:44:18.759Zlat 42.170195219
17652026-05-16T03:44:18.759Zstop 1:54.643860823
17662026-05-16T03:44:18.759Z+ banner hack-check
17672026-05-16T03:44:18.759Z
17682026-05-16T03:44:18.759Z # # ## #### # # #### # # ###### #### # #
17692026-05-16T03:44:18.759Z # # # # # # # # # # # # # # # # #
17702026-05-16T03:44:18.759Z ###### # # # #### ##### # ###### ##### # ####
17712026-05-16T03:44:18.759Z # # ###### # # # # # # # # # #
17722026-05-16T03:44:18.759Z # # # # # # # # # # # # # # # # #
17732026-05-16T03:44:18.759Z # # # # #### # # #### # # ###### #### # #
17742026-05-16T03:44:18.759Z
17752026-05-16T03:44:18.759Z+ export CARGO_INCREMENTAL=0
17762026-05-16T03:44:18.759Z+ CARGO_INCREMENTAL=0
17772026-05-16T03:44:18.759Z+ ptime -m timeout 2h cargo xtask check-features --ci
17782026-05-16T03:44:19.286Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-16T03:44:19.509Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-16T03:44:21.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17812026-05-16T03:44:21.430Z Running `target/debug/xtask check-features --ci`
17822026-05-16T03:44:21.457Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17832026-05-16T03:44:21.460Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17842026-05-16T03:44:21.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17852026-05-16T03:44:21.968Z Running `target/debug/xtask download cargo-hack`
17862026-05-16T03:44:22.745Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-05-16T03:44:23.056Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-05-16T03:44:25.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17892026-05-16T03:44:25.686Z Running `target/debug/xtask-downloader cargo-hack`
17902026-05-16T03:44:25.724ZMay 16 03:44:24.148 INFO Starting download, target: CargoHack
17912026-05-16T03:44:25.728ZMay 16 03:44:24.149 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17922026-05-16T03:44:26.050ZMay 16 03:44:24.475 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17932026-05-16T03:44:26.099ZMay 16 03:44:24.523 INFO Download complete, target: CargoHack
17942026-05-16T03:44:26.104Zrunning: "/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"
17952026-05-16T03:44:26.114Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17962026-05-16T03:44:26.265Zinfo: running `cargo check --bins` on api_identity (1/276)
17972026-05-16T03:44:26.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17982026-05-16T03:44:26.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17992026-05-16T03:44:26.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18002026-05-16T03:44:26.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18012026-05-16T03:44:26.840Z
18022026-05-16T03:44:26.840Zinfo: running `cargo check --bins` on bootstore (2/276)
18032026-05-16T03:44:27.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18042026-05-16T03:44:27.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18052026-05-16T03:44:27.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18062026-05-16T03:44:27.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18072026-05-16T03:44:27.411Z
18082026-05-16T03:44:27.411Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18092026-05-16T03:44:27.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18102026-05-16T03:44:27.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18112026-05-16T03:44:27.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18122026-05-16T03:44:27.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18132026-05-16T03:44:27.984Z
18142026-05-16T03:44:27.984Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18152026-05-16T03:44:28.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18162026-05-16T03:44:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18172026-05-16T03:44:28.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18182026-05-16T03:44:28.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18192026-05-16T03:44:28.554Z
18202026-05-16T03:44:28.554Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18212026-05-16T03:44:29.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-05-16T03:44:29.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-05-16T03:44:29.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-05-16T03:44:29.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-05-16T03:44:29.128Z
18262026-05-16T03:44:29.128Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18272026-05-16T03:44:29.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-05-16T03:44:29.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-05-16T03:44:29.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-05-16T03:44:29.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18312026-05-16T03:44:29.726Z
18322026-05-16T03:44:29.726Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18332026-05-16T03:44:30.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-05-16T03:44:30.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-05-16T03:44:30.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-05-16T03:44:30.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-05-16T03:44:30.304Z
18382026-05-16T03:44:30.304Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18392026-05-16T03:44:30.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-05-16T03:44:30.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-05-16T03:44:30.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-05-16T03:44:30.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-05-16T03:44:30.903Z
18442026-05-16T03:44:30.903Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18452026-05-16T03:44:31.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-05-16T03:44:31.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-05-16T03:44:31.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-05-16T03:44:31.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18492026-05-16T03:44:31.360Z
18502026-05-16T03:44:31.360Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18512026-05-16T03:44:31.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-05-16T03:44:31.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-05-16T03:44:31.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-05-16T03:44:31.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18552026-05-16T03:44:31.826Z
18562026-05-16T03:44:31.826Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18572026-05-16T03:44:32.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-05-16T03:44:32.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-05-16T03:44:32.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-05-16T03:44:32.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18612026-05-16T03:44:32.293Z
18622026-05-16T03:44:32.293Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18632026-05-16T03:44:32.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-05-16T03:44:32.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-05-16T03:44:32.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-05-16T03:44:32.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18672026-05-16T03:44:32.757Z
18682026-05-16T03:44:32.757Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18692026-05-16T03:44:33.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-05-16T03:44:33.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-05-16T03:44:33.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-05-16T03:44:33.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-05-16T03:44:33.261Z
18742026-05-16T03:44:33.261Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18752026-05-16T03:44:33.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-05-16T03:44:33.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-05-16T03:44:33.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-05-16T03:44:33.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-05-16T03:44:33.685Z
18802026-05-16T03:44:33.685Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18812026-05-16T03:44:34.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-05-16T03:44:34.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-05-16T03:44:34.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-05-16T03:44:34.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-05-16T03:44:34.147Z
18862026-05-16T03:44:34.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18872026-05-16T03:44:34.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-05-16T03:44:34.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-05-16T03:44:34.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-05-16T03:44:34.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-05-16T03:44:34.613Z
18922026-05-16T03:44:34.613Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18932026-05-16T03:44:35.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-05-16T03:44:35.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-05-16T03:44:35.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-05-16T03:44:35.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-05-16T03:44:35.074Z
18982026-05-16T03:44:35.074Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18992026-05-16T03:44:35.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-05-16T03:44:35.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-05-16T03:44:35.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-05-16T03:44:35.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-05-16T03:44:35.537Z
19042026-05-16T03:44:35.538Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19052026-05-16T03:44:35.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-05-16T03:44:35.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-05-16T03:44:35.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-05-16T03:44:35.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-05-16T03:44:35.998Z
19102026-05-16T03:44:35.998Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19112026-05-16T03:44:36.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-05-16T03:44:36.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-05-16T03:44:36.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-05-16T03:44:36.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-05-16T03:44:36.461Z
19162026-05-16T03:44:36.461Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19172026-05-16T03:44:36.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-05-16T03:44:36.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-05-16T03:44:36.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-05-16T03:44:36.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-05-16T03:44:36.923Z
19222026-05-16T03:44:36.923Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19232026-05-16T03:44:37.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-05-16T03:44:37.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-05-16T03:44:37.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-05-16T03:44:37.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-05-16T03:44:37.388Z
19282026-05-16T03:44:37.388Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19292026-05-16T03:44:37.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-05-16T03:44:37.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-05-16T03:44:37.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-05-16T03:44:37.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-05-16T03:44:37.852Z
19342026-05-16T03:44:37.853Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19352026-05-16T03:44:38.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-05-16T03:44:38.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-05-16T03:44:38.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-05-16T03:44:38.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-05-16T03:44:38.313Z
19402026-05-16T03:44:38.313Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19412026-05-16T03:44:38.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-05-16T03:44:38.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-05-16T03:44:38.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-05-16T03:44:38.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-05-16T03:44:38.781Z
19462026-05-16T03:44:38.781Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19472026-05-16T03:44:39.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-05-16T03:44:39.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-05-16T03:44:39.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-05-16T03:44:39.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-05-16T03:44:39.248Z
19522026-05-16T03:44:39.248Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19532026-05-16T03:44:39.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-05-16T03:44:39.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-05-16T03:44:39.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-05-16T03:44:39.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-05-16T03:44:39.713Z
19582026-05-16T03:44:39.713Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19592026-05-16T03:44:40.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-05-16T03:44:40.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-05-16T03:44:40.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-05-16T03:44:40.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-05-16T03:44:40.175Z
19642026-05-16T03:44:40.175Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19652026-05-16T03:44:40.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-05-16T03:44:40.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-05-16T03:44:40.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-05-16T03:44:40.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-05-16T03:44:40.638Z
19702026-05-16T03:44:40.638Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19712026-05-16T03:44:41.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-05-16T03:44:41.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-05-16T03:44:41.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-05-16T03:44:41.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-05-16T03:44:41.103Z
19762026-05-16T03:44:41.103Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19772026-05-16T03:44:41.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-05-16T03:44:41.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-05-16T03:44:41.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-05-16T03:44:41.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-05-16T03:44:41.569Z
19822026-05-16T03:44:41.569Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19832026-05-16T03:44:41.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-05-16T03:44:41.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-05-16T03:44:41.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-05-16T03:44:41.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-05-16T03:44:42.033Z
19882026-05-16T03:44:42.034Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19892026-05-16T03:44:42.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-05-16T03:44:42.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-05-16T03:44:42.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-05-16T03:44:42.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19932026-05-16T03:44:42.494Z
19942026-05-16T03:44:42.494Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19952026-05-16T03:44:42.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-05-16T03:44:42.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-05-16T03:44:42.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-05-16T03:44:42.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-05-16T03:44:42.956Z
20002026-05-16T03:44:42.956Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20012026-05-16T03:44:43.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-05-16T03:44:43.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-05-16T03:44:43.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-05-16T03:44:43.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-05-16T03:44:43.422Z
20062026-05-16T03:44:43.422Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20072026-05-16T03:44:43.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-05-16T03:44:43.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-05-16T03:44:43.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-05-16T03:44:43.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-05-16T03:44:43.886Z
20122026-05-16T03:44:43.886Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20132026-05-16T03:44:44.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-05-16T03:44:44.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-05-16T03:44:44.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-05-16T03:44:44.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-05-16T03:44:44.345Z
20182026-05-16T03:44:44.345Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20192026-05-16T03:44:44.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-05-16T03:44:44.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-05-16T03:44:44.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-05-16T03:44:44.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-05-16T03:44:44.808Z
20242026-05-16T03:44:44.808Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20252026-05-16T03:44:45.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-05-16T03:44:45.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-05-16T03:44:45.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-05-16T03:44:45.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-05-16T03:44:45.268Z
20302026-05-16T03:44:45.268Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20312026-05-16T03:44:45.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-05-16T03:44:45.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-05-16T03:44:45.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-05-16T03:44:45.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-05-16T03:44:45.734Z
20362026-05-16T03:44:45.734Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20372026-05-16T03:44:46.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-05-16T03:44:46.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-05-16T03:44:46.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-05-16T03:44:46.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-05-16T03:44:46.202Z
20422026-05-16T03:44:46.202Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20432026-05-16T03:44:46.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-05-16T03:44:46.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-05-16T03:44:46.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-05-16T03:44:46.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-05-16T03:44:46.673Z
20482026-05-16T03:44:46.673Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20492026-05-16T03:44:47.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-05-16T03:44:47.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-05-16T03:44:47.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-05-16T03:44:47.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-05-16T03:44:47.142Z
20542026-05-16T03:44:47.142Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20552026-05-16T03:44:47.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-05-16T03:44:47.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-05-16T03:44:47.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-05-16T03:44:47.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-05-16T03:44:47.604Z
20602026-05-16T03:44:47.604Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20612026-05-16T03:44:48.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-05-16T03:44:48.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-05-16T03:44:48.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-05-16T03:44:48.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-05-16T03:44:48.068Z
20662026-05-16T03:44:48.068Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20672026-05-16T03:44:48.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-05-16T03:44:48.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-05-16T03:44:48.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-05-16T03:44:48.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-05-16T03:44:48.538Z
20722026-05-16T03:44:48.538Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20732026-05-16T03:44:48.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-05-16T03:44:48.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-05-16T03:44:48.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-05-16T03:44:48.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-05-16T03:44:49.007Z
20782026-05-16T03:44:49.007Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20792026-05-16T03:44:49.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-05-16T03:44:49.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-05-16T03:44:49.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-05-16T03:44:49.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-05-16T03:44:49.471Z
20842026-05-16T03:44:49.471Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20852026-05-16T03:44:50.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-05-16T03:44:50.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-05-16T03:44:50.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-05-16T03:44:50.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20892026-05-16T03:44:50.102Z
20902026-05-16T03:44:50.102Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20912026-05-16T03:44:50.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-05-16T03:44:50.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-05-16T03:44:50.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-05-16T03:44:50.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20952026-05-16T03:44:50.728Z
20962026-05-16T03:44:50.728Zinfo: running `cargo check --bins` on nexus-config (51/276)
20972026-05-16T03:44:51.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-05-16T03:44:51.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-05-16T03:44:51.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-05-16T03:44:51.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21012026-05-16T03:44:51.351Z
21022026-05-16T03:44:51.351Zinfo: running `cargo check --bins` on nexus-types (52/276)
21032026-05-16T03:44:51.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-05-16T03:44:51.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-05-16T03:44:51.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-05-16T03:44:51.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21072026-05-16T03:44:51.982Z
21082026-05-16T03:44:51.982Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21092026-05-16T03:44:52.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-05-16T03:44:52.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-05-16T03:44:52.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-05-16T03:44:52.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21132026-05-16T03:44:52.581Z
21142026-05-16T03:44:52.581Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21152026-05-16T03:44:53.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-05-16T03:44:53.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-05-16T03:44:53.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-05-16T03:44:53.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21192026-05-16T03:44:53.159Z
21202026-05-16T03:44:53.159Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21212026-05-16T03:44:53.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-05-16T03:44:53.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-05-16T03:44:53.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-05-16T03:44:53.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21252026-05-16T03:44:53.754Z
21262026-05-16T03:44:53.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21272026-05-16T03:44:54.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-05-16T03:44:54.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-05-16T03:44:54.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-05-16T03:44:54.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312026-05-16T03:44:54.353Z
21322026-05-16T03:44:54.353Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21332026-05-16T03:44:54.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-05-16T03:44:54.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-05-16T03:44:54.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-05-16T03:44:54.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21372026-05-16T03:44:54.951Z
21382026-05-16T03:44:54.951Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21392026-05-16T03:44:55.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-05-16T03:44:55.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-05-16T03:44:55.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-05-16T03:44:55.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21432026-05-16T03:44:55.551Z
21442026-05-16T03:44:55.551Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21452026-05-16T03:44:56.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-05-16T03:44:56.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-05-16T03:44:56.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-05-16T03:44:56.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21492026-05-16T03:44:56.134Z
21502026-05-16T03:44:56.134Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21512026-05-16T03:44:56.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-05-16T03:44:56.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-05-16T03:44:56.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-05-16T03:44:56.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21552026-05-16T03:44:56.715Z
21562026-05-16T03:44:56.715Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21572026-05-16T03:44:57.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-05-16T03:44:57.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-05-16T03:44:57.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-05-16T03:44:57.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21612026-05-16T03:44:57.294Z
21622026-05-16T03:44:57.294Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21632026-05-16T03:44:57.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-05-16T03:44:57.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-05-16T03:44:57.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-05-16T03:44:57.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21672026-05-16T03:44:57.873Z
21682026-05-16T03:44:57.873Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21692026-05-16T03:44:58.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-05-16T03:44:58.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-05-16T03:44:58.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-05-16T03:44:58.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21732026-05-16T03:44:58.469Z
21742026-05-16T03:44:58.469Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21752026-05-16T03:44:58.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-05-16T03:44:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-05-16T03:44:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-05-16T03:44:58.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21792026-05-16T03:44:59.055Z
21802026-05-16T03:44:59.055Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21812026-05-16T03:44:59.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-05-16T03:44:59.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-05-16T03:44:59.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-05-16T03:44:59.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-05-16T03:44:59.634Z
21862026-05-16T03:44:59.634Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21872026-05-16T03:45:00.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-05-16T03:45:00.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-05-16T03:45:00.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-05-16T03:45:00.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21912026-05-16T03:45:00.215Z
21922026-05-16T03:45:00.216Zinfo: running `cargo check --bins` on ereport-types (67/276)
21932026-05-16T03:45:00.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-05-16T03:45:00.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-05-16T03:45:00.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-05-16T03:45:00.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21972026-05-16T03:45:00.804Z
21982026-05-16T03:45:00.804Zinfo: running `cargo check --bins` on gateway-client (68/276)
21992026-05-16T03:45:01.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-05-16T03:45:01.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-05-16T03:45:01.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-05-16T03:45:01.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-05-16T03:45:01.394Z
22042026-05-16T03:45:01.394Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22052026-05-16T03:45:01.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-05-16T03:45:01.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-05-16T03:45:01.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-05-16T03:45:01.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-05-16T03:45:01.980Z
22102026-05-16T03:45:01.980Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22112026-05-16T03:45:02.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-05-16T03:45:02.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-05-16T03:45:02.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-05-16T03:45:02.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-05-16T03:45:02.567Z
22162026-05-16T03:45:02.567Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22172026-05-16T03:45:03.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-05-16T03:45:03.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-05-16T03:45:03.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-05-16T03:45:03.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22212026-05-16T03:45:03.156Z
22222026-05-16T03:45:03.157Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22232026-05-16T03:45:03.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-05-16T03:45:03.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-05-16T03:45:03.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-05-16T03:45:03.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-05-16T03:45:03.746Z
22282026-05-16T03:45:03.746Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22292026-05-16T03:45:04.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-05-16T03:45:04.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-05-16T03:45:04.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-05-16T03:45:04.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22332026-05-16T03:45:04.353Z
22342026-05-16T03:45:04.353Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22352026-05-16T03:45:04.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-05-16T03:45:04.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-05-16T03:45:04.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-05-16T03:45:04.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22392026-05-16T03:45:04.963Z
22402026-05-16T03:45:04.963Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22412026-05-16T03:45:05.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-05-16T03:45:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-05-16T03:45:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-05-16T03:45:05.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-05-16T03:45:05.535Z
22462026-05-16T03:45:05.535Zinfo: running `cargo check --bins` on oxlog (76/276)
22472026-05-16T03:45:06.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-05-16T03:45:06.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-05-16T03:45:06.143Z Checking cfg-if v1.0.4
22502026-05-16T03:45:06.146Z Checking libc v0.2.185
22512026-05-16T03:45:06.146Z Checking serde_core v1.0.228
22522026-05-16T03:45:06.262Z Checking zeroize v1.8.2
22532026-05-16T03:45:06.267Z Checking memchr v2.8.0
22542026-05-16T03:45:06.274Z Checking log v0.4.29
22552026-05-16T03:45:06.286Z Checking smallvec v1.15.1
22562026-05-16T03:45:06.295Z Checking typenum v1.19.0
22572026-05-16T03:45:06.307Z Checking subtle v2.6.1
22582026-05-16T03:45:06.392Z Checking itoa v1.0.17
22592026-05-16T03:45:06.429Z Checking scopeguard v1.2.0
22602026-05-16T03:45:06.446Z Checking stable_deref_trait v1.2.1
22612026-05-16T03:45:06.458Z Checking const-oid v0.9.6
22622026-05-16T03:45:06.518Z Checking zerofrom v0.1.6
22632026-05-16T03:45:06.532Z Checking lock_api v0.4.14
22642026-05-16T03:45:06.544Z Checking pin-project-lite v0.2.17
22652026-05-16T03:45:06.627Z Checking yoke v0.8.1
22662026-05-16T03:45:06.640Z Checking portable-atomic v1.13.1
22672026-05-16T03:45:06.651Z Checking futures-core v0.3.32
22682026-05-16T03:45:06.661Z Checking getrandom v0.2.17
22692026-05-16T03:45:06.723Z Checking errno v0.3.14
22702026-05-16T03:45:06.762Z Checking parking_lot_core v0.9.12
22712026-05-16T03:45:06.790Z Checking zerovec v0.11.5
22722026-05-16T03:45:06.800Z Checking generic-array v0.14.7
22732026-05-16T03:45:06.800Z Checking rand_core v0.6.4
22742026-05-16T03:45:06.834Z Checking signal-hook-registry v1.4.8
22752026-05-16T03:45:06.943Z Checking critical-section v1.2.0
22762026-05-16T03:45:06.975Z Checking parking_lot v0.12.5
22772026-05-16T03:45:06.989Z Checking mio v1.2.0
22782026-05-16T03:45:07.033Z Checking zerocopy v0.8.40
22792026-05-16T03:45:07.043Z Checking once_cell v1.21.3
22802026-05-16T03:45:07.122Z Checking zmij v1.0.21
22812026-05-16T03:45:07.157Z Checking socket2 v0.6.3
22822026-05-16T03:45:07.212Z Checking libm v0.2.16
22832026-05-16T03:45:07.215Z Checking tinystr v0.8.2
22842026-05-16T03:45:07.235Z Checking crypto-common v0.1.7
22852026-05-16T03:45:07.258Z Checking block-buffer v0.10.4
22862026-05-16T03:45:07.325Z Checking percent-encoding v2.3.2
22872026-05-16T03:45:07.349Z Checking equivalent v1.0.2
22882026-05-16T03:45:07.389Z Checking digest v0.10.7
22892026-05-16T03:45:07.401Z Checking litemap v0.8.1
22902026-05-16T03:45:07.404Z Checking writeable v0.6.2
22912026-05-16T03:45:07.424Z Checking potential_utf v0.1.4
22922026-05-16T03:45:07.461Z Checking zerotrie v0.2.3
22932026-05-16T03:45:07.549Z Checking futures-sink v0.3.32
22942026-05-16T03:45:07.561Z Checking icu_locale_core v2.1.1
22952026-05-16T03:45:07.575Z Checking icu_collections v2.1.1
22962026-05-16T03:45:07.660Z Checking futures-io v0.3.32
22972026-05-16T03:45:07.668Z Checking futures-channel v0.3.32
22982026-05-16T03:45:07.694Z Checking futures-task v0.3.32
22992026-05-16T03:45:07.709Z Checking slab v0.4.12
23002026-05-16T03:45:07.728Z Checking serde v1.0.228
23012026-05-16T03:45:07.826Z Checking bitflags v2.11.0
23022026-05-16T03:45:07.841Z Checking serde_json v1.0.149
23032026-05-16T03:45:07.853Z Checking cpufeatures v0.2.17
23042026-05-16T03:45:07.879Z Checking futures-util v0.3.32
23052026-05-16T03:45:07.897Z Checking num-traits v0.2.19
23062026-05-16T03:45:07.929Z Checking hmac v0.12.1
23072026-05-16T03:45:08.002Z Checking icu_normalizer_data v2.1.1
23082026-05-16T03:45:08.073Z Checking icu_properties_data v2.1.2
23092026-05-16T03:45:08.076Z Checking rand_core v0.10.0
23102026-05-16T03:45:08.096Z Checking icu_provider v2.1.1
23112026-05-16T03:45:08.123Z Checking bytes v1.11.1
23122026-05-16T03:45:08.188Z Checking hashbrown v0.17.0
23132026-05-16T03:45:08.213Z Checking getrandom v0.4.1
23142026-05-16T03:45:08.324Z Checking icu_normalizer v2.1.1
23152026-05-16T03:45:08.349Z Checking icu_properties v2.1.2
23162026-05-16T03:45:08.446Z Checking block-padding v0.3.3
23172026-05-16T03:45:08.502Z Checking utf8_iter v1.0.4
23182026-05-16T03:45:08.549Z Checking tokio v1.52.1
23192026-05-16T03:45:08.571Z Checking inout v0.1.4
23202026-05-16T03:45:08.612Z Checking sha2 v0.10.9
23212026-05-16T03:45:08.631Z Checking form_urlencoded v1.2.2
23222026-05-16T03:45:08.647Z Checking indexmap v2.14.0
23232026-05-16T03:45:08.707Z Checking cipher v0.4.4
23242026-05-16T03:45:08.746Z Checking getrandom v0.3.4
23252026-05-16T03:45:08.891Z Checking byteorder v1.5.0
23262026-05-16T03:45:08.901Z Checking fnv v1.0.7
23272026-05-16T03:45:08.909Z Checking base64ct v1.8.3
23282026-05-16T03:45:08.987Z Checking flagset v0.4.7
23292026-05-16T03:45:09.087Z Checking rand_core v0.9.5
23302026-05-16T03:45:09.097Z Checking http v1.4.0
23312026-05-16T03:45:09.142Z Checking pem-rfc7468 v0.7.0
23322026-05-16T03:45:09.159Z Checking idna_adapter v1.2.1
23332026-05-16T03:45:09.190Z Checking regex-syntax v0.8.10
23342026-05-16T03:45:09.253Z Checking salsa20 v0.10.2
23352026-05-16T03:45:09.283Z Checking idna v1.1.0
23362026-05-16T03:45:09.295Z Checking der v0.7.10
23372026-05-16T03:45:09.396Z Checking uuid v1.23.0
23382026-05-16T03:45:09.529Z Checking url v2.5.8
23392026-05-16T03:45:09.691Z Checking pbkdf2 v0.12.2
23402026-05-16T03:45:09.711Z Checking rustix v1.1.3
23412026-05-16T03:45:09.763Z Checking ppv-lite86 v0.2.21
23422026-05-16T03:45:09.776Z Checking tracing-core v0.1.36
23432026-05-16T03:45:09.815Z Checking rustls-pki-types v1.14.0
23442026-05-16T03:45:09.966Z Checking base64 v0.22.1
23452026-05-16T03:45:10.031Z Checking spki v0.7.3
23462026-05-16T03:45:10.050Z Checking iana-time-zone v0.1.65
23472026-05-16T03:45:10.092Z Checking rand_chacha v0.9.0
23482026-05-16T03:45:10.105Z Checking tracing v0.1.44
23492026-05-16T03:45:10.152Z Checking chrono v0.4.44
23502026-05-16T03:45:10.196Z Checking scrypt v0.11.0
23512026-05-16T03:45:10.216Z Checking http-body v1.0.1
23522026-05-16T03:45:10.266Z Checking cbc v0.1.2
23532026-05-16T03:45:10.281Z Checking aes v0.8.4
23542026-05-16T03:45:10.326Z Checking aws-lc-sys v0.40.0
23552026-05-16T03:45:10.338Z Checking openssl-probe v0.2.1
23562026-05-16T03:45:10.395Z Checking untrusted v0.9.0
23572026-05-16T03:45:10.442Z Checking tinyvec_macros v0.1.1
23582026-05-16T03:45:10.497Z Checking untrusted v0.7.1
23592026-05-16T03:45:10.509Z Checking tinyvec v1.10.0
23602026-05-16T03:45:10.509Z Checking ring v0.17.14
23612026-05-16T03:45:10.533Z Checking rand v0.9.2
23622026-05-16T03:45:10.606Z Checking tower-layer v0.3.3
23632026-05-16T03:45:10.659Z Checking pkcs5 v0.7.1
23642026-05-16T03:45:10.755Z Checking atomic-waker v1.1.2
23652026-05-16T03:45:10.811Z Checking try-lock v0.2.5
23662026-05-16T03:45:10.824Z Checking aws-lc-rs v1.16.3
23672026-05-16T03:45:10.848Z Checking tower-service v0.3.3
23682026-05-16T03:45:10.910Z Checking want v0.3.1
23692026-05-16T03:45:10.936Z Checking pkcs8 v0.10.2
23702026-05-16T03:45:10.943Z Checking ipnet v2.11.0
23712026-05-16T03:45:11.002Z Checking httparse v1.10.1
23722026-05-16T03:45:11.020Z Checking aho-corasick v1.1.4
23732026-05-16T03:45:11.026Z Checking fastrand v2.3.0
23742026-05-16T03:45:11.079Z Checking pin-utils v0.1.0
23752026-05-16T03:45:11.151Z Checking httpdate v1.0.3
23762026-05-16T03:45:11.187Z Checking foreign-types-shared v0.1.1
23772026-05-16T03:45:11.193Z Checking dyn-clone v1.0.20
23782026-05-16T03:45:11.202Z Checking plain v0.2.3
23792026-05-16T03:45:11.259Z Checking foreign-types v0.3.2
23802026-05-16T03:45:11.288Z Checking tempfile v3.25.0
23812026-05-16T03:45:11.301Z Checking unicode-normalization v0.1.25
23822026-05-16T03:45:11.314Z Checking semver v1.0.28
23832026-05-16T03:45:11.323Z Checking openssl-sys v0.9.115
23842026-05-16T03:45:11.478Z Checking spin v0.9.8
23852026-05-16T03:45:11.491Z Checking ucd-trie v0.1.7
23862026-05-16T03:45:11.516Z Checking unicode-ident v1.0.24
23872026-05-16T03:45:11.629Z Checking proc-macro2 v1.0.106
23882026-05-16T03:45:11.630Z Checking pest v2.8.6
23892026-05-16T03:45:11.648Z Checking rustls-webpki v0.103.9
23902026-05-16T03:45:11.659Z Checking schemars v0.8.22
23912026-05-16T03:45:11.712Z Checking regex-automata v0.4.14
23922026-05-16T03:45:11.712Z Checking rustls-native-certs v0.8.3
23932026-05-16T03:45:11.712Z Checking openssl v0.10.79
23942026-05-16T03:45:11.774Z Checking tokio-util v0.7.18
23952026-05-16T03:45:11.815Z Checking thiserror v2.0.18
23962026-05-16T03:45:11.913Z Checking sync_wrapper v1.0.2
23972026-05-16T03:45:11.928Z Checking wait-timeout v0.2.1
23982026-05-16T03:45:12.015Z Checking anstyle v1.0.13
23992026-05-16T03:45:12.047Z Checking utf8parse v0.2.2
24002026-05-16T03:45:12.064Z Checking rustls v0.23.37
24012026-05-16T03:45:12.144Z Checking pretty-hex v0.4.1
24022026-05-16T03:45:12.190Z Checking simd-adler32 v0.3.8
24032026-05-16T03:45:12.259Z Checking powerfmt v0.2.0
24042026-05-16T03:45:12.300Z Checking siphasher v1.0.2
24052026-05-16T03:45:12.357Z Checking quick-error v1.2.3
24062026-05-16T03:45:12.371Z Checking h2 v0.4.13
24072026-05-16T03:45:12.404Z Checking bit-vec v0.8.0
24082026-05-16T03:45:12.451Z Checking rusty-fork v0.3.1
24092026-05-16T03:45:12.464Z Checking deranged v0.5.8
24102026-05-16T03:45:12.594Z Checking bit-set v0.8.0
24112026-05-16T03:45:12.616Z Checking anstyle-parse v0.2.7
24122026-05-16T03:45:12.679Z Checking tower v0.5.3
24132026-05-16T03:45:12.734Z Checking quote v1.0.45
24142026-05-16T03:45:12.762Z Compiling newtype-uuid v1.3.2
24152026-05-16T03:45:12.901Z Checking http-body-util v0.1.3
24162026-05-16T03:45:12.943Z Checking crossbeam-utils v0.8.21
24172026-05-16T03:45:13.057Z Checking webpki-roots v1.0.6
24182026-05-16T03:45:13.112Z Checking rand_xorshift v0.4.0
24192026-05-16T03:45:13.169Z Checking crc32fast v1.5.0
24202026-05-16T03:45:13.227Z Checking scroll v0.13.0
24212026-05-16T03:45:13.263Z Checking signature v2.2.0
24222026-05-16T03:45:13.307Z Checking unicode-bidi v0.3.18
24232026-05-16T03:45:13.363Z Checking adler2 v2.0.1
24242026-05-16T03:45:13.387Z Checking colorchoice v1.0.4
24252026-05-16T03:45:13.448Z Checking iri-string v0.7.10
24262026-05-16T03:45:13.466Z Checking unicode-properties v0.1.4
24272026-05-16T03:45:13.469Z Checking ryu v1.0.23
24282026-05-16T03:45:13.490Z Checking time-core v0.1.8
24292026-05-16T03:45:13.593Z Checking anstyle-query v1.1.5
24302026-05-16T03:45:13.610Z Checking unarray v0.1.4
24312026-05-16T03:45:13.628Z Checking is_terminal_polyfill v1.70.2
24322026-05-16T03:45:13.649Z Checking num_threads v0.1.7
24332026-05-16T03:45:13.681Z Checking allocator-api2 v0.2.21
24342026-05-16T03:45:13.694Z Checking native-tls v0.2.18
24352026-05-16T03:45:13.706Z Checking num-conv v0.2.0
24362026-05-16T03:45:13.718Z Checking anstream v0.6.21
24372026-05-16T03:45:13.728Z Checking proptest v1.10.0
24382026-05-16T03:45:13.816Z Checking time v0.3.47
24392026-05-16T03:45:13.860Z Checking tokio-native-tls v0.3.1
24402026-05-16T03:45:13.902Z Checking stringprep v0.1.5
24412026-05-16T03:45:13.961Z Checking serde_urlencoded v0.7.1
24422026-05-16T03:45:14.014Z Checking bstr v1.12.1
24432026-05-16T03:45:14.053Z Checking miniz_oxide v0.8.9
24442026-05-16T03:45:14.161Z Checking goblin v0.10.5
24452026-05-16T03:45:14.385Z Checking tokio-rustls v0.26.4
24462026-05-16T03:45:14.405Z Checking crossbeam-epoch v0.9.18
24472026-05-16T03:45:14.417Z Checking syn v2.0.117
24482026-05-16T03:45:14.487Z Checking tower-http v0.6.8
24492026-05-16T03:45:14.613Z Compiling daft v0.1.5
24502026-05-16T03:45:14.628Z Checking ipnetwork v0.21.1
24512026-05-16T03:45:14.764Z Checking rand_chacha v0.3.1
24522026-05-16T03:45:14.845Z Checking thiserror v1.0.69
24532026-05-16T03:45:14.893Z Checking scroll v0.12.0
24542026-05-16T03:45:14.940Z Checking zstd-sys v2.0.16+zstd.1.5.7
24552026-05-16T03:45:14.966Z Checking hash32 v0.2.1
24562026-05-16T03:45:14.981Z Checking num-integer v0.1.46
24572026-05-16T03:45:15.047Z Checking serde_spanned v0.6.9
24582026-05-16T03:45:15.075Z Checking hyper v1.8.1
24592026-05-16T03:45:15.115Z Checking toml_datetime v0.6.11
24602026-05-16T03:45:15.126Z Checking md-5 v0.10.6
24612026-05-16T03:45:15.169Z Checking ff v0.13.1
24622026-05-16T03:45:15.195Z Checking base16ct v0.2.0
24632026-05-16T03:45:15.256Z Checking zlib-rs v0.6.2
24642026-05-16T03:45:15.294Z Checking psl-types v2.0.11
24652026-05-16T03:45:15.304Z Checking fallible-iterator v0.2.0
24662026-05-16T03:45:15.319Z Compiling iddqd v0.3.18
24672026-05-16T03:45:15.408Z Checking publicsuffix v2.3.0
24682026-05-16T03:45:15.564Z Checking sec1 v0.7.3
24692026-05-16T03:45:15.576Z Checking postgres-protocol v0.6.10
24702026-05-16T03:45:15.686Z Checking group v0.13.0
24712026-05-16T03:45:15.763Z Checking num-iter v0.1.45
24722026-05-16T03:45:15.832Z Checking heapless v0.7.17
24732026-05-16T03:45:15.872Z Checking goblin v0.8.2
24742026-05-16T03:45:15.885Z Checking zstd-safe v7.2.4
24752026-05-16T03:45:15.968Z Checking hyper-util v0.1.20
24762026-05-16T03:45:16.090Z Checking rand v0.8.6
24772026-05-16T03:45:16.119Z Checking flate2 v1.1.9
24782026-05-16T03:45:16.227Z Checking cookie v0.18.1
24792026-05-16T03:45:16.417Z Checking oxnet v0.1.4
24802026-05-16T03:45:16.437Z Checking dtrace-parser v0.3.0
24812026-05-16T03:45:16.452Z Checking phf_shared v0.13.1
24822026-05-16T03:45:16.483Z Checking dof v0.4.0
24832026-05-16T03:45:16.552Z Checking lazy_static v1.5.0
24842026-05-16T03:45:16.639Z Checking zerocopy v0.7.35
24852026-05-16T03:45:16.650Z Checking pin-project v1.1.11
24862026-05-16T03:45:16.656Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-16T03:45:16.673Z Checking signal-hook v0.3.18
24882026-05-16T03:45:16.673Z Checking terminal_size v0.4.3
24892026-05-16T03:45:16.736Z Checking futures-executor v0.3.32
24902026-05-16T03:45:16.748Z Checking hex v0.4.3
24912026-05-16T03:45:16.788Z Checking hkdf v0.12.4
24922026-05-16T03:45:16.853Z Checking crypto-bigint v0.5.5
24932026-05-16T03:45:16.882Z Checking thread-id v5.1.0
24942026-05-16T03:45:16.919Z Checking encoding_rs v0.8.35
24952026-05-16T03:45:16.959Z Checking same-file v1.0.6
24962026-05-16T03:45:16.970Z Checking clap_lex v1.0.0
24972026-05-16T03:45:17.072Z Checking winnow v0.7.14
24982026-05-16T03:45:17.107Z Checking mime v0.3.17
24992026-05-16T03:45:17.119Z Compiling rayon-core v1.13.0
25002026-05-16T03:45:17.122Z Checking foldhash v0.1.5
25012026-05-16T03:45:17.208Z Checking hyper-rustls v0.27.7
25022026-05-16T03:45:17.254Z Checking hyper-tls v0.6.0
25032026-05-16T03:45:17.274Z Checking bumpalo v3.20.2
25042026-05-16T03:45:17.287Z Checking strsim v0.11.1
25052026-05-16T03:45:17.420Z Checking foldhash v0.2.0
25062026-05-16T03:45:17.428Z Checking either v1.15.0
25072026-05-16T03:45:17.445Z Checking bitflags v1.3.2
25082026-05-16T03:45:17.468Z Checking managed v0.8.0
25092026-05-16T03:45:17.516Z Checking winnow v0.5.40
25102026-05-16T03:45:17.567Z Checking libbz2-rs-sys v0.2.2
25112026-05-16T03:45:17.608Z Checking hashbrown v0.16.1
25122026-05-16T03:45:17.650Z Checking smoltcp v0.9.1
25132026-05-16T03:45:17.744Z Checking elliptic-curve v0.13.8
25142026-05-16T03:45:17.764Z Checking dof v0.3.0
25152026-05-16T03:45:17.853Z Checking reqwest v0.12.28
25162026-05-16T03:45:17.949Z Checking bzip2 v0.6.1
25172026-05-16T03:45:18.040Z Checking zopfli v0.8.3
25182026-05-16T03:45:18.057Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-05-16T03:45:18.095Z Checking clap_builder v4.5.60
25202026-05-16T03:45:18.132Z Checking hashbrown v0.15.5
25212026-05-16T03:45:18.234Z Checking usdt-impl v0.6.0
25222026-05-16T03:45:18.244Z Checking walkdir v2.5.0
25232026-05-16T03:45:18.258Z Checking futures v0.3.32
25242026-05-16T03:45:18.335Z Checking signal-hook-mio v0.2.5
25252026-05-16T03:45:18.367Z Checking snafu v0.8.9
25262026-05-16T03:45:18.401Z Checking bzip2 v0.4.4
25272026-05-16T03:45:18.506Z Checking phf v0.13.1
25282026-05-16T03:45:18.557Z Checking num-bigint-dig v0.8.6
25292026-05-16T03:45:18.590Z Checking cookie_store v0.22.1
25302026-05-16T03:45:18.602Z Checking zstd v0.13.3
25312026-05-16T03:45:18.647Z Checking toml_edit v0.19.15
25322026-05-16T03:45:18.658Z Checking postgres-types v0.2.12
25332026-05-16T03:45:18.672Z Checking dtrace-parser v0.2.0
25342026-05-16T03:45:18.692Z Checking crossbeam-deque v0.8.6
25352026-05-16T03:45:18.785Z Checking globset v0.4.18
25362026-05-16T03:45:18.862Z Checking rustls-platform-verifier v0.6.2
25372026-05-16T03:45:18.899Z Checking regex v1.12.3
25382026-05-16T03:45:18.915Z Checking ed25519 v2.2.3
25392026-05-16T03:45:18.960Z Checking phf_shared v0.11.3
25402026-05-16T03:45:18.998Z Checking olpc-cjson v0.1.4
25412026-05-16T03:45:19.035Z Checking curve25519-dalek v4.1.3
25422026-05-16T03:45:19.094Z Checking ref-cast v1.0.25
25432026-05-16T03:45:19.105Z Checking strum v0.27.2
25442026-05-16T03:45:19.128Z Checking hubpack v0.1.2
25452026-05-16T03:45:19.167Z Checking memoffset v0.9.1
25462026-05-16T03:45:19.186Z Checking rustix v0.38.44
25472026-05-16T03:45:19.209Z Checking pkcs1 v0.7.5
25482026-05-16T03:45:19.259Z Checking pem v3.0.6
25492026-05-16T03:45:19.314Z Checking float-cmp v0.10.0
25502026-05-16T03:45:19.331Z Checking serde_plain v1.0.2
25512026-05-16T03:45:19.368Z Checking erased-serde v0.3.31
25522026-05-16T03:45:19.410Z Checking serde-big-array v0.5.1
25532026-05-16T03:45:19.424Z Checking rfc6979 v0.4.0
25542026-05-16T03:45:19.438Z Checking memmap2 v0.9.10
25552026-05-16T03:45:19.474Z Checking thread-id v4.2.2
25562026-05-16T03:45:19.535Z Checking env_filter v1.0.0
25572026-05-16T03:45:19.589Z Checking keccak v0.1.6
25582026-05-16T03:45:19.597Z Checking rustc-hash v2.1.1
25592026-05-16T03:45:19.604Z Checking fixedbitset v0.5.7
25602026-05-16T03:45:19.666Z Checking whoami v2.1.0
25612026-05-16T03:45:19.679Z Checking toml_write v0.1.2
25622026-05-16T03:45:19.690Z Checking typed-path v0.9.3
25632026-05-16T03:45:19.705Z Checking predicates-core v1.0.10
25642026-05-16T03:45:19.756Z Checking normalize-line-endings v0.3.0
25652026-05-16T03:45:19.800Z Checking jiff v0.2.21
25662026-05-16T03:45:19.826Z Checking static_assertions v1.1.0
25672026-05-16T03:45:19.830Z Checking precomputed-hash v0.1.1
25682026-05-16T03:45:19.849Z Checking new_debug_unreachable v1.0.6
25692026-05-16T03:45:19.853Z Checking unicode-segmentation v1.12.0
25702026-05-16T03:45:19.872Z Checking difflib v0.4.0
25712026-05-16T03:45:19.893Z Checking fixedbitset v0.4.2
25722026-05-16T03:45:19.912Z Checking data-encoding v2.10.0
25732026-05-16T03:45:19.915Z Checking string_cache v0.8.9
25742026-05-16T03:45:20.011Z Checking crossterm v0.28.1
25752026-05-16T03:45:20.039Z Checking petgraph v0.6.5
25762026-05-16T03:45:20.052Z Checking predicates v3.1.4
25772026-05-16T03:45:20.086Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25782026-05-16T03:45:20.171Z Checking similar v2.7.0
25792026-05-16T03:45:20.181Z Checking hickory-proto v0.25.2
25802026-05-16T03:45:20.348Z Checking tokio-postgres v0.7.16
25812026-05-16T03:45:20.451Z Checking tough v0.22.0
25822026-05-16T03:45:20.549Z Checking toml_edit v0.22.27
25832026-05-16T03:45:20.716Z Checking ed25519-dalek v2.2.0
25842026-05-16T03:45:20.949Z Checking petgraph v0.8.3
25852026-05-16T03:45:21.259Z Checking slog v2.8.2
25862026-05-16T03:45:21.524Z Checking sha3 v0.10.8
25872026-05-16T03:45:21.579Z Checking toml v0.7.8
25882026-05-16T03:45:21.614Z Checking env_logger v0.11.9
25892026-05-16T03:45:21.805Z Checking usdt v0.6.0
25902026-05-16T03:45:21.891Z Checking usdt-impl v0.5.0
25912026-05-16T03:45:21.972Z Checking ecdsa v0.16.9
25922026-05-16T03:45:22.004Z Checking zip v4.6.1
25932026-05-16T03:45:22.165Z Checking rsa v0.9.10
25942026-05-16T03:45:22.300Z Checking clap v4.5.60
25952026-05-16T03:45:22.312Z Checking nix v0.31.2
25962026-05-16T03:45:22.379Z Checking reqwest v0.13.2
25972026-05-16T03:45:22.497Z Checking zip v0.6.6
25982026-05-16T03:45:22.599Z Checking toml_parser v1.0.9+spec-1.1.0
25992026-05-16T03:45:22.614Z Checking itertools v0.13.0
26002026-05-16T03:45:22.656Z Checking serde_with v3.17.0
26012026-05-16T03:45:22.766Z Checking strum v0.26.3
26022026-05-16T03:45:22.817Z Checking fs-err v3.3.0
26032026-05-16T03:45:22.873Z Checking ahash v0.8.12
26042026-05-16T03:45:22.898Z Checking object v0.37.3
26052026-05-16T03:45:22.927Z Checking tokio-stream v0.1.18
26062026-05-16T03:45:23.072Z Checking buf-list v1.1.2
26072026-05-16T03:45:23.110Z Checking camino v1.2.2
26082026-05-16T03:45:23.212Z Checking anyhow v1.0.102
26092026-05-16T03:45:23.243Z Checking x509-cert v0.2.5
26102026-05-16T03:45:23.293Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26112026-05-16T03:45:23.306Z Checking openapiv3 v2.2.0
26122026-05-16T03:45:23.356Z Checking sha1 v0.10.6
26132026-05-16T03:45:23.401Z Checking toml_datetime v0.7.5+spec-1.1.0
26142026-05-16T03:45:23.516Z Checking peg-runtime v0.8.5
26152026-05-16T03:45:23.548Z Checking lalrpop-util v0.19.12
26162026-05-16T03:45:23.598Z Checking rayon v1.11.0
26172026-05-16T03:45:23.647Z Checking sigpipe v0.1.3
26182026-05-16T03:45:23.659Z Checking glob v0.3.3
26192026-05-16T03:45:25.103Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26202026-05-16T03:45:25.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.83s
26212026-05-16T03:45:25.544Z
26222026-05-16T03:45:25.544Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26232026-05-16T03:45:26.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26242026-05-16T03:45:26.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26252026-05-16T03:45:26.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26262026-05-16T03:45:26.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26272026-05-16T03:45:26.142Z
26282026-05-16T03:45:26.142Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26292026-05-16T03:45:26.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-16T03:45:26.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-16T03:45:26.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-16T03:45:26.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26332026-05-16T03:45:26.735Z
26342026-05-16T03:45:26.735Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26352026-05-16T03:45:27.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-16T03:45:27.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-16T03:45:27.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-16T03:45:27.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-16T03:45:27.398Z
26402026-05-16T03:45:27.398Zinfo: running `cargo check --bins` on oxql-types (80/276)
26412026-05-16T03:45:27.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-16T03:45:27.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-16T03:45:27.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-16T03:45:27.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-05-16T03:45:27.932Z
26462026-05-16T03:45:27.932Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26472026-05-16T03:45:28.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-16T03:45:28.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-16T03:45:28.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-16T03:45:28.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26512026-05-16T03:45:28.523Z
26522026-05-16T03:45:28.523Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26532026-05-16T03:45:29.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-16T03:45:29.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-16T03:45:29.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-16T03:45:29.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26572026-05-16T03:45:29.113Z
26582026-05-16T03:45:29.113Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26592026-05-16T03:45:29.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-16T03:45:29.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-16T03:45:29.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-16T03:45:29.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26632026-05-16T03:45:29.694Z
26642026-05-16T03:45:29.694Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26652026-05-16T03:45:30.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-16T03:45:30.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-16T03:45:30.379Z Compiling structmeta-derive v0.3.0
26682026-05-16T03:45:30.494Z Compiling rustls v0.22.4
26692026-05-16T03:45:30.504Z Compiling multer v3.1.0
26702026-05-16T03:45:30.514Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26712026-05-16T03:45:30.514Z Compiling async-stream-impl v0.3.6
26722026-05-16T03:45:30.535Z Compiling dropshot v0.17.0
26732026-05-16T03:45:30.549Z Compiling dropshot_endpoint v0.17.0
26742026-05-16T03:45:30.549Z Compiling newtype-uuid-macros v0.1.0
26752026-05-16T03:45:30.671Z Checking newtype-uuid v1.3.2
26762026-05-16T03:45:30.732Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26772026-05-16T03:45:30.790Z Checking rustls-webpki v0.102.8
26782026-05-16T03:45:30.870Z Checking daft v0.1.5
26792026-05-16T03:45:30.886Z Checking thread_local v1.1.9
26802026-05-16T03:45:31.051Z Checking match_cfg v0.1.0
26812026-05-16T03:45:31.108Z Checking compression-core v0.4.31
26822026-05-16T03:45:31.120Z Checking hostname v0.3.1
26832026-05-16T03:45:31.123Z Checking iddqd v0.3.18
26842026-05-16T03:45:31.148Z Checking crossbeam-channel v0.5.15
26852026-05-16T03:45:31.223Z Checking slog-json v2.6.1
26862026-05-16T03:45:31.236Z Checking compression-codecs v0.4.37
26872026-05-16T03:45:31.296Z Checking is-terminal v0.4.17
26882026-05-16T03:45:31.373Z Checking serde_spanned v1.0.4
26892026-05-16T03:45:31.386Z Checking toml_datetime v1.0.0+spec-1.1.0
26902026-05-16T03:45:31.398Z Checking toml_writer v1.0.6+spec-1.1.0
26912026-05-16T03:45:31.475Z Checking take_mut v0.2.2
26922026-05-16T03:45:31.500Z Checking debug-ignore v1.0.5
26932026-05-16T03:45:31.542Z Compiling structmeta v0.3.0
26942026-05-16T03:45:31.571Z Checking term v1.2.1
26952026-05-16T03:45:31.575Z Checking slog-async v2.8.0
26962026-05-16T03:45:31.597Z Checking toml v1.0.6+spec-1.1.0
26972026-05-16T03:45:31.601Z Checking async-compression v0.4.41
26982026-05-16T03:45:31.747Z Compiling derive-ex v0.1.8
26992026-05-16T03:45:31.821Z Compiling parse-display-derive v0.10.0
27002026-05-16T03:45:31.822Z Checking slog-term v2.9.2
27012026-05-16T03:45:31.849Z Checking slog-bunyan v2.5.0
27022026-05-16T03:45:31.960Z Checking async-stream v0.3.6
27032026-05-16T03:45:31.973Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-05-16T03:45:32.041Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27052026-05-16T03:45:32.058Z Checking progenitor-client v0.14.0
27062026-05-16T03:45:32.085Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27072026-05-16T03:45:32.160Z Checking waitgroup v0.1.2
27082026-05-16T03:45:32.221Z Checking backon v1.6.0
27092026-05-16T03:45:32.256Z Checking rustls-pemfile v2.2.0
27102026-05-16T03:45:32.295Z Checking serde_path_to_error v0.1.20
27112026-05-16T03:45:32.364Z Checking hostname v0.4.2
27122026-05-16T03:45:32.382Z Checking instant v0.1.13
27132026-05-16T03:45:32.462Z Checking backoff v0.4.0
27142026-05-16T03:45:32.561Z Checking progenitor-extras v0.2.0
27152026-05-16T03:45:32.587Z Checking tokio-rustls v0.25.0
27162026-05-16T03:45:32.630Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-05-16T03:45:32.647Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-05-16T03:45:32.835Z Checking itertools v0.14.0
27192026-05-16T03:45:32.859Z Checking progenitor-client v0.10.0
27202026-05-16T03:45:33.004Z Checking regress v0.10.5
27212026-05-16T03:45:33.023Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27222026-05-16T03:45:33.282Z Checking macaddr v1.0.1
27232026-05-16T03:45:33.388Z Compiling test-strategy v0.4.5
27242026-05-16T03:45:33.410Z Checking parse-display v0.10.0
27252026-05-16T03:45:34.625Z Compiling prettyplease v0.2.37
27262026-05-16T03:45:34.877Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27272026-05-16T03:45:35.053Z Checking num-rational v0.4.2
27282026-05-16T03:45:35.246Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-05-16T03:45:35.585Z Checking num-complex v0.4.6
27302026-05-16T03:45:36.125Z Checking num v0.4.3
27312026-05-16T03:45:36.202Z Compiling usdt-macro v0.5.0
27322026-05-16T03:45:36.294Z Compiling usdt-attr-macro v0.5.0
27332026-05-16T03:45:36.308Z Checking memmap v0.7.0
27342026-05-16T03:45:36.321Z Compiling float-ord v0.3.2
27352026-05-16T03:45:36.433Z Checking unicode-width v0.2.0
27362026-05-16T03:45:36.436Z Compiling convert_case v0.4.0
27372026-05-16T03:45:36.683Z Checking console v0.15.11
27382026-05-16T03:45:36.826Z Compiling derive_more v0.99.20
27392026-05-16T03:45:36.919Z Checking newline-converter v0.3.0
27402026-05-16T03:45:36.965Z Checking atomicwrites v0.4.4
27412026-05-16T03:45:37.028Z Compiling toml v0.8.23
27422026-05-16T03:45:37.055Z Checking usdt v0.5.0
27432026-05-16T03:45:37.092Z Compiling minimal-lexical v0.2.1
27442026-05-16T03:45:37.220Z Checking linked-hash-map v0.5.6
27452026-05-16T03:45:37.349Z Compiling nom v7.1.3
27462026-05-16T03:45:37.454Z Checking lru-cache v0.1.2
27472026-05-16T03:45:37.518Z Checking expectorate v1.2.0
27482026-05-16T03:45:37.974Z Checking camino-tempfile v1.4.1
27492026-05-16T03:45:38.135Z Checking hickory-proto v0.24.4
27502026-05-16T03:45:38.149Z Checking phf_shared v0.12.1
27512026-05-16T03:45:38.291Z Compiling slog-dtrace v0.3.0
27522026-05-16T03:45:38.417Z Compiling chrono-tz v0.10.4
27532026-05-16T03:45:38.483Z Checking heck v0.5.0
27542026-05-16T03:45:38.593Z Checking resolv-conf v0.7.6
27552026-05-16T03:45:38.608Z Compiling const_format_proc_macros v0.2.34
27562026-05-16T03:45:38.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-05-16T03:45:38.786Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27582026-05-16T03:45:38.852Z Checking phf v0.12.1
27592026-05-16T03:45:38.992Z Checking tokio-dtrace v0.1.1
27602026-05-16T03:45:39.140Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-05-16T03:45:39.184Z Compiling derive-where v1.6.0
27622026-05-16T03:45:39.331Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27632026-05-16T03:45:39.448Z Checking highway v1.3.0
27642026-05-16T03:45:39.702Z Checking const_format v0.2.35
27652026-05-16T03:45:39.938Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-05-16T03:45:39.951Z Checking hickory-resolver v0.24.4
27672026-05-16T03:45:40.153Z Checking oxide-tokio-rt v0.1.4
27682026-05-16T03:45:40.378Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27692026-05-16T03:45:40.557Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27702026-05-16T03:45:40.574Z Checking gethostname v0.5.0
27712026-05-16T03:45:40.589Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27722026-05-16T03:45:40.660Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-05-16T03:45:40.660Z Checking bcs v0.1.6
27742026-05-16T03:45:40.685Z Checking qorb v0.4.1
27752026-05-16T03:45:40.748Z Checking termtree v0.5.1
27762026-05-16T03:45:44.032Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-05-16T03:45:46.747Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-05-16T03:45:48.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
27792026-05-16T03:45:49.039Z
27802026-05-16T03:45:49.039Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27812026-05-16T03:45:49.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-05-16T03:45:49.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-05-16T03:45:49.740Z Compiling ar_archive_writer v0.5.1
27842026-05-16T03:45:49.846Z Compiling stacker v0.1.23
27852026-05-16T03:45:49.854Z Compiling cfg_aliases v0.1.1
27862026-05-16T03:45:49.863Z Compiling convert_case v0.10.0
27872026-05-16T03:45:49.863Z Checking unicode-width v0.1.14
27882026-05-16T03:45:49.880Z Compiling proc-macro-error v1.0.4
27892026-05-16T03:45:49.890Z Checking fd-lock v4.0.4
27902026-05-16T03:45:49.890Z Checking nibble_vec v0.1.0
27912026-05-16T03:45:49.914Z Compiling nix v0.28.0
27922026-05-16T03:45:50.003Z Checking vte v0.14.1
27932026-05-16T03:45:50.023Z Compiling recursive-proc-macro-impl v0.1.1
27942026-05-16T03:45:50.131Z Checking bytecount v0.6.9
27952026-05-16T03:45:50.147Z Checking endian-type v0.1.2
27962026-05-16T03:45:50.160Z Compiling derive_more-impl v2.1.1
27972026-05-16T03:45:50.164Z Checking strip-ansi-escapes v0.2.1
27982026-05-16T03:45:50.184Z Compiling tabled_derive v0.7.0
27992026-05-16T03:45:50.225Z Checking papergrid v0.11.0
28002026-05-16T03:45:50.265Z Checking radix_trie v0.2.1
28012026-05-16T03:45:50.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28022026-05-16T03:45:50.416Z Compiling peg-macros v0.8.5
28032026-05-16T03:45:50.482Z Checking winnow v0.6.26
28042026-05-16T03:45:50.665Z Compiling psm v0.1.30
28052026-05-16T03:45:50.748Z Compiling sqlparser_derive v0.5.0
28062026-05-16T03:45:50.830Z Checking home v0.5.12
28072026-05-16T03:45:50.935Z Checking nu-ansi-term v0.50.3
28082026-05-16T03:45:50.963Z Checking derive_more v2.1.1
28092026-05-16T03:45:51.042Z Checking unicode_categories v0.1.1
28102026-05-16T03:45:51.138Z Checking tabled v0.15.0
28112026-05-16T03:45:51.151Z Checking reedline v0.40.0
28122026-05-16T03:45:51.179Z Checking rustyline v14.0.0
28132026-05-16T03:45:51.195Z Checking crossterm v0.29.0
28142026-05-16T03:45:51.433Z Checking recursive v0.1.1
28152026-05-16T03:45:51.525Z Checking sqlparser v0.61.0
28162026-05-16T03:45:51.540Z Checking display-error-chain v0.2.2
28172026-05-16T03:45:51.589Z Checking sqlformat v0.3.5
28182026-05-16T03:45:51.765Z Checking peg v0.8.5
28192026-05-16T03:46:02.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
28202026-05-16T03:46:02.849Z
28212026-05-16T03:46:02.849Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28222026-05-16T03:46:03.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-05-16T03:46:03.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-05-16T03:46:03.528Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28252026-05-16T03:46:06.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28262026-05-16T03:46:07.128Z
28272026-05-16T03:46:07.128Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28282026-05-16T03:46:07.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-05-16T03:46:07.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-05-16T03:46:07.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-05-16T03:46:10.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28322026-05-16T03:46:10.430Z
28332026-05-16T03:46:10.431Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28342026-05-16T03:46:10.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-05-16T03:46:10.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-05-16T03:46:11.104Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-05-16T03:46:14.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28382026-05-16T03:46:14.522Z
28392026-05-16T03:46:14.522Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28402026-05-16T03:46:15.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-05-16T03:46:15.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-05-16T03:46:15.203Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-05-16T03:46:18.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28442026-05-16T03:46:18.655Z
28452026-05-16T03:46:18.655Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28462026-05-16T03:46:19.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-05-16T03:46:19.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-05-16T03:46:19.333Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-05-16T03:46:21.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28502026-05-16T03:46:22.078Z
28512026-05-16T03:46:22.078Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28522026-05-16T03:46:22.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-05-16T03:46:22.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-05-16T03:46:22.754Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-05-16T03:46:25.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28562026-05-16T03:46:25.548Z
28572026-05-16T03:46:25.548Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28582026-05-16T03:46:26.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-05-16T03:46:26.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-05-16T03:46:26.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-05-16T03:46:29.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28622026-05-16T03:46:29.821Z
28632026-05-16T03:46:29.821Zinfo: running `cargo check --bins` on oximeter (93/276)
28642026-05-16T03:46:30.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-05-16T03:46:30.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-05-16T03:46:30.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672026-05-16T03:46:30.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28682026-05-16T03:46:30.428Z
28692026-05-16T03:46:30.428Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28702026-05-16T03:46:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-05-16T03:46:30.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-05-16T03:46:31.070Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28732026-05-16T03:46:31.230Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28742026-05-16T03:46:31.233Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28752026-05-16T03:46:31.567Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28762026-05-16T03:46:34.429Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28772026-05-16T03:46:35.636Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28782026-05-16T03:46:35.800Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28792026-05-16T03:46:36.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s
28802026-05-16T03:46:36.652Z
28812026-05-16T03:46:36.652Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28822026-05-16T03:46:37.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-05-16T03:46:37.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-05-16T03:46:37.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-05-16T03:46:37.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-05-16T03:46:37.259Z
28872026-05-16T03:46:37.259Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28882026-05-16T03:46:37.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-05-16T03:46:37.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-05-16T03:46:37.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-05-16T03:46:37.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28922026-05-16T03:46:37.904Z
28932026-05-16T03:46:37.904Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28942026-05-16T03:46:38.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-05-16T03:46:38.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-05-16T03:46:38.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-05-16T03:46:38.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28982026-05-16T03:46:38.520Z
28992026-05-16T03:46:38.520Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29002026-05-16T03:46:39.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-05-16T03:46:39.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-05-16T03:46:39.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-05-16T03:46:39.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-05-16T03:46:39.122Z
29052026-05-16T03:46:39.122Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29062026-05-16T03:46:39.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-05-16T03:46:39.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-05-16T03:46:39.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-05-16T03:46:39.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-05-16T03:46:39.725Z
29112026-05-16T03:46:39.725Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29122026-05-16T03:46:40.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-05-16T03:46:40.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-05-16T03:46:40.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-05-16T03:46:40.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-05-16T03:46:40.322Z
29172026-05-16T03:46:40.322Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29182026-05-16T03:46:40.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-05-16T03:46:40.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-05-16T03:46:40.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-05-16T03:46:40.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29222026-05-16T03:46:40.909Z
29232026-05-16T03:46:40.909Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29242026-05-16T03:46:41.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-05-16T03:46:41.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-05-16T03:46:41.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-05-16T03:46:41.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-05-16T03:46:41.513Z
29292026-05-16T03:46:41.513Zinfo: running `cargo check --bins` on update-engine (103/276)
29302026-05-16T03:46:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-05-16T03:46:42.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-05-16T03:46:42.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-05-16T03:46:42.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29342026-05-16T03:46:42.096Z
29352026-05-16T03:46:42.096Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29362026-05-16T03:46:42.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-05-16T03:46:42.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-05-16T03:46:42.815Z Compiling crucible-workspace-hack v0.1.0
29392026-05-16T03:46:42.932Z Checking secrecy v0.10.3
29402026-05-16T03:46:42.940Z Compiling heapless v0.8.0
29412026-05-16T03:46:42.947Z Compiling ingot-macros v0.1.1
29422026-05-16T03:46:42.954Z Compiling toml_edit v0.23.10+spec-1.0.0
29432026-05-16T03:46:42.957Z Checking hash32 v0.3.1
29442026-05-16T03:46:42.975Z Compiling smoltcp v0.11.0
29452026-05-16T03:46:42.978Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-05-16T03:46:43.035Z Checking cobs v0.3.0
29472026-05-16T03:46:43.081Z Compiling thiserror-impl-no-std v2.0.2
29482026-05-16T03:46:43.182Z Checking universal-hash v0.5.1
29492026-05-16T03:46:43.182Z Checking half v2.7.1
29502026-05-16T03:46:43.218Z Checking ciborium-io v0.2.2
29512026-05-16T03:46:43.306Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29522026-05-16T03:46:43.310Z Checking opaque-debug v0.3.1
29532026-05-16T03:46:43.353Z Checking postcard v1.1.3
29542026-05-16T03:46:43.387Z Checking poly1305 v0.8.0
29552026-05-16T03:46:43.426Z Checking ciborium-ll v0.2.2
29562026-05-16T03:46:43.484Z Compiling proc-macro-crate v3.4.0
29572026-05-16T03:46:43.619Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29582026-05-16T03:46:43.633Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-05-16T03:46:43.645Z Checking password-hash v0.5.0
29602026-05-16T03:46:43.871Z Checking chacha20 v0.9.1
29612026-05-16T03:46:43.897Z Compiling proc-macro-crate v1.3.1
29622026-05-16T03:46:43.916Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29632026-05-16T03:46:43.981Z Checking blake2 v0.10.6
29642026-05-16T03:46:44.040Z Compiling num_enum_derive v0.7.5
29652026-05-16T03:46:44.058Z Checking aead v0.5.2
29662026-05-16T03:46:44.138Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-16T03:46:44.200Z Compiling foreign-types-macros v0.2.3
29682026-05-16T03:46:44.213Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29692026-05-16T03:46:44.246Z Checking thiserror-no-std v2.0.2
29702026-05-16T03:46:44.313Z Checking cpufeatures v0.3.0
29712026-05-16T03:46:44.334Z Checking foreign-types-shared v0.3.1
29722026-05-16T03:46:44.355Z Checking vsss-rs v3.3.4
29732026-05-16T03:46:44.389Z Checking chacha20 v0.10.0
29742026-05-16T03:46:44.428Z Compiling num_enum_derive v0.5.11
29752026-05-16T03:46:44.462Z Checking argon2 v0.5.3
29762026-05-16T03:46:44.609Z Checking chacha20poly1305 v0.10.1
29772026-05-16T03:46:44.738Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29782026-05-16T03:46:44.797Z Checking foreign-types v0.5.0
29792026-05-16T03:46:44.874Z Checking ciborium v0.2.2
29802026-05-16T03:46:44.937Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-05-16T03:46:45.023Z Checking tabwriter v1.4.1
29822026-05-16T03:46:45.089Z Checking num_enum v0.7.5
29832026-05-16T03:46:45.164Z Checking byte-wrapper v0.1.0
29842026-05-16T03:46:45.201Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-05-16T03:46:45.216Z Checking cstr-argument v0.1.2
29862026-05-16T03:46:45.283Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29872026-05-16T03:46:45.334Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-05-16T03:46:45.369Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-05-16T03:46:45.454Z Checking num_enum v0.5.11
29902026-05-16T03:46:45.528Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-05-16T03:46:45.535Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29922026-05-16T03:46:45.568Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-05-16T03:46:45.617Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-05-16T03:46:45.699Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29952026-05-16T03:46:45.717Z Checking ingot-types v0.1.2
29962026-05-16T03:46:45.730Z Checking rand v0.10.0
29972026-05-16T03:46:45.743Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-05-16T03:46:45.746Z Checking indent_write v2.2.0
29992026-05-16T03:46:45.884Z Checking colored v3.1.1
30002026-05-16T03:46:45.899Z Compiling zone_cfg_derive v0.3.1
30012026-05-16T03:46:45.995Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-05-16T03:46:46.046Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30032026-05-16T03:46:46.075Z Checking itertools v0.12.1
30042026-05-16T03:46:46.090Z Checking ingot v0.1.1
30052026-05-16T03:46:46.161Z Compiling num-derive v0.4.2
30062026-05-16T03:46:46.174Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-16T03:46:46.213Z Checking swrite v0.1.0
30082026-05-16T03:46:46.269Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-05-16T03:46:46.301Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-05-16T03:46:46.467Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30112026-05-16T03:46:46.528Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-05-16T03:46:46.563Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30132026-05-16T03:46:46.617Z Checking dropshot-api-manager-types v0.7.1
30142026-05-16T03:46:46.631Z Checking smf v0.2.3
30152026-05-16T03:46:46.645Z Checking nanorand v0.7.0
30162026-05-16T03:46:46.780Z Checking whoami v1.6.1
30172026-05-16T03:46:46.835Z Checking flume v0.11.1
30182026-05-16T03:46:46.860Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-05-16T03:46:47.060Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-05-16T03:46:47.077Z Checking zone v0.3.1
30212026-05-16T03:46:47.650Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-16T03:46:48.607Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-05-16T03:46:49.488Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-16T03:46:52.648Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-05-16T03:46:54.667Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-05-16T03:46:55.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
30272026-05-16T03:46:55.961Z
30282026-05-16T03:46:55.961Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30292026-05-16T03:46:56.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-05-16T03:46:56.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-05-16T03:46:56.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-05-16T03:46:56.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30332026-05-16T03:46:56.549Z
30342026-05-16T03:46:56.549Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30352026-05-16T03:46:57.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-05-16T03:46:57.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-05-16T03:46:57.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-05-16T03:46:57.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-05-16T03:46:57.149Z
30402026-05-16T03:46:57.149Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30412026-05-16T03:46:57.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-05-16T03:46:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-05-16T03:46:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-05-16T03:46:57.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-05-16T03:46:57.750Z
30462026-05-16T03:46:57.750Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30472026-05-16T03:46:58.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-05-16T03:46:58.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-05-16T03:46:58.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-05-16T03:46:58.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-05-16T03:46:58.354Z
30522026-05-16T03:46:58.354Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30532026-05-16T03:46:58.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-05-16T03:46:58.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-05-16T03:46:58.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-05-16T03:46:58.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-05-16T03:46:58.955Z
30582026-05-16T03:46:58.955Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30592026-05-16T03:46:59.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-05-16T03:46:59.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-05-16T03:46:59.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-05-16T03:46:59.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-05-16T03:46:59.557Z
30642026-05-16T03:46:59.557Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30652026-05-16T03:47:00.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-05-16T03:47:00.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-05-16T03:47:00.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-05-16T03:47:00.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-05-16T03:47:00.161Z
30702026-05-16T03:47:00.161Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30712026-05-16T03:47:00.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-05-16T03:47:00.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-05-16T03:47:00.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-05-16T03:47:00.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-05-16T03:47:00.751Z
30762026-05-16T03:47:00.751Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30772026-05-16T03:47:01.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-05-16T03:47:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-05-16T03:47:01.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-05-16T03:47:01.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-05-16T03:47:01.349Z
30822026-05-16T03:47:01.349Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30832026-05-16T03:47:01.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-05-16T03:47:01.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-05-16T03:47:01.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-05-16T03:47:01.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-05-16T03:47:01.952Z
30882026-05-16T03:47:01.952Zinfo: running `cargo check --bins` on installinator-client (115/276)
30892026-05-16T03:47:02.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-05-16T03:47:02.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-05-16T03:47:02.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-05-16T03:47:02.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30932026-05-16T03:47:02.552Z
30942026-05-16T03:47:02.552Zinfo: running `cargo check --bins` on nexus-client (116/276)
30952026-05-16T03:47:03.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-05-16T03:47:03.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-05-16T03:47:03.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-05-16T03:47:03.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30992026-05-16T03:47:03.185Z
31002026-05-16T03:47:03.185Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31012026-05-16T03:47:03.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-05-16T03:47:03.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-05-16T03:47:03.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-05-16T03:47:03.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31052026-05-16T03:47:03.821Z
31062026-05-16T03:47:03.821Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31072026-05-16T03:47:04.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-05-16T03:47:04.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-05-16T03:47:04.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-05-16T03:47:04.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31112026-05-16T03:47:04.403Z
31122026-05-16T03:47:04.403Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31132026-05-16T03:47:04.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-05-16T03:47:04.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-05-16T03:47:04.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-05-16T03:47:04.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-05-16T03:47:04.993Z
31182026-05-16T03:47:04.993Zinfo: running `cargo check --bins` on oxide-client (120/276)
31192026-05-16T03:47:05.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-05-16T03:47:05.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-05-16T03:47:05.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-05-16T03:47:05.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31232026-05-16T03:47:05.584Z
31242026-05-16T03:47:05.584Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31252026-05-16T03:47:06.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-05-16T03:47:06.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-05-16T03:47:06.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-05-16T03:47:06.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-05-16T03:47:06.192Z
31302026-05-16T03:47:06.192Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31312026-05-16T03:47:06.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-05-16T03:47:06.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-05-16T03:47:06.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-05-16T03:47:06.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-05-16T03:47:06.778Z
31362026-05-16T03:47:06.778Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31372026-05-16T03:47:07.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-05-16T03:47:07.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-05-16T03:47:07.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-05-16T03:47:07.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31412026-05-16T03:47:07.384Z
31422026-05-16T03:47:07.384Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31432026-05-16T03:47:07.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-05-16T03:47:07.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-05-16T03:47:07.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-05-16T03:47:07.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31472026-05-16T03:47:08.007Z
31482026-05-16T03:47:08.007Zinfo: running `cargo check --bins` on installinator-common (125/276)
31492026-05-16T03:47:08.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-05-16T03:47:08.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-05-16T03:47:08.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-05-16T03:47:08.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-05-16T03:47:08.627Z
31542026-05-16T03:47:08.627Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31552026-05-16T03:47:09.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-05-16T03:47:09.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-05-16T03:47:09.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-05-16T03:47:09.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31592026-05-16T03:47:09.214Z
31602026-05-16T03:47:09.214Zinfo: running `cargo check --bins` on wicket-common (127/276)
31612026-05-16T03:47:09.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-05-16T03:47:09.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-05-16T03:47:09.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-05-16T03:47:09.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-05-16T03:47:09.837Z
31662026-05-16T03:47:09.837Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31672026-05-16T03:47:10.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-05-16T03:47:10.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-05-16T03:47:10.526Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-05-16T03:47:10.643Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-05-16T03:47:10.652Z Checking csv-core v0.1.13
31722026-05-16T03:47:10.659Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-05-16T03:47:10.668Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-05-16T03:47:10.668Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31752026-05-16T03:47:10.688Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-05-16T03:47:10.701Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-05-16T03:47:10.806Z Checking csv v1.4.0
31782026-05-16T03:47:10.841Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-05-16T03:47:10.856Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-05-16T03:47:10.882Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-05-16T03:47:10.912Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-05-16T03:47:11.140Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-05-16T03:47:11.501Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-05-16T03:47:11.501Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-05-16T03:47:11.833Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-05-16T03:47:17.671Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-05-16T03:47:18.192Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-05-16T03:47:20.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.67s
31892026-05-16T03:47:20.697Z
31902026-05-16T03:47:20.697Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31912026-05-16T03:47:21.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-05-16T03:47:21.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-05-16T03:47:21.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-05-16T03:47:21.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-05-16T03:47:21.292Z
31962026-05-16T03:47:21.292Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31972026-05-16T03:47:21.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-05-16T03:47:21.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-05-16T03:47:21.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-05-16T03:47:21.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-05-16T03:47:21.972Z
32022026-05-16T03:47:21.972Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32032026-05-16T03:47:22.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-05-16T03:47:22.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-05-16T03:47:22.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-05-16T03:47:22.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32072026-05-16T03:47:22.659Z
32082026-05-16T03:47:22.659Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32092026-05-16T03:47:23.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-05-16T03:47:23.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-05-16T03:47:23.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-05-16T03:47:23.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-05-16T03:47:23.308Z
32142026-05-16T03:47:23.308Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32152026-05-16T03:47:23.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-05-16T03:47:23.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-05-16T03:47:24.077Z Compiling regress v0.11.1
32182026-05-16T03:47:24.215Z Compiling unsafe-libyaml v0.2.11
32192026-05-16T03:47:24.228Z Compiling semver v0.1.20
32202026-05-16T03:47:24.231Z Compiling radium v0.7.0
32212026-05-16T03:47:24.256Z Checking tap v1.0.1
32222026-05-16T03:47:24.259Z Compiling maybe-uninit v2.0.0
32232026-05-16T03:47:24.283Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-05-16T03:47:24.358Z Checking wyz v0.5.1
32252026-05-16T03:47:24.504Z Compiling rustc_version v0.1.7
32262026-05-16T03:47:24.534Z Checking progenitor-client v0.13.0
32272026-05-16T03:47:24.598Z Compiling zerocopy-derive v0.6.6
32282026-05-16T03:47:24.698Z Checking crc-catalog v2.4.0
32292026-05-16T03:47:24.722Z Compiling newtype_derive v0.1.6
32302026-05-16T03:47:24.780Z Compiling serde_yaml v0.9.34+deprecated
32312026-05-16T03:47:24.788Z Compiling packed_struct v0.10.1
32322026-05-16T03:47:24.905Z Checking funty v2.0.0
32332026-05-16T03:47:24.961Z Compiling owo-colors v4.3.0
32342026-05-16T03:47:25.068Z Compiling cancel-safe-futures v0.1.5
32352026-05-16T03:47:25.224Z Checking bitvec v1.0.1
32362026-05-16T03:47:25.348Z Checking crc v3.4.0
32372026-05-16T03:47:25.437Z Checking zerocopy v0.6.6
32382026-05-16T03:47:25.457Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-16T03:47:25.519Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-05-16T03:47:25.637Z Checking typify-impl v0.6.2
32412026-05-16T03:47:25.771Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-05-16T03:47:25.855Z Compiling packed_struct_codegen v0.10.1
32432026-05-16T03:47:25.994Z Checking libsw-core v0.3.2
32442026-05-16T03:47:26.025Z Compiling bitfield-macros v0.19.4
32452026-05-16T03:47:26.128Z Compiling indexmap v1.9.3
32462026-05-16T03:47:26.214Z Checking nodrop v0.1.14
32472026-05-16T03:47:26.309Z Checking array-init v0.0.4
32482026-05-16T03:47:26.344Z Checking libsw v3.5.0
32492026-05-16T03:47:26.499Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-16T03:47:26.515Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-05-16T03:47:26.608Z Checking smallvec v0.6.14
32522026-05-16T03:47:26.693Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-05-16T03:47:26.727Z Checking bitfield v0.19.4
32542026-05-16T03:47:26.906Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-05-16T03:47:26.997Z Checking smawk v0.3.2
32562026-05-16T03:47:27.028Z Checking tagptr v0.2.0
32572026-05-16T03:47:27.094Z Checking base64 v0.21.7
32582026-05-16T03:47:27.119Z Checking hashbrown v0.12.3
32592026-05-16T03:47:27.133Z Checking linear-map v1.2.0
32602026-05-16T03:47:27.167Z Checking unicode-linebreak v0.1.5
32612026-05-16T03:47:27.301Z Checking moka v0.12.13
32622026-05-16T03:47:27.328Z Checking ron v0.8.1
32632026-05-16T03:47:27.364Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-16T03:47:27.379Z Checking textwrap v0.16.2
32652026-05-16T03:47:27.393Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-05-16T03:47:27.556Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-05-16T03:47:27.588Z Checking steno v0.4.1
32682026-05-16T03:47:27.841Z Checking serde-hex v0.1.0
32692026-05-16T03:47:27.855Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32702026-05-16T03:47:27.924Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-05-16T03:47:27.962Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32722026-05-16T03:47:28.009Z Checking hashbrown v0.13.2
32732026-05-16T03:47:28.355Z Checking humantime v2.3.0
32742026-05-16T03:47:28.428Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-05-16T03:47:28.486Z Checking crc-any v2.5.0
32762026-05-16T03:47:28.525Z Checking object v0.30.4
32772026-05-16T03:47:28.585Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-05-16T03:47:28.631Z Checking hickory-resolver v0.25.2
32792026-05-16T03:47:28.650Z Checking void v1.0.2
32802026-05-16T03:47:28.664Z Checking path-slash v0.1.5
32812026-05-16T03:47:28.744Z Checking half v1.8.3
32822026-05-16T03:47:28.758Z Checking utf-8 v0.7.6
32832026-05-16T03:47:28.773Z Checking lzss v0.8.2
32842026-05-16T03:47:28.891Z Checking tungstenite v0.23.0
32852026-05-16T03:47:28.937Z Checking serde_cbor v0.11.2
32862026-05-16T03:47:29.093Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32872026-05-16T03:47:29.280Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-05-16T03:47:29.342Z Checking nix v0.27.1
32892026-05-16T03:47:29.342Z Checking kstat-rs v0.2.4
32902026-05-16T03:47:29.350Z Checking fxhash v0.2.1
32912026-05-16T03:47:29.365Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-05-16T03:47:29.473Z Checking serde_bytes v0.11.19
32932026-05-16T03:47:29.517Z Checking tokio-tungstenite v0.23.1
32942026-05-16T03:47:29.531Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-05-16T03:47:29.648Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-05-16T03:47:29.778Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32972026-05-16T03:47:29.794Z Checking signal-hook-tokio v0.3.1
32982026-05-16T03:47:30.109Z Compiling typify-macro v0.6.2
32992026-05-16T03:47:30.905Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-05-16T03:47:31.229Z Compiling typify v0.6.2
33012026-05-16T03:47:31.312Z Compiling progenitor-impl v0.13.0
33022026-05-16T03:47:31.312Z Compiling progenitor-impl v0.14.0
33032026-05-16T03:47:31.791Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-05-16T03:47:32.118Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33052026-05-16T03:47:32.881Z Compiling progenitor-macro v0.13.0
33062026-05-16T03:47:32.919Z Compiling progenitor-macro v0.14.0
33072026-05-16T03:47:35.257Z Checking progenitor v0.13.0
33082026-05-16T03:47:35.388Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-16T03:47:35.565Z Checking progenitor v0.14.0
33102026-05-16T03:47:35.681Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-05-16T03:47:38.386Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-05-16T03:47:45.933Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-05-16T03:47:52.205Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-05-16T03:47:53.585Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-05-16T03:47:54.094Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-05-16T03:47:56.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.85s
33172026-05-16T03:47:56.367Z
33182026-05-16T03:47:56.367Zinfo: running `cargo check --bins` on gateway-api (134/276)
33192026-05-16T03:47:56.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-05-16T03:47:56.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-05-16T03:47:56.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-05-16T03:47:56.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33232026-05-16T03:47:56.966Z
33242026-05-16T03:47:56.966Zinfo: running `cargo check --bins` on ipcc (135/276)
33252026-05-16T03:47:57.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-16T03:47:57.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-16T03:47:57.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-16T03:47:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33292026-05-16T03:47:57.562Z
33302026-05-16T03:47:57.562Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33312026-05-16T03:47:58.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-16T03:47:58.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-16T03:47:58.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-16T03:47:58.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33352026-05-16T03:47:58.150Z
33362026-05-16T03:47:58.150Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33372026-05-16T03:47:58.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-16T03:47:58.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-16T03:47:58.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-16T03:47:58.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33412026-05-16T03:47:58.759Z
33422026-05-16T03:47:58.759Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33432026-05-16T03:47:59.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-16T03:47:59.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-16T03:47:59.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-16T03:47:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33472026-05-16T03:47:59.359Z
33482026-05-16T03:47:59.359Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33492026-05-16T03:47:59.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-16T03:47:59.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-16T03:47:59.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-16T03:47:59.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33532026-05-16T03:47:59.960Z
33542026-05-16T03:47:59.960Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33552026-05-16T03:48:00.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-16T03:48:00.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-16T03:48:00.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-16T03:48:00.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33592026-05-16T03:48:00.563Z
33602026-05-16T03:48:00.563Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33612026-05-16T03:48:01.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-16T03:48:01.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-16T03:48:01.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-16T03:48:01.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-16T03:48:01.167Z
33662026-05-16T03:48:01.167Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33672026-05-16T03:48:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-16T03:48:01.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-16T03:48:01.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-16T03:48:01.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-16T03:48:01.771Z
33722026-05-16T03:48:01.771Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33732026-05-16T03:48:02.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-16T03:48:02.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-16T03:48:02.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-16T03:48:02.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33772026-05-16T03:48:02.375Z
33782026-05-16T03:48:02.375Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33792026-05-16T03:48:02.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-16T03:48:02.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-16T03:48:02.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-16T03:48:02.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33832026-05-16T03:48:02.982Z
33842026-05-16T03:48:02.982Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33852026-05-16T03:48:03.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-16T03:48:03.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-16T03:48:03.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-16T03:48:03.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33892026-05-16T03:48:03.586Z
33902026-05-16T03:48:03.586Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33912026-05-16T03:48:04.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-16T03:48:04.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-16T03:48:04.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-16T03:48:04.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33952026-05-16T03:48:04.190Z
33962026-05-16T03:48:04.190Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33972026-05-16T03:48:04.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-16T03:48:04.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-16T03:48:04.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-16T03:48:04.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012026-05-16T03:48:04.790Z
34022026-05-16T03:48:04.790Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34032026-05-16T03:48:05.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-16T03:48:05.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-16T03:48:05.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-16T03:48:05.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072026-05-16T03:48:05.394Z
34082026-05-16T03:48:05.394Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34092026-05-16T03:48:05.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-16T03:48:05.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-16T03:48:05.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-16T03:48:05.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-16T03:48:05.999Z
34142026-05-16T03:48:05.999Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34152026-05-16T03:48:06.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-16T03:48:06.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-16T03:48:06.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-16T03:48:06.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-16T03:48:06.604Z
34202026-05-16T03:48:06.604Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34212026-05-16T03:48:07.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-16T03:48:07.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-16T03:48:07.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-16T03:48:07.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34252026-05-16T03:48:07.205Z
34262026-05-16T03:48:07.205Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34272026-05-16T03:48:07.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-16T03:48:07.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-16T03:48:07.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-16T03:48:07.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34312026-05-16T03:48:07.809Z
34322026-05-16T03:48:07.809Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34332026-05-16T03:48:08.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-16T03:48:08.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-16T03:48:08.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-16T03:48:08.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34372026-05-16T03:48:08.412Z
34382026-05-16T03:48:08.412Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34392026-05-16T03:48:08.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-16T03:48:08.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-16T03:48:08.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-16T03:48:08.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-05-16T03:48:09.016Z
34442026-05-16T03:48:09.016Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34452026-05-16T03:48:09.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-16T03:48:09.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-16T03:48:09.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-16T03:48:09.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34492026-05-16T03:48:09.656Z
34502026-05-16T03:48:09.656Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34512026-05-16T03:48:10.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-16T03:48:10.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-16T03:48:10.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-16T03:48:10.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-05-16T03:48:10.265Z
34562026-05-16T03:48:10.265Zinfo: running `cargo check --bins` on dns-server (157/276)
34572026-05-16T03:48:10.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-16T03:48:10.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-16T03:48:10.920Z Compiling parking_lot_core v0.8.6
34602026-05-16T03:48:10.920Z Compiling atomicwrites v0.4.4
34612026-05-16T03:48:10.923Z Compiling git-stub v1.0.0
34622026-05-16T03:48:10.923Z Checking prefix-trie v0.7.0
34632026-05-16T03:48:10.923Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34642026-05-16T03:48:11.172Z Compiling git-stub-vcs v0.1.0
34652026-05-16T03:48:11.319Z Checking hickory-server v0.25.2
34662026-05-16T03:48:11.429Z Checking parking_lot v0.11.2
34672026-05-16T03:48:11.445Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34682026-05-16T03:48:11.516Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-05-16T03:48:11.519Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-05-16T03:48:11.601Z Checking sled v0.34.7
34712026-05-16T03:48:13.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34722026-05-16T03:48:13.668Z
34732026-05-16T03:48:13.668Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34742026-05-16T03:48:14.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-05-16T03:48:14.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-05-16T03:48:14.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-05-16T03:48:14.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-05-16T03:48:14.275Z
34792026-05-16T03:48:14.275Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34802026-05-16T03:48:14.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-16T03:48:14.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-16T03:48:14.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-16T03:48:14.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-05-16T03:48:14.885Z
34852026-05-16T03:48:14.885Zinfo: running `cargo check --bins` on sp-sim (160/276)
34862026-05-16T03:48:15.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-16T03:48:15.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-16T03:48:15.619Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34892026-05-16T03:48:17.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34902026-05-16T03:48:17.564Z
34912026-05-16T03:48:17.564Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34922026-05-16T03:48:18.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-16T03:48:18.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-16T03:48:18.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-05-16T03:48:18.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34962026-05-16T03:48:18.230Z
34972026-05-16T03:48:18.230Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34982026-05-16T03:48:18.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-16T03:48:18.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-16T03:48:18.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-16T03:48:18.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35022026-05-16T03:48:18.893Z
35032026-05-16T03:48:18.893Zinfo: running `cargo check --bins` on db-macros (163/276)
35042026-05-16T03:48:19.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-16T03:48:19.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-16T03:48:19.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-16T03:48:19.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35082026-05-16T03:48:19.486Z
35092026-05-16T03:48:19.486Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35102026-05-16T03:48:19.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-16T03:48:19.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-16T03:48:19.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-16T03:48:19.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35142026-05-16T03:48:20.082Z
35152026-05-16T03:48:20.082Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35162026-05-16T03:48:20.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-16T03:48:20.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-16T03:48:20.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-16T03:48:20.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35202026-05-16T03:48:20.740Z
35212026-05-16T03:48:20.740Zinfo: running `cargo check --bins` on authz-macros (166/276)
35222026-05-16T03:48:21.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-16T03:48:21.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-16T03:48:21.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-16T03:48:21.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35262026-05-16T03:48:21.333Z
35272026-05-16T03:48:21.333Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35282026-05-16T03:48:21.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-16T03:48:21.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-16T03:48:21.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-16T03:48:21.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35322026-05-16T03:48:21.986Z
35332026-05-16T03:48:21.986Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35342026-05-16T03:48:22.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-16T03:48:22.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-16T03:48:22.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-16T03:48:22.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35382026-05-16T03:48:22.636Z
35392026-05-16T03:48:22.636Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35402026-05-16T03:48:23.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-16T03:48:23.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-16T03:48:23.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-16T03:48:23.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35442026-05-16T03:48:23.229Z
35452026-05-16T03:48:23.229Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35462026-05-16T03:48:23.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-16T03:48:23.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-16T03:48:23.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-16T03:48:23.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35502026-05-16T03:48:23.823Z
35512026-05-16T03:48:23.823Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35522026-05-16T03:48:24.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-16T03:48:24.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-16T03:48:24.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-16T03:48:24.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-16T03:48:24.425Z
35572026-05-16T03:48:24.425Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35582026-05-16T03:48:24.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-16T03:48:24.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-16T03:48:24.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-16T03:48:24.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-16T03:48:25.018Z
35632026-05-16T03:48:25.018Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35642026-05-16T03:48:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-16T03:48:25.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-16T03:48:25.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-16T03:48:25.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-05-16T03:48:25.611Z
35692026-05-16T03:48:25.611Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35702026-05-16T03:48:26.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-16T03:48:26.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-16T03:48:26.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-16T03:48:26.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35742026-05-16T03:48:26.265Z
35752026-05-16T03:48:26.266Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35762026-05-16T03:48:26.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-16T03:48:26.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-16T03:48:26.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-16T03:48:26.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35802026-05-16T03:48:26.929Z
35812026-05-16T03:48:26.929Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35822026-05-16T03:48:27.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-16T03:48:27.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-16T03:48:27.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-16T03:48:27.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35862026-05-16T03:48:27.581Z
35872026-05-16T03:48:27.581Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35882026-05-16T03:48:28.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-16T03:48:28.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-16T03:48:28.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-16T03:48:28.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-16T03:48:28.208Z
35932026-05-16T03:48:28.208Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35942026-05-16T03:48:28.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-16T03:48:28.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-16T03:48:28.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-16T03:48:28.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-16T03:48:28.827Z
35992026-05-16T03:48:28.827Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
36002026-05-16T03:48:29.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-16T03:48:29.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-16T03:48:29.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-16T03:48:29.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36042026-05-16T03:48:29.446Z
36052026-05-16T03:48:29.446Zinfo: running `cargo check --bins` on key-manager (180/276)
36062026-05-16T03:48:29.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-16T03:48:29.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-16T03:48:29.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-16T03:48:29.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36102026-05-16T03:48:30.056Z
36112026-05-16T03:48:30.056Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36122026-05-16T03:48:30.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-16T03:48:30.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-16T03:48:30.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-16T03:48:30.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-16T03:48:30.681Z
36172026-05-16T03:48:30.681Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36182026-05-16T03:48:31.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-16T03:48:31.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-16T03:48:31.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-16T03:48:31.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-16T03:48:31.306Z
36232026-05-16T03:48:31.306Zinfo: running `cargo check --bins` on typed-rng (183/276)
36242026-05-16T03:48:31.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-16T03:48:31.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-16T03:48:31.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-16T03:48:31.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36282026-05-16T03:48:31.899Z
36292026-05-16T03:48:31.899Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36302026-05-16T03:48:32.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-16T03:48:32.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-16T03:48:32.772Z Compiling typify-impl v0.4.3
36332026-05-16T03:48:32.772Z Compiling libefi-sys v0.1.0
36342026-05-16T03:48:32.916Z Compiling bitfield-struct v0.6.2
36352026-05-16T03:48:32.924Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-16T03:48:32.934Z Compiling xshell-macros v0.2.7
36372026-05-16T03:48:32.947Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36382026-05-16T03:48:32.973Z Compiling salty v0.3.0
36392026-05-16T03:48:33.033Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36402026-05-16T03:48:33.166Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36412026-05-16T03:48:33.264Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36422026-05-16T03:48:33.293Z Checking xshell v0.2.7
36432026-05-16T03:48:33.314Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36442026-05-16T03:48:33.409Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-05-16T03:48:33.518Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36462026-05-16T03:48:33.536Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-05-16T03:48:33.615Z Checking primeorder v0.13.6
36482026-05-16T03:48:33.702Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-16T03:48:33.755Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36502026-05-16T03:48:33.841Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36512026-05-16T03:48:33.857Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-05-16T03:48:33.992Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36532026-05-16T03:48:34.036Z Checking tungstenite v0.21.0
36542026-05-16T03:48:34.074Z Checking p384 v0.13.1
36552026-05-16T03:48:34.089Z Compiling proc-macro-error2 v2.0.1
36562026-05-16T03:48:34.129Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-05-16T03:48:34.482Z Compiling num-derive v0.3.3
36582026-05-16T03:48:34.501Z Checking tokio-tungstenite v0.21.0
36592026-05-16T03:48:34.766Z Compiling tabled_derive v0.11.0
36602026-05-16T03:48:34.814Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36612026-05-16T03:48:34.866Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36622026-05-16T03:48:34.916Z Checking papergrid v0.17.0
36632026-05-16T03:48:35.187Z Checking testing_table v0.3.0
36642026-05-16T03:48:35.228Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-16T03:48:35.285Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-16T03:48:35.361Z Checking libscf-sys v1.1.0
36672026-05-16T03:48:35.552Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36682026-05-16T03:48:35.688Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36692026-05-16T03:48:35.735Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36702026-05-16T03:48:35.805Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36712026-05-16T03:48:35.918Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-05-16T03:48:35.946Z Checking corncobs v0.1.4
36732026-05-16T03:48:35.999Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36742026-05-16T03:48:36.015Z Compiling unicase v2.9.0
36752026-05-16T03:48:36.075Z Compiling illumos-nvpair-sys v0.2.0
36762026-05-16T03:48:36.165Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-16T03:48:36.221Z Compiling mime_guess v2.0.5
36782026-05-16T03:48:36.307Z Checking tabled v0.20.0
36792026-05-16T03:48:36.420Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36802026-05-16T03:48:36.437Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36812026-05-16T03:48:36.457Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36822026-05-16T03:48:36.630Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36832026-05-16T03:48:36.694Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36842026-05-16T03:48:36.754Z Checking progenitor-client v0.11.2
36852026-05-16T03:48:36.776Z Checking secrecy v0.8.0
36862026-05-16T03:48:36.901Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36872026-05-16T03:48:36.918Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-05-16T03:48:37.245Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36892026-05-16T03:48:37.269Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36902026-05-16T03:48:37.305Z Compiling typify-macro v0.4.3
36912026-05-16T03:48:37.326Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-05-16T03:48:37.400Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36932026-05-16T03:48:37.512Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36942026-05-16T03:48:37.555Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36952026-05-16T03:48:37.595Z Checking filetime v0.2.27
36962026-05-16T03:48:37.719Z Checking crc8 v0.1.1
36972026-05-16T03:48:37.821Z Checking xattr v1.6.1
36982026-05-16T03:48:37.896Z Checking http-range v0.1.5
36992026-05-16T03:48:37.955Z Checking tar v0.4.45
37002026-05-16T03:48:38.025Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37012026-05-16T03:48:38.225Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-05-16T03:48:38.314Z Checking illumos-nvpair v0.3.0
37032026-05-16T03:48:38.344Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-05-16T03:48:38.463Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37052026-05-16T03:48:38.478Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37062026-05-16T03:48:38.731Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37072026-05-16T03:48:38.827Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-05-16T03:48:38.889Z Checking atty v0.2.14
37092026-05-16T03:48:38.992Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37102026-05-16T03:48:39.008Z Compiling typify v0.4.3
37112026-05-16T03:48:39.089Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37122026-05-16T03:48:39.119Z Compiling progenitor-impl v0.11.2
37132026-05-16T03:48:39.444Z Compiling progenitor-impl v0.10.0
37142026-05-16T03:48:39.579Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37152026-05-16T03:48:39.888Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37162026-05-16T03:48:40.119Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37172026-05-16T03:48:40.139Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37182026-05-16T03:48:40.565Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37192026-05-16T03:48:40.883Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37202026-05-16T03:48:40.955Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37212026-05-16T03:48:41.019Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37222026-05-16T03:48:41.127Z Checking hyper-staticfile v0.10.1
37232026-05-16T03:48:41.239Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37242026-05-16T03:48:41.255Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-05-16T03:48:41.415Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37262026-05-16T03:48:41.497Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37272026-05-16T03:48:41.618Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37282026-05-16T03:48:41.685Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37292026-05-16T03:48:41.750Z Compiling progenitor-macro v0.11.2
37302026-05-16T03:48:41.767Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37312026-05-16T03:48:41.892Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37322026-05-16T03:48:42.019Z Compiling progenitor-macro v0.10.0
37332026-05-16T03:48:44.444Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-16T03:48:44.519Z Checking progenitor v0.11.2
37352026-05-16T03:48:44.650Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37362026-05-16T03:48:44.814Z Checking progenitor v0.10.0
37372026-05-16T03:48:44.936Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37382026-05-16T03:48:49.257Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37392026-05-16T03:49:00.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.29s
37402026-05-16T03:49:00.413Z
37412026-05-16T03:49:00.414Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37422026-05-16T03:49:00.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-16T03:49:00.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-16T03:49:01.362Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-16T03:49:11.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37462026-05-16T03:49:12.097Z
37472026-05-16T03:49:12.097Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37482026-05-16T03:49:12.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-16T03:49:12.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-16T03:49:12.885Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-16T03:49:23.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37522026-05-16T03:49:23.692Z
37532026-05-16T03:49:23.692Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37542026-05-16T03:49:24.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-16T03:49:24.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-16T03:49:24.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-16T03:49:35.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37582026-05-16T03:49:35.339Z
37592026-05-16T03:49:35.339Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37602026-05-16T03:49:35.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-16T03:49:35.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-16T03:49:36.126Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-16T03:49:46.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37642026-05-16T03:49:46.990Z
37652026-05-16T03:49:46.990Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37662026-05-16T03:49:47.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-16T03:49:47.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-16T03:49:47.774Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-16T03:49:58.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
37702026-05-16T03:49:58.568Z
37712026-05-16T03:49:58.568Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37722026-05-16T03:49:59.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-16T03:49:59.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-16T03:49:59.356Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-16T03:50:10.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37762026-05-16T03:50:10.338Z
37772026-05-16T03:50:10.338Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37782026-05-16T03:50:10.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-16T03:50:10.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-16T03:50:11.127Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-16T03:50:21.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
37822026-05-16T03:50:21.984Z
37832026-05-16T03:50:21.984Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37842026-05-16T03:50:22.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-16T03:50:22.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-16T03:50:22.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-16T03:50:22.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37882026-05-16T03:50:22.600Z
37892026-05-16T03:50:22.600Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37902026-05-16T03:50:23.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-16T03:50:23.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-16T03:50:23.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-16T03:50:23.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37942026-05-16T03:50:23.212Z
37952026-05-16T03:50:23.212Zinfo: running `cargo check --bins` on range-requests (194/276)
37962026-05-16T03:50:23.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-16T03:50:23.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-16T03:50:23.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-16T03:50:23.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-05-16T03:50:23.814Z
38012026-05-16T03:50:23.814Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38022026-05-16T03:50:24.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-16T03:50:24.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-16T03:50:24.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-16T03:50:24.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38062026-05-16T03:50:24.411Z
38072026-05-16T03:50:24.411Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38082026-05-16T03:50:24.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-16T03:50:24.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-16T03:50:24.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-16T03:50:24.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38122026-05-16T03:50:25.031Z
38132026-05-16T03:50:25.031Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38142026-05-16T03:50:25.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-16T03:50:25.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-16T03:50:25.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-16T03:50:25.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38182026-05-16T03:50:25.656Z
38192026-05-16T03:50:25.656Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38202026-05-16T03:50:26.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-16T03:50:26.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-16T03:50:26.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-16T03:50:26.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38242026-05-16T03:50:26.274Z
38252026-05-16T03:50:26.274Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38262026-05-16T03:50:26.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-16T03:50:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-16T03:50:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-16T03:50:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-16T03:50:26.899Z
38312026-05-16T03:50:26.899Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38322026-05-16T03:50:27.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-16T03:50:27.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-16T03:50:27.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-16T03:50:27.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-16T03:50:27.531Z
38372026-05-16T03:50:27.531Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38382026-05-16T03:50:28.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-16T03:50:28.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-16T03:50:28.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-16T03:50:28.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-16T03:50:28.158Z
38432026-05-16T03:50:28.158Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38442026-05-16T03:50:28.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-16T03:50:28.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-16T03:50:28.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-16T03:50:28.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-05-16T03:50:28.780Z
38492026-05-16T03:50:28.780Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38502026-05-16T03:50:29.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-16T03:50:29.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-16T03:50:29.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-16T03:50:29.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-16T03:50:29.408Z
38552026-05-16T03:50:29.408Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38562026-05-16T03:50:29.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-16T03:50:29.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-16T03:50:29.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-16T03:50:29.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-16T03:50:30.037Z
38612026-05-16T03:50:30.037Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38622026-05-16T03:50:30.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-16T03:50:30.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-16T03:50:30.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-16T03:50:30.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38662026-05-16T03:50:30.670Z
38672026-05-16T03:50:30.670Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38682026-05-16T03:50:31.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-16T03:50:31.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-16T03:50:31.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-16T03:50:31.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38722026-05-16T03:50:31.322Z
38732026-05-16T03:50:31.322Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38742026-05-16T03:50:31.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-16T03:50:31.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-16T03:50:31.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-16T03:50:31.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38782026-05-16T03:50:31.956Z
38792026-05-16T03:50:31.956Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38802026-05-16T03:50:32.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-16T03:50:32.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-16T03:50:32.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-16T03:50:32.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38842026-05-16T03:50:32.599Z
38852026-05-16T03:50:32.599Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38862026-05-16T03:50:33.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-16T03:50:33.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-16T03:50:33.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-16T03:50:33.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38902026-05-16T03:50:33.252Z
38912026-05-16T03:50:33.252Zinfo: running `cargo check --bins` on update-common (210/276)
38922026-05-16T03:50:33.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-16T03:50:33.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-16T03:50:33.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-16T03:50:33.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38962026-05-16T03:50:33.856Z
38972026-05-16T03:50:33.857Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38982026-05-16T03:50:34.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-16T03:50:34.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-16T03:50:34.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-16T03:50:34.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39022026-05-16T03:50:34.508Z
39032026-05-16T03:50:34.508Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39042026-05-16T03:50:35.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-16T03:50:35.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-16T03:50:35.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-16T03:50:35.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39082026-05-16T03:50:35.097Z
39092026-05-16T03:50:35.097Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39102026-05-16T03:50:35.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-16T03:50:35.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-16T03:50:36.876Z Compiling fs-err v2.11.0
39132026-05-16T03:50:36.876Z Checking ignore v0.4.25
39142026-05-16T03:50:36.880Z Checking arc-swap v1.8.2
39152026-05-16T03:50:36.880Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39162026-05-16T03:50:36.880Z Checking predicates-tree v1.0.13
39172026-05-16T03:50:36.880Z Checking parse-size v1.1.0
39182026-05-16T03:50:36.880Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39192026-05-16T03:50:36.880Z Checking rand_seeder v0.4.0
39202026-05-16T03:50:36.880Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39212026-05-16T03:50:36.880Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39222026-05-16T03:50:36.880Z Checking slog-scope v4.4.1
39232026-05-16T03:50:36.880Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39242026-05-16T03:50:36.880Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-16T03:50:36.880Z Compiling petname v2.0.2
39262026-05-16T03:50:36.880Z Checking slog-stdlog v4.1.1
39272026-05-16T03:50:36.880Z Checking globwalk v0.9.1
39282026-05-16T03:50:36.880Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39292026-05-16T03:50:36.880Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39302026-05-16T03:50:36.880Z Checking slog-envlogger v2.2.0
39312026-05-16T03:50:36.880Z Checking camino-tempfile-ext v0.3.3
39322026-05-16T03:50:36.880Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-05-16T03:50:36.880Z Checking sapling-renderdag v0.1.0
39342026-05-16T03:50:36.880Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39352026-05-16T03:50:36.880Z Checking subprocess v0.2.15
39362026-05-16T03:50:36.880Z Checking sync-ptr v0.1.4
39372026-05-16T03:50:36.988Z Checking colored v2.2.0
39382026-05-16T03:50:37.006Z Checking assert_matches v1.5.0
39392026-05-16T03:50:37.085Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39402026-05-16T03:50:37.222Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39412026-05-16T03:50:37.225Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39422026-05-16T03:50:38.002Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-05-16T03:50:39.324Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-05-16T03:50:41.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s
39452026-05-16T03:50:41.725Z
39462026-05-16T03:50:41.725Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39472026-05-16T03:50:42.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-16T03:50:42.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-16T03:50:42.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-16T03:50:42.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-05-16T03:50:42.316Z
39522026-05-16T03:50:42.316Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39532026-05-16T03:50:42.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-16T03:50:42.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-16T03:50:42.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-16T03:50:42.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39572026-05-16T03:50:42.934Z
39582026-05-16T03:50:42.934Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39592026-05-16T03:50:43.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-16T03:50:43.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-16T03:50:43.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-16T03:50:43.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39632026-05-16T03:50:43.587Z
39642026-05-16T03:50:43.587Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39652026-05-16T03:50:44.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-16T03:50:44.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-16T03:50:44.313Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-05-16T03:50:44.313Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39692026-05-16T03:50:44.952Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39702026-05-16T03:50:46.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39712026-05-16T03:50:46.728Z
39722026-05-16T03:50:46.728Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39732026-05-16T03:50:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-16T03:50:47.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-16T03:50:47.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-16T03:50:47.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39772026-05-16T03:50:47.331Z
39782026-05-16T03:50:47.331Zinfo: running `cargo check --bins` on cert-dev (219/276)
39792026-05-16T03:50:47.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-16T03:50:47.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-16T03:50:47.946Z Checking yasna v0.5.2
39822026-05-16T03:50:48.346Z Checking rcgen v0.12.1
39832026-05-16T03:50:48.590Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39842026-05-16T03:50:48.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39852026-05-16T03:50:48.954Z
39862026-05-16T03:50:48.954Zinfo: running `cargo check --bins` on clickana (220/276)
39872026-05-16T03:50:49.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-16T03:50:49.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-16T03:50:49.609Z Compiling darling_core v0.23.0
39902026-05-16T03:50:49.717Z Compiling instability v0.3.11
39912026-05-16T03:50:49.725Z Checking castaway v0.2.4
39922026-05-16T03:50:49.728Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39932026-05-16T03:50:49.731Z Compiling indoc v2.0.7
39942026-05-16T03:50:49.734Z Checking unicode-truncate v1.1.0
39952026-05-16T03:50:49.757Z Checking lru v0.12.5
39962026-05-16T03:50:49.757Z Checking cassowary v0.3.0
39972026-05-16T03:50:49.813Z Checking compact_str v0.8.1
39982026-05-16T03:50:50.782Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39992026-05-16T03:50:50.964Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40002026-05-16T03:50:51.141Z Compiling darling_macro v0.23.0
40012026-05-16T03:50:51.551Z Compiling darling v0.23.0
40022026-05-16T03:50:52.154Z Checking ratatui v0.29.0
40032026-05-16T03:50:53.193Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40042026-05-16T03:50:53.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
40052026-05-16T03:50:54.037Z
40062026-05-16T03:50:54.037Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40072026-05-16T03:50:54.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-16T03:50:54.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-16T03:50:54.770Z Checking headers-core v0.3.0
40102026-05-16T03:50:54.773Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40112026-05-16T03:50:54.962Z Checking headers v0.4.1
40122026-05-16T03:50:55.327Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40132026-05-16T03:50:56.171Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40142026-05-16T03:50:56.665Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40152026-05-16T03:50:57.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40162026-05-16T03:50:57.284Z
40172026-05-16T03:50:57.285Zinfo: running `cargo check --bins` on ch-dev (222/276)
40182026-05-16T03:50:57.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-16T03:50:57.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-16T03:50:58.024Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40212026-05-16T03:50:58.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40222026-05-16T03:50:58.978Z
40232026-05-16T03:50:58.978Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40242026-05-16T03:50:59.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-05-16T03:50:59.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-05-16T03:50:59.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-05-16T03:50:59.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40282026-05-16T03:50:59.437Z
40292026-05-16T03:50:59.437Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40302026-05-16T03:50:59.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-05-16T03:50:59.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-05-16T03:51:00.161Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40332026-05-16T03:51:01.138Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40342026-05-16T03:51:01.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40352026-05-16T03:51:01.694Z
40362026-05-16T03:51:01.694Zinfo: running `cargo check --bins` on db-dev (225/276)
40372026-05-16T03:51:02.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-05-16T03:51:02.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-05-16T03:51:02.420Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40402026-05-16T03:51:03.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40412026-05-16T03:51:03.380Z
40422026-05-16T03:51:03.380Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40432026-05-16T03:51:03.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-05-16T03:51:03.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-05-16T03:51:03.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-05-16T03:51:03.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40472026-05-16T03:51:04.029Z
40482026-05-16T03:51:04.029Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40492026-05-16T03:51:04.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-05-16T03:51:04.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-05-16T03:51:04.642Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40522026-05-16T03:51:05.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40532026-05-16T03:51:05.483Z
40542026-05-16T03:51:05.483Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40552026-05-16T03:51:06.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-05-16T03:51:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-05-16T03:51:06.231Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-05-16T03:51:06.231Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-05-16T03:51:06.234Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40602026-05-16T03:51:06.234Z Checking git-stub v1.0.0
40612026-05-16T03:51:06.234Z Compiling trait-variant v0.1.2
40622026-05-16T03:51:06.234Z Checking maplit v1.0.2
40632026-05-16T03:51:06.234Z Checking is_ci v1.2.0
40642026-05-16T03:51:06.351Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40652026-05-16T03:51:06.422Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40662026-05-16T03:51:06.444Z Checking supports-color v3.0.2
40672026-05-16T03:51:06.512Z Checking git-stub-vcs v0.1.0
40682026-05-16T03:51:06.572Z Checking drift v0.1.4
40692026-05-16T03:51:06.606Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-05-16T03:51:06.626Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-05-16T03:51:06.703Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40722026-05-16T03:51:06.834Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40732026-05-16T03:51:06.867Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-05-16T03:51:06.880Z Checking dropshot-api-manager v0.7.1
40752026-05-16T03:51:06.896Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40762026-05-16T03:51:07.109Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40772026-05-16T03:51:07.146Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-05-16T03:51:07.274Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40792026-05-16T03:51:07.591Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40802026-05-16T03:51:12.538Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40812026-05-16T03:51:13.617Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40822026-05-16T03:51:14.178Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40832026-05-16T03:51:14.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40842026-05-16T03:51:14.812Z
40852026-05-16T03:51:14.812Zinfo: running `cargo check --bins` on installinator-api (229/276)
40862026-05-16T03:51:15.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-05-16T03:51:15.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-05-16T03:51:15.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-05-16T03:51:15.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40902026-05-16T03:51:15.415Z
40912026-05-16T03:51:15.415Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40922026-05-16T03:51:15.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-05-16T03:51:15.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-05-16T03:51:15.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-05-16T03:51:15.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-05-16T03:51:16.059Z
40972026-05-16T03:51:16.059Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40982026-05-16T03:51:16.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-05-16T03:51:16.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-05-16T03:51:16.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-05-16T03:51:16.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41022026-05-16T03:51:16.712Z
41032026-05-16T03:51:16.712Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41042026-05-16T03:51:17.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-05-16T03:51:17.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-05-16T03:51:17.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-05-16T03:51:17.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41082026-05-16T03:51:17.359Z
41092026-05-16T03:51:17.359Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41102026-05-16T03:51:17.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-05-16T03:51:17.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-05-16T03:51:17.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-05-16T03:51:17.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41142026-05-16T03:51:17.962Z
41152026-05-16T03:51:17.962Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41162026-05-16T03:51:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-05-16T03:51:18.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-05-16T03:51:18.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-05-16T03:51:18.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41202026-05-16T03:51:18.556Z
41212026-05-16T03:51:18.556Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41222026-05-16T03:51:19.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-05-16T03:51:19.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-05-16T03:51:19.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-05-16T03:51:19.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41262026-05-16T03:51:19.176Z
41272026-05-16T03:51:19.176Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41282026-05-16T03:51:19.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-16T03:51:19.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-16T03:51:19.790Z Checking typeid v1.0.3
41312026-05-16T03:51:19.903Z Checking ordered-float v2.10.1
41322026-05-16T03:51:19.922Z Checking unicode-xid v0.2.6
41332026-05-16T03:51:19.934Z Checking cargo-platform v0.2.0
41342026-05-16T03:51:19.947Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41352026-05-16T03:51:19.969Z Checking erased-serde v0.4.9
41362026-05-16T03:51:20.102Z Checking serde-value v0.7.0
41372026-05-16T03:51:20.275Z Checking serde-untagged v0.1.9
41382026-05-16T03:51:20.425Z Checking cargo-util-schemas v0.8.2
41392026-05-16T03:51:21.099Z Checking cargo_metadata v0.21.0
41402026-05-16T03:51:21.694Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41412026-05-16T03:51:22.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41422026-05-16T03:51:22.559Z
41432026-05-16T03:51:22.559Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41442026-05-16T03:51:23.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-16T03:51:23.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-16T03:51:23.303Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41472026-05-16T03:51:23.927Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41482026-05-16T03:51:24.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
41492026-05-16T03:51:24.644Z
41502026-05-16T03:51:24.644Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41512026-05-16T03:51:25.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-05-16T03:51:25.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-05-16T03:51:25.504Z Compiling vergen-gitcl v1.0.8
41542026-05-16T03:51:25.504Z Compiling dirs-sys-next v0.1.2
41552026-05-16T03:51:25.504Z Compiling crunchy v0.2.4
41562026-05-16T03:51:25.504Z Compiling diesel_derives v2.3.7
41572026-05-16T03:51:25.507Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-16T03:51:25.507Z Compiling glob v0.3.3
41592026-05-16T03:51:25.507Z Compiling dsl_auto_type v0.2.0
41602026-05-16T03:51:25.507Z Checking scheduled-thread-pool v0.2.7
41612026-05-16T03:51:25.814Z Compiling dirs-next v2.0.0
41622026-05-16T03:51:25.817Z Compiling diesel_table_macro_syntax v0.3.0
41632026-05-16T03:51:25.898Z Compiling tiny-keccak v2.0.2
41642026-05-16T03:51:25.942Z Compiling term v0.7.0
41652026-05-16T03:51:26.012Z Compiling clang-sys v1.8.1
41662026-05-16T03:51:26.013Z Checking r2d2 v0.8.10
41672026-05-16T03:51:26.078Z Checking downcast-rs v2.0.2
41682026-05-16T03:51:26.151Z Compiling bit-vec v0.6.3
41692026-05-16T03:51:26.203Z Compiling itertools v0.10.5
41702026-05-16T03:51:26.370Z Compiling bit-set v0.5.3
41712026-05-16T03:51:26.389Z Compiling ascii-canvas v3.0.0
41722026-05-16T03:51:26.488Z Compiling ena v0.14.4
41732026-05-16T03:51:26.503Z Compiling libloading v0.8.9
41742026-05-16T03:51:26.523Z Compiling bindgen v0.71.1
41752026-05-16T03:51:26.572Z Compiling diff v0.1.13
41762026-05-16T03:51:26.628Z Compiling regex-syntax v0.6.29
41772026-05-16T03:51:26.709Z Compiling cexpr v0.6.0
41782026-05-16T03:51:26.836Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41792026-05-16T03:51:26.953Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41802026-05-16T03:51:27.048Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41812026-05-16T03:51:27.104Z Compiling libxml v0.3.3
41822026-05-16T03:51:27.236Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41832026-05-16T03:51:27.355Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41842026-05-16T03:51:27.376Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41852026-05-16T03:51:27.547Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41862026-05-16T03:51:27.564Z Compiling strum_macros v0.24.3
41872026-05-16T03:51:27.636Z Compiling indoc v1.0.9
41882026-05-16T03:51:28.063Z Compiling lalrpop v0.19.12
41892026-05-16T03:51:28.624Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41902026-05-16T03:51:28.682Z Checking derive_builder v0.20.2
41912026-05-16T03:51:28.798Z Compiling oso-derive v0.27.3
41922026-05-16T03:51:28.815Z Checking quick-xml v0.37.5
41932026-05-16T03:51:28.910Z Compiling impl-trait-for-tuples v0.2.3
41942026-05-16T03:51:29.324Z Checking openssl-probe v0.1.6
41952026-05-16T03:51:29.469Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41962026-05-16T03:51:29.694Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41972026-05-16T03:51:29.890Z Checking bb8 v0.8.6
41982026-05-16T03:51:30.202Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41992026-05-16T03:51:30.221Z Checking nonempty v0.12.0
42002026-05-16T03:51:30.320Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42012026-05-16T03:51:30.387Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42022026-05-16T03:51:30.426Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42032026-05-16T03:51:30.489Z Checking console v0.16.2
42042026-05-16T03:51:30.532Z Checking unit-prefix v0.5.2
42052026-05-16T03:51:30.598Z Checking support-bundle-viewer v0.1.2
42062026-05-16T03:51:30.663Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42072026-05-16T03:51:30.789Z Checking indicatif v0.18.4
42082026-05-16T03:51:30.841Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42092026-05-16T03:51:30.988Z Checking multimap v0.10.1
42102026-05-16T03:51:31.514Z Checking diesel v2.3.7
42112026-05-16T03:51:33.293Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42122026-05-16T03:51:33.862Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42132026-05-16T03:51:33.899Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42142026-05-16T03:51:34.379Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42152026-05-16T03:51:34.993Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42162026-05-16T03:51:35.199Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42172026-05-16T03:51:35.617Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42182026-05-16T03:51:36.267Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42192026-05-16T03:51:38.294Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42202026-05-16T03:51:42.849Z Compiling samael v0.0.19
42212026-05-16T03:51:47.671Z Checking diesel-dtrace v0.5.0
42222026-05-16T03:51:47.854Z Checking async-bb8-diesel v0.2.1
42232026-05-16T03:51:49.007Z Compiling polar-core v0.27.3
42242026-05-16T03:51:53.408Z Checking oso v0.27.3
42252026-05-16T03:52:29.265Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42262026-05-16T03:53:02.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42272026-05-16T03:53:03.060Z
42282026-05-16T03:53:03.060Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42292026-05-16T03:53:03.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-16T03:53:03.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-16T03:53:03.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-05-16T03:53:03.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42332026-05-16T03:53:03.726Z
42342026-05-16T03:53:03.726Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42352026-05-16T03:53:04.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-16T03:53:04.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-16T03:53:04.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-16T03:53:04.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-16T03:53:04.384Z
42402026-05-16T03:53:04.384Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42412026-05-16T03:53:04.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-16T03:53:04.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-16T03:53:04.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-16T03:53:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42452026-05-16T03:53:04.975Z
42462026-05-16T03:53:04.975Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42472026-05-16T03:53:05.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-16T03:53:05.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-16T03:53:05.850Z Compiling libz-sys v1.1.24
42502026-05-16T03:53:05.982Z Compiling libgit2-sys v0.18.3+1.9.2
42512026-05-16T03:53:05.995Z Compiling vergen-git2 v1.0.7
42522026-05-16T03:53:06.022Z Compiling rustls v0.21.12
42532026-05-16T03:53:06.025Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42542026-05-16T03:53:06.025Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42552026-05-16T03:53:06.025Z Checking rustls-webpki v0.101.7
42562026-05-16T03:53:06.025Z Checking sct v0.7.1
42572026-05-16T03:53:06.179Z Compiling nix v0.29.0
42582026-05-16T03:53:06.239Z Compiling dropshot v0.16.7
42592026-05-16T03:53:06.301Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-05-16T03:53:06.331Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42612026-05-16T03:53:06.357Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42622026-05-16T03:53:06.493Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42632026-05-16T03:53:06.497Z Checking toml v0.9.12+spec-1.1.0
42642026-05-16T03:53:06.524Z Compiling dropshot_endpoint v0.16.7
42652026-05-16T03:53:06.631Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42662026-05-16T03:53:06.805Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42672026-05-16T03:53:06.985Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42682026-05-16T03:53:07.075Z Checking rustls-pemfile v1.0.4
42692026-05-16T03:53:07.212Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42702026-05-16T03:53:07.402Z Checking twox-hash v2.1.2
42712026-05-16T03:53:07.420Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42722026-05-16T03:53:07.752Z Checking tokio-rustls v0.24.1
42732026-05-16T03:53:08.147Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-16T03:53:08.218Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42752026-05-16T03:53:08.562Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42762026-05-16T03:53:08.886Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42772026-05-16T03:53:08.910Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42782026-05-16T03:53:09.007Z Checking fatfs v0.3.6
42792026-05-16T03:53:09.050Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42802026-05-16T03:53:09.110Z Compiling seq-macro v0.3.6
42812026-05-16T03:53:12.844Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-16T03:53:12.965Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42832026-05-16T03:53:13.250Z Compiling git2 v0.20.4
42842026-05-16T03:53:15.445Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42852026-05-16T03:54:01.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.90s
42862026-05-16T03:54:02.105Z
42872026-05-16T03:54:02.105Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42882026-05-16T03:54:02.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-16T03:54:02.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-16T03:54:02.998Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42912026-05-16T03:54:41.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.38s
42922026-05-16T03:54:41.719Z
42932026-05-16T03:54:41.719Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42942026-05-16T03:54:42.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42952026-05-16T03:54:42.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42962026-05-16T03:54:42.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42972026-05-16T03:54:42.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42982026-05-16T03:54:42.310Z
42992026-05-16T03:54:42.310Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
43002026-05-16T03:54:42.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43012026-05-16T03:54:42.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43022026-05-16T03:54:42.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43032026-05-16T03:54:42.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43042026-05-16T03:54:42.950Z
43052026-05-16T03:54:42.950Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43062026-05-16T03:54:43.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-05-16T03:54:43.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-05-16T03:54:43.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43092026-05-16T03:54:43.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43102026-05-16T03:54:43.603Z
43112026-05-16T03:54:43.603Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43122026-05-16T03:54:44.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43132026-05-16T03:54:44.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43142026-05-16T03:54:44.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43152026-05-16T03:54:44.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43162026-05-16T03:54:44.253Z
43172026-05-16T03:54:44.253Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43182026-05-16T03:54:44.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43192026-05-16T03:54:44.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43202026-05-16T03:54:44.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43212026-05-16T03:54:44.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43222026-05-16T03:54:44.893Z
43232026-05-16T03:54:44.893Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43242026-05-16T03:54:45.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43252026-05-16T03:54:45.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43262026-05-16T03:54:45.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43272026-05-16T03:54:45.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43282026-05-16T03:54:45.542Z
43292026-05-16T03:54:45.542Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43302026-05-16T03:54:46.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-16T03:54:46.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-16T03:54:46.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-16T03:54:46.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43342026-05-16T03:54:46.194Z
43352026-05-16T03:54:46.194Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43362026-05-16T03:54:46.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-16T03:54:46.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-16T03:54:46.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-16T03:54:46.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43402026-05-16T03:54:46.850Z
43412026-05-16T03:54:46.850Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43422026-05-16T03:54:47.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-16T03:54:47.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-16T03:54:47.749Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-05-16T03:54:47.749Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43462026-05-16T03:54:47.941Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43472026-05-16T03:54:47.976Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43482026-05-16T03:54:47.994Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43492026-05-16T03:54:47.998Z Checking yansi v1.0.1
43502026-05-16T03:54:47.998Z Checking diff v0.1.13
43512026-05-16T03:54:48.039Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43522026-05-16T03:54:48.081Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43532026-05-16T03:54:48.276Z Checking pretty_assertions v1.4.1
43542026-05-16T03:54:48.923Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43552026-05-16T03:54:49.048Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43562026-05-16T03:55:12.572Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-16T03:55:12.575Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-05-16T03:55:12.575Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43592026-05-16T03:55:12.575Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43602026-05-16T03:55:12.575Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43612026-05-16T03:55:12.575Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43622026-05-16T03:55:13.400Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43632026-05-16T03:55:14.472Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43642026-05-16T03:55:52.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43652026-05-16T03:55:53.079Z
43662026-05-16T03:55:53.079Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43672026-05-16T03:55:53.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-05-16T03:55:53.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-05-16T03:55:53.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43702026-05-16T03:55:53.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43712026-05-16T03:55:53.665Z
43722026-05-16T03:55:53.665Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43732026-05-16T03:55:54.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-05-16T03:55:54.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-05-16T03:55:54.437Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43762026-05-16T03:55:54.560Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43772026-05-16T03:55:54.563Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43782026-05-16T03:56:20.235Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43792026-05-16T03:56:20.624Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43802026-05-16T03:56:22.320Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43812026-05-16T03:56:22.770Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43822026-05-16T03:56:25.685Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43832026-05-16T03:56:48.170Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43842026-05-16T03:56:48.870Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43852026-05-16T03:56:50.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.83s
43862026-05-16T03:56:50.720Z
43872026-05-16T03:56:50.720Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43882026-05-16T03:56:51.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-05-16T03:56:51.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-05-16T03:56:51.454Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43912026-05-16T03:56:52.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43922026-05-16T03:56:52.334Z
43932026-05-16T03:56:52.334Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43942026-05-16T03:56:52.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-16T03:56:52.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-16T03:56:52.998Z Compiling blake3 v1.8.3
43972026-05-16T03:56:53.108Z Checking arrayvec v0.7.6
43982026-05-16T03:56:53.111Z Checking constant_time_eq v0.4.2
43992026-05-16T03:56:53.111Z Checking arrayref v0.3.9
44002026-05-16T03:56:53.129Z Checking topological-sort v0.2.2
44012026-05-16T03:56:53.132Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44022026-05-16T03:56:53.132Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44032026-05-16T03:56:53.132Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44042026-05-16T03:56:53.181Z Checking shell-words v1.1.1
44052026-05-16T03:56:53.890Z Checking omicron-zone-package v0.12.2
44062026-05-16T03:56:54.584Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44072026-05-16T03:56:55.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
44082026-05-16T03:56:55.592Z
44092026-05-16T03:56:55.592Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44102026-05-16T03:56:56.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-05-16T03:56:56.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-05-16T03:56:56.245Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44132026-05-16T03:56:56.561Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44142026-05-16T03:56:56.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44152026-05-16T03:56:57.134Z
44162026-05-16T03:56:57.134Zinfo: running `cargo check --bins` on schema (258/276)
44172026-05-16T03:56:57.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-16T03:56:57.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-16T03:56:57.870Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44202026-05-16T03:56:58.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44212026-05-16T03:56:58.758Z
44222026-05-16T03:56:58.759Zinfo: running `cargo check --bins` on xtask (259/276)
44232026-05-16T03:56:59.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-16T03:56:59.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-16T03:56:59.220Z Checking libc v0.2.185
44262026-05-16T03:56:59.225Z Checking serde v1.0.228
44272026-05-16T03:56:59.302Z Checking zerofrom v0.1.6
44282026-05-16T03:56:59.312Z Checking bitflags v2.11.0
44292026-05-16T03:56:59.319Z Checking smallvec v1.15.1
44302026-05-16T03:56:59.323Z Checking indexmap v2.14.0
44312026-05-16T03:56:59.332Z Checking serde_json v1.0.149
44322026-05-16T03:56:59.337Z Checking scroll v0.12.0
44332026-05-16T03:56:59.399Z Checking yoke v0.8.1
44342026-05-16T03:56:59.451Z Checking num-traits v0.2.19
44352026-05-16T03:56:59.524Z Checking thiserror v1.0.69
44362026-05-16T03:56:59.563Z Checking zerovec v0.11.5
44372026-05-16T03:56:59.563Z Checking zerotrie v0.2.3
44382026-05-16T03:56:59.584Z Checking errno v0.3.14
44392026-05-16T03:56:59.590Z Checking percent-encoding v2.3.2
44402026-05-16T03:56:59.684Z Checking toml_datetime v0.6.11
44412026-05-16T03:56:59.699Z Checking rustix v1.1.3
44422026-05-16T03:56:59.727Z Checking serde_spanned v0.6.9
44432026-05-16T03:56:59.799Z Checking log v0.4.29
44442026-05-16T03:56:59.847Z Checking zerocopy v0.7.35
44452026-05-16T03:56:59.847Z Checking form_urlencoded v1.2.2
44462026-05-16T03:56:59.866Z Checking toml_edit v0.22.27
44472026-05-16T03:56:59.922Z Checking getrandom v0.4.1
44482026-05-16T03:56:59.943Z Checking goblin v0.8.2
44492026-05-16T03:56:59.964Z Checking ordered-float v2.10.1
44502026-05-16T03:56:59.985Z Checking thiserror v2.0.18
44512026-05-16T03:56:59.992Z Checking tinystr v0.8.2
44522026-05-16T03:57:00.047Z Checking potential_utf v0.1.4
44532026-05-16T03:57:00.067Z Checking syn v2.0.117
44542026-05-16T03:57:00.166Z Checking icu_locale_core v2.1.1
44552026-05-16T03:57:00.175Z Checking icu_collections v2.1.1
44562026-05-16T03:57:00.183Z Checking serde-value v0.7.0
44572026-05-16T03:57:00.332Z Checking dtrace-parser v0.2.0
44582026-05-16T03:57:00.395Z Checking thread-id v4.2.2
44592026-05-16T03:57:00.477Z Checking once_cell v1.21.3
44602026-05-16T03:57:00.499Z Checking terminal_size v0.4.3
44612026-05-16T03:57:00.526Z Checking cargo-platform v0.2.0
44622026-05-16T03:57:00.560Z Checking memmap v0.7.0
44632026-05-16T03:57:00.611Z Checking clap_builder v4.5.60
44642026-05-16T03:57:00.645Z Checking tempfile v3.25.0
44652026-05-16T03:57:00.688Z Checking textwrap v0.16.2
44662026-05-16T03:57:00.697Z Checking fs-err v3.3.0
44672026-05-16T03:57:00.747Z Checking icu_provider v2.1.1
44682026-05-16T03:57:00.833Z Checking camino-tempfile v1.4.1
44692026-05-16T03:57:00.867Z Checking tabled v0.15.0
44702026-05-16T03:57:00.895Z Checking anyhow v1.0.102
44712026-05-16T03:57:00.941Z Checking toml v0.8.23
44722026-05-16T03:57:00.974Z Checking icu_properties v2.1.2
44732026-05-16T03:57:00.985Z Checking icu_normalizer v2.1.1
44742026-05-16T03:57:01.093Z Checking macaddr v1.0.1
44752026-05-16T03:57:01.267Z Checking cargo_toml v0.21.0
44762026-05-16T03:57:01.272Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44772026-05-16T03:57:01.765Z Checking idna_adapter v1.2.1
44782026-05-16T03:57:01.785Z Checking clap v4.5.60
44792026-05-16T03:57:01.795Z Checking dof v0.3.0
44802026-05-16T03:57:01.878Z Checking idna v1.1.0
44812026-05-16T03:57:02.056Z Checking usdt-impl v0.5.0
44822026-05-16T03:57:02.100Z Checking url v2.5.8
44832026-05-16T03:57:02.297Z Checking usdt v0.5.0
44842026-05-16T03:57:02.436Z Checking cargo-util-schemas v0.8.2
44852026-05-16T03:57:03.130Z Checking cargo_metadata v0.21.0
44862026-05-16T03:57:03.726Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44872026-05-16T03:57:04.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44882026-05-16T03:57:04.265Z
44892026-05-16T03:57:04.265Zinfo: running `cargo check --bins` on dnsadm (260/276)
44902026-05-16T03:57:04.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-16T03:57:04.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-16T03:57:04.915Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44932026-05-16T03:57:05.463Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44942026-05-16T03:57:05.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44952026-05-16T03:57:05.971Z
44962026-05-16T03:57:05.971Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44972026-05-16T03:57:06.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-05-16T03:57:06.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-05-16T03:57:06.789Z Checking polyval v0.6.2
45002026-05-16T03:57:06.914Z Checking ctr v0.9.2
45012026-05-16T03:57:06.927Z Checking ssh-encoding v0.2.0
45022026-05-16T03:57:06.927Z Checking blowfish v0.9.1
45032026-05-16T03:57:06.954Z Checking password-hash v0.4.2
45042026-05-16T03:57:06.973Z Checking p256 v0.13.2
45052026-05-16T03:57:06.979Z Checking p521 v0.13.3
45062026-05-16T03:57:06.996Z Checking russh-cryptovec v0.7.3
45072026-05-16T03:57:07.051Z Checking ghash v0.5.1
45082026-05-16T03:57:07.066Z Checking bcrypt-pbkdf v0.10.0
45092026-05-16T03:57:07.076Z Checking md5 v0.7.0
45102026-05-16T03:57:07.112Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45112026-05-16T03:57:07.128Z Checking num-bigint v0.4.6
45122026-05-16T03:57:07.184Z Checking aes-gcm v0.10.3
45132026-05-16T03:57:07.200Z Checking pbkdf2 v0.11.0
45142026-05-16T03:57:07.220Z Checking des v0.8.1
45152026-05-16T03:57:07.286Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45162026-05-16T03:57:07.292Z Checking hex-literal v0.4.1
45172026-05-16T03:57:07.328Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45182026-05-16T03:57:07.348Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45192026-05-16T03:57:07.353Z Checking ssh-cipher v0.2.0
45202026-05-16T03:57:07.353Z Checking socket2 v0.5.10
45212026-05-16T03:57:07.377Z Checking internet-checksum v0.2.1
45222026-05-16T03:57:07.521Z Checking ssh-key v0.6.7
45232026-05-16T03:57:07.640Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45242026-05-16T03:57:08.145Z Checking russh-keys v0.45.0
45252026-05-16T03:57:08.685Z Checking russh v0.45.0
45262026-05-16T03:57:24.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.80s
45272026-05-16T03:57:25.014Z
45282026-05-16T03:57:25.014Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45292026-05-16T03:57:25.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-16T03:57:25.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-16T03:57:25.640Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45322026-05-16T03:57:25.750Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45332026-05-16T03:57:25.757Z Checking termios v0.3.3
45342026-05-16T03:57:30.445Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45352026-05-16T03:57:30.483Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45362026-05-16T03:57:30.483Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45372026-05-16T03:57:30.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
45382026-05-16T03:57:30.503Z
45392026-05-16T03:57:30.503Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45402026-05-16T03:57:30.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-16T03:57:30.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-16T03:57:30.503Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45432026-05-16T03:57:30.503Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45442026-05-16T03:57:30.503Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45452026-05-16T03:57:30.503Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45462026-05-16T03:57:30.503Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-16T03:57:30.503Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45482026-05-16T03:57:31.160Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-05-16T03:57:31.509Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-16T03:57:31.512Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45512026-05-16T03:57:32.154Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45522026-05-16T03:57:33.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
45532026-05-16T03:57:33.976Z
45542026-05-16T03:57:33.976Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45552026-05-16T03:57:34.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-05-16T03:57:34.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-05-16T03:57:34.623Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45582026-05-16T03:57:35.072Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45592026-05-16T03:57:35.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45602026-05-16T03:57:35.580Z
45612026-05-16T03:57:35.580Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45622026-05-16T03:57:36.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-05-16T03:57:36.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-05-16T03:57:36.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-05-16T03:57:36.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45662026-05-16T03:57:36.179Z
45672026-05-16T03:57:36.179Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45682026-05-16T03:57:36.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-16T03:57:36.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-16T03:57:36.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-16T03:57:36.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45722026-05-16T03:57:36.779Z
45732026-05-16T03:57:36.779Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45742026-05-16T03:57:37.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-16T03:57:37.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-16T03:57:37.527Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45772026-05-16T03:57:38.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45782026-05-16T03:57:38.339Z
45792026-05-16T03:57:38.339Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45802026-05-16T03:57:38.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-16T03:57:38.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-16T03:57:38.986Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45832026-05-16T03:57:38.991Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45842026-05-16T03:57:39.266Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45852026-05-16T03:57:39.269Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45862026-05-16T03:57:40.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45872026-05-16T03:57:40.226Z
45882026-05-16T03:57:40.226Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45892026-05-16T03:57:40.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-16T03:57:40.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-16T03:57:40.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-05-16T03:57:40.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45932026-05-16T03:57:40.817Z
45942026-05-16T03:57:40.817Zinfo: running `cargo check --bins` on omicron-package (270/276)
45952026-05-16T03:57:41.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-16T03:57:41.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-16T03:57:41.499Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45982026-05-16T03:57:42.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45992026-05-16T03:57:42.747Z
46002026-05-16T03:57:42.747Zinfo: running `cargo check --bins` on tqdb (271/276)
46012026-05-16T03:57:43.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-16T03:57:43.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-16T03:57:43.525Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46042026-05-16T03:57:43.872Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46052026-05-16T03:57:44.401Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46062026-05-16T03:57:44.401Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46072026-05-16T03:57:50.241Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46082026-05-16T03:57:50.241Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46092026-05-16T03:57:50.808Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46102026-05-16T03:57:50.809Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46112026-05-16T03:57:50.824Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-05-16T03:57:50.824Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46132026-05-16T03:57:51.549Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46142026-05-16T03:57:52.555Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46152026-05-16T03:57:53.316Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46162026-05-16T03:57:53.915Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46172026-05-16T03:57:59.678Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46182026-05-16T03:58:04.437Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46192026-05-16T03:58:04.440Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46202026-05-16T03:58:04.440Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46212026-05-16T03:58:04.440Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46222026-05-16T03:58:05.934Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46232026-05-16T03:58:07.282Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46242026-05-16T03:58:07.952Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46252026-05-16T03:58:09.187Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46262026-05-16T03:58:09.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.98s
46272026-05-16T03:58:09.950Z
46282026-05-16T03:58:09.951Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46292026-05-16T03:58:10.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-05-16T03:58:10.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-05-16T03:58:10.669Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46322026-05-16T03:58:10.673Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46332026-05-16T03:58:10.673Z Checking rtoolbox v0.0.3
46342026-05-16T03:58:10.800Z Checking tui-tree-widget v0.23.1
46352026-05-16T03:58:10.895Z Checking rpassword v7.4.0
46362026-05-16T03:58:11.897Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46372026-05-16T03:58:14.933Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46382026-05-16T03:58:16.764Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46392026-05-16T03:58:17.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
46402026-05-16T03:58:17.846Z
46412026-05-16T03:58:17.846Zinfo: running `cargo check --bins` on wicket (273/276)
46422026-05-16T03:58:18.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-16T03:58:18.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-16T03:58:18.546Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46452026-05-16T03:58:18.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46462026-05-16T03:58:19.119Z
46472026-05-16T03:58:19.119Zinfo: running `cargo check --bins` on wicketd (274/276)
46482026-05-16T03:58:19.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-16T03:58:19.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-16T03:58:19.840Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-05-16T03:58:19.843Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-16T03:58:19.843Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46532026-05-16T03:58:19.843Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46542026-05-16T03:58:20.825Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46552026-05-16T03:58:21.398Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46562026-05-16T03:58:24.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
46572026-05-16T03:58:24.525Z
46582026-05-16T03:58:24.525Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46592026-05-16T03:58:25.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-16T03:58:25.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-16T03:58:25.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46622026-05-16T03:58:25.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46632026-05-16T03:58:25.119Z
46642026-05-16T03:58:25.119Zinfo: running `cargo check --bins` on zone-setup (276/276)
46652026-05-16T03:58:25.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46662026-05-16T03:58:25.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46672026-05-16T03:58:25.790Z Checking uzers v0.12.2
46682026-05-16T03:58:26.058Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46692026-05-16T03:58:26.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
46702026-05-16T03:58:27.009Z
46712026-05-16T03:58:27.009Zreal 14:08.244964249
46722026-05-16T03:58:27.009Zuser 20:32.052331370
46732026-05-16T03:58:27.009Zsys 4:14.663511047
46742026-05-16T03:58:27.009Ztrap 0.316831269
46752026-05-16T03:58:27.010Ztflt 0.759062524
46762026-05-16T03:58:27.010Zdflt 1.219201201
46772026-05-16T03:58:27.010Zkflt 0.004516415
46782026-05-16T03:58:27.010Zlock 1:16:28.228370910
46792026-05-16T03:58:27.010Zslp 1:38:05.206524646
46802026-05-16T03:58:27.013Zlat 58.709815324
46812026-05-16T03:58:27.013Zstop 3:37.517650492
46822026-05-16T03:58:27.013Zprocess exited: duration 981310 ms, exit code 0
 
46832026-05-16T03:58:27.021Zfound 0 output files