01KR38DECRT72532EDYZ2T6FKP: 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: 01KR38DS8BQBMS7JXDRAEK1818

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T07:40:21.814Zjob assigned to worker 01KR38E5G9E58Z64H3MSKW8RN7 [factory aws, i-09e45cb20f75e0692] (queued for 57 s)
 
22026-05-08T07:40:28.809Zstarting task 0: "setup"
32026-05-08T07:40:28.815Z++ uname -s
42026-05-08T07:40:28.817Z+ kern=SunOS
52026-05-08T07:40:28.818Z+ build_user=build
62026-05-08T07:40:28.818Z+ build_uid=12345
72026-05-08T07:40:28.818Z+ work_dir=/work
82026-05-08T07:40:28.818Z+ input_dir=/input
92026-05-08T07:40:28.818Z+ [[ 0 == 12345 ]]
102026-05-08T07:40:28.818Z+ case "$kern" in
112026-05-08T07:40:28.818Z+ groupadd -g 12345 build
122026-05-08T07:40:28.821Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T07:40:30.823Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T07:40:30.918Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T07:40:30.920Z+ home_fs=zfs
162026-05-08T07:40:30.920Z+ [[ zfs == autofs ]]
172026-05-08T07:40:30.920Z+ mkdir -p /home/build
182026-05-08T07:40:30.920Z+ chown build:build /home/build /work
192026-05-08T07:40:32.922Z+ chmod 0700 /home/build /work
202026-05-08T07:40:32.925Zprocess exited: duration 4113 ms, exit code 0
 
212026-05-08T07:40:32.930Zstarting task 1: "rust-toolchain"
222026-05-08T07:40:32.934Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T07:40:32.934Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-08T07:40:32.934Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-08T07:40:32.934Z * rust toolchain channel = "1.94.0"
262026-05-08T07:40:32.934Z * rust toolchain profile = "default"
272026-05-08T07:40:32.934Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T07:40:32.937Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T07:40:32.937Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T07:40:33.024Zinfo: downloading installer
312026-05-08T07:40:34.696Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T07:40:34.696Zwarn: /home/build/.rustup/settings.toml
332026-05-08T07:40:34.696Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T07:40:34.696Zwarn: instead of the one inferred from the default host triple.
352026-05-08T07:40:34.709Zinfo: profile set to default
362026-05-08T07:40:34.709Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T07:40:34.712Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T07:40:34.859Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T07:40:34.863Zinfo: downloading 6 components
402026-05-08T07:40:50.715Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T07:40:50.715Z
422026-05-08T07:40:50.751Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T07:40:50.751Z
442026-05-08T07:40:50.754Z
452026-05-08T07:40:50.755ZRust is installed now. Great!
462026-05-08T07:40:50.755Z
472026-05-08T07:40:50.755ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T07:40:50.755Zenvironment variable. This has not been done automatically.
492026-05-08T07:40:50.755Z
502026-05-08T07:40:50.755ZTo configure your current shell, you need to source
512026-05-08T07:40:50.755Zthe corresponding env file under $HOME/.cargo.
522026-05-08T07:40:50.755Z
532026-05-08T07:40:50.755ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T07:40:50.755Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T07:40:50.755Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T07:40:50.755Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T07:40:50.755Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T07:40:50.755Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T07:40:50.755Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T07:40:50.755Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T07:40:50.755Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T07:40:50.855Z+ rustup --version
632026-05-08T07:40:50.870Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T07:40:50.875Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T07:40:50.886Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T07:40:50.889Z+ cargo --version
672026-05-08T07:40:50.902Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T07:40:50.905Z+ rustc --version
692026-05-08T07:40:50.926Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T07:40:50.929Zprocess exited: duration 17996 ms, exit code 0
 
712026-05-08T07:40:50.934Zstarting task 2: "authentication"
722026-05-08T07:40:50.950Zprocess exited: duration 16 ms, exit code 0
 
732026-05-08T07:40:50.955Zstarting task 3: "clone repository"
742026-05-08T07:40:50.958Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T07:40:50.961Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T07:40:50.990ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T07:41:00.406Z+ cd /work/oxidecomputer/omicron
782026-05-08T07:41:00.406Z+ git fetch origin e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed
792026-05-08T07:41:00.713ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T07:41:00.713Z * branch e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed -> FETCH_HEAD
812026-05-08T07:41:00.725Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-08T07:41:00.727Z++ git branch --show-current
832026-05-08T07:41:00.727Z+ current=main
842026-05-08T07:41:00.727Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-08T07:41:00.727Z+ git branch -f zl/ddm-internal-dns e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed
862026-05-08T07:41:00.730Z+ git checkout -f zl/ddm-internal-dns
872026-05-08T07:41:00.967ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-08T07:41:00.970Z+ git reset --hard e212660d0eb1c4ff0a0290e8ef4f47c957f0c8ed
892026-05-08T07:41:00.987ZHEAD is now at e212660d0 merge main
902026-05-08T07:41:00.990Zprocess exited: duration 10033 ms, exit code 0
 
