01KS9GJXK5DFHJHKBBQ76P6WWN: 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: 01KS9GK95T1Z2QQY4VM61920DX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-23T04:14:06.819Zjob assigned to worker 01KS9GKDM2W16EGQVJKCWENR85 [factory aws, i-0ca6afab0a90ef970] (queued for 45 s)
 
22026-05-23T04:14:13.657Zstarting task 0: "setup"
32026-05-23T04:14:13.662Z++ uname -s
42026-05-23T04:14:13.665Z+ kern=SunOS
52026-05-23T04:14:13.665Z+ build_user=build
62026-05-23T04:14:13.665Z+ build_uid=12345
72026-05-23T04:14:13.665Z+ work_dir=/work
82026-05-23T04:14:13.665Z+ input_dir=/input
92026-05-23T04:14:13.665Z+ [[ 0 == 12345 ]]
102026-05-23T04:14:13.665Z+ case "$kern" in
112026-05-23T04:14:13.665Z+ groupadd -g 12345 build
122026-05-23T04:14:13.665Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-23T04:14:15.670Z+ zfs create -o mountpoint=/work rpool/work
142026-05-23T04:14:15.702Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-23T04:14:15.705Z+ home_fs=zfs
162026-05-23T04:14:15.705Z+ [[ zfs == autofs ]]
172026-05-23T04:14:15.705Z+ mkdir -p /home/build
182026-05-23T04:14:15.705Z+ chown build:build /home/build /work
192026-05-23T04:14:17.706Z+ chmod 0700 /home/build /work
202026-05-23T04:14:17.709Zprocess exited: duration 4050 ms, exit code 0
 
212026-05-23T04:14:17.714Zstarting task 1: "rust-toolchain"
222026-05-23T04:14:17.718Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-23T04:14:17.718Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-23T04:14:17.718Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-23T04:14:17.718Z * rust toolchain channel = "1.94.0"
262026-05-23T04:14:17.718Z * rust toolchain profile = "default"
272026-05-23T04:14:17.721Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-23T04:14:17.721Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-23T04:14:17.721Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-23T04:14:17.787Zinfo: downloading installer
312026-05-23T04:14:19.162Zwarn: It looks like you have an existing rustup settings file at:
322026-05-23T04:14:19.162Zwarn: /home/build/.rustup/settings.toml
332026-05-23T04:14:19.162Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-23T04:14:19.162Zwarn: instead of the one inferred from the default host triple.
352026-05-23T04:14:19.175Zinfo: profile set to default
362026-05-23T04:14:19.175Zinfo: default host triple is x86_64-unknown-illumos
372026-05-23T04:14:19.178Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-23T04:14:19.315Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-23T04:14:19.318Zinfo: downloading 6 components
402026-05-23T04:14:33.500Z
412026-05-23T04:14:33.500Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-23T04:14:33.530Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-23T04:14:33.530Z
442026-05-23T04:14:33.530Z
452026-05-23T04:14:33.530ZRust is installed now. Great!
462026-05-23T04:14:33.530Z
472026-05-23T04:14:33.534ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-23T04:14:33.534Zenvironment variable. This has not been done automatically.
492026-05-23T04:14:33.535Z
502026-05-23T04:14:33.535ZTo configure your current shell, you need to source
512026-05-23T04:14:33.535Zthe corresponding env file under $HOME/.cargo.
522026-05-23T04:14:33.535Z
532026-05-23T04:14:33.535ZThis is usually done by running one of the following (note the leading DOT):
542026-05-23T04:14:33.535Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-23T04:14:33.535Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-23T04:14:33.535Zsource "~/.cargo/env.nu" # For nushell
572026-05-23T04:14:33.535Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-23T04:14:33.535Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-23T04:14:33.535Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-23T04:14:33.535Zwarn: no default linker (`cc`) was found in your PATH
612026-05-23T04:14:33.535Zwarn: many Rust crates require a system C toolchain to build
622026-05-23T04:14:33.620Z+ rustup --version
632026-05-23T04:14:33.628Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-23T04:14:33.631Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-23T04:14:33.650Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-23T04:14:33.653Z+ cargo --version
672026-05-23T04:14:33.665Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-23T04:14:33.669Z+ rustc --version
692026-05-23T04:14:33.688Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-23T04:14:33.691Zprocess exited: duration 15976 ms, exit code 0
 
712026-05-23T04:14:33.698Zstarting task 2: "authentication"
722026-05-23T04:14:33.715Zprocess exited: duration 17 ms, exit code 0
 
732026-05-23T04:14:33.721Zstarting task 3: "clone repository"
742026-05-23T04:14:33.726Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-23T04:14:33.729Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-23T04:14:33.764ZCloning into '/work/oxidecomputer/omicron'...
772026-05-23T04:14:45.357Z+ cd /work/oxidecomputer/omicron
782026-05-23T04:14:45.357Z+ git fetch origin e328074106e163afbb0cbfe32a793cc1bb0582d8
792026-05-23T04:14:45.620ZFrom https://github.com/oxidecomputer/omicron
802026-05-23T04:14:45.620Z * branch e328074106e163afbb0cbfe32a793cc1bb0582d8 -> FETCH_HEAD
812026-05-23T04:14:45.629Z+ [[ -n multicast-e2e ]]
822026-05-23T04:14:45.632Z++ git branch --show-current
832026-05-23T04:14:45.632Z+ current=main
842026-05-23T04:14:45.632Z+ [[ main != multicast-e2e ]]
852026-05-23T04:14:45.632Z+ git branch -f multicast-e2e e328074106e163afbb0cbfe32a793cc1bb0582d8
862026-05-23T04:14:45.636Z+ git checkout -f multicast-e2e
872026-05-23T04:14:45.872ZSwitched to branch 'multicast-e2e'
882026-05-23T04:14:45.875Z+ git reset --hard e328074106e163afbb0cbfe32a793cc1bb0582d8
892026-05-23T04:14:46.116ZHEAD is now at e32807410 [thundermuffin] bump to 473a90f8
902026-05-23T04:14:46.119Zprocess exited: duration 12396 ms, exit code 0
 