912026-05-08T07:41:00.996Zstarting task 4: "build"
922026-05-08T07:41:00.999Z+ source .github/buildomat/ci-env.sh
932026-05-08T07:41:00.999Z++ export CARGO_TERM_COLOR=always
942026-05-08T07:41:01.000Z++ CARGO_TERM_COLOR=always
952026-05-08T07:41:01.002Z+ cargo --version
962026-05-08T07:41:01.010Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T07:41:01.013Z+ rustc --version
982026-05-08T07:41:01.034Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T07:41:01.037Z+ source ./env.sh
1002026-05-08T07:41:01.037Z++ OLD_SHELL_OPTS=ehxB
1012026-05-08T07:41:01.037Z++ set -o xtrace
1022026-05-08T07:41:01.040Z++++ dirname ./env.sh
1032026-05-08T07:41:01.040Z+++ readlink -f .
1042026-05-08T07:41:01.043Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ 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-08T07:41:01.043Z++ case $OLD_SHELL_OPTS in
1162026-05-08T07:41:01.043Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-08T07:41:01.043Z+ 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-08T07:41:01.043Z+ 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-08T07:41:01.043Z+ banner prerequisites
1202026-05-08T07:41:01.046Z
1212026-05-08T07:41:01.046Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-08T07:41:01.046Z # # # # # # # # # # # # # # #
1232026-05-08T07:41:01.046Z # # # # ##### # # ##### # # # # # #### #
1242026-05-08T07:41:01.046Z ##### ##### # ##### # # # # # # # # #
1252026-05-08T07:41:01.046Z # # # # # # # # # # # # # # #
1262026-05-08T07:41:01.046Z # # # ###### # # ###### ### # #### # #### #
1272026-05-08T07:41:01.046Z
1282026-05-08T07:41:01.046Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-08T07:41:02.379Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-08T07:41:02.495ZPlanning: Solver setup ... Done (0.099s)
1312026-05-08T07:41:02.504ZPlanning: Running solver ... Done (0.008s)
1322026-05-08T07:41:02.508ZPlanning: Finding local manifests ... Done (0.003s)
1332026-05-08T07:41:02.510ZPlanning: Fetching manifests: 0/2 0% complete
1342026-05-08T07:41:02.530ZPlanning: Fetching manifests: 2/2 100% complete
1352026-05-08T07:41:02.543ZPlanning: Package planning ... Done (0.013s)
1362026-05-08T07:41:02.546ZPlanning: Merging actions ... Done (0.002s)
1372026-05-08T07:41:02.741ZPlanning: Checking for conflicting actions ... Done (0.196s)
1382026-05-08T07:41:02.744ZPlanning: Consolidating action changes ... Done (0.001s)
1392026-05-08T07:41:03.542ZPlanning: Evaluating mediators ... Done (0.800s)
1402026-05-08T07:41:03.545ZPlanning: Planning completed in 1.16 seconds
1412026-05-08T07:41:03.551Z Packages to install: 2
1422026-05-08T07:41:03.551Z Estimated space available: 156.08 GB
1432026-05-08T07:41:03.551ZEstimated space to be consumed: 15.55 MB
1442026-05-08T07:41:03.554Z Create boot environment: No
1452026-05-08T07:41:03.554ZCreate backup boot environment: No
1462026-05-08T07:41:03.554Z Rebuild boot archive: No
1472026-05-08T07:41:03.554Z
1482026-05-08T07:41:03.554ZChanged packages:
1492026-05-08T07:41:03.554Zhelios
1502026-05-08T07:41:03.554Z developer/build-essential
1512026-05-08T07:41:03.554Z None -> 11-3.0
1522026-05-08T07:41:03.554Z library/libxmlsec1
1532026-05-08T07:41:03.554Z None -> 1.2.35-3.0
1542026-05-08T07:41:03.577Z
1552026-05-08T07:41:03.577ZDownload: 0/214 items 0.0/1.3MB 0% complete
1562026-05-08T07:41:04.051ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1572026-05-08T07:41:04.109Z Actions: 1/268 actions (Installing new actions)
1582026-05-08T07:41:04.147Z Actions: Completed 268 actions in 0.04 seconds.
1592026-05-08T07:41:04.153ZFinalize: Updating package state database ... Done (0.006s)
1602026-05-08T07:41:04.153ZFinalize: Updating package cache ... Done (0.000s)
1612026-05-08T07:41:04.162ZFinalize: Updating image state ... Done (0.009s)
1622026-05-08T07:41:06.589ZFinalize: Creating fast lookup database ... Done (2.405s)
1632026-05-08T07:41:06.657ZFinalize: Reading search index ... Done (0.012s)
1642026-05-08T07:41:06.660ZFinalize: Updating search index ... Done (0.000s)
1652026-05-08T07:41:06.751ZFinalize: Updating package cache ... Done (0.000s)
1662026-05-08T07:41:07.043ZPlanning: Evaluating mediator changes ... Done
1672026-05-08T07:41:07.152ZPlanning: Checking for conflicting actions ... Done
1682026-05-08T07:41:07.154ZPlanning: Consolidating action changes ... Done
1692026-05-08T07:41:07.312ZPlanning: Evaluating mediators ... Done
1702026-05-08T07:41:07.315ZPlanning: Planning completed in 0.27 seconds
1712026-05-08T07:41:07.336Z Mediators to change: 2
1722026-05-08T07:41:07.336Z Create boot environment: No
1732026-05-08T07:41:07.340ZCreate backup boot environment: No
1742026-05-08T07:41:07.390ZFinalize: Updating package state database ... Done
1752026-05-08T07:41:07.394ZFinalize: Updating package cache ... Done
1762026-05-08T07:41:07.394ZFinalize: Updating image state ... Done
1772026-05-08T07:41:09.363ZFinalize: Creating fast lookup database ... Done
1782026-05-08T07:41:09.426ZFinalize: Reading search index ... Done
1792026-05-08T07:41:09.430ZFinalize: Updating search index ... Done
1802026-05-08T07:41:09.499ZFinalize: Updating package cache ... Done
1812026-05-08T07:41:09.793ZPlanning: Evaluating mediator changes ... Done
1822026-05-08T07:41:09.900ZPlanning: Checking for conflicting actions ... Done
1832026-05-08T07:41:09.903ZPlanning: Consolidating action changes ... Done
1842026-05-08T07:41:10.062ZPlanning: Evaluating mediators ... Done
1852026-05-08T07:41:10.070ZPlanning: Planning completed in 0.27 seconds
1862026-05-08T07:41:10.085Z Mediators to change: 1
1872026-05-08T07:41:10.085Z Create boot environment: No
1882026-05-08T07:41:10.085ZCreate backup boot environment: No
1892026-05-08T07:41:10.160ZFinalize: Updating package state database ... Done
1902026-05-08T07:41:10.160ZFinalize: Updating package cache ... Done
1912026-05-08T07:41:10.166ZFinalize: Updating image state ... Done
1922026-05-08T07:41:12.132ZFinalize: Creating fast lookup database ... Done
1932026-05-08T07:41:12.191ZFinalize: Reading search index ... Done
1942026-05-08T07:41:12.195ZFinalize: Updating search index ... Done
1952026-05-08T07:41:12.264ZFinalize: Updating package cache ... Done
1962026-05-08T07:41:12.583ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1972026-05-08T07:41:12.583Zapache system 2.4 system
1982026-05-08T07:41:12.583Zclang system 15 system
1992026-05-08T07:41:12.583Zcsh system system illumos
2002026-05-08T07:41:12.583Zctags system system illumos
2012026-05-08T07:41:12.584Zfile vendor vendor darwinsys
2022026-05-08T07:41:12.584Zfile system system illumos
2032026-05-08T07:41:12.584Zgcc vendor 14 vendor
2042026-05-08T07:41:12.584Zgcc system 13 system
2052026-05-08T07:41:12.584Zgcc system 10 system
2062026-05-08T07:41:12.584Zgo system 1.25 system
2072026-05-08T07:41:12.584Zllvm system 15 system
2082026-05-08T07:41:12.584Zmariadb system 11.4 system
2092026-05-08T07:41:12.584Zmta vendor vendor dma
2102026-05-08T07:41:12.584Zopenjdk system 17 system
2112026-05-08T07:41:12.584Zopenjdk system 11 system
2122026-05-08T07:41:12.584Zopenssl vendor 3 vendor
2132026-05-08T07:41:12.584Zperl system 5.40 system
2142026-05-08T07:41:12.584Zpostgresql system 18 system
2152026-05-08T07:41:12.584Zpostgresql system 17 system
2162026-05-08T07:41:12.584Zpython vendor 3 vendor
2172026-05-08T07:41:12.584Zpython system 2 system
2182026-05-08T07:41:12.584Zpython3 vendor 3.13 vendor
2192026-05-08T07:41:12.584Zruby system 3.4 system
2202026-05-08T07:41:12.584Zruby system 3.0 system
2212026-05-08T07:41:12.584Zwords vendor vendor american-english
2222026-05-08T07:41:12.584Zwords system system australian-english
2232026-05-08T07:41:12.584Zwords system system british-english
2242026-05-08T07:41:12.584Zwords system system canadian-english
2252026-05-08T07:41:12.584Zwords system system french
2262026-05-08T07:41:12.585Zwords system system italian
2272026-05-08T07:41:12.585Zwords system system ngerman
2282026-05-08T07:41:12.585Zwords system system ogerman
2292026-05-08T07:41:12.585Zwords system system spanish
2302026-05-08T07:41:12.840ZPUBLISHER TYPE STATUS P LOCATION
2312026-05-08T07:41:12.840Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2322026-05-08T07:41:13.098ZFMRI IFO
2332026-05-08T07:41:13.098Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2342026-05-08T07:41:13.098Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2352026-05-08T07:41:13.098Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2362026-05-08T07:41:13.098Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2372026-05-08T07:41:13.098Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2382026-05-08T07:41:13.098Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2392026-05-08T07:41:13.098Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2402026-05-08T07:41:13.098Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2412026-05-08T07:41:13.099Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2422026-05-08T07:41:13.324Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2432026-05-08T07:41:13.618Z Updating crates.io index
2442026-05-08T07:41:13.654Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2452026-05-08T07:41:14.451Z Updating git repository `https://github.com/oxidecomputer/lldp`
2462026-05-08T07:41:14.927Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2472026-05-08T07:41:15.560Z Updating git repository `https://github.com/oxidecomputer/propolis`
2482026-05-08T07:41:16.288Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2492026-05-08T07:41:16.897Z Updating git repository `https://github.com/oxidecomputer/crucible`
2502026-05-08T07:41:18.639Z Updating git repository `https://github.com/oxidecomputer/opte`
2512026-05-08T07:41:19.310Z Updating git repository `https://github.com/oxidecomputer/tofino`
2522026-05-08T07:41:19.789Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2532026-05-08T07:41:20.701Z Updating git repository `https://github.com/oxidecomputer/clickward`
2542026-05-08T07:41:21.125Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-05-08T07:41:21.505Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2562026-05-08T07:41:21.915Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2572026-05-08T07:41:22.783Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2582026-05-08T07:41:23.330Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-08T07:41:23.701Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-08T07:41:23.941Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-08T07:41:24.354Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-08T07:41:24.735Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-08T07:41:24.951Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-08T07:41:25.174Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-08T07:41:25.609Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-08T07:41:26.143Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-08T07:41:26.612Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-08T07:41:26.851Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-08T07:41:27.151Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-08T07:41:28.272Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-08T07:41:28.871Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-08T07:41:29.370Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-08T07:41:29.791Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-08T07:41:30.106Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-08T07:41:30.410Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-08T07:41:30.720Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-08T07:41:31.214Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-08T07:41:31.439Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-08T07:41:31.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-08T07:41:31.904Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-08T07:41:32.244Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-08T07:41:43.624Z Downloading crates ...
2832026-05-08T07:41:43.675Z Downloaded colorchoice v1.0.4
2842026-05-08T07:41:43.678Z Downloaded cpufeatures v0.2.17
2852026-05-08T07:41:43.684Z Downloaded crypto-common v0.1.7
2862026-05-08T07:41:43.690Z Downloaded anstream v0.6.21
2872026-05-08T07:41:43.693Z Downloaded errno v0.3.14
2882026-05-08T07:41:43.693Z Downloaded clap_derive v4.5.55
2892026-05-08T07:41:43.696Z Downloaded serde_core v1.0.228
2902026-05-08T07:41:43.696Z Downloaded anstyle v1.0.13
2912026-05-08T07:41:43.696Z Downloaded dtrace-parser v0.2.0
2922026-05-08T07:41:43.699Z Downloaded clap_lex v1.0.0
2932026-05-08T07:41:43.701Z Downloaded macaddr v1.0.1
2942026-05-08T07:41:43.701Z Downloaded textwrap v0.16.2
2952026-05-08T07:41:43.704Z Downloaded percent-encoding v2.3.2
2962026-05-08T07:41:43.708Z Downloaded utf8_iter v1.0.4
2972026-05-08T07:41:43.710Z Downloaded writeable v0.6.2
2982026-05-08T07:41:43.710Z Downloaded fastrand v2.3.0
2992026-05-08T07:41:43.713Z Downloaded cfg-if v1.0.4
3002026-05-08T07:41:43.713Z Downloaded version_check v0.9.5
3012026-05-08T07:41:43.713Z Downloaded unicode-xid v0.2.6
3022026-05-08T07:41:43.716Z Downloaded block-buffer v0.10.4
3032026-05-08T07:41:43.716Z Downloaded form_urlencoded v1.2.2
3042026-05-08T07:41:43.719Z Downloaded usdt v0.5.0
3052026-05-08T07:41:43.719Z Downloaded heck v0.4.1
3062026-05-08T07:41:43.719Z Downloaded cargo-platform v0.2.0
3072026-05-08T07:41:43.722Z Downloaded fnv v1.0.7
3082026-05-08T07:41:43.722Z Downloaded potential_utf v0.1.4
3092026-05-08T07:41:43.724Z Downloaded generic-array v0.14.7
3102026-05-08T07:41:43.730Z Downloaded zerofrom-derive v0.1.6
3112026-05-08T07:41:43.733Z Downloaded yoke-derive v0.8.1
3122026-05-08T07:41:43.733Z Downloaded is_terminal_polyfill v1.70.2
3132026-05-08T07:41:43.734Z Downloaded heck v0.5.0
3142026-05-08T07:41:43.734Z Downloaded utf8parse v0.2.2
3152026-05-08T07:41:43.736Z Downloaded typeid v1.0.3
3162026-05-08T07:41:43.739Z Downloaded thread-id v4.2.2
3172026-05-08T07:41:43.739Z Downloaded toml_datetime v0.6.11
3182026-05-08T07:41:43.739Z Downloaded usdt-attr-macro v0.5.0
3192026-05-08T07:41:43.742Z Downloaded digest v0.10.7
3202026-05-08T07:41:43.745Z Downloaded idna_adapter v1.2.1
3212026-05-08T07:41:43.748Z Downloaded zerofrom v0.1.6
3222026-05-08T07:41:43.751Z Downloaded unicode-linebreak v0.1.5
3232026-05-08T07:41:43.751Z Downloaded anstyle-query v1.1.5
3242026-05-08T07:41:43.751Z Downloaded usdt-macro v0.5.0
3252026-05-08T07:41:43.757Z Downloaded dof v0.3.0
3262026-05-08T07:41:43.761Z Downloaded thiserror-impl v2.0.18
3272026-05-08T07:41:43.764Z Downloaded thiserror-impl v1.0.69
3282026-05-08T07:41:43.764Z Downloaded thiserror v2.0.18
3292026-05-08T07:41:43.768Z Downloaded zerovec-derive v0.11.2
3302026-05-08T07:41:43.770Z Downloaded toml_write v0.1.2
3312026-05-08T07:41:43.771Z Downloaded tinystr v0.8.2
3322026-05-08T07:41:43.771Z Downloaded proc-macro-error-attr v1.0.4
3332026-05-08T07:41:43.771Z Downloaded thiserror v1.0.69
3342026-05-08T07:41:43.773Z Downloaded scroll_derive v0.12.1
3352026-05-08T07:41:43.776Z Downloaded zmij v1.0.21
3362026-05-08T07:41:43.776Z Downloaded serde-value v0.7.0
3372026-05-08T07:41:43.776Z Downloaded plain v0.2.3
3382026-05-08T07:41:43.776Z Downloaded pretty-hex v0.4.1
3392026-05-08T07:41:43.779Z Downloaded stable_deref_trait v1.2.1
3402026-05-08T07:41:43.779Z Downloaded ordered-float v2.10.1
3412026-05-08T07:41:43.781Z Downloaded yoke v0.8.1
3422026-05-08T07:41:43.784Z Downloaded zerocopy-derive v0.7.35
3432026-05-08T07:41:43.787Z Downloaded usdt-impl v0.5.0
3442026-05-08T07:41:43.787Z Downloaded memmap v0.7.0
3452026-05-08T07:41:43.789Z Downloaded url v2.5.8
3462026-05-08T07:41:43.792Z Downloaded terminal_size v0.4.3
3472026-05-08T07:41:43.792Z Downloaded toml v0.8.23
3482026-05-08T07:41:43.795Z Downloaded tabled_derive v0.7.0
3492026-05-08T07:41:43.795Z Downloaded swrite v0.1.0
3502026-05-08T07:41:43.798Z Downloaded strsim v0.11.1
3512026-05-08T07:41:43.801Z Downloaded serde_spanned v0.6.9
3522026-05-08T07:41:43.805Z Downloaded equivalent v1.0.2
3532026-05-08T07:41:43.808Z Downloaded erased-serde v0.4.9
3542026-05-08T07:41:43.808Z Downloaded ucd-trie v0.1.7
3552026-05-08T07:41:43.810Z Downloaded bytecount v0.6.9
3562026-05-08T07:41:43.819Z Downloaded zerotrie v0.2.3
3572026-05-08T07:41:43.819Z Downloaded typenum v1.19.0
3582026-05-08T07:41:43.819Z Downloaded synstructure v0.13.2
3592026-05-08T07:41:43.821Z Downloaded scroll v0.12.0
3602026-05-08T07:41:43.821Z Downloaded toml_edit v0.22.27
3612026-05-08T07:41:43.824Z Downloaded autocfg v1.5.0
3622026-05-08T07:41:43.824Z Downloaded unicode-ident v1.0.24
3632026-05-08T07:41:43.827Z Downloaded fs-err v3.3.0
3642026-05-08T07:41:43.831Z Downloaded serde-untagged v0.1.9
3652026-05-08T07:41:43.834Z Downloaded zerovec v0.11.5
3662026-05-08T07:41:43.839Z Downloaded cargo_toml v0.21.0
3672026-05-08T07:41:43.842Z Downloaded quote v1.0.45
3682026-05-08T07:41:43.842Z Downloaded byteorder v1.5.0
3692026-05-08T07:41:43.845Z Downloaded itoa v1.0.17
3702026-05-08T07:41:43.848Z Downloaded serde_tokenstream v0.2.3
3712026-05-08T07:41:43.850Z Downloaded cargo_metadata v0.21.0
3722026-05-08T07:41:43.850Z Downloaded proc-macro-error v1.0.4
3732026-05-08T07:41:43.853Z Downloaded zerocopy v0.7.35
3742026-05-08T07:41:43.859Z Downloaded smawk v0.3.2
3752026-05-08T07:41:43.862Z Downloaded winnow v0.7.14
3762026-05-08T07:41:43.866Z Downloaded pest_generator v2.8.6
3772026-05-08T07:41:43.868Z Downloaded sha2 v0.10.9
3782026-05-08T07:41:43.868Z Downloaded camino-tempfile v1.4.1
3792026-05-08T07:41:43.871Z Downloaded unicode-width v0.2.0
3802026-05-08T07:41:43.874Z Downloaded unicode-width v0.1.14
3812026-05-08T07:41:43.876Z Downloaded cargo-util-schemas v0.8.2
3822026-05-08T07:41:43.876Z Downloaded displaydoc v0.2.5
3832026-05-08T07:41:43.880Z Downloaded anstyle-parse v0.2.7
3842026-05-08T07:41:43.883Z Downloaded litemap v0.8.1
3852026-05-08T07:41:43.886Z Downloaded anyhow v1.0.102
3862026-05-08T07:41:43.888Z Downloaded pest_derive v2.8.6
3872026-05-08T07:41:43.895Z Downloaded once_cell v1.21.3
3882026-05-08T07:41:43.897Z Downloaded camino v1.2.2
3892026-05-08T07:41:43.908Z Downloaded tempfile v3.25.0
3902026-05-08T07:41:43.910Z Downloaded smallvec v1.15.1
3912026-05-08T07:41:43.910Z Downloaded semver v1.0.28
3922026-05-08T07:41:43.916Z Downloaded icu_provider v2.1.1
3932026-05-08T07:41:43.918Z Downloaded icu_properties v2.1.2
3942026-05-08T07:41:43.918Z Downloaded bitflags v2.11.0
3952026-05-08T07:41:43.924Z Downloaded num-traits v0.2.19
3962026-05-08T07:41:43.926Z Downloaded log v0.4.29
3972026-05-08T07:41:43.926Z Downloaded getrandom v0.4.1
3982026-05-08T07:41:43.929Z Downloaded clap v4.5.60
3992026-05-08T07:41:43.936Z Downloaded papergrid v0.11.0
4002026-05-08T07:41:43.944Z Downloaded icu_locale_core v2.1.1
4012026-05-08T07:41:43.947Z Downloaded serde_derive v1.0.228
4022026-05-08T07:41:43.950Z Downloaded icu_normalizer v2.1.1
4032026-05-08T07:41:43.954Z Downloaded icu_normalizer_data v2.1.1
4042026-05-08T07:41:43.956Z Downloaded proc-macro2 v1.0.106
4052026-05-08T07:41:43.959Z Downloaded pest_meta v2.8.6
4062026-05-08T07:41:43.978Z Downloaded serde v1.0.228
4072026-05-08T07:41:43.981Z Downloaded icu_collections v2.1.1
4082026-05-08T07:41:43.989Z Downloaded indexmap v2.14.0
4092026-05-08T07:41:43.994Z Downloaded memchr v2.8.0
4102026-05-08T07:41:44.018Z Downloaded clap_builder v4.5.60
4112026-05-08T07:41:44.038Z Downloaded pest v2.8.6
4122026-05-08T07:41:44.042Z Downloaded idna v1.1.0
4132026-05-08T07:41:44.046Z Downloaded hashbrown v0.17.0
4142026-05-08T07:41:44.063Z Downloaded goblin v0.8.2
4152026-05-08T07:41:44.066Z Downloaded serde_json v1.0.149
4162026-05-08T07:41:44.070Z Downloaded icu_properties_data v2.1.2
4172026-05-08T07:41:44.079Z Downloaded tabled v0.15.0
4182026-05-08T07:41:44.091Z Downloaded syn v1.0.109
4192026-05-08T07:41:44.101Z Downloaded syn v2.0.117
4202026-05-08T07:41:44.126Z Downloaded rustix v1.1.3
4212026-05-08T07:41:44.151Z Downloaded libc v0.2.185
4222026-05-08T07:41:44.221Z Compiling proc-macro2 v1.0.106
4232026-05-08T07:41:44.221Z Compiling unicode-ident v1.0.24
4242026-05-08T07:41:44.224Z Compiling quote v1.0.45
4252026-05-08T07:41:44.224Z Compiling serde_core v1.0.228
4262026-05-08T07:41:44.224Z Compiling libc v0.2.185
4272026-05-08T07:41:44.224Z Compiling version_check v0.9.5
4282026-05-08T07:41:44.224Z Compiling memchr v2.8.0
4292026-05-08T07:41:44.224Z Compiling stable_deref_trait v1.2.1
4302026-05-08T07:41:44.596Z Compiling serde v1.0.228
4312026-05-08T07:41:44.686Z Compiling zmij v1.0.21
4322026-05-08T07:41:44.785Z Compiling ucd-trie v0.1.7
4332026-05-08T07:41:44.896Z Compiling thiserror v1.0.69
4342026-05-08T07:41:44.975Z Compiling itoa v1.0.17
4352026-05-08T07:41:45.177Z Compiling autocfg v1.5.0
4362026-05-08T07:41:45.211Z Compiling pest v2.8.6
4372026-05-08T07:41:45.222Z Compiling writeable v0.6.2
4382026-05-08T07:41:45.281Z Compiling litemap v0.8.1
4392026-05-08T07:41:45.447Z Compiling byteorder v1.5.0
4402026-05-08T07:41:45.486Z Compiling icu_properties_data v2.1.2
4412026-05-08T07:41:45.678Z Compiling icu_normalizer_data v2.1.1
4422026-05-08T07:41:45.697Z Compiling rustix v1.1.3
4432026-05-08T07:41:45.791Z Compiling syn v2.0.117
4442026-05-08T07:41:45.818Z Compiling errno v0.3.14
4452026-05-08T07:41:45.860Z Compiling bitflags v2.11.0
4462026-05-08T07:41:45.907Z Compiling serde_json v1.0.149
4472026-05-08T07:41:46.108Z Compiling num-traits v0.2.19
4482026-05-08T07:41:46.234Z Compiling equivalent v1.0.2
4492026-05-08T07:41:46.309Z Compiling pest_meta v2.8.6
4502026-05-08T07:41:46.347Z Compiling typeid v1.0.3
4512026-05-08T07:41:46.368Z Compiling hashbrown v0.17.0
4522026-05-08T07:41:46.507Z Compiling smallvec v1.15.1
4532026-05-08T07:41:46.741Z Compiling thread-id v4.2.2
4542026-05-08T07:41:46.783Z Compiling proc-macro-error-attr v1.0.4
4552026-05-08T07:41:46.836Z Compiling usdt-impl v0.5.0
4562026-05-08T07:41:46.901Z Compiling indexmap v2.14.0
4572026-05-08T07:41:46.971Z Compiling winnow v0.7.14
4582026-05-08T07:41:46.990Z Compiling syn v1.0.109
4592026-05-08T07:41:47.069Z Compiling toml_write v0.1.2
4602026-05-08T07:41:47.375Z Compiling erased-serde v0.4.9
4612026-05-08T07:41:47.726Z Compiling proc-macro-error v1.0.4
4622026-05-08T07:41:47.762Z Compiling getrandom v0.4.1
4632026-05-08T07:41:47.941Z Compiling thiserror v2.0.18
4642026-05-08T07:41:48.083Z Compiling log v0.4.29
4652026-05-08T07:41:48.140Z Compiling plain v0.2.3
4662026-05-08T07:41:48.258Z Compiling utf8parse v0.2.2
4672026-05-08T07:41:48.280Z Compiling percent-encoding v2.3.2
4682026-05-08T07:41:48.299Z Compiling utf8_iter v1.0.4
4692026-05-08T07:41:48.310Z Compiling camino v1.2.2
4702026-05-08T07:41:48.384Z Compiling anstyle-parse v0.2.7
4712026-05-08T07:41:48.424Z Compiling form_urlencoded v1.2.2
4722026-05-08T07:41:48.490Z Compiling ordered-float v2.10.1
4732026-05-08T07:41:48.610Z Compiling synstructure v0.13.2
4742026-05-08T07:41:48.627Z Compiling pest_generator v2.8.6
4752026-05-08T07:41:48.751Z Compiling terminal_size v0.4.3
4762026-05-08T07:41:48.902Z Compiling is_terminal_polyfill v1.70.2
4772026-05-08T07:41:49.004Z Compiling anstyle-query v1.1.5
4782026-05-08T07:41:49.007Z Compiling anstyle v1.0.13
4792026-05-08T07:41:49.118Z Compiling pretty-hex v0.4.1
4802026-05-08T07:41:49.136Z Compiling cfg-if v1.0.4
4812026-05-08T07:41:49.158Z Compiling colorchoice v1.0.4
4822026-05-08T07:41:49.244Z Compiling serde-untagged v0.1.9
4832026-05-08T07:41:49.261Z Compiling anstream v0.6.21
4842026-05-08T07:41:49.357Z Compiling semver v1.0.28
4852026-05-08T07:41:49.403Z Compiling fs-err v3.3.0
4862026-05-08T07:41:49.490Z Compiling fastrand v2.3.0
4872026-05-08T07:41:49.581Z Compiling once_cell v1.21.3
4882026-05-08T07:41:49.597Z Compiling fnv v1.0.7
4892026-05-08T07:41:49.685Z Compiling strsim v0.11.1
4902026-05-08T07:41:49.688Z Compiling unicode-width v0.1.14
4912026-05-08T07:41:49.723Z Compiling anyhow v1.0.102
4922026-05-08T07:41:49.762Z Compiling heck v0.4.1
4932026-05-08T07:41:49.797Z Compiling heck v0.5.0
4942026-05-08T07:41:50.002Z Compiling unicode-xid v0.2.6
4952026-05-08T07:41:50.029Z Compiling bytecount v0.6.9
4962026-05-08T07:41:50.046Z Compiling clap_lex v1.0.0
4972026-05-08T07:41:50.124Z Compiling papergrid v0.11.0
4982026-05-08T07:41:50.168Z Compiling tempfile v3.25.0
4992026-05-08T07:41:50.280Z Compiling clap_builder v4.5.60
5002026-05-08T07:41:50.299Z Compiling memmap v0.7.0
5012026-05-08T07:41:50.336Z Compiling serde_derive v1.0.228
5022026-05-08T07:41:50.404Z Compiling zerofrom-derive v0.1.6
5032026-05-08T07:41:50.503Z Compiling yoke-derive v0.8.1
5042026-05-08T07:41:50.543Z Compiling zerovec-derive v0.11.2
5052026-05-08T07:41:50.778Z Compiling displaydoc v0.2.5
5062026-05-08T07:41:51.531Z Compiling thiserror-impl v1.0.69
5072026-05-08T07:41:51.549Z Compiling zerocopy-derive v0.7.35
5082026-05-08T07:41:51.651Z Compiling pest_derive v2.8.6
5092026-05-08T07:41:51.653Z Compiling scroll_derive v0.12.1
5102026-05-08T07:41:51.807Z Compiling zerofrom v0.1.6
5112026-05-08T07:41:51.945Z Compiling yoke v0.8.1
5122026-05-08T07:41:52.088Z Compiling thiserror-impl v2.0.18
5132026-05-08T07:41:52.139Z Compiling zerovec v0.11.5
5142026-05-08T07:41:52.357Z Compiling zerotrie v0.2.3
5152026-05-08T07:41:52.461Z Compiling zerocopy v0.7.35
5162026-05-08T07:41:52.674Z Compiling tinystr v0.8.2
5172026-05-08T07:41:52.709Z Compiling potential_utf v0.1.4
5182026-05-08T07:41:52.888Z Compiling icu_locale_core v2.1.1
5192026-05-08T07:41:52.889Z Compiling icu_collections v2.1.1
5202026-05-08T07:41:52.929Z Compiling dtrace-parser v0.2.0
5212026-05-08T07:41:53.037Z Compiling scroll v0.12.0
5222026-05-08T07:41:53.347Z Compiling goblin v0.8.2
5232026-05-08T07:41:53.368Z Compiling tabled_derive v0.7.0
5242026-05-08T07:41:53.401Z Compiling clap_derive v4.5.55
5252026-05-08T07:41:53.644Z Compiling icu_provider v2.1.1
5262026-05-08T07:41:53.704Z Compiling unicode-linebreak v0.1.5
5272026-05-08T07:41:53.818Z Compiling toml_datetime v0.6.11
5282026-05-08T07:41:53.883Z Compiling serde_spanned v0.6.9
5292026-05-08T07:41:53.902Z Compiling dof v0.3.0
5302026-05-08T07:41:53.978Z Compiling icu_properties v2.1.2
5312026-05-08T07:41:53.997Z Compiling icu_normalizer v2.1.1
5322026-05-08T07:41:54.044Z Compiling toml_edit v0.22.27
5332026-05-08T07:41:54.106Z Compiling serde_tokenstream v0.2.3
5342026-05-08T07:41:54.331Z Compiling serde-value v0.7.0
5352026-05-08T07:41:54.436Z Compiling cargo-platform v0.2.0
5362026-05-08T07:41:54.561Z Compiling smawk v0.3.2
5372026-05-08T07:41:54.701Z Compiling unicode-width v0.2.0
5382026-05-08T07:41:54.720Z Compiling tabled v0.15.0
5392026-05-08T07:41:54.722Z Compiling macaddr v1.0.1
5402026-05-08T07:41:54.951Z Compiling idna_adapter v1.2.1
5412026-05-08T07:41:54.979Z Compiling usdt-macro v0.5.0
5422026-05-08T07:41:54.996Z Compiling usdt-attr-macro v0.5.0
5432026-05-08T07:41:55.101Z Compiling idna v1.1.0
5442026-05-08T07:41:55.120Z Compiling textwrap v0.16.2
5452026-05-08T07:41:55.235Z Compiling clap v4.5.60
5462026-05-08T07:41:55.603Z Compiling toml v0.8.23
5472026-05-08T07:41:55.643Z Compiling url v2.5.8
5482026-05-08T07:41:55.678Z Compiling camino-tempfile v1.4.1
5492026-05-08T07:41:55.918Z Compiling swrite v0.1.0
5502026-05-08T07:41:56.130Z Compiling cargo-util-schemas v0.8.2
5512026-05-08T07:41:56.230Z Compiling cargo_toml v0.21.0
5522026-05-08T07:41:56.325Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-08T07:41:56.392Z Compiling usdt v0.5.0
5542026-05-08T07:41:57.048Z Compiling cargo_metadata v0.21.0
5552026-05-08T07:41:58.013Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-08T07:42:00.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.00s
5572026-05-08T07:42:00.426Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5582026-05-08T07:42:01.024Z Downloading crates ...
5592026-05-08T07:42:01.120Z Downloaded adler2 v2.0.1
5602026-05-08T07:42:01.128Z Downloaded assert_matches v1.5.0
5612026-05-08T07:42:01.131Z Downloaded arrayref v0.3.9
5622026-05-08T07:42:01.135Z Downloaded ascii-canvas v3.0.0
5632026-05-08T07:42:01.138Z Downloaded atomicwrites v0.4.4
5642026-05-08T07:42:01.143Z Downloaded base16ct v0.2.0
5652026-05-08T07:42:01.146Z Downloaded backoff v0.4.0
5662026-05-08T07:42:01.149Z Downloaded crc32fast v1.5.0
5672026-05-08T07:42:01.152Z Downloaded bit-vec v0.8.0
5682026-05-08T07:42:01.152Z Downloaded async-recursion v1.1.1
5692026-05-08T07:42:01.155Z Downloaded crossbeam-epoch v0.9.18
5702026-05-08T07:42:01.157Z Downloaded bit-set v0.5.3
5712026-05-08T07:42:01.157Z Downloaded atty v0.2.14
5722026-05-08T07:42:01.160Z Downloaded cfg_aliases v0.2.1
5732026-05-08T07:42:01.163Z Downloaded derive_builder_macro v0.20.2
5742026-05-08T07:42:01.163Z Downloaded aead v0.5.2
5752026-05-08T07:42:01.165Z Downloaded crossterm v0.28.1
5762026-05-08T07:42:01.168Z Downloaded bit-set v0.8.0
5772026-05-08T07:42:01.170Z Downloaded dirs-next v2.0.0
5782026-05-08T07:42:01.171Z Downloaded array-init v0.0.4
5792026-05-08T07:42:01.173Z Downloaded bcrypt-pbkdf v0.10.0
5802026-05-08T07:42:01.173Z Downloaded dropshot-api-manager-types v0.7.1
5812026-05-08T07:42:01.173Z Downloaded deranged v0.5.8
5822026-05-08T07:42:01.176Z Downloaded defmt v0.3.100
5832026-05-08T07:42:01.176Z Downloaded ciborium-io v0.2.2
5842026-05-08T07:42:01.176Z Downloaded castaway v0.2.4
5852026-05-08T07:42:01.179Z Downloaded difflib v0.4.0
5862026-05-08T07:42:01.179Z Downloaded bit-vec v0.6.3
5872026-05-08T07:42:01.182Z Downloaded darling_macro v0.23.0
5882026-05-08T07:42:01.182Z Downloaded enum-as-inner v0.6.1
5892026-05-08T07:42:01.184Z Downloaded async-stream-impl v0.3.6
5902026-05-08T07:42:01.184Z Downloaded embedded-io v0.6.1
5912026-05-08T07:42:01.184Z Downloaded dof v0.4.0
5922026-05-08T07:42:01.184Z Downloaded der_derive v0.7.3
5932026-05-08T07:42:01.187Z Downloaded defmt-macros v1.0.1
5942026-05-08T07:42:01.190Z Downloaded cargo-platform v0.1.9
5952026-05-08T07:42:01.190Z Downloaded endian-type v0.1.2
5962026-05-08T07:42:01.193Z Downloaded curve25519-dalek-derive v0.1.1
5972026-05-08T07:42:01.193Z Downloaded data-encoding v2.10.0
5982026-05-08T07:42:01.193Z Downloaded atomic-waker v1.1.2
5992026-05-08T07:42:01.196Z Downloaded bb8 v0.8.6
6002026-05-08T07:42:01.199Z Downloaded flagset v0.4.7
6012026-05-08T07:42:01.199Z Downloaded cfg_aliases v0.1.1
6022026-05-08T07:42:01.202Z Downloaded block-padding v0.3.3
6032026-05-08T07:42:01.202Z Downloaded document-features v0.2.12
6042026-05-08T07:42:01.202Z Downloaded defmt-parser v1.0.0
6052026-05-08T07:42:01.205Z Downloaded darling_macro v0.20.11
6062026-05-08T07:42:01.208Z Downloaded crc-catalog v2.4.0
6072026-05-08T07:42:01.208Z Downloaded bitfield-macros v0.19.4
6082026-05-08T07:42:01.212Z Downloaded float-ord v0.3.2
6092026-05-08T07:42:01.215Z Downloaded derive_builder v0.20.2
6102026-05-08T07:42:01.217Z Downloaded dirs-sys-next v0.1.2
6112026-05-08T07:42:01.217Z Downloaded cobs v0.3.0
6122026-05-08T07:42:01.220Z Downloaded bitfield-struct v0.6.2
6132026-05-08T07:42:01.220Z Downloaded dtrace-parser v0.3.0
6142026-05-08T07:42:01.223Z Downloaded crucible-workspace-hack v0.1.0
6152026-05-08T07:42:01.223Z Downloaded float-cmp v0.10.0
6162026-05-08T07:42:01.225Z Downloaded ciborium-ll v0.2.2
6172026-05-08T07:42:01.228Z Downloaded compression-core v0.4.31
6182026-05-08T07:42:01.231Z Downloaded embedded-io v0.4.0
6192026-05-08T07:42:01.231Z Downloaded dyn-clone v1.0.20
6202026-05-08T07:42:01.233Z Downloaded buf-list v1.1.2
6212026-05-08T07:42:01.236Z Downloaded crunchy v0.2.4
6222026-05-08T07:42:01.236Z Downloaded funty v2.0.0
6232026-05-08T07:42:01.240Z Downloaded downcast-rs v2.0.2
6242026-05-08T07:42:01.240Z Downloaded arc-swap v1.8.2
6252026-05-08T07:42:01.243Z Downloaded dsl_auto_type v0.2.0
6262026-05-08T07:42:01.245Z Downloaded diesel_table_macro_syntax v0.3.0
6272026-05-08T07:42:01.248Z Downloaded crc v3.4.0
6282026-05-08T07:42:01.251Z Downloaded cpufeatures v0.3.0
6292026-05-08T07:42:01.251Z Downloaded bcs v0.1.6
6302026-05-08T07:42:01.254Z Downloaded csv-core v0.1.13
6312026-05-08T07:42:01.254Z Downloaded fallible-iterator v0.2.0
6322026-05-08T07:42:01.257Z Downloaded derive_builder_core v0.20.2
6332026-05-08T07:42:01.257Z Downloaded base64ct v1.8.3
6342026-05-08T07:42:01.259Z Downloaded ecdsa v0.16.9
6352026-05-08T07:42:01.259Z Downloaded erased-serde v0.3.31
6362026-05-08T07:42:01.262Z Downloaded daft-derive v0.1.5
6372026-05-08T07:42:01.265Z Downloaded crossbeam-deque v0.8.6
6382026-05-08T07:42:01.267Z Downloaded foreign-types-macros v0.2.3
6392026-05-08T07:42:01.267Z Downloaded diff v0.1.13
6402026-05-08T07:42:01.271Z Downloaded crypto-bigint v0.5.5
6412026-05-08T07:42:01.273Z Downloaded futures-task v0.3.32
6422026-05-08T07:42:01.276Z Downloaded futures-core v0.3.32
6432026-05-08T07:42:01.276Z Downloaded darling_macro v0.21.3
6442026-05-08T07:42:01.276Z Downloaded crc8 v0.1.1
6452026-05-08T07:42:01.279Z Downloaded futures-sink v0.3.32
6462026-05-08T07:42:01.279Z Downloaded futures-io v0.3.32
6472026-05-08T07:42:01.279Z Downloaded foreign-types-shared v0.3.1
6482026-05-08T07:42:01.279Z Downloaded foreign-types-shared v0.1.1
6492026-05-08T07:42:01.281Z Downloaded debug-ignore v1.0.5
6502026-05-08T07:42:01.281Z Downloaded fxhash v0.2.1
6512026-05-08T07:42:01.284Z Downloaded cstr-argument v0.1.2
6522026-05-08T07:42:01.284Z Downloaded fixedbitset v0.4.2
6532026-05-08T07:42:01.284Z Downloaded fd-lock v4.0.4
6542026-05-08T07:42:01.287Z Downloaded dunce v1.0.5
6552026-05-08T07:42:01.287Z Downloaded env_filter v1.0.0
6562026-05-08T07:42:01.290Z Downloaded cbc v0.1.2
6572026-05-08T07:42:01.290Z Downloaded foreign-types v0.5.0
6582026-05-08T07:42:01.290Z Downloaded dropshot_endpoint v0.17.0
6592026-05-08T07:42:01.293Z Downloaded git-stub v1.0.0
6602026-05-08T07:42:01.293Z Downloaded chacha20 v0.9.1
6612026-05-08T07:42:01.295Z Downloaded hash32 v0.2.1
6622026-05-08T07:42:01.298Z Downloaded compression-codecs v0.4.37
6632026-05-08T07:42:01.298Z Downloaded hash32 v0.3.1
6642026-05-08T07:42:01.301Z Downloaded cargo_metadata v0.19.2
6652026-05-08T07:42:01.301Z Downloaded blowfish v0.9.1
6662026-05-08T07:42:01.304Z Downloaded hex v0.4.3
6672026-05-08T07:42:01.304Z Downloaded filetime v0.2.27
6682026-05-08T07:42:01.306Z Downloaded cexpr v0.6.0
6692026-05-08T07:42:01.306Z Downloaded argon2 v0.5.3
6702026-05-08T07:42:01.319Z Downloaded globwalk v0.9.1
6712026-05-08T07:42:01.320Z Downloaded ghash v0.5.1
6722026-05-08T07:42:01.320Z Downloaded gethostname v0.5.0
6732026-05-08T07:42:01.320Z Downloaded display-error-chain v0.2.2
6742026-05-08T07:42:01.320Z Downloaded critical-section v1.2.0
6752026-05-08T07:42:01.320Z Downloaded diesel-dtrace v0.5.0
6762026-05-08T07:42:01.320Z Downloaded convert_case v0.10.0
6772026-05-08T07:42:01.320Z Downloaded cassowary v0.3.0
6782026-05-08T07:42:01.320Z Downloaded env_logger v0.11.9
6792026-05-08T07:42:01.320Z Downloaded ena v0.14.4
6802026-05-08T07:42:01.323Z Downloaded bitfield v0.19.4
6812026-05-08T07:42:01.323Z Downloaded arrayvec v0.7.6
6822026-05-08T07:42:01.323Z Downloaded ed25519 v2.2.3
6832026-05-08T07:42:01.327Z Downloaded colored v3.1.1
6842026-05-08T07:42:01.327Z Downloaded colored v2.2.0
6852026-05-08T07:42:01.330Z Downloaded headers-core v0.3.0
6862026-05-08T07:42:01.330Z Downloaded cancel-safe-futures v0.1.5
6872026-05-08T07:42:01.333Z Downloaded defmt v1.0.1
6882026-05-08T07:42:01.333Z Downloaded derive-ex v0.1.8
6892026-05-08T07:42:01.336Z Downloaded des v0.8.1
6902026-05-08T07:42:01.336Z Downloaded darling v0.21.3
6912026-05-08T07:42:01.339Z Downloaded foreign-types v0.3.2
6922026-05-08T07:42:01.342Z Downloaded fixedbitset v0.5.7
6932026-05-08T07:42:01.342Z Downloaded hostname v0.4.2
6942026-05-08T07:42:01.345Z Downloaded daft v0.1.5
6952026-05-08T07:42:01.345Z Downloaded crossbeam-utils v0.8.21
6962026-05-08T07:42:01.347Z Downloaded hubpack v0.1.2
6972026-05-08T07:42:01.347Z Downloaded home v0.5.12
6982026-05-08T07:42:01.350Z Downloaded http-range v0.1.5
6992026-05-08T07:42:01.350Z Downloaded either v1.15.0
7002026-05-08T07:42:01.353Z Downloaded find-msvc-tools v0.1.9
7012026-05-08T07:42:01.353Z Downloaded futures-macro v0.3.32
7022026-05-08T07:42:01.353Z Downloaded futures-executor v0.3.32
7032026-05-08T07:42:01.356Z Downloaded http-body v1.0.1
7042026-05-08T07:42:01.356Z Downloaded git-stub-vcs v0.1.0
7052026-05-08T07:42:01.360Z Downloaded cmake v0.1.57
7062026-05-08T07:42:01.360Z Downloaded backon v1.6.0
7072026-05-08T07:42:01.362Z Downloaded glob v0.3.3
7082026-05-08T07:42:01.363Z Downloaded console v0.16.2
7092026-05-08T07:42:01.363Z Downloaded cookie v0.18.1
7102026-05-08T07:42:01.365Z Downloaded hubpack_derive v0.1.1
7112026-05-08T07:42:01.365Z Downloaded ident_case v1.0.1
7122026-05-08T07:42:01.368Z Downloaded const_format_proc_macros v0.2.34
7132026-05-08T07:42:01.368Z Downloaded async-bb8-diesel v0.2.1
7142026-05-08T07:42:01.371Z Downloaded bzip2 v0.4.4
7152026-05-08T07:42:01.371Z Downloaded group v0.13.0
7162026-05-08T07:42:01.374Z Downloaded httpdate v1.0.3
7172026-05-08T07:42:01.374Z Downloaded indoc v1.0.9
7182026-05-08T07:42:01.376Z Downloaded globset v0.4.18
7192026-05-08T07:42:01.376Z Downloaded hostname v0.3.1
7202026-05-08T07:42:01.379Z Downloaded is_ci v1.2.0
7212026-05-08T07:42:01.379Z Downloaded foldhash v0.2.0
7222026-05-08T07:42:01.379Z Downloaded ctr v0.9.2
7232026-05-08T07:42:01.382Z Downloaded allocator-api2 v0.2.21
7242026-05-08T07:42:01.382Z Downloaded chacha20 v0.10.0
7252026-05-08T07:42:01.385Z Downloaded drift v0.1.4
7262026-05-08T07:42:01.391Z Downloaded hex-literal v0.4.1
7272026-05-08T07:42:01.394Z Downloaded aes-gcm v0.10.3
7282026-05-08T07:42:01.394Z Downloaded darling v0.23.0
7292026-05-08T07:42:01.397Z Downloaded indent_write v2.2.0
7302026-05-08T07:42:01.400Z Downloaded internet-checksum v0.2.1
7312026-05-08T07:42:01.400Z Downloaded instant v0.1.13
7322026-05-08T07:42:01.403Z Downloaded darling v0.20.11
7332026-05-08T07:42:01.406Z Downloaded instability v0.3.11
7342026-05-08T07:42:01.406Z Downloaded keccak v0.1.6
7352026-05-08T07:42:01.408Z Downloaded is-terminal v0.4.17
7362026-05-08T07:42:01.408Z Downloaded futures-channel v0.3.32
7372026-05-08T07:42:01.411Z Downloaded const-oid v0.9.6
7382026-05-08T07:42:01.411Z Downloaded derive_more v0.99.20
7392026-05-08T07:42:01.414Z Downloaded bzip2 v0.6.1
7402026-05-08T07:42:01.417Z Downloaded blake2 v0.10.6
7412026-05-08T07:42:01.420Z Downloaded inout v0.1.4
7422026-05-08T07:42:01.420Z Downloaded constant_time_eq v0.4.2
7432026-05-08T07:42:01.422Z Downloaded console v0.15.11
7442026-05-08T07:42:01.422Z Downloaded ciborium v0.2.2
7452026-05-08T07:42:01.425Z Downloaded fs_extra v1.3.0
7462026-05-08T07:42:01.425Z Downloaded fs-err v2.11.0
7472026-05-08T07:42:01.428Z Downloaded corncobs v0.1.4
7482026-05-08T07:42:01.428Z Downloaded humantime v2.3.0
7492026-05-08T07:42:01.431Z Downloaded lazy_static v1.5.0
7502026-05-08T07:42:01.431Z Downloaded lalrpop-util v0.19.12
7512026-05-08T07:42:01.431Z Downloaded kstat-rs v0.2.4
7522026-05-08T07:42:01.434Z Downloaded http-body-util v0.1.3
7532026-05-08T07:42:01.434Z Downloaded ahash v0.8.12
7542026-05-08T07:42:01.436Z Downloaded match_cfg v0.1.0
7552026-05-08T07:42:01.436Z Downloaded maybe-uninit v2.0.0
7562026-05-08T07:42:01.439Z Downloaded lru v0.12.5
7572026-05-08T07:42:01.439Z Downloaded getrandom v0.2.17
7582026-05-08T07:42:01.442Z Downloaded linked-hash-map v0.5.6
7592026-05-08T07:42:01.442Z Downloaded libscf-sys v1.1.0
7602026-05-08T07:42:01.442Z Downloaded foldhash v0.1.5
7612026-05-08T07:42:01.445Z Downloaded ff v0.13.1
7622026-05-08T07:42:01.445Z Downloaded clang-sys v1.8.1
7632026-05-08T07:42:01.448Z Downloaded cipher v0.4.4
7642026-05-08T07:42:01.448Z Downloaded maplit v1.0.2
7652026-05-08T07:42:01.451Z Downloaded lzss v0.8.2
7662026-05-08T07:42:01.451Z Downloaded base64 v0.22.1
7672026-05-08T07:42:01.453Z Downloaded lru-slab v0.1.2
7682026-05-08T07:42:01.453Z Downloaded impl-trait-for-tuples v0.2.3
7692026-05-08T07:42:01.456Z Downloaded mime v0.3.17
7702026-05-08T07:42:01.456Z Downloaded memoffset v0.9.1
7712026-05-08T07:42:01.459Z Downloaded lru-cache v0.1.2
7722026-05-08T07:42:01.459Z Downloaded nibble_vec v0.1.0
7732026-05-08T07:42:01.461Z Downloaded new_debug_unreachable v1.0.6
7742026-05-08T07:42:01.461Z Downloaded multimap v0.10.1
7752026-05-08T07:42:01.462Z Downloaded byte-wrapper v0.1.0
7762026-05-08T07:42:01.465Z Downloaded nonempty v0.12.0
7772026-05-08T07:42:01.466Z Downloaded camino-tempfile-ext v0.3.3
7782026-05-08T07:42:01.468Z Downloaded bitflags v1.3.2
7792026-05-08T07:42:01.468Z Downloaded ingot-types v0.1.2
7802026-05-08T07:42:01.468Z Downloaded md5 v0.7.0
7812026-05-08T07:42:01.471Z Downloaded md-5 v0.10.6
7822026-05-08T07:42:01.471Z Downloaded ingot v0.1.1
7832026-05-08T07:42:01.471Z Downloaded hyper-tls v0.6.0
7842026-05-08T07:42:01.474Z Downloaded half v1.8.3
7852026-05-08T07:42:01.474Z Downloaded cookie_store v0.22.1
7862026-05-08T07:42:01.477Z Downloaded futures v0.3.32
7872026-05-08T07:42:01.479Z Downloaded async-stream v0.3.6
7882026-05-08T07:42:01.482Z Downloaded async-trait v0.1.89
7892026-05-08T07:42:01.485Z Downloaded convert_case v0.4.0
7902026-05-08T07:42:01.488Z Downloaded ipnet v2.11.0
7912026-05-08T07:42:01.489Z Downloaded normalize-line-endings v0.3.0
7922026-05-08T07:42:01.491Z Downloaded nodrop v0.1.14
7932026-05-08T07:42:01.491Z Downloaded newline-converter v0.3.0
7942026-05-08T07:42:01.491Z Downloaded newtype_derive v0.1.6
7952026-05-08T07:42:01.491Z Downloaded newtype-uuid-macros v0.1.0
7962026-05-08T07:42:01.494Z Downloaded num v0.4.3
7972026-05-08T07:42:01.497Z Downloaded num-iter v0.1.45
7982026-05-08T07:42:01.497Z Downloaded num-derive v0.4.2
7992026-05-08T07:42:01.497Z Downloaded compact_str v0.8.1
8002026-05-08T07:42:01.519Z Downloaded linear-map v1.2.0
8012026-05-08T07:42:01.521Z Downloaded darling_core v0.21.3
8022026-05-08T07:42:01.524Z Downloaded libsw-core v0.3.2
8032026-05-08T07:42:01.524Z Downloaded libsw v3.5.0
8042026-05-08T07:42:01.526Z Downloaded libefi-sys v0.1.0
8052026-05-08T07:42:01.526Z Downloaded jobserver v0.1.34
8062026-05-08T07:42:01.529Z Downloaded oso-derive v0.27.3
8072026-05-08T07:42:01.529Z Downloaded dropshot_endpoint v0.16.7
8082026-05-08T07:42:01.533Z Downloaded openssl-probe v0.2.1
8092026-05-08T07:42:01.533Z Downloaded num_threads v0.1.7
8102026-05-08T07:42:01.536Z Downloaded ipnetwork v0.21.1
8112026-05-08T07:42:01.536Z Downloaded httparse v1.10.1
8122026-05-08T07:42:01.538Z Downloaded opaque-debug v0.3.1
8132026-05-08T07:42:01.538Z Downloaded half v2.7.1
8142026-05-08T07:42:01.541Z Downloaded chacha20poly1305 v0.10.1
8152026-05-08T07:42:01.541Z Downloaded bytes v1.11.1
8162026-05-08T07:42:01.544Z Downloaded olpc-cjson v0.1.4
8172026-05-08T07:42:01.546Z Downloaded ingot-macros v0.1.1
8182026-05-08T07:42:01.546Z Downloaded openssl-probe v0.1.6
8192026-05-08T07:42:01.549Z Downloaded openssl-macros v0.1.1
8202026-05-08T07:42:01.549Z Downloaded nanorand v0.7.0
8212026-05-08T07:42:01.549Z Downloaded mime_guess v2.0.5
8222026-05-08T07:42:01.552Z Downloaded indoc v2.0.7
8232026-05-08T07:42:01.552Z Downloaded iana-time-zone v0.1.65
8242026-05-08T07:42:01.554Z Downloaded pbkdf2 v0.12.2
8252026-05-08T07:42:01.557Z Downloaded pbkdf2 v0.11.0
8262026-05-08T07:42:01.557Z Downloaded const_format v0.2.35
8272026-05-08T07:42:01.560Z Downloaded hyper-staticfile v0.10.1
8282026-05-08T07:42:01.562Z Downloaded newtype-uuid v1.3.2
8292026-05-08T07:42:01.565Z Downloaded packed_struct_codegen v0.10.1
8302026-05-08T07:42:01.565Z Downloaded darling_core v0.20.11
8312026-05-08T07:42:01.568Z Downloaded hyper-rustls v0.27.7
8322026-05-08T07:42:01.573Z Downloaded fatfs v0.3.6
8332026-05-08T07:42:01.580Z Downloaded path-slash v0.1.5
8342026-05-08T07:42:01.580Z Downloaded parse-size v1.1.0
8352026-05-08T07:42:01.580Z Downloaded parse-display v0.10.0
8362026-05-08T07:42:01.580Z Downloaded flume v0.11.1
8372026-05-08T07:42:01.582Z Downloaded elliptic-curve v0.13.8
8382026-05-08T07:42:01.582Z Downloaded cc v1.2.56
8392026-05-08T07:42:01.582Z Downloaded num-integer v0.1.46
8402026-05-08T07:42:01.585Z Downloaded nu-ansi-term v0.50.3
8412026-05-08T07:42:01.585Z Downloaded ar_archive_writer v0.5.1
8422026-05-08T07:42:01.588Z Downloaded num_enum_derive v0.5.11
8432026-05-08T07:42:01.588Z Downloaded managed v0.8.0
8442026-05-08T07:42:01.590Z Downloaded num_enum v0.7.5
8452026-05-08T07:42:01.593Z Downloaded num_enum v0.5.11
8462026-05-08T07:42:01.596Z Downloaded phf_shared v0.12.1
8472026-05-08T07:42:01.598Z Downloaded num-rational v0.4.2
8482026-05-08T07:42:01.598Z Downloaded num_enum_derive v0.7.5
8492026-05-08T07:42:01.601Z Downloaded num-complex v0.4.6
8502026-05-08T07:42:01.601Z Downloaded crossbeam-channel v0.5.15
8512026-05-08T07:42:01.604Z Downloaded lock_api v0.4.14
8522026-05-08T07:42:01.604Z Downloaded libloading v0.8.9
8532026-05-08T07:42:01.607Z Downloaded pin-utils v0.1.0
8542026-05-08T07:42:01.607Z Downloaded phf_shared v0.13.1
8552026-05-08T07:42:01.610Z Downloaded phf_shared v0.11.3
8562026-05-08T07:42:01.610Z Downloaded owo-colors v4.3.0
8572026-05-08T07:42:01.610Z Downloaded bumpalo v3.20.2
8582026-05-08T07:42:01.612Z Downloaded hmac v0.12.1
8592026-05-08T07:42:01.616Z Downloaded precomputed-hash v0.1.1
8602026-05-08T07:42:01.616Z Downloaded parking_lot_core v0.8.6
8612026-05-08T07:42:01.619Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-08T07:42:01.619Z Downloaded memmap2 v0.9.10
8632026-05-08T07:42:01.619Z Downloaded litrs v1.0.0
8642026-05-08T07:42:01.621Z Downloaded derive-where v1.6.0
8652026-05-08T07:42:01.624Z Downloaded powerfmt v0.2.0
8662026-05-08T07:42:01.627Z Downloaded ignore v0.4.25
8672026-05-08T07:42:01.627Z Downloaded headers v0.4.1
8682026-05-08T07:42:01.630Z Downloaded darling_core v0.23.0
8692026-05-08T07:42:01.633Z Downloaded progenitor-client v0.10.0
8702026-05-08T07:42:01.635Z Downloaded peg-runtime v0.8.5
8712026-05-08T07:42:01.636Z Downloaded peg v0.8.5
8722026-05-08T07:42:01.638Z Downloaded paste v1.0.15
8732026-05-08T07:42:01.641Z Downloaded progenitor-client v0.14.0
8742026-05-08T07:42:01.642Z Downloaded pem v3.0.6
8752026-05-08T07:42:01.644Z Downloaded der v0.7.10
8762026-05-08T07:42:01.647Z Downloaded predicates-tree v1.0.13
8772026-05-08T07:42:01.647Z Downloaded derive_more v2.1.1
8782026-05-08T07:42:01.654Z Downloaded peg-macros v0.8.5
8792026-05-08T07:42:01.657Z Downloaded progenitor-client v0.11.2
8802026-05-08T07:42:01.657Z Downloaded libbz2-rs-sys v0.2.2
8812026-05-08T07:42:01.660Z Downloaded password-hash v0.4.2
8822026-05-08T07:42:01.660Z Downloaded parse-display-derive v0.10.0
8832026-05-08T07:42:01.663Z Downloaded packed_struct v0.10.1
8842026-05-08T07:42:01.663Z Downloaded password-hash v0.5.0
8852026-05-08T07:42:01.665Z Downloaded pem-rfc7468 v0.7.0
8862026-05-08T07:42:01.665Z Downloaded proc-macro-error-attr2 v2.0.0
8872026-05-08T07:42:01.668Z Downloaded proc-macro-crate v3.4.0
8882026-05-08T07:42:01.668Z Downloaded proc-macro-crate v1.3.1
8892026-05-08T07:42:01.668Z Downloaded flate2 v1.1.9
8902026-05-08T07:42:01.671Z Downloaded expectorate v1.2.0
8912026-05-08T07:42:01.674Z Downloaded psl-types v2.0.11
8922026-05-08T07:42:01.677Z Downloaded phf v0.12.1
8932026-05-08T07:42:01.677Z Downloaded omicron-zone-package v0.12.2
8942026-05-08T07:42:01.680Z Downloaded pin-project-lite v0.2.17
8952026-05-08T07:42:01.682Z Downloaded pkg-config v0.3.32
8962026-05-08T07:42:01.682Z Downloaded progenitor-macro v0.11.2
8972026-05-08T07:42:01.685Z Downloaded pin-project-internal v1.1.11
8982026-05-08T07:42:01.685Z Downloaded phf v0.13.1
8992026-05-08T07:42:01.688Z Downloaded predicates-core v1.0.10
9002026-05-08T07:42:01.688Z Downloaded postgres-protocol v0.6.10
9012026-05-08T07:42:01.688Z Downloaded quick-error v1.2.3
9022026-05-08T07:42:01.692Z Downloaded predicates v3.1.4
9032026-05-08T07:42:01.696Z Downloaded progenitor-macro v0.14.0
9042026-05-08T07:42:01.696Z Downloaded progenitor-macro v0.10.0
9052026-05-08T07:42:01.696Z Downloaded base64 v0.21.7
9062026-05-08T07:42:01.696Z Downloaded native-tls v0.2.18
9072026-05-08T07:42:01.699Z Downloaded multer v3.1.0
9082026-05-08T07:42:01.699Z Downloaded polyval v0.6.2
9092026-05-08T07:42:01.701Z Downloaded indexmap v1.9.3
9102026-05-08T07:42:01.704Z Downloaded highway v1.3.0
9112026-05-08T07:42:01.704Z Downloaded getrandom v0.3.4
9122026-05-08T07:42:01.708Z Downloaded poly1305 v0.8.0
9132026-05-08T07:42:01.712Z Downloaded rand_chacha v0.3.1
9142026-05-08T07:42:01.712Z Downloaded parking_lot_core v0.9.12
9152026-05-08T07:42:01.712Z Downloaded rand_xorshift v0.4.0
9162026-05-08T07:42:01.715Z Downloaded recursive v0.1.1
9172026-05-08T07:42:01.715Z Downloaded radium v0.7.0
9182026-05-08T07:42:01.715Z Downloaded oxnet v0.1.5
9192026-05-08T07:42:01.715Z Downloaded hickory-resolver v0.24.4
9202026-05-08T07:42:01.718Z Downloaded ppv-lite86 v0.2.21
9212026-05-08T07:42:01.721Z Downloaded dropshot-api-manager v0.7.1
9222026-05-08T07:42:01.723Z Downloaded parking_lot v0.11.2
9232026-05-08T07:42:01.724Z Downloaded derive_more-impl v2.1.1
9242026-05-08T07:42:01.727Z Downloaded heapless v0.7.17
9252026-05-08T07:42:01.730Z Downloaded progenitor v0.14.0
9262026-05-08T07:42:01.732Z Downloaded progenitor v0.13.0
9272026-05-08T07:42:01.732Z Downloaded primeorder v0.13.6
9282026-05-08T07:42:01.735Z Downloaded pkcs8 v0.10.2
9292026-05-08T07:42:01.735Z Downloaded ed25519-dalek v2.2.0
9302026-05-08T07:42:01.737Z Downloaded indicatif v0.18.4
9312026-05-08T07:42:01.740Z Downloaded ref-cast-impl v1.0.25
9322026-05-08T07:42:01.740Z Downloaded ref-cast v1.0.25
9332026-05-08T07:42:01.746Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-05-08T07:42:01.746Z Downloaded crc-any v2.5.0
9352026-05-08T07:42:01.748Z Downloaded async-compression v0.4.41
9362026-05-08T07:42:01.748Z Downloaded num-derive v0.3.3
9372026-05-08T07:42:01.751Z Downloaded num-conv v0.2.0
9382026-05-08T07:42:01.756Z Downloaded pkcs1 v0.7.5
9392026-05-08T07:42:01.759Z Downloaded progenitor-macro v0.13.0
9402026-05-08T07:42:01.763Z Downloaded rfc6979 v0.4.0
9412026-05-08T07:42:01.768Z Downloaded progenitor-extras v0.2.0
9422026-05-08T07:42:01.769Z Downloaded rustc-hash v2.1.1
9432026-05-08T07:42:01.771Z Downloaded rtoolbox v0.0.3
9442026-05-08T07:42:01.771Z Downloaded progenitor v0.10.0
9452026-05-08T07:42:01.771Z Downloaded proc-macro-error2 v2.0.1
9462026-05-08T07:42:01.771Z Downloaded aes v0.8.4
9472026-05-08T07:42:01.774Z Downloaded r2d2 v0.8.10
9482026-05-08T07:42:01.779Z Downloaded psm v0.1.30
9492026-05-08T07:42:01.781Z Downloaded parking_lot v0.12.5
9502026-05-08T07:42:01.784Z Downloaded rand_seeder v0.4.0
9512026-05-08T07:42:01.784Z Downloaded rustc_version v0.4.1
9522026-05-08T07:42:01.784Z Downloaded russh-cryptovec v0.7.3
9532026-05-08T07:42:01.787Z Downloaded rand_chacha v0.9.0
9542026-05-08T07:42:01.790Z Downloaded oso v0.27.3
9552026-05-08T07:42:01.790Z Downloaded hickory-resolver v0.25.2
9562026-05-08T07:42:01.795Z Downloaded pkcs5 v0.7.1
9572026-05-08T07:42:01.798Z Downloaded rustc_version v0.1.7
9582026-05-08T07:42:01.803Z Downloaded heapless v0.8.0
9592026-05-08T07:42:01.811Z Downloaded salsa20 v0.10.2
9602026-05-08T07:42:01.814Z Downloaded progenitor-client v0.13.0
9612026-05-08T07:42:01.814Z Downloaded rand_core v0.9.5
9622026-05-08T07:42:01.816Z Downloaded hickory-server v0.25.2
9632026-05-08T07:42:01.819Z Downloaded rand_core v0.10.0
9642026-05-08T07:42:01.819Z Downloaded rand_core v0.6.4
9652026-05-08T07:42:01.822Z Downloaded p256 v0.13.2
9662026-05-08T07:42:01.822Z Downloaded same-file v1.0.6
9672026-05-08T07:42:01.825Z Downloaded scheduled-thread-pool v0.2.7
9682026-05-08T07:42:01.825Z Downloaded resolv-conf v0.7.6
9692026-05-08T07:42:01.828Z Downloaded scopeguard v1.2.0
9702026-05-08T07:42:01.831Z Downloaded secrecy v0.8.0
9712026-05-08T07:42:01.831Z Downloaded semver v0.1.20
9722026-05-08T07:42:01.831Z Downloaded hashbrown v0.13.2
9732026-05-08T07:42:01.833Z Downloaded jiff-static v0.2.21
9742026-05-08T07:42:01.836Z Downloaded scrypt v0.11.0
9752026-05-08T07:42:01.836Z Downloaded scroll_derive v0.13.1
9762026-05-08T07:42:01.839Z Downloaded sapling-renderdag v0.1.0
9772026-05-08T07:42:01.846Z Downloaded secrecy v0.10.3
9782026-05-08T07:42:01.848Z Downloaded serde-big-array v0.5.1
9792026-05-08T07:42:01.848Z Downloaded progenitor v0.11.2
9802026-05-08T07:42:01.851Z Downloaded seq-macro v0.3.6
9812026-05-08T07:42:01.851Z Downloaded quinn-udp v0.5.14
9822026-05-08T07:42:01.854Z Downloaded hashbrown v0.12.3
9832026-05-08T07:42:01.857Z Downloaded pin-project v1.1.11
9842026-05-08T07:42:01.863Z Downloaded serde_bytes v0.11.19
9852026-05-08T07:42:01.866Z Downloaded rustls-pemfile v1.0.4
9862026-05-08T07:42:01.866Z Downloaded rustls-native-certs v0.8.3
9872026-05-08T07:42:01.868Z Downloaded diesel_derives v2.3.7
9882026-05-08T07:42:01.871Z Downloaded serde_plain v1.0.2
9892026-05-08T07:42:01.874Z Downloaded serde_spanned v1.0.4
9902026-05-08T07:42:01.874Z Downloaded openssl-sys v0.9.114
9912026-05-08T07:42:01.876Z Downloaded serde_repr v0.1.20
9922026-05-08T07:42:01.879Z Downloaded shell-words v1.1.1
9932026-05-08T07:42:01.879Z Downloaded sha1 v0.10.6
9942026-05-08T07:42:01.882Z Downloaded rusty-fork v0.3.1
9952026-05-08T07:42:01.882Z Downloaded crossterm v0.29.0
9962026-05-08T07:42:01.885Z Downloaded serde_urlencoded v0.7.1
9972026-05-08T07:42:01.887Z Downloaded rustls-pemfile v2.2.0
9982026-05-08T07:42:01.887Z Downloaded postcard v1.1.3
9992026-05-08T07:42:01.890Z Downloaded signal-hook-tokio v0.3.1
10002026-05-08T07:42:01.890Z Downloaded minimal-lexical v0.2.1
10012026-05-08T07:42:01.893Z Downloaded miniz_oxide v0.8.9
10022026-05-08T07:42:01.896Z Downloaded signal-hook-mio v0.2.5
10032026-05-08T07:42:01.905Z Downloaded papergrid v0.17.0
10042026-05-08T07:42:01.908Z Downloaded siphasher v1.0.2
10052026-05-08T07:42:01.908Z Downloaded sigpipe v0.1.3
10062026-05-08T07:42:01.910Z Downloaded progenitor-impl v0.13.0
10072026-05-08T07:42:01.910Z Downloaded progenitor-impl v0.10.0
10082026-05-08T07:42:01.913Z Downloaded prefix-trie v0.7.0
10092026-05-08T07:42:01.916Z Downloaded sec1 v0.7.3
10102026-05-08T07:42:01.916Z Downloaded progenitor-impl v0.11.2
10112026-05-08T07:42:01.920Z Downloaded http v1.4.0
10122026-05-08T07:42:01.923Z Downloaded prettyplease v0.2.37
10132026-05-08T07:42:01.927Z Downloaded schemars_derive v0.8.22
10142026-05-08T07:42:01.929Z Downloaded slog-envlogger v2.2.0
10152026-05-08T07:42:01.929Z Downloaded slog-bunyan v2.5.0
10162026-05-08T07:42:01.932Z Downloaded sct v0.7.1
10172026-05-08T07:42:01.932Z Downloaded scroll v0.13.0
10182026-05-08T07:42:01.936Z Downloaded russh-keys v0.45.0
10192026-05-08T07:42:01.948Z Downloaded progenitor-impl v0.14.0
10202026-05-08T07:42:01.953Z Downloaded serde_derive_internals v0.29.1
10212026-05-08T07:42:01.956Z Downloaded serde-hex v0.1.0
10222026-05-08T07:42:01.956Z Downloaded serde_path_to_error v0.1.20
10232026-05-08T07:42:01.959Z Downloaded sqlparser_derive v0.5.0
10242026-05-08T07:42:01.969Z Downloaded rustversion v1.0.22
10252026-05-08T07:42:01.972Z Downloaded rcgen v0.12.1
10262026-05-08T07:42:01.975Z Downloaded simd-adler32 v0.3.8
10272026-05-08T07:42:01.975Z Downloaded shlex v1.3.0
10282026-05-08T07:42:01.977Z Downloaded hyper-util v0.1.20
10292026-05-08T07:42:01.980Z Downloaded strum v0.26.3
10302026-05-08T07:42:01.983Z Downloaded structmeta v0.3.0
10312026-05-08T07:42:01.983Z Downloaded itertools v0.10.5
10322026-05-08T07:42:01.985Z Downloaded ssh-encoding v0.2.0
10332026-05-08T07:42:01.989Z Downloaded ssh-cipher v0.2.0
10342026-05-08T07:42:01.989Z Downloaded signature v2.2.0
10352026-05-08T07:42:01.992Z Downloaded postgres-types v0.2.12
10362026-05-08T07:42:01.992Z Downloaded slab v0.4.12
10372026-05-08T07:42:01.994Z Downloaded signal-hook-registry v1.4.8
10382026-05-08T07:42:01.994Z Downloaded rustls-pki-types v1.14.0
10392026-05-08T07:42:01.997Z Downloaded structmeta-derive v0.3.0
10402026-05-08T07:42:01.997Z Downloaded strum v0.27.2
10412026-05-08T07:42:01.997Z Downloaded subtle v2.6.1
10422026-05-08T07:42:02.000Z Downloaded supports-color v3.0.2
10432026-05-08T07:42:02.000Z Downloaded strip-ansi-escapes v0.2.1
10442026-05-08T07:42:02.000Z Downloaded sync_wrapper v1.0.2
10452026-05-08T07:42:02.005Z Downloaded slog-async v2.8.0
10462026-05-08T07:42:02.005Z Downloaded sync-ptr v0.1.4
10472026-05-08T07:42:02.014Z Downloaded slog-scope v4.4.1
10482026-05-08T07:42:02.017Z Downloaded slog-stdlog v4.1.1
10492026-05-08T07:42:02.017Z Downloaded slog-json v2.6.1
10502026-05-08T07:42:02.020Z Downloaded slog-dtrace v0.3.0
10512026-05-08T07:42:02.020Z Downloaded smf v0.2.3
10522026-05-08T07:42:02.020Z Downloaded tagptr v0.2.0
10532026-05-08T07:42:02.023Z Downloaded tabled_derive v0.11.0
10542026-05-08T07:42:02.023Z Downloaded tabwriter v1.4.1
10552026-05-08T07:42:02.026Z Downloaded slog-term v2.9.2
10562026-05-08T07:42:02.026Z Downloaded smallvec v0.6.14
10572026-05-08T07:42:02.029Z Downloaded pretty_assertions v1.4.1
10582026-05-08T07:42:02.032Z Downloaded hashbrown v0.15.5
10592026-05-08T07:42:02.037Z Downloaded snafu-derive v0.8.9
10602026-05-08T07:42:02.040Z Downloaded tap v1.0.1
10612026-05-08T07:42:02.040Z Downloaded spki v0.7.3
10622026-05-08T07:42:02.043Z Downloaded serde_with_macros v3.17.0
10632026-05-08T07:42:02.045Z Downloaded testing_table v0.3.0
10642026-05-08T07:42:02.045Z Downloaded take_mut v0.2.2
10652026-05-08T07:42:02.048Z Downloaded thread-id v5.1.0
10662026-05-08T07:42:02.048Z Downloaded thiserror-impl-no-std v2.0.2
10672026-05-08T07:42:02.051Z Downloaded hashbrown v0.16.1
10682026-05-08T07:42:02.055Z Downloaded rayon-core v1.13.0
10692026-05-08T07:42:02.058Z Downloaded nom v7.1.3
10702026-05-08T07:42:02.062Z Downloaded sqlformat v0.3.5
10712026-05-08T07:42:02.065Z Downloaded static_assertions v1.1.0
10722026-05-08T07:42:02.068Z Downloaded stacker v0.1.23
10732026-05-08T07:42:02.068Z Downloaded stringprep v0.1.5
10742026-05-08T07:42:02.069Z Downloaded tinyvec_macros v0.1.1
10752026-05-08T07:42:02.072Z Downloaded rustls-platform-verifier v0.6.2
10762026-05-08T07:42:02.075Z Downloaded strum_macros v0.27.2
10772026-05-08T07:42:02.078Z Downloaded strum_macros v0.24.3
10782026-05-08T07:42:02.078Z Downloaded ryu v1.0.23
10792026-05-08T07:42:02.080Z Downloaded string_cache v0.8.9
10802026-05-08T07:42:02.083Z Downloaded strum_macros v0.26.4
10812026-05-08T07:42:02.083Z Downloaded support-bundle-viewer v0.1.2
10822026-05-08T07:42:02.086Z Downloaded mio v1.2.0
10832026-05-08T07:42:02.089Z Downloaded qorb v0.4.1
10842026-05-08T07:42:02.096Z Downloaded num-bigint v0.4.6
10852026-05-08T07:42:02.100Z Downloaded libxml v0.3.3
10862026-05-08T07:42:02.104Z Downloaded rand v0.8.5
10872026-05-08T07:42:02.106Z Downloaded iddqd v0.3.18
10882026-05-08T07:42:02.116Z Downloaded termtree v0.5.1
10892026-05-08T07:42:02.119Z Downloaded termios v0.3.3
10902026-05-08T07:42:02.122Z Downloaded tower-layer v0.3.3
10912026-05-08T07:42:02.124Z Downloaded serde_cbor v0.11.2
10922026-05-08T07:42:02.129Z Downloaded ron v0.8.1
10932026-05-08T07:42:02.132Z Downloaded spin v0.9.8
10942026-05-08T07:42:02.132Z Downloaded itertools v0.13.0
10952026-05-08T07:42:02.136Z Downloaded try-lock v0.2.5
10962026-05-08T07:42:02.139Z Downloaded trait-variant v0.1.2
10972026-05-08T07:42:02.139Z Downloaded tower-service v0.3.3
10982026-05-08T07:42:02.139Z Downloaded topological-sort v0.2.2
10992026-05-08T07:42:02.142Z Downloaded tls_codec v0.4.2
11002026-05-08T07:42:02.142Z Downloaded serde_yaml v0.9.34+deprecated
11012026-05-08T07:42:02.144Z Downloaded tls_codec_derive v0.4.2
11022026-05-08T07:42:02.147Z Downloaded schemars v0.8.22
11032026-05-08T07:42:02.153Z Downloaded typify-macro v0.6.2
11042026-05-08T07:42:02.156Z Downloaded tokio-native-tls v0.3.1
11052026-05-08T07:42:02.156Z Downloaded tokio-macros v2.7.0
11062026-05-08T07:42:02.158Z Downloaded futures-util v0.3.32
11072026-05-08T07:42:02.164Z Downloaded rsa v0.9.10
11082026-05-08T07:42:02.168Z Downloaded tokio-tungstenite v0.21.0
11092026-05-08T07:42:02.171Z Downloaded slog v2.8.2
11102026-05-08T07:42:02.173Z Downloaded tokio-rustls v0.25.0
11112026-05-08T07:42:02.173Z Downloaded tokio-dtrace v0.1.1
11122026-05-08T07:42:02.176Z Downloaded unarray v0.1.4
11132026-05-08T07:42:02.176Z Downloaded untrusted v0.7.1
11142026-05-08T07:42:02.176Z Downloaded universal-hash v0.5.1
11152026-05-08T07:42:02.179Z Downloaded tiny-keccak v2.0.2
11162026-05-08T07:42:02.179Z Downloaded time-macros v0.2.27
11172026-05-08T07:42:02.182Z Downloaded schemars v0.9.0
11182026-05-08T07:42:02.189Z Downloaded rustls-webpki v0.103.9
11192026-05-08T07:42:02.191Z Downloaded term v1.2.1
11202026-05-08T07:42:02.194Z Downloaded hyper v1.8.1
11212026-05-08T07:42:02.198Z Downloaded utf-8 v0.7.6
11222026-05-08T07:42:02.201Z Downloaded usdt-attr-macro v0.6.0
11232026-05-08T07:42:02.201Z Downloaded usdt v0.6.0
11242026-05-08T07:42:02.201Z Downloaded h2 v0.4.13
11252026-05-08T07:42:02.204Z Downloaded untrusted v0.9.0
11262026-05-08T07:42:02.207Z Downloaded aho-corasick v1.1.4
11272026-05-08T07:42:02.210Z Downloaded usdt-macro v0.6.0
11282026-05-08T07:42:02.222Z Downloaded publicsuffix v2.3.0
11292026-05-08T07:42:02.222Z Downloaded void v1.0.2
11302026-05-08T07:42:02.222Z Downloaded unit-prefix v0.5.2
11312026-05-08T07:42:02.226Z Downloaded socket2 v0.6.3
11322026-05-08T07:42:02.226Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-05-08T07:42:02.226Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11342026-05-08T07:42:02.226Z Downloaded term v0.7.0
11352026-05-08T07:42:02.226Z Downloaded socket2 v0.5.10
11362026-05-08T07:42:02.226Z Downloaded unicode-truncate v1.1.0
11372026-05-08T07:42:02.232Z Downloaded wait-timeout v0.2.1
11382026-05-08T07:42:02.233Z Downloaded tui-tree-widget v0.23.1
11392026-05-08T07:42:02.235Z Downloaded want v0.3.1
11402026-05-08T07:42:02.235Z Downloaded hkdf v0.12.4
11412026-05-08T07:42:02.238Z Downloaded rand v0.9.2
11422026-05-08T07:42:02.241Z Downloaded waitgroup v0.1.2
11432026-05-08T07:42:02.241Z Downloaded itertools v0.14.0
11442026-05-08T07:42:02.245Z Downloaded subprocess v0.2.15
11452026-05-08T07:42:02.248Z Downloaded tokio-rustls v0.24.1
11462026-05-08T07:42:02.252Z Downloaded typify-macro v0.4.3
11472026-05-08T07:42:02.252Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-05-08T07:42:02.255Z Downloaded tokio-stream v0.1.18
11492026-05-08T07:42:02.255Z Downloaded unicase v2.9.0
11502026-05-08T07:42:02.271Z Downloaded tokio-rustls v0.26.4
11512026-05-08T07:42:02.271Z Downloaded tokio-tungstenite v0.23.1
11522026-05-08T07:42:02.271Z Downloaded p521 v0.13.3
11532026-05-08T07:42:02.271Z Downloaded similar v2.7.0
11542026-05-08T07:42:02.271Z Downloaded num-bigint-dig v0.8.6
11552026-05-08T07:42:02.271Z Downloaded itertools v0.12.1
11562026-05-08T07:42:02.275Z Downloaded xshell-macros v0.2.7
11572026-05-08T07:42:02.275Z Downloaded usdt-impl v0.6.0
11582026-05-08T07:42:02.275Z Downloaded libm v0.2.16
11592026-05-08T07:42:02.278Z Downloaded zeroize_derive v1.4.3
11602026-05-08T07:42:02.281Z Downloaded xattr v1.6.1
11612026-05-08T07:42:02.281Z Downloaded iri-string v0.7.10
11622026-05-08T07:42:02.284Z Downloaded time-core v0.1.8
11632026-05-08T07:42:02.287Z Downloaded thread_local v1.1.9
11642026-05-08T07:42:02.287Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-08T07:42:02.290Z Downloaded vsss-rs v3.3.4
11662026-05-08T07:42:02.290Z Downloaded thiserror-no-std v2.0.2
11672026-05-08T07:42:02.295Z Downloaded signal-hook v0.3.18
11682026-05-08T07:42:02.297Z Downloaded quinn v0.11.9
11692026-05-08T07:42:02.297Z Downloaded zone_cfg_derive v0.3.1
11702026-05-08T07:42:02.297Z Downloaded snafu v0.8.9
11712026-05-08T07:42:02.301Z Downloaded test-strategy v0.4.5
11722026-05-08T07:42:02.303Z Downloaded uzers v0.12.2
11732026-05-08T07:42:02.306Z Downloaded vergen-git2 v1.0.7
11742026-05-08T07:42:02.309Z Downloaded zone v0.3.1
11752026-05-08T07:42:02.309Z Downloaded vergen-lib v0.1.6
11762026-05-08T07:42:02.309Z Downloaded vergen-gitcl v1.0.8
11772026-05-08T07:42:02.311Z Downloaded twox-hash v2.1.2
11782026-05-08T07:42:02.314Z Downloaded walkdir v2.5.0
11792026-05-08T07:42:02.314Z Downloaded tracing-attributes v0.1.31
11802026-05-08T07:42:02.317Z Downloaded russh v0.45.0
11812026-05-08T07:42:02.320Z Downloaded tinyvec v1.10.0
11822026-05-08T07:42:02.323Z Downloaded blake3 v1.8.3
11832026-05-08T07:42:02.328Z Downloaded toml v1.0.6+spec-1.1.0
11842026-05-08T07:42:02.331Z Downloaded toml v0.9.12+spec-1.1.0
11852026-05-08T07:42:02.335Z Downloaded unicode-properties v0.1.4
11862026-05-08T07:42:02.340Z Downloaded whoami v2.1.0
11872026-05-08T07:42:02.340Z Downloaded whoami v1.6.1
11882026-05-08T07:42:02.340Z Downloaded samael v0.0.19
11892026-05-08T07:42:02.348Z Downloaded toml v0.7.8
11902026-05-08T07:42:02.351Z Downloaded wyz v0.5.1
11912026-05-08T07:42:02.353Z Downloaded schemars v1.2.1
11922026-05-08T07:42:02.359Z Downloaded xshell v0.2.7
11932026-05-08T07:42:02.363Z Downloaded vergen v9.0.6
11942026-05-08T07:42:02.366Z Downloaded aws-lc-rs v1.16.0
11952026-05-08T07:42:02.372Z Downloaded zstd v0.13.3
11962026-05-08T07:42:02.374Z Downloaded zstd-safe v7.2.4
11972026-05-08T07:42:02.377Z Downloaded tar v0.4.45
11982026-05-08T07:42:02.378Z Downloaded zeroize v1.8.2
11992026-05-08T07:42:02.382Z Downloaded rustyline v14.0.0
12002026-05-08T07:42:02.384Z Downloaded tungstenite v0.21.0
12012026-05-08T07:42:02.389Z Downloaded unicode-bidi v0.3.18
12022026-05-08T07:42:02.397Z Downloaded typify v0.6.2
12032026-05-08T07:42:02.400Z Downloaded bitvec v1.0.1
12042026-05-08T07:42:02.409Z Downloaded unsafe-libyaml v0.2.11
12052026-05-08T07:42:02.412Z Downloaded toml_edit v0.23.10+spec-1.0.0
12062026-05-08T07:42:02.415Z Downloaded zerocopy v0.6.6
12072026-05-08T07:42:02.418Z Downloaded bindgen v0.71.1
12082026-05-08T07:42:02.421Z Downloaded yasna v0.5.2
12092026-05-08T07:42:02.427Z Downloaded uuid v1.23.0
12102026-05-08T07:42:02.430Z Downloaded tracing-core v0.1.36
12112026-05-08T07:42:02.437Z Downloaded vte v0.14.1
12122026-05-08T07:42:02.439Z Downloaded rand v0.10.0
12132026-05-08T07:42:02.442Z Downloaded typify v0.4.3
12142026-05-08T07:42:02.445Z Downloaded steno v0.4.1
12152026-05-08T07:42:02.447Z Downloaded tungstenite v0.23.0
12162026-05-08T07:42:02.457Z Downloaded chrono v0.4.44
12172026-05-08T07:42:02.481Z Downloaded reedline v0.40.0
12182026-05-08T07:42:02.495Z Downloaded zopfli v0.8.3
12192026-05-08T07:42:02.498Z Downloaded ssh-key v0.6.7
12202026-05-08T07:42:02.501Z Downloaded tokio-postgres v0.7.16
12212026-05-08T07:42:02.504Z Downloaded regex v1.12.3
12222026-05-08T07:42:02.507Z Downloaded unicode_categories v0.1.1
12232026-05-08T07:42:02.515Z Downloaded toml_edit v0.19.15
12242026-05-08T07:42:02.525Z Downloaded rpassword v7.4.0
12252026-05-08T07:42:02.527Z Downloaded p384 v0.13.1
12262026-05-08T07:42:02.530Z Downloaded portable-atomic v1.13.1
12272026-05-08T07:42:02.540Z Downloaded rayon v1.11.0
12282026-05-08T07:42:02.547Z Downloaded zip v0.6.6
12292026-05-08T07:42:02.552Z Downloaded yansi v1.0.1
12302026-05-08T07:42:02.555Z Downloaded lalrpop v0.19.12
12312026-05-08T07:42:02.559Z Downloaded zerocopy-derive v0.8.40
12322026-05-08T07:42:02.564Z Downloaded reqwest v0.12.28
12332026-05-08T07:42:02.568Z Downloaded quick-xml v0.37.5
12342026-05-08T07:42:02.572Z Downloaded git2 v0.20.4
12352026-05-08T07:42:02.577Z Downloaded tower v0.5.3
12362026-05-08T07:42:02.583Z Downloaded moka v0.12.13
12372026-05-08T07:42:02.586Z Downloaded rustls-webpki v0.101.7
12382026-05-08T07:42:02.595Z Downloaded reqwest v0.13.2
12392026-05-08T07:42:02.611Z Downloaded goblin v0.10.5
12402026-05-08T07:42:02.616Z Downloaded salty v0.3.0
12412026-05-08T07:42:02.621Z Downloaded x509-cert v0.2.5
12422026-05-08T07:42:02.640Z Downloaded tough v0.20.0
12432026-05-08T07:42:02.644Z Downloaded proptest v1.10.0
12442026-05-08T07:42:02.650Z Downloaded typed-path v0.9.3
12452026-05-08T07:42:02.653Z Downloaded unicode-normalization v0.1.25
12462026-05-08T07:42:02.656Z Downloaded unicode-segmentation v1.12.0
12472026-05-08T07:42:02.675Z Downloaded zip v4.6.1
12482026-05-08T07:42:02.678Z Downloaded tower-http v0.6.8
12492026-05-08T07:42:02.682Z Downloaded petname v2.0.2
12502026-05-08T07:42:02.691Z Downloaded serde_with v3.17.0
12512026-05-08T07:42:02.697Z Downloaded tokio-util v0.7.18
12522026-05-08T07:42:02.701Z Downloaded nix v0.27.1
12532026-05-08T07:42:02.708Z Downloaded object v0.30.4
12542026-05-08T07:42:02.714Z Downloaded curve25519-dalek v4.1.3
12552026-05-08T07:42:02.720Z Downloaded radix_trie v0.2.1
12562026-05-08T07:42:02.728Z Downloaded rustls-webpki v0.102.8
12572026-05-08T07:42:02.744Z Downloaded openssl v0.10.78
12582026-05-08T07:42:02.750Z Downloaded quinn-proto v0.11.13
12592026-05-08T07:42:02.766Z Downloaded winnow v0.6.26
12602026-05-08T07:42:02.771Z Downloaded nix v0.28.0
12612026-05-08T07:42:02.777Z Downloaded polar-core v0.27.3
12622026-05-08T07:42:02.782Z Downloaded bstr v1.12.1
12632026-05-08T07:42:02.786Z Downloaded winnow v0.5.40
12642026-05-08T07:42:02.792Z Downloaded nix v0.29.0
12652026-05-08T07:42:02.802Z Downloaded time v0.3.47
12662026-05-08T07:42:02.808Z Downloaded rustls v0.21.12
12672026-05-08T07:42:02.815Z Downloaded dropshot v0.17.0
12682026-05-08T07:42:02.826Z Downloaded tabled v0.20.0
12692026-05-08T07:42:02.836Z Downloaded regex-syntax v0.6.29
12702026-05-08T07:42:02.840Z Downloaded zlib-rs v0.6.2
12712026-05-08T07:42:02.843Z Downloaded vcpkg v0.2.15
12722026-05-08T07:42:02.865Z Downloaded webpki-roots v1.0.6
12732026-05-08T07:42:02.868Z Downloaded hickory-proto v0.24.4
12742026-05-08T07:42:02.876Z Downloaded nix v0.31.2
12752026-05-08T07:42:02.883Z Downloaded object v0.37.3
12762026-05-08T07:42:02.889Z Downloaded dropshot v0.16.7
12772026-05-08T07:42:02.904Z Downloaded smoltcp v0.9.1
12782026-05-08T07:42:02.910Z Downloaded rustls v0.22.4
12792026-05-08T07:42:02.917Z Downloaded zerocopy v0.8.40
12802026-05-08T07:42:02.924Z Downloaded hickory-proto v0.25.2
12812026-05-08T07:42:02.931Z Downloaded smoltcp v0.11.0
12822026-05-08T07:42:02.937Z Downloaded rustix v0.38.44
12832026-05-08T07:42:02.950Z Downloaded regress v0.11.1
12842026-05-08T07:42:02.955Z Downloaded regress v0.10.5
12852026-05-08T07:42:02.960Z Downloaded diesel v2.3.7
12862026-05-08T07:42:02.971Z Downloaded rustls v0.23.37
12872026-05-08T07:42:02.978Z Downloaded regex-syntax v0.8.10
12882026-05-08T07:42:02.982Z Downloaded openapiv3 v2.2.0
12892026-05-08T07:42:03.035Z Downloaded sled v0.34.7
12902026-05-08T07:42:03.041Z Downloaded typify-impl v0.6.2
12912026-05-08T07:42:03.051Z Downloaded tracing v0.1.44
12922026-05-08T07:42:03.064Z Downloaded sqlparser v0.61.0
12932026-05-08T07:42:03.079Z Downloaded regex-automata v0.4.14
12942026-05-08T07:42:03.114Z Downloaded ratatui v0.29.0
12952026-05-08T07:42:03.127Z Downloaded typify-impl v0.4.3
12962026-05-08T07:42:03.137Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-05-08T07:42:03.143Z Downloaded libz-sys v1.1.24
12982026-05-08T07:42:03.156Z Downloaded csv v1.4.0
12992026-05-08T07:42:03.179Z Downloaded tokio v1.52.1
13002026-05-08T07:42:03.205Z Downloaded zerocopy-derive v0.6.6
13012026-05-08T07:42:03.219Z Downloaded encoding_rs v0.8.35
13022026-05-08T07:42:03.244Z Downloaded chrono-tz v0.10.4
13032026-05-08T07:42:03.255Z Downloaded petgraph v0.6.5
13042026-05-08T07:42:03.269Z Downloaded jiff v0.2.21
13052026-05-08T07:42:03.294Z Downloaded petgraph v0.8.3
13062026-05-08T07:42:03.336Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-08T07:42:03.347Z Downloaded sha3 v0.10.8
13082026-05-08T07:42:03.491Z Downloaded ring v0.17.14
13092026-05-08T07:42:03.553Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-05-08T07:42:04.214Z Downloaded aws-lc-sys v0.37.1
13112026-05-08T07:42:04.478Z Compiling libc v0.2.185
13122026-05-08T07:42:04.479Z Compiling serde v1.0.228
13132026-05-08T07:42:04.482Z Compiling shlex v1.3.0
13142026-05-08T07:42:04.482Z Compiling log v0.4.29
13152026-05-08T07:42:04.482Z Compiling find-msvc-tools v0.1.9
13162026-05-08T07:42:04.482Z Compiling smallvec v1.15.1
13172026-05-08T07:42:04.636Z Compiling syn v2.0.117
13182026-05-08T07:42:04.642Z Compiling typenum v1.19.0
13192026-05-08T07:42:04.842Z Compiling generic-array v0.14.7
13202026-05-08T07:42:04.864Z Compiling subtle v2.6.1
13212026-05-08T07:42:04.922Z Compiling scopeguard v1.2.0
13222026-05-08T07:42:04.953Z Compiling const-oid v0.9.6
13232026-05-08T07:42:04.990Z Compiling portable-atomic v1.13.1
13242026-05-08T07:42:05.047Z Compiling lock_api v0.4.14
13252026-05-08T07:42:05.050Z Compiling zerocopy v0.8.40
13262026-05-08T07:42:05.121Z Compiling critical-section v1.2.0
13272026-05-08T07:42:05.237Z Compiling serde_json v1.0.149
13282026-05-08T07:42:05.284Z Compiling parking_lot_core v0.9.12
13292026-05-08T07:42:05.464Z Compiling pin-project-lite v0.2.17
13302026-05-08T07:42:05.542Z Compiling getrandom v0.2.17
13312026-05-08T07:42:05.542Z Compiling jobserver v0.1.34
13322026-05-08T07:42:05.572Z Compiling errno v0.3.14
13332026-05-08T07:42:05.710Z Compiling rand_core v0.6.4
13342026-05-08T07:42:05.725Z Compiling pkg-config v0.3.32
13352026-05-08T07:42:05.729Z Compiling signal-hook-registry v1.4.8
13362026-05-08T07:42:05.778Z Compiling cc v1.2.56
13372026-05-08T07:42:05.982Z Compiling once_cell v1.21.3
13382026-05-08T07:42:06.020Z Compiling bitflags v2.11.0
13392026-05-08T07:42:06.045Z Compiling libm v0.2.16
13402026-05-08T07:42:06.194Z Compiling parking_lot v0.12.5
13412026-05-08T07:42:06.231Z Compiling mio v1.2.0
13422026-05-08T07:42:06.251Z Compiling num-traits v0.2.19
13432026-05-08T07:42:06.277Z Compiling futures-core v0.3.32
13442026-05-08T07:42:06.431Z Compiling percent-encoding v2.3.2
13452026-05-08T07:42:06.565Z Compiling socket2 v0.6.3
13462026-05-08T07:42:06.616Z Compiling cpufeatures v0.2.17
13472026-05-08T07:42:06.632Z Compiling futures-sink v0.3.32
13482026-05-08T07:42:06.695Z Compiling slab v0.4.12
13492026-05-08T07:42:06.709Z Compiling futures-io v0.3.32
13502026-05-08T07:42:06.739Z Compiling futures-channel v0.3.32
13512026-05-08T07:42:06.782Z Compiling futures-task v0.3.32
13522026-05-08T07:42:06.863Z Compiling getrandom v0.4.1
13532026-05-08T07:42:06.877Z Compiling rustversion v1.0.22
13542026-05-08T07:42:06.955Z Compiling getrandom v0.3.4
13552026-05-08T07:42:06.968Z Compiling rand_core v0.10.0
13562026-05-08T07:42:06.983Z Compiling indexmap v2.14.0
13572026-05-08T07:42:07.439Z Compiling form_urlencoded v1.2.2
13582026-05-08T07:42:07.556Z Compiling synstructure v0.13.2
13592026-05-08T07:42:07.578Z Compiling cmake v0.1.57
13602026-05-08T07:42:07.619Z Compiling dunce v1.0.5
13612026-05-08T07:42:07.686Z Compiling ident_case v1.0.1
13622026-05-08T07:42:07.719Z Compiling base64ct v1.8.3
13632026-05-08T07:42:07.816Z Compiling fs_extra v1.3.0
13642026-05-08T07:42:07.874Z Compiling flagset v0.4.7
13652026-05-08T07:42:07.927Z Compiling rand_core v0.9.5
13662026-05-08T07:42:07.990Z Compiling pem-rfc7468 v0.7.0
13672026-05-08T07:42:08.008Z Compiling rustix v1.1.3
13682026-05-08T07:42:08.024Z Compiling iana-time-zone v0.1.65
13692026-05-08T07:42:08.036Z Compiling uuid v1.23.0
13702026-05-08T07:42:08.097Z Compiling aws-lc-sys v0.37.1
13712026-05-08T07:42:08.173Z Compiling ring v0.17.14
13722026-05-08T07:42:08.206Z Compiling rustc_version v0.4.1
13732026-05-08T07:42:08.224Z Compiling vcpkg v0.2.15
13742026-05-08T07:42:08.306Z Compiling aws-lc-rs v1.16.0
13752026-05-08T07:42:08.534Z Compiling regex-syntax v0.8.10
13762026-05-08T07:42:08.612Z Compiling tracing-core v0.1.36
13772026-05-08T07:42:08.753Z Compiling pest_generator v2.8.6
13782026-05-08T07:42:08.993Z Compiling openssl-sys v0.9.114
13792026-05-08T07:42:09.180Z Compiling serde_derive_internals v0.29.1
13802026-05-08T07:42:09.324Z Compiling serde_derive v1.0.228
13812026-05-08T07:42:09.491Z Compiling zeroize_derive v1.4.3
13822026-05-08T07:42:09.530Z Compiling zerofrom-derive v0.1.6
13832026-05-08T07:42:09.777Z Compiling yoke-derive v0.8.1
13842026-05-08T07:42:10.115Z Compiling zerocopy-derive v0.8.40
13852026-05-08T07:42:10.161Z Compiling zeroize v1.8.2
13862026-05-08T07:42:10.958Z Compiling crypto-common v0.1.7
13872026-05-08T07:42:10.972Z Compiling block-buffer v0.10.4
13882026-05-08T07:42:10.986Z Compiling zerofrom v0.1.6
13892026-05-08T07:42:10.999Z Compiling zerovec-derive v0.11.2
13902026-05-08T07:42:11.109Z Compiling yoke v0.8.1
13912026-05-08T07:42:11.112Z Compiling digest v0.10.7
13922026-05-08T07:42:11.144Z Compiling displaydoc v0.2.5
13932026-05-08T07:42:11.304Z Compiling tokio-macros v2.7.0
13942026-05-08T07:42:11.382Z Compiling hmac v0.12.1
13952026-05-08T07:42:11.543Z Compiling futures-macro v0.3.32
13962026-05-08T07:42:11.893Z Compiling zerotrie v0.2.3
13972026-05-08T07:42:12.018Z Compiling block-padding v0.3.3
13982026-05-08T07:42:12.111Z Compiling zerovec v0.11.5
13992026-05-08T07:42:12.181Z Compiling inout v0.1.4
14002026-05-08T07:42:12.197Z Compiling sha2 v0.10.9
14012026-05-08T07:42:12.403Z Compiling futures-util v0.3.32
14022026-05-08T07:42:12.418Z Compiling cipher v0.4.4
14032026-05-08T07:42:12.630Z Compiling tinystr v0.8.2
14042026-05-08T07:42:12.678Z Compiling potential_utf v0.1.4
14052026-05-08T07:42:12.843Z Compiling bytes v1.11.1
14062026-05-08T07:42:12.846Z Compiling icu_locale_core v2.1.1
14072026-05-08T07:42:12.874Z Compiling icu_collections v2.1.1
14082026-05-08T07:42:12.895Z Compiling der_derive v0.7.3
14092026-05-08T07:42:13.369Z Compiling tokio v1.52.1
14102026-05-08T07:42:13.466Z Compiling http v1.4.0
14112026-05-08T07:42:13.641Z Compiling icu_provider v2.1.1
14122026-05-08T07:42:13.765Z Compiling chrono v0.4.44
14132026-05-08T07:42:13.858Z Compiling der v0.7.10
14142026-05-08T07:42:13.936Z Compiling icu_properties v2.1.2
14152026-05-08T07:42:14.374Z Compiling icu_normalizer v2.1.1
14162026-05-08T07:42:14.681Z Compiling ppv-lite86 v0.2.21
14172026-05-08T07:42:14.712Z Compiling spki v0.7.3
14182026-05-08T07:42:14.917Z Compiling idna_adapter v1.2.1
14192026-05-08T07:42:14.933Z Compiling salsa20 v0.10.2
14202026-05-08T07:42:15.006Z Compiling pbkdf2 v0.12.2
14212026-05-08T07:42:15.038Z Compiling idna v1.1.0
14222026-05-08T07:42:15.053Z Compiling thiserror-impl v2.0.18
14232026-05-08T07:42:15.068Z Compiling rand_chacha v0.9.0
14242026-05-08T07:42:15.083Z Compiling cbc v0.1.2
14252026-05-08T07:42:15.123Z Compiling scrypt v0.11.0
14262026-05-08T07:42:15.159Z Compiling aes v0.8.4
14272026-05-08T07:42:15.231Z Compiling rustls-pki-types v1.14.0
14282026-05-08T07:42:15.385Z Compiling url v2.5.8
14292026-05-08T07:42:15.697Z Compiling tracing-attributes v0.1.31
14302026-05-08T07:42:15.714Z Compiling pkcs5 v0.7.1
14312026-05-08T07:42:15.789Z Compiling rand v0.9.2
14322026-05-08T07:42:16.213Z Compiling http-body v1.0.1
14332026-05-08T07:42:16.260Z Compiling httparse v1.10.1
14342026-05-08T07:42:16.292Z Compiling untrusted v0.9.0
14352026-05-08T07:42:16.377Z Compiling base64 v0.22.1
14362026-05-08T07:42:16.431Z Compiling thiserror v2.0.18
14372026-05-08T07:42:16.432Z Compiling untrusted v0.7.1
14382026-05-08T07:42:16.562Z Compiling openssl-probe v0.2.1
14392026-05-08T07:42:16.566Z Compiling schemars v0.8.22
14402026-05-08T07:42:16.679Z Compiling pkcs8 v0.10.2
14412026-05-08T07:42:16.710Z Compiling schemars_derive v0.8.22
14422026-05-08T07:42:16.754Z Compiling pest_derive v2.8.6
14432026-05-08T07:42:16.787Z Compiling scroll_derive v0.13.1
14442026-05-08T07:42:16.990Z Compiling darling_core v0.20.11
14452026-05-08T07:42:17.051Z Compiling tracing v0.1.44
14462026-05-08T07:42:17.192Z Compiling tokio-util v0.7.18
14472026-05-08T07:42:17.339Z Compiling rustls v0.23.37
14482026-05-08T07:42:17.517Z Compiling try-lock v0.2.5
14492026-05-08T07:42:17.633Z Compiling atomic-waker v1.1.2
14502026-05-08T07:42:17.664Z Compiling tower-layer v0.3.3
14512026-05-08T07:42:17.761Z Compiling tower-service v0.3.3
14522026-05-08T07:42:17.828Z Compiling dyn-clone v1.0.20
14532026-05-08T07:42:17.860Z Compiling tinyvec_macros v0.1.1
14542026-05-08T07:42:17.936Z Compiling h2 v0.4.13
14552026-05-08T07:42:17.972Z Compiling tinyvec v1.10.0
14562026-05-08T07:42:18.286Z Compiling scroll v0.13.0
14572026-05-08T07:42:18.319Z Compiling want v0.3.1
14582026-05-08T07:42:18.491Z Compiling ipnet v2.11.0
14592026-05-08T07:42:18.562Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14602026-05-08T07:42:18.748Z Compiling spin v0.9.8
14612026-05-08T07:42:18.955Z Compiling aho-corasick v1.1.4
14622026-05-08T07:42:18.971Z Compiling httpdate v1.0.3
14632026-05-08T07:42:18.999Z Compiling crc32fast v1.5.0
14642026-05-08T07:42:19.200Z Compiling time-core v0.1.8
14652026-05-08T07:42:19.217Z Compiling openssl v0.10.78
14662026-05-08T07:42:19.273Z Compiling pin-utils v0.1.0
14672026-05-08T07:42:19.344Z Compiling powerfmt v0.2.0
14682026-05-08T07:42:19.359Z Compiling num-conv v0.2.0
14692026-05-08T07:42:19.359Z Compiling foreign-types-shared v0.1.1
14702026-05-08T07:42:19.362Z Compiling darling_macro v0.20.11
14712026-05-08T07:42:19.464Z Compiling foreign-types v0.3.2
14722026-05-08T07:42:19.479Z Compiling deranged v0.5.8
14732026-05-08T07:42:19.493Z Compiling time-macros v0.2.27
14742026-05-08T07:42:19.548Z Compiling tempfile v3.25.0
14752026-05-08T07:42:19.861Z Compiling darling v0.20.11
14762026-05-08T07:42:19.926Z Compiling regex-automata v0.4.14
14772026-05-08T07:42:19.949Z Compiling goblin v0.10.5
14782026-05-08T07:42:20.602Z Compiling openssl-macros v0.1.1
14792026-05-08T07:42:20.698Z Compiling wait-timeout v0.2.1
14802026-05-08T07:42:20.973Z Compiling hyper v1.8.1
14812026-05-08T07:42:20.997Z Compiling usdt-impl v0.6.0
14822026-05-08T07:42:21.068Z Compiling simd-adler32 v0.3.8
14832026-05-08T07:42:21.210Z Compiling quick-error v1.2.3
14842026-05-08T07:42:21.317Z Compiling num_threads v0.1.7
14852026-05-08T07:42:21.331Z Compiling crossbeam-utils v0.8.21
14862026-05-08T07:42:21.417Z Compiling siphasher v1.0.2
14872026-05-08T07:42:21.613Z Compiling syn v1.0.109
14882026-05-08T07:42:21.616Z Compiling native-tls v0.2.18
14892026-05-08T07:42:21.832Z Compiling bit-vec v0.8.0
14902026-05-08T07:42:22.008Z Compiling hyper-util v0.1.20
14912026-05-08T07:42:22.024Z Compiling bit-set v0.8.0
14922026-05-08T07:42:22.062Z Compiling time v0.3.47
14932026-05-08T07:42:22.183Z Compiling rusty-fork v0.3.1
14942026-05-08T07:42:22.575Z Compiling derive_builder_core v0.20.2
14952026-05-08T07:42:23.518Z Compiling dof v0.4.0
14962026-05-08T07:42:23.864Z Compiling unicode-normalization v0.1.25
14972026-05-08T07:42:23.983Z Compiling dtrace-parser v0.3.0
14982026-05-08T07:42:24.217Z Compiling rustls-native-certs v0.8.3
14992026-05-08T07:42:24.363Z Compiling signature v2.2.0
15002026-05-08T07:42:24.426Z Compiling scroll_derive v0.12.1
15012026-05-08T07:42:24.536Z Compiling thiserror-impl v1.0.69
15022026-05-08T07:42:24.559Z Compiling heapless v0.7.17
15032026-05-08T07:42:24.770Z Compiling rand_xorshift v0.4.0
15042026-05-08T07:42:24.788Z Compiling slog v2.8.2
15052026-05-08T07:42:24.813Z Compiling darling_core v0.21.3
15062026-05-08T07:42:24.940Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-05-08T07:42:24.975Z Compiling sync_wrapper v1.0.2
15082026-05-08T07:42:25.097Z Compiling thread-id v5.1.0
15092026-05-08T07:42:25.131Z Compiling cookie v0.18.1
15102026-05-08T07:42:25.188Z Compiling anyhow v1.0.102
15112026-05-08T07:42:25.229Z Compiling signal-hook v0.3.18
15122026-05-08T07:42:25.321Z Compiling unarray v0.1.4
15132026-05-08T07:42:25.408Z Compiling unicode-bidi v0.3.18
15142026-05-08T07:42:25.440Z Compiling paste v1.0.15
15152026-05-08T07:42:25.500Z Compiling zstd-safe v7.2.4
15162026-05-08T07:42:25.698Z Compiling adler2 v2.0.1
15172026-05-08T07:42:25.714Z Compiling allocator-api2 v0.2.21
15182026-05-08T07:42:25.728Z Compiling unicode-properties v0.1.4
15192026-05-08T07:42:25.827Z Compiling thiserror v1.0.69
15202026-05-08T07:42:25.842Z Compiling miniz_oxide v0.8.9
15212026-05-08T07:42:25.933Z Compiling stringprep v0.1.5
15222026-05-08T07:42:26.009Z Compiling proptest v1.10.0
15232026-05-08T07:42:26.216Z Compiling scroll v0.12.0
15242026-05-08T07:42:26.373Z Compiling tower v0.5.3
15252026-05-08T07:42:26.537Z Compiling derive_builder_macro v0.20.2
15262026-05-08T07:42:26.847Z Compiling ipnetwork v0.21.1
15272026-05-08T07:42:26.883Z Compiling http-body-util v0.1.3
15282026-05-08T07:42:27.001Z Compiling webpki-roots v1.0.6
15292026-05-08T07:42:27.126Z Compiling rand_chacha v0.3.1
15302026-05-08T07:42:27.142Z Compiling serde_spanned v0.6.9
15312026-05-08T07:42:27.230Z Compiling erased-serde v0.3.31
15322026-05-08T07:42:27.273Z Compiling serde_tokenstream v0.2.3
15332026-05-08T07:42:27.312Z Compiling toml_datetime v0.6.11
15342026-05-08T07:42:27.403Z Compiling darling_macro v0.21.3
15352026-05-08T07:42:27.578Z Compiling md-5 v0.10.6
15362026-05-08T07:42:27.593Z Compiling zerocopy-derive v0.7.35
15372026-05-08T07:42:27.733Z Compiling curve25519-dalek v4.1.3
15382026-05-08T07:42:27.748Z Compiling vergen-lib v0.1.6
15392026-05-08T07:42:27.890Z Compiling num-integer v0.1.46
15402026-05-08T07:42:27.938Z Compiling hash32 v0.2.1
15412026-05-08T07:42:28.009Z Compiling ff v0.13.1
15422026-05-08T07:42:28.092Z Compiling memoffset v0.9.1
15432026-05-08T07:42:28.135Z Compiling base16ct v0.2.0
15442026-05-08T07:42:28.152Z Compiling litrs v1.0.0
15452026-05-08T07:42:28.222Z Compiling iri-string v0.7.10
15462026-05-08T07:42:28.285Z Compiling rustix v0.38.44
15472026-05-08T07:42:28.316Z Compiling zlib-rs v0.6.2
15482026-05-08T07:42:28.482Z Compiling fallible-iterator v0.2.0
15492026-05-08T07:42:28.639Z Compiling cfg_aliases v0.2.1
15502026-05-08T07:42:28.668Z Compiling num-bigint-dig v0.8.6
15512026-05-08T07:42:28.716Z Compiling ref-cast v1.0.25
15522026-05-08T07:42:28.798Z Compiling smoltcp v0.9.1
15532026-05-08T07:42:28.858Z Compiling ryu v1.0.23
15542026-05-08T07:42:29.026Z Compiling psl-types v2.0.11
15552026-05-08T07:42:29.100Z Compiling serde_urlencoded v0.7.1
15562026-05-08T07:42:29.160Z Compiling publicsuffix v2.3.0
15572026-05-08T07:42:29.198Z Compiling postgres-protocol v0.6.10
15582026-05-08T07:42:29.337Z Compiling nix v0.31.2
15592026-05-08T07:42:29.355Z Compiling document-features v0.2.12
15602026-05-08T07:42:29.720Z Compiling tower-http v0.6.8
15612026-05-08T07:42:29.769Z Compiling zerocopy v0.7.35
15622026-05-08T07:42:29.852Z Compiling newtype-uuid v1.3.2
15632026-05-08T07:42:30.062Z Compiling sec1 v0.7.3
15642026-05-08T07:42:30.135Z Compiling group v0.13.0
15652026-05-08T07:42:30.196Z Compiling num-iter v0.1.45
15662026-05-08T07:42:30.354Z Compiling darling v0.21.3
15672026-05-08T07:42:30.404Z Compiling rand v0.8.5
15682026-05-08T07:42:30.452Z Compiling oxnet v0.1.5
15692026-05-08T07:42:30.786Z Compiling hubpack_derive v0.1.1
15702026-05-08T07:42:30.802Z Compiling derive_builder v0.20.2
15712026-05-08T07:42:30.874Z Compiling tokio-native-tls v0.3.1
15722026-05-08T07:42:30.932Z Compiling goblin v0.8.2
15732026-05-08T07:42:31.260Z Compiling flate2 v1.1.9
15742026-05-08T07:42:31.622Z Compiling regex v1.12.3
15752026-05-08T07:42:31.622Z Compiling phf_shared v0.13.1
15762026-05-08T07:42:31.708Z Compiling lazy_static v1.5.0
15772026-05-08T07:42:31.749Z Compiling cargo-platform v0.1.9
15782026-05-08T07:42:31.811Z Compiling hkdf v0.12.4
15792026-05-08T07:42:31.881Z Compiling crypto-bigint v0.5.5
15802026-05-08T07:42:31.987Z Compiling terminal_size v0.4.3
15812026-05-08T07:42:32.003Z Compiling ref-cast-impl v1.0.25
15822026-05-08T07:42:32.027Z Compiling daft-derive v0.1.5
15832026-05-08T07:42:32.097Z Compiling strum_macros v0.27.2
15842026-05-08T07:42:32.138Z Compiling async-trait v0.1.89
15852026-05-08T07:42:32.620Z Compiling curve25519-dalek-derive v0.1.1
15862026-05-08T07:42:32.845Z Compiling vergen v9.0.6
15872026-05-08T07:42:33.044Z Compiling fs-err v3.3.0
15882026-05-08T07:42:33.260Z Compiling ahash v0.8.12
15892026-05-08T07:42:33.286Z Compiling bumpalo v3.20.2
15902026-05-08T07:42:33.330Z Compiling winnow v0.5.40
15912026-05-08T07:42:33.476Z Compiling object v0.37.3
15922026-05-08T07:42:33.558Z Compiling libbz2-rs-sys v0.2.2
15932026-05-08T07:42:33.764Z Compiling bitflags v1.3.2
15942026-05-08T07:42:33.848Z Compiling foldhash v0.1.5
15952026-05-08T07:42:34.030Z Compiling managed v0.8.0
15962026-05-08T07:42:34.175Z Compiling unicode-segmentation v1.12.0
15972026-05-08T07:42:34.217Z Compiling foldhash v0.2.0
15982026-05-08T07:42:34.253Z Compiling strum v0.27.2
15992026-05-08T07:42:34.385Z Compiling hashbrown v0.16.1
16002026-05-08T07:42:34.436Z Compiling bzip2 v0.6.1
16012026-05-08T07:42:34.562Z Compiling hashbrown v0.15.5
16022026-05-08T07:42:34.648Z Compiling toml_edit v0.19.15
16032026-05-08T07:42:34.716Z Compiling clap_builder v4.5.60
16042026-05-08T07:42:34.845Z Compiling zopfli v0.8.3
16052026-05-08T07:42:35.030Z Compiling dof v0.3.0
16062026-05-08T07:42:35.249Z Compiling elliptic-curve v0.13.8
16072026-05-08T07:42:35.523Z Compiling daft v0.1.5
16082026-05-08T07:42:35.772Z Compiling cargo_metadata v0.19.2
16092026-05-08T07:42:35.794Z Compiling phf v0.13.1
16102026-05-08T07:42:35.970Z Compiling signal-hook-mio v0.2.5
16112026-05-08T07:42:36.101Z Compiling cookie_store v0.22.1
16122026-05-08T07:42:37.195Z Compiling hubpack v0.1.2
16132026-05-08T07:42:37.211Z Compiling zstd v0.13.3
16142026-05-08T07:42:37.452Z Compiling hyper-tls v0.6.0
16152026-05-08T07:42:37.456Z Compiling bzip2 v0.4.4
16162026-05-08T07:42:37.482Z Compiling serde_with_macros v3.17.0
16172026-05-08T07:42:37.699Z Compiling postgres-types v0.2.12
16182026-05-08T07:42:37.717Z Compiling usdt-macro v0.6.0
16192026-05-08T07:42:37.884Z Compiling usdt-attr-macro v0.6.0
16202026-05-08T07:42:38.191Z Compiling dtrace-parser v0.2.0
16212026-05-08T07:42:38.283Z Compiling ed25519 v2.2.3
16222026-05-08T07:42:38.492Z Compiling bstr v1.12.1
16232026-05-08T07:42:38.645Z Compiling phf_shared v0.11.3
16242026-05-08T07:42:38.708Z Compiling pkcs1 v0.7.5
16252026-05-08T07:42:38.762Z Compiling serde-big-array v0.5.1
16262026-05-08T07:42:38.832Z Compiling hex v0.4.3
16272026-05-08T07:42:38.908Z Compiling rfc6979 v0.4.0
16282026-05-08T07:42:38.949Z Compiling serde_repr v0.1.20
16292026-05-08T07:42:39.033Z Compiling strum_macros v0.26.4
16302026-05-08T07:42:39.108Z Compiling enum-as-inner v0.6.1
16312026-05-08T07:42:39.108Z Compiling clap_derive v4.5.55
16322026-05-08T07:42:39.151Z Compiling float-cmp v0.10.0
16332026-05-08T07:42:39.184Z Compiling memmap2 v0.9.10
16342026-05-08T07:42:39.298Z Compiling thread-id v4.2.2
16352026-05-08T07:42:39.387Z Compiling env_filter v1.0.0
16362026-05-08T07:42:39.400Z Compiling encoding_rs v0.8.35
16372026-05-08T07:42:39.476Z Compiling precomputed-hash v0.1.1
16382026-05-08T07:42:39.567Z Compiling normalize-line-endings v0.3.0
16392026-05-08T07:42:39.610Z Compiling jiff v0.2.21
16402026-05-08T07:42:39.665Z Compiling fixedbitset v0.5.7
16412026-05-08T07:42:39.689Z Compiling fixedbitset v0.4.2
16422026-05-08T07:42:39.910Z Compiling mime v0.3.17
16432026-05-08T07:42:39.973Z Compiling rustc-hash v2.1.1
16442026-05-08T07:42:40.098Z Compiling new_debug_unreachable v1.0.6
16452026-05-08T07:42:40.172Z Compiling data-encoding v2.10.0
16462026-05-08T07:42:40.172Z Compiling whoami v2.1.0
16472026-05-08T07:42:40.561Z Compiling static_assertions v1.1.0
16482026-05-08T07:42:40.642Z Compiling predicates-core v1.0.10
16492026-05-08T07:42:40.786Z Compiling either v1.15.0
16502026-05-08T07:42:40.827Z Compiling difflib v0.4.0
16512026-05-08T07:42:40.868Z Compiling keccak v0.1.6
16522026-05-08T07:42:40.897Z Compiling clap v4.5.60
16532026-05-08T07:42:40.912Z Compiling toml_edit v0.22.27
16542026-05-08T07:42:40.982Z Compiling itertools v0.13.0
16552026-05-08T07:42:40.997Z Compiling strum v0.26.3
16562026-05-08T07:42:41.130Z Compiling predicates v3.1.4
16572026-05-08T07:42:41.408Z Compiling sha3 v0.10.8
16582026-05-08T07:42:41.600Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16592026-05-08T07:42:41.689Z Compiling hickory-proto v0.25.2
16602026-05-08T07:42:41.791Z Compiling tokio-postgres v0.7.16
16612026-05-08T07:42:41.878Z Compiling string_cache v0.8.9
16622026-05-08T07:42:42.118Z Compiling iddqd v0.3.18
16632026-05-08T07:42:42.250Z Compiling zip v4.6.1
16642026-05-08T07:42:43.331Z Compiling petgraph v0.8.3
16652026-05-08T07:42:43.393Z Compiling petgraph v0.6.5
16662026-05-08T07:42:43.819Z Compiling env_logger v0.11.9
16672026-05-08T07:42:44.062Z Compiling usdt-impl v0.5.0
16682026-05-08T07:42:44.216Z Compiling usdt v0.6.0
16692026-05-08T07:42:44.272Z Compiling serde_with v3.17.0
16702026-05-08T07:42:44.511Z Compiling ecdsa v0.16.9
16712026-05-08T07:42:44.704Z Compiling rsa v0.9.10
16722026-05-08T07:42:44.721Z Compiling similar v2.7.0
16732026-05-08T07:42:44.948Z Compiling crossterm v0.28.1
16742026-05-08T07:42:45.059Z Compiling ed25519-dalek v2.2.0
16752026-05-08T07:42:45.672Z Compiling zip v0.6.6
16762026-05-08T07:42:46.121Z Compiling toml v0.7.8
16772026-05-08T07:42:46.545Z Compiling heck v0.4.1
16782026-05-08T07:42:46.622Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-05-08T07:42:46.764Z Compiling crossbeam-epoch v0.9.18
16802026-05-08T07:42:46.791Z Compiling tokio-stream v0.1.18
16812026-05-08T07:42:46.840Z Compiling buf-list v1.1.2
16822026-05-08T07:42:47.010Z Compiling x509-cert v0.2.5
16832026-05-08T07:42:47.092Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16842026-05-08T07:42:47.124Z Compiling openapiv3 v2.2.0
16852026-05-08T07:42:47.243Z Compiling sha1 v0.10.6
16862026-05-08T07:42:47.296Z Compiling toml_datetime v0.7.5+spec-1.1.0
16872026-05-08T07:42:47.437Z Compiling lalrpop-util v0.19.12
16882026-05-08T07:42:47.514Z Compiling peg-runtime v0.8.5
16892026-05-08T07:42:47.611Z Compiling thread_local v1.1.9
16902026-05-08T07:42:47.633Z Compiling slog-async v2.8.0
16912026-05-08T07:42:47.814Z Compiling crossbeam-channel v0.5.15
16922026-05-08T07:42:47.893Z Compiling futures-executor v0.3.32
16932026-05-08T07:42:47.983Z Compiling is-terminal v0.4.17
16942026-05-08T07:42:48.132Z Compiling filetime v0.2.27
16952026-05-08T07:42:48.208Z Compiling take_mut v0.2.2
16962026-05-08T07:42:48.208Z Compiling term v1.2.1
16972026-05-08T07:42:48.287Z Compiling xattr v1.6.1
16982026-05-08T07:42:48.315Z Compiling futures v0.3.32
16992026-05-08T07:42:48.429Z Compiling tar v0.4.45
17002026-05-08T07:42:48.857Z Compiling slog-term v2.9.2
17012026-05-08T07:42:57.386Z Compiling rustls-webpki v0.103.9
17022026-05-08T07:43:00.306Z Compiling tokio-rustls v0.26.4
17032026-05-08T07:43:00.306Z Compiling rustls-platform-verifier v0.6.2
17042026-05-08T07:43:00.518Z Compiling hyper-rustls v0.27.7
17052026-05-08T07:43:00.729Z Compiling reqwest v0.13.2
17062026-05-08T07:43:00.729Z Compiling reqwest v0.12.28
17072026-05-08T07:43:02.885Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17082026-05-08T07:43:03.102Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17092026-05-08T07:43:06.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17102026-05-08T07:43:06.304Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17112026-05-08T07:43:06.365ZMay 08 07:43:04.725 INFO Starting download, target: Cockroach
17122026-05-08T07:43:06.365ZMay 08 07:43:04.726 INFO Starting download, target: Clickhouse
17132026-05-08T07:43:06.365ZMay 08 07:43:04.726 INFO Starting download, target: Console
17142026-05-08T07:43:06.365ZMay 08 07:43:04.726 INFO Starting download, target: DendriteStub
17152026-05-08T07:43:06.365ZMay 08 07:43:04.726 INFO Starting download, target: MaghemiteMgd
17162026-05-08T07:43:06.365ZMay 08 07:43:04.726 INFO Starting download, target: MaghemiteDdmd
17172026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Starting download, target: TransceiverControl
17182026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17192026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17202026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17212026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17222026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17232026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17242026-05-08T07:43:06.368ZMay 08 07:43:04.726 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17252026-05-08T07:43:06.960ZMay 08 07:43:05.319 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17262026-05-08T07:43:07.169ZMay 08 07:43:05.529 INFO Download complete, target: TransceiverControl
17272026-05-08T07:43:07.365ZMay 08 07:43:05.722 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17282026-05-08T07:43:07.618ZMay 08 07:43:05.963 INFO Download complete, target: Console
17292026-05-08T07:43:08.190ZMay 08 07:43:06.541 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-05-08T07:43:08.202ZMay 08 07:43:06.542 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-05-08T07:43:08.407ZMay 08 07:43:06.766 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17322026-05-08T07:43:08.446ZMay 08 07:43:06.799 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17332026-05-08T07:43:08.869ZMay 08 07:43:07.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17342026-05-08T07:43:08.870ZMay 08 07:43:07.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17352026-05-08T07:43:10.349ZMay 08 07:43:08.710 INFO Download complete, target: MaghemiteDdmd
17362026-05-08T07:43:10.718ZMay 08 07:43:09.078 INFO Download complete, target: DendriteStub
17372026-05-08T07:43:10.840ZMay 08 07:43:09.201 INFO Download complete, target: MaghemiteMgd
17382026-05-08T07:43:13.734ZMay 08 07:43:12.095 INFO Checking that binary works, target: Cockroach
17392026-05-08T07:43:13.852ZMay 08 07:43:12.212 INFO Download complete, target: Cockroach
17402026-05-08T07:43:15.177ZMay 08 07:43:13.537 INFO Checking that binary works, target: Clickhouse
17412026-05-08T07:43:15.293ZMay 08 07:43:13.653 INFO Download complete, target: Clickhouse
17422026-05-08T07:43:15.308ZAll builder prerequisites installed successfully, and PATH looks valid
17432026-05-08T07:43:15.311Z
17442026-05-08T07:43:15.311Zreal 2:14.259290129
17452026-05-08T07:43:15.311Zuser 7:02.337755728
17462026-05-08T07:43:15.311Zsys 1:25.656618811
17472026-05-08T07:43:15.311Ztrap 0.232606296
17482026-05-08T07:43:15.311Ztflt 0.641504414
17492026-05-08T07:43:15.312Zdflt 0.503370616
17502026-05-08T07:43:15.312Zkflt 0.022556764
17512026-05-08T07:43:15.312Zlock 22:03.419293555
17522026-05-08T07:43:15.312Zslp 21:21.148355172
17532026-05-08T07:43:15.312Zlat 46.618800652
17542026-05-08T07:43:15.312Zstop 2:03.000958027
17552026-05-08T07:43:15.312Z+ banner hack-check
17562026-05-08T07:43:15.312Z
17572026-05-08T07:43:15.312Z # # ## #### # # #### # # ###### #### # #
17582026-05-08T07:43:15.312Z # # # # # # # # # # # # # # # # #
17592026-05-08T07:43:15.312Z ###### # # # #### ##### # ###### ##### # ####
17602026-05-08T07:43:15.312Z # # ###### # # # # # # # # # #
17612026-05-08T07:43:15.312Z # # # # # # # # # # # # # # # # #
17622026-05-08T07:43:15.312Z # # # # #### # # #### # # ###### #### # #
17632026-05-08T07:43:15.312Z
17642026-05-08T07:43:15.312Z+ export CARGO_INCREMENTAL=0
17652026-05-08T07:43:15.312Z+ CARGO_INCREMENTAL=0
17662026-05-08T07:43:15.312Z+ ptime -m timeout 2h cargo xtask check-features --ci
17672026-05-08T07:43:15.854Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17682026-05-08T07:43:16.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17692026-05-08T07:43:18.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s
17702026-05-08T07:43:18.109Z Running `target/debug/xtask check-features --ci`
17712026-05-08T07:43:18.136Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17722026-05-08T07:43:18.139Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17732026-05-08T07:43:18.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17742026-05-08T07:43:18.667Z Running `target/debug/xtask download cargo-hack`
17752026-05-08T07:43:19.485Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762026-05-08T07:43:19.820Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17772026-05-08T07:43:22.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s
17782026-05-08T07:43:22.637Z Running `target/debug/xtask-downloader cargo-hack`
17792026-05-08T07:43:22.680ZMay 08 07:43:21.041 INFO Starting download, target: CargoHack
17802026-05-08T07:43:22.684ZMay 08 07:43:21.041 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17812026-05-08T07:43:23.028ZMay 08 07:43:21.388 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17822026-05-08T07:43:23.076ZMay 08 07:43:21.437 INFO Download complete, target: CargoHack
17832026-05-08T07:43:23.079Zrunning: "/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"
17842026-05-08T07:43:23.092Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17852026-05-08T07:43:23.247Zinfo: running `cargo check --bins` on api_identity (1/274)
17862026-05-08T07:43:23.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17872026-05-08T07:43:23.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17882026-05-08T07:43:23.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17892026-05-08T07:43:23.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17902026-05-08T07:43:23.846Z
17912026-05-08T07:43:23.846Zinfo: running `cargo check --bins` on bootstore (2/274)
17922026-05-08T07:43:24.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17932026-05-08T07:43:24.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17942026-05-08T07:43:24.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17952026-05-08T07:43:24.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17962026-05-08T07:43:24.453Z
17972026-05-08T07:43:24.454Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
17982026-05-08T07:43:24.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17992026-05-08T07:43:24.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18002026-05-08T07:43:24.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18012026-05-08T07:43:24.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18022026-05-08T07:43:25.054Z
18032026-05-08T07:43:25.054Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18042026-05-08T07:43:25.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-08T07:43:25.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-08T07:43:25.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-08T07:43:25.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18082026-05-08T07:43:25.643Z
18092026-05-08T07:43:25.643Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18102026-05-08T07:43:26.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-08T07:43:26.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-08T07:43:26.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-08T07:43:26.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18142026-05-08T07:43:26.240Z
18152026-05-08T07:43:26.240Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18162026-05-08T07:43:26.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-08T07:43:26.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-08T07:43:26.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-08T07:43:26.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18202026-05-08T07:43:26.832Z
18212026-05-08T07:43:26.833Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18222026-05-08T07:43:27.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-08T07:43:27.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-08T07:43:27.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-08T07:43:27.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18262026-05-08T07:43:27.430Z
18272026-05-08T07:43:27.430Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18282026-05-08T07:43:27.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-08T07:43:27.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-08T07:43:27.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-08T07:43:27.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18322026-05-08T07:43:28.039Z
18332026-05-08T07:43:28.039Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18342026-05-08T07:43:28.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-08T07:43:28.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-08T07:43:28.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-08T07:43:28.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18382026-05-08T07:43:28.528Z
18392026-05-08T07:43:28.528Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18402026-05-08T07:43:28.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-08T07:43:28.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-08T07:43:28.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-08T07:43:28.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18442026-05-08T07:43:29.034Z
18452026-05-08T07:43:29.035Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18462026-05-08T07:43:29.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-08T07:43:29.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-08T07:43:29.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-08T07:43:29.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18502026-05-08T07:43:29.535Z
18512026-05-08T07:43:29.535Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18522026-05-08T07:43:29.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-08T07:43:29.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-08T07:43:29.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-08T07:43:29.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18562026-05-08T07:43:30.036Z
18572026-05-08T07:43:30.036Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18582026-05-08T07:43:30.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-08T07:43:30.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-08T07:43:30.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-08T07:43:30.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18622026-05-08T07:43:30.533Z
18632026-05-08T07:43:30.533Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
18642026-05-08T07:43:30.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-08T07:43:30.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-08T07:43:30.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-08T07:43:30.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18682026-05-08T07:43:31.036Z
18692026-05-08T07:43:31.036Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
18702026-05-08T07:43:31.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-08T07:43:31.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-08T07:43:31.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-08T07:43:31.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18742026-05-08T07:43:31.544Z
18752026-05-08T07:43:31.544Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
18762026-05-08T07:43:31.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-08T07:43:31.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-08T07:43:31.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-08T07:43:31.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18802026-05-08T07:43:32.054Z
18812026-05-08T07:43:32.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
18822026-05-08T07:43:32.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-08T07:43:32.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-08T07:43:32.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-08T07:43:32.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18862026-05-08T07:43:32.558Z
18872026-05-08T07:43:32.558Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
18882026-05-08T07:43:32.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-08T07:43:33.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-08T07:43:33.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-08T07:43:33.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18922026-05-08T07:43:33.063Z
18932026-05-08T07:43:33.063Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
18942026-05-08T07:43:33.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-08T07:43:33.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-08T07:43:33.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-08T07:43:33.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18982026-05-08T07:43:33.571Z
18992026-05-08T07:43:33.572Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19002026-05-08T07:43:34.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-08T07:43:34.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-08T07:43:34.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-08T07:43:34.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19042026-05-08T07:43:34.069Z
19052026-05-08T07:43:34.069Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19062026-05-08T07:43:34.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-08T07:43:34.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-08T07:43:34.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-08T07:43:34.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19102026-05-08T07:43:34.559Z
19112026-05-08T07:43:34.559Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19122026-05-08T07:43:34.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-08T07:43:34.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-08T07:43:34.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-08T07:43:34.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19162026-05-08T07:43:35.048Z
19172026-05-08T07:43:35.048Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19182026-05-08T07:43:35.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-08T07:43:35.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-08T07:43:35.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-08T07:43:35.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19222026-05-08T07:43:35.547Z
19232026-05-08T07:43:35.547Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19242026-05-08T07:43:35.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-08T07:43:35.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-08T07:43:35.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-08T07:43:35.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19282026-05-08T07:43:36.043Z
19292026-05-08T07:43:36.043Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19302026-05-08T07:43:36.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-08T07:43:36.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-08T07:43:36.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-08T07:43:36.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19342026-05-08T07:43:36.546Z
19352026-05-08T07:43:36.546Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19362026-05-08T07:43:36.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-08T07:43:36.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-08T07:43:36.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-08T07:43:36.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19402026-05-08T07:43:37.043Z
19412026-05-08T07:43:37.044Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19422026-05-08T07:43:37.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-08T07:43:37.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-08T07:43:37.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-08T07:43:37.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19462026-05-08T07:43:37.538Z
19472026-05-08T07:43:37.538Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19482026-05-08T07:43:37.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-08T07:43:37.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-08T07:43:37.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-08T07:43:37.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19522026-05-08T07:43:38.027Z
19532026-05-08T07:43:38.028Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19542026-05-08T07:43:38.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-08T07:43:38.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-08T07:43:38.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-08T07:43:38.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19582026-05-08T07:43:38.519Z
19592026-05-08T07:43:38.519Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19602026-05-08T07:43:38.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-08T07:43:38.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-08T07:43:38.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-08T07:43:38.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19642026-05-08T07:43:39.016Z
19652026-05-08T07:43:39.016Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
19662026-05-08T07:43:39.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-08T07:43:39.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-08T07:43:39.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-08T07:43:39.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19702026-05-08T07:43:39.515Z
19712026-05-08T07:43:39.515Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
19722026-05-08T07:43:39.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-08T07:43:39.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-08T07:43:39.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-08T07:43:39.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19762026-05-08T07:43:40.019Z
19772026-05-08T07:43:40.020Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
19782026-05-08T07:43:40.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-08T07:43:40.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-08T07:43:40.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-08T07:43:40.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19822026-05-08T07:43:40.537Z
19832026-05-08T07:43:40.537Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
19842026-05-08T07:43:40.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-08T07:43:40.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-08T07:43:40.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-08T07:43:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19882026-05-08T07:43:41.047Z
19892026-05-08T07:43:41.047Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
19902026-05-08T07:43:41.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-08T07:43:41.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-08T07:43:41.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-08T07:43:41.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19942026-05-08T07:43:41.565Z
19952026-05-08T07:43:41.566Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
19962026-05-08T07:43:42.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-08T07:43:42.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-08T07:43:42.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-08T07:43:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20002026-05-08T07:43:42.072Z
20012026-05-08T07:43:42.073Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20022026-05-08T07:43:42.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-08T07:43:42.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-08T07:43:42.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-08T07:43:42.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20062026-05-08T07:43:42.575Z
20072026-05-08T07:43:42.575Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20082026-05-08T07:43:43.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-08T07:43:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-08T07:43:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-08T07:43:43.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20122026-05-08T07:43:43.063Z
20132026-05-08T07:43:43.063Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20142026-05-08T07:43:43.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-08T07:43:43.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-08T07:43:43.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-08T07:43:43.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20182026-05-08T07:43:43.558Z
20192026-05-08T07:43:43.559Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20202026-05-08T07:43:43.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-08T07:43:43.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-08T07:43:43.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-08T07:43:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20242026-05-08T07:43:44.053Z
20252026-05-08T07:43:44.053Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20262026-05-08T07:43:44.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-08T07:43:44.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-08T07:43:44.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-08T07:43:44.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20302026-05-08T07:43:44.548Z
20312026-05-08T07:43:44.548Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20322026-05-08T07:43:44.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-08T07:43:44.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-08T07:43:44.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-08T07:43:44.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20362026-05-08T07:43:45.053Z
20372026-05-08T07:43:45.053Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20382026-05-08T07:43:45.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-08T07:43:45.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-08T07:43:45.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-08T07:43:45.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20422026-05-08T07:43:45.564Z
20432026-05-08T07:43:45.564Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20442026-05-08T07:43:46.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-08T07:43:46.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-08T07:43:46.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-08T07:43:46.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20482026-05-08T07:43:46.079Z
20492026-05-08T07:43:46.079Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20502026-05-08T07:43:46.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-08T07:43:46.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-08T07:43:46.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-08T07:43:46.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20542026-05-08T07:43:46.583Z
20552026-05-08T07:43:46.583Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20562026-05-08T07:43:47.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-08T07:43:47.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-08T07:43:47.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-08T07:43:47.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20602026-05-08T07:43:47.089Z
20612026-05-08T07:43:47.089Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20622026-05-08T07:43:47.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-08T07:43:47.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-08T07:43:47.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-08T07:43:47.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20662026-05-08T07:43:47.584Z
20672026-05-08T07:43:47.584Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
20682026-05-08T07:43:48.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-08T07:43:48.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-08T07:43:48.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-08T07:43:48.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20722026-05-08T07:43:48.065Z
20732026-05-08T07:43:48.066Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
20742026-05-08T07:43:48.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-08T07:43:48.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-08T07:43:48.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-08T07:43:48.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20782026-05-08T07:43:48.724Z
20792026-05-08T07:43:48.724Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
20802026-05-08T07:43:49.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-08T07:43:49.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-08T07:43:49.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-08T07:43:49.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20842026-05-08T07:43:49.383Z
20852026-05-08T07:43:49.383Zinfo: running `cargo check --bins` on nexus-config (51/274)
20862026-05-08T07:43:49.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-08T07:43:49.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-08T07:43:49.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-08T07:43:49.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20902026-05-08T07:43:50.034Z
20912026-05-08T07:43:50.035Zinfo: running `cargo check --bins` on nexus-types (52/274)
20922026-05-08T07:43:50.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-08T07:43:50.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-08T07:43:50.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-08T07:43:50.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20962026-05-08T07:43:50.680Z
20972026-05-08T07:43:50.680Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
20982026-05-08T07:43:51.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-08T07:43:51.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-08T07:43:51.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-08T07:43:51.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21022026-05-08T07:43:51.296Z
21032026-05-08T07:43:51.297Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21042026-05-08T07:43:51.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-08T07:43:51.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-08T07:43:51.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-08T07:43:51.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21082026-05-08T07:43:51.884Z
21092026-05-08T07:43:51.884Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21102026-05-08T07:43:52.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-08T07:43:52.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-08T07:43:52.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-08T07:43:52.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21142026-05-08T07:43:52.494Z
21152026-05-08T07:43:52.494Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21162026-05-08T07:43:53.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-08T07:43:53.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-08T07:43:53.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-08T07:43:53.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21202026-05-08T07:43:53.105Z
21212026-05-08T07:43:53.105Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21222026-05-08T07:43:53.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-08T07:43:53.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-08T07:43:53.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-08T07:43:53.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21262026-05-08T07:43:53.713Z
21272026-05-08T07:43:53.713Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21282026-05-08T07:43:54.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-08T07:43:54.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-08T07:43:54.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-08T07:43:54.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322026-05-08T07:43:54.323Z
21332026-05-08T07:43:54.323Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21342026-05-08T07:43:54.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-08T07:43:54.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-08T07:43:54.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-08T07:43:54.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-05-08T07:43:54.910Z
21392026-05-08T07:43:54.910Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21402026-05-08T07:43:55.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-08T07:43:55.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-08T07:43:55.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-08T07:43:55.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21442026-05-08T07:43:55.502Z
21452026-05-08T07:43:55.503Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21462026-05-08T07:43:56.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-08T07:43:56.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-08T07:43:56.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-08T07:43:56.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21502026-05-08T07:43:56.107Z
21512026-05-08T07:43:56.107Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21522026-05-08T07:43:56.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-08T07:43:56.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-08T07:43:56.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-08T07:43:56.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21562026-05-08T07:43:56.713Z
21572026-05-08T07:43:56.714Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21582026-05-08T07:43:57.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-08T07:43:57.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-08T07:43:57.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-08T07:43:57.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21622026-05-08T07:43:57.337Z
21632026-05-08T07:43:57.337Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
21642026-05-08T07:43:57.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-08T07:43:57.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-08T07:43:57.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-08T07:43:57.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21682026-05-08T07:43:57.966Z
21692026-05-08T07:43:57.966Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
21702026-05-08T07:43:58.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-08T07:43:58.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-08T07:43:58.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-08T07:43:58.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21742026-05-08T07:43:58.580Z
21752026-05-08T07:43:58.580Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
21762026-05-08T07:43:59.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-08T07:43:59.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-08T07:43:59.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-08T07:43:59.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21802026-05-08T07:43:59.214Z
21812026-05-08T07:43:59.214Zinfo: running `cargo check --bins` on ereport-types (67/274)
21822026-05-08T07:43:59.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-08T07:43:59.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-08T07:43:59.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-08T07:43:59.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21862026-05-08T07:43:59.867Z
21872026-05-08T07:43:59.867Zinfo: running `cargo check --bins` on gateway-client (68/274)
21882026-05-08T07:44:00.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-08T07:44:00.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-08T07:44:00.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-08T07:44:00.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21922026-05-08T07:44:00.510Z
21932026-05-08T07:44:00.511Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
21942026-05-08T07:44:01.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-08T07:44:01.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-08T07:44:01.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-08T07:44:01.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21982026-05-08T07:44:01.143Z
21992026-05-08T07:44:01.143Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22002026-05-08T07:44:01.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-08T07:44:01.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-08T07:44:01.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-08T07:44:01.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22042026-05-08T07:44:01.789Z
22052026-05-08T07:44:01.789Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22062026-05-08T07:44:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-08T07:44:02.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-08T07:44:02.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-08T07:44:02.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22102026-05-08T07:44:02.427Z
22112026-05-08T07:44:02.428Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22122026-05-08T07:44:02.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-08T07:44:02.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-08T07:44:02.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-08T07:44:02.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22162026-05-08T07:44:03.061Z
22172026-05-08T07:44:03.061Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22182026-05-08T07:44:03.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-08T07:44:03.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-08T07:44:03.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-08T07:44:03.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22222026-05-08T07:44:03.702Z
22232026-05-08T07:44:03.702Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22242026-05-08T07:44:04.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-08T07:44:04.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-08T07:44:04.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-08T07:44:04.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22282026-05-08T07:44:04.345Z
22292026-05-08T07:44:04.345Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22302026-05-08T07:44:04.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-08T07:44:04.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-08T07:44:04.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-08T07:44:04.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22342026-05-08T07:44:04.937Z
22352026-05-08T07:44:04.937Zinfo: running `cargo check --bins` on oxlog (76/274)
22362026-05-08T07:44:05.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-08T07:44:05.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-08T07:44:05.555Z Checking cfg-if v1.0.4
22392026-05-08T07:44:05.558Z Checking libc v0.2.185
22402026-05-08T07:44:05.558Z Checking serde_core v1.0.228
22412026-05-08T07:44:05.675Z Checking zeroize v1.8.2
22422026-05-08T07:44:05.683Z Checking memchr v2.8.0
22432026-05-08T07:44:05.692Z Checking log v0.4.29
22442026-05-08T07:44:05.701Z Checking smallvec v1.15.1
22452026-05-08T07:44:05.711Z Checking typenum v1.19.0
22462026-05-08T07:44:05.721Z Checking subtle v2.6.1
22472026-05-08T07:44:05.819Z Checking itoa v1.0.17
22482026-05-08T07:44:05.851Z Checking scopeguard v1.2.0
22492026-05-08T07:44:05.873Z Checking const-oid v0.9.6
22502026-05-08T07:44:05.885Z Checking stable_deref_trait v1.2.1
22512026-05-08T07:44:05.955Z Checking lock_api v0.4.14
22522026-05-08T07:44:05.969Z Checking portable-atomic v1.13.1
22532026-05-08T07:44:05.969Z Checking zerofrom v0.1.6
22542026-05-08T07:44:06.075Z Checking getrandom v0.2.17
22552026-05-08T07:44:06.075Z Checking errno v0.3.14
22562026-05-08T07:44:06.099Z Checking critical-section v1.2.0
22572026-05-08T07:44:06.156Z Checking yoke v0.8.1
22582026-05-08T07:44:06.194Z Checking parking_lot_core v0.9.12
22592026-05-08T07:44:06.198Z Checking signal-hook-registry v1.4.8
22602026-05-08T07:44:06.250Z Checking rand_core v0.6.4
22612026-05-08T07:44:06.255Z Checking generic-array v0.14.7
22622026-05-08T07:44:06.319Z Checking zerovec v0.11.5
22632026-05-08T07:44:06.366Z Checking once_cell v1.21.3
22642026-05-08T07:44:06.393Z Checking zerocopy v0.8.40
22652026-05-08T07:44:06.406Z Checking pin-project-lite v0.2.17
22662026-05-08T07:44:06.426Z Checking parking_lot v0.12.5
22672026-05-08T07:44:06.498Z Checking mio v1.2.0
22682026-05-08T07:44:06.537Z Checking socket2 v0.6.3
22692026-05-08T07:44:06.552Z Checking libm v0.2.16
22702026-05-08T07:44:06.616Z Checking zmij v1.0.21
22712026-05-08T07:44:06.696Z Checking crypto-common v0.1.7
22722026-05-08T07:44:06.760Z Checking block-buffer v0.10.4
22732026-05-08T07:44:06.775Z Checking tinystr v0.8.2
22742026-05-08T07:44:06.788Z Checking percent-encoding v2.3.2
22752026-05-08T07:44:06.820Z Checking equivalent v1.0.2
22762026-05-08T07:44:06.833Z Checking writeable v0.6.2
22772026-05-08T07:44:06.897Z Checking digest v0.10.7
22782026-05-08T07:44:06.910Z Checking futures-core v0.3.32
22792026-05-08T07:44:06.924Z Checking litemap v0.8.1
22802026-05-08T07:44:06.953Z Checking potential_utf v0.1.4
22812026-05-08T07:44:06.994Z Checking zerotrie v0.2.3
22822026-05-08T07:44:07.034Z Checking cpufeatures v0.2.17
22832026-05-08T07:44:07.084Z Checking icu_collections v2.1.1
22842026-05-08T07:44:07.096Z Checking icu_locale_core v2.1.1
22852026-05-08T07:44:07.100Z Checking hmac v0.12.1
22862026-05-08T07:44:07.121Z Checking block-padding v0.3.3
22872026-05-08T07:44:07.149Z Checking serde v1.0.228
22882026-05-08T07:44:07.239Z Checking bitflags v2.11.0
22892026-05-08T07:44:07.242Z Checking serde_json v1.0.149
22902026-05-08T07:44:07.263Z Checking icu_normalizer_data v2.1.1
22912026-05-08T07:44:07.266Z Checking num-traits v0.2.19
22922026-05-08T07:44:07.337Z Checking icu_properties_data v2.1.2
22932026-05-08T07:44:07.397Z Checking rand_core v0.10.0
22942026-05-08T07:44:07.410Z Checking hashbrown v0.17.0
22952026-05-08T07:44:07.469Z Checking futures-sink v0.3.32
22962026-05-08T07:44:07.544Z Checking getrandom v0.4.1
22972026-05-08T07:44:07.562Z Checking bytes v1.11.1
22982026-05-08T07:44:07.572Z Checking futures-channel v0.3.32
22992026-05-08T07:44:07.658Z Checking icu_provider v2.1.1
23002026-05-08T07:44:07.694Z Checking inout v0.1.4
23012026-05-08T07:44:07.767Z Checking slab v0.4.12
23022026-05-08T07:44:07.808Z Checking futures-io v0.3.32
23032026-05-08T07:44:07.835Z Checking futures-task v0.3.32
23042026-05-08T07:44:07.877Z Checking indexmap v2.14.0
23052026-05-08T07:44:07.893Z Checking icu_normalizer v2.1.1
23062026-05-08T07:44:07.922Z Checking icu_properties v2.1.2
23072026-05-08T07:44:07.925Z Checking cipher v0.4.4
23082026-05-08T07:44:07.946Z Checking sha2 v0.10.9
23092026-05-08T07:44:07.974Z Checking futures-util v0.3.32
23102026-05-08T07:44:08.004Z Checking tokio v1.52.1
23112026-05-08T07:44:08.135Z Checking getrandom v0.3.4
23122026-05-08T07:44:08.204Z Checking base64ct v1.8.3
23132026-05-08T07:44:08.219Z Checking utf8_iter v1.0.4
23142026-05-08T07:44:08.279Z Checking byteorder v1.5.0
23152026-05-08T07:44:08.342Z Checking form_urlencoded v1.2.2
23162026-05-08T07:44:08.433Z Checking pem-rfc7468 v0.7.0
23172026-05-08T07:44:08.447Z Checking flagset v0.4.7
23182026-05-08T07:44:08.470Z Checking fnv v1.0.7
23192026-05-08T07:44:08.482Z Checking rand_core v0.9.5
23202026-05-08T07:44:08.565Z Checking salsa20 v0.10.2
23212026-05-08T07:44:08.568Z Checking http v1.4.0
23222026-05-08T07:44:08.590Z Checking der v0.7.10
23232026-05-08T07:44:08.655Z Checking uuid v1.23.0
23242026-05-08T07:44:08.697Z Checking pbkdf2 v0.12.2
23252026-05-08T07:44:08.761Z Checking idna_adapter v1.2.1
23262026-05-08T07:44:08.809Z Checking scrypt v0.11.0
23272026-05-08T07:44:08.881Z Checking idna v1.1.0
23282026-05-08T07:44:08.949Z Checking aes v0.8.4
23292026-05-08T07:44:08.970Z Checking cbc v0.1.2
23302026-05-08T07:44:09.102Z Checking rustix v1.1.3
23312026-05-08T07:44:09.129Z Checking url v2.5.8
23322026-05-08T07:44:09.141Z Checking tracing-core v0.1.36
23332026-05-08T07:44:09.190Z Checking ppv-lite86 v0.2.21
23342026-05-08T07:44:09.323Z Checking spki v0.7.3
23352026-05-08T07:44:09.345Z Checking rustls-pki-types v1.14.0
23362026-05-08T07:44:09.439Z Checking iana-time-zone v0.1.65
23372026-05-08T07:44:09.483Z Checking rand_chacha v0.9.0
23382026-05-08T07:44:09.486Z Checking regex-syntax v0.8.10
23392026-05-08T07:44:09.547Z Checking chrono v0.4.44
23402026-05-08T07:44:09.561Z Checking pkcs5 v0.7.1
23412026-05-08T07:44:09.635Z Checking tracing v0.1.44
23422026-05-08T07:44:09.687Z Checking rand v0.9.2
23432026-05-08T07:44:09.816Z Checking http-body v1.0.1
23442026-05-08T07:44:09.839Z Checking aws-lc-sys v0.37.1
23452026-05-08T07:44:09.902Z Checking untrusted v0.9.0
23462026-05-08T07:44:09.947Z Checking openssl-probe v0.2.1
23472026-05-08T07:44:09.961Z Checking untrusted v0.7.1
23482026-05-08T07:44:10.014Z Checking base64 v0.22.1
23492026-05-08T07:44:10.056Z Checking ring v0.17.14
23502026-05-08T07:44:10.076Z Checking pkcs8 v0.10.2
23512026-05-08T07:44:10.172Z Checking tower-layer v0.3.3
23522026-05-08T07:44:10.263Z Checking plain v0.2.3
23532026-05-08T07:44:10.275Z Checking try-lock v0.2.5
23542026-05-08T07:44:10.328Z Checking tower-service v0.3.3
23552026-05-08T07:44:10.358Z Checking aws-lc-rs v1.16.0
23562026-05-08T07:44:10.371Z Checking atomic-waker v1.1.2
23572026-05-08T07:44:10.383Z Checking tinyvec_macros v0.1.1
23582026-05-08T07:44:10.415Z Checking want v0.3.1
23592026-05-08T07:44:10.431Z Checking ipnet v2.11.0
23602026-05-08T07:44:10.447Z Checking tinyvec v1.10.0
23612026-05-08T07:44:10.469Z Checking semver v1.0.28
23622026-05-08T07:44:10.541Z Checking httparse v1.10.1
23632026-05-08T07:44:10.685Z Checking spin v0.9.8
23642026-05-08T07:44:10.700Z Checking dyn-clone v1.0.20
23652026-05-08T07:44:10.762Z Checking ucd-trie v0.1.7
23662026-05-08T07:44:10.775Z Checking unicode-ident v1.0.24
23672026-05-08T07:44:10.805Z Checking httpdate v1.0.3
23682026-05-08T07:44:10.855Z Checking fastrand v2.3.0
23692026-05-08T07:44:10.876Z Checking foreign-types-shared v0.1.1
23702026-05-08T07:44:10.899Z Checking pin-utils v0.1.0
23712026-05-08T07:44:10.915Z Checking pest v2.8.6
23722026-05-08T07:44:10.961Z Checking foreign-types v0.3.2
23732026-05-08T07:44:10.975Z Checking proc-macro2 v1.0.106
23742026-05-08T07:44:10.975Z Checking schemars v0.8.22
23752026-05-08T07:44:11.036Z Checking openssl-sys v0.9.114
23762026-05-08T07:44:11.049Z Checking tempfile v3.25.0
23772026-05-08T07:44:11.120Z Checking thiserror v2.0.18
23782026-05-08T07:44:11.233Z Checking wait-timeout v0.2.1
23792026-05-08T07:44:11.262Z Checking aho-corasick v1.1.4
23802026-05-08T07:44:11.266Z Checking rustls-webpki v0.103.9
23812026-05-08T07:44:11.317Z Checking simd-adler32 v0.3.8
23822026-05-08T07:44:11.320Z Checking tokio-util v0.7.18
23832026-05-08T07:44:11.364Z Checking anstyle v1.0.13
23842026-05-08T07:44:11.504Z Checking quick-error v1.2.3
23852026-05-08T07:44:11.560Z Checking bit-vec v0.8.0
23862026-05-08T07:44:11.585Z Checking utf8parse v0.2.2
23872026-05-08T07:44:11.613Z Checking siphasher v1.0.2
23882026-05-08T07:44:11.695Z Checking pretty-hex v0.4.1
23892026-05-08T07:44:11.709Z Checking powerfmt v0.2.0
23902026-05-08T07:44:11.734Z Checking rustls v0.23.37
23912026-05-08T07:44:11.768Z Checking bit-set v0.8.0
23922026-05-08T07:44:11.782Z Checking anstyle-parse v0.2.7
23932026-05-08T07:44:11.822Z Checking rusty-fork v0.3.1
23942026-05-08T07:44:11.862Z Checking deranged v0.5.8
23952026-05-08T07:44:11.926Z Checking openssl v0.10.78
23962026-05-08T07:44:11.941Z Checking quote v1.0.45
23972026-05-08T07:44:11.983Z Checking h2 v0.4.13
23982026-05-08T07:44:12.005Z Checking regex-automata v0.4.14
23992026-05-08T07:44:12.020Z Compiling newtype-uuid v1.3.2
24002026-05-08T07:44:12.089Z Checking unicode-normalization v0.1.25
24012026-05-08T07:44:12.127Z Checking rustls-native-certs v0.8.3
24022026-05-08T07:44:12.214Z Checking crossbeam-utils v0.8.21
24032026-05-08T07:44:12.267Z Checking rand_xorshift v0.4.0
24042026-05-08T07:44:12.398Z Checking crc32fast v1.5.0
24052026-05-08T07:44:12.532Z Checking scroll v0.13.0
24062026-05-08T07:44:12.556Z Checking signature v2.2.0
24072026-05-08T07:44:12.580Z Checking sync_wrapper v1.0.2
24082026-05-08T07:44:12.693Z Checking num-conv v0.2.0
24092026-05-08T07:44:12.707Z Checking unicode-bidi v0.3.18
24102026-05-08T07:44:12.777Z Checking adler2 v2.0.1
24112026-05-08T07:44:12.823Z Checking num_threads v0.1.7
24122026-05-08T07:44:12.896Z Checking time-core v0.1.8
24132026-05-08T07:44:12.911Z Checking colorchoice v1.0.4
24142026-05-08T07:44:12.923Z Checking is_terminal_polyfill v1.70.2
24152026-05-08T07:44:13.014Z Checking unicode-properties v0.1.4
24162026-05-08T07:44:13.014Z Checking anstyle-query v1.1.5
24172026-05-08T07:44:13.041Z Checking unarray v0.1.4
24182026-05-08T07:44:13.054Z Checking allocator-api2 v0.2.21
24192026-05-08T07:44:13.129Z Checking anstream v0.6.21
24202026-05-08T07:44:13.153Z Checking proptest v1.10.0
24212026-05-08T07:44:13.222Z Checking stringprep v0.1.5
24222026-05-08T07:44:13.352Z Checking time v0.3.47
24232026-05-08T07:44:13.368Z Checking miniz_oxide v0.8.9
24242026-05-08T07:44:13.394Z Checking goblin v0.10.5
24252026-05-08T07:44:13.748Z Checking tower v0.5.3
24262026-05-08T07:44:14.006Z Checking crossbeam-epoch v0.9.18
24272026-05-08T07:44:14.138Z Checking native-tls v0.2.18
24282026-05-08T07:44:14.180Z Compiling daft v0.1.5
24292026-05-08T07:44:14.251Z Checking syn v2.0.117
24302026-05-08T07:44:14.323Z Checking tokio-rustls v0.26.4
24312026-05-08T07:44:14.337Z Checking ipnetwork v0.21.1
24322026-05-08T07:44:14.486Z Checking http-body-util v0.1.3
24332026-05-08T07:44:14.569Z Checking webpki-roots v1.0.6
24342026-05-08T07:44:14.583Z Checking rand_chacha v0.3.1
24352026-05-08T07:44:14.617Z Checking scroll v0.12.0
24362026-05-08T07:44:14.703Z Checking thiserror v1.0.69
24372026-05-08T07:44:14.735Z Checking zstd-sys v2.0.16+zstd.1.5.7
24382026-05-08T07:44:14.813Z Checking hash32 v0.2.1
24392026-05-08T07:44:14.816Z Checking num-integer v0.1.46
24402026-05-08T07:44:14.862Z Checking serde_spanned v0.6.9
24412026-05-08T07:44:14.874Z Checking toml_datetime v0.6.11
24422026-05-08T07:44:14.944Z Checking hyper v1.8.1
24432026-05-08T07:44:14.990Z Checking md-5 v0.10.6
24442026-05-08T07:44:15.004Z Checking ff v0.13.1
24452026-05-08T07:44:15.073Z Checking fallible-iterator v0.2.0
24462026-05-08T07:44:15.086Z Checking base16ct v0.2.0
24472026-05-08T07:44:15.118Z Checking psl-types v2.0.11
24482026-05-08T07:44:15.137Z Checking iri-string v0.7.10
24492026-05-08T07:44:15.150Z Checking ryu v1.0.23
24502026-05-08T07:44:15.219Z Checking zlib-rs v0.6.2
24512026-05-08T07:44:15.245Z Checking publicsuffix v2.3.0
24522026-05-08T07:44:15.297Z Checking serde_urlencoded v0.7.1
24532026-05-08T07:44:15.370Z Checking postgres-protocol v0.6.10
24542026-05-08T07:44:15.417Z Checking sec1 v0.7.3
24552026-05-08T07:44:15.523Z Checking group v0.13.0
24562026-05-08T07:44:15.686Z Compiling iddqd v0.3.18
24572026-05-08T07:44:15.703Z Checking num-iter v0.1.45
24582026-05-08T07:44:15.806Z Checking heapless v0.7.17
24592026-05-08T07:44:15.825Z Checking goblin v0.8.2
24602026-05-08T07:44:15.962Z Checking hyper-util v0.1.20
24612026-05-08T07:44:15.989Z Checking dof v0.4.0
24622026-05-08T07:44:16.189Z Checking flate2 v1.1.9
24632026-05-08T07:44:16.266Z Checking zstd-safe v7.2.4
24642026-05-08T07:44:16.299Z Checking tower-http v0.6.8
24652026-05-08T07:44:16.455Z Checking rand v0.8.5
24662026-05-08T07:44:16.512Z Checking cookie v0.18.1
24672026-05-08T07:44:16.601Z Checking oxnet v0.1.5
24682026-05-08T07:44:16.680Z Checking tokio-native-tls v0.3.1
24692026-05-08T07:44:16.764Z Checking dtrace-parser v0.3.0
24702026-05-08T07:44:16.785Z Checking phf_shared v0.13.1
24712026-05-08T07:44:16.854Z Checking lazy_static v1.5.0
24722026-05-08T07:44:16.868Z Checking terminal_size v0.4.3
24732026-05-08T07:44:16.945Z Checking zerocopy v0.7.35
24742026-05-08T07:44:16.960Z Checking bzip2-sys v0.1.13+1.0.8
24752026-05-08T07:44:16.992Z Checking signal-hook v0.3.18
24762026-05-08T07:44:17.019Z Checking hkdf v0.12.4
24772026-05-08T07:44:17.019Z Checking crypto-bigint v0.5.5
24782026-05-08T07:44:17.046Z Checking thread-id v5.1.0
24792026-05-08T07:44:17.060Z Checking clap_lex v1.0.0
24802026-05-08T07:44:17.135Z Checking foldhash v0.1.5
24812026-05-08T07:44:17.162Z Checking strsim v0.11.1
24822026-05-08T07:44:17.214Z Checking foldhash v0.2.0
24832026-05-08T07:44:17.230Z Checking libbz2-rs-sys v0.2.2
24842026-05-08T07:44:17.284Z Checking bitflags v1.3.2
24852026-05-08T07:44:17.341Z Checking managed v0.8.0
24862026-05-08T07:44:17.358Z Checking hyper-rustls v0.27.7
24872026-05-08T07:44:17.371Z Checking winnow v0.5.40
24882026-05-08T07:44:17.384Z Checking winnow v0.7.14
24892026-05-08T07:44:17.507Z Compiling rayon-core v1.13.0
24902026-05-08T07:44:17.546Z Checking either v1.15.0
24912026-05-08T07:44:17.587Z Checking bumpalo v3.20.2
24922026-05-08T07:44:17.665Z Checking bzip2 v0.6.1
24932026-05-08T07:44:17.733Z Checking smoltcp v0.9.1
24942026-05-08T07:44:17.756Z Checking hashbrown v0.16.1
24952026-05-08T07:44:17.814Z Checking zopfli v0.8.3
24962026-05-08T07:44:17.852Z Checking hyper-tls v0.6.0
24972026-05-08T07:44:17.983Z Checking dof v0.3.0
24982026-05-08T07:44:18.041Z Checking elliptic-curve v0.13.8
24992026-05-08T07:44:18.056Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25002026-05-08T07:44:18.179Z Checking clap_builder v4.5.60
25012026-05-08T07:44:18.258Z Checking hashbrown v0.15.5
25022026-05-08T07:44:18.297Z Checking signal-hook-mio v0.2.5
25032026-05-08T07:44:18.311Z Checking usdt-impl v0.6.0
25042026-05-08T07:44:18.385Z Checking bzip2 v0.4.4
25052026-05-08T07:44:18.402Z Checking num-bigint-dig v0.8.6
25062026-05-08T07:44:18.416Z Checking phf v0.13.1
25072026-05-08T07:44:18.586Z Checking cookie_store v0.22.1
25082026-05-08T07:44:18.621Z Checking zstd v0.13.3
25092026-05-08T07:44:18.675Z Checking toml_edit v0.19.15
25102026-05-08T07:44:18.728Z Checking postgres-types v0.2.12
25112026-05-08T07:44:18.783Z Checking dtrace-parser v0.2.0
25122026-05-08T07:44:18.831Z Checking rustls-platform-verifier v0.6.2
25132026-05-08T07:44:18.847Z Checking crossbeam-deque v0.8.6
25142026-05-08T07:44:18.945Z Checking bstr v1.12.1
25152026-05-08T07:44:18.983Z Checking regex v1.12.3
25162026-05-08T07:44:19.036Z Checking ed25519 v2.2.3
25172026-05-08T07:44:19.036Z Checking phf_shared v0.11.3
25182026-05-08T07:44:19.067Z Checking curve25519-dalek v4.1.3
25192026-05-08T07:44:19.195Z Checking ref-cast v1.0.25
25202026-05-08T07:44:19.247Z Checking strum v0.27.2
25212026-05-08T07:44:19.279Z Checking hubpack v0.1.2
25222026-05-08T07:44:19.298Z Checking memoffset v0.9.1
25232026-05-08T07:44:19.311Z Checking rustix v0.38.44
25242026-05-08T07:44:19.361Z Checking pkcs1 v0.7.5
25252026-05-08T07:44:19.374Z Checking float-cmp v0.10.0
25262026-05-08T07:44:19.386Z Checking serde-big-array v0.5.1
25272026-05-08T07:44:19.453Z Checking hex v0.4.3
25282026-05-08T07:44:19.505Z Checking erased-serde v0.3.31
25292026-05-08T07:44:19.521Z Checking rfc6979 v0.4.0
25302026-05-08T07:44:19.536Z Checking memmap2 v0.9.10
25312026-05-08T07:44:19.574Z Checking thread-id v4.2.2
25322026-05-08T07:44:19.644Z Checking env_filter v1.0.0
25332026-05-08T07:44:19.657Z Checking encoding_rs v0.8.35
25342026-05-08T07:44:19.683Z Checking fixedbitset v0.5.7
25352026-05-08T07:44:19.698Z Checking toml_write v0.1.2
25362026-05-08T07:44:19.784Z Checking static_assertions v1.1.0
25372026-05-08T07:44:19.797Z Checking precomputed-hash v0.1.1
25382026-05-08T07:44:19.859Z Checking data-encoding v2.10.0
25392026-05-08T07:44:19.871Z Checking jiff v0.2.21
25402026-05-08T07:44:19.881Z Checking mime v0.3.17
25412026-05-08T07:44:19.885Z Checking rustc-hash v2.1.1
25422026-05-08T07:44:19.885Z Checking whoami v2.1.0
25432026-05-08T07:44:19.913Z Checking fixedbitset v0.4.2
25442026-05-08T07:44:20.006Z Checking predicates-core v1.0.10
25452026-05-08T07:44:20.056Z Checking keccak v0.1.6
25462026-05-08T07:44:20.068Z Checking new_debug_unreachable v1.0.6
25472026-05-08T07:44:20.102Z Checking unicode-segmentation v1.12.0
25482026-05-08T07:44:20.134Z Checking normalize-line-endings v0.3.0
25492026-05-08T07:44:20.138Z Checking difflib v0.4.0
25502026-05-08T07:44:20.138Z Checking hickory-proto v0.25.2
25512026-05-08T07:44:20.170Z Checking crossterm v0.28.1
25522026-05-08T07:44:20.227Z Checking sha3 v0.10.8
25532026-05-08T07:44:20.240Z Checking string_cache v0.8.9
25542026-05-08T07:44:20.324Z Checking predicates v3.1.4
25552026-05-08T07:44:20.415Z Checking tokio-postgres v0.7.16
25562026-05-08T07:44:20.429Z Checking similar v2.7.0
25572026-05-08T07:44:20.442Z Checking petgraph v0.6.5
25582026-05-08T07:44:20.657Z Checking reqwest v0.12.28
25592026-05-08T07:44:20.836Z Checking slog v2.8.2
25602026-05-08T07:44:20.937Z Checking ed25519-dalek v2.2.0
25612026-05-08T07:44:21.123Z Checking petgraph v0.8.3
25622026-05-08T07:44:21.189Z Checking toml_edit v0.22.27
25632026-05-08T07:44:21.554Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25642026-05-08T07:44:21.568Z Checking env_logger v0.11.9
25652026-05-08T07:44:21.755Z Checking toml v0.7.8
25662026-05-08T07:44:21.769Z Checking usdt v0.6.0
25672026-05-08T07:44:21.772Z Checking serde_with v3.17.0
25682026-05-08T07:44:21.941Z Checking usdt-impl v0.5.0
25692026-05-08T07:44:22.084Z Checking ecdsa v0.16.9
25702026-05-08T07:44:22.232Z Checking zip v4.6.1
25712026-05-08T07:44:22.246Z Checking rsa v0.9.10
25722026-05-08T07:44:22.296Z Checking clap v4.5.60
25732026-05-08T07:44:22.379Z Checking nix v0.31.2
25742026-05-08T07:44:22.709Z Checking reqwest v0.13.2
25752026-05-08T07:44:22.739Z Checking toml_parser v1.0.9+spec-1.1.0
25762026-05-08T07:44:22.752Z Checking zip v0.6.6
25772026-05-08T07:44:22.824Z Checking itertools v0.13.0
25782026-05-08T07:44:23.035Z Checking strum v0.26.3
25792026-05-08T07:44:23.059Z Checking tokio-stream v0.1.18
25802026-05-08T07:44:23.078Z Checking fs-err v3.3.0
25812026-05-08T07:44:23.147Z Checking ahash v0.8.12
25822026-05-08T07:44:23.200Z Checking object v0.37.3
25832026-05-08T07:44:23.345Z Checking buf-list v1.1.2
25842026-05-08T07:44:23.383Z Checking camino v1.2.2
25852026-05-08T07:44:23.384Z Checking anyhow v1.0.102
25862026-05-08T07:44:23.446Z Checking x509-cert v0.2.5
25872026-05-08T07:44:23.531Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25882026-05-08T07:44:23.560Z Checking openapiv3 v2.2.0
25892026-05-08T07:44:23.599Z Checking toml_datetime v0.7.5+spec-1.1.0
25902026-05-08T07:44:23.639Z Checking sha1 v0.10.6
25912026-05-08T07:44:23.798Z Checking lalrpop-util v0.19.12
25922026-05-08T07:44:23.798Z Checking peg-runtime v0.8.5
25932026-05-08T07:44:23.822Z Checking rayon v1.11.0
25942026-05-08T07:44:23.860Z Checking sigpipe v0.1.3
25952026-05-08T07:44:23.872Z Checking glob v0.3.3
25962026-05-08T07:44:25.461Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25972026-05-08T07:44:25.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.81s
25982026-05-08T07:44:25.934Z
25992026-05-08T07:44:25.934Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26002026-05-08T07:44:26.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012026-05-08T07:44:26.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022026-05-08T07:44:26.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032026-05-08T07:44:26.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26042026-05-08T07:44:26.566Z
26052026-05-08T07:44:26.566Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26062026-05-08T07:44:27.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072026-05-08T07:44:27.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082026-05-08T07:44:27.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092026-05-08T07:44:27.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26102026-05-08T07:44:27.181Z
26112026-05-08T07:44:27.181Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26122026-05-08T07:44:27.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132026-05-08T07:44:27.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142026-05-08T07:44:27.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152026-05-08T07:44:27.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26162026-05-08T07:44:27.814Z
26172026-05-08T07:44:27.814Zinfo: running `cargo check --bins` on oxql-types (80/274)
26182026-05-08T07:44:28.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-05-08T07:44:28.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-05-08T07:44:28.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-05-08T07:44:28.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26222026-05-08T07:44:28.428Z
26232026-05-08T07:44:28.428Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26242026-05-08T07:44:28.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-05-08T07:44:28.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-05-08T07:44:28.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-05-08T07:44:28.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26282026-05-08T07:44:29.040Z
26292026-05-08T07:44:29.040Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26302026-05-08T07:44:29.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-08T07:44:29.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-08T07:44:29.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-08T07:44:29.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26342026-05-08T07:44:29.649Z
26352026-05-08T07:44:29.649Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26362026-05-08T07:44:30.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-08T07:44:30.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-08T07:44:30.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-08T07:44:30.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26402026-05-08T07:44:30.238Z
26412026-05-08T07:44:30.238Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26422026-05-08T07:44:30.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-08T07:44:30.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-08T07:44:30.939Z Compiling structmeta-derive v0.3.0
26452026-05-08T07:44:31.055Z Compiling rustls v0.22.4
26462026-05-08T07:44:31.065Z Compiling multer v3.1.0
26472026-05-08T07:44:31.074Z Compiling async-stream-impl v0.3.6
26482026-05-08T07:44:31.077Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26492026-05-08T07:44:31.095Z Compiling dropshot v0.17.0
26502026-05-08T07:44:31.111Z Compiling newtype-uuid-macros v0.1.0
26512026-05-08T07:44:31.111Z Compiling dropshot_endpoint v0.17.0
26522026-05-08T07:44:31.237Z Checking newtype-uuid v1.3.2
26532026-05-08T07:44:31.302Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26542026-05-08T07:44:31.340Z Checking rustls-webpki v0.102.8
26552026-05-08T07:44:31.440Z Checking daft v0.1.5
26562026-05-08T07:44:31.468Z Checking futures-executor v0.3.32
26572026-05-08T07:44:31.625Z Checking thread_local v1.1.9
26582026-05-08T07:44:31.664Z Checking compression-core v0.4.31
26592026-05-08T07:44:31.689Z Checking match_cfg v0.1.0
26602026-05-08T07:44:31.710Z Checking iddqd v0.3.18
26612026-05-08T07:44:31.769Z Checking hostname v0.3.1
26622026-05-08T07:44:31.794Z Checking compression-codecs v0.4.37
26632026-05-08T07:44:31.810Z Checking futures v0.3.32
26642026-05-08T07:44:31.868Z Checking crossbeam-channel v0.5.15
26652026-05-08T07:44:31.888Z Checking slog-json v2.6.1
26662026-05-08T07:44:31.904Z Checking serde_spanned v1.0.4
26672026-05-08T07:44:31.969Z Checking toml_datetime v1.0.0+spec-1.1.0
26682026-05-08T07:44:32.041Z Checking is-terminal v0.4.17
26692026-05-08T07:44:32.055Z Checking take_mut v0.2.2
26702026-05-08T07:44:32.130Z Compiling structmeta v0.3.0
26712026-05-08T07:44:32.143Z Checking term v1.2.1
26722026-05-08T07:44:32.162Z Checking toml_writer v1.0.6+spec-1.1.0
26732026-05-08T07:44:32.180Z Checking debug-ignore v1.0.5
26742026-05-08T07:44:32.207Z Checking slog-async v2.8.0
26752026-05-08T07:44:32.285Z Checking slog-bunyan v2.5.0
26762026-05-08T07:44:32.349Z Compiling derive-ex v0.1.8
26772026-05-08T07:44:32.349Z Compiling parse-display-derive v0.10.0
26782026-05-08T07:44:32.376Z Checking slog-term v2.9.2
26792026-05-08T07:44:32.390Z Checking toml v1.0.6+spec-1.1.0
26802026-05-08T07:44:32.405Z Checking async-compression v0.4.41
26812026-05-08T07:44:32.600Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26822026-05-08T07:44:32.644Z Checking async-stream v0.3.6
26832026-05-08T07:44:32.665Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26842026-05-08T07:44:32.682Z Checking progenitor-client v0.14.0
26852026-05-08T07:44:32.779Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
26862026-05-08T07:44:32.928Z Checking waitgroup v0.1.2
26872026-05-08T07:44:32.943Z Checking backon v1.6.0
26882026-05-08T07:44:32.957Z Checking rustls-pemfile v2.2.0
26892026-05-08T07:44:33.028Z Checking serde_path_to_error v0.1.20
26902026-05-08T07:44:33.042Z Checking hostname v0.4.2
26912026-05-08T07:44:33.109Z Checking instant v0.1.13
26922026-05-08T07:44:33.216Z Checking backoff v0.4.0
26932026-05-08T07:44:33.288Z Checking tokio-rustls v0.25.0
26942026-05-08T07:44:33.315Z Checking progenitor-extras v0.2.0
26952026-05-08T07:44:33.350Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26962026-05-08T07:44:33.407Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26972026-05-08T07:44:33.584Z Checking progenitor-client v0.10.0
26982026-05-08T07:44:33.601Z Checking itertools v0.14.0
26992026-05-08T07:44:33.809Z Checking regress v0.10.5
27002026-05-08T07:44:33.824Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27012026-05-08T07:44:34.075Z Checking macaddr v1.0.1
27022026-05-08T07:44:34.167Z Checking parse-display v0.10.0
27032026-05-08T07:44:34.170Z Compiling test-strategy v0.4.5
27042026-05-08T07:44:35.583Z Compiling prettyplease v0.2.37
27052026-05-08T07:44:35.833Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27062026-05-08T07:44:36.044Z Checking num-rational v0.4.2
27072026-05-08T07:44:36.304Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27082026-05-08T07:44:36.660Z Checking num-complex v0.4.6
27092026-05-08T07:44:37.318Z Checking num v0.4.3
27102026-05-08T07:44:37.403Z Compiling usdt-macro v0.5.0
27112026-05-08T07:44:37.462Z Compiling usdt-attr-macro v0.5.0
27122026-05-08T07:44:37.478Z Checking memmap v0.7.0
27132026-05-08T07:44:37.519Z Compiling float-ord v0.3.2
27142026-05-08T07:44:37.653Z Checking unicode-width v0.2.0
27152026-05-08T07:44:37.656Z Compiling convert_case v0.4.0
27162026-05-08T07:44:37.936Z Checking console v0.15.11
27172026-05-08T07:44:38.093Z Compiling derive_more v0.99.20
27182026-05-08T07:44:38.215Z Checking newline-converter v0.3.0
27192026-05-08T07:44:38.248Z Checking atomicwrites v0.4.4
27202026-05-08T07:44:38.316Z Checking usdt v0.5.0
27212026-05-08T07:44:38.338Z Compiling toml v0.8.23
27222026-05-08T07:44:38.389Z Checking linked-hash-map v0.5.6
27232026-05-08T07:44:38.498Z Compiling minimal-lexical v0.2.1
27242026-05-08T07:44:38.572Z Checking lru-cache v0.1.2
27252026-05-08T07:44:38.704Z Compiling nom v7.1.3
27262026-05-08T07:44:38.777Z Checking expectorate v1.2.0
27272026-05-08T07:44:39.347Z Checking camino-tempfile v1.4.1
27282026-05-08T07:44:39.527Z Checking hickory-proto v0.24.4
27292026-05-08T07:44:39.532Z Checking phf_shared v0.12.1
27302026-05-08T07:44:39.693Z Compiling slog-dtrace v0.3.0
27312026-05-08T07:44:39.774Z Compiling chrono-tz v0.10.4
27322026-05-08T07:44:39.899Z Checking heck v0.5.0
27332026-05-08T07:44:39.969Z Checking resolv-conf v0.7.6
27342026-05-08T07:44:40.038Z Compiling const_format_proc_macros v0.2.34
27352026-05-08T07:44:40.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27362026-05-08T07:44:40.254Z Checking phf v0.12.1
27372026-05-08T07:44:40.275Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27382026-05-08T07:44:40.419Z Checking tokio-dtrace v0.1.1
27392026-05-08T07:44:40.626Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27402026-05-08T07:44:40.668Z Compiling derive-where v1.6.0
27412026-05-08T07:44:40.831Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27422026-05-08T07:44:40.956Z Checking highway v1.3.0
27432026-05-08T07:44:41.250Z Checking const_format v0.2.35
27442026-05-08T07:44:41.508Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27452026-05-08T07:44:41.544Z Checking hickory-resolver v0.24.4
27462026-05-08T07:44:41.704Z Checking oxide-tokio-rt v0.1.4
27472026-05-08T07:44:42.002Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27482026-05-08T07:44:42.110Z Checking gethostname v0.5.0
27492026-05-08T07:44:42.167Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27502026-05-08T07:44:42.200Z Checking bcs v0.1.6
27512026-05-08T07:44:42.215Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27522026-05-08T07:44:42.265Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27532026-05-08T07:44:42.318Z Checking qorb v0.4.1
27542026-05-08T07:44:42.369Z Compiling async-recursion v1.1.1
27552026-05-08T07:44:42.433Z Checking termtree v0.5.1
27562026-05-08T07:44:45.872Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27572026-05-08T07:44:48.495Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27582026-05-08T07:44:50.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.49s
27592026-05-08T07:44:50.928Z
27602026-05-08T07:44:50.928Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27612026-05-08T07:44:51.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-05-08T07:44:51.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-05-08T07:44:51.656Z Compiling ar_archive_writer v0.5.1
27642026-05-08T07:44:51.770Z Compiling stacker v0.1.23
27652026-05-08T07:44:51.775Z Compiling cfg_aliases v0.1.1
27662026-05-08T07:44:51.782Z Compiling convert_case v0.10.0
27672026-05-08T07:44:51.787Z Checking unicode-width v0.1.14
27682026-05-08T07:44:51.795Z Compiling proc-macro-error v1.0.4
27692026-05-08T07:44:51.806Z Checking fd-lock v4.0.4
27702026-05-08T07:44:51.806Z Checking nibble_vec v0.1.0
27712026-05-08T07:44:51.832Z Compiling nix v0.28.0
27722026-05-08T07:44:51.930Z Checking vte v0.14.1
27732026-05-08T07:44:51.942Z Compiling recursive-proc-macro-impl v0.1.1
27742026-05-08T07:44:52.028Z Checking endian-type v0.1.2
27752026-05-08T07:44:52.041Z Checking bytecount v0.6.9
27762026-05-08T07:44:52.083Z Compiling derive_more-impl v2.1.1
27772026-05-08T07:44:52.086Z Checking strip-ansi-escapes v0.2.1
27782026-05-08T07:44:52.109Z Compiling tabled_derive v0.7.0
27792026-05-08T07:44:52.138Z Checking papergrid v0.11.0
27802026-05-08T07:44:52.154Z Checking radix_trie v0.2.1
27812026-05-08T07:44:52.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27822026-05-08T07:44:52.347Z Compiling peg-macros v0.8.5
27832026-05-08T07:44:52.362Z Checking winnow v0.6.26
27842026-05-08T07:44:52.606Z Compiling psm v0.1.30
27852026-05-08T07:44:52.666Z Compiling sqlparser_derive v0.5.0
27862026-05-08T07:44:52.771Z Checking home v0.5.12
27872026-05-08T07:44:52.916Z Checking derive_more v2.1.1
27882026-05-08T07:44:52.930Z Checking unicode_categories v0.1.1
27892026-05-08T07:44:52.998Z Checking nu-ansi-term v0.50.3
27902026-05-08T07:44:53.080Z Checking tabled v0.15.0
27912026-05-08T07:44:53.093Z Checking crossterm v0.29.0
27922026-05-08T07:44:53.158Z Checking rustyline v14.0.0
27932026-05-08T07:44:53.216Z Checking reedline v0.40.0
27942026-05-08T07:44:53.403Z Checking recursive v0.1.1
27952026-05-08T07:44:53.466Z Checking display-error-chain v0.2.2
27962026-05-08T07:44:53.505Z Checking sqlparser v0.61.0
27972026-05-08T07:44:53.518Z Checking sqlformat v0.3.5
27982026-05-08T07:44:53.735Z Checking peg v0.8.5
27992026-05-08T07:45:05.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s
28002026-05-08T07:45:05.272Z
28012026-05-08T07:45:05.272Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28022026-05-08T07:45:05.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28032026-05-08T07:45:05.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28042026-05-08T07:45:05.998Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-05-08T07:45:09.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
28062026-05-08T07:45:09.752Z
28072026-05-08T07:45:09.752Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28082026-05-08T07:45:10.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28092026-05-08T07:45:10.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28102026-05-08T07:45:10.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28112026-05-08T07:45:12.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28122026-05-08T07:45:13.173Z
28132026-05-08T07:45:13.173Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28142026-05-08T07:45:13.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28152026-05-08T07:45:13.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28162026-05-08T07:45:13.854Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28172026-05-08T07:45:17.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28182026-05-08T07:45:17.309Z
28192026-05-08T07:45:17.309Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28202026-05-08T07:45:17.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-08T07:45:17.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-08T07:45:18.005Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-08T07:45:21.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28242026-05-08T07:45:21.542Z
28252026-05-08T07:45:21.542Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28262026-05-08T07:45:22.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-08T07:45:22.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-08T07:45:22.247Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-08T07:45:24.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
28302026-05-08T07:45:25.115Z
28312026-05-08T07:45:25.115Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28322026-05-08T07:45:25.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-08T07:45:25.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-08T07:45:25.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-08T07:45:28.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
28362026-05-08T07:45:28.809Z
28372026-05-08T07:45:28.809Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28382026-05-08T07:45:29.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-08T07:45:29.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-08T07:45:29.512Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-08T07:45:32.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
28422026-05-08T07:45:33.157Z
28432026-05-08T07:45:33.157Zinfo: running `cargo check --bins` on oximeter (93/274)
28442026-05-08T07:45:33.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-08T07:45:33.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-08T07:45:33.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28472026-05-08T07:45:33.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28482026-05-08T07:45:33.762Z
28492026-05-08T07:45:33.762Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28502026-05-08T07:45:34.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-08T07:45:34.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-08T07:45:34.402Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-05-08T07:45:34.566Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28542026-05-08T07:45:34.569Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28552026-05-08T07:45:34.914Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28562026-05-08T07:45:37.922Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28572026-05-08T07:45:39.168Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28582026-05-08T07:45:39.342Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592026-05-08T07:45:40.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
28602026-05-08T07:45:40.241Z
28612026-05-08T07:45:40.241Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28622026-05-08T07:45:40.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-08T07:45:40.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-08T07:45:40.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-08T07:45:40.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28662026-05-08T07:45:40.861Z
28672026-05-08T07:45:40.861Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
28682026-05-08T07:45:41.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-08T07:45:41.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-08T07:45:41.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-05-08T07:45:41.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28722026-05-08T07:45:41.513Z
28732026-05-08T07:45:41.513Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
28742026-05-08T07:45:42.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-08T07:45:42.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-08T07:45:42.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-08T07:45:42.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28782026-05-08T07:45:42.124Z
28792026-05-08T07:45:42.124Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
28802026-05-08T07:45:42.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-08T07:45:42.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-08T07:45:42.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-08T07:45:42.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-05-08T07:45:42.741Z
28852026-05-08T07:45:42.741Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
28862026-05-08T07:45:43.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-08T07:45:43.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-08T07:45:43.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-08T07:45:43.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28902026-05-08T07:45:43.361Z
28912026-05-08T07:45:43.362Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
28922026-05-08T07:45:43.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-08T07:45:43.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-08T07:45:43.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-08T07:45:43.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962026-05-08T07:45:43.999Z
28972026-05-08T07:45:43.999Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
28982026-05-08T07:45:44.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-08T07:45:44.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-08T07:45:44.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-08T07:45:44.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29022026-05-08T07:45:44.619Z
29032026-05-08T07:45:44.619Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29042026-05-08T07:45:45.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-08T07:45:45.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-08T07:45:45.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-08T07:45:45.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29082026-05-08T07:45:45.259Z
29092026-05-08T07:45:45.259Zinfo: running `cargo check --bins` on update-engine (103/274)
29102026-05-08T07:45:45.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-08T07:45:45.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-08T07:45:45.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-08T07:45:45.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-05-08T07:45:45.877Z
29152026-05-08T07:45:45.877Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29162026-05-08T07:45:46.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-08T07:45:46.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-08T07:45:46.647Z Compiling crucible-workspace-hack v0.1.0
29192026-05-08T07:45:46.772Z Checking secrecy v0.10.3
29202026-05-08T07:45:46.779Z Compiling heapless v0.8.0
29212026-05-08T07:45:46.786Z Compiling ingot-macros v0.1.1
29222026-05-08T07:45:46.792Z Compiling toml_edit v0.23.10+spec-1.0.0
29232026-05-08T07:45:46.795Z Checking hash32 v0.3.1
29242026-05-08T07:45:46.811Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29252026-05-08T07:45:46.814Z Compiling smoltcp v0.11.0
29262026-05-08T07:45:46.887Z Checking cobs v0.3.0
29272026-05-08T07:45:46.921Z Compiling thiserror-impl-no-std v2.0.2
29282026-05-08T07:45:47.050Z Checking half v2.7.1
29292026-05-08T07:45:47.050Z Checking universal-hash v0.5.1
29302026-05-08T07:45:47.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29312026-05-08T07:45:47.204Z Checking ciborium-io v0.2.2
29322026-05-08T07:45:47.285Z Checking opaque-debug v0.3.1
29332026-05-08T07:45:47.326Z Checking postcard v1.1.3
29342026-05-08T07:45:47.344Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29352026-05-08T07:45:47.359Z Checking ciborium-ll v0.2.2
29362026-05-08T07:45:47.373Z Checking poly1305 v0.8.0
29372026-05-08T07:45:47.556Z Compiling proc-macro-crate v3.4.0
29382026-05-08T07:45:47.655Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29392026-05-08T07:45:47.672Z Checking password-hash v0.5.0
29402026-05-08T07:45:47.672Z Checking chacha20 v0.9.1
29412026-05-08T07:45:47.907Z Compiling proc-macro-crate v1.3.1
29422026-05-08T07:45:47.936Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29432026-05-08T07:45:47.957Z Checking blake2 v0.10.6
29442026-05-08T07:45:47.978Z Checking aead v0.5.2
29452026-05-08T07:45:48.140Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29462026-05-08T07:45:48.187Z Compiling num_enum_derive v0.7.5
29472026-05-08T07:45:48.203Z Compiling foreign-types-macros v0.2.3
29482026-05-08T07:45:48.220Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29492026-05-08T07:45:48.244Z Checking thiserror-no-std v2.0.2
29502026-05-08T07:45:48.346Z Checking foreign-types-shared v0.3.1
29512026-05-08T07:45:48.369Z Checking cpufeatures v0.3.0
29522026-05-08T07:45:48.384Z Compiling num_enum_derive v0.5.11
29532026-05-08T07:45:48.449Z Checking vsss-rs v3.3.4
29542026-05-08T07:45:48.462Z Checking chacha20 v0.10.0
29552026-05-08T07:45:48.490Z Checking argon2 v0.5.3
29562026-05-08T07:45:48.701Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29572026-05-08T07:45:48.844Z Checking foreign-types v0.5.0
29582026-05-08T07:45:48.870Z Checking chacha20poly1305 v0.10.1
29592026-05-08T07:45:48.931Z Checking ciborium v0.2.2
29602026-05-08T07:45:49.127Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29612026-05-08T07:45:49.155Z Checking tabwriter v1.4.1
29622026-05-08T07:45:49.314Z Checking byte-wrapper v0.1.0
29632026-05-08T07:45:49.327Z Checking num_enum v0.7.5
29642026-05-08T07:45:49.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29652026-05-08T07:45:49.424Z Checking cstr-argument v0.1.2
29662026-05-08T07:45:49.446Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29672026-05-08T07:45:49.495Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29682026-05-08T07:45:49.530Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29692026-05-08T07:45:49.552Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29702026-05-08T07:45:49.637Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29712026-05-08T07:45:49.732Z Checking num_enum v0.5.11
29722026-05-08T07:45:49.779Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29732026-05-08T07:45:49.838Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29742026-05-08T07:45:49.860Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29752026-05-08T07:45:49.924Z Checking ingot-types v0.1.2
29762026-05-08T07:45:49.937Z Checking rand v0.10.0
29772026-05-08T07:45:49.951Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29782026-05-08T07:45:49.963Z Checking indent_write v2.2.0
29792026-05-08T07:45:50.072Z Checking colored v3.1.1
29802026-05-08T07:45:50.100Z Compiling zone_cfg_derive v0.3.1
29812026-05-08T07:45:50.183Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29822026-05-08T07:45:50.237Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29832026-05-08T07:45:50.273Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29842026-05-08T07:45:50.286Z Checking itertools v0.12.1
29852026-05-08T07:45:50.303Z Checking ingot v0.1.1
29862026-05-08T07:45:50.337Z Compiling num-derive v0.4.2
29872026-05-08T07:45:50.360Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29882026-05-08T07:45:50.454Z Checking swrite v0.1.0
29892026-05-08T07:45:50.547Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29902026-05-08T07:45:50.580Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29912026-05-08T07:45:50.750Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
29922026-05-08T07:45:50.770Z Checking dropshot-api-manager-types v0.7.1
29932026-05-08T07:45:50.786Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29942026-05-08T07:45:50.866Z Checking smf v0.2.3
29952026-05-08T07:45:50.924Z Checking nanorand v0.7.0
29962026-05-08T07:45:50.971Z Checking whoami v1.6.1
29972026-05-08T07:45:51.127Z Checking flume v0.11.1
29982026-05-08T07:45:51.141Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29992026-05-08T07:45:51.303Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30002026-05-08T07:45:51.375Z Checking zone v0.3.1
30012026-05-08T07:45:51.937Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-05-08T07:45:52.928Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30032026-05-08T07:45:53.831Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30042026-05-08T07:45:56.923Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30052026-05-08T07:45:59.010Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30062026-05-08T07:46:00.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s
30072026-05-08T07:46:00.338Z
30082026-05-08T07:46:00.338Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30092026-05-08T07:46:00.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102026-05-08T07:46:00.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112026-05-08T07:46:00.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30122026-05-08T07:46:00.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30132026-05-08T07:46:00.968Z
30142026-05-08T07:46:00.968Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30152026-05-08T07:46:01.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162026-05-08T07:46:01.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172026-05-08T07:46:01.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30182026-05-08T07:46:01.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30192026-05-08T07:46:01.602Z
30202026-05-08T07:46:01.602Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30212026-05-08T07:46:02.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222026-05-08T07:46:02.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232026-05-08T07:46:02.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30242026-05-08T07:46:02.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30252026-05-08T07:46:02.247Z
30262026-05-08T07:46:02.247Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30272026-05-08T07:46:02.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-08T07:46:02.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-08T07:46:02.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-08T07:46:02.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30312026-05-08T07:46:02.907Z
30322026-05-08T07:46:02.907Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30332026-05-08T07:46:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-08T07:46:03.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-08T07:46:03.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-08T07:46:03.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30372026-05-08T07:46:03.563Z
30382026-05-08T07:46:03.564Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30392026-05-08T07:46:04.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-08T07:46:04.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-08T07:46:04.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-08T07:46:04.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30432026-05-08T07:46:04.229Z
30442026-05-08T07:46:04.229Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30452026-05-08T07:46:04.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-08T07:46:04.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-08T07:46:04.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-08T07:46:04.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30492026-05-08T07:46:04.899Z
30502026-05-08T07:46:04.899Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30512026-05-08T07:46:05.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-08T07:46:05.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-08T07:46:05.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-08T07:46:05.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30552026-05-08T07:46:05.530Z
30562026-05-08T07:46:05.530Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30572026-05-08T07:46:06.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-08T07:46:06.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-08T07:46:06.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-08T07:46:06.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30612026-05-08T07:46:06.167Z
30622026-05-08T07:46:06.167Zinfo: running `cargo check --bins` on dns-service-client (114/274)
30632026-05-08T07:46:06.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-08T07:46:06.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-08T07:46:06.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-08T07:46:06.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30672026-05-08T07:46:06.803Z
30682026-05-08T07:46:06.803Zinfo: running `cargo check --bins` on installinator-client (115/274)
30692026-05-08T07:46:07.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-08T07:46:07.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-08T07:46:07.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-08T07:46:07.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30732026-05-08T07:46:07.433Z
30742026-05-08T07:46:07.434Zinfo: running `cargo check --bins` on nexus-client (116/274)
30752026-05-08T07:46:07.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-08T07:46:07.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-08T07:46:07.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-08T07:46:08.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30792026-05-08T07:46:08.106Z
30802026-05-08T07:46:08.106Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
30812026-05-08T07:46:08.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-08T07:46:08.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-08T07:46:08.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-08T07:46:08.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30852026-05-08T07:46:08.765Z
30862026-05-08T07:46:08.765Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
30872026-05-08T07:46:09.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-08T07:46:09.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-08T07:46:09.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-08T07:46:09.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-05-08T07:46:09.371Z
30922026-05-08T07:46:09.371Zinfo: running `cargo check --bins` on oxide-client (119/274)
30932026-05-08T07:46:09.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-08T07:46:09.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-08T07:46:09.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-08T07:46:09.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30972026-05-08T07:46:09.984Z
30982026-05-08T07:46:09.984Zinfo: running `cargo check --bins` on oximeter-client (120/274)
30992026-05-08T07:46:10.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-08T07:46:10.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-08T07:46:10.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-08T07:46:10.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31032026-05-08T07:46:10.606Z
31042026-05-08T07:46:10.606Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31052026-05-08T07:46:11.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-08T07:46:11.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-08T07:46:11.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-08T07:46:11.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-05-08T07:46:11.214Z
31102026-05-08T07:46:11.214Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31112026-05-08T07:46:11.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-08T07:46:11.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-08T07:46:11.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-08T07:46:11.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-05-08T07:46:11.842Z
31162026-05-08T07:46:11.842Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31172026-05-08T07:46:12.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-08T07:46:12.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-08T07:46:12.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-08T07:46:12.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31212026-05-08T07:46:12.483Z
31222026-05-08T07:46:12.484Zinfo: running `cargo check --bins` on installinator-common (124/274)
31232026-05-08T07:46:13.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-08T07:46:13.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-08T07:46:13.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-08T07:46:13.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31272026-05-08T07:46:13.122Z
31282026-05-08T07:46:13.122Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31292026-05-08T07:46:13.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-08T07:46:13.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-08T07:46:13.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-08T07:46:13.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-08T07:46:13.720Z
31342026-05-08T07:46:13.720Zinfo: running `cargo check --bins` on wicket-common (126/274)
31352026-05-08T07:46:14.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-08T07:46:14.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-08T07:46:14.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-08T07:46:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-05-08T07:46:14.350Z
31402026-05-08T07:46:14.350Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31412026-05-08T07:46:14.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-08T07:46:14.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-08T07:46:15.053Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31442026-05-08T07:46:15.170Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31452026-05-08T07:46:15.177Z Checking csv-core v0.1.13
31462026-05-08T07:46:15.184Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31472026-05-08T07:46:15.187Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31482026-05-08T07:46:15.202Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31492026-05-08T07:46:15.213Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31502026-05-08T07:46:15.224Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-05-08T07:46:15.340Z Checking csv v1.4.0
31522026-05-08T07:46:15.362Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31532026-05-08T07:46:15.413Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-05-08T07:46:15.442Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31552026-05-08T07:46:15.687Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31562026-05-08T07:46:16.070Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31572026-05-08T07:46:16.073Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31582026-05-08T07:46:16.396Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31592026-05-08T07:46:22.462Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31602026-05-08T07:46:23.012Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-05-08T07:46:25.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.05s
31622026-05-08T07:46:25.606Z
31632026-05-08T07:46:25.606Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
31642026-05-08T07:46:26.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-08T07:46:26.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-08T07:46:26.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-08T07:46:26.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31682026-05-08T07:46:26.218Z
31692026-05-08T07:46:26.218Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
31702026-05-08T07:46:26.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-08T07:46:26.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-08T07:46:26.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-08T07:46:26.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31742026-05-08T07:46:26.915Z
31752026-05-08T07:46:26.915Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
31762026-05-08T07:46:27.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-08T07:46:27.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-08T07:46:27.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-08T07:46:27.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31802026-05-08T07:46:27.612Z
31812026-05-08T07:46:27.613Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
31822026-05-08T07:46:28.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-08T07:46:28.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-08T07:46:28.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-05-08T07:46:28.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31862026-05-08T07:46:28.271Z
31872026-05-08T07:46:28.271Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
31882026-05-08T07:46:28.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-05-08T07:46:28.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-05-08T07:46:29.045Z Compiling regress v0.11.1
31912026-05-08T07:46:29.190Z Compiling unsafe-libyaml v0.2.11
31922026-05-08T07:46:29.200Z Compiling radium v0.7.0
31932026-05-08T07:46:29.209Z Compiling semver v0.1.20
31942026-05-08T07:46:29.223Z Compiling pin-project-internal v1.1.11
31952026-05-08T07:46:29.226Z Compiling maybe-uninit v2.0.0
31962026-05-08T07:46:29.237Z Checking tap v1.0.1
31972026-05-08T07:46:29.355Z Checking wyz v0.5.1
31982026-05-08T07:46:29.482Z Compiling rustc_version v0.1.7
31992026-05-08T07:46:29.564Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32002026-05-08T07:46:29.587Z Compiling snafu-derive v0.8.9
32012026-05-08T07:46:29.728Z Compiling serde_yaml v0.9.34+deprecated
32022026-05-08T07:46:29.745Z Compiling newtype_derive v0.1.6
32032026-05-08T07:46:29.933Z Compiling zerocopy-derive v0.6.6
32042026-05-08T07:46:29.948Z Compiling packed_struct v0.10.1
32052026-05-08T07:46:30.208Z Checking crc-catalog v2.4.0
32062026-05-08T07:46:30.313Z Compiling cancel-safe-futures v0.1.5
32072026-05-08T07:46:30.389Z Checking pin-project v1.1.11
32082026-05-08T07:46:30.495Z Checking same-file v1.0.6
32092026-05-08T07:46:30.528Z Compiling owo-colors v4.3.0
32102026-05-08T07:46:30.624Z Checking funty v2.0.0
32112026-05-08T07:46:30.685Z Checking typify-impl v0.6.2
32122026-05-08T07:46:30.928Z Checking zerocopy v0.6.6
32132026-05-08T07:46:30.958Z Checking bitvec v1.0.1
32142026-05-08T07:46:31.129Z Checking walkdir v2.5.0
32152026-05-08T07:46:31.267Z Checking crc v3.4.0
32162026-05-08T07:46:31.360Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-05-08T07:46:31.394Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32182026-05-08T07:46:31.456Z Checking globset v0.4.18
32192026-05-08T07:46:31.610Z Checking snafu v0.8.9
32202026-05-08T07:46:31.735Z Checking olpc-cjson v0.1.4
32212026-05-08T07:46:31.766Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
32222026-05-08T07:46:31.876Z Checking pem v3.0.6
32232026-05-08T07:46:31.891Z Compiling packed_struct_codegen v0.10.1
32242026-05-08T07:46:31.928Z Checking libsw-core v0.3.2
32252026-05-08T07:46:31.945Z Checking serde_plain v1.0.2
32262026-05-08T07:46:32.045Z Compiling bitfield-macros v0.19.4
32272026-05-08T07:46:32.059Z Compiling indexmap v1.9.3
32282026-05-08T07:46:32.086Z Checking nodrop v0.1.14
32292026-05-08T07:46:32.104Z Checking typed-path v0.9.3
32302026-05-08T07:46:32.188Z Checking array-init v0.0.4
32312026-05-08T07:46:32.292Z Checking libsw v3.5.0
32322026-05-08T07:46:32.370Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32332026-05-08T07:46:32.459Z Checking smallvec v0.6.14
32342026-05-08T07:46:32.572Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-05-08T07:46:32.675Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-08T07:46:32.814Z Checking bitfield v0.19.4
32372026-05-08T07:46:32.865Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32382026-05-08T07:46:32.882Z Checking linear-map v1.2.0
32392026-05-08T07:46:32.953Z Checking tough v0.20.0
32402026-05-08T07:46:33.002Z Checking unicode-linebreak v0.1.5
32412026-05-08T07:46:33.038Z Checking hashbrown v0.12.3
32422026-05-08T07:46:33.063Z Checking base64 v0.21.7
32432026-05-08T07:46:33.109Z Checking tagptr v0.2.0
32442026-05-08T07:46:33.235Z Checking smawk v0.3.2
32452026-05-08T07:46:33.266Z Checking moka v0.12.13
32462026-05-08T07:46:33.325Z Checking ron v0.8.1
32472026-05-08T07:46:33.382Z Checking textwrap v0.16.2
32482026-05-08T07:46:33.454Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32492026-05-08T07:46:33.617Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-05-08T07:46:33.811Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32512026-05-08T07:46:33.832Z Checking serde-hex v0.1.0
32522026-05-08T07:46:33.880Z Checking steno v0.4.1
32532026-05-08T07:46:33.945Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32542026-05-08T07:46:34.124Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32552026-05-08T07:46:34.221Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32562026-05-08T07:46:34.660Z Checking hashbrown v0.13.2
32572026-05-08T07:46:34.744Z Checking humantime v2.3.0
32582026-05-08T07:46:34.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32592026-05-08T07:46:34.937Z Checking crc-any v2.5.0
32602026-05-08T07:46:34.952Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32612026-05-08T07:46:35.049Z Checking hickory-resolver v0.25.2
32622026-05-08T07:46:35.127Z Checking object v0.30.4
32632026-05-08T07:46:35.130Z Checking utf-8 v0.7.6
32642026-05-08T07:46:35.133Z Checking void v1.0.2
32652026-05-08T07:46:35.133Z Checking half v1.8.3
32662026-05-08T07:46:35.269Z Checking path-slash v0.1.5
32672026-05-08T07:46:35.273Z Checking lzss v0.8.2
32682026-05-08T07:46:35.352Z Checking serde_cbor v0.11.2
32692026-05-08T07:46:35.383Z Checking tungstenite v0.23.0
32702026-05-08T07:46:35.484Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32712026-05-08T07:46:35.586Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32722026-05-08T07:46:35.657Z Checking nix v0.27.1
32732026-05-08T07:46:35.676Z Compiling typify-macro v0.6.2
32742026-05-08T07:46:35.757Z Checking kstat-rs v0.2.4
32752026-05-08T07:46:35.792Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32762026-05-08T07:46:35.833Z Checking fxhash v0.2.1
32772026-05-08T07:46:35.849Z Checking serde_bytes v0.11.19
32782026-05-08T07:46:35.991Z Checking tokio-tungstenite v0.23.1
32792026-05-08T07:46:35.994Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32802026-05-08T07:46:36.070Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32812026-05-08T07:46:36.221Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32822026-05-08T07:46:36.282Z Checking signal-hook-tokio v0.3.1
32832026-05-08T07:46:37.276Z Compiling typify v0.6.2
32842026-05-08T07:46:37.383Z Compiling progenitor-impl v0.14.0
32852026-05-08T07:46:37.497Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32862026-05-08T07:46:38.484Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32872026-05-08T07:46:38.838Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32882026-05-08T07:46:38.967Z Compiling progenitor-macro v0.14.0
32892026-05-08T07:46:41.433Z Checking progenitor v0.14.0
32902026-05-08T07:46:41.557Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
32912026-05-08T07:46:41.560Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32922026-05-08T07:46:44.630Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-05-08T07:46:52.560Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32942026-05-08T07:46:59.277Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32952026-05-08T07:47:00.652Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32962026-05-08T07:47:01.156Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32972026-05-08T07:47:03.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s
32982026-05-08T07:47:03.443Z
32992026-05-08T07:47:03.443Zinfo: running `cargo check --bins` on gateway-api (133/274)
33002026-05-08T07:47:03.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012026-05-08T07:47:03.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022026-05-08T07:47:03.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33032026-05-08T07:47:03.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33042026-05-08T07:47:04.059Z
33052026-05-08T07:47:04.060Zinfo: running `cargo check --bins` on ipcc (134/274)
33062026-05-08T07:47:04.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33072026-05-08T07:47:04.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33082026-05-08T07:47:04.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33092026-05-08T07:47:04.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33102026-05-08T07:47:04.688Z
33112026-05-08T07:47:04.688Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33122026-05-08T07:47:05.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-05-08T07:47:05.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-05-08T07:47:05.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-05-08T07:47:05.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33162026-05-08T07:47:05.286Z
33172026-05-08T07:47:05.286Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33182026-05-08T07:47:05.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-05-08T07:47:05.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-05-08T07:47:05.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-05-08T07:47:05.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33222026-05-08T07:47:05.904Z
33232026-05-08T07:47:05.904Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33242026-05-08T07:47:06.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-05-08T07:47:06.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-05-08T07:47:06.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-05-08T07:47:06.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33282026-05-08T07:47:06.551Z
33292026-05-08T07:47:06.551Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33302026-05-08T07:47:07.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-05-08T07:47:07.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-05-08T07:47:07.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-05-08T07:47:07.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33342026-05-08T07:47:07.203Z
33352026-05-08T07:47:07.203Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33362026-05-08T07:47:07.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-05-08T07:47:07.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-05-08T07:47:07.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-05-08T07:47:07.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33402026-05-08T07:47:07.817Z
33412026-05-08T07:47:07.817Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33422026-05-08T07:47:08.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-05-08T07:47:09.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-05-08T07:47:09.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-05-08T07:47:09.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33462026-05-08T07:47:09.195Z
33472026-05-08T07:47:09.195Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33482026-05-08T07:47:09.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-05-08T07:47:09.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-05-08T07:47:09.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-05-08T07:47:09.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33522026-05-08T07:47:09.199Z
33532026-05-08T07:47:09.199Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33542026-05-08T07:47:09.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-05-08T07:47:09.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-05-08T07:47:09.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-05-08T07:47:09.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33582026-05-08T07:47:09.780Z
33592026-05-08T07:47:09.780Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
33602026-05-08T07:47:10.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-05-08T07:47:10.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-05-08T07:47:10.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-05-08T07:47:10.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33642026-05-08T07:47:10.425Z
33652026-05-08T07:47:10.425Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
33662026-05-08T07:47:10.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-05-08T07:47:10.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-05-08T07:47:10.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-05-08T07:47:10.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33702026-05-08T07:47:11.063Z
33712026-05-08T07:47:11.063Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
33722026-05-08T07:47:11.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-05-08T07:47:11.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-05-08T07:47:11.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-05-08T07:47:11.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33762026-05-08T07:47:11.691Z
33772026-05-08T07:47:11.691Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
33782026-05-08T07:47:12.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-05-08T07:47:12.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-05-08T07:47:12.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-05-08T07:47:12.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33822026-05-08T07:47:12.312Z
33832026-05-08T07:47:12.312Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
33842026-05-08T07:47:12.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-05-08T07:47:12.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-05-08T07:47:12.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-05-08T07:47:12.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33882026-05-08T07:47:12.939Z
33892026-05-08T07:47:12.939Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
33902026-05-08T07:47:13.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-05-08T07:47:13.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-05-08T07:47:13.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-05-08T07:47:13.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33942026-05-08T07:47:13.576Z
33952026-05-08T07:47:13.576Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
33962026-05-08T07:47:14.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-05-08T07:47:14.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-05-08T07:47:14.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-05-08T07:47:14.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34002026-05-08T07:47:14.216Z
34012026-05-08T07:47:14.216Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34022026-05-08T07:47:14.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-05-08T07:47:14.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-05-08T07:47:14.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-05-08T07:47:14.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34062026-05-08T07:47:14.848Z
34072026-05-08T07:47:14.848Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34082026-05-08T07:47:15.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-05-08T07:47:15.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-05-08T07:47:15.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-05-08T07:47:15.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-05-08T07:47:15.477Z
34132026-05-08T07:47:15.477Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34142026-05-08T07:47:16.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-05-08T07:47:16.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-05-08T07:47:16.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-05-08T07:47:16.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34182026-05-08T07:47:16.114Z
34192026-05-08T07:47:16.114Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34202026-05-08T07:47:16.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-05-08T07:47:16.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-05-08T07:47:16.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-05-08T07:47:16.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34242026-05-08T07:47:16.741Z
34252026-05-08T07:47:16.741Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34262026-05-08T07:47:17.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-05-08T07:47:17.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-05-08T07:47:17.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-05-08T07:47:17.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34302026-05-08T07:47:17.406Z
34312026-05-08T07:47:17.406Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34322026-05-08T07:47:17.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-05-08T07:47:17.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-05-08T07:47:17.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-05-08T07:47:17.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34362026-05-08T07:47:18.032Z
34372026-05-08T07:47:18.032Zinfo: running `cargo check --bins` on dns-server (156/274)
34382026-05-08T07:47:18.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-05-08T07:47:18.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-05-08T07:47:18.709Z Compiling parking_lot_core v0.8.6
34412026-05-08T07:47:18.713Z Compiling git-stub v1.0.0
34422026-05-08T07:47:18.713Z Compiling atomicwrites v0.4.4
34432026-05-08T07:47:18.713Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34442026-05-08T07:47:18.823Z Checking prefix-trie v0.7.0
34452026-05-08T07:47:18.941Z Compiling git-stub-vcs v0.1.0
34462026-05-08T07:47:19.132Z Checking hickory-server v0.25.2
34472026-05-08T07:47:19.229Z Checking parking_lot v0.11.2
34482026-05-08T07:47:19.232Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34492026-05-08T07:47:19.307Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34502026-05-08T07:47:19.307Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34512026-05-08T07:47:19.408Z Checking sled v0.34.7
34522026-05-08T07:47:21.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
34532026-05-08T07:47:21.595Z
34542026-05-08T07:47:21.595Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34552026-05-08T07:47:22.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-08T07:47:22.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-08T07:47:22.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-08T07:47:22.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-08T07:47:22.209Z
34602026-05-08T07:47:22.209Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
34612026-05-08T07:47:22.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-08T07:47:22.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-08T07:47:22.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-08T07:47:22.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34652026-05-08T07:47:22.835Z
34662026-05-08T07:47:22.835Zinfo: running `cargo check --bins` on sp-sim (159/274)
34672026-05-08T07:47:23.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-08T07:47:23.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-08T07:47:23.577Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-05-08T07:47:25.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
34712026-05-08T07:47:25.558Z
34722026-05-08T07:47:25.558Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
34732026-05-08T07:47:26.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-08T07:47:26.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-08T07:47:26.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-08T07:47:26.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
34772026-05-08T07:47:26.250Z
34782026-05-08T07:47:26.250Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
34792026-05-08T07:47:26.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-08T07:47:26.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-08T07:47:26.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-05-08T07:47:26.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34832026-05-08T07:47:26.947Z
34842026-05-08T07:47:26.947Zinfo: running `cargo check --bins` on db-macros (162/274)
34852026-05-08T07:47:27.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-05-08T07:47:27.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-05-08T07:47:27.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-05-08T07:47:27.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-05-08T07:47:27.567Z
34902026-05-08T07:47:27.567Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
34912026-05-08T07:47:28.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-05-08T07:47:28.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-05-08T07:47:28.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-05-08T07:47:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34952026-05-08T07:47:28.194Z
34962026-05-08T07:47:28.194Zinfo: running `cargo check --bins` on nexus-auth (164/274)
34972026-05-08T07:47:28.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-05-08T07:47:28.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-05-08T07:47:28.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-05-08T07:47:28.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35012026-05-08T07:47:28.882Z
35022026-05-08T07:47:28.882Zinfo: running `cargo check --bins` on authz-macros (165/274)
35032026-05-08T07:47:29.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-05-08T07:47:29.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-05-08T07:47:29.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-05-08T07:47:29.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35072026-05-08T07:47:29.503Z
35082026-05-08T07:47:29.503Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35092026-05-08T07:47:30.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-05-08T07:47:30.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-05-08T07:47:30.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-05-08T07:47:30.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35132026-05-08T07:47:30.179Z
35142026-05-08T07:47:30.179Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35152026-05-08T07:47:30.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-05-08T07:47:30.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-05-08T07:47:30.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-05-08T07:47:30.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35192026-05-08T07:47:30.856Z
35202026-05-08T07:47:30.856Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35212026-05-08T07:47:31.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-05-08T07:47:31.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-05-08T07:47:31.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-05-08T07:47:31.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35252026-05-08T07:47:31.464Z
35262026-05-08T07:47:31.464Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35272026-05-08T07:47:31.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-05-08T07:47:31.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-05-08T07:47:31.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-05-08T07:47:31.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35312026-05-08T07:47:32.074Z
35322026-05-08T07:47:32.074Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35332026-05-08T07:47:32.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-05-08T07:47:32.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-05-08T07:47:32.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-05-08T07:47:32.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-05-08T07:47:32.701Z
35382026-05-08T07:47:32.702Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35392026-05-08T07:47:33.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-05-08T07:47:33.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-05-08T07:47:33.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-05-08T07:47:33.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35432026-05-08T07:47:33.314Z
35442026-05-08T07:47:33.314Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35452026-05-08T07:47:33.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-05-08T07:47:33.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-05-08T07:47:33.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-05-08T07:47:33.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35492026-05-08T07:47:33.916Z
35502026-05-08T07:47:33.916Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35512026-05-08T07:47:34.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-05-08T07:47:34.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-05-08T07:47:34.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-05-08T07:47:34.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35552026-05-08T07:47:34.591Z
35562026-05-08T07:47:34.591Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35572026-05-08T07:47:35.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-05-08T07:47:35.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-05-08T07:47:35.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-05-08T07:47:35.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35612026-05-08T07:47:35.269Z
35622026-05-08T07:47:35.269Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
35632026-05-08T07:47:35.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-05-08T07:47:35.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-05-08T07:47:35.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-05-08T07:47:35.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35672026-05-08T07:47:35.942Z
35682026-05-08T07:47:35.942Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
35692026-05-08T07:47:36.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-05-08T07:47:36.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-05-08T07:47:36.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-05-08T07:47:36.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35732026-05-08T07:47:36.600Z
35742026-05-08T07:47:36.600Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
35752026-05-08T07:47:37.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-05-08T07:47:37.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-05-08T07:47:37.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-05-08T07:47:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35792026-05-08T07:47:37.252Z
35802026-05-08T07:47:37.252Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
35812026-05-08T07:47:37.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-05-08T07:47:37.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-05-08T07:47:37.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-05-08T07:47:37.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35852026-05-08T07:47:37.894Z
35862026-05-08T07:47:37.894Zinfo: running `cargo check --bins` on key-manager (179/274)
35872026-05-08T07:47:38.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-05-08T07:47:38.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-05-08T07:47:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-05-08T07:47:38.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35912026-05-08T07:47:38.515Z
35922026-05-08T07:47:38.515Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
35932026-05-08T07:47:39.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-05-08T07:47:39.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-05-08T07:47:39.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-05-08T07:47:39.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35972026-05-08T07:47:39.152Z
35982026-05-08T07:47:39.152Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
35992026-05-08T07:47:39.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-05-08T07:47:39.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-05-08T07:47:39.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-05-08T07:47:39.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36032026-05-08T07:47:39.790Z
36042026-05-08T07:47:39.791Zinfo: running `cargo check --bins` on typed-rng (182/274)
36052026-05-08T07:47:40.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-05-08T07:47:40.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-05-08T07:47:40.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-05-08T07:47:40.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36092026-05-08T07:47:40.394Z
36102026-05-08T07:47:40.394Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36112026-05-08T07:47:40.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-05-08T07:47:40.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-05-08T07:47:41.272Z Compiling typify-impl v0.4.3
36142026-05-08T07:47:41.275Z Compiling libefi-sys v0.1.0
36152026-05-08T07:47:41.419Z Compiling bitfield-struct v0.6.2
36162026-05-08T07:47:41.428Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-05-08T07:47:41.454Z Compiling xshell-macros v0.2.7
36182026-05-08T07:47:41.458Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36192026-05-08T07:47:41.461Z Compiling salty v0.3.0
36202026-05-08T07:47:41.555Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36212026-05-08T07:47:41.688Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-05-08T07:47:41.785Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36232026-05-08T07:47:41.865Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-05-08T07:47:41.924Z Checking xshell v0.2.7
36252026-05-08T07:47:41.948Z Compiling progenitor-impl v0.13.0
36262026-05-08T07:47:42.058Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36272026-05-08T07:47:42.128Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-05-08T07:47:42.255Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36292026-05-08T07:47:42.314Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-05-08T07:47:42.443Z Checking primeorder v0.13.6
36312026-05-08T07:47:42.462Z Compiling proc-macro-error-attr2 v2.0.0
36322026-05-08T07:47:42.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36332026-05-08T07:47:42.571Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36342026-05-08T07:47:42.703Z Checking p384 v0.13.1
36352026-05-08T07:47:42.720Z Checking tungstenite v0.21.0
36362026-05-08T07:47:42.880Z Compiling proc-macro-error2 v2.0.1
36372026-05-08T07:47:43.164Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36382026-05-08T07:47:43.182Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36392026-05-08T07:47:43.499Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-05-08T07:47:43.536Z Checking progenitor-client v0.13.0
36412026-05-08T07:47:43.795Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-05-08T07:47:43.867Z Compiling num-derive v0.3.3
36432026-05-08T07:47:44.162Z Compiling tabled_derive v0.11.0
36442026-05-08T07:47:44.236Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36452026-05-08T07:47:44.694Z Compiling progenitor-macro v0.13.0
36462026-05-08T07:47:44.740Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36472026-05-08T07:47:44.775Z Checking tokio-tungstenite v0.21.0
36482026-05-08T07:47:44.832Z Checking libscf-sys v1.1.0
36492026-05-08T07:47:44.980Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-05-08T07:47:45.021Z Checking papergrid v0.17.0
36512026-05-08T07:47:45.080Z Checking testing_table v0.3.0
36522026-05-08T07:47:45.190Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36532026-05-08T07:47:45.327Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-08T07:47:45.394Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-05-08T07:47:45.417Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36562026-05-08T07:47:45.503Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36572026-05-08T07:47:45.641Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36582026-05-08T07:47:45.764Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36592026-05-08T07:47:45.854Z Compiling unicase v2.9.0
36602026-05-08T07:47:45.906Z Checking corncobs v0.1.4
36612026-05-08T07:47:46.046Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-05-08T07:47:46.073Z Checking tabled v0.20.0
36632026-05-08T07:47:46.090Z Compiling typify-macro v0.4.3
36642026-05-08T07:47:46.111Z Compiling mime_guess v2.0.5
36652026-05-08T07:47:46.209Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36662026-05-08T07:47:46.307Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36672026-05-08T07:47:46.356Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-08T07:47:46.673Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36692026-05-08T07:47:46.707Z Checking progenitor-client v0.11.2
36702026-05-08T07:47:46.893Z Checking secrecy v0.8.0
36712026-05-08T07:47:46.964Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36722026-05-08T07:47:47.149Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36732026-05-08T07:47:47.188Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36742026-05-08T07:47:47.481Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=974423895c17cc23711732f518e447b284425ccd#97442389)
36752026-05-08T07:47:47.623Z Checking filetime v0.2.27
36762026-05-08T07:47:47.638Z Checking http-range v0.1.5
36772026-05-08T07:47:47.771Z Checking crc8 v0.1.1
36782026-05-08T07:47:47.771Z Checking xattr v1.6.1
36792026-05-08T07:47:47.849Z Compiling typify v0.4.3
36802026-05-08T07:47:47.985Z Compiling progenitor-impl v0.11.2
36812026-05-08T07:47:48.096Z Compiling progenitor-impl v0.10.0
36822026-05-08T07:47:48.184Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36832026-05-08T07:47:48.351Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-05-08T07:47:48.519Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-05-08T07:47:48.597Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36862026-05-08T07:47:48.894Z Checking tar v0.4.45
36872026-05-08T07:47:48.910Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36882026-05-08T07:47:49.038Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36892026-05-08T07:47:49.139Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36902026-05-08T07:47:49.278Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36912026-05-08T07:47:49.495Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36922026-05-08T07:47:49.515Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36932026-05-08T07:47:49.544Z Checking atty v0.2.14
36942026-05-08T07:47:49.596Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36952026-05-08T07:47:49.643Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36962026-05-08T07:47:49.812Z Checking progenitor v0.13.0
36972026-05-08T07:47:49.941Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36982026-05-08T07:47:49.965Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36992026-05-08T07:47:49.989Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37002026-05-08T07:47:50.115Z Checking hyper-staticfile v0.10.1
37012026-05-08T07:47:50.172Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37022026-05-08T07:47:50.420Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37032026-05-08T07:47:50.452Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37042026-05-08T07:47:50.634Z Compiling progenitor-macro v0.11.2
37052026-05-08T07:47:50.658Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37062026-05-08T07:47:50.715Z Compiling progenitor-macro v0.10.0
37072026-05-08T07:47:50.809Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37082026-05-08T07:47:51.026Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37092026-05-08T07:47:51.178Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37102026-05-08T07:47:51.339Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37112026-05-08T07:47:51.641Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37122026-05-08T07:47:53.926Z Checking progenitor v0.11.2
37132026-05-08T07:47:54.047Z Checking progenitor v0.10.0
37142026-05-08T07:47:54.070Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37152026-05-08T07:47:54.185Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37162026-05-08T07:47:58.904Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37172026-05-08T07:48:00.041Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-05-08T07:48:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.28s
37192026-05-08T07:48:10.904Z
37202026-05-08T07:48:10.904Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37212026-05-08T07:48:11.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-05-08T07:48:11.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-05-08T07:48:11.711Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-05-08T07:48:22.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
37252026-05-08T07:48:22.540Z
37262026-05-08T07:48:22.540Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37272026-05-08T07:48:23.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-05-08T07:48:23.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-05-08T07:48:23.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-05-08T07:48:34.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37312026-05-08T07:48:34.260Z
37322026-05-08T07:48:34.260Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37332026-05-08T07:48:34.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-05-08T07:48:34.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-05-08T07:48:35.059Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-05-08T07:48:45.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37372026-05-08T07:48:45.931Z
37382026-05-08T07:48:45.931Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37392026-05-08T07:48:46.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-05-08T07:48:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-05-08T07:48:46.742Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-05-08T07:48:57.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37432026-05-08T07:48:57.582Z
37442026-05-08T07:48:57.582Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37452026-05-08T07:48:58.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-05-08T07:48:58.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-05-08T07:48:58.385Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-08T07:49:08.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37492026-05-08T07:49:09.222Z
37502026-05-08T07:49:09.222Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37512026-05-08T07:49:09.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-08T07:49:09.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-08T07:49:10.028Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-08T07:49:20.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
37552026-05-08T07:49:20.965Z
37562026-05-08T07:49:20.965Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37572026-05-08T07:49:21.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-08T07:49:21.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-08T07:49:21.808Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-08T07:49:32.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
37612026-05-08T07:49:32.776Z
37622026-05-08T07:49:32.776Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
37632026-05-08T07:49:33.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-08T07:49:33.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-08T07:49:33.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-05-08T07:49:33.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37672026-05-08T07:49:33.400Z
37682026-05-08T07:49:33.400Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
37692026-05-08T07:49:33.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-08T07:49:33.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-08T07:49:33.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-05-08T07:49:33.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37732026-05-08T07:49:34.021Z
37742026-05-08T07:49:34.021Zinfo: running `cargo check --bins` on range-requests (193/274)
37752026-05-08T07:49:34.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-08T07:49:34.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-08T07:49:34.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-05-08T07:49:34.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37792026-05-08T07:49:34.630Z
37802026-05-08T07:49:34.630Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
37812026-05-08T07:49:35.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-08T07:49:35.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-08T07:49:35.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-05-08T07:49:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37852026-05-08T07:49:35.238Z
37862026-05-08T07:49:35.238Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
37872026-05-08T07:49:35.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-08T07:49:35.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-08T07:49:35.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-05-08T07:49:35.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37912026-05-08T07:49:35.871Z
37922026-05-08T07:49:35.871Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
37932026-05-08T07:49:36.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-08T07:49:36.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-08T07:49:36.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-08T07:49:36.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37972026-05-08T07:49:36.498Z
37982026-05-08T07:49:36.498Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
37992026-05-08T07:49:37.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-08T07:49:37.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-08T07:49:37.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-08T07:49:37.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38032026-05-08T07:49:37.141Z
38042026-05-08T07:49:37.141Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38052026-05-08T07:49:37.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-08T07:49:37.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-08T07:49:37.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-08T07:49:37.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38092026-05-08T07:49:37.799Z
38102026-05-08T07:49:37.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38112026-05-08T07:49:38.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-08T07:49:38.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-08T07:49:38.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-08T07:49:38.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38152026-05-08T07:49:38.461Z
38162026-05-08T07:49:38.461Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38172026-05-08T07:49:39.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-08T07:49:39.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-08T07:49:39.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-08T07:49:39.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38212026-05-08T07:49:39.112Z
38222026-05-08T07:49:39.112Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38232026-05-08T07:49:39.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-08T07:49:39.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-08T07:49:39.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-08T07:49:39.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38272026-05-08T07:49:39.770Z
38282026-05-08T07:49:39.770Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38292026-05-08T07:49:40.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-08T07:49:40.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-08T07:49:40.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-08T07:49:40.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38332026-05-08T07:49:40.423Z
38342026-05-08T07:49:40.423Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38352026-05-08T07:49:40.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-08T07:49:40.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-08T07:49:40.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-08T07:49:40.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38392026-05-08T07:49:41.065Z
38402026-05-08T07:49:41.065Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38412026-05-08T07:49:41.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-08T07:49:41.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-08T07:49:41.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-08T07:49:41.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38452026-05-08T07:49:41.747Z
38462026-05-08T07:49:41.747Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38472026-05-08T07:49:42.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-08T07:49:42.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-08T07:49:42.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-08T07:49:42.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38512026-05-08T07:49:42.394Z
38522026-05-08T07:49:42.394Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38532026-05-08T07:49:42.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-08T07:49:42.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-08T07:49:42.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-08T07:49:42.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38572026-05-08T07:49:43.058Z
38582026-05-08T07:49:43.058Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38592026-05-08T07:49:43.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-08T07:49:43.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-08T07:49:43.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-08T07:49:43.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38632026-05-08T07:49:43.738Z
38642026-05-08T07:49:43.738Zinfo: running `cargo check --bins` on update-common (208/274)
38652026-05-08T07:49:44.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-08T07:49:44.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-08T07:49:44.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-08T07:49:44.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38692026-05-08T07:49:44.372Z
38702026-05-08T07:49:44.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
38712026-05-08T07:49:44.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-08T07:49:44.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-08T07:49:44.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-08T07:49:44.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38752026-05-08T07:49:45.066Z
38762026-05-08T07:49:45.066Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
38772026-05-08T07:49:45.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-08T07:49:45.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-08T07:49:45.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-08T07:49:45.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38812026-05-08T07:49:45.673Z
38822026-05-08T07:49:45.673Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
38832026-05-08T07:49:46.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-08T07:49:46.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-08T07:49:46.467Z Compiling fs-err v2.11.0
38862026-05-08T07:49:46.470Z Checking ignore v0.4.25
38872026-05-08T07:49:46.600Z Checking arc-swap v1.8.2
38882026-05-08T07:49:46.607Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38892026-05-08T07:49:46.607Z Checking predicates-tree v1.0.13
38902026-05-08T07:49:46.614Z Checking parse-size v1.1.0
38912026-05-08T07:49:46.638Z Checking rand_seeder v0.4.0
38922026-05-08T07:49:46.642Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38932026-05-08T07:49:46.708Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38942026-05-08T07:49:46.741Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38952026-05-08T07:49:46.783Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38962026-05-08T07:49:46.806Z Checking slog-scope v4.4.1
38972026-05-08T07:49:46.935Z Compiling petname v2.0.2
38982026-05-08T07:49:46.951Z Checking slog-stdlog v4.1.1
38992026-05-08T07:49:46.964Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39002026-05-08T07:49:46.985Z Checking globwalk v0.9.1
39012026-05-08T07:49:47.048Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39022026-05-08T07:49:47.074Z Checking slog-envlogger v2.2.0
39032026-05-08T07:49:47.171Z Checking camino-tempfile-ext v0.3.3
39042026-05-08T07:49:47.191Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39052026-05-08T07:49:47.227Z Checking sapling-renderdag v0.1.0
39062026-05-08T07:49:47.362Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39072026-05-08T07:49:47.377Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39082026-05-08T07:49:47.474Z Checking subprocess v0.2.15
39092026-05-08T07:49:47.550Z Checking sync-ptr v0.1.4
39102026-05-08T07:49:47.602Z Checking colored v2.2.0
39112026-05-08T07:49:47.676Z Checking assert_matches v1.5.0
39122026-05-08T07:49:47.759Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39132026-05-08T07:49:47.776Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39142026-05-08T07:49:47.863Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39152026-05-08T07:49:47.866Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39162026-05-08T07:49:48.465Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39172026-05-08T07:49:49.804Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39182026-05-08T07:49:52.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
39192026-05-08T07:49:52.291Z
39202026-05-08T07:49:52.291Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39212026-05-08T07:49:52.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-08T07:49:52.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-08T07:49:52.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-08T07:49:52.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39252026-05-08T07:49:52.894Z
39262026-05-08T07:49:52.894Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39272026-05-08T07:49:53.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-08T07:49:53.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-08T07:49:53.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-08T07:49:53.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39312026-05-08T07:49:53.519Z
39322026-05-08T07:49:53.519Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39332026-05-08T07:49:54.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-08T07:49:54.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-08T07:49:54.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-08T07:49:54.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39372026-05-08T07:49:54.201Z
39382026-05-08T07:49:54.201Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39392026-05-08T07:49:54.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-08T07:49:54.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-08T07:49:54.948Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39422026-05-08T07:49:54.949Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39432026-05-08T07:49:55.617Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39442026-05-08T07:49:57.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
39452026-05-08T07:49:57.485Z
39462026-05-08T07:49:57.485Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39472026-05-08T07:49:58.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-05-08T07:49:58.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-05-08T07:49:58.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-05-08T07:49:58.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-05-08T07:49:58.105Z
39522026-05-08T07:49:58.105Zinfo: running `cargo check --bins` on cert-dev (217/274)
39532026-05-08T07:49:58.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-08T07:49:58.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-08T07:49:58.731Z Checking yasna v0.5.2
39562026-05-08T07:49:59.147Z Checking rcgen v0.12.1
39572026-05-08T07:49:59.426Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39582026-05-08T07:49:59.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39592026-05-08T07:49:59.780Z
39602026-05-08T07:49:59.780Zinfo: running `cargo check --bins` on clickana (218/274)
39612026-05-08T07:50:00.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-08T07:50:00.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-08T07:50:00.442Z Compiling darling_core v0.23.0
39642026-05-08T07:50:00.552Z Compiling instability v0.3.11
39652026-05-08T07:50:00.559Z Checking castaway v0.2.4
39662026-05-08T07:50:00.565Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39672026-05-08T07:50:00.568Z Compiling indoc v2.0.7
39682026-05-08T07:50:00.571Z Checking unicode-truncate v1.1.0
39692026-05-08T07:50:00.589Z Checking lru v0.12.5
39702026-05-08T07:50:00.589Z Checking cassowary v0.3.0
39712026-05-08T07:50:00.651Z Checking compact_str v0.8.1
39722026-05-08T07:50:01.619Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39732026-05-08T07:50:01.818Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39742026-05-08T07:50:02.025Z Compiling darling_macro v0.23.0
39752026-05-08T07:50:02.463Z Compiling darling v0.23.0
39762026-05-08T07:50:03.096Z Checking ratatui v0.29.0
39772026-05-08T07:50:04.168Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39782026-05-08T07:50:04.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
39792026-05-08T07:50:05.070Z
39802026-05-08T07:50:05.070Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
39812026-05-08T07:50:05.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-08T07:50:05.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-08T07:50:05.816Z Checking headers-core v0.3.0
39842026-05-08T07:50:05.819Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39852026-05-08T07:50:06.020Z Checking headers v0.4.1
39862026-05-08T07:50:06.396Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39872026-05-08T07:50:07.255Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39882026-05-08T07:50:07.740Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39892026-05-08T07:50:08.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
39902026-05-08T07:50:08.362Z
39912026-05-08T07:50:08.362Zinfo: running `cargo check --bins` on ch-dev (220/274)
39922026-05-08T07:50:08.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-08T07:50:08.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-08T07:50:09.090Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39952026-05-08T07:50:09.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39962026-05-08T07:50:10.019Z
39972026-05-08T07:50:10.019Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
39982026-05-08T07:50:10.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-08T07:50:10.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-08T07:50:10.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-08T07:50:10.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40022026-05-08T07:50:10.490Z
40032026-05-08T07:50:10.490Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40042026-05-08T07:50:11.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-08T07:50:11.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-08T07:50:11.207Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-05-08T07:50:12.205Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-05-08T07:50:12.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40092026-05-08T07:50:12.769Z
40102026-05-08T07:50:12.769Zinfo: running `cargo check --bins` on db-dev (223/274)
40112026-05-08T07:50:13.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-08T07:50:13.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-08T07:50:13.511Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-05-08T07:50:14.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
40152026-05-08T07:50:14.493Z
40162026-05-08T07:50:14.493Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40172026-05-08T07:50:15.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-05-08T07:50:15.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-05-08T07:50:15.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-05-08T07:50:15.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40212026-05-08T07:50:15.148Z
40222026-05-08T07:50:15.148Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40232026-05-08T07:50:15.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-05-08T07:50:15.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-05-08T07:50:15.783Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-05-08T07:50:16.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
40272026-05-08T07:50:16.683Z
40282026-05-08T07:50:16.683Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40292026-05-08T07:50:17.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-08T07:50:17.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-08T07:50:17.463Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-05-08T07:50:17.463Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-05-08T07:50:17.466Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40342026-05-08T07:50:17.466Z Checking git-stub v1.0.0
40352026-05-08T07:50:17.466Z Compiling trait-variant v0.1.2
40362026-05-08T07:50:17.584Z Checking is_ci v1.2.0
40372026-05-08T07:50:17.591Z Checking maplit v1.0.2
40382026-05-08T07:50:17.603Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-05-08T07:50:17.678Z Checking supports-color v3.0.2
40402026-05-08T07:50:17.682Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-05-08T07:50:17.766Z Checking git-stub-vcs v0.1.0
40422026-05-08T07:50:17.810Z Checking drift v0.1.4
40432026-05-08T07:50:17.826Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-05-08T07:50:17.887Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-05-08T07:50:17.986Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-05-08T07:50:18.099Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-05-08T07:50:18.132Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40482026-05-08T07:50:18.147Z Checking dropshot-api-manager v0.7.1
40492026-05-08T07:50:18.171Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40502026-05-08T07:50:18.366Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40512026-05-08T07:50:18.405Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40522026-05-08T07:50:18.629Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40532026-05-08T07:50:18.918Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-05-08T07:50:24.097Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-05-08T07:50:25.208Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-05-08T07:50:25.788Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-05-08T07:50:26.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.54s
40582026-05-08T07:50:26.434Z
40592026-05-08T07:50:26.434Zinfo: running `cargo check --bins` on installinator-api (227/274)
40602026-05-08T07:50:26.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-08T07:50:26.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-08T07:50:26.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-08T07:50:26.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40642026-05-08T07:50:27.053Z
40652026-05-08T07:50:27.053Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
40662026-05-08T07:50:27.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-08T07:50:27.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-08T07:50:27.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-05-08T07:50:27.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40702026-05-08T07:50:27.717Z
40712026-05-08T07:50:27.717Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
40722026-05-08T07:50:28.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-05-08T07:50:28.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-05-08T07:50:28.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-05-08T07:50:28.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40762026-05-08T07:50:28.375Z
40772026-05-08T07:50:28.375Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
40782026-05-08T07:50:28.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-05-08T07:50:28.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-05-08T07:50:28.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-05-08T07:50:28.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40822026-05-08T07:50:29.029Z
40832026-05-08T07:50:29.029Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
40842026-05-08T07:50:29.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-08T07:50:29.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-08T07:50:29.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-08T07:50:29.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-05-08T07:50:29.647Z
40892026-05-08T07:50:29.647Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
40902026-05-08T07:50:30.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-08T07:50:30.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-08T07:50:30.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-08T07:50:30.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40942026-05-08T07:50:30.250Z
40952026-05-08T07:50:30.250Zinfo: running `cargo check --bins` on wicketd-api (233/274)
40962026-05-08T07:50:30.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-08T07:50:30.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-08T07:50:30.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-08T07:50:30.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41002026-05-08T07:50:30.888Z
41012026-05-08T07:50:30.888Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41022026-05-08T07:50:31.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-08T07:50:31.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-08T07:50:31.514Z Checking typeid v1.0.3
41052026-05-08T07:50:31.627Z Checking ordered-float v2.10.1
41062026-05-08T07:50:31.647Z Checking unicode-xid v0.2.6
41072026-05-08T07:50:31.662Z Checking cargo-platform v0.2.0
41082026-05-08T07:50:31.671Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41092026-05-08T07:50:31.697Z Checking erased-serde v0.4.9
41102026-05-08T07:50:31.834Z Checking serde-value v0.7.0
41112026-05-08T07:50:32.019Z Checking serde-untagged v0.1.9
41122026-05-08T07:50:32.180Z Checking cargo-util-schemas v0.8.2
41132026-05-08T07:50:32.878Z Checking cargo_metadata v0.21.0
41142026-05-08T07:50:33.499Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41152026-05-08T07:50:34.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
41162026-05-08T07:50:34.408Z
41172026-05-08T07:50:34.408Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41182026-05-08T07:50:34.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-08T07:50:34.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-08T07:50:35.174Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41212026-05-08T07:50:35.794Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41222026-05-08T07:50:36.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41232026-05-08T07:50:36.514Z
41242026-05-08T07:50:36.514Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41252026-05-08T07:50:37.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-08T07:50:37.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-08T07:50:37.399Z Compiling vergen-gitcl v1.0.8
41282026-05-08T07:50:37.399Z Compiling dirs-sys-next v0.1.2
41292026-05-08T07:50:37.399Z Compiling glob v0.3.3
41302026-05-08T07:50:37.403Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41312026-05-08T07:50:37.403Z Compiling diesel_derives v2.3.7
41322026-05-08T07:50:37.403Z Compiling crunchy v0.2.4
41332026-05-08T07:50:37.403Z Compiling dsl_auto_type v0.2.0
41342026-05-08T07:50:37.403Z Checking scheduled-thread-pool v0.2.7
41352026-05-08T07:50:37.684Z Compiling dirs-next v2.0.0
41362026-05-08T07:50:37.773Z Compiling diesel_table_macro_syntax v0.3.0
41372026-05-08T07:50:37.816Z Compiling tiny-keccak v2.0.2
41382026-05-08T07:50:37.819Z Compiling term v0.7.0
41392026-05-08T07:50:37.956Z Checking r2d2 v0.8.10
41402026-05-08T07:50:37.973Z Compiling clang-sys v1.8.1
41412026-05-08T07:50:37.988Z Checking downcast-rs v2.0.2
41422026-05-08T07:50:38.088Z Compiling bit-vec v0.6.3
41432026-05-08T07:50:38.145Z Compiling ascii-canvas v3.0.0
41442026-05-08T07:50:38.311Z Compiling bit-set v0.5.3
41452026-05-08T07:50:38.352Z Compiling itertools v0.10.5
41462026-05-08T07:50:38.390Z Compiling ena v0.14.4
41472026-05-08T07:50:38.426Z Compiling libloading v0.8.9
41482026-05-08T07:50:38.462Z Compiling regex-syntax v0.6.29
41492026-05-08T07:50:38.478Z Compiling diff v0.1.13
41502026-05-08T07:50:38.538Z Compiling bindgen v0.71.1
41512026-05-08T07:50:38.638Z Compiling cexpr v0.6.0
41522026-05-08T07:50:38.739Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41532026-05-08T07:50:38.935Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41542026-05-08T07:50:39.010Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41552026-05-08T07:50:39.095Z Compiling libxml v0.3.3
41562026-05-08T07:50:39.313Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41572026-05-08T07:50:39.354Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41582026-05-08T07:50:39.414Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41592026-05-08T07:50:39.605Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41602026-05-08T07:50:39.622Z Compiling strum_macros v0.24.3
41612026-05-08T07:50:39.643Z Compiling indoc v1.0.9
41622026-05-08T07:50:39.883Z Compiling lalrpop v0.19.12
41632026-05-08T07:50:40.671Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41642026-05-08T07:50:40.897Z Checking derive_builder v0.20.2
41652026-05-08T07:50:41.022Z Compiling oso-derive v0.27.3
41662026-05-08T07:50:41.040Z Checking quick-xml v0.37.5
41672026-05-08T07:50:41.263Z Compiling impl-trait-for-tuples v0.2.3
41682026-05-08T07:50:41.552Z Checking openssl-probe v0.1.6
41692026-05-08T07:50:41.703Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41702026-05-08T07:50:41.975Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41712026-05-08T07:50:42.181Z Checking bb8 v0.8.6
41722026-05-08T07:50:42.377Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41732026-05-08T07:50:42.461Z Checking nonempty v0.12.0
41742026-05-08T07:50:42.481Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41752026-05-08T07:50:42.597Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41762026-05-08T07:50:42.634Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41772026-05-08T07:50:42.697Z Checking console v0.16.2
41782026-05-08T07:50:42.818Z Checking unit-prefix v0.5.2
41792026-05-08T07:50:42.857Z Checking support-bundle-viewer v0.1.2
41802026-05-08T07:50:42.957Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41812026-05-08T07:50:43.012Z Checking indicatif v0.18.4
41822026-05-08T07:50:43.109Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41832026-05-08T07:50:43.225Z Checking multimap v0.10.1
41842026-05-08T07:50:43.653Z Checking diesel v2.3.7
41852026-05-08T07:50:45.418Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41862026-05-08T07:50:45.726Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41872026-05-08T07:50:46.102Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41882026-05-08T07:50:47.230Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41892026-05-08T07:50:47.550Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41902026-05-08T07:50:47.739Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41912026-05-08T07:50:48.200Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41922026-05-08T07:50:48.337Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41932026-05-08T07:50:50.332Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41942026-05-08T07:50:55.148Z Compiling samael v0.0.19
41952026-05-08T07:51:00.057Z Checking diesel-dtrace v0.5.0
41962026-05-08T07:51:00.317Z Checking async-bb8-diesel v0.2.1
41972026-05-08T07:51:01.460Z Compiling polar-core v0.27.3
41982026-05-08T07:51:06.030Z Checking oso v0.27.3
41992026-05-08T07:51:43.125Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42002026-05-08T07:52:17.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
42012026-05-08T07:52:17.688Z
42022026-05-08T07:52:17.688Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42032026-05-08T07:52:18.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-05-08T07:52:18.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-05-08T07:52:18.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-05-08T07:52:18.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42072026-05-08T07:52:18.366Z
42082026-05-08T07:52:18.366Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42092026-05-08T07:52:18.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-05-08T07:52:18.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-05-08T07:52:18.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-05-08T07:52:18.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42132026-05-08T07:52:19.054Z
42142026-05-08T07:52:19.054Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42152026-05-08T07:52:19.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-05-08T07:52:19.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-05-08T07:52:19.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42182026-05-08T07:52:19.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42192026-05-08T07:52:19.668Z
42202026-05-08T07:52:19.669Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42212026-05-08T07:52:20.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-05-08T07:52:20.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-05-08T07:52:20.552Z Compiling libz-sys v1.1.24
42242026-05-08T07:52:20.686Z Compiling libgit2-sys v0.18.3+1.9.2
42252026-05-08T07:52:20.697Z Compiling vergen-git2 v1.0.7
42262026-05-08T07:52:20.725Z Compiling rustls v0.21.12
42272026-05-08T07:52:20.733Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42282026-05-08T07:52:20.736Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42292026-05-08T07:52:20.736Z Checking rustls-webpki v0.101.7
42302026-05-08T07:52:20.736Z Checking sct v0.7.1
42312026-05-08T07:52:20.896Z Compiling nix v0.29.0
42322026-05-08T07:52:20.912Z Compiling dropshot v0.16.7
42332026-05-08T07:52:20.962Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42342026-05-08T07:52:21.015Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42352026-05-08T07:52:21.087Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42362026-05-08T07:52:21.179Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42372026-05-08T07:52:21.208Z Checking toml v0.9.12+spec-1.1.0
42382026-05-08T07:52:21.247Z Compiling dropshot_endpoint v0.16.7
42392026-05-08T07:52:21.406Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42402026-05-08T07:52:21.561Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42412026-05-08T07:52:21.778Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42422026-05-08T07:52:21.807Z Checking rustls-pemfile v1.0.4
42432026-05-08T07:52:21.955Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42442026-05-08T07:52:22.160Z Checking twox-hash v2.1.2
42452026-05-08T07:52:22.183Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42462026-05-08T07:52:22.534Z Checking tokio-rustls v0.24.1
42472026-05-08T07:52:22.992Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42482026-05-08T07:52:23.014Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42492026-05-08T07:52:23.403Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42502026-05-08T07:52:23.706Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42512026-05-08T07:52:23.886Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42522026-05-08T07:52:23.930Z Checking fatfs v0.3.6
42532026-05-08T07:52:23.951Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42542026-05-08T07:52:24.034Z Compiling seq-macro v0.3.6
42552026-05-08T07:52:27.982Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42562026-05-08T07:52:28.114Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42572026-05-08T07:52:28.326Z Compiling git2 v0.20.4
42582026-05-08T07:52:30.626Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42592026-05-08T07:53:18.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.91s
42602026-05-08T07:53:18.816Z
42612026-05-08T07:53:18.817Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42622026-05-08T07:53:19.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42632026-05-08T07:53:19.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42642026-05-08T07:53:19.768Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42652026-05-08T07:53:58.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.12s
42662026-05-08T07:53:59.189Z
42672026-05-08T07:53:59.189Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
42682026-05-08T07:53:59.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-05-08T07:53:59.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-05-08T07:53:59.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42712026-05-08T07:53:59.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42722026-05-08T07:53:59.813Z
42732026-05-08T07:53:59.813Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
42742026-05-08T07:54:00.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-05-08T07:54:00.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-05-08T07:54:00.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-05-08T07:54:00.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42782026-05-08T07:54:00.481Z
42792026-05-08T07:54:00.481Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
42802026-05-08T07:54:01.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-05-08T07:54:01.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-05-08T07:54:01.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-05-08T07:54:01.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42842026-05-08T07:54:01.159Z
42852026-05-08T07:54:01.159Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
42862026-05-08T07:54:01.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-05-08T07:54:01.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-05-08T07:54:01.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-05-08T07:54:01.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42902026-05-08T07:54:01.832Z
42912026-05-08T07:54:01.832Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
42922026-05-08T07:54:02.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-05-08T07:54:02.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-05-08T07:54:02.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-05-08T07:54:02.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-05-08T07:54:02.498Z
42972026-05-08T07:54:02.498Zinfo: running `cargo check --bins` on nexus-networking (247/274)
42982026-05-08T07:54:03.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-05-08T07:54:03.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-05-08T07:54:03.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-05-08T07:54:03.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43022026-05-08T07:54:03.179Z
43032026-05-08T07:54:03.179Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43042026-05-08T07:54:03.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-05-08T07:54:03.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-05-08T07:54:03.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-05-08T07:54:03.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43082026-05-08T07:54:03.866Z
43092026-05-08T07:54:03.866Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43102026-05-08T07:54:04.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-05-08T07:54:04.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-05-08T07:54:04.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-05-08T07:54:04.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43142026-05-08T07:54:04.563Z
43152026-05-08T07:54:04.564Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43162026-05-08T07:54:05.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-08T07:54:05.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-08T07:54:05.486Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43192026-05-08T07:54:05.486Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43202026-05-08T07:54:05.670Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43212026-05-08T07:54:05.674Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43222026-05-08T07:54:05.676Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43232026-05-08T07:54:05.677Z Checking diff v0.1.13
43242026-05-08T07:54:05.677Z Checking yansi v1.0.1
43252026-05-08T07:54:05.677Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43262026-05-08T07:54:05.813Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43272026-05-08T07:54:05.969Z Checking pretty_assertions v1.4.1
43282026-05-08T07:54:06.664Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43292026-05-08T07:54:07.062Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43302026-05-08T07:54:31.117Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43312026-05-08T07:54:31.120Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-05-08T07:54:31.120Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43332026-05-08T07:54:31.120Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-05-08T07:54:31.120Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43352026-05-08T07:54:31.120Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43362026-05-08T07:54:32.001Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43372026-05-08T07:54:33.140Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43382026-05-08T07:55:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
43392026-05-08T07:55:12.853Z
43402026-05-08T07:55:12.853Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43412026-05-08T07:55:13.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-08T07:55:13.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-08T07:55:13.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-08T07:55:13.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43452026-05-08T07:55:13.455Z
43462026-05-08T07:55:13.455Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43472026-05-08T07:55:14.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-08T07:55:14.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-08T07:55:14.261Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43502026-05-08T07:55:14.386Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43512026-05-08T07:55:14.389Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43522026-05-08T07:55:40.646Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43532026-05-08T07:55:41.063Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43542026-05-08T07:55:42.845Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43552026-05-08T07:55:43.327Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43562026-05-08T07:55:46.433Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-05-08T07:56:09.610Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43582026-05-08T07:56:10.332Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43592026-05-08T07:56:11.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.53s
43602026-05-08T07:56:16.323Z
43612026-05-08T07:56:16.323Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43622026-05-08T07:56:16.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-05-08T07:56:16.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-05-08T07:56:16.343Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43652026-05-08T07:56:16.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
43662026-05-08T07:56:16.356Z
43672026-05-08T07:56:16.356Zinfo: running `cargo check --bins` on omicron-releng (254/274)
43682026-05-08T07:56:16.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-05-08T07:56:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-05-08T07:56:16.356Z Compiling blake3 v1.8.3
43712026-05-08T07:56:16.356Z Checking arrayref v0.3.9
43722026-05-08T07:56:16.356Z Checking arrayvec v0.7.6
43732026-05-08T07:56:16.356Z Checking constant_time_eq v0.4.2
43742026-05-08T07:56:16.356Z Checking topological-sort v0.2.2
43752026-05-08T07:56:16.356Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43762026-05-08T07:56:16.356Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43772026-05-08T07:56:16.356Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43782026-05-08T07:56:16.356Z Checking shell-words v1.1.1
43792026-05-08T07:56:16.357Z Checking omicron-zone-package v0.12.2
43802026-05-08T07:56:16.400Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43812026-05-08T07:56:17.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
43822026-05-08T07:56:17.446Z
43832026-05-08T07:56:17.446Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
43842026-05-08T07:56:17.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-08T07:56:17.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-08T07:56:18.119Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43872026-05-08T07:56:18.449Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43882026-05-08T07:56:18.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43892026-05-08T07:56:19.057Z
43902026-05-08T07:56:19.057Zinfo: running `cargo check --bins` on schema (256/274)
43912026-05-08T07:56:19.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-05-08T07:56:19.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-05-08T07:56:19.812Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43942026-05-08T07:56:20.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
43952026-05-08T07:56:20.736Z
43962026-05-08T07:56:20.736Zinfo: running `cargo check --bins` on xtask (257/274)
43972026-05-08T07:56:21.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-05-08T07:56:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-05-08T07:56:21.200Z Checking libc v0.2.185
44002026-05-08T07:56:21.281Z Checking serde v1.0.228
44012026-05-08T07:56:21.286Z Checking zerofrom v0.1.6
44022026-05-08T07:56:21.290Z Checking bitflags v2.11.0
44032026-05-08T07:56:21.296Z Checking smallvec v1.15.1
44042026-05-08T07:56:21.299Z Checking indexmap v2.14.0
44052026-05-08T07:56:21.312Z Checking serde_json v1.0.149
44062026-05-08T07:56:21.313Z Checking num-traits v0.2.19
44072026-05-08T07:56:21.385Z Checking yoke v0.8.1
44082026-05-08T07:56:21.435Z Checking scroll v0.12.0
44092026-05-08T07:56:21.471Z Checking thiserror v1.0.69
44102026-05-08T07:56:21.557Z Checking zerovec v0.11.5
44112026-05-08T07:56:21.569Z Checking zerotrie v0.2.3
44122026-05-08T07:56:21.580Z Checking errno v0.3.14
44132026-05-08T07:56:21.665Z Checking serde_spanned v0.6.9
44142026-05-08T07:56:21.665Z Checking toml_datetime v0.6.11
44152026-05-08T07:56:21.697Z Checking rustix v1.1.3
44162026-05-08T07:56:21.800Z Checking percent-encoding v2.3.2
44172026-05-08T07:56:21.814Z Checking log v0.4.29
44182026-05-08T07:56:21.841Z Checking zerocopy v0.7.35
44192026-05-08T07:56:21.852Z Checking ordered-float v2.10.1
44202026-05-08T07:56:21.856Z Checking toml_edit v0.22.27
44212026-05-08T07:56:21.926Z Checking getrandom v0.4.1
44222026-05-08T07:56:21.941Z Checking form_urlencoded v1.2.2
44232026-05-08T07:56:21.963Z Checking goblin v0.8.2
44242026-05-08T07:56:22.000Z Checking tinystr v0.8.2
44252026-05-08T07:56:22.060Z Checking potential_utf v0.1.4
44262026-05-08T07:56:22.073Z Checking thiserror v2.0.18
44272026-05-08T07:56:22.083Z Checking serde-value v0.7.0
44282026-05-08T07:56:22.174Z Checking syn v2.0.117
44292026-05-08T07:56:22.185Z Checking icu_locale_core v2.1.1
44302026-05-08T07:56:22.194Z Checking icu_collections v2.1.1
44312026-05-08T07:56:22.287Z Checking dtrace-parser v0.2.0
44322026-05-08T07:56:22.335Z Checking thread-id v4.2.2
44332026-05-08T07:56:22.419Z Checking once_cell v1.21.3
44342026-05-08T07:56:22.508Z Checking cargo-platform v0.2.0
44352026-05-08T07:56:22.520Z Checking terminal_size v0.4.3
44362026-05-08T07:56:22.525Z Checking memmap v0.7.0
44372026-05-08T07:56:22.591Z Checking tempfile v3.25.0
44382026-05-08T07:56:22.661Z Checking clap_builder v4.5.60
44392026-05-08T07:56:22.685Z Checking textwrap v0.16.2
44402026-05-08T07:56:22.688Z Checking fs-err v3.3.0
44412026-05-08T07:56:22.744Z Checking icu_provider v2.1.1
44422026-05-08T07:56:22.782Z Checking camino-tempfile v1.4.1
44432026-05-08T07:56:22.866Z Checking tabled v0.15.0
44442026-05-08T07:56:22.903Z Checking anyhow v1.0.102
44452026-05-08T07:56:22.939Z Checking macaddr v1.0.1
44462026-05-08T07:56:22.976Z Checking toml v0.8.23
44472026-05-08T07:56:22.979Z Checking icu_properties v2.1.2
44482026-05-08T07:56:23.103Z Checking icu_normalizer v2.1.1
44492026-05-08T07:56:23.118Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44502026-05-08T07:56:23.297Z Checking cargo_toml v0.21.0
44512026-05-08T07:56:23.797Z Checking idna_adapter v1.2.1
44522026-05-08T07:56:23.870Z Checking dof v0.3.0
44532026-05-08T07:56:23.873Z Checking clap v4.5.60
44542026-05-08T07:56:23.920Z Checking idna v1.1.0
44552026-05-08T07:56:24.145Z Checking usdt-impl v0.5.0
44562026-05-08T07:56:24.145Z Checking url v2.5.8
44572026-05-08T07:56:24.397Z Checking usdt v0.5.0
44582026-05-08T07:56:24.497Z Checking cargo-util-schemas v0.8.2
44592026-05-08T07:56:25.196Z Checking cargo_metadata v0.21.0
44602026-05-08T07:56:25.813Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44612026-05-08T07:56:26.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
44622026-05-08T07:56:26.369Z
44632026-05-08T07:56:26.369Zinfo: running `cargo check --bins` on dnsadm (258/274)
44642026-05-08T07:56:26.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-05-08T07:56:26.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-05-08T07:56:27.024Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44672026-05-08T07:56:27.519Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44682026-05-08T07:56:27.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44692026-05-08T07:56:28.120Z
44702026-05-08T07:56:28.120Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
44712026-05-08T07:56:28.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-05-08T07:56:28.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-05-08T07:56:28.951Z Checking polyval v0.6.2
44742026-05-08T07:56:29.079Z Checking ctr v0.9.2
44752026-05-08T07:56:29.090Z Checking ssh-encoding v0.2.0
44762026-05-08T07:56:29.093Z Checking blowfish v0.9.1
44772026-05-08T07:56:29.111Z Checking password-hash v0.4.2
44782026-05-08T07:56:29.125Z Checking p256 v0.13.2
44792026-05-08T07:56:29.125Z Checking p521 v0.13.3
44802026-05-08T07:56:29.155Z Checking russh-cryptovec v0.7.3
44812026-05-08T07:56:29.240Z Checking ghash v0.5.1
44822026-05-08T07:56:29.256Z Checking bcrypt-pbkdf v0.10.0
44832026-05-08T07:56:29.259Z Checking md5 v0.7.0
44842026-05-08T07:56:29.288Z Checking num-bigint v0.4.6
44852026-05-08T07:56:29.304Z Checking des v0.8.1
44862026-05-08T07:56:29.343Z Checking pbkdf2 v0.11.0
44872026-05-08T07:56:29.366Z Checking aes-gcm v0.10.3
44882026-05-08T07:56:29.393Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44892026-05-08T07:56:29.423Z Checking hex-literal v0.4.1
44902026-05-08T07:56:29.450Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44912026-05-08T07:56:29.467Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44922026-05-08T07:56:29.523Z Checking socket2 v0.5.10
44932026-05-08T07:56:29.526Z Checking internet-checksum v0.2.1
44942026-05-08T07:56:29.553Z Checking ssh-cipher v0.2.0
44952026-05-08T07:56:29.734Z Checking ssh-key v0.6.7
44962026-05-08T07:56:29.814Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44972026-05-08T07:56:30.389Z Checking russh-keys v0.45.0
44982026-05-08T07:56:30.947Z Checking russh v0.45.0
44992026-05-08T07:56:46.001Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45002026-05-08T07:56:47.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
45012026-05-08T07:56:47.488Z
45022026-05-08T07:56:47.488Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45032026-05-08T07:56:48.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-05-08T07:56:48.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-05-08T07:56:48.157Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45062026-05-08T07:56:48.267Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45072026-05-08T07:56:48.274Z Checking termios v0.3.3
45082026-05-08T07:56:49.502Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45092026-05-08T07:56:49.655Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45102026-05-08T07:56:51.469Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45112026-05-08T07:56:52.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
45122026-05-08T07:56:52.231Z
45132026-05-08T07:56:52.231Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45142026-05-08T07:56:52.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-05-08T07:56:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-05-08T07:56:52.954Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45172026-05-08T07:56:53.069Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45182026-05-08T07:56:53.078Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45192026-05-08T07:56:53.081Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45202026-05-08T07:56:53.092Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45212026-05-08T07:56:53.102Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45222026-05-08T07:56:53.823Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45232026-05-08T07:56:54.185Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45242026-05-08T07:56:54.188Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45252026-05-08T07:56:54.836Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45262026-05-08T07:56:56.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45272026-05-08T07:56:56.662Z
45282026-05-08T07:56:56.662Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45292026-05-08T07:56:57.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-05-08T07:56:57.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-05-08T07:56:57.315Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45322026-05-08T07:56:57.786Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45332026-05-08T07:56:58.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
45342026-05-08T07:56:58.330Z
45352026-05-08T07:56:58.330Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45362026-05-08T07:56:58.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-08T07:56:58.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-08T07:56:58.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-08T07:56:58.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45402026-05-08T07:56:58.941Z
45412026-05-08T07:56:58.941Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45422026-05-08T07:56:59.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-08T07:56:59.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-08T07:56:59.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-05-08T07:56:59.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45462026-05-08T07:56:59.553Z
45472026-05-08T07:56:59.553Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45482026-05-08T07:57:00.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-05-08T07:57:00.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-05-08T07:57:00.323Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45512026-05-08T07:57:00.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45522026-05-08T07:57:01.178Z
45532026-05-08T07:57:01.178Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45542026-05-08T07:57:01.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-08T07:57:01.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-08T07:57:01.883Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45572026-05-08T07:57:01.886Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45582026-05-08T07:57:02.157Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45592026-05-08T07:57:02.160Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45602026-05-08T07:57:03.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
45612026-05-08T07:57:03.223Z
45622026-05-08T07:57:03.223Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
45632026-05-08T07:57:03.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-05-08T07:57:03.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-05-08T07:57:03.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45662026-05-08T07:57:03.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45672026-05-08T07:57:03.855Z
45682026-05-08T07:57:03.855Zinfo: running `cargo check --bins` on omicron-package (268/274)
45692026-05-08T07:57:04.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-08T07:57:04.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-08T07:57:04.573Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45722026-05-08T07:57:05.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
45732026-05-08T07:57:05.895Z
45742026-05-08T07:57:05.895Zinfo: running `cargo check --bins` on tqdb (269/274)
45752026-05-08T07:57:06.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-05-08T07:57:06.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-05-08T07:57:06.701Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45782026-05-08T07:57:07.058Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45792026-05-08T07:57:07.586Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45802026-05-08T07:57:07.586Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45812026-05-08T07:57:13.535Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45822026-05-08T07:57:13.535Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45832026-05-08T07:57:14.123Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45842026-05-08T07:57:14.126Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45852026-05-08T07:57:14.126Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45862026-05-08T07:57:14.126Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45872026-05-08T07:57:14.926Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45882026-05-08T07:57:15.942Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45892026-05-08T07:57:16.751Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45902026-05-08T07:57:17.404Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45912026-05-08T07:57:21.811Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45922026-05-08T07:57:28.178Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45932026-05-08T07:57:28.182Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45942026-05-08T07:57:28.182Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45952026-05-08T07:57:28.182Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45962026-05-08T07:57:29.657Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45972026-05-08T07:57:30.989Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45982026-05-08T07:57:31.672Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45992026-05-08T07:57:32.940Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46002026-05-08T07:57:33.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.61s
46012026-05-08T07:57:33.745Z
46022026-05-08T07:57:33.745Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46032026-05-08T07:57:34.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-08T07:57:34.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-08T07:57:34.493Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46062026-05-08T07:57:34.496Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46072026-05-08T07:57:34.497Z Checking rtoolbox v0.0.3
46082026-05-08T07:57:34.628Z Checking tui-tree-widget v0.23.1
46092026-05-08T07:57:34.733Z Checking rpassword v7.4.0
46102026-05-08T07:57:35.784Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46112026-05-08T07:57:38.888Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46122026-05-08T07:57:40.794Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46132026-05-08T07:57:41.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.99s
46142026-05-08T07:57:41.951Z
46152026-05-08T07:57:41.951Zinfo: running `cargo check --bins` on wicket (271/274)
46162026-05-08T07:57:42.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-05-08T07:57:42.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-05-08T07:57:42.673Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46192026-05-08T07:57:43.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46202026-05-08T07:57:43.242Z
46212026-05-08T07:57:43.242Zinfo: running `cargo check --bins` on wicketd (272/274)
46222026-05-08T07:57:43.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-05-08T07:57:43.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-05-08T07:57:43.985Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46252026-05-08T07:57:43.988Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46262026-05-08T07:57:43.988Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46272026-05-08T07:57:43.988Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46282026-05-08T07:57:44.989Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46292026-05-08T07:57:45.567Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46302026-05-08T07:57:48.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
46312026-05-08T07:57:48.806Z
46322026-05-08T07:57:48.807Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46332026-05-08T07:57:49.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46342026-05-08T07:57:49.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46352026-05-08T07:57:49.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46362026-05-08T07:57:49.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46372026-05-08T07:57:49.438Z
46382026-05-08T07:57:49.438Zinfo: running `cargo check --bins` on zone-setup (274/274)
46392026-05-08T07:57:49.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-05-08T07:57:49.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-05-08T07:57:50.146Z Checking uzers v0.12.2
46422026-05-08T07:57:50.425Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46432026-05-08T07:57:51.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
46442026-05-08T07:57:51.439Z
46452026-05-08T07:57:51.439Zreal 14:36.114306358
46462026-05-08T07:57:51.439Zuser 21:21.731611483
46472026-05-08T07:57:51.439Zsys 4:29.085935980
46482026-05-08T07:57:51.439Ztrap 0.333654727
46492026-05-08T07:57:51.439Ztflt 0.719415232
46502026-05-08T07:57:51.439Zdflt 1.237373549
46512026-05-08T07:57:51.442Zkflt 0.004902630
46522026-05-08T07:57:51.442Zlock 1:20:07.453149338
46532026-05-08T07:57:51.442Zslp 1:41:58.903840266
46542026-05-08T07:57:51.442Zlat 1:08.332298437
46552026-05-08T07:57:51.442Zstop 3:54.735382870
46562026-05-08T07:57:51.442Zprocess exited: duration 1010430 ms, exit code 0
 
46572026-05-08T07:57:51.448Zfound 0 output files