912026-05-23T04:14:46.125Zstarting task 4: "build"
922026-05-23T04:14:46.129Z+ source .github/buildomat/ci-env.sh
932026-05-23T04:14:46.132Z++ export CARGO_TERM_COLOR=always
942026-05-23T04:14:46.132Z++ CARGO_TERM_COLOR=always
952026-05-23T04:14:46.132Z+ cargo --version
962026-05-23T04:14:46.139Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-23T04:14:46.142Z+ rustc --version
982026-05-23T04:14:46.162Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-23T04:14:46.165Z+ source ./env.sh
1002026-05-23T04:14:46.165Z++ OLD_SHELL_OPTS=ehxB
1012026-05-23T04:14:46.165Z++ set -o xtrace
1022026-05-23T04:14:46.168Z++++ dirname ./env.sh
1032026-05-23T04:14:46.174Z+++ readlink -f .
1042026-05-23T04:14:46.178Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ 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-23T04:14:46.181Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1142026-05-23T04:14:46.181Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1152026-05-23T04:14:46.181Z++ case $OLD_SHELL_OPTS in
1162026-05-23T04:14:46.181Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-23T04:14:46.181Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-05-23T04:14:46.181Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1192026-05-23T04:14:46.181Z+ banner prerequisites
1202026-05-23T04:14:46.181Z
1212026-05-23T04:14:46.181Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-23T04:14:46.181Z # # # # # # # # # # # # # # #
1232026-05-23T04:14:46.181Z # # # # ##### # # ##### # # # # # #### #
1242026-05-23T04:14:46.181Z ##### ##### # ##### # # # # # # # # #
1252026-05-23T04:14:46.181Z # # # # # # # # # # # # # # #
1262026-05-23T04:14:46.181Z # # # ###### # # ###### ### # #### # #### #
1272026-05-23T04:14:46.182Z
1282026-05-23T04:14:46.182Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-23T04:14:48.024Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-23T04:14:48.094Z Startup: Caching catalogs ... Done
1312026-05-23T04:14:48.356ZPlanning: Solver setup ... Done (0.227s)
1322026-05-23T04:14:48.375ZPlanning: Running solver ... Done (0.019s)
1332026-05-23T04:14:48.381ZPlanning: Finding local manifests ... Done (0.003s)
1342026-05-23T04:14:48.393ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-23T04:14:48.407ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-23T04:14:48.420ZPlanning: Package planning ... Done (0.013s)
1372026-05-23T04:14:48.423ZPlanning: Merging actions ... Done (0.001s)
1382026-05-23T04:14:48.610ZPlanning: Checking for conflicting actions ... Done (0.188s)
1392026-05-23T04:14:48.613ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-23T04:14:49.374ZPlanning: Evaluating mediators ... Done (0.763s)
1412026-05-23T04:14:49.378ZPlanning: Planning completed in 1.26 seconds
1422026-05-23T04:14:49.383Z Packages to install: 2
1432026-05-23T04:14:49.383Z Estimated space available: 156.08 GB
1442026-05-23T04:14:49.383ZEstimated space to be consumed: 22.53 MB
1452026-05-23T04:14:49.386Z Create boot environment: No
1462026-05-23T04:14:49.386ZCreate backup boot environment: No
1472026-05-23T04:14:49.386Z Rebuild boot archive: No
1482026-05-23T04:14:49.386Z
1492026-05-23T04:14:49.386ZChanged packages:
1502026-05-23T04:14:49.386Zhelios
1512026-05-23T04:14:49.386Z developer/build-essential
1522026-05-23T04:14:49.386Z None -> 11-3.0
1532026-05-23T04:14:49.386Z library/libxmlsec1
1542026-05-23T04:14:49.386Z None -> 1.2.35-3.0
1552026-05-23T04:14:49.406Z
1562026-05-23T04:14:49.407ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-23T04:14:49.901ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1582026-05-23T04:14:49.978Z Actions: 1/268 actions (Installing new actions)
1592026-05-23T04:14:50.017Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-23T04:14:50.048ZFinalize: Updating package state database ... Done (0.031s)
1612026-05-23T04:14:50.051ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-23T04:14:50.067ZFinalize: Updating image state ... Done (0.019s)
1632026-05-23T04:14:52.412ZFinalize: Creating fast lookup database ... Done (2.323s)
1642026-05-23T04:14:52.478ZFinalize: Reading search index ... Done (0.012s)
1652026-05-23T04:14:52.481ZFinalize: Updating search index ... Done (0.000s)
1662026-05-23T04:14:52.581ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-23T04:14:52.880ZPlanning: Evaluating mediator changes ... Done
1682026-05-23T04:14:52.988ZPlanning: Checking for conflicting actions ... Done
1692026-05-23T04:14:52.991ZPlanning: Consolidating action changes ... Done
1702026-05-23T04:14:53.149ZPlanning: Evaluating mediators ... Done
1712026-05-23T04:14:53.152ZPlanning: Planning completed in 0.27 seconds
1722026-05-23T04:14:53.172Z Mediators to change: 2
1732026-05-23T04:14:53.172Z Create boot environment: No
1742026-05-23T04:14:53.175ZCreate backup boot environment: No
1752026-05-23T04:14:53.242ZFinalize: Updating package state database ... Done
1762026-05-23T04:14:53.242ZFinalize: Updating package cache ... Done
1772026-05-23T04:14:53.254ZFinalize: Updating image state ... Done
1782026-05-23T04:14:55.214ZFinalize: Creating fast lookup database ... Done
1792026-05-23T04:14:55.279ZFinalize: Reading search index ... Done
1802026-05-23T04:14:55.282ZFinalize: Updating search index ... Done
1812026-05-23T04:14:55.366ZFinalize: Updating package cache ... Done
1822026-05-23T04:14:56.656ZPlanning: Evaluating mediator changes ... Done
1832026-05-23T04:14:56.659ZPlanning: Checking for conflicting actions ... Done
1842026-05-23T04:14:56.659ZPlanning: Consolidating action changes ... Done
1852026-05-23T04:14:56.659ZPlanning: Evaluating mediators ... Done
1862026-05-23T04:14:56.659ZPlanning: Planning completed in 0.27 seconds
1872026-05-23T04:14:56.659Z Mediators to change: 1
1882026-05-23T04:14:56.659Z Create boot environment: No
1892026-05-23T04:14:56.659ZCreate backup boot environment: No
1902026-05-23T04:14:56.659ZFinalize: Updating package state database ... Done
1912026-05-23T04:14:56.659ZFinalize: Updating package cache ... Done
1922026-05-23T04:14:56.659ZFinalize: Updating image state ... Done
1932026-05-23T04:14:57.952ZFinalize: Creating fast lookup database ... Done
1942026-05-23T04:14:58.011ZFinalize: Reading search index ... Done
1952026-05-23T04:14:58.014ZFinalize: Updating search index ... Done
1962026-05-23T04:14:58.097ZFinalize: Updating package cache ... Done
1972026-05-23T04:14:58.410ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-23T04:14:58.410Zapache system 2.4 system
1992026-05-23T04:14:58.410Zclang system 15 system
2002026-05-23T04:14:58.410Zcsh system system illumos
2012026-05-23T04:14:58.410Zctags system system illumos
2022026-05-23T04:14:58.410Zfile vendor vendor darwinsys
2032026-05-23T04:14:58.410Zfile system system illumos
2042026-05-23T04:14:58.410Zgcc vendor 14 vendor
2052026-05-23T04:14:58.410Zgcc system 13 system
2062026-05-23T04:14:58.410Zgcc system 10 system
2072026-05-23T04:14:58.410Zgo system 1.25 system
2082026-05-23T04:14:58.410Zllvm system 15 system
2092026-05-23T04:14:58.410Zmariadb system 11.4 system
2102026-05-23T04:14:58.410Zmta vendor vendor dma
2112026-05-23T04:14:58.410Zopenjdk system 17 system
2122026-05-23T04:14:58.410Zopenjdk system 11 system
2132026-05-23T04:14:58.410Zopenssl vendor 3 vendor
2142026-05-23T04:14:58.410Zperl system 5.40 system
2152026-05-23T04:14:58.410Zpostgresql system 18 system
2162026-05-23T04:14:58.410Zpostgresql system 17 system
2172026-05-23T04:14:58.410Zpython vendor 3 vendor
2182026-05-23T04:14:58.410Zpython system 2 system
2192026-05-23T04:14:58.410Zpython3 vendor 3.13 vendor
2202026-05-23T04:14:58.410Zruby system 3.4 system
2212026-05-23T04:14:58.410Zruby system 3.0 system
2222026-05-23T04:14:58.411Zwords vendor vendor american-english
2232026-05-23T04:14:58.411Zwords system system australian-english
2242026-05-23T04:14:58.411Zwords system system british-english
2252026-05-23T04:14:58.411Zwords system system canadian-english
2262026-05-23T04:14:58.411Zwords system system french
2272026-05-23T04:14:58.411Zwords system system italian
2282026-05-23T04:14:58.411Zwords system system ngerman
2292026-05-23T04:14:58.411Zwords system system ogerman
2302026-05-23T04:14:58.411Zwords system system spanish
2312026-05-23T04:14:58.667ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-23T04:14:58.667Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-23T04:14:58.948ZFMRI IFO
2342026-05-23T04:14:58.948Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-23T04:14:58.948Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-23T04:14:58.948Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-23T04:14:58.948Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-23T04:14:58.949Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-23T04:14:58.949Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-23T04:14:58.949Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-23T04:14:58.949Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-23T04:14:58.949Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-23T04:14:59.204Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-23T04:14:59.454Z Updating crates.io index
2452026-05-23T04:14:59.457Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-23T04:14:59.952Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-23T04:15:00.331Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-23T04:15:00.821Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-23T04:15:02.019Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-23T04:15:02.506Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-23T04:15:04.263Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-23T04:15:05.047Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-23T04:15:05.355Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-23T04:15:06.597Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-23T04:15:06.981Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-23T04:15:07.267Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-23T04:15:07.570Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-23T04:15:08.632Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-23T04:15:09.073Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-23T04:15:09.551Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-23T04:15:09.844Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-23T04:15:10.152Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-23T04:15:10.500Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-23T04:15:10.709Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-23T04:15:10.936Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-23T04:15:11.169Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-23T04:15:11.567Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-23T04:15:12.000Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-05-23T04:15:12.429Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-05-23T04:15:12.677Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-05-23T04:15:12.953Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-05-23T04:15:13.837Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-05-23T04:15:14.436Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-05-23T04:15:14.872Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-23T04:15:15.334Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-23T04:15:15.714Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-23T04:15:16.043Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-23T04:15:16.329Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-23T04:15:16.932Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-23T04:15:17.482Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-05-23T04:15:17.728Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-05-23T04:15:17.983Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-05-23T04:15:18.204Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-23T04:15:30.272Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-23T04:15:32.369Z Downloading crates ...
2862026-05-23T04:15:32.432Z Downloaded cargo-platform v0.2.0
2872026-05-23T04:15:32.436Z Downloaded bitflags v2.11.0
2882026-05-23T04:15:32.439Z Downloaded sha2 v0.10.9
2892026-05-23T04:15:32.442Z Downloaded cpufeatures v0.2.17
2902026-05-23T04:15:32.445Z Downloaded crypto-common v0.1.7
2912026-05-23T04:15:32.445Z Downloaded dof v0.3.0
2922026-05-23T04:15:32.450Z Downloaded camino-tempfile v1.4.1
2932026-05-23T04:15:32.452Z Downloaded anstyle v1.0.14
2942026-05-23T04:15:32.456Z Downloaded digest v0.10.7
2952026-05-23T04:15:32.456Z Downloaded autocfg v1.5.0
2962026-05-23T04:15:32.456Z Downloaded clap_derive v4.6.1
2972026-05-23T04:15:32.458Z Downloaded clap v4.6.1
2982026-05-23T04:15:32.462Z Downloaded typeid v1.0.3
2992026-05-23T04:15:32.465Z Downloaded thiserror v1.0.69
3002026-05-23T04:15:32.467Z Downloaded ucd-trie v0.1.7
3012026-05-23T04:15:32.468Z Downloaded erased-serde v0.4.9
3022026-05-23T04:15:32.470Z Downloaded tinystr v0.8.2
3032026-05-23T04:15:32.470Z Downloaded icu_normalizer_data v2.1.1
3042026-05-23T04:15:32.474Z Downloaded cargo_metadata v0.21.0
3052026-05-23T04:15:32.474Z Downloaded usdt-macro v0.5.0
3062026-05-23T04:15:32.476Z Downloaded cargo-util-schemas v0.8.2
3072026-05-23T04:15:32.477Z Downloaded yoke-derive v0.8.1
3082026-05-23T04:15:32.477Z Downloaded zerofrom v0.1.6
3092026-05-23T04:15:32.477Z Downloaded proc-macro-error v1.0.4
3102026-05-23T04:15:32.480Z Downloaded block-buffer v0.10.4
3112026-05-23T04:15:32.480Z Downloaded cargo_toml v0.21.0
3122026-05-23T04:15:32.480Z Downloaded unicode-xid v0.2.6
3132026-05-23T04:15:32.483Z Downloaded unicode-linebreak v0.1.5
3142026-05-23T04:15:32.483Z Downloaded thread-id v4.2.2
3152026-05-23T04:15:32.483Z Downloaded pretty-hex v0.4.1
3162026-05-23T04:15:32.487Z Downloaded dtrace-parser v0.2.0
3172026-05-23T04:15:32.487Z Downloaded colorchoice v1.0.4
3182026-05-23T04:15:32.487Z Downloaded zmij v1.0.21
3192026-05-23T04:15:32.487Z Downloaded percent-encoding v2.3.2
3202026-05-23T04:15:32.490Z Downloaded thiserror-impl v1.0.69
3212026-05-23T04:15:32.490Z Downloaded utf8parse v0.2.2
3222026-05-23T04:15:32.490Z Downloaded displaydoc v0.2.5
3232026-05-23T04:15:32.490Z Downloaded version_check v0.9.5
3242026-05-23T04:15:32.491Z Downloaded usdt-attr-macro v0.5.0
3252026-05-23T04:15:32.493Z Downloaded strsim v0.11.1
3262026-05-23T04:15:32.493Z Downloaded potential_utf v0.1.4
3272026-05-23T04:15:32.493Z Downloaded typenum v1.19.0
3282026-05-23T04:15:32.498Z Downloaded errno v0.3.14
3292026-05-23T04:15:32.498Z Downloaded cfg-if v1.0.4
3302026-05-23T04:15:32.498Z Downloaded bytecount v0.6.9
3312026-05-23T04:15:32.501Z Downloaded clap_lex v1.0.0
3322026-05-23T04:15:32.501Z Downloaded usdt v0.5.0
3332026-05-23T04:15:32.501Z Downloaded camino v1.2.2
3342026-05-23T04:15:32.501Z Downloaded heck v0.5.0
3352026-05-23T04:15:32.501Z Downloaded writeable v0.6.2
3362026-05-23T04:15:32.504Z Downloaded anstyle-parse v1.0.0
3372026-05-23T04:15:32.504Z Downloaded toml v0.8.23
3382026-05-23T04:15:32.507Z Downloaded tabled_derive v0.7.0
3392026-05-23T04:15:32.507Z Downloaded fnv v1.0.7
3402026-05-23T04:15:32.507Z Downloaded equivalent v1.0.2
3412026-05-23T04:15:32.510Z Downloaded zerovec-derive v0.11.2
3422026-05-23T04:15:32.510Z Downloaded thiserror-impl v2.0.18
3432026-05-23T04:15:32.513Z Downloaded fastrand v2.3.0
3442026-05-23T04:15:32.513Z Downloaded unicode-ident v1.0.24
3452026-05-23T04:15:32.516Z Downloaded stable_deref_trait v1.2.1
3462026-05-23T04:15:32.516Z Downloaded usdt-impl v0.5.0
3472026-05-23T04:15:32.516Z Downloaded is_terminal_polyfill v1.70.2
3482026-05-23T04:15:32.518Z Downloaded smawk v0.3.2
3492026-05-23T04:15:32.518Z Downloaded ordered-float v2.10.1
3502026-05-23T04:15:32.518Z Downloaded terminal_size v0.4.3
3512026-05-23T04:15:32.522Z Downloaded toml_write v0.1.2
3522026-05-23T04:15:32.525Z Downloaded toml_edit v0.22.27
3532026-05-23T04:15:32.529Z Downloaded scroll_derive v0.12.1
3542026-05-23T04:15:32.532Z Downloaded anstyle-query v1.1.5
3552026-05-23T04:15:32.532Z Downloaded thiserror v2.0.18
3562026-05-23T04:15:32.535Z Downloaded zerotrie v0.2.3
3572026-05-23T04:15:32.535Z Downloaded heck v0.4.1
3582026-05-23T04:15:32.538Z Downloaded textwrap v0.16.2
3592026-05-23T04:15:32.538Z Downloaded generic-array v0.14.7
3602026-05-23T04:15:32.541Z Downloaded zerocopy v0.7.35
3612026-05-23T04:15:32.548Z Downloaded zerovec v0.11.5
3622026-05-23T04:15:32.551Z Downloaded winnow v0.7.14
3632026-05-23T04:15:32.557Z Downloaded zerocopy-derive v0.7.35
3642026-05-23T04:15:32.560Z Downloaded toml_datetime v0.6.11
3652026-05-23T04:15:32.563Z Downloaded unicode-width v0.2.0
3662026-05-23T04:15:32.566Z Downloaded zerofrom-derive v0.1.6
3672026-05-23T04:15:32.566Z Downloaded yoke v0.8.1
3682026-05-23T04:15:32.569Z Downloaded itoa v1.0.17
3692026-05-23T04:15:32.569Z Downloaded serde-value v0.7.0
3702026-05-23T04:15:32.569Z Downloaded idna_adapter v1.2.1
3712026-05-23T04:15:32.569Z Downloaded smallvec v1.15.1
3722026-05-23T04:15:32.572Z Downloaded serde-untagged v0.1.9
3732026-05-23T04:15:32.572Z Downloaded quote v1.0.45
3742026-05-23T04:15:32.575Z Downloaded serde_tokenstream v0.2.3
3752026-05-23T04:15:32.575Z Downloaded pest_meta v2.8.6
3762026-05-23T04:15:32.575Z Downloaded icu_provider v2.1.1
3772026-05-23T04:15:32.578Z Downloaded form_urlencoded v1.2.2
3782026-05-23T04:15:32.578Z Downloaded utf8_iter v1.0.4
3792026-05-23T04:15:32.578Z Downloaded swrite v0.1.0
3802026-05-23T04:15:32.581Z Downloaded proc-macro-error-attr v1.0.4
3812026-05-23T04:15:32.581Z Downloaded unicode-width v0.1.14
3822026-05-23T04:15:32.584Z Downloaded url v2.5.8
3832026-05-23T04:15:32.587Z Downloaded pest_derive v2.8.6
3842026-05-23T04:15:32.587Z Downloaded plain v0.2.3
3852026-05-23T04:15:32.587Z Downloaded memmap v0.7.0
3862026-05-23T04:15:32.590Z Downloaded macaddr v1.0.1
3872026-05-23T04:15:32.590Z Downloaded anstream v1.0.0
3882026-05-23T04:15:32.590Z Downloaded serde_spanned v0.6.9
3892026-05-23T04:15:32.593Z Downloaded fs-err v3.3.0
3902026-05-23T04:15:32.596Z Downloaded synstructure v0.13.2
3912026-05-23T04:15:32.602Z Downloaded getrandom v0.4.1
3922026-05-23T04:15:32.606Z Downloaded pest_generator v2.8.6
3932026-05-23T04:15:32.606Z Downloaded once_cell v1.21.3
3942026-05-23T04:15:32.609Z Downloaded anyhow v1.0.102
3952026-05-23T04:15:32.611Z Downloaded num-traits v0.2.19
3962026-05-23T04:15:32.614Z Downloaded litemap v0.8.1
3972026-05-23T04:15:32.614Z Downloaded serde_derive v1.0.228
3982026-05-23T04:15:32.617Z Downloaded semver v1.0.28
3992026-05-23T04:15:32.620Z Downloaded tempfile v3.25.0
4002026-05-23T04:15:32.623Z Downloaded byteorder v1.5.0
4012026-05-23T04:15:32.625Z Downloaded papergrid v0.11.0
4022026-05-23T04:15:32.628Z Downloaded scroll v0.12.0
4032026-05-23T04:15:32.638Z Downloaded proc-macro2 v1.0.106
4042026-05-23T04:15:32.644Z Downloaded serde_core v1.0.228
4052026-05-23T04:15:32.647Z Downloaded icu_properties v2.1.2
4062026-05-23T04:15:32.647Z Downloaded icu_collections v2.1.1
4072026-05-23T04:15:32.650Z Downloaded icu_locale_core v2.1.1
4082026-05-23T04:15:32.654Z Downloaded icu_normalizer v2.1.1
4092026-05-23T04:15:32.663Z Downloaded memchr v2.8.0
4102026-05-23T04:15:32.669Z Downloaded serde v1.0.228
4112026-05-23T04:15:32.672Z Downloaded log v0.4.29
4122026-05-23T04:15:32.675Z Downloaded indexmap v2.14.0
4132026-05-23T04:15:32.678Z Downloaded serde_json v1.0.149
4142026-05-23T04:15:32.681Z Downloaded clap_builder v4.6.0
4152026-05-23T04:15:32.685Z Downloaded idna v1.1.0
4162026-05-23T04:15:32.689Z Downloaded pest v2.8.6
4172026-05-23T04:15:32.704Z Downloaded icu_properties_data v2.1.2
4182026-05-23T04:15:32.711Z Downloaded hashbrown v0.17.0
4192026-05-23T04:15:32.714Z Downloaded goblin v0.8.2
4202026-05-23T04:15:32.721Z Downloaded tabled v0.15.0
4212026-05-23T04:15:32.729Z Downloaded syn v1.0.109
4222026-05-23T04:15:32.738Z Downloaded syn v2.0.117
4232026-05-23T04:15:32.753Z Downloaded rustix v1.1.3
4242026-05-23T04:15:32.781Z Downloaded libc v0.2.185
4252026-05-23T04:15:32.850Z Compiling proc-macro2 v1.0.106
4262026-05-23T04:15:32.853Z Compiling quote v1.0.45
4272026-05-23T04:15:32.853Z Compiling unicode-ident v1.0.24
4282026-05-23T04:15:32.854Z Compiling serde_core v1.0.228
4292026-05-23T04:15:32.854Z Compiling libc v0.2.185
4302026-05-23T04:15:32.854Z Compiling version_check v0.9.5
4312026-05-23T04:15:32.854Z Compiling serde v1.0.228
4322026-05-23T04:15:32.854Z Compiling stable_deref_trait v1.2.1
4332026-05-23T04:15:33.207Z Compiling memchr v2.8.0
4342026-05-23T04:15:33.222Z Compiling zmij v1.0.21
4352026-05-23T04:15:33.393Z Compiling ucd-trie v0.1.7
4362026-05-23T04:15:33.606Z Compiling autocfg v1.5.0
4372026-05-23T04:15:33.678Z Compiling thiserror v1.0.69
4382026-05-23T04:15:33.859Z Compiling itoa v1.0.17
4392026-05-23T04:15:33.899Z Compiling pest v2.8.6
4402026-05-23T04:15:34.008Z Compiling litemap v0.8.1
4412026-05-23T04:15:34.027Z Compiling writeable v0.6.2
4422026-05-23T04:15:34.060Z Compiling rustix v1.1.3
4432026-05-23T04:15:34.156Z Compiling icu_normalizer_data v2.1.1
4442026-05-23T04:15:34.222Z Compiling icu_properties_data v2.1.2
4452026-05-23T04:15:34.407Z Compiling byteorder v1.5.0
4462026-05-23T04:15:34.552Z Compiling syn v2.0.117
4472026-05-23T04:15:34.616Z Compiling errno v0.3.14
4482026-05-23T04:15:34.631Z Compiling bitflags v2.11.0
4492026-05-23T04:15:34.647Z Compiling serde_json v1.0.149
4502026-05-23T04:15:34.760Z Compiling num-traits v0.2.19
4512026-05-23T04:15:34.867Z Compiling smallvec v1.15.1
4522026-05-23T04:15:34.944Z Compiling pest_meta v2.8.6
4532026-05-23T04:15:35.072Z Compiling hashbrown v0.17.0
4542026-05-23T04:15:35.075Z Compiling typeid v1.0.3
4552026-05-23T04:15:35.151Z Compiling equivalent v1.0.2
4562026-05-23T04:15:35.381Z Compiling thread-id v4.2.2
4572026-05-23T04:15:35.433Z Compiling usdt-impl v0.5.0
4582026-05-23T04:15:35.467Z Compiling proc-macro-error-attr v1.0.4
4592026-05-23T04:15:35.516Z Compiling syn v1.0.109
4602026-05-23T04:15:35.633Z Compiling indexmap v2.14.0
4612026-05-23T04:15:35.649Z Compiling winnow v0.7.14
4622026-05-23T04:15:35.666Z Compiling toml_write v0.1.2
4632026-05-23T04:15:35.844Z Compiling erased-serde v0.4.9
4642026-05-23T04:15:36.184Z Compiling proc-macro-error v1.0.4
4652026-05-23T04:15:36.255Z Compiling getrandom v0.4.1
4662026-05-23T04:15:36.367Z Compiling percent-encoding v2.3.2
4672026-05-23T04:15:36.563Z Compiling utf8parse v0.2.2
4682026-05-23T04:15:36.578Z Compiling camino v1.2.2
4692026-05-23T04:15:36.593Z Compiling log v0.4.29
4702026-05-23T04:15:36.609Z Compiling utf8_iter v1.0.4
4712026-05-23T04:15:36.676Z Compiling thiserror v2.0.18
4722026-05-23T04:15:36.757Z Compiling plain v0.2.3
4732026-05-23T04:15:36.777Z Compiling anstyle-parse v1.0.0
4742026-05-23T04:15:36.870Z Compiling form_urlencoded v1.2.2
4752026-05-23T04:15:36.873Z Compiling ordered-float v2.10.1
4762026-05-23T04:15:37.116Z Compiling terminal_size v0.4.3
4772026-05-23T04:15:37.147Z Compiling synstructure v0.13.2
4782026-05-23T04:15:37.189Z Compiling pest_generator v2.8.6
4792026-05-23T04:15:37.252Z Compiling anstyle v1.0.14
4802026-05-23T04:15:37.456Z Compiling colorchoice v1.0.4
4812026-05-23T04:15:37.532Z Compiling is_terminal_polyfill v1.70.2
4822026-05-23T04:15:37.532Z Compiling anstyle-query v1.1.5
4832026-05-23T04:15:37.532Z Compiling pretty-hex v0.4.1
4842026-05-23T04:15:37.572Z Compiling cfg-if v1.0.4
4852026-05-23T04:15:37.598Z Compiling anstream v1.0.0
4862026-05-23T04:15:37.644Z Compiling serde-untagged v0.1.9
4872026-05-23T04:15:37.751Z Compiling semver v1.0.28
4882026-05-23T04:15:37.885Z Compiling fs-err v3.3.0
4892026-05-23T04:15:37.901Z Compiling bytecount v0.6.9
4902026-05-23T04:15:37.925Z Compiling anyhow v1.0.102
4912026-05-23T04:15:38.061Z Compiling unicode-width v0.1.14
4922026-05-23T04:15:38.099Z Compiling unicode-xid v0.2.6
4932026-05-23T04:15:38.099Z Compiling strsim v0.11.1
4942026-05-23T04:15:38.138Z Compiling heck v0.5.0
4952026-05-23T04:15:38.229Z Compiling clap_lex v1.0.0
4962026-05-23T04:15:38.414Z Compiling fnv v1.0.7
4972026-05-23T04:15:38.462Z Compiling heck v0.4.1
4982026-05-23T04:15:38.526Z Compiling fastrand v2.3.0
4992026-05-23T04:15:38.526Z Compiling once_cell v1.21.3
5002026-05-23T04:15:38.526Z Compiling papergrid v0.11.0
5012026-05-23T04:15:38.580Z Compiling clap_builder v4.6.0
5022026-05-23T04:15:38.704Z Compiling tempfile v3.25.0
5032026-05-23T04:15:38.807Z Compiling memmap v0.7.0
5042026-05-23T04:15:38.826Z Compiling smawk v0.3.2
5052026-05-23T04:15:38.849Z Compiling serde_derive v1.0.228
5062026-05-23T04:15:38.964Z Compiling zerofrom-derive v0.1.6
5072026-05-23T04:15:38.983Z Compiling yoke-derive v0.8.1
5082026-05-23T04:15:39.078Z Compiling zerovec-derive v0.11.2
5092026-05-23T04:15:39.185Z Compiling displaydoc v0.2.5
5102026-05-23T04:15:39.916Z Compiling thiserror-impl v1.0.69
5112026-05-23T04:15:39.933Z Compiling zerocopy-derive v0.7.35
5122026-05-23T04:15:40.154Z Compiling pest_derive v2.8.6
5132026-05-23T04:15:40.191Z Compiling scroll_derive v0.12.1
5142026-05-23T04:15:40.357Z Compiling zerofrom v0.1.6
5152026-05-23T04:15:40.489Z Compiling yoke v0.8.1
5162026-05-23T04:15:40.577Z Compiling thiserror-impl v2.0.18
5172026-05-23T04:15:40.678Z Compiling zerovec v0.11.5
5182026-05-23T04:15:40.796Z Compiling zerotrie v0.2.3
5192026-05-23T04:15:40.862Z Compiling zerocopy v0.7.35
5202026-05-23T04:15:41.112Z Compiling scroll v0.12.0
5212026-05-23T04:15:41.171Z Compiling tinystr v0.8.2
5222026-05-23T04:15:41.303Z Compiling potential_utf v0.1.4
5232026-05-23T04:15:41.365Z Compiling icu_locale_core v2.1.1
5242026-05-23T04:15:41.381Z Compiling dtrace-parser v0.2.0
5252026-05-23T04:15:41.402Z Compiling goblin v0.8.2
5262026-05-23T04:15:41.469Z Compiling icu_collections v2.1.1
5272026-05-23T04:15:41.608Z Compiling tabled_derive v0.7.0
5282026-05-23T04:15:41.958Z Compiling clap_derive v4.6.1
5292026-05-23T04:15:42.017Z Compiling icu_provider v2.1.1
5302026-05-23T04:15:42.120Z Compiling unicode-linebreak v0.1.5
5312026-05-23T04:15:42.249Z Compiling serde_spanned v0.6.9
5322026-05-23T04:15:42.309Z Compiling icu_properties v2.1.2
5332026-05-23T04:15:42.325Z Compiling icu_normalizer v2.1.1
5342026-05-23T04:15:42.330Z Compiling toml_datetime v0.6.11
5352026-05-23T04:15:42.386Z Compiling dof v0.3.0
5362026-05-23T04:15:42.402Z Compiling serde_tokenstream v0.2.3
5372026-05-23T04:15:42.527Z Compiling toml_edit v0.22.27
5382026-05-23T04:15:42.602Z Compiling serde-value v0.7.0
5392026-05-23T04:15:42.773Z Compiling cargo-platform v0.2.0
5402026-05-23T04:15:42.880Z Compiling unicode-width v0.2.0
5412026-05-23T04:15:42.971Z Compiling tabled v0.15.0
5422026-05-23T04:15:43.071Z Compiling macaddr v1.0.1
5432026-05-23T04:15:43.211Z Compiling textwrap v0.16.2
5442026-05-23T04:15:43.339Z Compiling idna_adapter v1.2.1
5452026-05-23T04:15:43.382Z Compiling usdt-macro v0.5.0
5462026-05-23T04:15:43.483Z Compiling idna v1.1.0
5472026-05-23T04:15:43.486Z Compiling usdt-attr-macro v0.5.0
5482026-05-23T04:15:43.766Z Compiling clap v4.6.1
5492026-05-23T04:15:43.856Z Compiling url v2.5.8
5502026-05-23T04:15:44.021Z Compiling toml v0.8.23
5512026-05-23T04:15:44.180Z Compiling camino-tempfile v1.4.1
5522026-05-23T04:15:44.415Z Compiling cargo-util-schemas v0.8.2
5532026-05-23T04:15:44.431Z Compiling cargo_toml v0.21.0
5542026-05-23T04:15:44.634Z Compiling usdt v0.5.0
5552026-05-23T04:15:44.885Z Compiling swrite v0.1.0
5562026-05-23T04:15:44.968Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-05-23T04:15:45.354Z Compiling cargo_metadata v0.21.0
5582026-05-23T04:15:46.281Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-05-23T04:15:48.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.33s
5602026-05-23T04:15:48.620Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-05-23T04:15:49.250Z Downloading crates ...
5622026-05-23T04:15:49.348Z Downloaded adler2 v2.0.1
5632026-05-23T04:15:49.351Z Downloaded arrayref v0.3.9
5642026-05-23T04:15:49.351Z Downloaded async-stream v0.3.6
5652026-05-23T04:15:49.354Z Downloaded arrayvec v0.7.6
5662026-05-23T04:15:49.357Z Downloaded atomic-waker v1.1.2
5672026-05-23T04:15:49.357Z Downloaded aead v0.5.2
5682026-05-23T04:15:49.363Z Downloaded async-stream-impl v0.3.6
5692026-05-23T04:15:49.366Z Downloaded dsl_auto_type v0.2.0
5702026-05-23T04:15:49.366Z Downloaded cstr-argument v0.1.2
5712026-05-23T04:15:49.366Z Downloaded async-trait v0.1.89
5722026-05-23T04:15:49.369Z Downloaded deranged v0.5.8
5732026-05-23T04:15:49.372Z Downloaded diesel_table_macro_syntax v0.3.0
5742026-05-23T04:15:49.372Z Downloaded allocator-api2 v0.2.21
5752026-05-23T04:15:49.375Z Downloaded enum-as-inner v0.6.1
5762026-05-23T04:15:49.378Z Downloaded data-encoding v2.10.0
5772026-05-23T04:15:49.378Z Downloaded curve25519-dalek-derive v0.1.1
5782026-05-23T04:15:49.381Z Downloaded crossbeam-utils v0.8.21
5792026-05-23T04:15:49.381Z Downloaded ahash v0.8.12
5802026-05-23T04:15:49.384Z Downloaded async-recursion v1.1.1
5812026-05-23T04:15:49.388Z Downloaded crossbeam-epoch v0.9.18
5822026-05-23T04:15:49.388Z Downloaded derive_builder v0.20.2
5832026-05-23T04:15:49.390Z Downloaded der_derive v0.7.3
5842026-05-23T04:15:49.393Z Downloaded assert_matches v1.5.0
5852026-05-23T04:15:49.393Z Downloaded crossbeam-channel v0.5.15
5862026-05-23T04:15:49.396Z Downloaded derive_builder_macro v0.20.2
5872026-05-23T04:15:49.396Z Downloaded aes v0.8.4
5882026-05-23T04:15:49.399Z Downloaded ecdsa v0.16.9
5892026-05-23T04:15:49.402Z Downloaded document-features v0.2.12
5902026-05-23T04:15:49.402Z Downloaded crucible-workspace-hack v0.1.0
5912026-05-23T04:15:49.405Z Downloaded aes-gcm v0.10.3
5922026-05-23T04:15:49.405Z Downloaded dof v0.4.0
5932026-05-23T04:15:49.408Z Downloaded defmt-parser v1.0.0
5942026-05-23T04:15:49.408Z Downloaded aho-corasick v1.1.4
5952026-05-23T04:15:49.411Z Downloaded array-init v0.0.4
5962026-05-23T04:15:49.414Z Downloaded anstyle-parse v0.2.7
5972026-05-23T04:15:49.414Z Downloaded dropshot-api-manager-types v0.7.2
5982026-05-23T04:15:49.414Z Downloaded debug-ignore v1.0.5
5992026-05-23T04:15:49.417Z Downloaded backoff v0.4.0
6002026-05-23T04:15:49.419Z Downloaded async-bb8-diesel v0.2.1
6012026-05-23T04:15:49.419Z Downloaded display-error-chain v0.2.2
6022026-05-23T04:15:49.422Z Downloaded dirs-sys-next v0.1.2
6032026-05-23T04:15:49.422Z Downloaded ascii-canvas v3.0.0
6042026-05-23T04:15:49.422Z Downloaded crc32fast v1.5.0
6052026-05-23T04:15:49.425Z Downloaded base16ct v0.2.0
6062026-05-23T04:15:49.425Z Downloaded crossbeam-deque v0.8.6
6072026-05-23T04:15:49.428Z Downloaded critical-section v1.2.0
6082026-05-23T04:15:49.428Z Downloaded block-padding v0.3.3
6092026-05-23T04:15:49.428Z Downloaded bit-set v0.5.3
6102026-05-23T04:15:49.431Z Downloaded atomicwrites v0.4.4
6112026-05-23T04:15:49.431Z Downloaded bb8 v0.8.6
6122026-05-23T04:15:49.431Z Downloaded argon2 v0.5.3
6132026-05-23T04:15:49.434Z Downloaded difflib v0.4.0
6142026-05-23T04:15:49.434Z Downloaded env_filter v1.0.0
6152026-05-23T04:15:49.436Z Downloaded dirs-next v2.0.0
6162026-05-23T04:15:49.437Z Downloaded compression-core v0.4.31
6172026-05-23T04:15:49.439Z Downloaded darling_macro v0.20.11
6182026-05-23T04:15:49.439Z Downloaded bitfield-struct v0.6.2
6192026-05-23T04:15:49.439Z Downloaded downcast-rs v2.0.2
6202026-05-23T04:15:49.442Z Downloaded cobs v0.3.0
6212026-05-23T04:15:49.445Z Downloaded fixedbitset v0.4.2
6222026-05-23T04:15:49.445Z Downloaded darling_macro v0.23.0
6232026-05-23T04:15:49.445Z Downloaded ciborium-io v0.2.2
6242026-05-23T04:15:49.448Z Downloaded crunchy v0.2.4
6252026-05-23T04:15:49.448Z Downloaded float-cmp v0.10.0
6262026-05-23T04:15:49.450Z Downloaded float-ord v0.3.2
6272026-05-23T04:15:49.451Z Downloaded cpufeatures v0.3.0
6282026-05-23T04:15:49.457Z Downloaded flagset v0.4.7
6292026-05-23T04:15:49.457Z Downloaded ciborium-ll v0.2.2
6302026-05-23T04:15:49.457Z Downloaded cfg_aliases v0.1.1
6312026-05-23T04:15:49.457Z Downloaded embedded-io v0.4.0
6322026-05-23T04:15:49.457Z Downloaded crc8 v0.1.1
6332026-05-23T04:15:49.457Z Downloaded fd-lock v4.0.4
6342026-05-23T04:15:49.460Z Downloaded dropshot_endpoint v0.17.0
6352026-05-23T04:15:49.462Z Downloaded cargo-platform v0.3.2
6362026-05-23T04:15:49.462Z Downloaded bitfield-macros v0.19.4
6372026-05-23T04:15:49.465Z Downloaded des v0.8.1
6382026-05-23T04:15:49.465Z Downloaded crc v3.4.0
6392026-05-23T04:15:49.469Z Downloaded darling_macro v0.21.3
6402026-05-23T04:15:49.469Z Downloaded darling v0.23.0
6412026-05-23T04:15:49.473Z Downloaded dunce v1.0.5
6422026-05-23T04:15:49.473Z Downloaded cmake v0.1.57
6432026-05-23T04:15:49.473Z Downloaded dtrace-parser v0.3.0
6442026-05-23T04:15:49.473Z Downloaded defmt v0.3.100
6452026-05-23T04:15:49.476Z Downloaded cexpr v0.6.0
6462026-05-23T04:15:49.476Z Downloaded bit-vec v0.8.0
6472026-05-23T04:15:49.476Z Downloaded bit-set v0.8.0
6482026-05-23T04:15:49.479Z Downloaded foreign-types v0.3.2
6492026-05-23T04:15:49.479Z Downloaded base64ct v1.8.3
6502026-05-23T04:15:49.482Z Downloaded anstream v0.6.21
6512026-05-23T04:15:49.482Z Downloaded crc-catalog v2.4.0
6522026-05-23T04:15:49.486Z Downloaded endian-type v0.1.2
6532026-05-23T04:15:49.486Z Downloaded futures-sink v0.3.32
6542026-05-23T04:15:49.486Z Downloaded futures-task v0.3.32
6552026-05-23T04:15:49.489Z Downloaded futures-macro v0.3.32
6562026-05-23T04:15:49.489Z Downloaded bcs v0.1.6
6572026-05-23T04:15:49.489Z Downloaded ar_archive_writer v0.5.1
6582026-05-23T04:15:49.492Z Downloaded dyn-clone v1.0.20
6592026-05-23T04:15:49.492Z Downloaded fxhash v0.2.1
6602026-05-23T04:15:49.495Z Downloaded funty v2.0.0
6612026-05-23T04:15:49.495Z Downloaded foreign-types v0.5.0
6622026-05-23T04:15:49.495Z Downloaded atty v0.2.14
6632026-05-23T04:15:49.495Z Downloaded convert_case v0.4.0
6642026-05-23T04:15:49.500Z Downloaded castaway v0.2.4
6652026-05-23T04:15:49.500Z Downloaded defmt v1.0.1
6662026-05-23T04:15:49.500Z Downloaded foldhash v0.2.0
6672026-05-23T04:15:49.503Z Downloaded futures-io v0.3.32
6682026-05-23T04:15:49.503Z Downloaded fallible-iterator v0.2.0
6692026-05-23T04:15:49.503Z Downloaded embedded-io v0.6.1
6702026-05-23T04:15:49.507Z Downloaded foreign-types-shared v0.3.1
6712026-05-23T04:15:49.507Z Downloaded daft-derive v0.1.7
6722026-05-23T04:15:49.510Z Downloaded hash32 v0.3.1
6732026-05-23T04:15:49.510Z Downloaded hash32 v0.2.1
6742026-05-23T04:15:49.510Z Downloaded globwalk v0.9.1
6752026-05-23T04:15:49.514Z Downloaded foldhash v0.1.5
6762026-05-23T04:15:49.514Z Downloaded git-stub v1.0.0
6772026-05-23T04:15:49.514Z Downloaded chacha20 v0.9.1
6782026-05-23T04:15:49.517Z Downloaded corncobs v0.1.4
6792026-05-23T04:15:49.517Z Downloaded compression-codecs v0.4.37
6802026-05-23T04:15:49.520Z Downloaded headers-core v0.3.0
6812026-05-23T04:15:49.520Z Downloaded convert_case v0.10.0
6822026-05-23T04:15:49.520Z Downloaded home v0.5.12
6832026-05-23T04:15:49.523Z Downloaded hex v0.4.3
6842026-05-23T04:15:49.523Z Downloaded bitflags v1.3.2
6852026-05-23T04:15:49.536Z Downloaded http-body v1.0.1
6862026-05-23T04:15:49.536Z Downloaded derive-ex v0.1.8
6872026-05-23T04:15:49.536Z Downloaded ctr v0.9.2
6882026-05-23T04:15:49.536Z Downloaded hex-literal v0.4.1
6892026-05-23T04:15:49.536Z Downloaded arc-swap v1.8.2
6902026-05-23T04:15:49.536Z Downloaded ed25519 v2.2.3
6912026-05-23T04:15:49.536Z Downloaded erased-serde v0.3.31
6922026-05-23T04:15:49.536Z Downloaded hostname v0.4.2
6932026-05-23T04:15:49.536Z Downloaded cbc v0.1.2
6942026-05-23T04:15:49.540Z Downloaded either v1.15.0
6952026-05-23T04:15:49.541Z Downloaded env_logger v0.11.9
6962026-05-23T04:15:49.541Z Downloaded httpdate v1.0.3
6972026-05-23T04:15:49.544Z Downloaded buf-list v1.1.2
6982026-05-23T04:15:49.544Z Downloaded bcrypt-pbkdf v0.10.0
6992026-05-23T04:15:49.548Z Downloaded hyper-tls v0.6.0
7002026-05-23T04:15:49.548Z Downloaded hubpack_derive v0.1.1
7012026-05-23T04:15:49.548Z Downloaded futures-executor v0.3.32
7022026-05-23T04:15:49.551Z Downloaded illumos-nvpair-sys v0.2.0
7032026-05-23T04:15:49.551Z Downloaded const_format_proc_macros v0.2.34
7042026-05-23T04:15:49.551Z Downloaded const-oid v0.9.6
7052026-05-23T04:15:49.555Z Downloaded http-range v0.1.5
7062026-05-23T04:15:49.555Z Downloaded hostname v0.3.1
7072026-05-23T04:15:49.555Z Downloaded glob v0.3.3
7082026-05-23T04:15:49.558Z Downloaded filetime v0.2.27
7092026-05-23T04:15:49.558Z Downloaded defmt-macros v1.0.1
7102026-05-23T04:15:49.561Z Downloaded indent_write v2.2.0
7112026-05-23T04:15:49.561Z Downloaded ident_case v1.0.1
7122026-05-23T04:15:49.561Z Downloaded cassowary v0.3.0
7132026-05-23T04:15:49.564Z Downloaded illumos-nvpair v0.3.0
7142026-05-23T04:15:49.564Z Downloaded git-stub-vcs v0.1.0
7152026-05-23T04:15:49.564Z Downloaded fs-err v2.11.0
7162026-05-23T04:15:49.569Z Downloaded instant v0.1.13
7172026-05-23T04:15:49.569Z Downloaded instability v0.3.11
7182026-05-23T04:15:49.569Z Downloaded group v0.13.0
7192026-05-23T04:15:49.572Z Downloaded globset v0.4.18
7202026-05-23T04:15:49.572Z Downloaded derive-where v1.6.0
7212026-05-23T04:15:49.575Z Downloaded is-terminal v0.4.17
7222026-05-23T04:15:49.575Z Downloaded hubpack v0.1.2
7232026-05-23T04:15:49.575Z Downloaded inout v0.1.4
7242026-05-23T04:15:49.578Z Downloaded fs_extra v1.3.0
7252026-05-23T04:15:49.578Z Downloaded colored v2.2.0
7262026-05-23T04:15:49.580Z Downloaded internet-checksum v0.2.1
7272026-05-23T04:15:49.580Z Downloaded kstat-rs v0.2.4
7282026-05-23T04:15:49.584Z Downloaded keccak v0.1.6
7292026-05-23T04:15:49.584Z Downloaded is_ci v1.2.0
7302026-05-23T04:15:49.584Z Downloaded console v0.15.11
7312026-05-23T04:15:49.588Z Downloaded cookie_store v0.22.1
7322026-05-23T04:15:49.588Z Downloaded lru v0.12.5
7332026-05-23T04:15:49.588Z Downloaded libscf-sys v1.1.0
7342026-05-23T04:15:49.590Z Downloaded cipher v0.4.4
7352026-05-23T04:15:49.590Z Downloaded cancel-safe-futures v0.1.5
7362026-05-23T04:15:49.593Z Downloaded highway v1.3.0
7372026-05-23T04:15:49.593Z Downloaded derive_builder_core v0.20.2
7382026-05-23T04:15:49.596Z Downloaded bzip2 v0.4.4
7392026-05-23T04:15:49.596Z Downloaded backon v1.6.0
7402026-05-23T04:15:49.602Z Downloaded lalrpop-util v0.19.12
7412026-05-23T04:15:49.602Z Downloaded darling v0.20.11
7422026-05-23T04:15:49.605Z Downloaded futures-channel v0.3.32
7432026-05-23T04:15:49.605Z Downloaded humantime v2.3.0
7442026-05-23T04:15:49.605Z Downloaded hyper-staticfile v0.10.1
7452026-05-23T04:15:49.608Z Downloaded console v0.16.2
7462026-05-23T04:15:49.608Z Downloaded bzip2 v0.6.1
7472026-05-23T04:15:49.612Z Downloaded blake2 v0.10.6
7482026-05-23T04:15:49.612Z Downloaded diff v0.1.13
7492026-05-23T04:15:49.616Z Downloaded http-body-util v0.1.3
7502026-05-23T04:15:49.616Z Downloaded drift v0.2.0
7512026-05-23T04:15:49.621Z Downloaded mime v0.3.17
7522026-05-23T04:15:49.624Z Downloaded memoffset v0.9.1
7532026-05-23T04:15:49.624Z Downloaded managed v0.8.0
7542026-05-23T04:15:49.624Z Downloaded md5 v0.7.0
7552026-05-23T04:15:49.630Z Downloaded md-5 v0.10.6
7562026-05-23T04:15:49.631Z Downloaded getrandom v0.2.17
7572026-05-23T04:15:49.631Z Downloaded constant_time_eq v0.4.2
7582026-05-23T04:15:49.631Z Downloaded maybe-uninit v2.0.0
7592026-05-23T04:15:49.634Z Downloaded match_cfg v0.1.0
7602026-05-23T04:15:49.634Z Downloaded new_debug_unreachable v1.0.6
7612026-05-23T04:15:49.634Z Downloaded newline-converter v0.3.0
7622026-05-23T04:15:49.634Z Downloaded ipnetwork v0.21.1
7632026-05-23T04:15:49.637Z Downloaded ingot-types v0.1.2
7642026-05-23T04:15:49.638Z Downloaded ingot v0.1.1
7652026-05-23T04:15:49.638Z Downloaded indoc v2.0.7
7662026-05-23T04:15:49.643Z Downloaded nodrop v0.1.14
7672026-05-23T04:15:49.643Z Downloaded hmac v0.12.1
7682026-05-23T04:15:49.647Z Downloaded async-compression v0.4.41
7692026-05-23T04:15:49.647Z Downloaded jobserver v0.1.34
7702026-05-23T04:15:49.650Z Downloaded half v1.8.3
7712026-05-23T04:15:49.650Z Downloaded cookie v0.18.1
7722026-05-23T04:15:49.653Z Downloaded chacha20 v0.10.0
7732026-05-23T04:15:49.653Z Downloaded normalize-line-endings v0.3.0
7742026-05-23T04:15:49.658Z Downloaded nibble_vec v0.1.0
7752026-05-23T04:15:49.658Z Downloaded libsw-core v0.3.2
7762026-05-23T04:15:49.658Z Downloaded num v0.4.3
7772026-05-23T04:15:49.658Z Downloaded fatfs v0.3.6
7782026-05-23T04:15:49.661Z Downloaded elliptic-curve v0.13.8
7792026-05-23T04:15:49.664Z Downloaded derive_more v0.99.20
7802026-05-23T04:15:49.664Z Downloaded newtype_derive v0.1.6
7812026-05-23T04:15:49.668Z Downloaded lock_api v0.4.14
7822026-05-23T04:15:49.668Z Downloaded libefi-sys v0.1.0
7832026-05-23T04:15:49.668Z Downloaded num_threads v0.1.7
7842026-05-23T04:15:49.672Z Downloaded num-derive v0.3.3
7852026-05-23T04:15:49.672Z Downloaded opaque-debug v0.3.1
7862026-05-23T04:15:49.672Z Downloaded num-iter v0.1.45
7872026-05-23T04:15:49.672Z Downloaded num-derive v0.4.2
7882026-05-23T04:15:49.675Z Downloaded num_enum_derive v0.5.11
7892026-05-23T04:15:49.675Z Downloaded openssl-probe v0.2.1
7902026-05-23T04:15:49.678Z Downloaded impl-trait-for-tuples v0.2.3
7912026-05-23T04:15:49.678Z Downloaded darling_core v0.23.0
7922026-05-23T04:15:49.681Z Downloaded oso-derive v0.27.3
7932026-05-23T04:15:49.681Z Downloaded flume v0.11.1
7942026-05-23T04:15:49.684Z Downloaded darling_core v0.20.11
7952026-05-23T04:15:49.687Z Downloaded openssl-probe v0.1.6
7962026-05-23T04:15:49.690Z Downloaded mime_guess v2.0.5
7972026-05-23T04:15:49.690Z Downloaded futures v0.3.32
7982026-05-23T04:15:49.710Z Downloaded path-slash v0.1.5
7992026-05-23T04:15:49.715Z Downloaded parse-size v1.1.0
8002026-05-23T04:15:49.715Z Downloaded packed_struct_codegen v0.10.1
8012026-05-23T04:15:49.715Z Downloaded olpc-cjson v0.1.4
8022026-05-23T04:15:49.715Z Downloaded newtype-uuid-macros v0.1.0
8032026-05-23T04:15:49.718Z Downloaded newtype-uuid v1.3.2
8042026-05-23T04:15:49.718Z Downloaded native-tls v0.2.18
8052026-05-23T04:15:49.718Z Downloaded nanorand v0.7.0
8062026-05-23T04:15:49.721Z Downloaded lazy_static v1.5.0
8072026-05-23T04:15:49.721Z Downloaded multer v3.1.0
8082026-05-23T04:15:49.724Z Downloaded ingot-macros v0.1.1
8092026-05-23T04:15:49.724Z Downloaded hyper-rustls v0.27.7
8102026-05-23T04:15:49.727Z Downloaded phf_shared v0.11.3
8112026-05-23T04:15:49.727Z Downloaded base64 v0.22.1
8122026-05-23T04:15:49.730Z Downloaded peg-runtime v0.8.5
8132026-05-23T04:15:49.730Z Downloaded pbkdf2 v0.12.2
8142026-05-23T04:15:49.732Z Downloaded parse-display v0.10.0
8152026-05-23T04:15:49.732Z Downloaded chacha20poly1305 v0.10.1
8162026-05-23T04:15:49.735Z Downloaded const_format v0.2.35
8172026-05-23T04:15:49.738Z Downloaded nu-ansi-term v0.50.3
8182026-05-23T04:15:49.738Z Downloaded num-integer v0.1.46
8192026-05-23T04:15:49.741Z Downloaded pin-utils v0.1.0
8202026-05-23T04:15:49.741Z Downloaded libloading v0.8.9
8212026-05-23T04:15:49.744Z Downloaded getrandom v0.3.4
8222026-05-23T04:15:49.744Z Downloaded litrs v1.0.0
8232026-05-23T04:15:49.747Z Downloaded num_enum v0.5.11
8242026-05-23T04:15:49.750Z Downloaded num-complex v0.4.6
8252026-05-23T04:15:49.753Z Downloaded phf_shared v0.13.1
8262026-05-23T04:15:49.753Z Downloaded crossterm v0.28.1
8272026-05-23T04:15:49.756Z Downloaded precomputed-hash v0.1.1
8282026-05-23T04:15:49.759Z Downloaded powerfmt v0.2.0
8292026-05-23T04:15:49.759Z Downloaded oxnet v0.1.5
8302026-05-23T04:15:49.762Z Downloaded predicates-tree v1.0.13
8312026-05-23T04:15:49.762Z Downloaded packed_struct v0.10.1
8322026-05-23T04:15:49.762Z Downloaded iana-time-zone v0.1.65
8332026-05-23T04:15:49.765Z Downloaded oxide-tokio-rt v0.1.4
8342026-05-23T04:15:49.768Z Downloaded phf_shared v0.12.1
8352026-05-23T04:15:49.768Z Downloaded der v0.7.10
8362026-05-23T04:15:49.770Z Downloaded progenitor-client v0.14.0
8372026-05-23T04:15:49.770Z Downloaded progenitor-client v0.11.2
8382026-05-23T04:15:49.773Z Downloaded proc-macro-crate v3.4.0
8392026-05-23T04:15:49.773Z Downloaded parse-display-derive v0.10.0
8402026-05-23T04:15:49.773Z Downloaded num_enum v0.7.6
8412026-05-23T04:15:49.776Z Downloaded proc-macro-crate v1.3.1
8422026-05-23T04:15:49.779Z Downloaded password-hash v0.5.0
8432026-05-23T04:15:49.779Z Downloaded heapless v0.8.0
8442026-05-23T04:15:49.782Z Downloaded psl-types v2.0.11
8452026-05-23T04:15:49.786Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-23T04:15:49.786Z Downloaded progenitor-macro v0.13.0
8472026-05-23T04:15:49.786Z Downloaded peg-macros v0.8.5
8482026-05-23T04:15:49.787Z Downloaded peg v0.8.5
8492026-05-23T04:15:49.789Z Downloaded progenitor-macro v0.14.0
8502026-05-23T04:15:49.789Z Downloaded parking_lot_core v0.8.6
8512026-05-23T04:15:49.792Z Downloaded cc v1.2.56
8522026-05-23T04:15:49.792Z Downloaded num-rational v0.4.2
8532026-05-23T04:15:49.795Z Downloaded half v2.7.1
8542026-05-23T04:15:49.798Z Downloaded pem-rfc7468 v0.7.0
8552026-05-23T04:15:49.798Z Downloaded libbz2-rs-sys v0.2.2
8562026-05-23T04:15:49.801Z Downloaded indexmap v1.9.3
8572026-05-23T04:15:49.801Z Downloaded progenitor-macro v0.11.2
8582026-05-23T04:15:49.804Z Downloaded polyval v0.6.2
8592026-05-23T04:15:49.804Z Downloaded quick-error v1.2.3
8602026-05-23T04:15:49.807Z Downloaded pkcs8 v0.10.2
8612026-05-23T04:15:49.807Z Downloaded phf v0.13.1
8622026-05-23T04:15:49.810Z Downloaded radium v0.7.0
8632026-05-23T04:15:49.810Z Downloaded crypto-bigint v0.5.5
8642026-05-23T04:15:49.813Z Downloaded rand_chacha v0.3.1
8652026-05-23T04:15:49.816Z Downloaded pin-project-lite v0.2.17
8662026-05-23T04:15:49.819Z Downloaded postgres-protocol v0.6.10
8672026-05-23T04:15:49.819Z Downloaded recursive v0.1.1
8682026-05-23T04:15:49.822Z Downloaded darling_core v0.21.3
8692026-05-23T04:15:49.825Z Downloaded predicates v3.1.4
8702026-05-23T04:15:49.828Z Downloaded pin-project-internal v1.1.11
8712026-05-23T04:15:49.828Z Downloaded flate2 v1.1.9
8722026-05-23T04:15:49.831Z Downloaded ref-cast-impl v1.0.25
8732026-05-23T04:15:49.834Z Downloaded ppv-lite86 v0.2.21
8742026-05-23T04:15:49.834Z Downloaded recursive-proc-macro-impl v0.1.1
8752026-05-23T04:15:49.834Z Downloaded predicates-core v1.0.10
8762026-05-23T04:15:49.837Z Downloaded poly1305 v0.8.0
8772026-05-23T04:15:49.837Z Downloaded progenitor-client v0.13.0
8782026-05-23T04:15:49.837Z Downloaded rand_xorshift v0.4.0
8792026-05-23T04:15:49.840Z Downloaded hickory-resolver v0.25.2
8802026-05-23T04:15:49.843Z Downloaded primeorder v0.13.6
8812026-05-23T04:15:49.843Z Downloaded psm v0.1.30
8822026-05-23T04:15:49.847Z Downloaded progenitor-extras v0.2.0
8832026-05-23T04:15:49.850Z Downloaded parking_lot v0.11.2
8842026-05-23T04:15:49.850Z Downloaded progenitor v0.11.2
8852026-05-23T04:15:49.850Z Downloaded heapless v0.7.17
8862026-05-23T04:15:49.853Z Downloaded rustc-hash v2.1.1
8872026-05-23T04:15:49.853Z Downloaded russh-cryptovec v0.7.3
8882026-05-23T04:15:49.856Z Downloaded headers v0.4.1
8892026-05-23T04:15:49.859Z Downloaded progenitor v0.13.0
8902026-05-23T04:15:49.859Z Downloaded proc-macro-error2 v2.0.1
8912026-05-23T04:15:49.862Z Downloaded pkcs5 v0.7.1
8922026-05-23T04:15:49.864Z Downloaded rtoolbox v0.0.3
8932026-05-23T04:15:49.864Z Downloaded rfc6979 v0.4.0
8942026-05-23T04:15:49.867Z Downloaded postcard v1.1.3
8952026-05-23T04:15:49.867Z Downloaded rustc_version v0.4.1
8962026-05-23T04:15:49.870Z Downloaded rustc_version v0.1.7
8972026-05-23T04:15:49.870Z Downloaded parking_lot_core v0.9.12
8982026-05-23T04:15:49.870Z Downloaded bytes v1.11.1
8992026-05-23T04:15:49.873Z Downloaded ignore v0.4.25
9002026-05-23T04:15:49.876Z Downloaded rand_chacha v0.9.0
9012026-05-23T04:15:49.880Z Downloaded ed25519-dalek v2.2.0
9022026-05-23T04:15:49.880Z Downloaded num_enum_derive v0.7.6
9032026-05-23T04:15:49.883Z Downloaded oso v0.27.3
9042026-05-23T04:15:49.883Z Downloaded bumpalo v3.20.2
9052026-05-23T04:15:49.886Z Downloaded r2d2 v0.8.10
9062026-05-23T04:15:49.886Z Downloaded diesel_derives v2.3.7
9072026-05-23T04:15:49.889Z Downloaded derive_more-impl v2.1.1
9082026-05-23T04:15:49.893Z Downloaded rand_core v0.10.0
9092026-05-23T04:15:49.896Z Downloaded pkg-config v0.3.32
9102026-05-23T04:15:49.896Z Downloaded pkcs1 v0.7.5
9112026-05-23T04:15:49.903Z Downloaded derive_more v2.1.1
9122026-05-23T04:15:49.906Z Downloaded scheduled-thread-pool v0.2.7
9132026-05-23T04:15:49.906Z Downloaded scopeguard v1.2.0
9142026-05-23T04:15:49.909Z Downloaded progenitor v0.14.0
9152026-05-23T04:15:49.909Z Downloaded miniz_oxide v0.8.9
9162026-05-23T04:15:49.912Z Downloaded omicron-zone-package v0.12.2
9172026-05-23T04:15:49.916Z Downloaded papergrid v0.17.0
9182026-05-23T04:15:49.919Z Downloaded jiff-static v0.2.21
9192026-05-23T04:15:49.919Z Downloaded ref-cast v1.0.25
9202026-05-23T04:15:49.922Z Downloaded scrypt v0.11.0
9212026-05-23T04:15:49.922Z Downloaded scroll_derive v0.13.1
9222026-05-23T04:15:49.922Z Downloaded secrecy v0.10.3
9232026-05-23T04:15:49.925Z Downloaded secrecy v0.8.0
9242026-05-23T04:15:49.925Z Downloaded resolv-conf v0.7.6
9252026-05-23T04:15:49.925Z Downloaded serde_spanned v1.0.4
9262026-05-23T04:15:49.928Z Downloaded semver v0.1.20
9272026-05-23T04:15:49.928Z Downloaded seq-macro v0.3.6
9282026-05-23T04:15:49.931Z Downloaded parking_lot v0.12.5
9292026-05-23T04:15:49.931Z Downloaded hickory-resolver v0.24.4
9302026-05-23T04:15:49.933Z Downloaded quinn-udp v0.5.14
9312026-05-23T04:15:49.936Z Downloaded hashbrown v0.12.3
9322026-05-23T04:15:49.939Z Downloaded sapling-renderdag v0.1.0
9332026-05-23T04:15:49.939Z Downloaded same-file v1.0.6
9342026-05-23T04:15:49.942Z Downloaded serde-big-array v0.5.1
9352026-05-23T04:15:49.942Z Downloaded salsa20 v0.10.2
9362026-05-23T04:15:49.942Z Downloaded rand_seeder v0.4.0
9372026-05-23T04:15:49.946Z Downloaded rand_core v0.9.5
9382026-05-23T04:15:49.946Z Downloaded serde_plain v1.0.2
9392026-05-23T04:15:49.946Z Downloaded rustls-pemfile v2.2.0
9402026-05-23T04:15:49.951Z Downloaded owo-colors v4.3.0
9412026-05-23T04:15:49.951Z Downloaded memmap2 v0.9.10
9422026-05-23T04:15:49.951Z Downloaded shell-words v1.1.1
9432026-05-23T04:15:49.951Z Downloaded signal-hook-tokio v0.3.1
9442026-05-23T04:15:49.954Z Downloaded rustls-pemfile v1.0.4
9452026-05-23T04:15:49.954Z Downloaded serde_repr v0.1.20
9462026-05-23T04:15:49.957Z Downloaded postgres-types v0.2.12
9472026-05-23T04:15:49.957Z Downloaded pin-project v1.1.11
9482026-05-23T04:15:49.963Z Downloaded signature v2.2.0
9492026-05-23T04:15:49.966Z Downloaded slog-bunyan v2.5.0
9502026-05-23T04:15:49.966Z Downloaded sigpipe v0.1.3
9512026-05-23T04:15:49.969Z Downloaded sha1 v0.10.6
9522026-05-23T04:15:49.970Z Downloaded indicatif v0.18.4
9532026-05-23T04:15:49.972Z Downloaded minimal-lexical v0.2.1
9542026-05-23T04:15:49.975Z Downloaded rand_core v0.6.4
9552026-05-23T04:15:49.976Z Downloaded slog-envlogger v2.2.0
9562026-05-23T04:15:49.979Z Downloaded phf v0.12.1
9572026-05-23T04:15:49.979Z Downloaded pem v3.0.6
9582026-05-23T04:15:49.979Z Downloaded pbkdf2 v0.11.0
9592026-05-23T04:15:49.981Z Downloaded siphasher v1.0.2
9602026-05-23T04:15:49.982Z Downloaded scroll v0.13.0
9612026-05-23T04:15:49.985Z Downloaded rusty-fork v0.3.1
9622026-05-23T04:15:49.985Z Downloaded rustversion v1.0.22
9632026-05-23T04:15:49.988Z Downloaded paste v1.0.15
9642026-05-23T04:15:49.988Z Downloaded password-hash v0.4.2
9652026-05-23T04:15:49.991Z Downloaded sct v0.7.1
9662026-05-23T04:15:49.993Z Downloaded serde_urlencoded v0.7.1
9672026-05-23T04:15:49.994Z Downloaded serde-hex v0.1.0
9682026-05-23T04:15:49.994Z Downloaded hashbrown v0.13.2
9692026-05-23T04:15:49.997Z Downloaded progenitor-impl v0.14.0
9702026-05-23T04:15:49.999Z Downloaded progenitor-impl v0.13.0
9712026-05-23T04:15:50.002Z Downloaded sec1 v0.7.3
9722026-05-23T04:15:50.003Z Downloaded http v1.4.0
9732026-05-23T04:15:50.005Z Downloaded serde_bytes v0.11.19
9742026-05-23T04:15:50.005Z Downloaded schemars_derive v0.8.22
9752026-05-23T04:15:50.008Z Downloaded base64 v0.21.7
9762026-05-23T04:15:50.011Z Downloaded httparse v1.10.1
9772026-05-23T04:15:50.011Z Downloaded compact_str v0.8.1
9782026-05-23T04:15:50.014Z Downloaded crossterm v0.29.0
9792026-05-23T04:15:50.017Z Downloaded openssl-macros v0.1.1
9802026-05-23T04:15:50.021Z Downloaded linear-map v1.2.0
9812026-05-23T04:15:50.021Z Downloaded ssh-encoding v0.2.0
9822026-05-23T04:15:50.024Z Downloaded structmeta-derive v0.3.0
9832026-05-23T04:15:50.024Z Downloaded structmeta v0.3.0
9842026-05-23T04:15:50.024Z Downloaded strum v0.26.3
9852026-05-23T04:15:50.024Z Downloaded ssh-cipher v0.2.0
9862026-05-23T04:15:50.027Z Downloaded strum v0.27.2
9872026-05-23T04:15:50.027Z Downloaded rustls-pki-types v1.14.0
9882026-05-23T04:15:50.030Z Downloaded p256 v0.13.2
9892026-05-23T04:15:50.033Z Downloaded signal-hook-mio v0.2.5
9902026-05-23T04:15:50.033Z Downloaded shlex v1.3.0
9912026-05-23T04:15:50.033Z Downloaded rustls-native-certs v0.8.3
9922026-05-23T04:15:50.036Z Downloaded expectorate v1.2.0
9932026-05-23T04:15:50.036Z Downloaded slab v0.4.12
9942026-05-23T04:15:50.039Z Downloaded subtle v2.6.1
9952026-05-23T04:15:50.039Z Downloaded sqlparser_derive v0.5.0
9962026-05-23T04:15:50.039Z Downloaded simd-adler32 v0.3.8
9972026-05-23T04:15:50.043Z Downloaded strip-ansi-escapes v0.2.1
9982026-05-23T04:15:50.043Z Downloaded serde_path_to_error v0.1.20
9992026-05-23T04:15:50.043Z Downloaded libsw v3.5.0
10002026-05-23T04:15:50.046Z Downloaded nonempty v0.12.0
10012026-05-23T04:15:50.046Z Downloaded tagptr v0.2.0
10022026-05-23T04:15:50.046Z Downloaded tabled_derive v0.11.0
10032026-05-23T04:15:50.049Z Downloaded sync-ptr v0.1.4
10042026-05-23T04:15:50.049Z Downloaded supports-color v3.0.2
10052026-05-23T04:15:50.049Z Downloaded slog-scope v4.4.1
10062026-05-23T04:15:50.049Z Downloaded slog-dtrace v0.3.0
10072026-05-23T04:15:50.052Z Downloaded slog-stdlog v4.1.1
10082026-05-23T04:15:50.052Z Downloaded slog-async v2.8.0
10092026-05-23T04:15:50.055Z Downloaded prefix-trie v0.7.0
10102026-05-23T04:15:50.058Z Downloaded openssl-sys v0.9.114
10112026-05-23T04:15:50.060Z Downloaded snafu-derive v0.8.9
10122026-05-23T04:15:50.060Z Downloaded slog-term v2.9.2
10132026-05-23T04:15:50.063Z Downloaded take_mut v0.2.2
10142026-05-23T04:15:50.063Z Downloaded tap v1.0.1
10152026-05-23T04:15:50.063Z Downloaded spki v0.7.3
10162026-05-23T04:15:50.066Z Downloaded testing_table v0.3.0
10172026-05-23T04:15:50.066Z Downloaded smallvec v0.6.14
10182026-05-23T04:15:50.066Z Downloaded tabwriter v1.4.1
10192026-05-23T04:15:50.070Z Downloaded slog-json v2.6.1
10202026-05-23T04:15:50.070Z Downloaded mio v1.2.0
10212026-05-23T04:15:50.073Z Downloaded ron v0.8.1
10222026-05-23T04:15:50.076Z Downloaded progenitor-impl v0.11.2
10232026-05-23T04:15:50.079Z Downloaded termtree v0.5.1
10242026-05-23T04:15:50.082Z Downloaded prettyplease v0.2.37
10252026-05-23T04:15:50.082Z Downloaded num-bigint v0.4.6
10262026-05-23T04:15:50.085Z Downloaded thread-id v5.1.0
10272026-05-23T04:15:50.089Z Downloaded russh-keys v0.45.0
10282026-05-23T04:15:50.089Z Downloaded itertools v0.10.5
10292026-05-23T04:15:50.092Z Downloaded stacker v0.1.23
10302026-05-23T04:15:50.095Z Downloaded time-core v0.1.8
10312026-05-23T04:15:50.095Z Downloaded serde_derive_internals v0.29.1
10322026-05-23T04:15:50.098Z Downloaded ryu v1.0.23
10332026-05-23T04:15:50.101Z Downloaded tinyvec_macros v0.1.1
10342026-05-23T04:15:50.101Z Downloaded pretty_assertions v1.4.1
10352026-05-23T04:15:50.104Z Downloaded hickory-server v0.25.2
10362026-05-23T04:15:50.104Z Downloaded strum_macros v0.26.4
10372026-05-23T04:15:50.107Z Downloaded rcgen v0.12.1
10382026-05-23T04:15:50.110Z Downloaded support-bundle-viewer v0.1.2
10392026-05-23T04:15:50.110Z Downloaded strum_macros v0.27.2
10402026-05-23T04:15:50.113Z Downloaded serde_cbor v0.11.2
10412026-05-23T04:15:50.113Z Downloaded sync_wrapper v1.0.2
10422026-05-23T04:15:50.116Z Downloaded tokio-macros v2.7.0
10432026-05-23T04:15:50.116Z Downloaded stringprep v0.1.5
10442026-05-23T04:15:50.116Z Downloaded static_assertions v1.1.0
10452026-05-23T04:15:50.119Z Downloaded thiserror-impl-no-std v2.0.2
10462026-05-23T04:15:50.119Z Downloaded termios v0.3.3
10472026-05-23T04:15:50.122Z Downloaded spin v0.9.8
10482026-05-23T04:15:50.122Z Downloaded rayon-core v1.13.0
10492026-05-23T04:15:50.125Z Downloaded topological-sort v0.2.2
10502026-05-23T04:15:50.127Z Downloaded hashbrown v0.16.1
10512026-05-23T04:15:50.131Z Downloaded rustls-platform-verifier v0.6.2
10522026-05-23T04:15:50.134Z Downloaded qorb v0.4.1
10532026-05-23T04:15:50.137Z Downloaded nom v7.1.3
10542026-05-23T04:15:50.140Z Downloaded smf v0.2.3
10552026-05-23T04:15:50.140Z Downloaded signal-hook-registry v1.4.8
10562026-05-23T04:15:50.144Z Downloaded publicsuffix v2.3.0
10572026-05-23T04:15:50.144Z Downloaded schemars v0.8.22
10582026-05-23T04:15:50.149Z Downloaded trait-variant v0.1.2
10592026-05-23T04:15:50.152Z Downloaded tower-service v0.3.3
10602026-05-23T04:15:50.152Z Downloaded quinn v0.11.9
10612026-05-23T04:15:50.155Z Downloaded tiny-keccak v2.0.2
10622026-05-23T04:15:50.155Z Downloaded string_cache v0.8.9
10632026-05-23T04:15:50.158Z Downloaded dropshot-api-manager v0.7.2
10642026-05-23T04:15:50.161Z Downloaded tls_codec v0.4.2
10652026-05-23T04:15:50.164Z Downloaded libxml v0.3.3
10662026-05-23T04:15:50.166Z Downloaded try-lock v0.2.5
10672026-05-23T04:15:50.169Z Downloaded tokio-dtrace v0.1.1
10682026-05-23T04:15:50.169Z Downloaded tls_codec_derive v0.4.2
10692026-05-23T04:15:50.172Z Downloaded tokio-native-tls v0.3.1
10702026-05-23T04:15:50.172Z Downloaded time-macros v0.2.27
10712026-05-23T04:15:50.175Z Downloaded thiserror-no-std v2.0.2
10722026-05-23T04:15:50.175Z Downloaded typify-macro v0.4.3
10732026-05-23T04:15:50.178Z Downloaded signal-hook v0.3.18
10742026-05-23T04:15:50.178Z Downloaded unit-prefix v0.5.2
10752026-05-23T04:15:50.182Z Downloaded term v0.7.0
10762026-05-23T04:15:50.184Z Downloaded typify-macro v0.6.2
10772026-05-23T04:15:50.184Z Downloaded universal-hash v0.5.1
10782026-05-23T04:15:50.184Z Downloaded unicode-truncate v1.1.0
10792026-05-23T04:15:50.184Z Downloaded socket2 v0.5.10
10802026-05-23T04:15:50.187Z Downloaded sqlformat v0.3.5
10812026-05-23T04:15:50.187Z Downloaded similar v2.7.0
10822026-05-23T04:15:50.190Z Downloaded socket2 v0.6.3
10832026-05-23T04:15:50.193Z Downloaded tokio-tungstenite v0.23.1
10842026-05-23T04:15:50.193Z Downloaded tokio-rustls v0.25.0
10852026-05-23T04:15:50.196Z Downloaded toml_writer v1.0.6+spec-1.1.0
10862026-05-23T04:15:50.196Z Downloaded slog v2.8.2
10872026-05-23T04:15:50.199Z Downloaded usdt-macro v0.6.0
10882026-05-23T04:15:50.199Z Downloaded untrusted v0.9.0
10892026-05-23T04:15:50.202Z Downloaded untrusted v0.7.1
10902026-05-23T04:15:50.202Z Downloaded usdt v0.6.0
10912026-05-23T04:15:50.202Z Downloaded tokio-tungstenite v0.21.0
10922026-05-23T04:15:50.205Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10932026-05-23T04:15:50.205Z Downloaded schemars v0.9.0
10942026-05-23T04:15:50.212Z Downloaded rsa v0.9.10
10952026-05-23T04:15:50.215Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10962026-05-23T04:15:50.218Z Downloaded term v1.2.1
10972026-05-23T04:15:50.221Z Downloaded utf-8 v0.7.6
10982026-05-23T04:15:50.221Z Downloaded usdt-attr-macro v0.6.0
10992026-05-23T04:15:50.221Z Downloaded iri-string v0.7.10
11002026-05-23T04:15:50.225Z Downloaded wait-timeout v0.2.1
11012026-05-23T04:15:50.228Z Downloaded void v1.0.2
11022026-05-23T04:15:50.228Z Downloaded tui-tree-widget v0.23.1
11032026-05-23T04:15:50.228Z Downloaded rustls-webpki v0.103.9
11042026-05-23T04:15:50.231Z Downloaded itertools v0.12.1
11052026-05-23T04:15:50.234Z Downloaded want v0.3.1
11062026-05-23T04:15:50.237Z Downloaded tower-layer v0.3.3
11072026-05-23T04:15:50.237Z Downloaded waitgroup v0.1.2
11082026-05-23T04:15:50.237Z Downloaded serde_yaml v0.9.34+deprecated
11092026-05-23T04:15:50.240Z Downloaded num-bigint-dig v0.8.6
11102026-05-23T04:15:50.243Z Downloaded samael v0.0.19
11112026-05-23T04:15:50.246Z Downloaded unarray v0.1.4
11122026-05-23T04:15:50.249Z Downloaded iddqd v0.4.1
11132026-05-23T04:15:50.251Z Downloaded subprocess v0.2.15
11142026-05-23T04:15:50.254Z Downloaded snafu v0.8.9
11152026-05-23T04:15:50.258Z Downloaded p521 v0.13.3
11162026-05-23T04:15:50.261Z Downloaded unicase v2.9.0
11172026-05-23T04:15:50.264Z Downloaded xattr v1.6.1
11182026-05-23T04:15:50.264Z Downloaded toml_parser v1.0.9+spec-1.1.0
11192026-05-23T04:15:50.264Z Downloaded hashbrown v0.15.5
11202026-05-23T04:15:50.267Z Downloaded xshell-macros v0.2.7
11212026-05-23T04:15:50.270Z Downloaded futures-util v0.3.32
11222026-05-23T04:15:50.275Z Downloaded itertools v0.14.0
11232026-05-23T04:15:50.280Z Downloaded zeroize_derive v1.4.3
11242026-05-23T04:15:50.283Z Downloaded hkdf v0.12.4
11252026-05-23T04:15:50.283Z Downloaded rand v0.8.6
11262026-05-23T04:15:50.286Z Downloaded zone_cfg_derive v0.3.1
11272026-05-23T04:15:50.286Z Downloaded zone v0.3.1
11282026-05-23T04:15:50.286Z Downloaded tracing-attributes v0.1.31
11292026-05-23T04:15:50.289Z Downloaded thread_local v1.1.9
11302026-05-23T04:15:50.289Z Downloaded serde_with_macros v3.17.0
11312026-05-23T04:15:50.292Z Downloaded strum_macros v0.24.3
11322026-05-23T04:15:50.292Z Downloaded twox-hash v2.1.2
11332026-05-23T04:15:50.295Z Downloaded tinyvec v1.10.0
11342026-05-23T04:15:50.295Z Downloaded walkdir v2.5.0
11352026-05-23T04:15:50.298Z Downloaded uzers v0.12.2
11362026-05-23T04:15:50.298Z Downloaded hyper v1.8.1
11372026-05-23T04:15:50.301Z Downloaded vsss-rs v3.3.4
11382026-05-23T04:15:50.304Z Downloaded h2 v0.4.13
11392026-05-23T04:15:50.307Z Downloaded whoami v2.1.0
11402026-05-23T04:15:50.310Z Downloaded tokio-stream v0.1.18
11412026-05-23T04:15:50.312Z Downloaded vergen-gitcl v1.0.8
11422026-05-23T04:15:50.312Z Downloaded unicode-properties v0.1.4
11432026-05-23T04:15:50.315Z Downloaded vergen-lib v0.1.6
11442026-05-23T04:15:50.315Z Downloaded vergen-git2 v9.1.0
11452026-05-23T04:15:50.318Z Downloaded whoami v1.6.1
11462026-05-23T04:15:50.318Z Downloaded rand v0.9.2
11472026-05-23T04:15:50.321Z Downloaded usdt-impl v0.6.0
11482026-05-23T04:15:50.321Z Downloaded toml v1.0.6+spec-1.1.0
11492026-05-23T04:15:50.324Z Downloaded rand v0.10.1
11502026-05-23T04:15:50.327Z Downloaded russh v0.45.0
11512026-05-23T04:15:50.330Z Downloaded tokio-rustls v0.24.1
11522026-05-23T04:15:50.334Z Downloaded itertools v0.13.0
11532026-05-23T04:15:50.337Z Downloaded xshell v0.2.7
11542026-05-23T04:15:50.337Z Downloaded wyz v0.5.1
11552026-05-23T04:15:50.337Z Downloaded steno v0.4.1
11562026-05-23T04:15:50.340Z Downloaded toml v0.7.8
11572026-05-23T04:15:50.343Z Downloaded tracing-core v0.1.36
11582026-05-23T04:15:50.343Z Downloaded test-strategy v0.4.5
11592026-05-23T04:15:50.346Z Downloaded nom v8.0.0
11602026-05-23T04:15:50.349Z Downloaded zstd v0.13.3
11612026-05-23T04:15:50.352Z Downloaded blake3 v1.8.3
11622026-05-23T04:15:50.357Z Downloaded schemars v1.2.1
11632026-05-23T04:15:50.365Z Downloaded vergen v9.1.0
11642026-05-23T04:15:50.368Z Downloaded typify v0.4.3
11652026-05-23T04:15:50.371Z Downloaded vergen-lib v9.1.0
11662026-05-23T04:15:50.371Z Downloaded tar v0.4.45
11672026-05-23T04:15:50.374Z Downloaded tungstenite v0.21.0
11682026-05-23T04:15:50.377Z Downloaded hyper-util v0.1.20
11692026-05-23T04:15:50.379Z Downloaded zeroize v1.8.2
11702026-05-23T04:15:50.379Z Downloaded libm v0.2.16
11712026-05-23T04:15:50.385Z Downloaded rpassword v7.4.0
11722026-05-23T04:15:50.388Z Downloaded num-conv v0.2.0
11732026-05-23T04:15:50.388Z Downloaded typify v0.6.2
11742026-05-23T04:15:50.390Z Downloaded zerocopy v0.6.6
11752026-05-23T04:15:50.393Z Downloaded tungstenite v0.23.0
11762026-05-23T04:15:50.393Z Downloaded yasna v0.5.2
11772026-05-23T04:15:50.396Z Downloaded rustyline v14.0.0
11782026-05-23T04:15:50.399Z Downloaded zstd-safe v7.2.4
11792026-05-23T04:15:50.399Z Downloaded tokio-rustls v0.26.4
11802026-05-23T04:15:50.402Z Downloaded clang-sys v1.8.1
11812026-05-23T04:15:50.402Z Downloaded ipnet v2.11.0
11822026-05-23T04:15:50.405Z Downloaded multimap v0.10.1
11832026-05-23T04:15:50.405Z Downloaded maplit v1.0.2
11842026-05-23T04:15:50.405Z Downloaded lzss v0.8.2
11852026-05-23T04:15:50.408Z Downloaded lru-slab v0.1.2
11862026-05-23T04:15:50.408Z Downloaded unsafe-libyaml v0.2.11
11872026-05-23T04:15:50.411Z Downloaded lru-cache v0.1.2
11882026-05-23T04:15:50.411Z Downloaded linked-hash-map v0.5.6
11892026-05-23T04:15:50.411Z Downloaded bitfield v0.19.4
11902026-05-23T04:15:50.414Z Downloaded ciborium v0.2.2
11912026-05-23T04:15:50.414Z Downloaded colored v3.1.1
11922026-05-23T04:15:50.416Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-05-23T04:15:50.421Z Downloaded uuid v1.23.0
11942026-05-23T04:15:50.421Z Downloaded vte v0.14.1
11952026-05-23T04:15:50.423Z Downloaded indoc v1.0.9
11962026-05-23T04:15:50.423Z Downloaded crc-any v2.5.0
11972026-05-23T04:15:50.426Z Downloaded fixedbitset v0.5.7
11982026-05-23T04:15:50.426Z Downloaded ff v0.13.1
11992026-05-23T04:15:50.426Z Downloaded cargo_metadata v0.23.1
12002026-05-23T04:15:50.429Z Downloaded camino-tempfile-ext v0.3.3
12012026-05-23T04:15:50.429Z Downloaded byte-wrapper v0.1.0
12022026-05-23T04:15:50.432Z Downloaded blowfish v0.9.1
12032026-05-23T04:15:50.432Z Downloaded darling v0.21.3
12042026-05-23T04:15:50.435Z Downloaded ena v0.14.4
12052026-05-23T04:15:50.438Z Downloaded diesel-dtrace v0.5.0
12062026-05-23T04:15:50.438Z Downloaded bit-vec v0.6.3
12072026-05-23T04:15:50.438Z Downloaded unicode-bidi v0.3.18
12082026-05-23T04:15:50.441Z Downloaded ghash v0.5.1
12092026-05-23T04:15:50.441Z Downloaded gethostname v0.5.0
12102026-05-23T04:15:50.441Z Downloaded find-msvc-tools v0.1.9
12112026-05-23T04:15:50.444Z Downloaded csv-core v0.1.13
12122026-05-23T04:15:50.444Z Downloaded cfg_aliases v0.2.1
12132026-05-23T04:15:50.444Z Downloaded unicode_categories v0.1.1
12142026-05-23T04:15:50.446Z Downloaded daft v0.1.7
12152026-05-23T04:15:50.447Z Downloaded futures-core v0.3.32
12162026-05-23T04:15:50.447Z Downloaded foreign-types-shared v0.1.1
12172026-05-23T04:15:50.449Z Downloaded foreign-types-macros v0.2.3
12182026-05-23T04:15:50.449Z Downloaded regex v1.12.3
12192026-05-23T04:15:50.452Z Downloaded zopfli v0.8.3
12202026-05-23T04:15:50.456Z Downloaded bitvec v1.0.1
12212026-05-23T04:15:50.463Z Downloaded toml_edit v0.19.15
12222026-05-23T04:15:50.473Z Downloaded ssh-key v0.6.7
12232026-05-23T04:15:50.478Z Downloaded rayon v1.11.0
12242026-05-23T04:15:50.483Z Downloaded yansi v1.0.1
12252026-05-23T04:15:50.486Z Downloaded reqwest v0.12.28
12262026-05-23T04:15:50.489Z Downloaded reedline v0.40.0
12272026-05-23T04:15:50.508Z Downloaded bindgen v0.71.1
12282026-05-23T04:15:50.522Z Downloaded zip v0.6.6
12292026-05-23T04:15:50.522Z Downloaded portable-atomic v1.13.1
12302026-05-23T04:15:50.522Z Downloaded moka v0.12.13
12312026-05-23T04:15:50.526Z Downloaded chrono v0.4.44
12322026-05-23T04:15:50.530Z Downloaded tokio-postgres v0.7.16
12332026-05-23T04:15:50.533Z Downloaded zerocopy-derive v0.8.40
12342026-05-23T04:15:50.538Z Downloaded git2 v0.20.4
12352026-05-23T04:15:50.544Z Downloaded reqwest v0.13.2
12362026-05-23T04:15:50.547Z Downloaded quick-xml v0.37.5
12372026-05-23T04:15:50.552Z Downloaded p384 v0.13.1
12382026-05-23T04:15:50.555Z Downloaded goblin v0.10.5
12392026-05-23T04:15:50.560Z Downloaded x509-cert v0.2.5
12402026-05-23T04:15:50.563Z Downloaded typed-path v0.9.3
12412026-05-23T04:15:50.567Z Downloaded unicode-segmentation v1.12.0
12422026-05-23T04:15:50.570Z Downloaded salty v0.3.0
12432026-05-23T04:15:50.573Z Downloaded tower v0.5.3
12442026-05-23T04:15:50.579Z Downloaded proptest v1.10.0
12452026-05-23T04:15:50.585Z Downloaded curve25519-dalek v4.1.3
12462026-05-23T04:15:50.590Z Downloaded unicode-normalization v0.1.25
12472026-05-23T04:15:50.593Z Downloaded tough v0.22.0
12482026-05-23T04:15:50.598Z Downloaded zip v4.6.1
12492026-05-23T04:15:50.601Z Downloaded tower-http v0.6.8
12502026-05-23T04:15:50.605Z Downloaded serde_with v3.17.0
12512026-05-23T04:15:50.613Z Downloaded petname v2.0.2
12522026-05-23T04:15:50.616Z Downloaded object v0.30.4
12532026-05-23T04:15:50.622Z Downloaded rustls-webpki v0.102.8
12542026-05-23T04:15:50.633Z Downloaded quinn-proto v0.11.13
12552026-05-23T04:15:50.638Z Downloaded rustls-webpki v0.101.7
12562026-05-23T04:15:50.646Z Downloaded winnow v0.5.40
12572026-05-23T04:15:50.652Z Downloaded tokio-util v0.7.18
12582026-05-23T04:15:50.657Z Downloaded polar-core v0.27.3
12592026-05-23T04:15:50.662Z Downloaded radix_trie v0.2.1
12602026-05-23T04:15:50.665Z Downloaded winnow v0.6.26
12612026-05-23T04:15:50.670Z Downloaded openssl v0.10.78
12622026-05-23T04:15:50.675Z Downloaded lalrpop v0.19.12
12632026-05-23T04:15:50.681Z Downloaded aws-lc-rs v1.16.3
12642026-05-23T04:15:50.687Z Downloaded nix v0.27.1
12652026-05-23T04:15:50.695Z Downloaded winnow v1.0.3
12662026-05-23T04:15:50.700Z Downloaded nix v0.28.0
12672026-05-23T04:15:50.717Z Downloaded hickory-proto v0.24.4
12682026-05-23T04:15:50.730Z Downloaded object v0.37.3
12692026-05-23T04:15:50.736Z Downloaded time v0.3.47
12702026-05-23T04:15:50.743Z Downloaded diesel v2.3.7
12712026-05-23T04:15:50.755Z Downloaded zerocopy v0.8.40
12722026-05-23T04:15:50.760Z Downloaded regex-syntax v0.6.29
12732026-05-23T04:15:50.764Z Downloaded openapiv3 v2.2.0
12742026-05-23T04:15:50.770Z Downloaded zlib-rs v0.6.2
12752026-05-23T04:15:50.774Z Downloaded regress v0.11.1
12762026-05-23T04:15:50.780Z Downloaded hickory-proto v0.25.2
12772026-05-23T04:15:50.787Z Downloaded dropshot v0.17.0
12782026-05-23T04:15:50.800Z Downloaded vcpkg v0.2.15
12792026-05-23T04:15:50.821Z Downloaded webpki-roots v1.0.6
12802026-05-23T04:15:50.824Z Downloaded rustls v0.21.12
12812026-05-23T04:15:50.830Z Downloaded smoltcp v0.11.0
12822026-05-23T04:15:50.837Z Downloaded tabled v0.20.0
12832026-05-23T04:15:50.846Z Downloaded regress v0.10.5
12842026-05-23T04:15:50.851Z Downloaded smoltcp v0.9.1
12852026-05-23T04:15:50.857Z Downloaded rustix v0.38.44
12862026-05-23T04:15:50.869Z Downloaded bstr v1.12.1
12872026-05-23T04:15:50.874Z Downloaded rustls v0.23.37
12882026-05-23T04:15:50.881Z Downloaded regex-syntax v0.8.10
12892026-05-23T04:15:50.886Z Downloaded rustls v0.22.4
12902026-05-23T04:15:50.893Z Downloaded typify-impl v0.6.2
12912026-05-23T04:15:50.902Z Downloaded sled v0.34.7
12922026-05-23T04:15:50.908Z Downloaded tracing v0.1.44
12932026-05-23T04:15:50.921Z Downloaded nix v0.31.2
12942026-05-23T04:15:50.928Z Downloaded ratatui v0.29.0
12952026-05-23T04:15:50.939Z Downloaded zerocopy-derive v0.6.6
12962026-05-23T04:15:50.946Z Downloaded sqlparser v0.61.0
12972026-05-23T04:15:50.960Z Downloaded petgraph v0.6.5
12982026-05-23T04:15:50.977Z Downloaded typify-impl v0.4.3
12992026-05-23T04:15:51.001Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-05-23T04:15:51.008Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-05-23T04:15:51.018Z Downloaded regex-automata v0.4.14
13022026-05-23T04:15:51.027Z Downloaded csv v1.4.0
13032026-05-23T04:15:51.039Z Downloaded sha3 v0.10.8
13042026-05-23T04:15:51.056Z Downloaded jiff v0.2.21
13052026-05-23T04:15:51.082Z Downloaded encoding_rs v0.8.35
13062026-05-23T04:15:51.095Z Downloaded chrono-tz v0.10.4
13072026-05-23T04:15:51.105Z Downloaded petgraph v0.8.3
13082026-05-23T04:15:51.118Z Downloaded libz-sys v1.1.24
13092026-05-23T04:15:51.131Z Downloaded ring v0.17.14
13102026-05-23T04:15:51.155Z Downloaded tokio v1.52.1
13112026-05-23T04:15:51.281Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-23T04:15:51.756Z Downloaded aws-lc-sys v0.40.0
13132026-05-23T04:15:52.007Z Compiling libc v0.2.185
13142026-05-23T04:15:52.007Z Compiling serde v1.0.228
13152026-05-23T04:15:52.010Z Compiling log v0.4.29
13162026-05-23T04:15:52.010Z Compiling shlex v1.3.0
13172026-05-23T04:15:52.010Z Compiling find-msvc-tools v0.1.9
13182026-05-23T04:15:52.010Z Compiling smallvec v1.15.1
13192026-05-23T04:15:52.153Z Compiling syn v2.0.117
13202026-05-23T04:15:52.163Z Compiling typenum v1.19.0
13212026-05-23T04:15:52.342Z Compiling generic-array v0.14.7
13222026-05-23T04:15:52.364Z Compiling subtle v2.6.1
13232026-05-23T04:15:52.420Z Compiling scopeguard v1.2.0
13242026-05-23T04:15:52.446Z Compiling portable-atomic v1.13.1
13252026-05-23T04:15:52.477Z Compiling const-oid v0.9.6
13262026-05-23T04:15:52.523Z Compiling lock_api v0.4.14
13272026-05-23T04:15:52.550Z Compiling serde_json v1.0.149
13282026-05-23T04:15:52.623Z Compiling critical-section v1.2.0
13292026-05-23T04:15:52.732Z Compiling zerocopy v0.8.40
13302026-05-23T04:15:52.758Z Compiling parking_lot_core v0.9.12
13312026-05-23T04:15:53.023Z Compiling getrandom v0.2.17
13322026-05-23T04:15:53.146Z Compiling jobserver v0.1.34
13332026-05-23T04:15:53.246Z Compiling rand_core v0.6.4
13342026-05-23T04:15:53.260Z Compiling errno v0.3.14
13352026-05-23T04:15:53.328Z Compiling pin-project-lite v0.2.17
13362026-05-23T04:15:53.369Z Compiling cc v1.2.56
13372026-05-23T04:15:53.412Z Compiling pkg-config v0.3.32
13382026-05-23T04:15:53.430Z Compiling signal-hook-registry v1.4.8
13392026-05-23T04:15:53.526Z Compiling once_cell v1.21.3
13402026-05-23T04:15:53.568Z Compiling bitflags v2.11.0
13412026-05-23T04:15:53.700Z Compiling libm v0.2.16
13422026-05-23T04:15:53.743Z Compiling futures-core v0.3.32
13432026-05-23T04:15:53.802Z Compiling parking_lot v0.12.5
13442026-05-23T04:15:53.826Z Compiling mio v1.2.0
13452026-05-23T04:15:53.906Z Compiling num-traits v0.2.19
13462026-05-23T04:15:53.969Z Compiling percent-encoding v2.3.2
13472026-05-23T04:15:54.025Z Compiling socket2 v0.6.3
13482026-05-23T04:15:54.170Z Compiling futures-sink v0.3.32
13492026-05-23T04:15:54.199Z Compiling cpufeatures v0.2.17
13502026-05-23T04:15:54.273Z Compiling futures-channel v0.3.32
13512026-05-23T04:15:54.288Z Compiling futures-io v0.3.32
13522026-05-23T04:15:54.288Z Compiling futures-task v0.3.32
13532026-05-23T04:15:54.315Z Compiling getrandom v0.4.1
13542026-05-23T04:15:54.449Z Compiling slab v0.4.12
13552026-05-23T04:15:54.452Z Compiling rand_core v0.10.0
13562026-05-23T04:15:54.483Z Compiling indexmap v2.14.0
13572026-05-23T04:15:54.504Z Compiling rustversion v1.0.22
13582026-05-23T04:15:54.633Z Compiling getrandom v0.3.4
13592026-05-23T04:15:54.636Z Compiling form_urlencoded v1.2.2
13602026-05-23T04:15:54.908Z Compiling cmake v0.1.57
13612026-05-23T04:15:54.921Z Compiling fs_extra v1.3.0
13622026-05-23T04:15:55.004Z Compiling dunce v1.0.5
13632026-05-23T04:15:55.109Z Compiling synstructure v0.13.2
13642026-05-23T04:15:55.197Z Compiling base64ct v1.8.3
13652026-05-23T04:15:55.213Z Compiling ident_case v1.0.1
13662026-05-23T04:15:55.321Z Compiling aws-lc-sys v0.40.0
13672026-05-23T04:15:55.342Z Compiling iana-time-zone v0.1.65
13682026-05-23T04:15:55.478Z Compiling pem-rfc7468 v0.7.0
13692026-05-23T04:15:55.499Z Compiling regex-syntax v0.8.10
13702026-05-23T04:15:55.546Z Compiling rustix v1.1.3
13712026-05-23T04:15:55.622Z Compiling flagset v0.4.7
13722026-05-23T04:15:55.735Z Compiling rand_core v0.9.5
13732026-05-23T04:15:55.765Z Compiling ring v0.17.14
13742026-05-23T04:15:55.768Z Compiling aws-lc-rs v1.16.3
13752026-05-23T04:15:55.800Z Compiling vcpkg v0.2.15
13762026-05-23T04:15:56.026Z Compiling uuid v1.23.0
13772026-05-23T04:15:56.073Z Compiling rustc_version v0.4.1
13782026-05-23T04:15:56.426Z Compiling tracing-core v0.1.36
13792026-05-23T04:15:56.572Z Compiling openssl-sys v0.9.114
13802026-05-23T04:15:56.766Z Compiling base64 v0.22.1
13812026-05-23T04:15:56.878Z Compiling serde_derive v1.0.228
13822026-05-23T04:15:56.999Z Compiling zeroize_derive v1.4.3
13832026-05-23T04:15:57.105Z Compiling zerofrom-derive v0.1.6
13842026-05-23T04:15:57.119Z Compiling yoke-derive v0.8.1
13852026-05-23T04:15:57.365Z Compiling zerovec-derive v0.11.2
13862026-05-23T04:15:57.654Z Compiling zeroize v1.8.2
13872026-05-23T04:15:57.939Z Compiling zerocopy-derive v0.8.40
13882026-05-23T04:15:58.298Z Compiling displaydoc v0.2.5
13892026-05-23T04:15:58.452Z Compiling crypto-common v0.1.7
13902026-05-23T04:15:58.523Z Compiling zerofrom v0.1.6
13912026-05-23T04:15:58.538Z Compiling block-buffer v0.10.4
13922026-05-23T04:15:58.602Z Compiling tokio-macros v2.7.0
13932026-05-23T04:15:58.655Z Compiling yoke v0.8.1
13942026-05-23T04:15:58.713Z Compiling digest v0.10.7
13952026-05-23T04:15:58.844Z Compiling zerovec v0.11.5
13962026-05-23T04:15:58.973Z Compiling futures-macro v0.3.32
13972026-05-23T04:15:59.059Z Compiling zerotrie v0.2.3
13982026-05-23T04:15:59.331Z Compiling tinystr v0.8.2
13992026-05-23T04:15:59.353Z Compiling potential_utf v0.1.4
14002026-05-23T04:15:59.368Z Compiling hmac v0.12.1
14012026-05-23T04:15:59.517Z Compiling icu_locale_core v2.1.1
14022026-05-23T04:15:59.517Z Compiling icu_collections v2.1.1
14032026-05-23T04:15:59.543Z Compiling block-padding v0.3.3
14042026-05-23T04:15:59.699Z Compiling inout v0.1.4
14052026-05-23T04:15:59.772Z Compiling futures-util v0.3.32
14062026-05-23T04:15:59.866Z Compiling cipher v0.4.4
14072026-05-23T04:15:59.993Z Compiling sha2 v0.10.9
14082026-05-23T04:16:00.130Z Compiling icu_provider v2.1.1
14092026-05-23T04:16:00.396Z Compiling bytes v1.11.1
14102026-05-23T04:16:00.411Z Compiling icu_normalizer v2.1.1
14112026-05-23T04:16:00.426Z Compiling icu_properties v2.1.2
14122026-05-23T04:16:00.897Z Compiling tokio v1.52.1
14132026-05-23T04:16:00.932Z Compiling der_derive v0.7.3
14142026-05-23T04:16:01.002Z Compiling http v1.4.0
14152026-05-23T04:16:01.315Z Compiling idna_adapter v1.2.1
14162026-05-23T04:16:01.458Z Compiling idna v1.1.0
14172026-05-23T04:16:01.516Z Compiling chrono v0.4.44
14182026-05-23T04:16:01.885Z Compiling url v2.5.8
14192026-05-23T04:16:01.909Z Compiling der v0.7.10
14202026-05-23T04:16:02.025Z Compiling salsa20 v0.10.2
14212026-05-23T04:16:02.111Z Compiling pbkdf2 v0.12.2
14222026-05-23T04:16:02.167Z Compiling rustls-pki-types v1.14.0
14232026-05-23T04:16:02.230Z Compiling ppv-lite86 v0.2.21
14242026-05-23T04:16:02.376Z Compiling tracing-attributes v0.1.31
14252026-05-23T04:16:02.552Z Compiling thiserror-impl v2.0.18
14262026-05-23T04:16:02.616Z Compiling rand_chacha v0.9.0
14272026-05-23T04:16:02.670Z Compiling scrypt v0.11.0
14282026-05-23T04:16:02.879Z Compiling spki v0.7.3
14292026-05-23T04:16:02.926Z Compiling http-body v1.0.1
14302026-05-23T04:16:03.105Z Compiling cbc v0.1.2
14312026-05-23T04:16:03.121Z Compiling aes v0.8.4
14322026-05-23T04:16:03.219Z Compiling openssl-probe v0.2.1
14332026-05-23T04:16:03.257Z Compiling httparse v1.10.1
14342026-05-23T04:16:03.383Z Compiling untrusted v0.7.1
14352026-05-23T04:16:03.400Z Compiling untrusted v0.9.0
14362026-05-23T04:16:03.509Z Compiling tinyvec_macros v0.1.1
14372026-05-23T04:16:03.524Z Compiling pkcs5 v0.7.1
14382026-05-23T04:16:03.583Z Compiling tinyvec v1.10.0
14392026-05-23T04:16:03.707Z Compiling tracing v0.1.44
14402026-05-23T04:16:03.907Z Compiling thiserror v2.0.18
14412026-05-23T04:16:03.939Z Compiling pest_generator v2.8.6
14422026-05-23T04:16:03.977Z Compiling rand v0.9.2
14432026-05-23T04:16:04.011Z Compiling serde_derive_internals v0.29.1
14442026-05-23T04:16:04.027Z Compiling aho-corasick v1.1.4
14452026-05-23T04:16:04.186Z Compiling atomic-waker v1.1.2
14462026-05-23T04:16:04.318Z Compiling tower-layer v0.3.3
14472026-05-23T04:16:04.484Z Compiling dyn-clone v1.0.20
14482026-05-23T04:16:04.628Z Compiling rustls v0.23.37
14492026-05-23T04:16:04.645Z Compiling schemars v0.8.22
14502026-05-23T04:16:04.773Z Compiling tokio-util v0.7.18
14512026-05-23T04:16:04.800Z Compiling try-lock v0.2.5
14522026-05-23T04:16:04.845Z Compiling tower-service v0.3.3
14532026-05-23T04:16:04.907Z Compiling want v0.3.1
14542026-05-23T04:16:04.911Z Compiling schemars_derive v0.8.22
14552026-05-23T04:16:04.959Z Compiling regex-automata v0.4.14
14562026-05-23T04:16:05.075Z Compiling pest_derive v2.8.6
14572026-05-23T04:16:05.429Z Compiling pkcs8 v0.10.2
14582026-05-23T04:16:05.500Z Compiling h2 v0.4.13
14592026-05-23T04:16:05.734Z Compiling ipnet v2.11.0
14602026-05-23T04:16:05.804Z Compiling scroll_derive v0.13.1
14612026-05-23T04:16:05.984Z Compiling darling_core v0.20.11
14622026-05-23T04:16:06.140Z Compiling openssl v0.10.78
14632026-05-23T04:16:06.234Z Compiling pin-utils v0.1.0
14642026-05-23T04:16:06.310Z Compiling httpdate v1.0.3
14652026-05-23T04:16:06.375Z Compiling foreign-types-shared v0.1.1
14662026-05-23T04:16:06.468Z Compiling foreign-types v0.3.2
14672026-05-23T04:16:06.530Z Compiling tempfile v3.25.0
14682026-05-23T04:16:06.601Z Compiling scroll v0.13.0
14692026-05-23T04:16:06.640Z Compiling unicode-normalization v0.1.25
14702026-05-23T04:16:06.902Z Compiling openssl-macros v0.1.1
14712026-05-23T04:16:07.097Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-23T04:16:07.302Z Compiling spin v0.9.8
14732026-05-23T04:16:07.414Z Compiling native-tls v0.2.18
14742026-05-23T04:16:07.484Z Compiling time-core v0.1.8
14752026-05-23T04:16:07.513Z Compiling crc32fast v1.5.0
14762026-05-23T04:16:07.618Z Compiling num-conv v0.2.0
14772026-05-23T04:16:07.633Z Compiling powerfmt v0.2.0
14782026-05-23T04:16:07.752Z Compiling time-macros v0.2.27
14792026-05-23T04:16:07.830Z Compiling deranged v0.5.8
14802026-05-23T04:16:08.274Z Compiling darling_macro v0.20.11
14812026-05-23T04:16:08.745Z Compiling hyper v1.8.1
14822026-05-23T04:16:08.853Z Compiling darling v0.20.11
14832026-05-23T04:16:08.868Z Compiling goblin v0.10.5
14842026-05-23T04:16:08.939Z Compiling rustls-native-certs v0.8.3
14852026-05-23T04:16:09.149Z Compiling sync_wrapper v1.0.2
14862026-05-23T04:16:09.241Z Compiling wait-timeout v0.2.1
14872026-05-23T04:16:09.262Z Compiling quick-error v1.2.3
14882026-05-23T04:16:09.377Z Compiling bit-vec v0.8.0
14892026-05-23T04:16:09.516Z Compiling simd-adler32 v0.3.8
14902026-05-23T04:16:09.531Z Compiling syn v1.0.109
14912026-05-23T04:16:09.608Z Compiling siphasher v1.0.2
14922026-05-23T04:16:09.760Z Compiling num_threads v0.1.7
14932026-05-23T04:16:09.798Z Compiling usdt-impl v0.6.0
14942026-05-23T04:16:09.825Z Compiling hyper-util v0.1.20
14952026-05-23T04:16:09.857Z Compiling crossbeam-utils v0.8.21
14962026-05-23T04:16:10.024Z Compiling time v0.3.47
14972026-05-23T04:16:10.388Z Compiling bit-set v0.8.0
14982026-05-23T04:16:10.485Z Compiling rusty-fork v0.3.1
14992026-05-23T04:16:10.555Z Compiling tower v0.5.3
15002026-05-23T04:16:10.800Z Compiling derive_builder_core v0.20.2
15012026-05-23T04:16:11.028Z Compiling dtrace-parser v0.3.0
15022026-05-23T04:16:11.053Z Compiling http-body-util v0.1.3
15032026-05-23T04:16:11.301Z Compiling webpki-roots v1.0.6
15042026-05-23T04:16:11.429Z Compiling signature v2.2.0
15052026-05-23T04:16:11.540Z Compiling thiserror-impl v1.0.69
15062026-05-23T04:16:11.583Z Compiling dof v0.4.0
15072026-05-23T04:16:11.608Z Compiling scroll_derive v0.12.1
15082026-05-23T04:16:11.674Z Compiling heapless v0.7.17
15092026-05-23T04:16:11.773Z Compiling rand_xorshift v0.4.0
15102026-05-23T04:16:11.919Z Compiling slog v2.8.2
15112026-05-23T04:16:11.943Z Compiling darling_core v0.21.3
15122026-05-23T04:16:12.107Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-23T04:16:12.270Z Compiling thread-id v5.1.0
15142026-05-23T04:16:12.357Z Compiling cookie v0.18.1
15152026-05-23T04:16:12.386Z Compiling allocator-api2 v0.2.21
15162026-05-23T04:16:12.541Z Compiling signal-hook v0.3.18
15172026-05-23T04:16:12.712Z Compiling unicode-properties v0.1.4
15182026-05-23T04:16:12.727Z Compiling zstd-safe v7.2.4
15192026-05-23T04:16:12.749Z Compiling adler2 v2.0.1
15202026-05-23T04:16:12.786Z Compiling iri-string v0.7.10
15212026-05-23T04:16:12.882Z Compiling unarray v0.1.4
15222026-05-23T04:16:12.919Z Compiling ryu v1.0.23
15232026-05-23T04:16:12.922Z Compiling anyhow v1.0.102
15242026-05-23T04:16:13.048Z Compiling unicode-bidi v0.3.18
15252026-05-23T04:16:13.116Z Compiling paste v1.0.15
15262026-05-23T04:16:13.131Z Compiling serde_urlencoded v0.7.1
15272026-05-23T04:16:13.379Z Compiling stringprep v0.1.5
15282026-05-23T04:16:13.440Z Compiling proptest v1.10.0
15292026-05-23T04:16:13.480Z Compiling miniz_oxide v0.8.9
15302026-05-23T04:16:13.578Z Compiling thiserror v1.0.69
15312026-05-23T04:16:14.095Z Compiling tower-http v0.6.8
15322026-05-23T04:16:14.362Z Compiling scroll v0.12.0
15332026-05-23T04:16:14.470Z Compiling derive_builder_macro v0.20.2
15342026-05-23T04:16:14.498Z Compiling darling_macro v0.21.3
15352026-05-23T04:16:14.525Z Compiling tokio-native-tls v0.3.1
15362026-05-23T04:16:14.694Z Compiling ipnetwork v0.21.1
15372026-05-23T04:16:14.720Z Compiling bstr v1.12.1
15382026-05-23T04:16:14.917Z Compiling rand_chacha v0.3.1
15392026-05-23T04:16:14.972Z Compiling serde_tokenstream v0.2.3
15402026-05-23T04:16:15.091Z Compiling toml_datetime v0.6.11
15412026-05-23T04:16:15.121Z Compiling erased-serde v0.3.31
15422026-05-23T04:16:15.284Z Compiling serde_spanned v0.6.9
15432026-05-23T04:16:15.355Z Compiling md-5 v0.10.6
15442026-05-23T04:16:15.380Z Compiling pin-project-internal v1.1.11
15452026-05-23T04:16:15.426Z Compiling async-trait v0.1.89
15462026-05-23T04:16:15.519Z Compiling zerocopy-derive v0.7.35
15472026-05-23T04:16:15.603Z Compiling curve25519-dalek v4.1.3
15482026-05-23T04:16:15.721Z Compiling vergen-lib v9.1.0
15492026-05-23T04:16:15.904Z Compiling num-integer v0.1.46
15502026-05-23T04:16:15.937Z Compiling hash32 v0.2.1
15512026-05-23T04:16:16.146Z Compiling ff v0.13.1
15522026-05-23T04:16:16.231Z Compiling memoffset v0.9.1
15532026-05-23T04:16:16.288Z Compiling encoding_rs v0.8.35
15542026-05-23T04:16:16.380Z Compiling ref-cast v1.0.25
15552026-05-23T04:16:16.435Z Compiling smoltcp v0.9.1
15562026-05-23T04:16:16.449Z Compiling cfg_aliases v0.2.1
15572026-05-23T04:16:16.478Z Compiling fallible-iterator v0.2.0
15582026-05-23T04:16:16.522Z Compiling mime v0.3.17
15592026-05-23T04:16:16.681Z Compiling rustix v0.38.44
15602026-05-23T04:16:16.769Z Compiling zlib-rs v0.6.2
15612026-05-23T04:16:16.784Z Compiling litrs v1.0.0
15622026-05-23T04:16:16.799Z Compiling base16ct v0.2.0
15632026-05-23T04:16:16.978Z Compiling num-bigint-dig v0.8.6
15642026-05-23T04:16:17.028Z Compiling psl-types v2.0.11
15652026-05-23T04:16:17.159Z Compiling publicsuffix v2.3.0
15662026-05-23T04:16:17.287Z Compiling sec1 v0.7.3
15672026-05-23T04:16:17.302Z Compiling document-features v0.2.12
15682026-05-23T04:16:17.351Z Compiling postgres-protocol v0.6.10
15692026-05-23T04:16:17.619Z Compiling nix v0.31.2
15702026-05-23T04:16:17.796Z Compiling pin-project v1.1.11
15712026-05-23T04:16:17.898Z Compiling zerocopy v0.7.35
15722026-05-23T04:16:17.912Z Compiling group v0.13.0
15732026-05-23T04:16:17.990Z Compiling num-iter v0.1.45
15742026-05-23T04:16:18.173Z Compiling newtype-uuid v1.3.2
15752026-05-23T04:16:18.355Z Compiling hubpack_derive v0.1.1
15762026-05-23T04:16:18.505Z Compiling rand v0.8.6
15772026-05-23T04:16:18.508Z Compiling darling v0.21.3
15782026-05-23T04:16:18.533Z Compiling derive_builder v0.20.2
15792026-05-23T04:16:18.603Z Compiling oxnet v0.1.5
15802026-05-23T04:16:18.661Z Compiling hyper-tls v0.6.0
15812026-05-23T04:16:18.803Z Compiling goblin v0.8.2
15822026-05-23T04:16:19.364Z Compiling phf_shared v0.13.1
15832026-05-23T04:16:19.379Z Compiling lazy_static v1.5.0
15842026-05-23T04:16:19.463Z Compiling regex v1.12.3
15852026-05-23T04:16:19.478Z Compiling anstyle-parse v0.2.7
15862026-05-23T04:16:19.605Z Compiling futures-executor v0.3.32
15872026-05-23T04:16:19.664Z Compiling flate2 v1.1.9
15882026-05-23T04:16:19.743Z Compiling hex v0.4.3
15892026-05-23T04:16:19.865Z Compiling hkdf v0.12.4
15902026-05-23T04:16:19.899Z Compiling crypto-bigint v0.5.5
15912026-05-23T04:16:20.015Z Compiling terminal_size v0.4.3
15922026-05-23T04:16:20.032Z Compiling strum_macros v0.27.2
15932026-05-23T04:16:20.035Z Compiling ref-cast-impl v1.0.25
15942026-05-23T04:16:20.073Z Compiling curve25519-dalek-derive v0.1.1
15952026-05-23T04:16:20.152Z Compiling snafu-derive v0.8.9
15962026-05-23T04:16:20.581Z Compiling daft-derive v0.1.7
15972026-05-23T04:16:20.715Z Compiling vergen v9.1.0
15982026-05-23T04:16:20.903Z Compiling fs-err v3.3.0
15992026-05-23T04:16:21.095Z Compiling cargo-platform v0.3.2
16002026-05-23T04:16:21.311Z Compiling ahash v0.8.12
16012026-05-23T04:16:21.372Z Compiling bitflags v1.3.2
16022026-05-23T04:16:21.454Z Compiling object v0.37.3
16032026-05-23T04:16:21.514Z Compiling foldhash v0.1.5
16042026-05-23T04:16:21.691Z Compiling managed v0.8.0
16052026-05-23T04:16:21.723Z Compiling bumpalo v3.20.2
16062026-05-23T04:16:21.911Z Compiling winnow v0.5.40
16072026-05-23T04:16:21.983Z Compiling libbz2-rs-sys v0.2.2
16082026-05-23T04:16:21.987Z Compiling foldhash v0.2.0
16092026-05-23T04:16:22.011Z Compiling same-file v1.0.6
16102026-05-23T04:16:22.047Z Compiling unicode-segmentation v1.12.0
16112026-05-23T04:16:22.175Z Compiling hashbrown v0.16.1
16122026-05-23T04:16:22.218Z Compiling walkdir v2.5.0
16132026-05-23T04:16:22.305Z Compiling snafu v0.8.9
16142026-05-23T04:16:22.440Z Compiling bzip2 v0.6.1
16152026-05-23T04:16:22.531Z Compiling strum v0.27.2
16162026-05-23T04:16:22.645Z Compiling zopfli v0.8.3
16172026-05-23T04:16:22.673Z Compiling hashbrown v0.15.5
16182026-05-23T04:16:22.722Z Compiling clap_builder v4.6.0
16192026-05-23T04:16:22.803Z Compiling daft v0.1.7
16202026-05-23T04:16:23.105Z Compiling cargo_metadata v0.23.1
16212026-05-23T04:16:23.234Z Compiling toml_edit v0.19.15
16222026-05-23T04:16:23.387Z Compiling dof v0.3.0
16232026-05-23T04:16:23.527Z Compiling elliptic-curve v0.13.8
16242026-05-23T04:16:24.047Z Compiling futures v0.3.32
16252026-05-23T04:16:24.110Z Compiling anstream v0.6.21
16262026-05-23T04:16:24.134Z Compiling phf v0.13.1
16272026-05-23T04:16:24.483Z Compiling cookie_store v0.22.1
16282026-05-23T04:16:24.485Z Compiling signal-hook-mio v0.2.5
16292026-05-23T04:16:24.619Z Compiling bzip2 v0.4.4
16302026-05-23T04:16:24.786Z Compiling hubpack v0.1.2
16312026-05-23T04:16:24.826Z Compiling zstd v0.13.3
16322026-05-23T04:16:25.013Z Compiling serde_with_macros v3.17.0
16332026-05-23T04:16:25.148Z Compiling postgres-types v0.2.12
16342026-05-23T04:16:25.707Z Compiling usdt-attr-macro v0.6.0
16352026-05-23T04:16:25.763Z Compiling usdt-macro v0.6.0
16362026-05-23T04:16:25.868Z Compiling globset v0.4.18
16372026-05-23T04:16:26.133Z Compiling dtrace-parser v0.2.0
16382026-05-23T04:16:26.283Z Compiling ed25519 v2.2.3
16392026-05-23T04:16:26.501Z Compiling phf_shared v0.11.3
16402026-05-23T04:16:26.501Z Compiling olpc-cjson v0.1.4
16412026-05-23T04:16:26.547Z Compiling pkcs1 v0.7.5
16422026-05-23T04:16:26.562Z Compiling serde-big-array v0.5.1
16432026-05-23T04:16:26.671Z Compiling serde_plain v1.0.2
16442026-05-23T04:16:26.688Z Compiling rfc6979 v0.4.0
16452026-05-23T04:16:26.706Z Compiling pem v3.0.6
16462026-05-23T04:16:26.814Z Compiling serde_repr v0.1.20
16472026-05-23T04:16:26.868Z Compiling async-recursion v1.1.1
16482026-05-23T04:16:26.885Z Compiling enum-as-inner v0.6.1
16492026-05-23T04:16:26.946Z Compiling strum_macros v0.26.4
16502026-05-23T04:16:27.042Z Compiling clap_derive v4.6.1
16512026-05-23T04:16:27.183Z Compiling float-cmp v0.10.0
16522026-05-23T04:16:27.337Z Compiling memmap2 v0.9.10
16532026-05-23T04:16:27.350Z Compiling thread-id v4.2.2
16542026-05-23T04:16:27.382Z Compiling env_filter v1.0.0
16552026-05-23T04:16:27.438Z Compiling static_assertions v1.1.0
16562026-05-23T04:16:27.510Z Compiling fixedbitset v0.4.2
16572026-05-23T04:16:27.524Z Compiling keccak v0.1.6
16582026-05-23T04:16:27.552Z Compiling normalize-line-endings v0.3.0
16592026-05-23T04:16:27.655Z Compiling precomputed-hash v0.1.1
16602026-05-23T04:16:27.686Z Compiling difflib v0.4.0
16612026-05-23T04:16:27.729Z Compiling typed-path v0.9.3
16622026-05-23T04:16:27.745Z Compiling data-encoding v2.10.0
16632026-05-23T04:16:28.305Z Compiling fixedbitset v0.5.7
16642026-05-23T04:16:28.357Z Compiling new_debug_unreachable v1.0.6
16652026-05-23T04:16:28.434Z Compiling predicates-core v1.0.10
16662026-05-23T04:16:28.462Z Compiling whoami v2.1.0
16672026-05-23T04:16:28.613Z Compiling either v1.15.0
16682026-05-23T04:16:28.613Z Compiling jiff v0.2.21
16692026-05-23T04:16:28.720Z Compiling strum v0.26.3
16702026-05-23T04:16:28.832Z Compiling itertools v0.13.0
16712026-05-23T04:16:28.857Z Compiling tokio-postgres v0.7.16
16722026-05-23T04:16:28.860Z Compiling predicates v3.1.4
16732026-05-23T04:16:28.884Z Compiling clap v4.6.1
16742026-05-23T04:16:28.970Z Compiling petgraph v0.8.3
16752026-05-23T04:16:28.997Z Compiling string_cache v0.8.9
16762026-05-23T04:16:29.234Z Compiling hickory-proto v0.25.2
16772026-05-23T04:16:29.522Z Compiling sha3 v0.10.8
16782026-05-23T04:16:29.924Z Compiling toml_edit v0.22.27
16792026-05-23T04:16:29.982Z Compiling petgraph v0.6.5
16802026-05-23T04:16:30.067Z Compiling env_logger v0.11.9
16812026-05-23T04:16:30.427Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16822026-05-23T04:16:30.933Z Compiling usdt v0.6.0
16832026-05-23T04:16:31.080Z Compiling usdt-impl v0.5.0
16842026-05-23T04:16:31.196Z Compiling zip v4.6.1
16852026-05-23T04:16:31.466Z Compiling ecdsa v0.16.9
16862026-05-23T04:16:31.668Z Compiling rsa v0.9.10
16872026-05-23T04:16:31.867Z Compiling ed25519-dalek v2.2.0
16882026-05-23T04:16:32.146Z Compiling serde_with v3.17.0
16892026-05-23T04:16:32.528Z Compiling crossterm v0.28.1
16902026-05-23T04:16:32.777Z Compiling zip v0.6.6
16912026-05-23T04:16:33.407Z Compiling toml v0.7.8
16922026-05-23T04:16:33.691Z Compiling iddqd v0.4.1
16932026-05-23T04:16:34.019Z Compiling similar v2.7.0
16942026-05-23T04:16:34.131Z Compiling heck v0.4.1
16952026-05-23T04:16:34.184Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-05-23T04:16:34.263Z Compiling crossbeam-epoch v0.9.18
16972026-05-23T04:16:34.360Z Compiling tokio-stream v0.1.18
16982026-05-23T04:16:34.587Z Compiling buf-list v1.1.2
16992026-05-23T04:16:34.810Z Compiling x509-cert v0.2.5
17002026-05-23T04:16:34.826Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17012026-05-23T04:16:34.864Z Compiling openapiv3 v2.2.0
17022026-05-23T04:16:34.879Z Compiling sha1 v0.10.6
17032026-05-23T04:16:34.903Z Compiling lalrpop-util v0.19.12
17042026-05-23T04:16:35.003Z Compiling peg-runtime v0.8.5
17052026-05-23T04:16:35.092Z Compiling thread_local v1.1.9
17062026-05-23T04:16:35.092Z Compiling slog-async v2.8.0
17072026-05-23T04:16:35.122Z Compiling crossbeam-channel v0.5.15
17082026-05-23T04:16:35.281Z Compiling filetime v0.2.27
17092026-05-23T04:16:35.345Z Compiling is-terminal v0.4.17
17102026-05-23T04:16:35.421Z Compiling take_mut v0.2.2
17112026-05-23T04:16:35.441Z Compiling term v1.2.1
17122026-05-23T04:16:35.455Z Compiling xattr v1.6.1
17132026-05-23T04:16:35.579Z Compiling tar v0.4.45
17142026-05-23T04:16:35.987Z Compiling slog-term v2.9.2
17152026-05-23T04:16:45.794Z Compiling rustls-webpki v0.103.9
17162026-05-23T04:16:48.670Z Compiling tokio-rustls v0.26.4
17172026-05-23T04:16:48.670Z Compiling rustls-platform-verifier v0.6.2
17182026-05-23T04:16:48.849Z Compiling hyper-rustls v0.27.7
17192026-05-23T04:16:49.048Z Compiling reqwest v0.12.28
17202026-05-23T04:16:49.048Z Compiling reqwest v0.13.2
17212026-05-23T04:16:50.327Z Compiling tough v0.22.0
17222026-05-23T04:16:52.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-23T04:16:53.083Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-23T04:16:55.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17252026-05-23T04:16:56.146Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17262026-05-23T04:16:56.193ZMay 23 04:16:55.259 INFO Starting download, target: Console
17272026-05-23T04:16:56.193ZMay 23 04:16:55.260 INFO Starting download, target: Cockroach
17282026-05-23T04:16:56.222ZMay 23 04:16:55.260 INFO Starting download, target: Clickhouse
17292026-05-23T04:16:56.222ZMay 23 04:16:55.260 INFO Starting download, target: DendriteStub
17302026-05-23T04:16:56.222ZMay 23 04:16:55.260 INFO Starting download, target: MaghemiteMgd
17312026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Starting download, target: MaghemiteDdmd
17322026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Starting download, target: TransceiverControl
17332026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17382026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-23T04:16:56.223ZMay 23 04:16:55.260 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17402026-05-23T04:16:57.137ZMay 23 04:16:56.204 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-23T04:16:57.200ZMay 23 04:16:56.263 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-23T04:16:57.345ZMay 23 04:16:56.418 INFO Download complete, target: TransceiverControl
17432026-05-23T04:16:57.452ZMay 23 04:16:56.505 INFO Download complete, target: Console
17442026-05-23T04:16:58.167ZMay 23 04:16:57.228 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17452026-05-23T04:16:58.604ZMay 23 04:16:57.638 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-05-23T04:16:58.948ZMay 23 04:16:58.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-05-23T04:16:58.979ZMay 23 04:16:58.050 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17482026-05-23T04:16:59.431ZMay 23 04:16:58.508 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-05-23T04:16:59.431ZMay 23 04:16:58.508 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-05-23T04:17:01.135ZMay 23 04:17:00.211 INFO Download complete, target: MaghemiteDdmd
17512026-05-23T04:17:01.299ZMay 23 04:17:00.375 INFO Download complete, target: DendriteStub
17522026-05-23T04:17:01.540ZMay 23 04:17:00.607 INFO Download complete, target: MaghemiteMgd
17532026-05-23T04:17:04.246ZMay 23 04:17:03.322 INFO Checking that binary works, target: Cockroach
17542026-05-23T04:17:04.416ZMay 23 04:17:03.484 INFO Download complete, target: Cockroach
17552026-05-23T04:17:05.135ZMay 23 04:17:04.211 INFO Checking that binary works, target: Clickhouse
17562026-05-23T04:17:05.259ZMay 23 04:17:04.335 INFO Download complete, target: Clickhouse
17572026-05-23T04:17:05.283ZAll builder prerequisites installed successfully, and PATH looks valid
17582026-05-23T04:17:05.286Z
17592026-05-23T04:17:05.286Zreal 2:19.094129706
17602026-05-23T04:17:05.286Zuser 7:02.006151014
17612026-05-23T04:17:05.286Zsys 1:24.947016508
17622026-05-23T04:17:05.286Ztrap 0.234649883
17632026-05-23T04:17:05.286Ztflt 0.722933287
17642026-05-23T04:17:05.286Zdflt 0.951119228
17652026-05-23T04:17:05.286Zkflt 0.032965157
17662026-05-23T04:17:05.286Zlock 22:12.677670556
17672026-05-23T04:17:05.286Zslp 21:36.533452698
17682026-05-23T04:17:05.286Zlat 45.365530065
17692026-05-23T04:17:05.286Zstop 1:56.435531726
17702026-05-23T04:17:05.286Z+ banner hack-check
17712026-05-23T04:17:05.286Z
17722026-05-23T04:17:05.286Z # # ## #### # # #### # # ###### #### # #
17732026-05-23T04:17:05.286Z # # # # # # # # # # # # # # # # #
17742026-05-23T04:17:05.286Z ###### # # # #### ##### # ###### ##### # ####
17752026-05-23T04:17:05.286Z # # ###### # # # # # # # # # #
17762026-05-23T04:17:05.286Z # # # # # # # # # # # # # # # # #
17772026-05-23T04:17:05.286Z # # # # #### # # #### # # ###### #### # #
17782026-05-23T04:17:05.286Z
17792026-05-23T04:17:05.286Z+ export CARGO_INCREMENTAL=0
17802026-05-23T04:17:05.286Z+ CARGO_INCREMENTAL=0
17812026-05-23T04:17:05.286Z+ ptime -m timeout 2h cargo xtask check-features --ci
17822026-05-23T04:17:05.856Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17832026-05-23T04:17:06.086Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17842026-05-23T04:17:07.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17852026-05-23T04:17:08.011Z Running `target/debug/xtask check-features --ci`
17862026-05-23T04:17:08.040Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17872026-05-23T04:17:08.043Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17882026-05-23T04:17:08.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17892026-05-23T04:17:08.602Z Running `target/debug/xtask download cargo-hack`
17902026-05-23T04:17:09.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-05-23T04:17:09.765Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-05-23T04:17:12.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
17932026-05-23T04:17:12.547Z Running `target/debug/xtask-downloader cargo-hack`
17942026-05-23T04:17:12.589ZMay 23 04:17:11.665 INFO Starting download, target: CargoHack
17952026-05-23T04:17:12.592ZMay 23 04:17:11.666 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17962026-05-23T04:17:12.908ZMay 23 04:17:11.985 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17972026-05-23T04:17:12.958ZMay 23 04:17:12.034 INFO Download complete, target: CargoHack
17982026-05-23T04:17:12.961Zrunning: "/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"
17992026-05-23T04:17:12.974Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18002026-05-23T04:17:13.129Zinfo: running `cargo check --bins` on api_identity (1/298)
18012026-05-23T04:17:13.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-23T04:17:13.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-23T04:17:13.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-23T04:17:13.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18052026-05-23T04:17:13.757Z
18062026-05-23T04:17:13.757Zinfo: running `cargo check --bins` on bootstore (2/298)
18072026-05-23T04:17:14.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-23T04:17:14.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-23T04:17:14.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-23T04:17:14.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18112026-05-23T04:17:14.398Z
18122026-05-23T04:17:14.398Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18132026-05-23T04:17:14.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-23T04:17:14.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-23T04:17:14.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-23T04:17:14.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18172026-05-23T04:17:15.038Z
18182026-05-23T04:17:15.039Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18192026-05-23T04:17:15.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-23T04:17:15.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-23T04:17:15.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-23T04:17:15.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18232026-05-23T04:17:15.664Z
18242026-05-23T04:17:15.664Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18252026-05-23T04:17:16.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-23T04:17:16.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-23T04:17:16.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-23T04:17:16.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18292026-05-23T04:17:16.298Z
18302026-05-23T04:17:16.298Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18312026-05-23T04:17:16.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-23T04:17:16.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-23T04:17:16.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-23T04:17:16.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18352026-05-23T04:17:16.940Z
18362026-05-23T04:17:16.940Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18372026-05-23T04:17:17.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-23T04:17:17.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-23T04:17:17.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-23T04:17:17.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18412026-05-23T04:17:17.583Z
18422026-05-23T04:17:17.583Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18432026-05-23T04:17:18.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-23T04:17:18.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-23T04:17:18.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-23T04:17:18.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18472026-05-23T04:17:18.226Z
18482026-05-23T04:17:18.226Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18492026-05-23T04:17:18.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-23T04:17:18.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-23T04:17:18.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-23T04:17:18.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18532026-05-23T04:17:18.742Z
18542026-05-23T04:17:18.743Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18552026-05-23T04:17:19.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-23T04:17:19.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-23T04:17:19.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-23T04:17:19.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18592026-05-23T04:17:19.261Z
18602026-05-23T04:17:19.261Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18612026-05-23T04:17:19.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-23T04:17:19.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-23T04:17:19.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-23T04:17:19.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18652026-05-23T04:17:19.776Z
18662026-05-23T04:17:19.776Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18672026-05-23T04:17:20.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-23T04:17:20.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-23T04:17:20.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-23T04:17:20.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18712026-05-23T04:17:20.295Z
18722026-05-23T04:17:20.295Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18732026-05-23T04:17:20.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-23T04:17:20.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-23T04:17:20.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-23T04:17:20.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18772026-05-23T04:17:20.815Z
18782026-05-23T04:17:20.815Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18792026-05-23T04:17:21.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-23T04:17:21.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-23T04:17:21.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-23T04:17:21.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18832026-05-23T04:17:21.325Z
18842026-05-23T04:17:21.325Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18852026-05-23T04:17:21.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-23T04:17:21.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-23T04:17:21.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-23T04:17:21.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18892026-05-23T04:17:21.837Z
18902026-05-23T04:17:21.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18912026-05-23T04:17:22.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-23T04:17:22.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-23T04:17:22.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-23T04:17:22.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18952026-05-23T04:17:22.359Z
18962026-05-23T04:17:22.359Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18972026-05-23T04:17:22.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-23T04:17:22.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-23T04:17:22.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-23T04:17:22.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19012026-05-23T04:17:22.872Z
19022026-05-23T04:17:22.872Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19032026-05-23T04:17:23.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-23T04:17:23.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-23T04:17:23.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-23T04:17:23.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19072026-05-23T04:17:23.386Z
19082026-05-23T04:17:23.386Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19092026-05-23T04:17:23.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-23T04:17:23.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-23T04:17:23.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-23T04:17:23.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19132026-05-23T04:17:23.901Z
19142026-05-23T04:17:23.901Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19152026-05-23T04:17:24.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-23T04:17:24.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-23T04:17:24.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-23T04:17:24.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19192026-05-23T04:17:24.418Z
19202026-05-23T04:17:24.418Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19212026-05-23T04:17:24.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-23T04:17:24.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-23T04:17:24.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-23T04:17:24.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19252026-05-23T04:17:24.934Z
19262026-05-23T04:17:24.934Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19272026-05-23T04:17:25.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-23T04:17:25.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-23T04:17:25.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-23T04:17:25.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19312026-05-23T04:17:25.450Z
19322026-05-23T04:17:25.450Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19332026-05-23T04:17:25.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-23T04:17:25.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-23T04:17:25.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-23T04:17:25.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19372026-05-23T04:17:25.967Z
19382026-05-23T04:17:25.967Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19392026-05-23T04:17:26.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-23T04:17:26.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-23T04:17:26.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-23T04:17:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19432026-05-23T04:17:26.482Z
19442026-05-23T04:17:26.482Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19452026-05-23T04:17:26.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-23T04:17:26.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-23T04:17:26.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-23T04:17:26.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19492026-05-23T04:17:26.997Z
19502026-05-23T04:17:26.997Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19512026-05-23T04:17:27.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-23T04:17:27.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-23T04:17:27.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-23T04:17:27.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19552026-05-23T04:17:27.513Z
19562026-05-23T04:17:27.513Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19572026-05-23T04:17:27.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-23T04:17:27.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-23T04:17:27.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-23T04:17:27.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19612026-05-23T04:17:28.034Z
19622026-05-23T04:17:28.035Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19632026-05-23T04:17:28.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-23T04:17:28.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-23T04:17:28.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-23T04:17:28.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19672026-05-23T04:17:28.555Z
19682026-05-23T04:17:28.555Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19692026-05-23T04:17:29.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-23T04:17:29.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-23T04:17:29.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-23T04:17:29.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19732026-05-23T04:17:29.088Z
19742026-05-23T04:17:29.088Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19752026-05-23T04:17:29.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-23T04:17:29.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-23T04:17:29.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-23T04:17:29.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19792026-05-23T04:17:29.607Z
19802026-05-23T04:17:29.608Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19812026-05-23T04:17:30.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-23T04:17:30.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-23T04:17:30.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-23T04:17:30.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19852026-05-23T04:17:30.125Z
19862026-05-23T04:17:30.125Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19872026-05-23T04:17:30.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-23T04:17:30.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-23T04:17:30.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-23T04:17:30.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19912026-05-23T04:17:30.635Z
19922026-05-23T04:17:30.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19932026-05-23T04:17:31.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-23T04:17:31.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-23T04:17:31.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-23T04:17:31.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19972026-05-23T04:17:31.150Z
19982026-05-23T04:17:31.150Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19992026-05-23T04:17:31.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-23T04:17:31.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-23T04:17:31.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-23T04:17:31.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20032026-05-23T04:17:31.665Z
20042026-05-23T04:17:31.665Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20052026-05-23T04:17:32.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-23T04:17:32.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-23T04:17:32.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-23T04:17:32.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20092026-05-23T04:17:32.178Z
20102026-05-23T04:17:32.178Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20112026-05-23T04:17:32.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-23T04:17:32.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-23T04:17:32.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-23T04:17:32.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20152026-05-23T04:17:32.701Z
20162026-05-23T04:17:32.701Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20172026-05-23T04:17:33.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-23T04:17:33.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-23T04:17:33.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-23T04:17:33.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20212026-05-23T04:17:33.224Z
20222026-05-23T04:17:33.224Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20232026-05-23T04:17:33.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-23T04:17:33.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-23T04:17:33.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-23T04:17:33.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20272026-05-23T04:17:33.737Z
20282026-05-23T04:17:33.737Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20292026-05-23T04:17:34.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-23T04:17:34.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-23T04:17:34.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-23T04:17:34.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20332026-05-23T04:17:34.252Z
20342026-05-23T04:17:34.252Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20352026-05-23T04:17:34.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-23T04:17:34.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-23T04:17:34.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-23T04:17:34.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20392026-05-23T04:17:34.770Z
20402026-05-23T04:17:34.770Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20412026-05-23T04:17:35.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-23T04:17:35.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-23T04:17:35.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-23T04:17:35.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20452026-05-23T04:17:35.291Z
20462026-05-23T04:17:35.291Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20472026-05-23T04:17:35.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-23T04:17:35.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-23T04:17:35.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-23T04:17:35.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20512026-05-23T04:17:35.810Z
20522026-05-23T04:17:35.810Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20532026-05-23T04:17:36.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-23T04:17:36.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-23T04:17:36.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-23T04:17:36.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20572026-05-23T04:17:36.330Z
20582026-05-23T04:17:36.330Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20592026-05-23T04:17:36.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-23T04:17:36.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-23T04:17:36.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-23T04:17:36.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20632026-05-23T04:17:36.849Z
20642026-05-23T04:17:36.849Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20652026-05-23T04:17:37.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-23T04:17:37.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-23T04:17:37.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-23T04:17:37.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20692026-05-23T04:17:37.368Z
20702026-05-23T04:17:37.368Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20712026-05-23T04:17:37.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-23T04:17:37.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-23T04:17:37.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-23T04:17:37.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20752026-05-23T04:17:37.887Z
20762026-05-23T04:17:37.887Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20772026-05-23T04:17:38.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-23T04:17:38.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-23T04:17:38.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-23T04:17:38.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20812026-05-23T04:17:38.405Z
20822026-05-23T04:17:38.405Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20832026-05-23T04:17:38.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-23T04:17:38.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-23T04:17:38.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-23T04:17:38.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20872026-05-23T04:17:38.926Z
20882026-05-23T04:17:38.926Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20892026-05-23T04:17:39.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-23T04:17:39.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-23T04:17:39.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-23T04:17:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20932026-05-23T04:17:39.616Z
20942026-05-23T04:17:39.616Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20952026-05-23T04:17:40.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-23T04:17:40.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-23T04:17:40.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-23T04:17:40.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
20992026-05-23T04:17:40.301Z
21002026-05-23T04:17:40.301Zinfo: running `cargo check --bins` on nexus-config (51/298)
21012026-05-23T04:17:40.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-23T04:17:40.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-23T04:17:40.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-23T04:17:40.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21052026-05-23T04:17:40.988Z
21062026-05-23T04:17:40.988Zinfo: running `cargo check --bins` on nexus-types (52/298)
21072026-05-23T04:17:41.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-23T04:17:41.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-23T04:17:41.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-23T04:17:41.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
21112026-05-23T04:17:41.674Z
21122026-05-23T04:17:41.674Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21132026-05-23T04:17:42.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-23T04:17:42.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-23T04:17:42.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-23T04:17:42.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21172026-05-23T04:17:42.326Z
21182026-05-23T04:17:42.326Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21192026-05-23T04:17:42.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-23T04:17:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-23T04:17:42.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-23T04:17:42.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21232026-05-23T04:17:42.958Z
21242026-05-23T04:17:42.959Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21252026-05-23T04:17:43.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-23T04:17:43.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-23T04:17:43.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-23T04:17:43.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21292026-05-23T04:17:43.610Z
21302026-05-23T04:17:43.610Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21312026-05-23T04:17:44.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-23T04:17:44.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-23T04:17:44.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-23T04:17:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21352026-05-23T04:17:44.256Z
21362026-05-23T04:17:44.256Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21372026-05-23T04:17:44.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-23T04:17:44.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-23T04:17:44.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-23T04:17:44.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21412026-05-23T04:17:44.910Z
21422026-05-23T04:17:44.910Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21432026-05-23T04:17:45.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-23T04:17:45.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-23T04:17:45.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-23T04:17:45.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21472026-05-23T04:17:45.565Z
21482026-05-23T04:17:45.565Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21492026-05-23T04:17:46.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-23T04:17:46.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-23T04:17:46.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-23T04:17:46.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21532026-05-23T04:17:46.196Z
21542026-05-23T04:17:46.196Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21552026-05-23T04:17:46.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-23T04:17:46.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-23T04:17:46.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-23T04:17:46.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21592026-05-23T04:17:46.828Z
21602026-05-23T04:17:46.828Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21612026-05-23T04:17:47.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-23T04:17:47.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-23T04:17:47.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-23T04:17:47.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21652026-05-23T04:17:47.461Z
21662026-05-23T04:17:47.461Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21672026-05-23T04:17:47.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-23T04:17:48.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-23T04:17:48.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-23T04:17:48.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21712026-05-23T04:17:48.090Z
21722026-05-23T04:17:48.090Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21732026-05-23T04:17:48.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-23T04:17:48.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-23T04:17:48.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-23T04:17:48.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21772026-05-23T04:17:48.737Z
21782026-05-23T04:17:48.737Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21792026-05-23T04:17:49.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-23T04:17:49.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-23T04:17:49.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-23T04:17:49.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21832026-05-23T04:17:49.387Z
21842026-05-23T04:17:49.387Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21852026-05-23T04:17:49.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-23T04:17:49.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-23T04:17:49.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-23T04:17:49.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21892026-05-23T04:17:50.018Z
21902026-05-23T04:17:50.018Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21912026-05-23T04:17:50.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-23T04:17:50.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-23T04:17:50.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-23T04:17:50.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21952026-05-23T04:17:50.653Z
21962026-05-23T04:17:50.653Zinfo: running `cargo check --bins` on ereport-types (67/298)
21972026-05-23T04:17:51.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-23T04:17:51.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-23T04:17:51.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-23T04:17:51.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22012026-05-23T04:17:51.296Z
22022026-05-23T04:17:51.296Zinfo: running `cargo check --bins` on gateway-client (68/298)
22032026-05-23T04:17:51.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-23T04:17:51.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-23T04:17:51.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-23T04:17:51.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22072026-05-23T04:17:51.948Z
22082026-05-23T04:17:51.948Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22092026-05-23T04:17:52.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-23T04:17:52.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-23T04:17:52.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-23T04:17:52.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22132026-05-23T04:17:52.611Z
22142026-05-23T04:17:52.611Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22152026-05-23T04:17:53.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-23T04:17:53.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-23T04:17:53.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-23T04:17:53.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22192026-05-23T04:17:53.245Z
22202026-05-23T04:17:53.245Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22212026-05-23T04:17:53.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-23T04:17:53.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-23T04:17:53.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-23T04:17:53.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22252026-05-23T04:17:53.888Z
22262026-05-23T04:17:53.888Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22272026-05-23T04:17:54.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-23T04:17:54.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-23T04:17:54.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-23T04:17:54.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22312026-05-23T04:17:54.536Z
22322026-05-23T04:17:54.536Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22332026-05-23T04:17:55.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-23T04:17:55.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-23T04:17:55.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-23T04:17:55.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
22372026-05-23T04:17:55.206Z
22382026-05-23T04:17:55.206Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22392026-05-23T04:17:55.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-23T04:17:55.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-23T04:17:55.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-23T04:17:55.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
22432026-05-23T04:17:55.878Z
22442026-05-23T04:17:55.878Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22452026-05-23T04:17:56.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-23T04:17:56.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-23T04:17:56.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-05-23T04:17:56.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22492026-05-23T04:17:56.505Z
22502026-05-23T04:17:56.505Zinfo: running `cargo check --bins` on oxlog (76/298)
22512026-05-23T04:17:57.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-05-23T04:17:57.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-05-23T04:17:57.160Z Checking cfg-if v1.0.4
22542026-05-23T04:17:57.164Z Checking libc v0.2.185
22552026-05-23T04:17:57.164Z Checking serde_core v1.0.228
22562026-05-23T04:17:57.285Z Checking zeroize v1.8.2
22572026-05-23T04:17:57.293Z Checking memchr v2.8.0
22582026-05-23T04:17:57.302Z Checking log v0.4.29
22592026-05-23T04:17:57.305Z Checking smallvec v1.15.1
22602026-05-23T04:17:57.325Z Checking typenum v1.19.0
22612026-05-23T04:17:57.325Z Checking subtle v2.6.1
22622026-05-23T04:17:57.425Z Checking itoa v1.0.17
22632026-05-23T04:17:57.460Z Checking scopeguard v1.2.0
22642026-05-23T04:17:57.482Z Checking stable_deref_trait v1.2.1
22652026-05-23T04:17:57.493Z Checking const-oid v0.9.6
22662026-05-23T04:17:57.555Z Checking portable-atomic v1.13.1
22672026-05-23T04:17:57.568Z Checking lock_api v0.4.14
22682026-05-23T04:17:57.571Z Checking zerofrom v0.1.6
22692026-05-23T04:17:57.660Z Checking critical-section v1.2.0
22702026-05-23T04:17:57.674Z Checking getrandom v0.2.17
22712026-05-23T04:17:57.688Z Checking errno v0.3.14
22722026-05-23T04:17:57.757Z Checking yoke v0.8.1
22732026-05-23T04:17:57.771Z Checking pin-project-lite v0.2.17
22742026-05-23T04:17:57.803Z Checking signal-hook-registry v1.4.8
22752026-05-23T04:17:57.817Z Checking rand_core v0.6.4
22762026-05-23T04:17:57.845Z Checking generic-array v0.14.7
22772026-05-23T04:17:57.857Z Checking parking_lot_core v0.9.12
22782026-05-23T04:17:57.922Z Checking zerovec v0.11.5
22792026-05-23T04:17:57.946Z Checking once_cell v1.21.3
22802026-05-23T04:17:57.963Z Checking futures-core v0.3.32
22812026-05-23T04:17:57.980Z Checking mio v1.2.0
22822026-05-23T04:17:58.040Z Checking parking_lot v0.12.5
22832026-05-23T04:17:58.082Z Checking zerocopy v0.8.40
22842026-05-23T04:17:58.119Z Checking zmij v1.0.21
22852026-05-23T04:17:58.162Z Checking socket2 v0.6.3
22862026-05-23T04:17:58.224Z Checking libm v0.2.16
22872026-05-23T04:17:58.258Z Checking equivalent v1.0.2
22882026-05-23T04:17:58.282Z Checking crypto-common v0.1.7
22892026-05-23T04:17:58.325Z Checking block-buffer v0.10.4
22902026-05-23T04:17:58.340Z Checking litemap v0.8.1
22912026-05-23T04:17:58.354Z Checking tinystr v0.8.2
22922026-05-23T04:17:58.403Z Checking writeable v0.6.2
22932026-05-23T04:17:58.416Z Checking percent-encoding v2.3.2
22942026-05-23T04:17:58.460Z Checking digest v0.10.7
22952026-05-23T04:17:58.509Z Checking potential_utf v0.1.4
22962026-05-23T04:17:58.530Z Checking zerotrie v0.2.3
22972026-05-23T04:17:58.552Z Checking futures-sink v0.3.32
22982026-05-23T04:17:58.566Z Checking icu_locale_core v2.1.1
22992026-05-23T04:17:58.638Z Checking icu_collections v2.1.1
23002026-05-23T04:17:58.651Z Checking futures-channel v0.3.32
23012026-05-23T04:17:58.666Z Checking cpufeatures v0.2.17
23022026-05-23T04:17:58.735Z Checking futures-io v0.3.32
23032026-05-23T04:17:58.747Z Checking serde v1.0.228
23042026-05-23T04:17:58.770Z Checking bitflags v2.11.0
23052026-05-23T04:17:58.841Z Checking serde_json v1.0.149
23062026-05-23T04:17:58.856Z Checking slab v0.4.12
23072026-05-23T04:17:58.923Z Checking num-traits v0.2.19
23082026-05-23T04:17:58.938Z Checking futures-task v0.3.32
23092026-05-23T04:17:58.943Z Checking hmac v0.12.1
23102026-05-23T04:17:59.011Z Checking icu_normalizer_data v2.1.1
23112026-05-23T04:17:59.083Z Checking icu_properties_data v2.1.2
23122026-05-23T04:17:59.097Z Checking hashbrown v0.17.0
23132026-05-23T04:17:59.114Z Checking futures-util v0.3.32
23142026-05-23T04:17:59.131Z Checking icu_provider v2.1.1
23152026-05-23T04:17:59.149Z Checking bytes v1.11.1
23162026-05-23T04:17:59.220Z Checking rand_core v0.10.0
23172026-05-23T04:17:59.365Z Checking getrandom v0.4.1
23182026-05-23T04:17:59.378Z Checking icu_normalizer v2.1.1
23192026-05-23T04:17:59.500Z Checking icu_properties v2.1.2
23202026-05-23T04:17:59.513Z Checking block-padding v0.3.3
23212026-05-23T04:17:59.529Z Checking utf8_iter v1.0.4
23222026-05-23T04:17:59.569Z Checking indexmap v2.14.0
23232026-05-23T04:17:59.593Z Checking tokio v1.52.1
23242026-05-23T04:17:59.640Z Checking inout v0.1.4
23252026-05-23T04:17:59.653Z Checking sha2 v0.10.9
23262026-05-23T04:17:59.684Z Checking form_urlencoded v1.2.2
23272026-05-23T04:17:59.777Z Checking cipher v0.4.4
23282026-05-23T04:17:59.812Z Checking getrandom v0.3.4
23292026-05-23T04:17:59.922Z Checking base64ct v1.8.3
23302026-05-23T04:17:59.958Z Checking byteorder v1.5.0
23312026-05-23T04:17:59.987Z Checking fnv v1.0.7
23322026-05-23T04:18:00.083Z Checking flagset v0.4.7
23332026-05-23T04:18:00.118Z Checking rand_core v0.9.5
23342026-05-23T04:18:00.152Z Checking pem-rfc7468 v0.7.0
23352026-05-23T04:18:00.164Z Checking http v1.4.0
23362026-05-23T04:18:00.209Z Checking regex-syntax v0.8.10
23372026-05-23T04:18:00.293Z Checking salsa20 v0.10.2
23382026-05-23T04:18:00.310Z Checking der v0.7.10
23392026-05-23T04:18:00.322Z Checking idna_adapter v1.2.1
23402026-05-23T04:18:00.424Z Checking uuid v1.23.0
23412026-05-23T04:18:00.442Z Checking idna v1.1.0
23422026-05-23T04:18:00.691Z Checking url v2.5.8
23432026-05-23T04:18:00.726Z Checking pbkdf2 v0.12.2
23442026-05-23T04:18:00.739Z Checking rustix v1.1.3
23452026-05-23T04:18:00.838Z Checking tracing-core v0.1.36
23462026-05-23T04:18:00.866Z Checking ppv-lite86 v0.2.21
23472026-05-23T04:18:01.040Z Checking rustls-pki-types v1.14.0
23482026-05-23T04:18:01.056Z Checking spki v0.7.3
23492026-05-23T04:18:01.135Z Checking base64 v0.22.1
23502026-05-23T04:18:01.148Z Checking iana-time-zone v0.1.65
23512026-05-23T04:18:01.160Z Checking rand_chacha v0.9.0
23522026-05-23T04:18:01.213Z Checking tracing v0.1.44
23532026-05-23T04:18:01.250Z Checking chrono v0.4.44
23542026-05-23T04:18:01.327Z Checking scrypt v0.11.0
23552026-05-23T04:18:01.355Z Checking http-body v1.0.1
23562026-05-23T04:18:01.371Z Checking aes v0.8.4
23572026-05-23T04:18:01.420Z Checking cbc v0.1.2
23582026-05-23T04:18:01.468Z Checking aws-lc-sys v0.40.0
23592026-05-23T04:18:01.486Z Checking openssl-probe v0.2.1
23602026-05-23T04:18:01.527Z Checking tinyvec_macros v0.1.1
23612026-05-23T04:18:01.548Z Checking untrusted v0.7.1
23622026-05-23T04:18:01.569Z Checking untrusted v0.9.0
23632026-05-23T04:18:01.590Z Checking tinyvec v1.10.0
23642026-05-23T04:18:01.606Z Checking rand v0.9.2
23652026-05-23T04:18:01.661Z Checking atomic-waker v1.1.2
23662026-05-23T04:18:01.678Z Checking ring v0.17.14
23672026-05-23T04:18:01.760Z Checking tower-layer v0.3.3
23682026-05-23T04:18:01.763Z Checking pkcs5 v0.7.1
23692026-05-23T04:18:01.894Z Checking tower-service v0.3.3
23702026-05-23T04:18:01.911Z Checking try-lock v0.2.5
23712026-05-23T04:18:01.968Z Checking aws-lc-rs v1.16.3
23722026-05-23T04:18:01.986Z Checking ipnet v2.11.0
23732026-05-23T04:18:02.006Z Checking want v0.3.1
23742026-05-23T04:18:02.025Z Checking pkcs8 v0.10.2
23752026-05-23T04:18:02.079Z Checking httparse v1.10.1
23762026-05-23T04:18:02.116Z Checking aho-corasick v1.1.4
23772026-05-23T04:18:02.129Z Checking pin-utils v0.1.0
23782026-05-23T04:18:02.197Z Checking plain v0.2.3
23792026-05-23T04:18:02.209Z Checking dyn-clone v1.0.20
23802026-05-23T04:18:02.242Z Checking utf8parse v0.2.2
23812026-05-23T04:18:02.288Z Checking foreign-types-shared v0.1.1
23822026-05-23T04:18:02.301Z Checking httpdate v1.0.3
23832026-05-23T04:18:02.314Z Checking fastrand v2.3.0
23842026-05-23T04:18:02.345Z Checking unicode-normalization v0.1.25
23852026-05-23T04:18:02.369Z Checking foreign-types v0.3.2
23862026-05-23T04:18:02.440Z Checking semver v1.0.28
23872026-05-23T04:18:02.453Z Checking openssl-sys v0.9.114
23882026-05-23T04:18:02.488Z Checking tempfile v3.25.0
23892026-05-23T04:18:02.648Z Checking spin v0.9.8
23902026-05-23T04:18:02.669Z Checking ucd-trie v0.1.7
23912026-05-23T04:18:02.684Z Checking unicode-ident v1.0.24
23922026-05-23T04:18:02.746Z Checking anstyle v1.0.14
23932026-05-23T04:18:02.790Z Checking proc-macro2 v1.0.106
23942026-05-23T04:18:02.790Z Checking regex-automata v0.4.14
23952026-05-23T04:18:02.813Z Checking pest v2.8.6
23962026-05-23T04:18:02.825Z Checking rustls-webpki v0.103.9
23972026-05-23T04:18:02.841Z Checking tokio-util v0.7.18
23982026-05-23T04:18:02.844Z Checking schemars v0.8.22
23992026-05-23T04:18:02.920Z Checking rustls-native-certs v0.8.3
24002026-05-23T04:18:02.951Z Checking openssl v0.10.78
24012026-05-23T04:18:03.053Z Checking thiserror v2.0.18
24022026-05-23T04:18:03.104Z Checking sync_wrapper v1.0.2
24032026-05-23T04:18:03.153Z Checking wait-timeout v0.2.1
24042026-05-23T04:18:03.207Z Checking bit-vec v0.8.0
24052026-05-23T04:18:03.247Z Checking rustls v0.23.37
24062026-05-23T04:18:03.273Z Checking simd-adler32 v0.3.8
24072026-05-23T04:18:03.399Z Checking siphasher v1.0.2
24082026-05-23T04:18:03.444Z Checking is_terminal_polyfill v1.70.2
24092026-05-23T04:18:03.457Z Checking h2 v0.4.13
24102026-05-23T04:18:03.495Z Checking colorchoice v1.0.4
24112026-05-23T04:18:03.531Z Checking anstyle-query v1.1.5
24122026-05-23T04:18:03.554Z Checking powerfmt v0.2.0
24132026-05-23T04:18:03.594Z Checking quick-error v1.2.3
24142026-05-23T04:18:03.623Z Checking pretty-hex v0.4.1
24152026-05-23T04:18:03.696Z Checking rusty-fork v0.3.1
24162026-05-23T04:18:03.709Z Checking deranged v0.5.8
24172026-05-23T04:18:03.739Z Checking bit-set v0.8.0
24182026-05-23T04:18:03.865Z Checking tower v0.5.3
24192026-05-23T04:18:03.878Z Checking quote v1.0.45
24202026-05-23T04:18:03.892Z Compiling newtype-uuid v1.3.2
24212026-05-23T04:18:04.050Z Checking http-body-util v0.1.3
24222026-05-23T04:18:04.071Z Checking crossbeam-utils v0.8.21
24232026-05-23T04:18:04.267Z Checking webpki-roots v1.0.6
24242026-05-23T04:18:04.280Z Checking rand_xorshift v0.4.0
24252026-05-23T04:18:04.386Z Checking crc32fast v1.5.0
24262026-05-23T04:18:04.400Z Checking scroll v0.13.0
24272026-05-23T04:18:04.427Z Checking signature v2.2.0
24282026-05-23T04:18:04.530Z Checking ryu v1.0.23
24292026-05-23T04:18:04.560Z Checking unicode-properties v0.1.4
24302026-05-23T04:18:04.636Z Checking unarray v0.1.4
24312026-05-23T04:18:04.648Z Checking unicode-bidi v0.3.18
24322026-05-23T04:18:04.661Z Checking adler2 v2.0.1
24332026-05-23T04:18:04.673Z Checking iri-string v0.7.10
24342026-05-23T04:18:04.740Z Checking num_threads v0.1.7
24352026-05-23T04:18:04.752Z Checking allocator-api2 v0.2.21
24362026-05-23T04:18:04.767Z Checking time-core v0.1.8
24372026-05-23T04:18:04.827Z Checking num-conv v0.2.0
24382026-05-23T04:18:04.910Z Checking miniz_oxide v0.8.9
24392026-05-23T04:18:04.942Z Checking stringprep v0.1.5
24402026-05-23T04:18:04.954Z Checking time v0.3.47
24412026-05-23T04:18:04.967Z Checking native-tls v0.2.18
24422026-05-23T04:18:05.035Z Checking proptest v1.10.0
24432026-05-23T04:18:05.093Z Checking serde_urlencoded v0.7.1
24442026-05-23T04:18:05.141Z Checking tokio-native-tls v0.3.1
24452026-05-23T04:18:05.261Z Checking bstr v1.12.1
24462026-05-23T04:18:05.295Z Checking goblin v0.10.5
24472026-05-23T04:18:05.310Z Checking crossbeam-epoch v0.9.18
24482026-05-23T04:18:05.535Z Checking syn v2.0.117
24492026-05-23T04:18:05.645Z Checking tokio-rustls v0.26.4
24502026-05-23T04:18:05.658Z Compiling daft v0.1.7
24512026-05-23T04:18:05.691Z Checking tower-http v0.6.8
24522026-05-23T04:18:05.876Z Checking ipnetwork v0.21.1
24532026-05-23T04:18:05.935Z Checking anstyle-parse v1.0.0
24542026-05-23T04:18:05.966Z Checking rand_chacha v0.3.1
24552026-05-23T04:18:06.081Z Checking thiserror v1.0.69
24562026-05-23T04:18:06.094Z Checking scroll v0.12.0
24572026-05-23T04:18:06.106Z Checking hash32 v0.2.1
24582026-05-23T04:18:06.162Z Checking hyper v1.8.1
24592026-05-23T04:18:06.174Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-05-23T04:18:06.187Z Checking num-integer v0.1.46
24612026-05-23T04:18:06.257Z Checking toml_datetime v0.6.11
24622026-05-23T04:18:06.285Z Checking serde_spanned v0.6.9
24632026-05-23T04:18:06.315Z Checking md-5 v0.10.6
24642026-05-23T04:18:06.406Z Checking ff v0.13.1
24652026-05-23T04:18:06.418Z Checking encoding_rs v0.8.35
24662026-05-23T04:18:06.441Z Checking mime v0.3.17
24672026-05-23T04:18:06.452Z Checking psl-types v2.0.11
24682026-05-23T04:18:06.533Z Checking base16ct v0.2.0
24692026-05-23T04:18:06.565Z Checking fallible-iterator v0.2.0
24702026-05-23T04:18:06.613Z Checking zlib-rs v0.6.2
24712026-05-23T04:18:06.660Z Checking sec1 v0.7.3
24722026-05-23T04:18:06.838Z Checking postgres-protocol v0.6.10
24732026-05-23T04:18:06.869Z Checking publicsuffix v2.3.0
24742026-05-23T04:18:06.974Z Checking group v0.13.0
24752026-05-23T04:18:07.039Z Checking num-iter v0.1.45
24762026-05-23T04:18:07.057Z Checking hyper-util v0.1.20
24772026-05-23T04:18:07.120Z Checking goblin v0.8.2
24782026-05-23T04:18:07.140Z Checking zstd-safe v7.2.4
24792026-05-23T04:18:07.153Z Checking heapless v0.7.17
24802026-05-23T04:18:07.306Z Checking rand v0.8.6
24812026-05-23T04:18:07.356Z Checking oxnet v0.1.5
24822026-05-23T04:18:07.485Z Checking flate2 v1.1.9
24832026-05-23T04:18:07.564Z Checking anstream v1.0.0
24842026-05-23T04:18:07.598Z Checking cookie v0.18.1
24852026-05-23T04:18:07.621Z Checking dof v0.4.0
24862026-05-23T04:18:07.761Z Compiling iddqd v0.4.1
24872026-05-23T04:18:07.785Z Checking dtrace-parser v0.3.0
24882026-05-23T04:18:07.799Z Checking phf_shared v0.13.1
24892026-05-23T04:18:07.814Z Checking lazy_static v1.5.0
24902026-05-23T04:18:07.830Z Checking anstyle-parse v0.2.7
24912026-05-23T04:18:07.902Z Checking zerocopy v0.7.35
24922026-05-23T04:18:07.985Z Checking pin-project v1.1.11
24932026-05-23T04:18:07.998Z Checking bzip2-sys v0.1.13+1.0.8
24942026-05-23T04:18:08.021Z Checking signal-hook v0.3.18
24952026-05-23T04:18:08.079Z Checking terminal_size v0.4.3
24962026-05-23T04:18:08.079Z Checking futures-executor v0.3.32
24972026-05-23T04:18:08.202Z Checking hex v0.4.3
24982026-05-23T04:18:08.215Z Checking hkdf v0.12.4
24992026-05-23T04:18:08.226Z Checking crypto-bigint v0.5.5
25002026-05-23T04:18:08.247Z Checking thread-id v5.1.0
25012026-05-23T04:18:08.315Z Checking hyper-rustls v0.27.7
25022026-05-23T04:18:08.328Z Checking hyper-tls v0.6.0
25032026-05-23T04:18:08.342Z Checking winnow v0.5.40
25042026-05-23T04:18:08.390Z Checking foldhash v0.2.0
25052026-05-23T04:18:08.420Z Checking strsim v0.11.1
25062026-05-23T04:18:08.496Z Checking foldhash v0.1.5
25072026-05-23T04:18:08.522Z Checking either v1.15.0
25082026-05-23T04:18:08.544Z Compiling rayon-core v1.13.0
25092026-05-23T04:18:08.583Z Checking clap_lex v1.0.0
25102026-05-23T04:18:08.628Z Checking managed v0.8.0
25112026-05-23T04:18:08.707Z Checking bumpalo v3.20.2
25122026-05-23T04:18:08.720Z Checking bitflags v1.3.2
25132026-05-23T04:18:08.734Z Checking same-file v1.0.6
25142026-05-23T04:18:08.791Z Checking libbz2-rs-sys v0.2.2
25152026-05-23T04:18:08.814Z Checking winnow v0.7.14
25162026-05-23T04:18:08.848Z Checking walkdir v2.5.0
25172026-05-23T04:18:08.911Z Checking zopfli v0.8.3
25182026-05-23T04:18:08.970Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-05-23T04:18:09.010Z Checking smoltcp v0.9.1
25202026-05-23T04:18:09.026Z Checking dof v0.3.0
25212026-05-23T04:18:09.139Z Checking elliptic-curve v0.13.8
25222026-05-23T04:18:09.177Z Checking clap_builder v4.6.0
25232026-05-23T04:18:09.192Z Checking bzip2 v0.6.1
25242026-05-23T04:18:09.264Z Checking hashbrown v0.15.5
25252026-05-23T04:18:09.341Z Checking hashbrown v0.16.1
25262026-05-23T04:18:09.356Z Checking reqwest v0.12.28
25272026-05-23T04:18:09.459Z Checking usdt-impl v0.6.0
25282026-05-23T04:18:09.491Z Checking toml_edit v0.19.15
25292026-05-23T04:18:09.634Z Checking futures v0.3.32
25302026-05-23T04:18:09.717Z Checking signal-hook-mio v0.2.5
25312026-05-23T04:18:09.739Z Checking snafu v0.8.9
25322026-05-23T04:18:09.742Z Checking bzip2 v0.4.4
25332026-05-23T04:18:09.820Z Checking phf v0.13.1
25342026-05-23T04:18:09.855Z Checking anstream v0.6.21
25352026-05-23T04:18:09.903Z Checking num-bigint-dig v0.8.6
25362026-05-23T04:18:09.972Z Checking cookie_store v0.22.1
25372026-05-23T04:18:10.028Z Checking zstd v0.13.3
25382026-05-23T04:18:10.053Z Checking postgres-types v0.2.12
25392026-05-23T04:18:10.212Z Checking dtrace-parser v0.2.0
25402026-05-23T04:18:10.228Z Checking globset v0.4.18
25412026-05-23T04:18:10.239Z Checking rustls-platform-verifier v0.6.2
25422026-05-23T04:18:10.303Z Checking crossbeam-deque v0.8.6
25432026-05-23T04:18:10.361Z Checking regex v1.12.3
25442026-05-23T04:18:10.374Z Checking ed25519 v2.2.3
25452026-05-23T04:18:10.409Z Checking phf_shared v0.11.3
25462026-05-23T04:18:10.444Z Checking olpc-cjson v0.1.4
25472026-05-23T04:18:10.476Z Checking ref-cast v1.0.25
25482026-05-23T04:18:10.479Z Checking curve25519-dalek v4.1.3
25492026-05-23T04:18:10.512Z Checking strum v0.27.2
25502026-05-23T04:18:10.551Z Checking hubpack v0.1.2
25512026-05-23T04:18:10.563Z Checking memoffset v0.9.1
25522026-05-23T04:18:10.575Z Checking rustix v0.38.44
25532026-05-23T04:18:10.577Z Checking pkcs1 v0.7.5
25542026-05-23T04:18:10.622Z Checking pem v3.0.6
25552026-05-23T04:18:10.636Z Checking float-cmp v0.10.0
25562026-05-23T04:18:10.638Z Checking serde-big-array v0.5.1
25572026-05-23T04:18:10.712Z Checking serde_plain v1.0.2
25582026-05-23T04:18:10.725Z Checking erased-serde v0.3.31
25592026-05-23T04:18:10.767Z Checking rfc6979 v0.4.0
25602026-05-23T04:18:10.780Z Checking memmap2 v0.9.10
25612026-05-23T04:18:10.783Z Checking thread-id v4.2.2
25622026-05-23T04:18:10.804Z Checking env_filter v1.0.0
25632026-05-23T04:18:10.853Z Checking jiff v0.2.21
25642026-05-23T04:18:10.865Z Checking whoami v2.1.0
25652026-05-23T04:18:10.879Z Checking normalize-line-endings v0.3.0
25662026-05-23T04:18:10.943Z Checking precomputed-hash v0.1.1
25672026-05-23T04:18:10.956Z Checking predicates-core v1.0.10
25682026-05-23T04:18:10.968Z Checking static_assertions v1.1.0
25692026-05-23T04:18:11.026Z Checking fixedbitset v0.4.2
25702026-05-23T04:18:11.038Z Checking difflib v0.4.0
25712026-05-23T04:18:11.057Z Checking unicode-segmentation v1.12.0
25722026-05-23T04:18:11.073Z Checking keccak v0.1.6
25732026-05-23T04:18:11.106Z Checking data-encoding v2.10.0
25742026-05-23T04:18:11.175Z Checking toml_write v0.1.2
25752026-05-23T04:18:11.214Z Checking new_debug_unreachable v1.0.6
25762026-05-23T04:18:11.239Z Checking typed-path v0.9.3
25772026-05-23T04:18:11.262Z Checking fixedbitset v0.5.7
25782026-05-23T04:18:11.286Z Checking string_cache v0.8.9
25792026-05-23T04:18:11.343Z Checking toml_edit v0.22.27
25802026-05-23T04:18:11.367Z Checking similar v2.7.0
25812026-05-23T04:18:11.370Z Checking crossterm v0.28.1
25822026-05-23T04:18:11.392Z Checking hickory-proto v0.25.2
25832026-05-23T04:18:11.449Z Checking ed25519-dalek v2.2.0
25842026-05-23T04:18:11.462Z Checking petgraph v0.8.3
25852026-05-23T04:18:11.678Z Checking sha3 v0.10.8
25862026-05-23T04:18:11.745Z Checking predicates v3.1.4
25872026-05-23T04:18:11.883Z Checking petgraph v0.6.5
25882026-05-23T04:18:12.003Z Checking tough v0.22.0
25892026-05-23T04:18:12.050Z Checking slog v2.8.2
25902026-05-23T04:18:12.083Z Checking tokio-postgres v0.7.16
25912026-05-23T04:18:12.318Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25922026-05-23T04:18:12.413Z Checking usdt v0.6.0
25932026-05-23T04:18:12.583Z Checking env_logger v0.11.9
25942026-05-23T04:18:12.778Z Checking ecdsa v0.16.9
25952026-05-23T04:18:13.024Z Checking usdt-impl v0.5.0
25962026-05-23T04:18:13.059Z Checking zip v4.6.1
25972026-05-23T04:18:13.118Z Checking rsa v0.9.10
25982026-05-23T04:18:13.121Z Checking nix v0.31.2
25992026-05-23T04:18:13.315Z Checking toml v0.7.8
26002026-05-23T04:18:13.625Z Checking clap v4.6.1
26012026-05-23T04:18:13.637Z Checking reqwest v0.13.2
26022026-05-23T04:18:13.704Z Checking toml_parser v1.0.9+spec-1.1.0
26032026-05-23T04:18:13.915Z Checking zip v0.6.6
26042026-05-23T04:18:14.040Z Checking itertools v0.13.0
26052026-05-23T04:18:14.054Z Checking serde_with v3.17.0
26062026-05-23T04:18:14.166Z Checking strum v0.26.3
26072026-05-23T04:18:14.179Z Checking fs-err v3.3.0
26082026-05-23T04:18:14.216Z Checking ahash v0.8.12
26092026-05-23T04:18:14.252Z Checking object v0.37.3
26102026-05-23T04:18:14.276Z Checking tokio-stream v0.1.18
26112026-05-23T04:18:14.416Z Checking buf-list v1.1.2
26122026-05-23T04:18:14.478Z Checking camino v1.2.2
26132026-05-23T04:18:14.512Z Checking anyhow v1.0.102
26142026-05-23T04:18:14.592Z Checking x509-cert v0.2.5
26152026-05-23T04:18:14.604Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26162026-05-23T04:18:14.674Z Checking openapiv3 v2.2.0
26172026-05-23T04:18:14.708Z Checking sha1 v0.10.6
26182026-05-23T04:18:14.729Z Checking peg-runtime v0.8.5
26192026-05-23T04:18:14.865Z Checking lalrpop-util v0.19.12
26202026-05-23T04:18:14.878Z Checking rayon v1.11.0
26212026-05-23T04:18:14.881Z Checking sigpipe v0.1.3
26222026-05-23T04:18:14.956Z Checking glob v0.3.3
26232026-05-23T04:18:16.456Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-05-23T04:18:16.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.23s
26252026-05-23T04:18:16.921Z
26262026-05-23T04:18:16.921Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26272026-05-23T04:18:17.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-23T04:18:17.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-23T04:18:17.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-23T04:18:17.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26312026-05-23T04:18:17.575Z
26322026-05-23T04:18:17.575Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26332026-05-23T04:18:18.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-23T04:18:18.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-23T04:18:18.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-23T04:18:18.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26372026-05-23T04:18:18.230Z
26382026-05-23T04:18:18.230Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26392026-05-23T04:18:18.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-23T04:18:18.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-23T04:18:18.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-23T04:18:18.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26432026-05-23T04:18:18.926Z
26442026-05-23T04:18:18.926Zinfo: running `cargo check --bins` on oxql-types (80/298)
26452026-05-23T04:18:19.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-23T04:18:19.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-23T04:18:19.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-23T04:18:19.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26492026-05-23T04:18:19.582Z
26502026-05-23T04:18:19.582Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26512026-05-23T04:18:20.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-23T04:18:20.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-23T04:18:20.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-23T04:18:20.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26552026-05-23T04:18:20.236Z
26562026-05-23T04:18:20.236Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26572026-05-23T04:18:20.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-23T04:18:20.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-23T04:18:20.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-23T04:18:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26612026-05-23T04:18:20.890Z
26622026-05-23T04:18:20.891Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26632026-05-23T04:18:21.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-23T04:18:21.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-23T04:18:21.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-05-23T04:18:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26672026-05-23T04:18:21.528Z
26682026-05-23T04:18:21.528Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26692026-05-23T04:18:22.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-05-23T04:18:22.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-05-23T04:18:22.261Z Compiling structmeta-derive v0.3.0
26722026-05-23T04:18:22.384Z Compiling rustls v0.22.4
26732026-05-23T04:18:22.393Z Compiling multer v3.1.0
26742026-05-23T04:18:22.403Z Compiling async-stream-impl v0.3.6
26752026-05-23T04:18:22.406Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26762026-05-23T04:18:22.426Z Compiling dropshot v0.17.0
26772026-05-23T04:18:22.441Z Compiling dropshot_endpoint v0.17.0
26782026-05-23T04:18:22.441Z Compiling newtype-uuid-macros v0.1.0
26792026-05-23T04:18:22.560Z Checking newtype-uuid v1.3.2
26802026-05-23T04:18:22.627Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-05-23T04:18:22.689Z Checking rustls-webpki v0.102.8
26822026-05-23T04:18:22.761Z Checking daft v0.1.7
26832026-05-23T04:18:22.788Z Checking thread_local v1.1.9
26842026-05-23T04:18:22.957Z Checking match_cfg v0.1.0
26852026-05-23T04:18:22.978Z Checking compression-core v0.4.31
26862026-05-23T04:18:23.008Z Checking iddqd v0.4.1
26872026-05-23T04:18:23.027Z Checking hostname v0.3.1
26882026-05-23T04:18:23.073Z Checking crossbeam-channel v0.5.15
26892026-05-23T04:18:23.104Z Checking compression-codecs v0.4.37
26902026-05-23T04:18:23.126Z Checking slog-json v2.6.1
26912026-05-23T04:18:23.203Z Checking toml_datetime v1.0.0+spec-1.1.0
26922026-05-23T04:18:23.282Z Checking is-terminal v0.4.17
26932026-05-23T04:18:23.287Z Checking serde_spanned v1.0.4
26942026-05-23T04:18:23.368Z Checking toml_writer v1.0.6+spec-1.1.0
26952026-05-23T04:18:23.402Z Checking debug-ignore v1.0.5
26962026-05-23T04:18:23.415Z Checking term v1.2.1
26972026-05-23T04:18:23.427Z Checking take_mut v0.2.2
26982026-05-23T04:18:23.439Z Compiling structmeta v0.3.0
26992026-05-23T04:18:23.502Z Checking slog-bunyan v2.5.0
27002026-05-23T04:18:23.529Z Checking slog-async v2.8.0
27012026-05-23T04:18:23.542Z Checking toml v1.0.6+spec-1.1.0
27022026-05-23T04:18:23.617Z Checking async-compression v0.4.41
27032026-05-23T04:18:23.632Z Checking slog-term v2.9.2
27042026-05-23T04:18:23.650Z Compiling derive-ex v0.1.8
27052026-05-23T04:18:23.700Z Compiling parse-display-derive v0.10.0
27062026-05-23T04:18:23.858Z Checking async-stream v0.3.6
27072026-05-23T04:18:23.886Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27082026-05-23T04:18:23.940Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-05-23T04:18:23.989Z Checking progenitor-client v0.14.0
27102026-05-23T04:18:24.002Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27112026-05-23T04:18:24.127Z Checking waitgroup v0.1.2
27122026-05-23T04:18:24.172Z Checking backon v1.6.0
27132026-05-23T04:18:24.215Z Checking rustls-pemfile v2.2.0
27142026-05-23T04:18:24.260Z Checking serde_path_to_error v0.1.20
27152026-05-23T04:18:24.288Z Checking hostname v0.4.2
27162026-05-23T04:18:24.335Z Checking instant v0.1.13
27172026-05-23T04:18:24.422Z Checking backoff v0.4.0
27182026-05-23T04:18:24.530Z Checking tokio-rustls v0.25.0
27192026-05-23T04:18:24.542Z Checking progenitor-extras v0.2.0
27202026-05-23T04:18:24.598Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-05-23T04:18:24.601Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-05-23T04:18:24.775Z Checking itertools v0.14.0
27232026-05-23T04:18:24.814Z Checking regress v0.10.5
27242026-05-23T04:18:24.986Z Checking progenitor-client v0.13.0
27252026-05-23T04:18:25.035Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
27262026-05-23T04:18:25.342Z Compiling test-strategy v0.4.5
27272026-05-23T04:18:25.425Z Checking macaddr v1.0.1
27282026-05-23T04:18:25.428Z Checking parse-display v0.10.0
27292026-05-23T04:18:25.658Z Checking humantime v2.3.0
27302026-05-23T04:18:26.606Z Compiling prettyplease v0.2.37
27312026-05-23T04:18:26.829Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-05-23T04:18:27.068Z Checking num-rational v0.4.2
27332026-05-23T04:18:27.202Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-05-23T04:18:27.643Z Checking num-complex v0.4.6
27352026-05-23T04:18:28.209Z Checking num v0.4.3
27362026-05-23T04:18:28.286Z Compiling usdt-macro v0.5.0
27372026-05-23T04:18:28.345Z Compiling usdt-attr-macro v0.5.0
27382026-05-23T04:18:28.370Z Checking memmap v0.7.0
27392026-05-23T04:18:28.425Z Compiling float-ord v0.3.2
27402026-05-23T04:18:28.501Z Compiling convert_case v0.4.0
27412026-05-23T04:18:28.545Z Checking unicode-width v0.2.0
27422026-05-23T04:18:28.799Z Checking console v0.15.11
27432026-05-23T04:18:28.879Z Compiling derive_more v0.99.20
27442026-05-23T04:18:29.018Z Checking newline-converter v0.3.0
27452026-05-23T04:18:29.085Z Checking atomicwrites v0.4.4
27462026-05-23T04:18:29.129Z Checking usdt v0.5.0
27472026-05-23T04:18:29.183Z Compiling toml v0.8.23
27482026-05-23T04:18:29.233Z Checking linked-hash-map v0.5.6
27492026-05-23T04:18:29.341Z Compiling minimal-lexical v0.2.1
27502026-05-23T04:18:29.413Z Checking lru-cache v0.1.2
27512026-05-23T04:18:29.539Z Compiling nom v7.1.3
27522026-05-23T04:18:29.765Z Checking expectorate v1.2.0
27532026-05-23T04:18:30.243Z Checking camino-tempfile v1.4.1
27542026-05-23T04:18:30.297Z Checking hickory-proto v0.24.4
27552026-05-23T04:18:30.343Z Checking phf_shared v0.12.1
27562026-05-23T04:18:30.408Z Compiling slog-dtrace v0.3.0
27572026-05-23T04:18:30.488Z Compiling chrono-tz v0.10.4
27582026-05-23T04:18:30.603Z Checking resolv-conf v0.7.6
27592026-05-23T04:18:30.673Z Checking heck v0.5.0
27602026-05-23T04:18:30.794Z Compiling const_format_proc_macros v0.2.34
27612026-05-23T04:18:30.841Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-05-23T04:18:30.876Z Checking phf v0.12.1
27632026-05-23T04:18:30.899Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-23T04:18:31.023Z Checking tokio-dtrace v0.1.1
27652026-05-23T04:18:31.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27662026-05-23T04:18:31.376Z Compiling derive-where v1.6.0
27672026-05-23T04:18:31.471Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-05-23T04:18:31.607Z Checking highway v1.3.0
27692026-05-23T04:18:31.839Z Checking const_format v0.2.35
27702026-05-23T04:18:32.081Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27712026-05-23T04:18:32.097Z Checking hickory-resolver v0.24.4
27722026-05-23T04:18:32.260Z Checking oxide-tokio-rt v0.1.4
27732026-05-23T04:18:32.373Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-05-23T04:18:32.634Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-05-23T04:18:32.692Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-05-23T04:18:32.708Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27772026-05-23T04:18:32.804Z Checking gethostname v0.5.0
27782026-05-23T04:18:32.824Z Checking qorb v0.4.1
27792026-05-23T04:18:32.899Z Checking bcs v0.1.6
27802026-05-23T04:18:32.916Z Checking termtree v0.5.1
27812026-05-23T04:18:36.092Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27822026-05-23T04:18:38.628Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27832026-05-23T04:18:40.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s
27842026-05-23T04:18:40.958Z
27852026-05-23T04:18:40.958Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27862026-05-23T04:18:41.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-05-23T04:18:41.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-05-23T04:18:41.681Z Compiling ar_archive_writer v0.5.1
27892026-05-23T04:18:41.800Z Compiling stacker v0.1.23
27902026-05-23T04:18:41.805Z Compiling cfg_aliases v0.1.1
27912026-05-23T04:18:41.813Z Compiling convert_case v0.10.0
27922026-05-23T04:18:41.819Z Checking unicode-width v0.1.14
27932026-05-23T04:18:41.829Z Compiling proc-macro-error v1.0.4
27942026-05-23T04:18:41.841Z Checking fd-lock v4.0.4
27952026-05-23T04:18:41.841Z Checking nibble_vec v0.1.0
27962026-05-23T04:18:41.863Z Compiling nix v0.28.0
27972026-05-23T04:18:41.954Z Checking vte v0.14.1
27982026-05-23T04:18:41.970Z Compiling recursive-proc-macro-impl v0.1.1
27992026-05-23T04:18:42.052Z Checking endian-type v0.1.2
28002026-05-23T04:18:42.066Z Checking bytecount v0.6.9
28012026-05-23T04:18:42.103Z Compiling derive_more-impl v2.1.1
28022026-05-23T04:18:42.106Z Checking strip-ansi-escapes v0.2.1
28032026-05-23T04:18:42.127Z Compiling tabled_derive v0.7.0
28042026-05-23T04:18:42.163Z Checking papergrid v0.11.0
28052026-05-23T04:18:42.178Z Checking radix_trie v0.2.1
28062026-05-23T04:18:42.214Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28072026-05-23T04:18:42.369Z Compiling peg-macros v0.8.5
28082026-05-23T04:18:42.381Z Checking winnow v0.6.26
28092026-05-23T04:18:42.629Z Compiling psm v0.1.30
28102026-05-23T04:18:42.679Z Compiling sqlparser_derive v0.5.0
28112026-05-23T04:18:42.762Z Checking nu-ansi-term v0.50.3
28122026-05-23T04:18:42.903Z Checking derive_more v2.1.1
28132026-05-23T04:18:42.970Z Checking home v0.5.12
28142026-05-23T04:18:42.984Z Checking unicode_categories v0.1.1
28152026-05-23T04:18:43.078Z Checking crossterm v0.29.0
28162026-05-23T04:18:43.093Z Checking tabled v0.15.0
28172026-05-23T04:18:43.139Z Checking reedline v0.40.0
28182026-05-23T04:18:43.154Z Checking rustyline v14.0.0
28192026-05-23T04:18:43.399Z Checking recursive v0.1.1
28202026-05-23T04:18:43.497Z Checking sqlparser v0.61.0
28212026-05-23T04:18:43.497Z Checking display-error-chain v0.2.2
28222026-05-23T04:18:43.530Z Checking sqlformat v0.3.5
28232026-05-23T04:18:43.718Z Checking peg v0.8.5
28242026-05-23T04:18:54.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
28252026-05-23T04:18:54.866Z
28262026-05-23T04:18:54.866Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28272026-05-23T04:18:55.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-05-23T04:18:55.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-05-23T04:18:55.586Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-05-23T04:18:59.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
28312026-05-23T04:18:59.269Z
28322026-05-23T04:18:59.269Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28332026-05-23T04:18:59.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-05-23T04:18:59.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-05-23T04:18:59.993Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-05-23T04:19:02.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28372026-05-23T04:19:02.657Z
28382026-05-23T04:19:02.657Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28392026-05-23T04:19:03.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-23T04:19:03.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-23T04:19:03.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-23T04:19:06.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28432026-05-23T04:19:06.790Z
28442026-05-23T04:19:06.790Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28452026-05-23T04:19:07.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-23T04:19:07.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-23T04:19:07.511Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-23T04:19:10.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28492026-05-23T04:19:10.953Z
28502026-05-23T04:19:10.953Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28512026-05-23T04:19:11.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-23T04:19:11.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-23T04:19:11.668Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-23T04:19:14.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28552026-05-23T04:19:14.463Z
28562026-05-23T04:19:14.463Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28572026-05-23T04:19:15.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-23T04:19:15.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-23T04:19:15.182Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-23T04:19:17.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28612026-05-23T04:19:18.005Z
28622026-05-23T04:19:18.005Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28632026-05-23T04:19:18.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-23T04:19:18.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-23T04:19:18.720Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-23T04:19:22.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28672026-05-23T04:19:22.309Z
28682026-05-23T04:19:22.309Zinfo: running `cargo check --bins` on oximeter (93/298)
28692026-05-23T04:19:22.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-23T04:19:22.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-23T04:19:22.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-05-23T04:19:22.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28732026-05-23T04:19:22.957Z
28742026-05-23T04:19:22.957Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28752026-05-23T04:19:23.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-23T04:19:23.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-23T04:19:23.632Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28782026-05-23T04:19:23.805Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-05-23T04:19:23.807Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28802026-05-23T04:19:24.148Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28812026-05-23T04:19:27.040Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28822026-05-23T04:19:28.239Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28832026-05-23T04:19:28.450Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28842026-05-23T04:19:29.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28852026-05-23T04:19:29.311Z
28862026-05-23T04:19:29.311Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28872026-05-23T04:19:29.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-23T04:19:29.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-23T04:19:29.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-05-23T04:19:29.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912026-05-23T04:19:29.959Z
28922026-05-23T04:19:29.959Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28932026-05-23T04:19:30.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-05-23T04:19:30.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-05-23T04:19:30.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-05-23T04:19:30.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28972026-05-23T04:19:30.649Z
28982026-05-23T04:19:30.649Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28992026-05-23T04:19:31.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-23T04:19:31.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-23T04:19:31.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-23T04:19:31.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29032026-05-23T04:19:31.304Z
29042026-05-23T04:19:31.304Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29052026-05-23T04:19:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-23T04:19:31.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-23T04:19:31.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-23T04:19:31.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29092026-05-23T04:19:31.956Z
29102026-05-23T04:19:31.956Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29112026-05-23T04:19:32.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-23T04:19:32.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-23T04:19:32.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-23T04:19:32.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29152026-05-23T04:19:32.613Z
29162026-05-23T04:19:32.613Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29172026-05-23T04:19:33.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-23T04:19:33.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-23T04:19:33.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-23T04:19:33.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29212026-05-23T04:19:33.271Z
29222026-05-23T04:19:33.271Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29232026-05-23T04:19:33.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-23T04:19:33.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-23T04:19:33.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-23T04:19:33.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29272026-05-23T04:19:33.911Z
29282026-05-23T04:19:33.911Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29292026-05-23T04:19:34.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-23T04:19:34.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-23T04:19:34.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-23T04:19:34.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29332026-05-23T04:19:34.557Z
29342026-05-23T04:19:34.557Zinfo: running `cargo check --bins` on update-engine (103/298)
29352026-05-23T04:19:35.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-23T04:19:35.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-23T04:19:35.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-23T04:19:35.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29392026-05-23T04:19:35.185Z
29402026-05-23T04:19:35.185Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29412026-05-23T04:19:35.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-23T04:19:35.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-23T04:19:35.941Z Compiling crucible-workspace-hack v0.1.0
29442026-05-23T04:19:36.066Z Checking secrecy v0.10.3
29452026-05-23T04:19:36.073Z Compiling heapless v0.8.0
29462026-05-23T04:19:36.075Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-05-23T04:19:36.087Z Compiling ingot-macros v0.1.1
29482026-05-23T04:19:36.097Z Checking hash32 v0.3.1
29492026-05-23T04:19:36.108Z Compiling smoltcp v0.11.0
29502026-05-23T04:19:36.111Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-05-23T04:19:36.166Z Checking cobs v0.3.0
29522026-05-23T04:19:36.215Z Compiling thiserror-impl-no-std v2.0.2
29532026-05-23T04:19:36.304Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-05-23T04:19:36.307Z Checking universal-hash v0.5.1
29552026-05-23T04:19:36.342Z Checking half v2.7.1
29562026-05-23T04:19:36.367Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29572026-05-23T04:19:36.451Z Checking opaque-debug v0.3.1
29582026-05-23T04:19:36.484Z Checking ciborium-io v0.2.2
29592026-05-23T04:19:36.541Z Checking poly1305 v0.8.0
29602026-05-23T04:19:36.560Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-05-23T04:19:36.573Z Checking postcard v1.1.3
29622026-05-23T04:19:36.591Z Checking ciborium-ll v0.2.2
29632026-05-23T04:19:36.768Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29642026-05-23T04:19:36.787Z Checking password-hash v0.5.0
29652026-05-23T04:19:36.856Z Compiling proc-macro-crate v3.4.0
29662026-05-23T04:19:36.960Z Checking chacha20 v0.9.1
29672026-05-23T04:19:37.017Z Compiling proc-macro-crate v1.3.1
29682026-05-23T04:19:37.038Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29692026-05-23T04:19:37.168Z Checking blake2 v0.10.6
29702026-05-23T04:19:37.274Z Checking aead v0.5.2
29712026-05-23T04:19:37.376Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29722026-05-23T04:19:37.403Z Checking thiserror-no-std v2.0.2
29732026-05-23T04:19:37.416Z Compiling foreign-types-macros v0.2.3
29742026-05-23T04:19:37.430Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-23T04:19:37.442Z Checking foreign-types-shared v0.3.1
29762026-05-23T04:19:37.456Z Compiling num_enum_derive v0.7.6
29772026-05-23T04:19:37.489Z Checking cpufeatures v0.3.0
29782026-05-23T04:19:37.529Z Checking vsss-rs v3.3.4
29792026-05-23T04:19:37.563Z Checking chacha20 v0.10.0
29802026-05-23T04:19:37.579Z Compiling num_enum_derive v0.5.11
29812026-05-23T04:19:37.665Z Checking chacha20poly1305 v0.10.1
29822026-05-23T04:19:37.778Z Checking argon2 v0.5.3
29832026-05-23T04:19:37.792Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29842026-05-23T04:19:38.005Z Checking foreign-types v0.5.0
29852026-05-23T04:19:38.083Z Checking ciborium v0.2.2
29862026-05-23T04:19:38.201Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29872026-05-23T04:19:38.226Z Checking tabwriter v1.4.1
29882026-05-23T04:19:38.372Z Checking byte-wrapper v0.1.0
29892026-05-23T04:19:38.496Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-05-23T04:19:38.511Z Checking num_enum v0.7.6
29912026-05-23T04:19:38.514Z Checking cstr-argument v0.1.2
29922026-05-23T04:19:38.590Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29932026-05-23T04:19:38.613Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
29942026-05-23T04:19:38.630Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29952026-05-23T04:19:38.630Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
29962026-05-23T04:19:38.633Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29972026-05-23T04:19:38.795Z Checking num_enum v0.5.11
29982026-05-23T04:19:38.821Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-05-23T04:19:38.835Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30002026-05-23T04:19:38.895Z Checking ingot-types v0.1.2
30012026-05-23T04:19:38.913Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-23T04:19:38.927Z Checking rand v0.10.1
30032026-05-23T04:19:39.022Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30042026-05-23T04:19:39.037Z Checking colored v3.1.1
30052026-05-23T04:19:39.052Z Checking indent_write v2.2.0
30062026-05-23T04:19:39.231Z Checking winnow v1.0.3
30072026-05-23T04:19:39.263Z Checking ingot v0.1.1
30082026-05-23T04:19:39.281Z Compiling zone_cfg_derive v0.3.1
30092026-05-23T04:19:39.295Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30102026-05-23T04:19:39.385Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30112026-05-23T04:19:39.400Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30122026-05-23T04:19:39.426Z Checking itertools v0.12.1
30132026-05-23T04:19:39.456Z Compiling num-derive v0.4.2
30142026-05-23T04:19:39.560Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-05-23T04:19:39.575Z Checking swrite v0.1.0
30162026-05-23T04:19:39.668Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30172026-05-23T04:19:39.770Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30182026-05-23T04:19:39.802Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-05-23T04:19:39.919Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-05-23T04:19:39.935Z Checking dropshot-api-manager-types v0.7.2
30212026-05-23T04:19:39.976Z Checking smf v0.2.3
30222026-05-23T04:19:40.031Z Checking nanorand v0.7.0
30232026-05-23T04:19:40.104Z Checking whoami v1.6.1
30242026-05-23T04:19:40.215Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-05-23T04:19:40.229Z Checking flume v0.11.1
30262026-05-23T04:19:40.377Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
30272026-05-23T04:19:40.457Z Checking zone v0.3.1
30282026-05-23T04:19:40.863Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30292026-05-23T04:19:41.821Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30302026-05-23T04:19:42.702Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30312026-05-23T04:19:45.893Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-05-23T04:19:47.926Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-05-23T04:19:49.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s
30342026-05-23T04:19:49.221Z
30352026-05-23T04:19:49.221Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30362026-05-23T04:19:49.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-05-23T04:19:49.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-05-23T04:19:49.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-05-23T04:19:49.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30402026-05-23T04:19:49.878Z
30412026-05-23T04:19:49.878Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30422026-05-23T04:19:50.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-05-23T04:19:50.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-05-23T04:19:50.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-05-23T04:19:50.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30462026-05-23T04:19:50.530Z
30472026-05-23T04:19:50.530Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30482026-05-23T04:19:51.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-23T04:19:51.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-23T04:19:51.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-23T04:19:51.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30522026-05-23T04:19:51.187Z
30532026-05-23T04:19:51.188Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30542026-05-23T04:19:51.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-23T04:19:51.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-23T04:19:51.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-23T04:19:51.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30582026-05-23T04:19:51.845Z
30592026-05-23T04:19:51.845Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30602026-05-23T04:19:52.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-23T04:19:52.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-23T04:19:52.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-23T04:19:52.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30642026-05-23T04:19:52.501Z
30652026-05-23T04:19:52.501Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30662026-05-23T04:19:53.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-23T04:19:53.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-23T04:19:53.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-23T04:19:53.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30702026-05-23T04:19:53.144Z
30712026-05-23T04:19:53.144Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30722026-05-23T04:19:53.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-23T04:19:53.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-23T04:19:53.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-23T04:19:53.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30762026-05-23T04:19:53.794Z
30772026-05-23T04:19:53.794Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30782026-05-23T04:19:54.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-23T04:19:54.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-23T04:19:54.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-23T04:19:54.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30822026-05-23T04:19:54.432Z
30832026-05-23T04:19:54.432Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30842026-05-23T04:19:54.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-23T04:19:54.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-23T04:19:54.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-23T04:19:54.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30882026-05-23T04:19:55.079Z
30892026-05-23T04:19:55.079Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30902026-05-23T04:19:55.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-23T04:19:55.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-23T04:19:55.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-23T04:19:55.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30942026-05-23T04:19:55.728Z
30952026-05-23T04:19:55.728Zinfo: running `cargo check --bins` on installinator-client (115/298)
30962026-05-23T04:19:56.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-23T04:19:56.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-23T04:19:56.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-23T04:19:56.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31002026-05-23T04:19:56.380Z
31012026-05-23T04:19:56.382Zinfo: running `cargo check --bins` on nexus-client (116/298)
31022026-05-23T04:19:56.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-23T04:19:56.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-23T04:19:56.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-23T04:19:56.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31062026-05-23T04:19:57.062Z
31072026-05-23T04:19:57.062Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31082026-05-23T04:19:57.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-23T04:19:57.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-23T04:19:57.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-23T04:19:57.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31122026-05-23T04:19:57.751Z
31132026-05-23T04:19:57.751Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31142026-05-23T04:19:58.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-23T04:19:58.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-23T04:19:58.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-23T04:19:58.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31182026-05-23T04:19:58.388Z
31192026-05-23T04:19:58.388Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31202026-05-23T04:19:59.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-23T04:19:59.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-23T04:19:59.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-23T04:19:59.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31242026-05-23T04:19:59.664Z
31252026-05-23T04:19:59.664Zinfo: running `cargo check --bins` on oxide-client (120/298)
31262026-05-23T04:19:59.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-23T04:19:59.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-23T04:19:59.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-23T04:19:59.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31302026-05-23T04:19:59.664Z
31312026-05-23T04:19:59.664Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31322026-05-23T04:20:00.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-23T04:20:00.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-23T04:20:00.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-23T04:20:00.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31362026-05-23T04:20:00.298Z
31372026-05-23T04:20:00.299Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31382026-05-23T04:20:00.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-23T04:20:00.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-23T04:20:00.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-23T04:20:00.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31422026-05-23T04:20:00.929Z
31432026-05-23T04:20:00.929Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31442026-05-23T04:20:01.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-23T04:20:01.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-23T04:20:01.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-23T04:20:01.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31482026-05-23T04:20:01.587Z
31492026-05-23T04:20:01.587Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31502026-05-23T04:20:02.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-23T04:20:02.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-23T04:20:02.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-23T04:20:02.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31542026-05-23T04:20:02.266Z
31552026-05-23T04:20:02.266Zinfo: running `cargo check --bins` on installinator-common (125/298)
31562026-05-23T04:20:02.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-23T04:20:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-23T04:20:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-23T04:20:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31602026-05-23T04:20:02.937Z
31612026-05-23T04:20:02.937Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31622026-05-23T04:20:03.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-23T04:20:03.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-23T04:20:03.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-23T04:20:03.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31662026-05-23T04:20:03.570Z
31672026-05-23T04:20:03.570Zinfo: running `cargo check --bins` on wicket-common (127/298)
31682026-05-23T04:20:04.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-23T04:20:04.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-23T04:20:04.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-23T04:20:04.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31722026-05-23T04:20:04.236Z
31732026-05-23T04:20:04.236Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31742026-05-23T04:20:04.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-23T04:20:04.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-23T04:20:04.973Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-05-23T04:20:05.095Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-05-23T04:20:05.103Z Checking csv-core v0.1.13
31792026-05-23T04:20:05.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-05-23T04:20:05.118Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-05-23T04:20:05.129Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-05-23T04:20:05.140Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-05-23T04:20:05.152Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-05-23T04:20:05.260Z Checking csv v1.4.0
31852026-05-23T04:20:05.296Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-05-23T04:20:05.300Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-23T04:20:05.339Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-05-23T04:20:05.368Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-05-23T04:20:05.602Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-05-23T04:20:05.971Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-05-23T04:20:05.974Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-05-23T04:20:06.302Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-05-23T04:20:12.196Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-05-23T04:20:12.725Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-05-23T04:20:15.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.82s
31962026-05-23T04:20:15.278Z
31972026-05-23T04:20:15.279Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31982026-05-23T04:20:15.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-23T04:20:15.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-23T04:20:15.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-23T04:20:15.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32022026-05-23T04:20:15.934Z
32032026-05-23T04:20:15.934Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32042026-05-23T04:20:16.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-23T04:20:16.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-23T04:20:16.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-23T04:20:16.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32082026-05-23T04:20:16.667Z
32092026-05-23T04:20:16.667Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32102026-05-23T04:20:17.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-23T04:20:17.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-23T04:20:17.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-23T04:20:17.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32142026-05-23T04:20:17.404Z
32152026-05-23T04:20:17.404Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32162026-05-23T04:20:17.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-23T04:20:17.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-23T04:20:17.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-23T04:20:18.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32202026-05-23T04:20:18.103Z
32212026-05-23T04:20:18.103Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32222026-05-23T04:20:18.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-23T04:20:18.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-23T04:20:18.996Z Compiling regress v0.11.1
32252026-05-23T04:20:19.177Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32262026-05-23T04:20:19.181Z Compiling unsafe-libyaml v0.2.11
32272026-05-23T04:20:19.181Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
32282026-05-23T04:20:19.181Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32292026-05-23T04:20:19.181Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32302026-05-23T04:20:19.183Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32312026-05-23T04:20:19.445Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32322026-05-23T04:20:19.512Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32332026-05-23T04:20:19.528Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32342026-05-23T04:20:19.543Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32352026-05-23T04:20:19.653Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32362026-05-23T04:20:20.005Z Compiling serde_yaml v0.9.34+deprecated
32372026-05-23T04:20:20.151Z Compiling semver v0.1.20
32382026-05-23T04:20:20.435Z Compiling rustc_version v0.1.7
32392026-05-23T04:20:20.652Z Compiling typify-impl v0.6.2
32402026-05-23T04:20:20.689Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32412026-05-23T04:20:20.727Z Compiling cancel-safe-futures v0.1.5
32422026-05-23T04:20:20.896Z Compiling owo-colors v4.3.0
32432026-05-23T04:20:20.957Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32442026-05-23T04:20:20.973Z Compiling newtype_derive v0.1.6
32452026-05-23T04:20:21.057Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32462026-05-23T04:20:21.167Z Checking libsw-core v0.3.2
32472026-05-23T04:20:21.318Z Checking libsw v3.5.0
32482026-05-23T04:20:21.682Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32492026-05-23T04:20:21.827Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32502026-05-23T04:20:21.841Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32512026-05-23T04:20:22.286Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32522026-05-23T04:20:22.313Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32532026-05-23T04:20:22.513Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32542026-05-23T04:20:22.568Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32552026-05-23T04:20:22.766Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32562026-05-23T04:20:22.852Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32572026-05-23T04:20:22.952Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32582026-05-23T04:20:23.059Z Checking tagptr v0.2.0
32592026-05-23T04:20:23.092Z Checking linear-map v1.2.0
32602026-05-23T04:20:23.096Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32612026-05-23T04:20:23.123Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32622026-05-23T04:20:23.163Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
32632026-05-23T04:20:23.203Z Checking moka v0.12.13
32642026-05-23T04:20:23.267Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32652026-05-23T04:20:23.357Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32662026-05-23T04:20:23.418Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
32672026-05-23T04:20:23.645Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32682026-05-23T04:20:23.672Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32692026-05-23T04:20:23.769Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32702026-05-23T04:20:23.786Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32712026-05-23T04:20:23.840Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32722026-05-23T04:20:23.886Z Checking smawk v0.3.2
32732026-05-23T04:20:23.975Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32742026-05-23T04:20:23.998Z Checking unicode-linebreak v0.1.5
32752026-05-23T04:20:24.021Z Checking hickory-resolver v0.25.2
32762026-05-23T04:20:24.130Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32772026-05-23T04:20:24.183Z Checking steno v0.4.1
32782026-05-23T04:20:24.224Z Checking textwrap v0.16.2
32792026-05-23T04:20:24.255Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32802026-05-23T04:20:24.337Z Compiling num-derive v0.3.3
32812026-05-23T04:20:24.449Z Compiling radium v0.7.0
32822026-05-23T04:20:24.749Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32832026-05-23T04:20:24.774Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32842026-05-23T04:20:25.204Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32852026-05-23T04:20:25.231Z Checking nom v8.0.0
32862026-05-23T04:20:25.246Z Checking libscf-sys v1.1.0
32872026-05-23T04:20:25.249Z Compiling typify-macro v0.6.2
32882026-05-23T04:20:25.381Z Compiling maybe-uninit v2.0.0
32892026-05-23T04:20:25.399Z Checking tap v1.0.1
32902026-05-23T04:20:25.445Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
32912026-05-23T04:20:25.511Z Checking wyz v0.5.1
32922026-05-23T04:20:25.543Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32932026-05-23T04:20:25.690Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32942026-05-23T04:20:25.719Z Compiling zerocopy-derive v0.6.6
32952026-05-23T04:20:25.754Z Checking crc-catalog v2.4.0
32962026-05-23T04:20:25.824Z Compiling packed_struct v0.10.1
32972026-05-23T04:20:25.850Z Checking funty v2.0.0
32982026-05-23T04:20:25.914Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
32992026-05-23T04:20:26.101Z Checking crc v3.4.0
33002026-05-23T04:20:26.168Z Checking bitvec v1.0.1
33012026-05-23T04:20:26.361Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33022026-05-23T04:20:26.567Z Checking zerocopy v0.6.6
33032026-05-23T04:20:26.876Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33042026-05-23T04:20:26.903Z Compiling packed_struct_codegen v0.10.1
33052026-05-23T04:20:27.015Z Compiling typify v0.6.2
33062026-05-23T04:20:27.155Z Compiling progenitor-impl v0.13.0
33072026-05-23T04:20:27.178Z Compiling progenitor-impl v0.14.0
33082026-05-23T04:20:27.228Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33092026-05-23T04:20:27.989Z Compiling bitfield-macros v0.19.4
33102026-05-23T04:20:28.005Z Compiling indexmap v1.9.3
33112026-05-23T04:20:28.149Z Checking nodrop v0.1.14
33122026-05-23T04:20:28.183Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33132026-05-23T04:20:28.248Z Checking array-init v0.0.4
33142026-05-23T04:20:28.399Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33152026-05-23T04:20:28.546Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33162026-05-23T04:20:28.579Z Checking smallvec v0.6.14
33172026-05-23T04:20:28.712Z Checking bitfield v0.19.4
33182026-05-23T04:20:28.778Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33192026-05-23T04:20:28.846Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33202026-05-23T04:20:28.912Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33212026-05-23T04:20:28.987Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33222026-05-23T04:20:29.353Z Checking base64 v0.21.7
33232026-05-23T04:20:29.441Z Checking hashbrown v0.12.3
33242026-05-23T04:20:29.576Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33252026-05-23T04:20:29.617Z Checking ron v0.8.1
33262026-05-23T04:20:29.748Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-05-23T04:20:29.764Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33282026-05-23T04:20:29.790Z Compiling progenitor-macro v0.13.0
33292026-05-23T04:20:29.836Z Compiling progenitor-macro v0.14.0
33302026-05-23T04:20:30.154Z Checking serde-hex v0.1.0
33312026-05-23T04:20:30.189Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-05-23T04:20:30.364Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33332026-05-23T04:20:30.581Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33342026-05-23T04:20:30.898Z Checking hashbrown v0.13.2
33352026-05-23T04:20:30.950Z Checking crc-any v2.5.0
33362026-05-23T04:20:31.052Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33372026-05-23T04:20:31.134Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33382026-05-23T04:20:31.255Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33392026-05-23T04:20:31.344Z Checking object v0.30.4
33402026-05-23T04:20:31.363Z Checking void v1.0.2
33412026-05-23T04:20:31.427Z Checking half v1.8.3
33422026-05-23T04:20:31.476Z Checking utf-8 v0.7.6
33432026-05-23T04:20:31.618Z Checking path-slash v0.1.5
33442026-05-23T04:20:31.636Z Checking serde_cbor v0.11.2
33452026-05-23T04:20:31.668Z Checking tungstenite v0.23.0
33462026-05-23T04:20:31.728Z Checking lzss v0.8.2
33472026-05-23T04:20:31.920Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-05-23T04:20:32.002Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33492026-05-23T04:20:32.024Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33502026-05-23T04:20:32.094Z Checking nix v0.27.1
33512026-05-23T04:20:32.165Z Checking kstat-rs v0.2.4
33522026-05-23T04:20:32.277Z Checking fxhash v0.2.1
33532026-05-23T04:20:32.354Z Checking serde_bytes v0.11.19
33542026-05-23T04:20:32.370Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33552026-05-23T04:20:32.405Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33562026-05-23T04:20:32.537Z Checking tokio-tungstenite v0.23.1
33572026-05-23T04:20:32.610Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33582026-05-23T04:20:32.725Z Checking signal-hook-tokio v0.3.1
33592026-05-23T04:20:32.796Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33602026-05-23T04:20:33.737Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33612026-05-23T04:20:34.059Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33622026-05-23T04:20:34.181Z Checking progenitor v0.13.0
33632026-05-23T04:20:34.305Z Checking progenitor v0.14.0
33642026-05-23T04:20:34.308Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33652026-05-23T04:20:34.435Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33662026-05-23T04:20:34.435Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-05-23T04:20:37.426Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33682026-05-23T04:20:44.964Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33692026-05-23T04:20:51.209Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33702026-05-23T04:20:52.597Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dbaeb64e)
33712026-05-23T04:20:53.107Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33722026-05-23T04:20:53.701Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
33732026-05-23T04:20:56.820Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33742026-05-23T04:21:04.758Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33752026-05-23T04:21:11.254Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33762026-05-23T04:21:12.766Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33772026-05-23T04:21:13.350Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33782026-05-23T04:21:15.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.50s
33792026-05-23T04:21:15.834Z
33802026-05-23T04:21:15.834Zinfo: running `cargo check --bins` on gateway-api (134/298)
33812026-05-23T04:21:16.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-05-23T04:21:16.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-05-23T04:21:16.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-05-23T04:21:16.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33852026-05-23T04:21:16.492Z
33862026-05-23T04:21:16.492Zinfo: running `cargo check --bins` on ipcc (135/298)
33872026-05-23T04:21:17.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-23T04:21:17.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-23T04:21:17.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-23T04:21:17.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33912026-05-23T04:21:17.145Z
33922026-05-23T04:21:17.145Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33932026-05-23T04:21:17.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-23T04:21:17.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-23T04:21:17.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-23T04:21:17.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33972026-05-23T04:21:17.785Z
33982026-05-23T04:21:17.785Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33992026-05-23T04:21:18.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-23T04:21:18.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-23T04:21:18.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-23T04:21:18.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34032026-05-23T04:21:18.463Z
34042026-05-23T04:21:18.463Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
34052026-05-23T04:21:19.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-23T04:21:19.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-23T04:21:19.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-23T04:21:19.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34092026-05-23T04:21:19.121Z
34102026-05-23T04:21:19.121Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
34112026-05-23T04:21:19.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-23T04:21:19.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-23T04:21:19.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-23T04:21:19.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34152026-05-23T04:21:19.777Z
34162026-05-23T04:21:19.777Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
34172026-05-23T04:21:20.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-23T04:21:20.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-23T04:21:20.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-23T04:21:20.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34212026-05-23T04:21:20.435Z
34222026-05-23T04:21:20.435Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
34232026-05-23T04:21:20.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-23T04:21:21.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-23T04:21:21.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-23T04:21:21.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34272026-05-23T04:21:21.102Z
34282026-05-23T04:21:21.102Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
34292026-05-23T04:21:21.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-23T04:21:21.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-23T04:21:21.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-23T04:21:21.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34332026-05-23T04:21:21.760Z
34342026-05-23T04:21:21.760Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
34352026-05-23T04:21:22.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-23T04:21:22.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-23T04:21:22.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-23T04:21:22.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34392026-05-23T04:21:22.419Z
34402026-05-23T04:21:22.419Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
34412026-05-23T04:21:22.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-23T04:21:22.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-23T04:21:22.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-23T04:21:22.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34452026-05-23T04:21:23.081Z
34462026-05-23T04:21:23.081Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
34472026-05-23T04:21:23.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-23T04:21:23.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-23T04:21:23.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-23T04:21:23.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34512026-05-23T04:21:23.743Z
34522026-05-23T04:21:23.743Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34532026-05-23T04:21:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-23T04:21:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-23T04:21:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-23T04:21:24.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34572026-05-23T04:21:24.403Z
34582026-05-23T04:21:24.403Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34592026-05-23T04:21:24.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-23T04:21:24.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-23T04:21:24.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-23T04:21:24.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34632026-05-23T04:21:25.065Z
34642026-05-23T04:21:25.065Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34652026-05-23T04:21:25.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-23T04:21:25.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-23T04:21:25.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-23T04:21:25.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34692026-05-23T04:21:25.743Z
34702026-05-23T04:21:25.743Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34712026-05-23T04:21:26.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-23T04:21:26.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-23T04:21:26.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-23T04:21:26.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34752026-05-23T04:21:26.421Z
34762026-05-23T04:21:26.422Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34772026-05-23T04:21:26.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-23T04:21:26.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-23T04:21:26.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-23T04:21:26.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34812026-05-23T04:21:27.099Z
34822026-05-23T04:21:27.099Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34832026-05-23T04:21:27.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-23T04:21:27.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-23T04:21:27.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-23T04:21:27.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34872026-05-23T04:21:27.778Z
34882026-05-23T04:21:27.778Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34892026-05-23T04:21:28.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-23T04:21:28.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-23T04:21:28.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-23T04:21:28.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34932026-05-23T04:21:28.463Z
34942026-05-23T04:21:28.463Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34952026-05-23T04:21:29.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-23T04:21:29.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-23T04:21:29.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-23T04:21:29.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34992026-05-23T04:21:29.139Z
35002026-05-23T04:21:29.139Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
35012026-05-23T04:21:29.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-23T04:21:29.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-23T04:21:29.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-23T04:21:29.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35052026-05-23T04:21:29.817Z
35062026-05-23T04:21:29.817Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
35072026-05-23T04:21:30.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-23T04:21:30.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-23T04:21:30.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-23T04:21:30.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35112026-05-23T04:21:30.494Z
35122026-05-23T04:21:30.494Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
35132026-05-23T04:21:31.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-23T04:21:31.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-23T04:21:31.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-23T04:21:31.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35172026-05-23T04:21:31.165Z
35182026-05-23T04:21:31.165Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
35192026-05-23T04:21:31.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-23T04:21:31.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-23T04:21:31.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-23T04:21:31.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35232026-05-23T04:21:31.832Z
35242026-05-23T04:21:31.833Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
35252026-05-23T04:21:32.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-23T04:21:32.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-23T04:21:32.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-23T04:21:32.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35292026-05-23T04:21:32.486Z
35302026-05-23T04:21:32.486Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
35312026-05-23T04:21:33.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-23T04:21:33.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-23T04:21:33.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-23T04:21:33.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35352026-05-23T04:21:33.143Z
35362026-05-23T04:21:33.143Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
35372026-05-23T04:21:33.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-23T04:21:33.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-23T04:21:33.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-23T04:21:33.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35412026-05-23T04:21:33.803Z
35422026-05-23T04:21:33.803Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
35432026-05-23T04:21:34.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-23T04:21:34.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-23T04:21:34.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-23T04:21:34.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35472026-05-23T04:21:34.462Z
35482026-05-23T04:21:34.462Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35492026-05-23T04:21:35.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-23T04:21:35.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-23T04:21:35.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-23T04:21:35.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35532026-05-23T04:21:35.119Z
35542026-05-23T04:21:35.119Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35552026-05-23T04:21:35.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-23T04:21:35.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-23T04:21:35.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-23T04:21:35.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35592026-05-23T04:21:35.772Z
35602026-05-23T04:21:35.772Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35612026-05-23T04:21:36.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-23T04:21:36.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-23T04:21:36.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-23T04:21:36.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35652026-05-23T04:21:36.431Z
35662026-05-23T04:21:36.432Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35672026-05-23T04:21:36.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-23T04:21:36.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-23T04:21:36.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-23T04:21:36.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35712026-05-23T04:21:37.089Z
35722026-05-23T04:21:37.089Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35732026-05-23T04:21:37.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-23T04:21:37.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-23T04:21:37.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-23T04:21:37.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35772026-05-23T04:21:37.768Z
35782026-05-23T04:21:37.768Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35792026-05-23T04:21:38.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-23T04:21:38.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-23T04:21:38.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-23T04:21:38.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35832026-05-23T04:21:38.444Z
35842026-05-23T04:21:38.444Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35852026-05-23T04:21:39.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-23T04:21:39.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-23T04:21:39.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-23T04:21:39.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35892026-05-23T04:21:39.123Z
35902026-05-23T04:21:39.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35912026-05-23T04:21:39.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-23T04:21:39.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-23T04:21:39.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-23T04:21:39.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35952026-05-23T04:21:39.788Z
35962026-05-23T04:21:39.788Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35972026-05-23T04:21:40.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-23T04:21:40.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-23T04:21:40.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-23T04:21:40.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36012026-05-23T04:21:40.461Z
36022026-05-23T04:21:40.461Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
36032026-05-23T04:21:41.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-23T04:21:41.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-23T04:21:41.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-23T04:21:41.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36072026-05-23T04:21:41.136Z
36082026-05-23T04:21:41.136Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
36092026-05-23T04:21:41.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-23T04:21:41.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-23T04:21:41.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-23T04:21:41.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36132026-05-23T04:21:41.814Z
36142026-05-23T04:21:41.814Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
36152026-05-23T04:21:42.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-23T04:21:42.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-23T04:21:42.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-23T04:21:42.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36192026-05-23T04:21:42.505Z
36202026-05-23T04:21:42.505Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
36212026-05-23T04:21:43.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-23T04:21:43.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-23T04:21:43.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-23T04:21:43.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36252026-05-23T04:21:43.163Z
36262026-05-23T04:21:43.163Zinfo: running `cargo check --bins` on dns-server (175/298)
36272026-05-23T04:21:43.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-23T04:21:43.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-23T04:21:43.865Z Compiling parking_lot_core v0.8.6
36302026-05-23T04:21:43.865Z Compiling atomicwrites v0.4.4
36312026-05-23T04:21:43.868Z Compiling git-stub v1.0.0
36322026-05-23T04:21:43.868Z Checking prefix-trie v0.7.0
36332026-05-23T04:21:43.868Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36342026-05-23T04:21:44.110Z Compiling git-stub-vcs v0.1.0
36352026-05-23T04:21:44.286Z Checking hickory-server v0.25.2
36362026-05-23T04:21:44.388Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36372026-05-23T04:21:44.415Z Checking parking_lot v0.11.2
36382026-05-23T04:21:44.464Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36392026-05-23T04:21:44.467Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36402026-05-23T04:21:44.591Z Checking sled v0.34.7
36412026-05-23T04:21:46.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
36422026-05-23T04:21:46.683Z
36432026-05-23T04:21:46.683Zinfo: running `cargo check --bins` on dns-server-api (176/298)
36442026-05-23T04:21:47.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-05-23T04:21:47.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-05-23T04:21:47.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-05-23T04:21:47.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36482026-05-23T04:21:47.338Z
36492026-05-23T04:21:47.338Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36502026-05-23T04:21:47.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-23T04:21:47.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-23T04:21:47.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-23T04:21:47.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36542026-05-23T04:21:47.996Z
36552026-05-23T04:21:47.996Zinfo: running `cargo check --bins` on sp-sim (178/298)
36562026-05-23T04:21:48.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-23T04:21:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-23T04:21:48.786Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36592026-05-23T04:21:50.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.74s
36602026-05-23T04:21:50.984Z
36612026-05-23T04:21:50.984Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36622026-05-23T04:21:51.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-05-23T04:21:51.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-05-23T04:21:51.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-05-23T04:21:51.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36662026-05-23T04:21:51.707Z
36672026-05-23T04:21:51.707Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36682026-05-23T04:21:52.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-05-23T04:21:52.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-05-23T04:21:52.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-05-23T04:21:52.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
36722026-05-23T04:21:52.432Z
36732026-05-23T04:21:52.432Zinfo: running `cargo check --bins` on db-macros (181/298)
36742026-05-23T04:21:52.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-05-23T04:21:52.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-05-23T04:21:52.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-05-23T04:21:52.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36782026-05-23T04:21:53.077Z
36792026-05-23T04:21:53.077Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36802026-05-23T04:21:53.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-05-23T04:21:53.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-05-23T04:21:53.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-05-23T04:21:53.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36842026-05-23T04:21:53.724Z
36852026-05-23T04:21:53.724Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36862026-05-23T04:21:54.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-05-23T04:21:54.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-05-23T04:21:54.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-05-23T04:21:54.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
36902026-05-23T04:21:54.438Z
36912026-05-23T04:21:54.438Zinfo: running `cargo check --bins` on authz-macros (184/298)
36922026-05-23T04:21:54.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-05-23T04:21:54.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-05-23T04:21:54.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-05-23T04:21:54.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36962026-05-23T04:21:55.086Z
36972026-05-23T04:21:55.086Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36982026-05-23T04:21:55.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-05-23T04:21:55.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-05-23T04:21:55.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-05-23T04:21:55.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
37022026-05-23T04:21:55.789Z
37032026-05-23T04:21:55.790Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
37042026-05-23T04:21:56.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-05-23T04:21:56.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-05-23T04:21:56.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-05-23T04:21:56.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
37082026-05-23T04:21:56.500Z
37092026-05-23T04:21:56.500Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
37102026-05-23T04:21:57.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-23T04:21:57.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-23T04:21:57.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-05-23T04:21:57.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37142026-05-23T04:21:57.157Z
37152026-05-23T04:21:57.157Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
37162026-05-23T04:21:57.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-23T04:21:57.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-23T04:21:57.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-05-23T04:21:57.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37202026-05-23T04:21:57.808Z
37212026-05-23T04:21:57.808Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
37222026-05-23T04:21:58.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-23T04:21:58.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-23T04:21:58.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-05-23T04:21:58.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37262026-05-23T04:21:58.473Z
37272026-05-23T04:21:58.473Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
37282026-05-23T04:21:59.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-23T04:21:59.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-23T04:21:59.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-05-23T04:21:59.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37322026-05-23T04:21:59.129Z
37332026-05-23T04:21:59.129Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
37342026-05-23T04:22:00.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-23T04:22:00.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-23T04:22:00.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-05-23T04:22:00.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37382026-05-23T04:22:00.686Z
37392026-05-23T04:22:00.686Zinfo: running `cargo check --bins` on nexus-db-errors (192/298)
37402026-05-23T04:22:00.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-23T04:22:00.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-23T04:22:00.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-05-23T04:22:00.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
37442026-05-23T04:22:00.686Z
37452026-05-23T04:22:00.686Zinfo: running `cargo check --bins` on nexus-db-lookup (193/298)
37462026-05-23T04:22:01.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-23T04:22:01.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-23T04:22:01.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-05-23T04:22:01.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
37502026-05-23T04:22:01.240Z
37512026-05-23T04:22:01.240Zinfo: running `cargo check --bins` on nexus-inventory (194/298)
37522026-05-23T04:22:01.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-23T04:22:01.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-23T04:22:01.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-23T04:22:01.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
37562026-05-23T04:22:01.951Z
37572026-05-23T04:22:01.951Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298)
37582026-05-23T04:22:02.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-23T04:22:02.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-23T04:22:02.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-23T04:22:02.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37622026-05-23T04:22:02.634Z
37632026-05-23T04:22:02.634Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/298)
37642026-05-23T04:22:03.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-23T04:22:03.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-23T04:22:03.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-23T04:22:03.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37682026-05-23T04:22:03.318Z
37692026-05-23T04:22:03.318Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298)
37702026-05-23T04:22:03.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-23T04:22:03.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-23T04:22:03.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-23T04:22:03.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37742026-05-23T04:22:04.006Z
37752026-05-23T04:22:04.006Zinfo: running `cargo check --bins` on key-manager (198/298)
37762026-05-23T04:22:04.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-23T04:22:04.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-23T04:22:04.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-23T04:22:04.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37802026-05-23T04:22:04.679Z
37812026-05-23T04:22:04.679Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/298)
37822026-05-23T04:22:05.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-23T04:22:05.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-23T04:22:05.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-23T04:22:05.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37862026-05-23T04:22:05.369Z
37872026-05-23T04:22:05.369Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298)
37882026-05-23T04:22:05.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-23T04:22:05.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-23T04:22:05.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-23T04:22:05.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
37922026-05-23T04:22:06.061Z
37932026-05-23T04:22:06.061Zinfo: running `cargo check --bins` on typed-rng (201/298)
37942026-05-23T04:22:06.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-23T04:22:06.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-23T04:22:06.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-23T04:22:06.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37982026-05-23T04:22:06.717Z
37992026-05-23T04:22:06.717Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298)
38002026-05-23T04:22:07.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-23T04:22:07.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-23T04:22:07.652Z Compiling libefi-sys v0.1.0
38032026-05-23T04:22:07.655Z Compiling bitfield-struct v0.6.2
38042026-05-23T04:22:07.808Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38052026-05-23T04:22:07.817Z Compiling xshell-macros v0.2.7
38062026-05-23T04:22:07.827Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38072026-05-23T04:22:07.841Z Compiling typify-impl v0.4.3
38082026-05-23T04:22:07.844Z Compiling salty v0.3.0
38092026-05-23T04:22:07.869Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38102026-05-23T04:22:07.885Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
38112026-05-23T04:22:07.999Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38122026-05-23T04:22:08.154Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38132026-05-23T04:22:08.169Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38142026-05-23T04:22:08.183Z Checking xshell v0.2.7
38152026-05-23T04:22:08.327Z Checking primeorder v0.13.6
38162026-05-23T04:22:08.342Z Compiling proc-macro-error-attr2 v2.0.0
38172026-05-23T04:22:08.356Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38182026-05-23T04:22:08.371Z Checking tungstenite v0.21.0
38192026-05-23T04:22:08.405Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38202026-05-23T04:22:08.565Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38212026-05-23T04:22:08.580Z Checking p384 v0.13.1
38222026-05-23T04:22:08.645Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38232026-05-23T04:22:08.705Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38242026-05-23T04:22:08.726Z Compiling proc-macro-error2 v2.0.1
38252026-05-23T04:22:08.809Z Checking tokio-tungstenite v0.21.0
38262026-05-23T04:22:08.882Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38272026-05-23T04:22:09.044Z Compiling tabled_derive v0.11.0
38282026-05-23T04:22:09.079Z Checking papergrid v0.17.0
38292026-05-23T04:22:09.094Z Checking testing_table v0.3.0
38302026-05-23T04:22:09.145Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38312026-05-23T04:22:09.204Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
38322026-05-23T04:22:09.224Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38332026-05-23T04:22:09.416Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38342026-05-23T04:22:09.431Z Compiling unicase v2.9.0
38352026-05-23T04:22:09.618Z Compiling illumos-nvpair-sys v0.2.0
38362026-05-23T04:22:09.644Z Checking corncobs v0.1.4
38372026-05-23T04:22:09.777Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38382026-05-23T04:22:09.794Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38392026-05-23T04:22:09.831Z Compiling mime_guess v2.0.5
38402026-05-23T04:22:09.905Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38412026-05-23T04:22:09.923Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
38422026-05-23T04:22:09.950Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38432026-05-23T04:22:10.038Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38442026-05-23T04:22:10.231Z Checking tabled v0.20.0
38452026-05-23T04:22:10.247Z Checking progenitor-client v0.11.2
38462026-05-23T04:22:10.261Z Checking secrecy v0.8.0
38472026-05-23T04:22:10.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38482026-05-23T04:22:10.471Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38492026-05-23T04:22:10.513Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38502026-05-23T04:22:10.675Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38512026-05-23T04:22:10.709Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38522026-05-23T04:22:10.820Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38532026-05-23T04:22:10.923Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38542026-05-23T04:22:10.954Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38552026-05-23T04:22:11.035Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38562026-05-23T04:22:11.095Z Checking filetime v0.2.27
38572026-05-23T04:22:11.208Z Checking crc8 v0.1.1
38582026-05-23T04:22:11.312Z Checking http-range v0.1.5
38592026-05-23T04:22:11.396Z Checking xattr v1.6.1
38602026-05-23T04:22:11.416Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-05-23T04:22:11.447Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38622026-05-23T04:22:11.532Z Checking tar v0.4.45
38632026-05-23T04:22:11.603Z Checking illumos-nvpair v0.3.0
38642026-05-23T04:22:11.620Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38652026-05-23T04:22:11.763Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38662026-05-23T04:22:11.912Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38672026-05-23T04:22:11.928Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38682026-05-23T04:22:12.094Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38692026-05-23T04:22:12.155Z Checking atty v0.2.14
38702026-05-23T04:22:12.254Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38712026-05-23T04:22:12.272Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38722026-05-23T04:22:12.287Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38732026-05-23T04:22:12.349Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38742026-05-23T04:22:12.367Z Compiling typify-macro v0.4.3
38752026-05-23T04:22:12.441Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38762026-05-23T04:22:12.599Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38772026-05-23T04:22:12.616Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38782026-05-23T04:22:12.679Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38792026-05-23T04:22:12.841Z Checking hyper-staticfile v0.10.1
38802026-05-23T04:22:12.878Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38812026-05-23T04:22:12.960Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38822026-05-23T04:22:13.133Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38832026-05-23T04:22:13.151Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38842026-05-23T04:22:13.407Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38852026-05-23T04:22:13.438Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
38862026-05-23T04:22:13.706Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
38872026-05-23T04:22:14.103Z Compiling typify v0.4.3
38882026-05-23T04:22:14.231Z Compiling progenitor-impl v0.11.2
38892026-05-23T04:22:14.314Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38902026-05-23T04:22:14.429Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38912026-05-23T04:22:14.527Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38922026-05-23T04:22:15.045Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38932026-05-23T04:22:15.472Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38942026-05-23T04:22:15.843Z Compiling progenitor-macro v0.11.2
38952026-05-23T04:22:17.911Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38962026-05-23T04:22:18.235Z Checking progenitor v0.11.2
38972026-05-23T04:22:18.363Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38982026-05-23T04:22:22.983Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38992026-05-23T04:22:34.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.43s
39002026-05-23T04:22:34.398Z
39012026-05-23T04:22:34.398Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298)
39022026-05-23T04:22:35.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-23T04:22:35.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-23T04:22:35.256Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39052026-05-23T04:22:46.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.65s
39062026-05-23T04:22:46.290Z
39072026-05-23T04:22:46.290Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298)
39082026-05-23T04:22:46.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-23T04:22:46.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-23T04:22:47.147Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-05-23T04:22:57.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
39122026-05-23T04:22:58.213Z
39132026-05-23T04:22:58.213Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298)
39142026-05-23T04:22:58.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-23T04:22:58.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-23T04:22:59.065Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39172026-05-23T04:23:09.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
39182026-05-23T04:23:10.079Z
39192026-05-23T04:23:10.079Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298)
39202026-05-23T04:23:10.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-23T04:23:10.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-23T04:23:10.937Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39232026-05-23T04:23:21.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
39242026-05-23T04:23:22.102Z
39252026-05-23T04:23:22.102Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298)
39262026-05-23T04:23:22.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-23T04:23:22.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-23T04:23:22.966Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39292026-05-23T04:23:33.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
39302026-05-23T04:23:34.009Z
39312026-05-23T04:23:34.009Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298)
39322026-05-23T04:23:34.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-23T04:23:34.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-23T04:23:34.855Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39352026-05-23T04:23:45.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
39362026-05-23T04:23:45.949Z
39372026-05-23T04:23:45.949Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298)
39382026-05-23T04:23:46.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-23T04:23:46.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-23T04:23:46.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39412026-05-23T04:23:57.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
39422026-05-23T04:23:57.816Z
39432026-05-23T04:23:57.816Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/298)
39442026-05-23T04:23:58.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-23T04:23:58.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-23T04:23:58.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-05-23T04:23:58.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39482026-05-23T04:23:58.480Z
39492026-05-23T04:23:58.480Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298)
39502026-05-23T04:23:59.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-23T04:23:59.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-23T04:23:59.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-23T04:23:59.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39542026-05-23T04:23:59.139Z
39552026-05-23T04:23:59.140Zinfo: running `cargo check --bins` on range-requests (212/298)
39562026-05-23T04:23:59.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-23T04:23:59.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-23T04:23:59.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-23T04:23:59.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39602026-05-23T04:23:59.790Z
39612026-05-23T04:23:59.790Zinfo: running `cargo check --bins` on repo-depot-api (213/298)
39622026-05-23T04:24:00.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-23T04:24:00.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-23T04:24:00.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-23T04:24:00.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39662026-05-23T04:24:00.446Z
39672026-05-23T04:24:00.446Zinfo: running `cargo check --bins` on sled-agent-api (214/298)
39682026-05-23T04:24:01.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-23T04:24:01.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-23T04:24:01.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-23T04:24:01.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39722026-05-23T04:24:01.130Z
39732026-05-23T04:24:01.130Zinfo: running `cargo check --bins` on sled-diagnostics (215/298)
39742026-05-23T04:24:01.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-23T04:24:01.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-23T04:24:01.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-23T04:24:01.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39782026-05-23T04:24:01.813Z
39792026-05-23T04:24:01.813Zinfo: running `cargo check --bins` on zfs-test-harness (216/298)
39802026-05-23T04:24:02.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-23T04:24:02.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-23T04:24:02.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-05-23T04:24:02.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39842026-05-23T04:24:02.499Z
39852026-05-23T04:24:02.499Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298)
39862026-05-23T04:24:03.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-23T04:24:03.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-23T04:24:03.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-23T04:24:03.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39902026-05-23T04:24:03.169Z
39912026-05-23T04:24:03.169Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298)
39922026-05-23T04:24:03.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-23T04:24:03.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-23T04:24:03.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-23T04:24:03.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39962026-05-23T04:24:03.858Z
39972026-05-23T04:24:03.858Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/298)
39982026-05-23T04:24:04.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-23T04:24:04.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-23T04:24:04.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-23T04:24:04.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40022026-05-23T04:24:04.560Z
40032026-05-23T04:24:04.560Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/298)
40042026-05-23T04:24:05.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-23T04:24:05.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-23T04:24:05.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-23T04:24:05.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40082026-05-23T04:24:05.241Z
40092026-05-23T04:24:05.241Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298)
40102026-05-23T04:24:05.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-23T04:24:05.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-23T04:24:05.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-05-23T04:24:05.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40142026-05-23T04:24:05.926Z
40152026-05-23T04:24:05.926Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298)
40162026-05-23T04:24:06.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-23T04:24:06.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-23T04:24:06.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40192026-05-23T04:24:06.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40202026-05-23T04:24:06.595Z
40212026-05-23T04:24:06.595Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/298)
40222026-05-23T04:24:07.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-23T04:24:07.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-23T04:24:07.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-23T04:24:07.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40262026-05-23T04:24:07.270Z
40272026-05-23T04:24:07.270Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/298)
40282026-05-23T04:24:07.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-23T04:24:07.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-23T04:24:07.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-05-23T04:24:07.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40322026-05-23T04:24:07.970Z
40332026-05-23T04:24:07.970Zinfo: running `cargo check --bins` on trust-quorum (225/298)
40342026-05-23T04:24:08.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-23T04:24:08.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-23T04:24:08.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40372026-05-23T04:24:08.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40382026-05-23T04:24:08.656Z
40392026-05-23T04:24:08.656Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298)
40402026-05-23T04:24:09.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-05-23T04:24:09.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-05-23T04:24:09.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40432026-05-23T04:24:09.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40442026-05-23T04:24:09.360Z
40452026-05-23T04:24:09.360Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/298)
40462026-05-23T04:24:09.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40472026-05-23T04:24:09.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40482026-05-23T04:24:09.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40492026-05-23T04:24:09.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40502026-05-23T04:24:10.082Z
40512026-05-23T04:24:10.082Zinfo: running `cargo check --bins` on update-common (228/298)
40522026-05-23T04:24:10.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40532026-05-23T04:24:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40542026-05-23T04:24:10.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40552026-05-23T04:24:10.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40562026-05-23T04:24:10.749Z
40572026-05-23T04:24:10.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298)
40582026-05-23T04:24:11.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-05-23T04:24:11.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-05-23T04:24:11.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-05-23T04:24:11.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40622026-05-23T04:24:11.468Z
40632026-05-23T04:24:11.469Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/298)
40642026-05-23T04:24:12.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-05-23T04:24:12.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-05-23T04:24:12.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-05-23T04:24:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40682026-05-23T04:24:12.106Z
40692026-05-23T04:24:12.106Zinfo: running `cargo check --bins` on reconfigurator-cli (231/298)
40702026-05-23T04:24:12.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-05-23T04:24:12.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-05-23T04:24:12.955Z Compiling fs-err v2.11.0
40732026-05-23T04:24:12.958Z Checking ignore v0.4.25
40742026-05-23T04:24:12.958Z Checking arc-swap v1.8.2
40752026-05-23T04:24:13.100Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40762026-05-23T04:24:13.103Z Checking predicates-tree v1.0.13
40772026-05-23T04:24:13.103Z Checking parse-size v1.1.0
40782026-05-23T04:24:13.133Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40792026-05-23T04:24:13.136Z Checking rand_seeder v0.4.0
40802026-05-23T04:24:13.212Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40812026-05-23T04:24:13.236Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40822026-05-23T04:24:13.289Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40832026-05-23T04:24:13.303Z Checking slog-scope v4.4.1
40842026-05-23T04:24:13.340Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40852026-05-23T04:24:13.428Z Compiling petname v2.0.2
40862026-05-23T04:24:13.443Z Checking slog-stdlog v4.1.1
40872026-05-23T04:24:13.459Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40882026-05-23T04:24:13.473Z Checking globwalk v0.9.1
40892026-05-23T04:24:13.524Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40902026-05-23T04:24:13.562Z Checking slog-envlogger v2.2.0
40912026-05-23T04:24:13.650Z Checking camino-tempfile-ext v0.3.3
40922026-05-23T04:24:13.713Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40932026-05-23T04:24:13.729Z Checking sapling-renderdag v0.1.0
40942026-05-23T04:24:13.845Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40952026-05-23T04:24:13.904Z Checking subprocess v0.2.15
40962026-05-23T04:24:13.968Z Checking sync-ptr v0.1.4
40972026-05-23T04:24:14.110Z Checking colored v2.2.0
40982026-05-23T04:24:14.170Z Checking assert_matches v1.5.0
40992026-05-23T04:24:14.197Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41002026-05-23T04:24:14.345Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41012026-05-23T04:24:14.345Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41022026-05-23T04:24:15.190Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41032026-05-23T04:24:16.589Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41042026-05-23T04:24:18.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.88s
41052026-05-23T04:24:19.231Z
41062026-05-23T04:24:19.231Zinfo: running `cargo check --bins` on omicron-repl-utils (232/298)
41072026-05-23T04:24:19.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-23T04:24:19.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-23T04:24:19.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-05-23T04:24:19.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41112026-05-23T04:24:19.873Z
41122026-05-23T04:24:19.873Zinfo: running `cargo check --bins` on transient-dns-server (233/298)
41132026-05-23T04:24:20.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-05-23T04:24:20.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-05-23T04:24:20.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-05-23T04:24:20.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41172026-05-23T04:24:20.542Z
41182026-05-23T04:24:20.542Zinfo: running `cargo check --bins` on nexus-test-interface (234/298)
41192026-05-23T04:24:21.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-23T04:24:21.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-23T04:24:21.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-05-23T04:24:21.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
41232026-05-23T04:24:21.260Z
41242026-05-23T04:24:21.260Zinfo: running `cargo check --bins` on oximeter-collector (235/298)
41252026-05-23T04:24:21.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-23T04:24:21.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-23T04:24:22.046Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41282026-05-23T04:24:22.046Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41292026-05-23T04:24:22.698Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41302026-05-23T04:24:24.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41312026-05-23T04:24:24.629Z
41322026-05-23T04:24:24.629Zinfo: running `cargo check --bins` on oximeter-api (236/298)
41332026-05-23T04:24:25.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-23T04:24:25.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-23T04:24:25.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-05-23T04:24:25.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41372026-05-23T04:24:25.281Z
41382026-05-23T04:24:25.281Zinfo: running `cargo check --bins` on cert-dev (237/298)
41392026-05-23T04:24:25.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-05-23T04:24:25.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-05-23T04:24:25.930Z Checking yasna v0.5.2
41422026-05-23T04:24:26.342Z Checking rcgen v0.12.1
41432026-05-23T04:24:26.619Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41442026-05-23T04:24:26.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
41452026-05-23T04:24:26.981Z
41462026-05-23T04:24:26.981Zinfo: running `cargo check --bins` on clickana (238/298)
41472026-05-23T04:24:27.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-05-23T04:24:27.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-05-23T04:24:27.672Z Compiling darling_core v0.23.0
41502026-05-23T04:24:27.788Z Compiling instability v0.3.11
41512026-05-23T04:24:27.795Z Checking castaway v0.2.4
41522026-05-23T04:24:27.802Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41532026-05-23T04:24:27.808Z Compiling indoc v2.0.7
41542026-05-23T04:24:27.811Z Checking unicode-truncate v1.1.0
41552026-05-23T04:24:27.829Z Checking lru v0.12.5
41562026-05-23T04:24:27.832Z Checking cassowary v0.3.0
41572026-05-23T04:24:27.885Z Checking compact_str v0.8.1
41582026-05-23T04:24:28.861Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41592026-05-23T04:24:29.044Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41602026-05-23T04:24:29.225Z Compiling darling_macro v0.23.0
41612026-05-23T04:24:29.643Z Compiling darling v0.23.0
41622026-05-23T04:24:30.262Z Checking ratatui v0.29.0
41632026-05-23T04:24:31.316Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41642026-05-23T04:24:31.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
41652026-05-23T04:24:32.179Z
41662026-05-23T04:24:32.180Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/298)
41672026-05-23T04:24:32.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-05-23T04:24:32.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-05-23T04:24:32.972Z Checking headers-core v0.3.0
41702026-05-23T04:24:32.975Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41712026-05-23T04:24:33.178Z Checking headers v0.4.1
41722026-05-23T04:24:33.547Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41732026-05-23T04:24:34.508Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41742026-05-23T04:24:35.069Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41752026-05-23T04:24:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
41762026-05-23T04:24:35.760Z
41772026-05-23T04:24:35.760Zinfo: running `cargo check --bins` on ch-dev (240/298)
41782026-05-23T04:24:36.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41792026-05-23T04:24:36.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41802026-05-23T04:24:36.543Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41812026-05-23T04:24:37.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
41822026-05-23T04:24:37.582Z
41832026-05-23T04:24:37.582Zinfo: running `cargo check --bins` on dev-tools-common (241/298)
41842026-05-23T04:24:38.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-05-23T04:24:38.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-05-23T04:24:38.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-05-23T04:24:38.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41882026-05-23T04:24:38.092Z
41892026-05-23T04:24:38.092Zinfo: running `cargo check --bins` on crdb-seed (242/298)
41902026-05-23T04:24:38.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-05-23T04:24:38.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-05-23T04:24:38.872Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41932026-05-23T04:24:39.964Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41942026-05-23T04:24:40.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
41952026-05-23T04:24:40.594Z
41962026-05-23T04:24:40.594Zinfo: running `cargo check --bins` on db-dev (243/298)
41972026-05-23T04:24:41.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-05-23T04:24:41.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-05-23T04:24:41.380Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42002026-05-23T04:24:42.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
42012026-05-23T04:24:42.428Z
42022026-05-23T04:24:42.428Zinfo: running `cargo check --bins` on omicron-dev-lib (244/298)
42032026-05-23T04:24:43.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-23T04:24:43.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-23T04:24:43.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-23T04:24:43.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42072026-05-23T04:24:43.128Z
42082026-05-23T04:24:43.128Zinfo: running `cargo check --bins` on xtask-downloader (245/298)
42092026-05-23T04:24:43.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-23T04:24:43.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-23T04:24:43.782Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42122026-05-23T04:24:44.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
42132026-05-23T04:24:44.690Z
42142026-05-23T04:24:44.690Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/298)
42152026-05-23T04:24:45.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-23T04:24:45.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-23T04:24:45.501Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42182026-05-23T04:24:45.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42192026-05-23T04:24:45.504Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42202026-05-23T04:24:45.504Z Checking git-stub v1.0.0
42212026-05-23T04:24:45.504Z Compiling trait-variant v0.1.2
42222026-05-23T04:24:45.504Z Checking maplit v1.0.2
42232026-05-23T04:24:45.504Z Checking is_ci v1.2.0
42242026-05-23T04:24:45.665Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42252026-05-23T04:24:45.706Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42262026-05-23T04:24:45.730Z Checking supports-color v3.0.2
42272026-05-23T04:24:45.768Z Checking git-stub-vcs v0.1.0
42282026-05-23T04:24:45.855Z Checking drift v0.2.0
42292026-05-23T04:24:45.907Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42302026-05-23T04:24:45.921Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42312026-05-23T04:24:45.964Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42322026-05-23T04:24:46.123Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42332026-05-23T04:24:46.198Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42342026-05-23T04:24:46.213Z Checking dropshot-api-manager v0.7.2
42352026-05-23T04:24:46.228Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42362026-05-23T04:24:46.373Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42372026-05-23T04:24:46.443Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42382026-05-23T04:24:46.604Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42392026-05-23T04:24:46.929Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-05-23T04:24:51.845Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42412026-05-23T04:24:52.924Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42422026-05-23T04:24:53.484Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42432026-05-23T04:24:54.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
42442026-05-23T04:24:54.242Z
42452026-05-23T04:24:54.242Zinfo: running `cargo check --bins` on installinator-api (247/298)
42462026-05-23T04:24:54.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-23T04:24:54.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-23T04:24:54.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-23T04:24:54.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-05-23T04:24:54.898Z
42512026-05-23T04:24:54.898Zinfo: running `cargo check --bins` on nexus-external-api (248/298)
42522026-05-23T04:24:55.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-23T04:24:55.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-23T04:24:55.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-23T04:24:55.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
42562026-05-23T04:24:55.600Z
42572026-05-23T04:24:55.600Zinfo: running `cargo check --bins` on nexus-internal-api (249/298)
42582026-05-23T04:24:56.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-23T04:24:56.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-23T04:24:56.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-05-23T04:24:56.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42622026-05-23T04:24:56.298Z
42632026-05-23T04:24:56.298Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/298)
42642026-05-23T04:24:56.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-05-23T04:24:56.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-05-23T04:24:56.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-05-23T04:24:56.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42682026-05-23T04:24:56.992Z
42692026-05-23T04:24:56.992Zinfo: running `cargo check --bins` on ntp-admin-api (251/298)
42702026-05-23T04:24:57.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-05-23T04:24:57.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-05-23T04:24:57.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-05-23T04:24:57.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42742026-05-23T04:24:57.647Z
42752026-05-23T04:24:57.647Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/298)
42762026-05-23T04:24:58.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-05-23T04:24:58.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-05-23T04:24:58.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42792026-05-23T04:24:58.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42802026-05-23T04:24:58.284Z
42812026-05-23T04:24:58.284Zinfo: running `cargo check --bins` on wicketd-api (253/298)
42822026-05-23T04:24:58.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-05-23T04:24:58.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-05-23T04:24:58.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-05-23T04:24:58.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42862026-05-23T04:24:58.948Z
42872026-05-23T04:24:58.948Zinfo: running `cargo check --bins` on omicron-ls-apis (254/298)
42882026-05-23T04:24:59.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-05-23T04:24:59.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-05-23T04:24:59.607Z Checking typeid v1.0.3
42912026-05-23T04:24:59.726Z Checking ordered-float v2.10.1
42922026-05-23T04:24:59.746Z Checking unicode-xid v0.2.6
42932026-05-23T04:24:59.760Z Checking cargo-platform v0.2.0
42942026-05-23T04:24:59.769Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42952026-05-23T04:24:59.794Z Checking erased-serde v0.4.9
42962026-05-23T04:24:59.932Z Checking serde-value v0.7.0
42972026-05-23T04:25:00.109Z Checking serde-untagged v0.1.9
42982026-05-23T04:25:00.268Z Checking cargo-util-schemas v0.8.2
42992026-05-23T04:25:00.952Z Checking cargo_metadata v0.21.0
43002026-05-23T04:25:01.554Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43012026-05-23T04:25:02.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
43022026-05-23T04:25:02.439Z
43032026-05-23T04:25:02.439Zinfo: running `cargo check --bins` on mgs-dev (255/298)
43042026-05-23T04:25:03.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-23T04:25:03.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-23T04:25:03.237Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43072026-05-23T04:25:03.930Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43082026-05-23T04:25:04.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
43092026-05-23T04:25:04.739Z
43102026-05-23T04:25:04.740Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (256/298)
43112026-05-23T04:25:05.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-23T04:25:05.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-23T04:25:05.663Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43142026-05-23T04:25:05.666Z Compiling vergen-lib v0.1.6
43152026-05-23T04:25:05.666Z Compiling vergen-gitcl v1.0.8
43162026-05-23T04:25:05.666Z Compiling dirs-sys-next v0.1.2
43172026-05-23T04:25:05.666Z Compiling crunchy v0.2.4
43182026-05-23T04:25:05.666Z Compiling glob v0.3.3
43192026-05-23T04:25:05.666Z Compiling diesel_derives v2.3.7
43202026-05-23T04:25:05.666Z Compiling dsl_auto_type v0.2.0
43212026-05-23T04:25:06.004Z Checking scheduled-thread-pool v0.2.7
43222026-05-23T04:25:06.055Z Compiling dirs-next v2.0.0
43232026-05-23T04:25:06.108Z Compiling diesel_table_macro_syntax v0.3.0
43242026-05-23T04:25:06.146Z Compiling tiny-keccak v2.0.2
43252026-05-23T04:25:06.149Z Checking r2d2 v0.8.10
43262026-05-23T04:25:06.176Z Compiling term v0.7.0
43272026-05-23T04:25:06.190Z Compiling clang-sys v1.8.1
43282026-05-23T04:25:06.373Z Checking downcast-rs v2.0.2
43292026-05-23T04:25:06.388Z Compiling bit-vec v0.6.3
43302026-05-23T04:25:06.447Z Compiling ascii-canvas v3.0.0
43312026-05-23T04:25:06.562Z Compiling itertools v0.10.5
43322026-05-23T04:25:06.606Z Compiling bit-set v0.5.3
43332026-05-23T04:25:06.693Z Compiling ena v0.14.4
43342026-05-23T04:25:06.729Z Compiling libloading v0.8.9
43352026-05-23T04:25:06.768Z Compiling bindgen v0.71.1
43362026-05-23T04:25:06.878Z Compiling diff v0.1.13
43372026-05-23T04:25:06.904Z Compiling regex-syntax v0.6.29
43382026-05-23T04:25:06.943Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43392026-05-23T04:25:07.136Z Compiling cexpr v0.6.0
43402026-05-23T04:25:07.159Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43412026-05-23T04:25:07.226Z Compiling rustc-hash v2.1.1
43422026-05-23T04:25:07.334Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43432026-05-23T04:25:07.362Z Compiling libxml v0.3.3
43442026-05-23T04:25:07.590Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43452026-05-23T04:25:07.659Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43462026-05-23T04:25:07.808Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43472026-05-23T04:25:07.911Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43482026-05-23T04:25:07.929Z Compiling strum_macros v0.24.3
43492026-05-23T04:25:07.999Z Compiling indoc v1.0.9
43502026-05-23T04:25:08.206Z Compiling lalrpop v0.19.12
43512026-05-23T04:25:08.961Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43522026-05-23T04:25:09.155Z Checking derive_builder v0.20.2
43532026-05-23T04:25:09.293Z Compiling oso-derive v0.27.3
43542026-05-23T04:25:09.296Z Checking quick-xml v0.37.5
43552026-05-23T04:25:09.534Z Compiling impl-trait-for-tuples v0.2.3
43562026-05-23T04:25:09.800Z Checking openssl-probe v0.1.6
43572026-05-23T04:25:09.948Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43582026-05-23T04:25:10.207Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-05-23T04:25:10.404Z Checking bb8 v0.8.6
43602026-05-23T04:25:10.616Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43612026-05-23T04:25:10.677Z Checking nonempty v0.12.0
43622026-05-23T04:25:10.698Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43632026-05-23T04:25:10.830Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43642026-05-23T04:25:10.847Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43652026-05-23T04:25:10.912Z Checking console v0.16.2
43662026-05-23T04:25:11.048Z Checking unit-prefix v0.5.2
43672026-05-23T04:25:11.100Z Checking support-bundle-viewer v0.1.2
43682026-05-23T04:25:11.184Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43692026-05-23T04:25:11.219Z Checking indicatif v0.18.4
43702026-05-23T04:25:11.351Z Checking multimap v0.10.1
43712026-05-23T04:25:11.771Z Checking diesel v2.3.7
43722026-05-23T04:25:13.788Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43732026-05-23T04:25:13.926Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43742026-05-23T04:25:14.288Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43752026-05-23T04:25:15.650Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43762026-05-23T04:25:15.868Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43772026-05-23T04:25:15.983Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43782026-05-23T04:25:16.603Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43792026-05-23T04:25:16.861Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43802026-05-23T04:25:18.738Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43812026-05-23T04:25:23.710Z Compiling samael v0.0.19
43822026-05-23T04:25:27.495Z Checking async-bb8-diesel v0.2.1
43832026-05-23T04:25:27.847Z Checking diesel-dtrace v0.5.0
43842026-05-23T04:25:28.497Z Compiling polar-core v0.27.3
43852026-05-23T04:25:32.955Z Checking oso v0.27.3
43862026-05-23T04:26:10.426Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43872026-05-23T04:26:44.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
43882026-05-23T04:26:44.876Z
43892026-05-23T04:26:44.876Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298)
43902026-05-23T04:26:45.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-23T04:26:45.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-23T04:26:45.747Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43932026-05-23T04:26:53.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.60s
43942026-05-23T04:26:53.736Z
43952026-05-23T04:26:53.736Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298)
43962026-05-23T04:26:54.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-23T04:26:54.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-23T04:26:54.605Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43992026-05-23T04:27:02.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.61s
44002026-05-23T04:27:02.591Z
44012026-05-23T04:27:02.591Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
44022026-05-23T04:27:03.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-23T04:27:03.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-23T04:27:03.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-05-23T04:27:03.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44062026-05-23T04:27:03.301Z
44072026-05-23T04:27:03.302Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
44082026-05-23T04:27:03.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-23T04:27:03.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-23T04:27:03.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-05-23T04:27:03.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44122026-05-23T04:27:04.011Z
44132026-05-23T04:27:04.011Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
44142026-05-23T04:27:04.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-23T04:27:04.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-23T04:27:04.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-05-23T04:27:04.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44182026-05-23T04:27:04.655Z
44192026-05-23T04:27:04.655Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44202026-05-23T04:27:05.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-23T04:27:05.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-23T04:27:05.591Z Compiling libz-sys v1.1.24
44232026-05-23T04:27:05.733Z Compiling libgit2-sys v0.18.3+1.9.2
44242026-05-23T04:27:05.745Z Compiling vergen-git2 v9.1.0
44252026-05-23T04:27:05.754Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44262026-05-23T04:27:05.764Z Compiling rustls v0.21.12
44272026-05-23T04:27:05.779Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
44282026-05-23T04:27:05.799Z Checking rustls-webpki v0.101.7
44292026-05-23T04:27:05.802Z Checking sct v0.7.1
44302026-05-23T04:27:05.968Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44312026-05-23T04:27:05.996Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44322026-05-23T04:27:05.996Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44332026-05-23T04:27:06.125Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44342026-05-23T04:27:06.191Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44352026-05-23T04:27:06.271Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44362026-05-23T04:27:06.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44372026-05-23T04:27:06.331Z Checking rustls-pemfile v1.0.4
44382026-05-23T04:27:06.398Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44392026-05-23T04:27:06.465Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
44402026-05-23T04:27:06.589Z Checking twox-hash v2.1.2
44412026-05-23T04:27:06.804Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#50ed5312)
44422026-05-23T04:27:07.008Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44432026-05-23T04:27:07.449Z Checking tokio-rustls v0.24.1
44442026-05-23T04:27:07.586Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44452026-05-23T04:27:07.650Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44462026-05-23T04:27:08.088Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44472026-05-23T04:27:08.354Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44482026-05-23T04:27:08.418Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44492026-05-23T04:27:08.568Z Checking fatfs v0.3.6
44502026-05-23T04:27:08.742Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44512026-05-23T04:27:08.760Z Compiling seq-macro v0.3.6
44522026-05-23T04:27:12.807Z Compiling git2 v0.20.4
44532026-05-23T04:27:12.872Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
44542026-05-23T04:27:12.999Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#0d199ceb)
44552026-05-23T04:27:15.025Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=3c1708d86e10f0370807388a1efe092edd99d431#3c1708d8)
44562026-05-23T04:27:59.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.34s
44572026-05-23T04:27:59.242Z
44582026-05-23T04:27:59.242Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44592026-05-23T04:27:59.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-23T04:27:59.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-23T04:28:00.209Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44622026-05-23T04:28:36.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.61s
44632026-05-23T04:28:37.092Z
44642026-05-23T04:28:37.092Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (264/298)
44652026-05-23T04:28:37.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-05-23T04:28:37.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-05-23T04:28:37.989Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44682026-05-23T04:29:14.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.37s
44692026-05-23T04:29:14.706Z
44702026-05-23T04:29:14.706Zinfo: running `cargo check --bins` on nexus-background-task-interface (265/298)
44712026-05-23T04:29:15.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-05-23T04:29:15.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-05-23T04:29:15.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44742026-05-23T04:29:15.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44752026-05-23T04:29:15.355Z
44762026-05-23T04:29:15.355Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/298)
44772026-05-23T04:29:15.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-05-23T04:29:15.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-05-23T04:29:15.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44802026-05-23T04:29:15.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44812026-05-23T04:29:16.067Z
44822026-05-23T04:29:16.067Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/298)
44832026-05-23T04:29:16.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-05-23T04:29:16.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-05-23T04:29:16.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44862026-05-23T04:29:16.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
44872026-05-23T04:29:16.791Z
44882026-05-23T04:29:16.791Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/298)
44892026-05-23T04:29:17.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-23T04:29:17.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-23T04:29:17.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44922026-05-23T04:29:17.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44932026-05-23T04:29:17.507Z
44942026-05-23T04:29:17.507Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/298)
44952026-05-23T04:29:18.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-05-23T04:29:18.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-05-23T04:29:18.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-05-23T04:29:18.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44992026-05-23T04:29:18.224Z
45002026-05-23T04:29:18.224Zinfo: running `cargo check --bins` on nexus-networking (270/298)
45012026-05-23T04:29:18.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-23T04:29:18.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-23T04:29:18.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45042026-05-23T04:29:18.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
45052026-05-23T04:29:18.942Z
45062026-05-23T04:29:18.942Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/298)
45072026-05-23T04:29:19.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-05-23T04:29:19.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-05-23T04:29:19.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45102026-05-23T04:29:19.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
45112026-05-23T04:29:19.664Z
45122026-05-23T04:29:19.664Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298)
45132026-05-23T04:29:20.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45142026-05-23T04:29:20.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45152026-05-23T04:29:20.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45162026-05-23T04:29:20.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
45172026-05-23T04:29:20.394Z
45182026-05-23T04:29:20.394Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
45192026-05-23T04:29:21.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-23T04:29:21.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-23T04:29:21.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45222026-05-23T04:29:21.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
45232026-05-23T04:29:21.123Z
45242026-05-23T04:29:21.123Zinfo: running `cargo check --bins` on omicron-dev (274/298)
45252026-05-23T04:29:21.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-23T04:29:21.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-23T04:29:22.108Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45282026-05-23T04:29:22.111Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45292026-05-23T04:29:22.305Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45302026-05-23T04:29:22.334Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45312026-05-23T04:29:22.357Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45322026-05-23T04:29:22.360Z Checking yansi v1.0.1
45332026-05-23T04:29:22.360Z Checking diff v0.1.13
45342026-05-23T04:29:22.375Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45352026-05-23T04:29:22.452Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45362026-05-23T04:29:22.651Z Checking pretty_assertions v1.4.1
45372026-05-23T04:29:23.404Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-05-23T04:29:23.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45392026-05-23T04:29:47.216Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45402026-05-23T04:29:47.216Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45412026-05-23T04:29:47.219Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45422026-05-23T04:29:47.219Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45432026-05-23T04:29:47.219Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45442026-05-23T04:29:47.219Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45452026-05-23T04:29:48.091Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45462026-05-23T04:29:48.091Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45472026-05-23T04:29:49.421Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45482026-05-23T04:30:25.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45492026-05-23T04:30:25.974Z
45502026-05-23T04:30:25.974Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45512026-05-23T04:30:26.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-23T04:30:26.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-23T04:30:26.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-05-23T04:30:26.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45552026-05-23T04:30:26.630Z
45562026-05-23T04:30:26.630Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45572026-05-23T04:30:27.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-23T04:30:27.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-23T04:30:27.493Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45602026-05-23T04:30:27.622Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45612026-05-23T04:30:27.625Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45622026-05-23T04:30:53.609Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45632026-05-23T04:30:54.086Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45642026-05-23T04:30:55.924Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45652026-05-23T04:30:56.459Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45662026-05-23T04:30:59.448Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45672026-05-23T04:31:22.367Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45682026-05-23T04:31:23.141Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45692026-05-23T04:31:24.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.28s
45702026-05-23T04:31:25.152Z
45712026-05-23T04:31:25.152Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45722026-05-23T04:31:25.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-23T04:31:25.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-23T04:31:25.949Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45752026-05-23T04:31:26.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
45762026-05-23T04:31:26.941Z
45772026-05-23T04:31:26.941Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45782026-05-23T04:31:27.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-23T04:31:27.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-23T04:31:27.649Z Compiling blake3 v1.8.3
45812026-05-23T04:31:27.767Z Checking constant_time_eq v0.4.2
45822026-05-23T04:31:27.770Z Checking arrayref v0.3.9
45832026-05-23T04:31:27.774Z Checking arrayvec v0.7.6
45842026-05-23T04:31:27.788Z Checking topological-sort v0.2.2
45852026-05-23T04:31:27.791Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45862026-05-23T04:31:27.791Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45872026-05-23T04:31:27.791Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45882026-05-23T04:31:27.833Z Checking shell-words v1.1.1
45892026-05-23T04:31:28.574Z Checking omicron-zone-package v0.12.2
45902026-05-23T04:31:29.289Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45912026-05-23T04:31:30.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
45922026-05-23T04:31:30.368Z
45932026-05-23T04:31:30.368Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45942026-05-23T04:31:30.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-23T04:31:30.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-23T04:31:31.073Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45972026-05-23T04:31:31.399Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45982026-05-23T04:31:31.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45992026-05-23T04:31:32.022Z
46002026-05-23T04:31:32.022Zinfo: running `cargo check --bins` on schema (280/298)
46012026-05-23T04:31:32.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-23T04:31:32.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-23T04:31:32.845Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46042026-05-23T04:31:33.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
46052026-05-23T04:31:33.843Z
46062026-05-23T04:31:33.843Zinfo: running `cargo check --bins` on xtask (281/298)
46072026-05-23T04:31:34.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-23T04:31:34.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-23T04:31:34.348Z Checking libc v0.2.185
46102026-05-23T04:31:34.443Z Checking serde v1.0.228
46112026-05-23T04:31:34.447Z Checking zerofrom v0.1.6
46122026-05-23T04:31:34.454Z Checking bitflags v2.11.0
46132026-05-23T04:31:34.457Z Checking smallvec v1.15.1
46142026-05-23T04:31:34.464Z Checking indexmap v2.14.0
46152026-05-23T04:31:34.481Z Checking serde_json v1.0.149
46162026-05-23T04:31:34.495Z Checking scroll v0.12.0
46172026-05-23T04:31:34.547Z Checking yoke v0.8.1
46182026-05-23T04:31:34.596Z Checking num-traits v0.2.19
46192026-05-23T04:31:34.633Z Checking thiserror v1.0.69
46202026-05-23T04:31:34.706Z Checking percent-encoding v2.3.2
46212026-05-23T04:31:34.717Z Checking zerovec v0.11.5
46222026-05-23T04:31:34.728Z Checking zerotrie v0.2.3
46232026-05-23T04:31:34.742Z Checking errno v0.3.14
46242026-05-23T04:31:34.844Z Checking serde_spanned v0.6.9
46252026-05-23T04:31:34.848Z Checking toml_datetime v0.6.11
46262026-05-23T04:31:34.863Z Checking rustix v1.1.3
46272026-05-23T04:31:34.970Z Checking log v0.4.29
46282026-05-23T04:31:34.982Z Checking zerocopy v0.7.35
46292026-05-23T04:31:34.992Z Checking form_urlencoded v1.2.2
46302026-05-23T04:31:35.026Z Checking toml_edit v0.22.27
46312026-05-23T04:31:35.082Z Checking getrandom v0.4.1
46322026-05-23T04:31:35.116Z Checking ordered-float v2.10.1
46332026-05-23T04:31:35.123Z Checking goblin v0.8.2
46342026-05-23T04:31:35.132Z Checking thiserror v2.0.18
46352026-05-23T04:31:35.151Z Checking tinystr v0.8.2
46362026-05-23T04:31:35.217Z Checking potential_utf v0.1.4
46372026-05-23T04:31:35.233Z Checking syn v2.0.117
46382026-05-23T04:31:35.336Z Checking serde-value v0.7.0
46392026-05-23T04:31:35.336Z Checking icu_locale_core v2.1.1
46402026-05-23T04:31:35.352Z Checking icu_collections v2.1.1
46412026-05-23T04:31:35.464Z Checking dtrace-parser v0.2.0
46422026-05-23T04:31:35.535Z Checking thread-id v4.2.2
46432026-05-23T04:31:35.620Z Checking once_cell v1.21.3
46442026-05-23T04:31:35.663Z Checking terminal_size v0.4.3
46452026-05-23T04:31:35.674Z Checking cargo-platform v0.2.0
46462026-05-23T04:31:35.698Z Checking memmap v0.7.0
46472026-05-23T04:31:35.779Z Checking clap_builder v4.6.0
46482026-05-23T04:31:35.797Z Checking tempfile v3.25.0
46492026-05-23T04:31:35.828Z Checking textwrap v0.16.2
46502026-05-23T04:31:35.849Z Checking fs-err v3.3.0
46512026-05-23T04:31:35.901Z Checking icu_provider v2.1.1
46522026-05-23T04:31:35.990Z Checking camino-tempfile v1.4.1
46532026-05-23T04:31:36.029Z Checking anyhow v1.0.102
46542026-05-23T04:31:36.040Z Checking tabled v0.15.0
46552026-05-23T04:31:36.121Z Checking toml v0.8.23
46562026-05-23T04:31:36.142Z Checking icu_normalizer v2.1.1
46572026-05-23T04:31:36.153Z Checking icu_properties v2.1.2
46582026-05-23T04:31:36.228Z Checking macaddr v1.0.1
46592026-05-23T04:31:36.409Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46602026-05-23T04:31:36.439Z Checking cargo_toml v0.21.0
46612026-05-23T04:31:36.974Z Checking idna_adapter v1.2.1
46622026-05-23T04:31:37.001Z Checking clap v4.6.1
46632026-05-23T04:31:37.016Z Checking dof v0.3.0
46642026-05-23T04:31:37.094Z Checking idna v1.1.0
46652026-05-23T04:31:37.281Z Checking usdt-impl v0.5.0
46662026-05-23T04:31:37.316Z Checking url v2.5.8
46672026-05-23T04:31:37.527Z Checking usdt v0.5.0
46682026-05-23T04:31:37.661Z Checking cargo-util-schemas v0.8.2
46692026-05-23T04:31:38.350Z Checking cargo_metadata v0.21.0
46702026-05-23T04:31:38.960Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46712026-05-23T04:31:39.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
46722026-05-23T04:31:39.514Z
46732026-05-23T04:31:39.514Zinfo: running `cargo check --bins` on dnsadm (282/298)
46742026-05-23T04:31:40.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-05-23T04:31:40.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-05-23T04:31:40.207Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46772026-05-23T04:31:40.686Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46782026-05-23T04:31:41.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46792026-05-23T04:31:41.290Z
46802026-05-23T04:31:41.290Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46812026-05-23T04:31:41.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-05-23T04:31:41.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-05-23T04:31:42.168Z Checking polyval v0.6.2
46842026-05-23T04:31:42.303Z Checking ctr v0.9.2
46852026-05-23T04:31:42.338Z Checking ssh-encoding v0.2.0
46862026-05-23T04:31:42.338Z Checking blowfish v0.9.1
46872026-05-23T04:31:42.342Z Checking password-hash v0.4.2
46882026-05-23T04:31:42.346Z Checking p521 v0.13.3
46892026-05-23T04:31:42.346Z Checking p256 v0.13.2
46902026-05-23T04:31:42.349Z Checking russh-cryptovec v0.7.3
46912026-05-23T04:31:42.443Z Checking ghash v0.5.1
46922026-05-23T04:31:42.460Z Checking md5 v0.7.0
46932026-05-23T04:31:42.500Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46942026-05-23T04:31:42.539Z Checking num-bigint v0.4.6
46952026-05-23T04:31:42.559Z Checking aes-gcm v0.10.3
46962026-05-23T04:31:42.573Z Checking bcrypt-pbkdf v0.10.0
46972026-05-23T04:31:42.621Z Checking des v0.8.1
46982026-05-23T04:31:42.625Z Checking pbkdf2 v0.11.0
46992026-05-23T04:31:42.650Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47002026-05-23T04:31:42.686Z Checking hex-literal v0.4.1
47012026-05-23T04:31:42.711Z Checking ssh-cipher v0.2.0
47022026-05-23T04:31:42.751Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47032026-05-23T04:31:42.777Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47042026-05-23T04:31:42.791Z Checking socket2 v0.5.10
47052026-05-23T04:31:42.805Z Checking internet-checksum v0.2.1
47062026-05-23T04:31:42.881Z Checking ssh-key v0.6.7
47072026-05-23T04:31:43.035Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47082026-05-23T04:31:43.525Z Checking russh-keys v0.45.0
47092026-05-23T04:31:44.077Z Checking russh v0.45.0
47102026-05-23T04:32:00.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
47112026-05-23T04:32:00.662Z
47122026-05-23T04:32:00.662Zinfo: running `cargo check --bins` on gateway-cli (284/298)
47132026-05-23T04:32:01.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-05-23T04:32:01.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-05-23T04:32:01.358Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47162026-05-23T04:32:01.477Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47172026-05-23T04:32:01.477Z Checking termios v0.3.3
47182026-05-23T04:32:02.684Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47192026-05-23T04:32:02.837Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47202026-05-23T04:32:04.615Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47212026-05-23T04:32:05.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
47222026-05-23T04:32:05.393Z
47232026-05-23T04:32:05.393Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
47242026-05-23T04:32:05.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-05-23T04:32:05.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-05-23T04:32:06.161Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47272026-05-23T04:32:06.284Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47282026-05-23T04:32:06.293Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47292026-05-23T04:32:06.300Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47302026-05-23T04:32:06.303Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47312026-05-23T04:32:06.319Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47322026-05-23T04:32:06.572Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47332026-05-23T04:32:07.065Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47342026-05-23T04:32:07.121Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5060d5864df864741dac8a0a4078fa4ecc3c73c8#5060d586)
47352026-05-23T04:32:07.404Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47362026-05-23T04:32:07.407Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47372026-05-23T04:32:07.805Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47382026-05-23T04:32:08.121Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47392026-05-23T04:32:09.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
47402026-05-23T04:32:09.949Z
47412026-05-23T04:32:09.949Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47422026-05-23T04:32:10.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-05-23T04:32:10.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-05-23T04:32:10.640Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47452026-05-23T04:32:11.095Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47462026-05-23T04:32:11.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47472026-05-23T04:32:11.610Z
47482026-05-23T04:32:11.610Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47492026-05-23T04:32:12.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-05-23T04:32:12.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-05-23T04:32:12.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47522026-05-23T04:32:12.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47532026-05-23T04:32:12.253Z
47542026-05-23T04:32:12.253Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47552026-05-23T04:32:12.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47562026-05-23T04:32:12.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47572026-05-23T04:32:12.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47582026-05-23T04:32:12.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47592026-05-23T04:32:12.892Z
47602026-05-23T04:32:12.892Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47612026-05-23T04:32:13.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-05-23T04:32:13.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-05-23T04:32:13.713Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47642026-05-23T04:32:14.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
47652026-05-23T04:32:14.606Z
47662026-05-23T04:32:14.606Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47672026-05-23T04:32:15.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-05-23T04:32:15.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-05-23T04:32:15.297Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47702026-05-23T04:32:15.308Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47712026-05-23T04:32:15.584Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47722026-05-23T04:32:15.584Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47732026-05-23T04:32:16.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
47742026-05-23T04:32:16.585Z
47752026-05-23T04:32:16.585Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47762026-05-23T04:32:17.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-05-23T04:32:17.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-05-23T04:32:17.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47792026-05-23T04:32:17.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
47802026-05-23T04:32:17.232Z
47812026-05-23T04:32:17.232Zinfo: running `cargo check --bins` on omicron-package (292/298)
47822026-05-23T04:32:17.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-05-23T04:32:17.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-05-23T04:32:17.959Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47852026-05-23T04:32:19.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
47862026-05-23T04:32:19.276Z
47872026-05-23T04:32:19.277Zinfo: running `cargo check --bins` on tqdb (293/298)
47882026-05-23T04:32:19.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-05-23T04:32:19.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-05-23T04:32:20.136Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47912026-05-23T04:32:20.494Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47922026-05-23T04:32:21.004Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47932026-05-23T04:32:21.007Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47942026-05-23T04:32:26.903Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47952026-05-23T04:32:26.906Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47962026-05-23T04:32:27.478Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47972026-05-23T04:32:27.478Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47982026-05-23T04:32:27.484Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47992026-05-23T04:32:27.484Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48002026-05-23T04:32:28.229Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48012026-05-23T04:32:29.243Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48022026-05-23T04:32:30.017Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48032026-05-23T04:32:30.631Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48042026-05-23T04:32:35.162Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48052026-05-23T04:32:41.653Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48062026-05-23T04:32:41.656Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48072026-05-23T04:32:41.657Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48082026-05-23T04:32:41.657Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48092026-05-23T04:32:43.262Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48102026-05-23T04:32:44.679Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48112026-05-23T04:32:45.428Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48122026-05-23T04:32:46.743Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48132026-05-23T04:32:47.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.08s
48142026-05-23T04:32:47.595Z
48152026-05-23T04:32:47.595Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
48162026-05-23T04:32:48.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-05-23T04:32:48.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-05-23T04:32:48.359Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48192026-05-23T04:32:48.363Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48202026-05-23T04:32:48.363Z Checking rtoolbox v0.0.3
48212026-05-23T04:32:48.498Z Checking tui-tree-widget v0.23.1
48222026-05-23T04:32:48.595Z Checking rpassword v7.4.0
48232026-05-23T04:32:49.611Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48242026-05-23T04:32:52.577Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48252026-05-23T04:32:54.440Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48262026-05-23T04:32:55.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.74s
48272026-05-23T04:32:55.568Z
48282026-05-23T04:32:55.568Zinfo: running `cargo check --bins` on wicket (295/298)
48292026-05-23T04:32:56.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-05-23T04:32:56.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-05-23T04:32:56.319Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48322026-05-23T04:32:56.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
48332026-05-23T04:32:56.902Z
48342026-05-23T04:32:56.902Zinfo: running `cargo check --bins` on wicketd (296/298)
48352026-05-23T04:32:57.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48362026-05-23T04:32:57.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48372026-05-23T04:32:57.680Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48382026-05-23T04:32:57.684Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48392026-05-23T04:32:57.684Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48402026-05-23T04:32:57.684Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48412026-05-23T04:32:58.679Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48422026-05-23T04:32:59.258Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48432026-05-23T04:33:02.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
48442026-05-23T04:33:02.432Z
48452026-05-23T04:33:02.432Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48462026-05-23T04:33:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48472026-05-23T04:33:02.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48482026-05-23T04:33:02.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48492026-05-23T04:33:02.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
48502026-05-23T04:33:03.088Z
48512026-05-23T04:33:03.088Zinfo: running `cargo check --bins` on zone-setup (298/298)
48522026-05-23T04:33:03.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48532026-05-23T04:33:03.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48542026-05-23T04:33:03.802Z Checking uzers v0.12.2
48552026-05-23T04:33:04.090Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48562026-05-23T04:33:04.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
48572026-05-23T04:33:05.078Z
48582026-05-23T04:33:05.078Zreal 15:59.784529359
48592026-05-23T04:33:05.078Zuser 22:29.294988378
48602026-05-23T04:33:05.078Zsys 4:45.668202428
48612026-05-23T04:33:05.078Ztrap 0.342455018
48622026-05-23T04:33:05.079Ztflt 0.646750711
48632026-05-23T04:33:05.079Zdflt 1.003975466
48642026-05-23T04:33:05.079Zkflt 0.003886151
48652026-05-23T04:33:05.079Zlock 1:24:35.881689758
48662026-05-23T04:33:05.084Zslp 1:49:26.356536232
48672026-05-23T04:33:05.084Zlat 1:05.792804348
48682026-05-23T04:33:05.084Zstop 4:00.991182317
48692026-05-23T04:33:05.084Zprocess exited: duration 1098947 ms, exit code 0
 
48702026-05-23T04:33:05.095Zfound 0 output files